From 960c7dea74740880d312921c01b12e0c511b53d5 Mon Sep 17 00:00:00 2001 From: David Gardner Date: Tue, 26 Mar 2024 16:44:33 -0700 Subject: [PATCH 1/7] Creating branch for v24.06 From 3f62724bcc81cc57b778cd391c969d7656cd4dca Mon Sep 17 00:00:00 2001 From: David Gardner Date: Tue, 26 Mar 2024 16:46:19 -0700 Subject: [PATCH 2/7] Updating versions for v24.06.00 --- anomalous-auth-detection/README.md | 2 +- dga-detection/README.md | 6 +++--- gnn-asset-clustering/README.md | 2 +- ids-detection/README.md | 2 +- log-sequence-ad/README.md | 2 +- 5 files changed, 7 insertions(+), 7 deletions(-) diff --git a/anomalous-auth-detection/README.md b/anomalous-auth-detection/README.md index 6fb7605..50e72c7 100644 --- a/anomalous-auth-detection/README.md +++ b/anomalous-auth-detection/README.md @@ -179,7 +179,7 @@ or "fraudulent" authentication.
### What training is recommended for developers working with this model? If none, please state "none." * None ### Link the relevant end user license agreement -* [Apache 2.0](https://github.com/nv-morpheus/Morpheus/blob/branch-24.03/LICENSE) +* [Apache 2.0](https://github.com/nv-morpheus/Morpheus/blob/branch-24.06/LICENSE) ## Model Card ++ Saftey & Security Subcard diff --git a/dga-detection/README.md b/dga-detection/README.md index 7b381e6..819b60b 100644 --- a/dga-detection/README.md +++ b/dga-detection/README.md @@ -95,7 +95,7 @@ limitations under the License. **Link:**
-* https://github.com/nv-morpheus/morpheus-experimental/blob/branch-24.03/dga-detection/datasets/dga-training-data.csv
+* https://github.com/nv-morpheus/morpheus-experimental/blob/branch-24.06/dga-detection/datasets/dga-training-data.csv
**Properties (Quantity, Dataset Descriptions, Sensor(s)):**
@@ -109,7 +109,7 @@ limitations under the License. **Link:**
-* https://github.com/nv-morpheus/morpheus-experimental/blob/branch-24.03/dga-detection/datasets/dga-validation-data.csv
+* https://github.com/nv-morpheus/morpheus-experimental/blob/branch-24.06/dga-detection/datasets/dga-validation-data.csv
**Properties (Quantity, Dataset Descriptions, Sensor(s)):** @@ -232,7 +232,7 @@ limitations under the License. ### Link the location of the training dataset's repository. -* https://github.com/nv-morpheus/morpheus-experimental/blob/branch-24.03/dga-detection/datasets/dga-training-data.csv +* https://github.com/nv-morpheus/morpheus-experimental/blob/branch-24.06/dga-detection/datasets/dga-training-data.csv ### Is the model used in an application with physical safety impact? diff --git a/gnn-asset-clustering/README.md b/gnn-asset-clustering/README.md index e415bb3..c182367 100644 --- a/gnn-asset-clustering/README.md +++ b/gnn-asset-clustering/README.md @@ -159,7 +159,7 @@ Armis device and application data
* None ### Link the relevant end user license agreement -* [Apache 2.0](https://github.com/nv-morpheus/Morpheus/blob/branch-24.03/LICENSE) +* [Apache 2.0](https://github.com/nv-morpheus/Morpheus/blob/branch-24.06/LICENSE) ## Model Card ++ Saftey & Security Subcard diff --git a/ids-detection/README.md b/ids-detection/README.md index 00e9a9f..31b686c 100644 --- a/ids-detection/README.md +++ b/ids-detection/README.md @@ -157,7 +157,7 @@ variance = 0.99 * None ### Link the relevant end user license agreement -* [Apache 2.0](https://github.com/nv-morpheus/Morpheus/blob/branch-24.03/LICENSE) +* [Apache 2.0](https://github.com/nv-morpheus/Morpheus/blob/branch-24.06/LICENSE) ## Model Card ++ Saftey & Security Subcard diff --git a/log-sequence-ad/README.md b/log-sequence-ad/README.md index b763c64..d9b8040 100644 --- a/log-sequence-ad/README.md +++ b/log-sequence-ad/README.md @@ -175,7 +175,7 @@ Binary classifier output is assigned to each sequence log message in the input f ### What training is recommended for developers working with this model? If none, please state "none." * None ### Link the relevant end user license agreement -* [Apache 2.0](https://github.com/nv-morpheus/Morpheus/blob/branch-24.03/LICENSE) +* [Apache 2.0](https://github.com/nv-morpheus/Morpheus/blob/branch-24.06/LICENSE) ## Model Card ++ Saftey & Security Subcard From 42bd6d9544a6924647dd1b6e26292669638cd9da Mon Sep 17 00:00:00 2001 From: gbatmaz <50459436+gbatmaz@users.noreply.github.com> Date: Fri, 14 Jun 2024 09:25:54 +0100 Subject: [PATCH 3/7] [REVIEW] cyber foundation notebook and scripts (#77) Cyber foundation notebook, model and scripts that can learn from raw cyber logs and generate synthetic logs which can be used for various downstream tasks Authors: - https://github.com/gbatmaz Approvers: - Tad ZeMicheal (https://github.com/tzemicheal) - https://github.com/hsin-c URL: https://github.com/nv-morpheus/morpheus-experimental/pull/77 --- README.md | 2 + cyber-foundation/README.md | 329 ++++ cyber-foundation/dataset/README.md | 15 + .../azure-ad-logs-sample-training-data.json | 1 + .../model/cyber-foundation-model.pt | 3 + cyber-foundation/model/meta.pkl | Bin 0 -> 873 bytes cyber-foundation/model/train.bin | Bin 0 -> 16538982 bytes cyber-foundation/model/val.bin | Bin 0 -> 1837666 bytes cyber-foundation/requirements.txt | 3 + .../training-inference/cyber-foundation.ipynb | 1318 +++++++++++++++++ cyber-foundation/training-inference/model.py | 388 +++++ .../training-inference/prepare.py | 101 ++ cyber-foundation/training-inference/sample.py | 119 ++ cyber-foundation/training-inference/train.py | 343 +++++ 14 files changed, 2622 insertions(+) create mode 100644 cyber-foundation/README.md create mode 100644 cyber-foundation/dataset/README.md create mode 100644 cyber-foundation/dataset/azure-ad-logs-sample-training-data.json create mode 100644 cyber-foundation/model/cyber-foundation-model.pt create mode 100644 cyber-foundation/model/meta.pkl create mode 100644 cyber-foundation/model/train.bin create mode 100644 cyber-foundation/model/val.bin create mode 100644 cyber-foundation/requirements.txt create mode 100644 cyber-foundation/training-inference/cyber-foundation.ipynb create mode 100644 cyber-foundation/training-inference/model.py create mode 100644 cyber-foundation/training-inference/prepare.py create mode 100644 cyber-foundation/training-inference/sample.py create mode 100644 cyber-foundation/training-inference/train.py diff --git a/README.md b/README.md index 7e60e42..1f080a6 100644 --- a/README.md +++ b/README.md @@ -82,6 +82,8 @@ This model is an XGBoost classifier that predicts each event on a power system b ## [Intrusion Detection System using LODA algorithm](/ids-detection) The model is a Loda anomaly detector for detecting an intrusion attack in the form of bots in a network using a netflow dataset. +## [Cyber Foundation Models](/cyber-foundation) +This model is a GPT that generates realistic synthetic raw Azure AD logs. # Repo Structure Each prototype has its own directory that contains everything belonging to the specific prototype. Directories can include the following subfolders and documentation: diff --git a/cyber-foundation/README.md b/cyber-foundation/README.md new file mode 100644 index 0000000..072f2e1 --- /dev/null +++ b/cyber-foundation/README.md @@ -0,0 +1,329 @@ + + + +# Cyber Foundation + +# Model Overview + +## Description: +* This model is a GPT model trained to generate synthetic Azure logs. This approach can be used to generate logs that are realistic for some downstream tasks, i.e. generating training data as a baseline, generating attack behavior to test detectors.
+ +## Requirements: + +* To run this example, additional requirements must be installed into your environment. A supplementary requirements file has been provided in this example directory. + +`pip install -r requirements.txt` + +## References(s):
+ +* https://github.com/karpathy/nanoGPT
+ +## Model Architecture:
+ +**Architecture Type:**
+ +* Transformer
+ +**Network Architecture:**
+ +* GPT
+ +## Input: (Enter "None" As Needed)
+ +**Input Format:**
+ +* JSON
+ +**Input Parameters:**
+ +* Azure AD Logs
+ +**Other Properties Related to Output:**
+ +* N/A
+ +## Output: (Enter "None" As Needed)
+ +**Output Format:**
+ +* Text file with synthetic logs
+ +**Output Parameters:**
+ +* N/A
+ +**Other Properties Related to Output:** + +* N/A
+ +## Software Integration:
+ +**Runtime(s):**
+ +* Morpheus
+ +**Supported Hardware Platform(s):**
+ +* Ampere/Turing
+ +**Supported Operating System(s):**
+ +* Linux
+ +## Model Version(s): + +* v1
+ +# Training & Evaluation: + +## Training Dataset: + +**Link:**
+ +* https://github.com/nv-morpheus/Morpheus/blob/main/models/datasets/training-data/azure/azure-ad-logs-sample-training-data.json
+ +**Properties (Quantity, Dataset Descriptions, Sensor(s)):**
+ +* 3239 Azure AD logs
+ +**Dataset License:**
+ +* [Apache 2.0](http://www.apache.org/licenses/LICENSE-2.0)
+ +## Evaluation Dataset:
+ +**Link:**
+ +* N/A
+ +**Properties (Quantity, Dataset Descriptions, Sensor(s)):** + +* N/A
+ +**Dataset License:**
+ +* N/A
+ +## Inference:
+ +**Engine:**
+ +* N/A
+ +**Test Hardware:**
+ +* A100
+ +# Subcards + +## Model Card ++ Bias Subcard + +### What is the gender balance of the model validation data? + +* Not Applicable + +### What is the racial/ethnicity balance of the model validation data? + +* Not Applicable + +### What is the age balance of the model validation data? + +* Not Applicable + +### What is the language balance of the model validation data? + +* English: 100% + +### What is the geographic origin language balance of the model validation data? + +* Not Applicable + +### What is the educational background balance of the model validation data? + +* Not Applicable + +### What is the accent balance of the model validation data? + +* Not Applicable + +### What is the face/key point balance of the model validation data? + +* Not Applicable + +### What is the skin/tone balance of the model validation data? + +* Not Applicable + +### What is the religion balance of the model validation data? + +* Not Applicable + +### Individuals from the following adversely impacted (protected classes) groups participate in model design and testing. + +* Not Applicable + +### Describe measures taken to mitigate against unwanted bias. + +* Not Applicable + +## Model Card ++ Explainability Subcard + +### Name example applications and use cases for this model. + +* The model is primarily designed for testing purposes and serves as a small pre-trained model used to generate Azure AD logs. + +### Fill in the blank for the model technique. + +* This model is intended for developers who want to build GPT based synthetic log generator + +### Name who is intended to benefit from this model. + +* The intended beneficiaries of this model are developers who aim to generate synthetic Azure logs. + +### Describe the model output. + +* This model output is synthetic Azure AD logs. + +### List the steps explaining how this model works. + +* This model is an example of a GPT model. This model requires raw log messages as input for training and a prompt for inference. The model is trained as in the training notebook. During inference, the trained model is prompted with the first key of the log type and generates synthetic logs. + +### Name the adversely impacted groups (protected classes) this has been tested to deliver comparable outcomes regardless of: + +* Not Applicable + +### List the technical limitations of the model. + +* This model is trained with synthetic logs for demonstration purposes. A separate training is needed for other logs. + +### What performance metrics were used to affirm the model's performance? + +* Intact raw logs + +### What are the potential known risks to users and stakeholders? + +* N/A + +### What training is recommended for developers working with this model? + +* None + +### Link the relevant end user license agreement + +* [Apache 2.0](http://www.apache.org/licenses/LICENSE-2.0)
+ + +## Model Card ++ Saftey & Security Subcard + +### Link the location of the training dataset's repository. + +* https://github.com/nv-morpheus/Morpheus/blob/main/models/datasets/training-data/azure/azure-ad-logs-sample-training-data.json + +### Is the model used in an application with physical safety impact? + +* No + +### Describe physical safety impact (if present). + +* N/A + +### Was model and dataset assessed for vulnerability for potential form of attack? + +* No + +### Name applications for the model. + +* This model is provided as an example of synthetic log generation. Users can create their own models for their use cases and downstream tasks. + +### Name use case restrictions for the model. + +* It's been trained with a small dataset for mainly demonstration purposes. + +### Has this been verified to have met prescribed quality standards? + +* No + +### Name target quality Key Performance Indicators (KPIs) for which this has been tested. + +* N/A + +### Technical robustness and model security validated? + +* No + +### Is the model and dataset compliant with National Classification Management Society (NCMS)? + +* No + +### Are there explicit model and dataset restrictions? + +* No + +### Are there access restrictions to systems, model, and data? + +* No + +### Is there a digital signature? + +* No + +## Model Card ++ Privacy Subcard + +### Generatable or reverse engineerable personally-identifiable information (PII)? + +* Neither + +### Was consent obtained for any PII used? + +* N/A + +### Protected classes used to create this model? (The following were used in model the model's training:) + +* N/A + +### How often is dataset reviewed? + +* The dataset is initially reviewed upon addition, and subsequent reviews are conducted as needed or upon request for any changes. + +### Is a mechanism in place to honor data subject right of access or deletion of personal data? + +* N/A + +### If PII collected for the development of this AI model, was it minimized to only what was required? + +* N/A + +### Is data in dataset traceable? + +* N/A + +### Scanned for malware? + +* No + +### Are we able to identify and trace source of dataset? + +* Yes + +### Does data labeling (annotation, metadata) comply with privacy laws? + +* N/A + +### Is data compliant with data subject requests for data correction or removal, if such a request was made? + +* N/A diff --git a/cyber-foundation/dataset/README.md b/cyber-foundation/dataset/README.md new file mode 100644 index 0000000..48d8d96 --- /dev/null +++ b/cyber-foundation/dataset/README.md @@ -0,0 +1,15 @@ +## Cyber Foundation Model Data + +### Cyber Foundation Raw Azure AD Logs +This is a synthetic dataset of Azure AD logs with activities of 20 accounts (85 applications involved, 3567 records in total). The activities are split to a train and an inference set. An anomaly is included in the inference set for model validation. The data was generated using the python [faker](https://faker.readthedocs.io/en/master/#) package. If there is any resemblance to real individuals, it is purely coincidental. + +#### Sample Training Data +- 3239 records in total +- Time range: 2022/08/01 - 2022/08/29 +- Users' log distribution: + - 5 high volume (>= 300) users + - 15 medium volume (~100) users + - 5 light volume (~10) users + +- [./azure-ad-logs-sample-training-data.json](./azure-ad-logs-sample-training-data.json) +- [Original location of the training data](https://github.com/nv-morpheus/Morpheus/blob/main/models/datasets/training-data/azure/azure-ad-logs-sample-training-data.json) \ No newline at end of file diff --git a/cyber-foundation/dataset/azure-ad-logs-sample-training-data.json b/cyber-foundation/dataset/azure-ad-logs-sample-training-data.json new file mode 100644 index 0000000..a9f1b4f --- /dev/null +++ b/cyber-foundation/dataset/azure-ad-logs-sample-training-data.json @@ -0,0 +1 @@ +[{"time": "2022-08-01T00:03:56.207532Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "50158", "resultSignature": "None", "resultDescription": "External security challenge was not satisfied.", "durationMs": 0, "callerIpAddress": "44.22.19.201", "correlationId": "84ca338d-f4ff-4f34-9f2a-5a6e23f78c0b", "identity": "Thomas Price", "Level": 4, "location": "XN", "properties": {"id": "df70b726-7756-4baa-9a7d-5ac965198e00", "createdDateTime": "2022-08-01T00:03:56.371532Z", "userDisplayName": "Thomas Price", "userPrincipalName": "tprice@domain.com", "userId": "32109ee2-ee4f-4d11-9c38-2556aec0f2b5", "appId": "9a7e67c7-6f05-42a3-b226-97c7ec3e9696", "appDisplayName": "Adobe Identity Management", "ipAddress": "44.22.19.201", "status": {"errorCode": 50158, "failureReason": "External security challenge was not satisfied."}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (X11; Linux i686) AppleWebKit/535.2 (KHTML, like Gecko) Chrome/22.0.843.0 Safari/535.2 Edge/118.12158", "deviceDetail": {"deviceId": "0927e60c-8dfa-4ecf-be85-ad63bccf40a1", "displayName": "THOMASPRICE-LT", "operatingSystem": "Windows 10", "browser": "Edge 118.12158", "trustType": "Hybrid Azure AD joined"}, "location": {"city": "Littlemouth", "state": "Alexanderfurt", "countryOrRegion": "XN", "geoCoordinates": {"latitude": 25.4437255, "longitude": -109.530885}}, "correlationId": "bf37c95d-08e3-4342-b83f-4827b020e5b4", "conditionalAccessStatus": "failure", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "dce375bd-b82e-494f-98e4-1ad345dda0bf", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 164, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Adobe Identity Management Service", "resourceId": "30663ca7-f8a9-43ab-8ca1-7906bdbc1485", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 230297, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "sRma0NKgsBO3hkJGXjMCmsRgf5phSAdeuQ2CpFyvZiqp9BWu", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "a6c259e5-7f16-48b2-a9f3-75becd6daa9b", "rngcStatus": 0}}, {"time": "2022-08-01T00:19:37.909827Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "SignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "99.116.100.205", "correlationId": "7641103c-1db3-4e14-9ebc-6a9555ba02b2", "identity": "Aaron Cole", "Level": 4, "location": "XD", "properties": {"id": "c98bb980-53fe-43a8-afd2-72b917706b00", "createdDateTime": "2022-08-01T00:19:38.009827Z", "userDisplayName": "Aaron Cole", "userPrincipalName": "acole@domain.com", "userId": "5d557969-1645-4ba4-be83-b6fd943659f7", "appId": "e47a1d38-5f61-45cd-b1b9-bc92f525c598", "appDisplayName": "Altoura", "ipAddress": "99.116.100.205", "status": {"errorCode": 0}, "clientAppUsed": "Browser", "userAgent": "Mozilla/5.0 (Linux; Android 2.3.5) AppleWebKit/532.2 (KHTML, like Gecko) Chrome/46.0.898.0 Safari/532.2 Edge/105.19198", "deviceDetail": {"deviceId": "", "operatingSystem": "Windows 10", "browser": "Edge 105.19198"}, "location": {"city": "Carrollstad", "state": "Norrisbury", "countryOrRegion": "XD", "geoCoordinates": {"latitude": -38.8540465, "longitude": -17.674718}}, "correlationId": "690fb113-a50a-46bc-b5ca-90b2c6988d8a", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "84920ffc-d938-4eb7-97ac-3f2769d09bba", "isInteractive": true, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 100, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Altoura Online", "resourceId": "f0630e90-b752-4960-bfb9-a0794fc34930", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 214655, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "JmqXv1yjmpLCVKYQkwoaQn0ibst82O1aYzAfql41BAoBA52Q", "incomingTokenType": "none", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "1f37c851-4be4-455b-928a-fbde7845a68a", "rngcStatus": 0}}, {"time": "2022-08-01T00:25:38.530749Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "86.154.193.190", "correlationId": "ef72b144-8295-493d-8231-c12e755a74d8", "identity": "Kristen Howell", "Level": 4, "location": "XR", "properties": {"id": "4ef53074-987d-44ae-a8dd-b6e418929900", "createdDateTime": "2022-08-01T00:25:38.621749Z", "userDisplayName": "Kristen Howell", "userPrincipalName": "khowell@domain.com", "userId": "20e1e3f9-665f-45bd-9984-5e74b526d3b5", "appId": "9c5b7fe3-0ad2-4ea6-94e5-9e0001f367e3", "appDisplayName": "Articulate 360", "ipAddress": "86.154.193.190", "status": {"errorCode": 0, "additionalDetails": "MFA requirement satisfied by claim in the token"}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (X11; Linux i686) AppleWebKit/533.0 (KHTML, like Gecko) Chrome/24.0.803.0 Safari/533.0 Edge/40.11325", "deviceDetail": {"deviceId": "6ea76864-5f18-47dd-adb9-2b1dfcbfc425", "displayName": "KRISTENHOWELL-LT", "operatingSystem": "Windows 10", "browser": "Edge 40.11325", "isCompliant": true, "isManaged": true, "trustType": "Azure AD joined"}, "location": {"city": "Port Denisetown", "state": "Smithton", "countryOrRegion": "XR", "geoCoordinates": {"latitude": 3.5518965, "longitude": 131.871582}}, "mfaDetail": {}, "correlationId": "106735ee-529f-4d3e-a513-557fac957792", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "f2b94018-fbfd-4349-9243-96169a0e79bf", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 91, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Articulate 360 Online", "resourceId": "5e244d4f-26b9-4ef2-a497-f0c533628ee1", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 256668, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "fDViSwd7VgvV1pXGIvJrscgRMoytG09bt259jU5BiY1GqRIZ", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "36673087-318c-4304-8804-602d45a6f290", "rngcStatus": 0}}, {"time": "2022-08-01T00:37:00.149031Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "50158", "resultSignature": "None", "resultDescription": "External security challenge was not satisfied.", "durationMs": 0, "callerIpAddress": "42.62.103.34", "correlationId": "9901c16e-f768-4891-9b92-f1ab68223893", "identity": "Joseph Taylor", "Level": 4, "location": "XF", "properties": {"id": "7f19788f-2e61-49ad-9601-4fe6e5b87200", "createdDateTime": "2022-08-01T00:37:00.269031Z", "userDisplayName": "Joseph Taylor", "userPrincipalName": "jtaylor@domain.com", "userId": "af9847eb-c773-41ae-bf94-42747c5e986c", "appId": "9c5b7fe3-0ad2-4ea6-94e5-9e0001f367e3", "appDisplayName": "Articulate 360", "ipAddress": "42.62.103.34", "status": {"errorCode": 50158, "failureReason": "External security challenge was not satisfied."}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (iPad; CPU iPad OS 9_3_6 like Mac OS X) AppleWebKit/536.1 (KHTML, like Gecko) CriOS/42.0.865.0 Mobile/77O124 Safari/536.1 Edge/99.14477", "deviceDetail": {"deviceId": "76b96bd3-e5d7-49ee-b195-bf363facdb3d", "displayName": "JOSEPHTAYLOR-LT", "operatingSystem": "Windows 10", "browser": "Edge 99.14477", "isCompliant": true, "isManaged": true, "trustType": "Azure AD joined"}, "location": {"city": "Jessicafurt", "state": "Smithbury", "countryOrRegion": "XF", "geoCoordinates": {"latitude": 17.5082395, "longitude": -115.304215}}, "correlationId": "58556cc8-a955-4756-a85b-1f1bfd847881", "conditionalAccessStatus": "failure", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "afe3b133-af74-4023-9ecc-473d415fe2a0", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 120, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Articulate 360 Online", "resourceId": "5e244d4f-26b9-4ef2-a497-f0c533628ee1", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 393508, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "1I6QLAKmwNYcV5FEKrwaPn10Nbxo4FP8BqYL5evsfG9mOo5g", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "36673087-318c-4304-8804-602d45a6f290", "rngcStatus": 0}}, {"time": "2022-08-01T00:44:19.056251Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "42.62.103.34", "correlationId": "c25d344f-ea74-4470-94bb-ea652c630dd3", "identity": "Joseph Taylor", "Level": 4, "location": "XF", "properties": {"id": "20f677f0-ddf9-46df-bf50-9e296caa9100", "createdDateTime": "2022-08-01T00:44:19.137251Z", "userDisplayName": "Joseph Taylor", "userPrincipalName": "jtaylor@domain.com", "userId": "af9847eb-c773-41ae-bf94-42747c5e986c", "appId": "9a7e67c7-6f05-42a3-b226-97c7ec3e9696", "appDisplayName": "Adobe Identity Management", "ipAddress": "42.62.103.34", "status": {"errorCode": 0, "additionalDetails": "MFA requirement satisfied by claim in the token"}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (iPad; CPU iPad OS 9_3_6 like Mac OS X) AppleWebKit/536.1 (KHTML, like Gecko) CriOS/42.0.865.0 Mobile/77O124 Safari/536.1 Edge/99.14477", "deviceDetail": {"deviceId": "76b96bd3-e5d7-49ee-b195-bf363facdb3d", "displayName": "JOSEPHTAYLOR-LT", "operatingSystem": "Windows 10", "browser": "Edge 99.14477", "isCompliant": true, "isManaged": true, "trustType": "Azure AD joined"}, "location": {"city": "Jessicafurt", "state": "Smithbury", "countryOrRegion": "XF", "geoCoordinates": {"latitude": 17.5082395, "longitude": -115.304215}}, "mfaDetail": {}, "correlationId": "a8685bf7-ee79-4bdc-b8f0-68ccaad1026c", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "8f8b7fc8-c76f-4d21-b481-90dcee28c1de", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 81, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Adobe Identity Management Service", "resourceId": "2c3383ff-432a-49ee-bb8b-8699a7d0416f", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 393508, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "vjgAV7fm3LZCwDrHJQ7TPcc94vukyhQfpTAEP8i8ra8Jg8CN", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "35efb8e5-3b35-4a86-b7ce-660b69bfa773", "rngcStatus": 0}}, {"time": "2022-08-01T00:53:35.346281Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "156.206.181.119", "correlationId": "1f8aad32-f829-4144-8879-b4bc6aeecca5", "identity": "Cynthia Perry", "Level": 4, "location": "XY", "properties": {"id": "0e90a778-2cf2-4eee-b19f-bc6d000b8e00", "createdDateTime": "2022-08-01T00:53:35.412281Z", "userDisplayName": "Cynthia Perry", "userPrincipalName": "cperry@domain.com", "userId": "ac5fa380-9d5b-470e-beb2-5ba10aca48e6", "appId": "9de6e985-97a5-4d82-9c45-aedaa9c25ef9", "appDisplayName": "AWS Single-Account Access", "ipAddress": "156.206.181.119", "status": {"errorCode": 0}, "clientAppUsed": "Browser", "deviceDetail": {"deviceId": "", "operatingSystem": "Windows"}, "location": {"city": "Hannaville", "state": "Thomashaven", "countryOrRegion": "XY", "geoCoordinates": {"latitude": 1.1452695, "longitude": 128.249211}}, "correlationId": "274312a7-b5fb-4dff-b748-6db3ac17fc04", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "b34c2aba-7734-4e8f-87bc-929cb0c0f059", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 66, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "AWS Single-Account Access Service", "resourceId": "72f0186d-d327-46c9-a8ff-497e0caa8691", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 279165, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "WE6FLWjEYydR68YPi0DJljwwMQCXGsYExDxksukp6AKnyge0", "incomingTokenType": "none", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": null, "rngcStatus": 0}}, {"time": "2022-08-01T01:08:26.856214Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "50158", "resultSignature": "None", "resultDescription": "External security challenge was not satisfied.", "durationMs": 0, "callerIpAddress": "166.105.218.213", "correlationId": "14037118-405a-46b8-af0a-ea91eae8c4a0", "identity": "Thomas Price", "Level": 4, "location": "XR", "properties": {"id": "e77f7dfb-e270-4e13-aaf4-26971d6a5900", "createdDateTime": "2022-08-01T01:08:27.016214Z", "userDisplayName": "Thomas Price", "userPrincipalName": "tprice@domain.com", "userId": "32109ee2-ee4f-4d11-9c38-2556aec0f2b5", "appId": "79510a8f-6421-4348-a2ea-bcc2b02485c1", "appDisplayName": "Cisco AnyConnect", "ipAddress": "166.105.218.213", "status": {"errorCode": 50158, "failureReason": "External security challenge was not satisfied."}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (X11; Linux i686) AppleWebKit/535.2 (KHTML, like Gecko) Chrome/22.0.843.0 Safari/535.2 Edge/118.12158", "deviceDetail": {"deviceId": "81ad31fb-e9be-4498-b1b2-c62f8fae1a77", "displayName": "THOMASPRICE-LT", "operatingSystem": "Windows 10", "browser": "Edge 118.12158", "trustType": "Hybrid Azure AD joined"}, "location": {"city": "Kevinton", "state": "Smithton", "countryOrRegion": "XR", "geoCoordinates": {"latitude": -87.5106305, "longitude": -77.991036}}, "correlationId": "42bbe93b-2c62-41b4-ba28-f04c68eff778", "conditionalAccessStatus": "failure", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "b8345ebb-c16b-4398-ab00-12990477f00c", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "processingTimeInMilliseconds": 160, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Cisco AnyConnect Online", "resourceId": "5d5b8d28-6a28-472e-b837-a4094e466965", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 256668, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "Q1lYKtGn0aonkc9nfBcIbHX6BczpEbeE2226YXiPH2SMFzo8", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "15655e1f-5005-4c53-b3c0-c4a1d1ca5e9e"}}, {"time": "2022-08-01T01:12:09.573168Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "44.22.19.201", "correlationId": "55e0c521-0638-4bf3-89e6-97b2de5cf5c9", "identity": "David Johnson", "Level": 4, "location": "XN", "properties": {"id": "f0373eef-9706-4141-a5c3-7d3611a85f00", "createdDateTime": "2022-08-01T01:12:09.725168Z", "userDisplayName": "David Johnson", "userPrincipalName": "djohnson@domain.com", "userId": "ff2ae3d2-8cd2-4bd6-b65d-49c5ad946c7f", "appId": "b6eb5487-41e5-4254-acc5-72fbd850bd1e", "appDisplayName": "Google Cloud / G Suite Connector by Microsoft", "ipAddress": "44.22.19.201", "status": {"errorCode": 0}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (Windows NT 4.0) AppleWebKit/531.1 (KHTML, like Gecko) Chrome/20.0.823.0 Safari/531.1 Edge/87.11424", "deviceDetail": {"deviceId": "8fb0ff79-f116-4f20-8ca8-36b3f8d68865", "displayName": "DAVIDJOHNSON-LT", "operatingSystem": "Windows 10", "browser": "Edge 87.11424", "trustType": "Azure AD registered"}, "location": {"city": "Littlemouth", "state": "Alexanderfurt", "countryOrRegion": "XN", "geoCoordinates": {"latitude": 25.4437255, "longitude": -109.530885}}, "correlationId": "10d1e629-0056-43a4-ae10-ab7df8d71fb1", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "8457b393-2ce6-4a8f-8e94-9f2b05c0edfa", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 152, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Google Cloud / G Suite Connector by Microsoft Service", "resourceId": "47e06079-6a63-42ab-89ea-840a60f3ea94", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 230297, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "69gUUoybdgtpyxf2IJq55HyLyRsnfFmhwQVP4mptTdXOEBsz", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "af115473-a920-4919-a03a-7215ca304189", "rngcStatus": 0}}, {"time": "2022-08-01T01:13:56.738877Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "99.116.100.205", "correlationId": "f74bb198-054d-4bcd-9fd4-9ebf0a98bc1d", "identity": "Aaron Cole", "Level": 4, "location": "XD", "properties": {"id": "71326cde-8812-4486-b054-a01e1ea78d00", "createdDateTime": "2022-08-01T01:13:56.836877Z", "userDisplayName": "Aaron Cole", "userPrincipalName": "acole@domain.com", "userId": "5d557969-1645-4ba4-be83-b6fd943659f7", "appId": "b6eb5487-41e5-4254-acc5-72fbd850bd1e", "appDisplayName": "Google Cloud / G Suite Connector by Microsoft", "ipAddress": "99.116.100.205", "status": {"errorCode": 0}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (iPad; CPU iPad OS 9_3_6 like Mac OS X) AppleWebKit/536.1 (KHTML, like Gecko) CriOS/42.0.865.0 Mobile/77O124 Safari/536.1 Edge/99.14477", "deviceDetail": {"deviceId": "", "operatingSystem": "Windows 10", "browser": "Edge 99.14477"}, "location": {"city": "Carrollstad", "state": "Norrisbury", "countryOrRegion": "XD", "geoCoordinates": {"latitude": -38.8540465, "longitude": -17.674718}}, "correlationId": "05169e74-5aa7-4fb0-b3b8-bef05922f658", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "d0baf0a5-0da2-45db-90d6-b1cb158db20e", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 98, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Google Cloud / G Suite Connector by Microsoft Service", "resourceId": "c76d5f74-7ee8-4657-b84f-a50641692265", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 214655, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "KPPufyzEvkNMS0PpGHgmTxx6KZNsi4qlGPvF4EFfggwWLm9t", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": null, "rngcStatus": 0}}, {"time": "2022-08-01T01:44:44.767125Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "156.206.181.119", "correlationId": "817de6de-43de-48a8-87e3-4ce06c1815b5", "identity": "Cynthia Perry", "Level": 4, "location": "XY", "properties": {"id": "bb44e270-cd48-4a8e-8a0c-9497e7bd4d00", "createdDateTime": "2022-08-01T01:44:44.901125Z", "userDisplayName": "Cynthia Perry", "userPrincipalName": "cperry@domain.com", "userId": "ac5fa380-9d5b-470e-beb2-5ba10aca48e6", "appId": "9de6e985-97a5-4d82-9c45-aedaa9c25ef9", "appDisplayName": "AWS Single-Account Access", "ipAddress": "156.206.181.119", "status": {"errorCode": 0}, "clientAppUsed": "Browser", "deviceDetail": {"deviceId": "", "operatingSystem": "Windows"}, "location": {"city": "Hannaville", "state": "Thomashaven", "countryOrRegion": "XY", "geoCoordinates": {"latitude": 1.1452695, "longitude": 128.249211}}, "correlationId": "348666c1-e207-40a0-870e-ae465551f295", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "8cda9e5f-2baf-47bc-b28a-5376022a8af6", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "processingTimeInMilliseconds": 134, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "AWS Single-Account Access Service", "resourceId": "9a84f55e-3a40-492c-9476-e069f64ed7a6", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 279165, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "h374aiJxS7m6EmxeF6ue603G4WVaqJtpgEwmnLOurWb4nVfY", "incomingTokenType": "none", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "37ee873b-f901-4e25-be69-010243106d0f"}}, {"time": "2022-08-01T01:55:13.715473Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "205.33.24.92", "correlationId": "322df878-1338-417d-ab17-97316b135e82", "identity": "Aaron Cole", "Level": 4, "location": "XD", "properties": {"id": "a9f8bd26-0603-463f-b131-cbc203c24f00", "createdDateTime": "2022-08-01T01:55:13.831473Z", "userDisplayName": "Aaron Cole", "userPrincipalName": "acole@domain.com", "userId": "5d557969-1645-4ba4-be83-b6fd943659f7", "appId": "bc269cd9-8681-4af0-9e76-2a9b4ca24e65", "appDisplayName": "GlassFrog", "ipAddress": "205.33.24.92", "status": {"errorCode": 0}, "clientAppUsed": "Browser", "deviceDetail": {"deviceId": "", "operatingSystem": "Windows", "browser": "Rich Client 4.42.0.0"}, "location": {"city": "Kristinmouth", "state": "Norrisbury", "countryOrRegion": "XD", "geoCoordinates": {"latitude": 26.278784, "longitude": -92.042573}}, "correlationId": "4b0e1241-4f67-4fa6-95fd-03c4295976dc", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "6efe299d-e726-4b3a-a51d-3b1cdf8931dd", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "processingTimeInMilliseconds": 116, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "GlassFrog Service", "resourceId": "f0630e90-b752-4960-bfb9-a0794fc34930", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 214655, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "MWJrJs3o2rAhicYt02L0eSBrv8BiUYsowWaYve14siR79J8K", "incomingTokenType": "none", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "1f37c851-4be4-455b-928a-fbde7845a68a"}}, {"time": "2022-08-01T01:59:41.470271Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "205.33.24.92", "correlationId": "a3033006-2cc6-4a1c-a75c-44ed54cb97a9", "identity": "Aaron Cole", "Level": 4, "location": "XD", "properties": {"id": "da07381e-cd4c-4b24-b359-ffd7330a7800", "createdDateTime": "2022-08-01T01:59:41.541271Z", "userDisplayName": "Aaron Cole", "userPrincipalName": "acole@domain.com", "userId": "5d557969-1645-4ba4-be83-b6fd943659f7", "appId": "4c2f7c2a-ff05-4df6-9087-9ba8388a3861", "appDisplayName": "Foko Retail", "ipAddress": "205.33.24.92", "status": {"errorCode": 0}, "clientAppUsed": "Browser", "deviceDetail": {"deviceId": "", "operatingSystem": "Windows10", "browser": "Rich Client 4.39.0.0"}, "location": {"city": "Kristinmouth", "state": "Norrisbury", "countryOrRegion": "XD", "geoCoordinates": {"latitude": 26.278784, "longitude": -92.042573}}, "correlationId": "9d82a588-4d49-4c49-944b-4ad0197da55d", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "da475da1-e368-43e0-b2b4-2ffbc5e0c561", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 71, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Foko Retail Service", "resourceId": "24578515-1951-4064-967d-0d2acaf0aa70", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 214655, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "xCsxYCw5hFT5TLHH33XiXsULmomtEcbRFu9jupMXgs4UqDBI", "incomingTokenType": "none", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "0e68752b-7dfa-400b-a6f5-1b54af90696a", "rngcStatus": 0}}, {"time": "2022-08-01T02:42:45.551529Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "50158", "resultSignature": "None", "resultDescription": "External security challenge was not satisfied.", "durationMs": 0, "callerIpAddress": "105.169.153.183", "correlationId": "8a3d2af7-d0ff-41a1-af04-4a796866b2ad", "identity": "Thomas Price", "Level": 4, "location": "XR", "properties": {"id": "66d1265d-a794-48fb-9188-fc356d9f7300", "createdDateTime": "2022-08-01T02:42:45.698529Z", "userDisplayName": "Thomas Price", "userPrincipalName": "tprice@domain.com", "userId": "32109ee2-ee4f-4d11-9c38-2556aec0f2b5", "appId": "9a7e67c7-6f05-42a3-b226-97c7ec3e9696", "appDisplayName": "Adobe Identity Management", "ipAddress": "105.169.153.183", "status": {"errorCode": 50158, "failureReason": "External security challenge was not satisfied."}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (X11; Linux i686) AppleWebKit/535.2 (KHTML, like Gecko) Chrome/22.0.843.0 Safari/535.2 Edge/118.12158", "deviceDetail": {"deviceId": "2b85c59f-331a-4b61-9a44-9d3d6df62a06", "displayName": "THOMASPRICE-LT", "operatingSystem": "Windows 10", "browser": "Edge 118.12158", "trustType": "Hybrid Azure AD joined"}, "location": {"city": "Kevinton", "state": "Smithton", "countryOrRegion": "XR", "geoCoordinates": {"latitude": -87.5106305, "longitude": -77.991036}}, "correlationId": "92588953-a8ba-4233-8699-ee73884c6a1d", "conditionalAccessStatus": "failure", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "ffceb85b-06ea-442c-8520-0fdfe7a8380b", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 147, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Adobe Identity Management Service", "resourceId": "30663ca7-f8a9-43ab-8ca1-7906bdbc1485", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 256668, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "oeCC8T1oK1AuTGIov0aYfV9UWcxLEOXYkHC3CKMhldU993Ki", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "a6c259e5-7f16-48b2-a9f3-75becd6daa9b", "rngcStatus": 0}}, {"time": "2022-08-01T03:05:08.046839Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "50158", "resultSignature": "None", "resultDescription": "External security challenge was not satisfied.", "durationMs": 0, "callerIpAddress": "44.22.19.201", "correlationId": "fa4fd013-d981-43e6-abf2-5d180a03b0b3", "identity": "Thomas Price", "Level": 4, "location": "XN", "properties": {"id": "541ec948-4b40-46bd-a337-75cb81616800", "createdDateTime": "2022-08-01T03:05:08.229839Z", "userDisplayName": "Thomas Price", "userPrincipalName": "tprice@domain.com", "userId": "32109ee2-ee4f-4d11-9c38-2556aec0f2b5", "appId": "9a7e67c7-6f05-42a3-b226-97c7ec3e9696", "appDisplayName": "Adobe Identity Management", "ipAddress": "44.22.19.201", "status": {"errorCode": 50158, "failureReason": "External security challenge was not satisfied."}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (X11; Linux i686) AppleWebKit/535.2 (KHTML, like Gecko) Chrome/22.0.843.0 Safari/535.2 Edge/118.12158", "deviceDetail": {"deviceId": "a12f42a7-2ae0-42d8-aec8-bf7cb3dea82c", "displayName": "THOMASPRICE-LT", "operatingSystem": "Windows 10", "browser": "Edge 118.12158", "trustType": "Hybrid Azure AD joined"}, "location": {"city": "Littlemouth", "state": "Alexanderfurt", "countryOrRegion": "XN", "geoCoordinates": {"latitude": 25.4437255, "longitude": -109.530885}}, "correlationId": "27a4ee50-1f96-4c90-83dd-f35b7866b047", "conditionalAccessStatus": "failure", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "8e19ea55-f90e-470a-9cdc-b51b4a0cf059", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 183, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Adobe Identity Management Service", "resourceId": "30663ca7-f8a9-43ab-8ca1-7906bdbc1485", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 230297, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "7AHjmE0ZOwnv347RpopmjOrRzjsE1iiicT5G96uDBzRsXEbS", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "a6c259e5-7f16-48b2-a9f3-75becd6daa9b", "rngcStatus": 0}}, {"time": "2022-08-01T03:36:32.240388Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "50158", "resultSignature": "None", "resultDescription": "External security challenge was not satisfied.", "durationMs": 0, "callerIpAddress": "92.110.109.246", "correlationId": "fe634b3f-a8f3-4eb4-959c-d5bc869d4ce8", "identity": "Thomas Price", "Level": 4, "location": "XR", "properties": {"id": "091f472c-8c50-486e-b774-16db91276700", "createdDateTime": "2022-08-01T03:36:32.367388Z", "userDisplayName": "Thomas Price", "userPrincipalName": "tprice@domain.com", "userId": "32109ee2-ee4f-4d11-9c38-2556aec0f2b5", "appId": "9a7e67c7-6f05-42a3-b226-97c7ec3e9696", "appDisplayName": "Adobe Identity Management", "ipAddress": "92.110.109.246", "status": {"errorCode": 50158, "failureReason": "External security challenge was not satisfied."}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (X11; Linux i686) AppleWebKit/535.2 (KHTML, like Gecko) Chrome/22.0.843.0 Safari/535.2 Edge/118.12158", "deviceDetail": {"deviceId": "fb4d911d-6441-411b-868f-d25d5586a326", "displayName": "THOMASPRICE-LT", "operatingSystem": "Windows 10", "browser": "Edge 118.12158", "trustType": "Hybrid Azure AD joined"}, "location": {"city": "Port Denisetown", "state": "Smithton", "countryOrRegion": "XR", "geoCoordinates": {"latitude": 3.5518965, "longitude": 131.871582}}, "correlationId": "fbcf63a3-7a88-4917-8347-c3355ed946ce", "conditionalAccessStatus": "failure", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "c20538f7-8e42-45e6-9e0b-32410d9c2fba", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "processingTimeInMilliseconds": 127, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Adobe Identity Management Service", "resourceId": "30663ca7-f8a9-43ab-8ca1-7906bdbc1485", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 230297, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "TLU4CBqD9EpftAjNzeUgNzxpdRoOlQtklVJkbbj2BRnkvKlk", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "a6c259e5-7f16-48b2-a9f3-75becd6daa9b"}}, {"time": "2022-08-01T04:18:14.847156Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "13.113.40.157", "correlationId": "48abbc32-ad17-44ee-b520-a0ce13ceac81", "identity": "Attack Target", "Level": 4, "location": "XR", "properties": {"id": "baab1233-76d0-4f3f-8bc6-ec80b4fb9b00", "createdDateTime": "2022-08-01T04:18:14.959156Z", "userDisplayName": "Attack Target", "userPrincipalName": "attacktarget@domain.com", "userId": "d735e84b-dcca-404d-9f7d-700f360f41a6", "appId": "9a7e67c7-6f05-42a3-b226-97c7ec3e9696", "appDisplayName": "Adobe Identity Management", "ipAddress": "13.113.40.157", "status": {"errorCode": 0}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (iPad; CPU iPad OS 9_3_6 like Mac OS X) AppleWebKit/536.1 (KHTML, like Gecko) CriOS/42.0.865.0 Mobile/77O124 Safari/536.1 Edge/99.14477", "deviceDetail": {"deviceId": "a44625dc-6f81-449a-9799-8005f7209b42", "displayName": "ATTACKTARGET-LT", "operatingSystem": "Windows 10", "browser": "Edge 99.14477", "trustType": "Azure AD registered"}, "location": {"city": "Smithfort", "state": "Smithfort", "countryOrRegion": "XR", "geoCoordinates": {"latitude": 3.7564095, "longitude": -121.574606}}, "correlationId": "591f9946-ab71-47cd-bbc8-f74bc0c97f13", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "49497d6b-1412-4406-bdcd-5a9e0d67aaba", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 112, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Adobe Identity Management Service", "resourceId": "30663ca7-f8a9-43ab-8ca1-7906bdbc1485", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 34974, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "GsgOSSEYMjDqVmzdzocMUCQfumeoAyku6stvA6DFtE9QGBpi", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "a6c259e5-7f16-48b2-a9f3-75becd6daa9b", "rngcStatus": 0}}, {"time": "2022-08-01T04:43:37.388511Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "10.14.188.154", "correlationId": "c917ad61-75f1-4f00-b66e-3caddf62ecf9", "identity": "Alicia Ramirez", "Level": 4, "location": "XR", "properties": {"id": "dafafffb-9e45-4fd2-84a0-bf45984a6800", "createdDateTime": "2022-08-01T04:43:37.547511Z", "userDisplayName": "Alicia Ramirez", "userPrincipalName": "aramirez@domain.com", "userId": "50125906-f0ff-4d56-a7d2-397a3c9d477e", "appId": "dbe6b779-13df-45f2-a6d7-1323485479f6", "appDisplayName": "Cisco Webex", "ipAddress": "10.14.188.154", "status": {"errorCode": 0}, "clientAppUsed": "Browser", "deviceDetail": {"deviceId": "51dc6022-7b43-4a76-a5c8-6f29eb6be5c8", "displayName": "ALICIARAMIREZ-LT", "operatingSystem": "Android", "browser": "Rich Client 4.38.0.0", "isCompliant": true, "isManaged": true, "trustType": "Azure AD registered"}, "location": {"city": "Susanside", "state": "Morrisview", "countryOrRegion": "XR", "geoCoordinates": {"latitude": 57.8050005, "longitude": -51.781534}}, "correlationId": "11d21169-bcc5-4fc1-8ad3-6f8d07dc4f2f", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "3fc7df30-3ecf-4e93-b91c-61c13267bc71", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 159, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Cisco Webex Service", "resourceId": "9a84f55e-3a40-492c-9476-e069f64ed7a6", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 432564, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "jX2eLBVekBaYxsQqymyW2Bz6CTNZiG3F9EDJpepFb2CkdW5D", "incomingTokenType": "none", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "37ee873b-f901-4e25-be69-010243106d0f", "rngcStatus": 0}}, {"time": "2022-08-01T04:51:28.447663Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "199.12.127.103", "correlationId": "809b9e3b-95a1-47ac-9a38-2f68e331ad25", "identity": "Jacob Meyers", "Level": 4, "location": "XG", "properties": {"id": "c39e6449-499a-4a56-b4b3-75e205466900", "createdDateTime": "2022-08-01T04:51:28.636663Z", "userDisplayName": "Jacob Meyers", "userPrincipalName": "jmeyers@domain.com", "userId": "c63a67b0-1651-4a8a-9560-cc703cdad5ad", "appId": "2eae4ad1-8cae-48fe-b718-76bd66e2fc7f", "appDisplayName": "Bipsync", "ipAddress": "199.12.127.103", "status": {"errorCode": 0}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (iPad; CPU iPad OS 9_3_6 like Mac OS X) AppleWebKit/536.1 (KHTML, like Gecko) CriOS/42.0.865.0 Mobile/77O124 Safari/536.1 Edge/99.14477", "deviceDetail": {"deviceId": "68cb982e-f215-496c-89bb-cc07716ff474", "displayName": "JACOBMEYERS-LT", "operatingSystem": "Windows 10", "browser": "Edge 99.14477", "trustType": "Azure AD registered"}, "location": {"city": "Port Nathan", "state": "Newmanville", "countryOrRegion": "XG", "geoCoordinates": {"latitude": 23.244641, "longitude": -113.392021}}, "correlationId": "1a1a491f-0bed-49f7-8e0f-e06666c7abc9", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "3e7a8659-e032-4f63-9611-848314ea95d0", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 189, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Bipsync Service", "resourceId": "4b482d0a-88be-43f3-a771-aaf19d9bbf70", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 282405, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "qfgd256DByJKXFYye3sNLVgSqDqhyifdpxmKOUPX30zFLuSU", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "b4d48f3a-639f-4f89-a099-2fdd27423d1f", "rngcStatus": 0}}, {"time": "2022-08-01T05:00:41.881712Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "700084", "resultSignature": "None", "resultDescription": "Other", "durationMs": 0, "callerIpAddress": "105.169.153.183", "correlationId": "838a0b07-826d-4da6-84aa-168c5a2bcbe5", "identity": "Jim Gonzalez", "Level": 4, "location": "XR", "properties": {"id": "2deb6159-9641-4f72-833f-3a318deb4f00", "createdDateTime": "2022-08-01T05:00:41.948712Z", "userDisplayName": "Jim Gonzalez", "userPrincipalName": "jgonzalez@domain.com", "userId": "95090045-a9c5-489c-adee-2db430a3333a", "appId": "e47a1d38-5f61-45cd-b1b9-bc92f525c598", "appDisplayName": "Altoura", "ipAddress": "105.169.153.183", "status": {"errorCode": 700084, "failureReason": "Other"}, "clientAppUsed": "Browser", "userAgent": "Mozilla/5.0 (Linux; Android 2.3.5) AppleWebKit/532.2 (KHTML, like Gecko) Chrome/46.0.898.0 Safari/532.2 Edge/105.19198", "deviceDetail": {"deviceId": "15135d1f-cb47-4bd8-b76d-90a9171c09bd", "displayName": "JIMGONZALEZ-LT", "operatingSystem": "Windows 10", "browser": "Edge 105.19198", "trustType": "Azure AD registered"}, "location": {"city": "Kevinton", "state": "Smithton", "countryOrRegion": "XR", "geoCoordinates": {"latitude": -87.5106305, "longitude": -77.991036}}, "correlationId": "b976d827-8748-49c1-94dd-ef23d9740999", "conditionalAccessStatus": "notApplied", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "ce661f45-c33a-42ff-8d8a-710132c54975", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "processingTimeInMilliseconds": 67, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Altoura Online", "resourceId": "8a137ba4-52ae-4dbf-94af-2e56851573c4", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 256668, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "FUu7wfsPBf7czQuDrOJcFNsdHIEZRkpJgRRpuSeDQNjkdpd8", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": null}}, {"time": "2022-08-01T05:29:54.250607Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "205.33.24.92", "correlationId": "7d4d2c14-925f-4c52-88c3-b572c4dca748", "identity": "Aaron Cole", "Level": 4, "location": "XD", "properties": {"id": "e3d678dd-4e47-4907-b11e-8dddd7126800", "createdDateTime": "2022-08-01T05:29:54.462607Z", "userDisplayName": "Aaron Cole", "userPrincipalName": "acole@domain.com", "userId": "5d557969-1645-4ba4-be83-b6fd943659f7", "appId": "af50c7b0-ad5f-40ec-840e-8d89be454ce4", "appDisplayName": "Citrix ShareFile", "ipAddress": "205.33.24.92", "status": {"errorCode": 0}, "clientAppUsed": "Browser", "deviceDetail": {"deviceId": "", "operatingSystem": "Windows10", "browser": "Rich Client 4.36.1.0"}, "location": {"city": "Kristinmouth", "state": "Norrisbury", "countryOrRegion": "XD", "geoCoordinates": {"latitude": 26.278784, "longitude": -92.042573}}, "correlationId": "10f0b46d-a4f5-4697-8559-31754c21d596", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "08927e4d-0bdd-4542-a336-f130cfdc3b73", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 212, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Citrix ShareFile Online", "resourceId": "24578515-1951-4064-967d-0d2acaf0aa70", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 214655, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "gm98hBrq6wYRiPuimQDmXqUcdUcAKUY2gCNEOF5sM6keHFg8", "incomingTokenType": "none", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "0e68752b-7dfa-400b-a6f5-1b54af90696a", "rngcStatus": 0}}, {"time": "2022-08-01T05:44:57.775439Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "93.38.143.169", "correlationId": "95db900d-6eff-418f-acb4-e0414e9d5820", "identity": "Thomas Price", "Level": 4, "location": "XQ", "properties": {"id": "ece24cb8-8bbf-4dc3-90e8-e3ac64a36700", "createdDateTime": "2022-08-01T05:44:57.897439Z", "userDisplayName": "Thomas Price", "userPrincipalName": "tprice@domain.com", "userId": "32109ee2-ee4f-4d11-9c38-2556aec0f2b5", "appId": "2eae4ad1-8cae-48fe-b718-76bd66e2fc7f", "appDisplayName": "Bipsync", "ipAddress": "93.38.143.169", "status": {"errorCode": 0}, "clientAppUsed": "Mobile Apps and Desktop clients", "deviceDetail": {"deviceId": "", "operatingSystem": "Android"}, "location": {"city": "Herringburgh", "state": "Chanshire", "countryOrRegion": "XQ", "geoCoordinates": {"latitude": 68.567938, "longitude": 116.565225}}, "correlationId": "90456244-53c2-4473-8fba-6d10d1dd9960", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "6b7e33ba-f478-44ef-a22f-3f80d3792a21", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 122, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Bipsync Service", "resourceId": "4b482d0a-88be-43f3-a771-aaf19d9bbf70", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 497360, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "BqwC1iELJ4e6GJSRFgmJ58HBNt1f6qs2653odT9okjArPQb2", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "b4d48f3a-639f-4f89-a099-2fdd27423d1f", "rngcStatus": 0}}, {"time": "2022-08-01T05:48:51.708960Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "99.116.100.205", "correlationId": "05e73314-2436-4a2a-b0f6-600017bcd4a8", "identity": "Aaron Cole", "Level": 4, "location": "XD", "properties": {"id": "527f7e80-01b1-4596-ae32-79e99c975000", "createdDateTime": "2022-08-01T05:48:51.797960Z", "userDisplayName": "Aaron Cole", "userPrincipalName": "acole@domain.com", "userId": "5d557969-1645-4ba4-be83-b6fd943659f7", "appId": "e47a1d38-5f61-45cd-b1b9-bc92f525c598", "appDisplayName": "Altoura", "ipAddress": "99.116.100.205", "status": {"errorCode": 0}, "clientAppUsed": "Browser", "userAgent": "Mozilla/5.0 (Linux; Android 2.3.5) AppleWebKit/532.2 (KHTML, like Gecko) Chrome/46.0.898.0 Safari/532.2 Edge/105.19198", "deviceDetail": {"deviceId": "", "operatingSystem": "Windows 10", "browser": "Edge 105.19198"}, "location": {"city": "Carrollstad", "state": "Norrisbury", "countryOrRegion": "XD", "geoCoordinates": {"latitude": -38.8540465, "longitude": -17.674718}}, "correlationId": "b3e83e65-b70c-47dc-9e91-2c5135772f8e", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "cdfa26a1-533a-4a0f-9115-66e093c4369b", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "processingTimeInMilliseconds": 89, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Altoura Online", "resourceId": "8a137ba4-52ae-4dbf-94af-2e56851573c4", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 214655, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "jIc5WH6uV8u7asr0MWV8E4DKJmQdOY6nEPPPPRwQH46c4Kpc", "incomingTokenType": "none", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": null}}, {"time": "2022-08-01T06:16:33.925996Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "42.62.103.34", "correlationId": "5dfa66d4-7115-4f80-b9c3-2c7d51b5f4e6", "identity": "Joseph Taylor", "Level": 4, "location": "XF", "properties": {"id": "fc999d30-4d72-4b71-b130-a08a7f2d8f00", "createdDateTime": "2022-08-01T06:16:34.135996Z", "userDisplayName": "Joseph Taylor", "userPrincipalName": "jtaylor@domain.com", "userId": "af9847eb-c773-41ae-bf94-42747c5e986c", "appId": "1b3edb90-1e06-46db-b021-e2fc1f7ddaf5", "appDisplayName": "Beatrust", "ipAddress": "42.62.103.34", "status": {"errorCode": 0}, "clientAppUsed": "Browser", "deviceDetail": {"deviceId": "76b96bd3-e5d7-49ee-b195-bf363facdb3d", "displayName": "JOSEPHTAYLOR-LT", "operatingSystem": "Windows 10", "browser": "Rich Client 5.2.7.0", "isCompliant": true, "isManaged": true, "trustType": "Azure AD joined"}, "location": {"city": "Jessicafurt", "state": "Smithbury", "countryOrRegion": "XF", "geoCoordinates": {"latitude": 17.5082395, "longitude": -115.304215}}, "correlationId": "059a3fe3-b764-4c41-86ab-34f2539d5233", "conditionalAccessStatus": "notApplied", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "b5a65fa7-17a2-46a7-937b-08d695918f21", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 210, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Beatrust Service", "resourceId": "92637366-2070-40d9-922c-6d2567265cbc", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 393508, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "GDmy6t3wwPMcYaw4pIRY7C9wyQNbh7LV4wAijE8AoSj2qvLH", "incomingTokenType": "none", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "aeb394f1-948a-4b5e-a047-7fa9627afd63", "rngcStatus": 0}}, {"time": "2022-08-01T06:57:36.335846Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "13.113.40.157", "correlationId": "2f228be4-bbb6-476e-b540-702d8ce238c3", "identity": "Attack Target", "Level": 4, "location": "XR", "properties": {"id": "34e3f02d-c81c-4cc6-8a75-7f89094a9500", "createdDateTime": "2022-08-01T06:57:36.609846Z", "userDisplayName": "Attack Target", "userPrincipalName": "attacktarget@domain.com", "userId": "d735e84b-dcca-404d-9f7d-700f360f41a6", "appId": "9c5b7fe3-0ad2-4ea6-94e5-9e0001f367e3", "appDisplayName": "Articulate 360", "ipAddress": "13.113.40.157", "status": {"errorCode": 0}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (iPad; CPU iPad OS 9_3_6 like Mac OS X) AppleWebKit/536.1 (KHTML, like Gecko) CriOS/42.0.865.0 Mobile/77O124 Safari/536.1 Edge/99.14477", "deviceDetail": {"deviceId": "a44625dc-6f81-449a-9799-8005f7209b42", "displayName": "ATTACKTARGET-LT", "operatingSystem": "Windows 10", "browser": "Edge 99.14477", "trustType": "Azure AD registered"}, "location": {"city": "Smithfort", "state": "Smithfort", "countryOrRegion": "XR", "geoCoordinates": {"latitude": 3.7564095, "longitude": -121.574606}}, "correlationId": "3e185112-0f45-4212-9b39-3eeb7df4e1d9", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "1ef4346f-8090-4b13-bc36-c8a40281b84c", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 274, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Articulate 360 Online", "resourceId": "436260d5-3791-4aea-a4da-aa698ec35f2f", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 34974, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "OTAaIGQ7vPlPNOyA5L3SuBMTRdfGRFTjX5pzFOZ2jlP1SH6T", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "94b9f3ba-5f4b-4edc-99dc-a420b76960f9", "rngcStatus": 0}}, {"time": "2022-08-01T07:56:55.904022Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "50158", "resultSignature": "None", "resultDescription": "External security challenge was not satisfied.", "durationMs": 0, "callerIpAddress": "147.132.189.119", "correlationId": "f03c6498-a00f-41ed-a754-ea7258949fd3", "identity": "Terry Proctor", "Level": 4, "location": "XR", "properties": {"id": "8ebdb246-4cc5-47df-8d1b-56b449094900", "createdDateTime": "2022-08-01T07:56:56.013022Z", "userDisplayName": "Terry Proctor", "userPrincipalName": "tproctor@domain.com", "userId": "03110cc5-e54f-4dae-b68a-bf5d945f8152", "appId": "9a7e67c7-6f05-42a3-b226-97c7ec3e9696", "appDisplayName": "Adobe Identity Management", "ipAddress": "147.132.189.119", "status": {"errorCode": 50158, "failureReason": "External security challenge was not satisfied.", "additionalDetails": "MFA requirement satisfied by claim in the token"}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (X11; Linux i686) AppleWebKit/533.0 (KHTML, like Gecko) Chrome/24.0.803.0 Safari/533.0 Edge/40.11325", "deviceDetail": {"deviceId": "88ee69d5-1eb7-4f29-b594-e9b4e3371940", "displayName": "TERRYPROCTOR-LT", "operatingSystem": "Windows 10", "browser": "Edge 40.11325", "isCompliant": true, "isManaged": true, "trustType": "Azure AD joined"}, "location": {"city": "Port Denisetown", "state": "Smithton", "countryOrRegion": "XR", "geoCoordinates": {"latitude": 3.5518965, "longitude": 131.871582}}, "mfaDetail": {}, "correlationId": "346ef97a-5e3e-41fd-81a9-c60c81aef416", "conditionalAccessStatus": "failure", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "5213488e-ac22-47a2-9660-edeb09cceda7", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "processingTimeInMilliseconds": 109, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Adobe Identity Management Service", "resourceId": "80abac89-d2c0-4b6c-8ffc-5023bd7efc5e", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 256668, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "SgsxKO325GhOtwOZxXkmlo6ldEUC2B5dKggIDTsmC0ykDyaQ", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": null}}, {"time": "2022-08-01T08:07:13.148008Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "50158", "resultSignature": "None", "resultDescription": "External security challenge was not satisfied.", "durationMs": 0, "callerIpAddress": "92.110.109.246", "correlationId": "140d96c2-5679-48d6-a22a-522fd056aa1c", "identity": "Thomas Price", "Level": 4, "location": "XR", "properties": {"id": "957852e5-3659-44e0-9376-78054c935c00", "createdDateTime": "2022-08-01T08:07:13.313008Z", "userDisplayName": "Thomas Price", "userPrincipalName": "tprice@domain.com", "userId": "32109ee2-ee4f-4d11-9c38-2556aec0f2b5", "appId": "9a7e67c7-6f05-42a3-b226-97c7ec3e9696", "appDisplayName": "Adobe Identity Management", "ipAddress": "92.110.109.246", "status": {"errorCode": 50158, "failureReason": "External security challenge was not satisfied."}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (X11; Linux i686) AppleWebKit/535.2 (KHTML, like Gecko) Chrome/22.0.843.0 Safari/535.2 Edge/118.12158", "deviceDetail": {"deviceId": "35819889-abdc-47e0-b28d-5195d26e941f", "displayName": "THOMASPRICE-LT", "operatingSystem": "Windows 10", "browser": "Edge 118.12158", "trustType": "Hybrid Azure AD joined"}, "location": {"city": "Port Denisetown", "state": "Smithton", "countryOrRegion": "XR", "geoCoordinates": {"latitude": 3.5518965, "longitude": 131.871582}}, "correlationId": "8e77dce5-39c0-4fb3-b4e1-f900662c1520", "conditionalAccessStatus": "failure", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "3202b884-9c38-4a4f-8f15-331c764b05f4", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 165, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Adobe Identity Management Service", "resourceId": "30663ca7-f8a9-43ab-8ca1-7906bdbc1485", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 230297, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "lTz3Jqia8rTrkjpOC51UWrW0sL4uX16wQzl4NIEEZhr4BpyW", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "a6c259e5-7f16-48b2-a9f3-75becd6daa9b", "rngcStatus": 0}}, {"time": "2022-08-01T08:14:11.678751Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "50158", "resultSignature": "None", "resultDescription": "External security challenge was not satisfied.", "durationMs": 0, "callerIpAddress": "42.62.103.34", "correlationId": "1a33c153-2790-4983-9611-8a8bbc69c2c5", "identity": "Joseph Taylor", "Level": 4, "location": "XF", "properties": {"id": "4cef6bed-8ce8-4274-9ce5-4a21e7096f00", "createdDateTime": "2022-08-01T08:14:11.867751Z", "userDisplayName": "Joseph Taylor", "userPrincipalName": "jtaylor@domain.com", "userId": "af9847eb-c773-41ae-bf94-42747c5e986c", "appId": "9c5b7fe3-0ad2-4ea6-94e5-9e0001f367e3", "appDisplayName": "Articulate 360", "ipAddress": "42.62.103.34", "status": {"errorCode": 50158, "failureReason": "External security challenge was not satisfied."}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (iPad; CPU iPad OS 9_3_6 like Mac OS X) AppleWebKit/536.1 (KHTML, like Gecko) CriOS/42.0.865.0 Mobile/77O124 Safari/536.1 Edge/99.14477", "deviceDetail": {"deviceId": "76b96bd3-e5d7-49ee-b195-bf363facdb3d", "displayName": "JOSEPHTAYLOR-LT", "operatingSystem": "Windows 10", "browser": "Edge 99.14477", "isCompliant": true, "isManaged": true, "trustType": "Azure AD joined"}, "location": {"city": "Jessicafurt", "state": "Smithbury", "countryOrRegion": "XF", "geoCoordinates": {"latitude": 17.5082395, "longitude": -115.304215}}, "correlationId": "8bc109b4-d499-4362-820d-06ab559882d3", "conditionalAccessStatus": "failure", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "e13895f8-ba0c-4135-a09d-49cd7cc25027", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 189, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Articulate 360 Online", "resourceId": "436260d5-3791-4aea-a4da-aa698ec35f2f", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 393508, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "EJohPNWIQAThaD4pwyKfcOLzIWxkCeZ9EIR7HIxeeB0U8y02", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "94b9f3ba-5f4b-4edc-99dc-a420b76960f9", "rngcStatus": 0}}, {"time": "2022-08-01T08:18:07.471378Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "92.110.109.246", "correlationId": "ca7c9085-b40b-4701-bdae-feb53227e5c5", "identity": "David Johnson", "Level": 4, "location": "XR", "properties": {"id": "17558929-4181-40d4-9645-7d29f5ae7600", "createdDateTime": "2022-08-01T08:18:08.157378Z", "userDisplayName": "David Johnson", "userPrincipalName": "djohnson@domain.com", "userId": "ff2ae3d2-8cd2-4bd6-b65d-49c5ad946c7f", "appId": "51a80452-7502-4b15-9e15-827c7d78e337", "appDisplayName": "Dropbox Business", "ipAddress": "92.110.109.246", "status": {"errorCode": 0}, "clientAppUsed": "Mobile Apps and Desktop clients", "deviceDetail": {"deviceId": "8fb0ff79-f116-4f20-8ca8-36b3f8d68865", "displayName": "DAVIDJOHNSON-LT", "operatingSystem": "Windows 10", "browser": "Rich Client 5.2.9.0", "trustType": "Azure AD registered"}, "location": {"city": "Port Denisetown", "state": "Smithton", "countryOrRegion": "XR", "geoCoordinates": {"latitude": 3.5518965, "longitude": 131.871582}}, "correlationId": "0eb1b71c-10bb-49f4-a8e2-6b754d832a2c", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "0b5aa7a7-5515-4016-801b-f61f47431105", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 686, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Dropbox Business Online", "resourceId": "fcbb342e-c15e-4612-8a70-e3156b81556f", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 230297, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "ux6sQ3OmIPDFra8745s6YGwAznRoI8XsDoMerZcldCG4f3qX", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "0fd3a253-6124-461e-bab2-32ec73c1c1ad", "rngcStatus": 0}}, {"time": "2022-08-01T08:23:21.508885Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "199.12.127.103", "correlationId": "6a42cbb1-f882-4b72-be1d-b46c7990bcaa", "identity": "Jacob Meyers", "Level": 4, "location": "XG", "properties": {"id": "528a72ae-c612-474f-a22e-2f695ce77800", "createdDateTime": "2022-08-01T08:23:21.593885Z", "userDisplayName": "Jacob Meyers", "userPrincipalName": "jmeyers@domain.com", "userId": "c63a67b0-1651-4a8a-9560-cc703cdad5ad", "appId": "9a7e67c7-6f05-42a3-b226-97c7ec3e9696", "appDisplayName": "Adobe Identity Management", "ipAddress": "199.12.127.103", "ipAddressFromResourceProvider": "155.96.237.219", "status": {"errorCode": 0}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (iPad; CPU iPad OS 9_3_6 like Mac OS X) AppleWebKit/536.1 (KHTML, like Gecko) CriOS/42.0.865.0 Mobile/77O124 Safari/536.1 Edge/99.14477", "deviceDetail": {"deviceId": "68cb982e-f215-496c-89bb-cc07716ff474", "displayName": "JACOBMEYERS-LT", "operatingSystem": "Windows 10", "browser": "Edge 99.14477", "trustType": "Azure AD registered"}, "location": {"city": "Port Nathan", "state": "Newmanville", "countryOrRegion": "XG", "geoCoordinates": {"latitude": 23.244641, "longitude": -113.392021}}, "correlationId": "d70f6525-28e3-4055-9304-22734b95ad21", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "74906865-0824-4488-bdab-4947429d1c1a", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 85, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Adobe Identity Management Service", "resourceId": "c8eab36d-0a82-409d-8693-a8dabc997921", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 282405, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "DJI0SEMMaURxDt1msbWcNcvJmgx5n3OJSrGoap3pDs0FcTCx", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "2248d3ef-d7b8-4eb2-bd20-fb53f725bfe3", "rngcStatus": 0}}, {"time": "2022-08-01T08:41:50.500913Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "13.113.40.157", "correlationId": "ef4f35b3-f025-4be8-9394-d3036af9f90b", "identity": "Attack Target", "Level": 4, "location": "XR", "properties": {"id": "e3eb0cfb-966f-4577-9f37-6ff2021b6600", "createdDateTime": "2022-08-01T08:41:50.645913Z", "userDisplayName": "Attack Target", "userPrincipalName": "attacktarget@domain.com", "userId": "d735e84b-dcca-404d-9f7d-700f360f41a6", "appId": "9a7e67c7-6f05-42a3-b226-97c7ec3e9696", "appDisplayName": "Adobe Identity Management", "ipAddress": "13.113.40.157", "ipAddressFromResourceProvider": "13.113.40.157", "status": {"errorCode": 0}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (iPad; CPU iPad OS 9_3_6 like Mac OS X) AppleWebKit/536.1 (KHTML, like Gecko) CriOS/42.0.865.0 Mobile/77O124 Safari/536.1 Edge/99.14477", "deviceDetail": {"deviceId": "a44625dc-6f81-449a-9799-8005f7209b42", "displayName": "ATTACKTARGET-LT", "operatingSystem": "Windows 10", "browser": "Edge 99.14477", "trustType": "Azure AD registered"}, "location": {"city": "New John", "state": "Smithfort", "countryOrRegion": "XR", "geoCoordinates": {"latitude": -89.144242, "longitude": 168.119022}}, "correlationId": "15a0ed54-416b-4dba-bfbf-77ab80edd6db", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "075965c1-37ff-4432-99ab-788e8128180b", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 145, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Adobe Identity Management Service", "resourceId": "c8eab36d-0a82-409d-8693-a8dabc997921", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 34974, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "Jdaijy4rf6RkMXAZysTXncft9DF7qZr8z8ZbBw54XRDsXJd0", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "2248d3ef-d7b8-4eb2-bd20-fb53f725bfe3", "rngcStatus": 0}}, {"time": "2022-08-01T08:50:51.436829Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "50158", "resultSignature": "None", "resultDescription": "External security challenge was not satisfied.", "durationMs": 0, "callerIpAddress": "92.110.109.246", "correlationId": "9e53fa6d-6cd0-4efb-a780-1d6c88ae5f28", "identity": "Thomas Price", "Level": 4, "location": "XR", "properties": {"id": "7682696f-415e-4a05-906d-36aaf4eb7300", "createdDateTime": "2022-08-01T08:50:51.562829Z", "userDisplayName": "Thomas Price", "userPrincipalName": "tprice@domain.com", "userId": "32109ee2-ee4f-4d11-9c38-2556aec0f2b5", "appId": "9a7e67c7-6f05-42a3-b226-97c7ec3e9696", "appDisplayName": "Adobe Identity Management", "ipAddress": "92.110.109.246", "status": {"errorCode": 50158, "failureReason": "External security challenge was not satisfied."}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (X11; Linux i686) AppleWebKit/535.2 (KHTML, like Gecko) Chrome/22.0.843.0 Safari/535.2 Edge/118.12158", "deviceDetail": {"deviceId": "a31478d2-f778-4d5a-b081-22579a9edcbe", "displayName": "THOMASPRICE-LT", "operatingSystem": "Windows 10", "browser": "Edge 118.12158", "trustType": "Hybrid Azure AD joined"}, "location": {"city": "Port Denisetown", "state": "Smithton", "countryOrRegion": "XR", "geoCoordinates": {"latitude": 3.5518965, "longitude": 131.871582}}, "correlationId": "bcb5ea6d-31b4-4dc0-8a98-e75f2abb9fac", "conditionalAccessStatus": "failure", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "6da50b8e-44e0-4def-91af-b53fe621cd60", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 126, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Adobe Identity Management Service", "resourceId": "30663ca7-f8a9-43ab-8ca1-7906bdbc1485", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 230297, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "hgLEmu1PET3VrR8pbEn7jla9FDd8oXxaDIcCpD96xS5U11v0", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "a6c259e5-7f16-48b2-a9f3-75becd6daa9b", "rngcStatus": 0}}, {"time": "2022-08-01T08:52:39.508120Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "99.116.100.205", "correlationId": "5270c4d6-5dce-480b-a5e0-4ff5badff8f7", "identity": "Aaron Cole", "Level": 4, "location": "XD", "properties": {"id": "2e5b02b3-50ef-483f-bed8-628e51b88f00", "createdDateTime": "2022-08-01T08:52:39.580120Z", "userDisplayName": "Aaron Cole", "userPrincipalName": "acole@domain.com", "userId": "5d557969-1645-4ba4-be83-b6fd943659f7", "appId": "36f74ffc-90e8-46e0-b0ed-588b76ed6f47", "appDisplayName": "Inspire", "ipAddress": "99.116.100.205", "status": {"errorCode": 0}, "clientAppUsed": "Browser", "userAgent": "Mozilla/5.0 (Linux; Android 2.3.5) AppleWebKit/532.2 (KHTML, like Gecko) Chrome/46.0.898.0 Safari/532.2 Edge/105.19198", "deviceDetail": {"deviceId": "", "operatingSystem": "Windows 10", "browser": "Edge 105.19198"}, "location": {"city": "Carrollstad", "state": "Norrisbury", "countryOrRegion": "XD", "geoCoordinates": {"latitude": -38.8540465, "longitude": -17.674718}}, "correlationId": "27e16c34-142c-4269-a18a-977f682dd980", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "f91c32de-c1bd-49dd-a314-ffea46fd0108", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 72, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Inspire Online", "resourceId": "8a137ba4-52ae-4dbf-94af-2e56851573c4", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 214655, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "wolmdu7mmeKeBe5eDJKllFUEZ8xYeTS9dn0tWI2wD7qLnrra", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": null, "rngcStatus": 0}}, {"time": "2022-08-01T09:03:21.665350Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "91.132.253.146", "correlationId": "cbef1cec-8520-4b27-89a8-9e44cdeafefc", "identity": "Aaron Cole", "Level": 4, "location": "XD", "properties": {"id": "599e6756-2da1-4fc0-bb78-22b57beb5100", "createdDateTime": "2022-08-01T09:03:21.940350Z", "userDisplayName": "Aaron Cole", "userPrincipalName": "acole@domain.com", "userId": "5d557969-1645-4ba4-be83-b6fd943659f7", "appId": "1b3edb90-1e06-46db-b021-e2fc1f7ddaf5", "appDisplayName": "Beatrust", "ipAddress": "91.132.253.146", "status": {"errorCode": 0}, "clientAppUsed": "Browser", "deviceDetail": {"deviceId": "", "operatingSystem": "Windows 10", "browser": "Rich Client 5.2.7.0"}, "location": {"city": "Rickshire", "state": "Norrisbury", "countryOrRegion": "XD", "geoCoordinates": {"latitude": -78.5751045, "longitude": 58.329246}}, "correlationId": "33fd87e8-d9b4-418d-8f18-5e55d788bd27", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "b3eb59d6-adcc-45c6-b082-a215687ea2a2", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "processingTimeInMilliseconds": 275, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Beatrust", "resourceId": "042c3df9-f692-4971-8c0b-72867fa422dd", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 214655, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "twCNwHyCX3v7kWAFFWtLjxoTn0mTPgGu6AmdKGSCkhWzvyIy", "incomingTokenType": "none", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "9dab86e5-2edb-4073-bed1-a1b309638aa2"}}, {"time": "2022-08-01T09:07:49.592299Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "147.132.189.119", "correlationId": "fff71009-3ded-4eb9-9c28-be0f922dafa6", "identity": "Terry Proctor", "Level": 4, "location": "XR", "properties": {"id": "5259cb5f-38c9-4c6a-8382-7d4674596900", "createdDateTime": "2022-08-01T09:07:49.694299Z", "userDisplayName": "Terry Proctor", "userPrincipalName": "tproctor@domain.com", "userId": "03110cc5-e54f-4dae-b68a-bf5d945f8152", "appId": "413f12c2-a9cb-4ca6-a080-d4308249cbe1", "appDisplayName": "Air", "ipAddress": "147.132.189.119", "status": {"errorCode": 0, "additionalDetails": "MFA requirement satisfied by claim in the token"}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (X11; Linux i686) AppleWebKit/533.0 (KHTML, like Gecko) Chrome/24.0.803.0 Safari/533.0 Edge/40.11325", "deviceDetail": {"deviceId": "88ee69d5-1eb7-4f29-b594-e9b4e3371940", "displayName": "TERRYPROCTOR-LT", "operatingSystem": "Windows 10", "browser": "Edge 40.11325", "isCompliant": true, "isManaged": true, "trustType": "Azure AD joined"}, "location": {"city": "Port Denisetown", "state": "Smithton", "countryOrRegion": "XR", "geoCoordinates": {"latitude": 3.5518965, "longitude": 131.871582}}, "mfaDetail": {}, "correlationId": "b78bf409-f608-424b-aa6c-9f390a0dd375", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "6ae906c6-b8f6-4ab1-b49f-6340e8e656d0", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 102, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Air Online", "resourceId": "76f4ef5e-0b9a-478c-89cd-2dcd57ca60c3", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 256668, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "3ybG8evL3PGYihpHGdVD4oMZ7p9eDd0yXbiRixVLOkryh0tv", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": null, "rngcStatus": 0}}, {"time": "2022-08-01T09:21:24.534313Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "138.247.69.0", "correlationId": "16306d2e-301b-455b-9988-4b057b21891d", "identity": "Amy Anderson", "Level": 4, "location": "XG", "properties": {"id": "fc999d30-4d72-4b71-b130-a08a44168c00", "createdDateTime": "2022-08-01T09:21:24.666313Z", "userDisplayName": "Amy Anderson", "userPrincipalName": "aanderson@domain.com", "userId": "8075903b-a43c-46f2-8c31-82f488ccff67", "appId": "9a7e67c7-6f05-42a3-b226-97c7ec3e9696", "appDisplayName": "Adobe Identity Management", "ipAddress": "138.247.69.0", "status": {"errorCode": 0}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (Windows NT 4.0) AppleWebKit/531.1 (KHTML, like Gecko) Chrome/20.0.823.0 Safari/531.1 Edge/87.11424", "deviceDetail": {"deviceId": "d873fe16-31ed-4171-baa4-a4662f307e1f", "displayName": "AMYANDERSON-LT", "operatingSystem": "Windows 10", "browser": "Edge 87.11424", "trustType": "Azure AD registered"}, "location": {"city": "East Ericfort", "state": "Newmanville", "countryOrRegion": "XG", "geoCoordinates": {"latitude": 48.7022085, "longitude": 54.982601}}, "correlationId": "0c576189-d23d-415b-a24d-5e499aae1e21", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "c60ad351-79b4-455b-9f31-b2afa4d29f62", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 132, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Adobe Identity Management Service", "resourceId": "80abac89-d2c0-4b6c-8ffc-5023bd7efc5e", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 124857, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "W9lp531Hba5NpZIYshCAmoS6EkuvNF0PM9ZBoyubyyIGGY5S", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": null, "rngcStatus": 0}}, {"time": "2022-08-01T09:21:37.299985Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "156.206.181.119", "correlationId": "84fe046a-582c-41a2-b9bf-643f3598077d", "identity": "Cynthia Perry", "Level": 4, "location": "XY", "properties": {"id": "37de7214-048f-4127-804b-5086bc226300", "createdDateTime": "2022-08-01T09:21:37.418985Z", "userDisplayName": "Cynthia Perry", "userPrincipalName": "cperry@domain.com", "userId": "ac5fa380-9d5b-470e-beb2-5ba10aca48e6", "appId": "9de6e985-97a5-4d82-9c45-aedaa9c25ef9", "appDisplayName": "AWS Single-Account Access", "ipAddress": "156.206.181.119", "status": {"errorCode": 0}, "clientAppUsed": "Browser", "deviceDetail": {"deviceId": "", "operatingSystem": "Windows"}, "location": {"city": "Hannaville", "state": "Thomashaven", "countryOrRegion": "XY", "geoCoordinates": {"latitude": 1.1452695, "longitude": 128.249211}}, "correlationId": "eb2d2340-ea10-441f-831a-4868fcc49058", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "910388b8-3030-4f1e-8986-afa0f5d4d093", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 119, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "AWS Single-Account Access Service", "resourceId": "f0630e90-b752-4960-bfb9-a0794fc34930", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 279165, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "YWI4npTkqPeS7vaQ3hfN9ciuWht5HKmpTg5IJrkjKodNTPHM", "incomingTokenType": "none", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "1f37c851-4be4-455b-928a-fbde7845a68a", "rngcStatus": 0}}, {"time": "2022-08-01T09:57:58.836220Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "50158", "resultSignature": "None", "resultDescription": "External security challenge was not satisfied.", "durationMs": 0, "callerIpAddress": "42.62.103.34", "correlationId": "603afd81-60e1-486e-a987-752754742a02", "identity": "Joseph Taylor", "Level": 4, "location": "XF", "properties": {"id": "5770b2e0-7013-44f8-922c-53e65eb36900", "createdDateTime": "2022-08-01T09:57:58.931220Z", "userDisplayName": "Joseph Taylor", "userPrincipalName": "jtaylor@domain.com", "userId": "af9847eb-c773-41ae-bf94-42747c5e986c", "appId": "e980a200-4916-4fcb-ae5a-3dee8f09d976", "appDisplayName": "Adoddle cSaas Platform", "ipAddress": "42.62.103.34", "status": {"errorCode": 50158, "failureReason": "External security challenge was not satisfied."}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (iPad; CPU iPad OS 9_3_6 like Mac OS X) AppleWebKit/536.1 (KHTML, like Gecko) CriOS/42.0.865.0 Mobile/77O124 Safari/536.1 Edge/99.14477", "deviceDetail": {"deviceId": "76b96bd3-e5d7-49ee-b195-bf363facdb3d", "displayName": "JOSEPHTAYLOR-LT", "operatingSystem": "Windows 10", "browser": "Edge 99.14477", "isCompliant": true, "isManaged": true, "trustType": "Azure AD joined"}, "location": {"city": "Jessicafurt", "state": "Smithbury", "countryOrRegion": "XF", "geoCoordinates": {"latitude": 17.5082395, "longitude": -115.304215}}, "correlationId": "82b820d6-13e5-47b7-8ced-084a9c9487bd", "conditionalAccessStatus": "failure", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "d8ca2df0-7992-4b9e-96e5-9298eb6312c3", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 95, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Adoddle cSaas Platform Online", "resourceId": "2437523d-228a-44c0-b408-0de8a8a8276c", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 393508, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "CkNJk1gyPhdKxDCCPRJb5hprWOOhV2DBMNdhDY0jmT9d69pu", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "0eae9886-2d60-475f-9a14-3151a1cfa557", "rngcStatus": 0}}, {"time": "2022-08-01T10:09:00.366145Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "205.33.24.92", "correlationId": "74aabd87-e12d-4eed-a95a-20698f7aada8", "identity": "Vanessa Ramirez", "Level": 4, "location": "XD", "properties": {"id": "05126ca7-c65f-4544-8acb-9d50da6d4800", "createdDateTime": "2022-08-01T10:09:00.478145Z", "userDisplayName": "Vanessa Ramirez", "userPrincipalName": "vramirez@domain.com", "userId": "5d72b7ed-62ea-4b94-b931-ccef65d71ebd", "appId": "9de6e985-97a5-4d82-9c45-aedaa9c25ef9", "appDisplayName": "AWS Single-Account Access", "ipAddress": "205.33.24.92", "status": {"errorCode": 0}, "clientAppUsed": "Browser", "deviceDetail": {"deviceId": "e395a3f4-8f2d-4170-804f-d3e13ce3151b", "displayName": "VANESSARAMIREZ-LT", "operatingSystem": "Windows", "trustType": "Azure AD registered"}, "location": {"city": "Kristinmouth", "state": "Norrisbury", "countryOrRegion": "XD", "geoCoordinates": {"latitude": 26.278784, "longitude": -92.042573}}, "correlationId": "698b6452-2840-49ea-887f-894695a928c5", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "242b7994-6db1-4f4a-8acf-27ad41f42db2", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 112, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "AWS Single-Account Access Service", "resourceId": "f0630e90-b752-4960-bfb9-a0794fc34930", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 214655, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "9is1MGRVAtnSwDhf5QqYUj48qkjYaWoWAeEael707Y6S9k0E", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "1f37c851-4be4-455b-928a-fbde7845a68a", "rngcStatus": 0}}, {"time": "2022-08-01T10:17:45.624547Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "13.113.40.157", "correlationId": "2ba6578d-a161-45a9-b836-a80bd15bf1d2", "identity": "Attack Target", "Level": 4, "location": "XR", "properties": {"id": "40c4cb79-ca1a-4c9d-b6a0-55af924c5800", "createdDateTime": "2022-08-01T10:17:45.734547Z", "userDisplayName": "Attack Target", "userPrincipalName": "attacktarget@domain.com", "userId": "d735e84b-dcca-404d-9f7d-700f360f41a6", "appId": "9a7e67c7-6f05-42a3-b226-97c7ec3e9696", "appDisplayName": "Adobe Identity Management", "ipAddress": "13.113.40.157", "status": {"errorCode": 0}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (iPad; CPU iPad OS 9_3_6 like Mac OS X) AppleWebKit/536.1 (KHTML, like Gecko) CriOS/42.0.865.0 Mobile/77O124 Safari/536.1 Edge/99.14477", "deviceDetail": {"deviceId": "a44625dc-6f81-449a-9799-8005f7209b42", "displayName": "ATTACKTARGET-LT", "operatingSystem": "Windows 10", "browser": "Edge 99.14477", "trustType": "Azure AD registered"}, "location": {"city": "New John", "state": "Smithfort", "countryOrRegion": "XR", "geoCoordinates": {"latitude": -89.144242, "longitude": 168.119022}}, "correlationId": "7c771181-3420-43cc-b358-893d7bfda2fb", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "658dd91e-7bd4-4ffd-bb12-cff919bacf2a", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "processingTimeInMilliseconds": 110, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Adobe Identity Management Service", "resourceId": "30663ca7-f8a9-43ab-8ca1-7906bdbc1485", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 34974, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "FqWZAoRuVF2pLAz04f1l78USee1fzrWZL1DeqsTLoicMpQs7", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "a6c259e5-7f16-48b2-a9f3-75becd6daa9b"}}, {"time": "2022-08-01T11:00:59.283660Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "21.206.133.221", "correlationId": "ba127126-ea4c-4dba-bd39-53e6eaafbf06", "identity": "Angela Kerr", "Level": 4, "location": "XQ", "properties": {"id": "a4494e24-3340-475d-bc72-9aa1abb44e00", "createdDateTime": "2022-08-01T11:00:59.475660Z", "userDisplayName": "Angela Kerr", "userPrincipalName": "akerr@domain.com", "userId": "0db48846-20f7-44bc-bbdd-457a8ea9f7d8", "appId": "84f18b4b-ae12-484a-847f-f3e36093594a", "appDisplayName": "Slack", "ipAddress": "21.206.133.221", "status": {"errorCode": 0}, "clientAppUsed": "Browser", "deviceDetail": {"deviceId": "", "operatingSystem": "Windows"}, "location": {"city": "Brownton", "state": "Stephanieberg", "countryOrRegion": "XQ", "geoCoordinates": {"latitude": -37.755925, "longitude": -139.744832}}, "correlationId": "30dd4890-822b-47da-9885-01004b49de0b", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "ecf3adf8-8584-4638-b4cc-867030a5785c", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "processingTimeInMilliseconds": 192, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Slack Service", "resourceId": "f0630e90-b752-4960-bfb9-a0794fc34930", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 12916, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "wIqrIBzKabcfHgD96zpQXpG8l38JWW2bETBUYwucmR86QVDd", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "1f37c851-4be4-455b-928a-fbde7845a68a"}}, {"time": "2022-08-01T11:02:05.908845Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "147.132.189.119", "correlationId": "4d6b60a6-e096-4bd1-8be0-90d190898170", "identity": "Cassie Fernandez", "Level": 4, "location": "XR", "properties": {"id": "ace681b4-3934-4235-befc-67ed514d7400", "createdDateTime": "2022-08-01T11:02:06.018845Z", "userDisplayName": "Cassie Fernandez", "userPrincipalName": "cfernandez@domain.com", "userId": "67ef8be6-3f44-4db7-8172-fd6211428c1e", "appId": "9a7e67c7-6f05-42a3-b226-97c7ec3e9696", "appDisplayName": "Adobe Identity Management", "ipAddress": "147.132.189.119", "status": {"errorCode": 0}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (iPad; CPU iPad OS 9_3_6 like Mac OS X) AppleWebKit/536.1 (KHTML, like Gecko) CriOS/42.0.865.0 Mobile/77O124 Safari/536.1 Edge/99.14477", "deviceDetail": {"deviceId": "d5a487a1-ef7d-4960-9723-7fdadce19af3", "displayName": "CASSIEFERNANDEZ-LT", "operatingSystem": "Windows 10", "browser": "Edge 99.14477", "trustType": "Azure AD registered"}, "location": {"city": "Port Denisetown", "state": "Smithton", "countryOrRegion": "XR", "geoCoordinates": {"latitude": 3.5518965, "longitude": 131.871582}}, "correlationId": "341afda6-bb24-4731-8670-48ae02dbc87f", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "420ea0b1-10ab-4251-b12f-3a94dd46718a", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 110, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Adobe Identity Management Service", "resourceId": "30663ca7-f8a9-43ab-8ca1-7906bdbc1485", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 256668, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "HTz1nJiKVlZmK6WNPflCHILc9b2l42bMHKtSUKv2xAf0CAes", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "a6c259e5-7f16-48b2-a9f3-75becd6daa9b", "rngcStatus": 0}}, {"time": "2022-08-01T11:24:41.449082Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "13.113.40.157", "correlationId": "4feab968-af83-4610-8cc0-d3a31a86464f", "identity": "Attack Target", "Level": 4, "location": "XR", "properties": {"id": "9e1a73f6-a00a-49a9-886a-dc8666d65a00", "createdDateTime": "2022-08-01T11:24:41.591082Z", "userDisplayName": "Attack Target", "userPrincipalName": "attacktarget@domain.com", "userId": "d735e84b-dcca-404d-9f7d-700f360f41a6", "appId": "9a7e67c7-6f05-42a3-b226-97c7ec3e9696", "appDisplayName": "Adobe Identity Management", "ipAddress": "13.113.40.157", "ipAddressFromResourceProvider": "13.113.40.157", "status": {"errorCode": 0}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (iPad; CPU iPad OS 9_3_6 like Mac OS X) AppleWebKit/536.1 (KHTML, like Gecko) CriOS/42.0.865.0 Mobile/77O124 Safari/536.1 Edge/99.14477", "deviceDetail": {"deviceId": "a44625dc-6f81-449a-9799-8005f7209b42", "displayName": "ATTACKTARGET-LT", "operatingSystem": "Windows 10", "browser": "Edge 99.14477", "trustType": "Azure AD registered"}, "location": {"city": "New John", "state": "Smithfort", "countryOrRegion": "XR", "geoCoordinates": {"latitude": -89.144242, "longitude": 168.119022}}, "correlationId": "a87f0d1a-f551-44d8-b9c0-d5fd23521f3e", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "f329fab7-0d64-4323-a66d-cf9b178e455c", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "processingTimeInMilliseconds": 142, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Adobe Identity Management Service", "resourceId": "c8eab36d-0a82-409d-8693-a8dabc997921", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 34974, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "7MjLFlNl3aRWzVmjzAMGEDrqO1e5iNQjOWHeBiECNyh2yd57", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "2248d3ef-d7b8-4eb2-bd20-fb53f725bfe3"}}, {"time": "2022-08-01T11:37:29.714497Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "99.116.100.205", "correlationId": "ff986d5c-0814-43d8-b4bb-195abef2b066", "identity": "Aaron Cole", "Level": 4, "location": "XD", "properties": {"id": "20f677f0-ddf9-46df-bf50-9e29030d9100", "createdDateTime": "2022-08-01T11:37:29.888497Z", "userDisplayName": "Aaron Cole", "userPrincipalName": "acole@domain.com", "userId": "5d557969-1645-4ba4-be83-b6fd943659f7", "appId": "af50c7b0-ad5f-40ec-840e-8d89be454ce4", "appDisplayName": "Citrix ShareFile", "ipAddress": "99.116.100.205", "status": {"errorCode": 0}, "clientAppUsed": "Browser", "deviceDetail": {"deviceId": "", "operatingSystem": "Windows10", "browser": "Rich Client 4.36.1.0"}, "location": {"city": "Carrollstad", "state": "Norrisbury", "countryOrRegion": "XD", "geoCoordinates": {"latitude": -38.8540465, "longitude": -17.674718}}, "correlationId": "82fa83ba-4f9b-4de7-838a-06b027225690", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "dbc76117-d77f-4fe6-8f04-e324000ad8f4", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 174, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Citrix ShareFile Online", "resourceId": "24578515-1951-4064-967d-0d2acaf0aa70", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 214655, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "FxZC45gezpzdJE16gM6fwUVMvDrRZQUG76tvRwWoDCYroDgj", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "0e68752b-7dfa-400b-a6f5-1b54af90696a", "rngcStatus": 0}}, {"time": "2022-08-01T11:58:53.617010Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "134.219.180.76", "correlationId": "6c63b8a4-fe9a-e168-7314-891c5aee78f0", "identity": "Joseph Taylor", "Level": 4, "location": "XF", "properties": {"id": "61f774b4-bfab-427d-9daf-8440e1bd6400", "createdDateTime": "2022-08-01T11:58:53.821010Z", "userDisplayName": "Joseph Taylor", "userPrincipalName": "jtaylor@domain.com", "userId": "af9847eb-c773-41ae-bf94-42747c5e986c", "appId": "84f18b4b-ae12-484a-847f-f3e36093594a", "appDisplayName": "Slack", "ipAddress": "134.219.180.76", "status": {"errorCode": 0, "additionalDetails": "MFA requirement satisfied by claim in the token"}, "clientAppUsed": "Browser", "deviceDetail": {"deviceId": "76b96bd3-e5d7-49ee-b195-bf363facdb3d", "displayName": "JOSEPHTAYLOR-LT", "operatingSystem": "Windows", "isCompliant": true, "isManaged": true, "trustType": "Azure AD joined"}, "location": {"city": "Mannville", "state": "Porterside", "countryOrRegion": "XF", "geoCoordinates": {"latitude": -50.9955705, "longitude": 104.613841}}, "mfaDetail": {}, "correlationId": "a3f1ab5d-956f-40bb-9621-57ad9f539854", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "08d36abd-83b9-4137-80b8-9d815a69e2ea", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 204, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Slack", "resourceId": "9a84f55e-3a40-492c-9476-e069f64ed7a6", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 124400, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "y7BfmTrrsIwkXuHfKthF07jA4jthG3FvedAWUiqRBzMQUK7m", "incomingTokenType": "none", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "37ee873b-f901-4e25-be69-010243106d0f", "rngcStatus": 0}}, {"time": "2022-08-01T12:18:15.395999Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "42.62.103.34", "correlationId": "96a5b9ed-cfe6-4a96-9921-ddbe46dedeca", "identity": "Joseph Taylor", "Level": 4, "location": "XF", "properties": {"id": "ffcaca16-51c9-4067-8710-403cbbc07600", "createdDateTime": "2022-08-01T12:18:15.501999Z", "userDisplayName": "Joseph Taylor", "userPrincipalName": "jtaylor@domain.com", "userId": "af9847eb-c773-41ae-bf94-42747c5e986c", "appId": "18bf60fa-77dd-4aad-891d-af82ca87dd06", "appDisplayName": "FortiGate SSL VPN", "ipAddress": "42.62.103.34", "status": {"errorCode": 0, "additionalDetails": "MFA requirement satisfied by claim in the token"}, "clientAppUsed": "Browser", "deviceDetail": {"deviceId": "76b96bd3-e5d7-49ee-b195-bf363facdb3d", "displayName": "JOSEPHTAYLOR-LT", "operatingSystem": "Windows", "browser": "Rich Client 4.22.0.0", "isCompliant": true, "isManaged": true, "trustType": "Azure AD joined"}, "location": {"city": "Jessicafurt", "state": "Smithbury", "countryOrRegion": "XF", "geoCoordinates": {"latitude": 17.5082395, "longitude": -115.304215}}, "mfaDetail": {}, "correlationId": "209f3fac-be97-4fdf-b6e0-7fbda1ad633c", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "d6bc371a-d156-4fd9-858d-e64ccb3b1947", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 106, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "FortiGate SSL VPN", "resourceId": "51e679b4-5774-4b5f-9636-df5ea66b9380", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 393508, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "3kbElgxtfQCJG40Uro5jmn7K29K0jv28IEmOn36oinb1PIeb", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "6e8f419c-7f10-40b1-a52a-e4fb253c74c2", "rngcStatus": 0}}, {"time": "2022-08-01T12:27:29.316346Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "13.113.40.157", "correlationId": "909e6d39-c190-4bac-9aae-48983f29c309", "identity": "Attack Target", "Level": 4, "location": "XR", "properties": {"id": "9e1a73f6-a00a-49a9-886a-dc86a5685600", "createdDateTime": "2022-08-01T12:27:29.450346Z", "userDisplayName": "Attack Target", "userPrincipalName": "attacktarget@domain.com", "userId": "d735e84b-dcca-404d-9f7d-700f360f41a6", "appId": "9a7e67c7-6f05-42a3-b226-97c7ec3e9696", "appDisplayName": "Adobe Identity Management", "ipAddress": "13.113.40.157", "ipAddressFromResourceProvider": "13.113.40.157", "status": {"errorCode": 0}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (iPad; CPU iPad OS 9_3_6 like Mac OS X) AppleWebKit/536.1 (KHTML, like Gecko) CriOS/42.0.865.0 Mobile/77O124 Safari/536.1 Edge/99.14477", "deviceDetail": {"deviceId": "a44625dc-6f81-449a-9799-8005f7209b42", "displayName": "ATTACKTARGET-LT", "operatingSystem": "Windows 10", "browser": "Edge 99.14477", "trustType": "Azure AD registered"}, "location": {"city": "New John", "state": "Smithfort", "countryOrRegion": "XR", "geoCoordinates": {"latitude": -89.144242, "longitude": 168.119022}}, "correlationId": "890223c7-7d23-4f15-be26-f67961d186c1", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "74eb77ec-7da6-4787-9a1d-d9e12edcec88", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "processingTimeInMilliseconds": 134, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Adobe Identity Management Service", "resourceId": "c8eab36d-0a82-409d-8693-a8dabc997921", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 34974, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "80ZIFCPjmcCg8IhZZkolgnd35NOCBlhkwmYW9ywYCQYSsrJc", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "2248d3ef-d7b8-4eb2-bd20-fb53f725bfe3"}}, {"time": "2022-08-01T12:38:22.715720Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "205.33.24.92", "correlationId": "c50ffaf6-1345-4efe-9487-34adffe973d9", "identity": "Aaron Cole", "Level": 4, "location": "XD", "properties": {"id": "59de31d3-9b3e-4d48-a206-9ae7abae6200", "createdDateTime": "2022-08-01T12:38:22.798720Z", "userDisplayName": "Aaron Cole", "userPrincipalName": "acole@domain.com", "userId": "5d557969-1645-4ba4-be83-b6fd943659f7", "appId": "ad65aaed-51a8-4877-830e-8a5273604c87", "appDisplayName": "Docusign", "ipAddress": "205.33.24.92", "status": {"errorCode": 0}, "clientAppUsed": "Browser", "userAgent": "Mozilla/5.0 (X11; Linux i686) AppleWebKit/536.2 (KHTML, like Gecko) Chrome/22.0.877.0 Safari/536.2", "deviceDetail": {"deviceId": "", "operatingSystem": "Windows 10", "browser": "Chrome 22.0.877.0"}, "location": {"city": "Kristinmouth", "state": "Norrisbury", "countryOrRegion": "XD", "geoCoordinates": {"latitude": 26.278784, "longitude": -92.042573}}, "correlationId": "7fff9e78-f1eb-4441-97ec-fc5f7a867bda", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "e47aca88-f1ed-42ae-8cc4-cf73e650abe5", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 83, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Docusign Service", "resourceId": "8a137ba4-52ae-4dbf-94af-2e56851573c4", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 214655, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "IHFxgFakngYHQwaPtZL58mj68K3r5AvOMV74o0w0haWjwQdY", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": null, "rngcStatus": 0}}, {"time": "2022-08-01T12:39:17.490141Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "92.150.146.180", "correlationId": "ea0b91fb-51a1-410b-a177-41ccf9425364", "identity": "Nicholas Black", "Level": 4, "location": "XP", "properties": {"id": "656b6a55-9c7d-4cd4-981f-e418a786a100", "createdDateTime": "2022-08-01T12:39:17.555141Z", "userDisplayName": "Nicholas Black", "userPrincipalName": "nblack@domain.com", "userId": "fdbaeb01-a814-4736-b297-facda1075c14", "appId": "9167c284-c68f-468a-84be-0ee4f23879fe", "appDisplayName": "ArcGIS Enterprise", "ipAddress": "92.150.146.180", "status": {"errorCode": 0}, "clientAppUsed": "Mobile Apps and Desktop clients", "deviceDetail": {"deviceId": "", "operatingSystem": "Android"}, "location": {"city": "Christopherton", "state": "Andreaport", "countryOrRegion": "XP", "geoCoordinates": {"latitude": -59.4533945, "longitude": -153.616856}}, "correlationId": "8f43c71c-39eb-405f-a580-388219a6a972", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "e2b83ecd-b3a9-49bb-bfc8-ea5080965b42", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 65, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "ArcGIS Enterprise Service", "resourceId": "72f0186d-d327-46c9-a8ff-497e0caa8691", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 370904, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "gxdHP6bF5VE6S3JpSoUrsGxoNakLqJsdJyjkHjze4wopbgSe", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": null, "rngcStatus": 0}}, {"time": "2022-08-01T12:47:34.720546Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "86.154.193.190", "correlationId": "54733b95-55f1-4e7b-8f21-dfcf098e7fc3", "identity": "Jamie Watson", "Level": 4, "location": "XR", "properties": {"id": "cc41f85f-18f2-4339-b560-185650816300", "createdDateTime": "2022-08-01T12:47:34.842546Z", "userDisplayName": "Jamie Watson", "userPrincipalName": "jwatson@domain.com", "userId": "2844695b-9a70-48ed-a5ce-f3d711e2292b", "appId": "ad65aaed-51a8-4877-830e-8a5273604c87", "appDisplayName": "Docusign", "ipAddress": "86.154.193.190", "status": {"errorCode": 0}, "clientAppUsed": "Browser", "deviceDetail": {"deviceId": "fc784602-6455-4450-be3c-6770e0359f8a", "displayName": "JAMIEWATSON-LT", "operatingSystem": "Windows", "browser": "Rich Client 4.42.0.0", "isCompliant": true, "isManaged": true, "trustType": "Azure AD joined"}, "location": {"city": "Port Denisetown", "state": "Smithton", "countryOrRegion": "XR", "geoCoordinates": {"latitude": 3.5518965, "longitude": 131.871582}}, "correlationId": "25083266-bcb8-4225-8f97-06540b2a43f5", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "0b2e445c-c36c-4596-a8b4-b88a08897444", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 122, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Docusign Service", "resourceId": "a666212f-ee1d-48b1-b4cf-45433f66d402", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 256668, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "lgYCHxK1VOPyi8EX5pK8QxR3nvbrShWr5wLpJnpBahLQxsow", "incomingTokenType": "none", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "b9c9c5b0-1fce-4e9e-af57-8d5084987162", "rngcStatus": 0}}, {"time": "2022-08-01T12:56:16.342057Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "156.206.181.119", "correlationId": "d598aec5-e9f3-4fdb-9c57-7b65d8648f91", "identity": "Cynthia Perry", "Level": 4, "location": "XY", "properties": {"id": "7ad921a7-535a-4d80-8c63-31972dd84900", "createdDateTime": "2022-08-01T12:56:16.477057Z", "userDisplayName": "Cynthia Perry", "userPrincipalName": "cperry@domain.com", "userId": "ac5fa380-9d5b-470e-beb2-5ba10aca48e6", "appId": "9de6e985-97a5-4d82-9c45-aedaa9c25ef9", "appDisplayName": "AWS Single-Account Access", "ipAddress": "156.206.181.119", "status": {"errorCode": 0}, "clientAppUsed": "Browser", "deviceDetail": {"deviceId": "", "operatingSystem": "Windows"}, "location": {"city": "Hannaville", "state": "Thomashaven", "countryOrRegion": "XY", "geoCoordinates": {"latitude": 1.1452695, "longitude": 128.249211}}, "correlationId": "29c71ec6-3b09-4c2c-968c-3e1ebd0393d0", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "602e8d26-0459-457a-8de3-80d0f13b94ee", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 135, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "AWS Single-Account Access Service", "resourceId": "c65cf5f9-5537-4200-889e-381c4f60ca7d", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 279165, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "JT0oPmCrjqL3VdgvGu3OU4vDwILSi0RWLF92f4k6iFqV7UMV", "incomingTokenType": "none", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": null, "rngcStatus": 0}}, {"time": "2022-08-01T13:36:37.636129Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "92.110.109.246", "correlationId": "aa69a48c-7f76-4e43-b2b5-7b22b3c62c4a", "identity": "David Johnson", "Level": 4, "location": "XR", "properties": {"id": "4c611638-3218-4fe7-8e92-9add2eec6d00", "createdDateTime": "2022-08-01T13:36:38.038129Z", "userDisplayName": "David Johnson", "userPrincipalName": "djohnson@domain.com", "userId": "ff2ae3d2-8cd2-4bd6-b65d-49c5ad946c7f", "appId": "bf2855c0-7434-4262-8885-ad2f5206d324", "appDisplayName": "COINS Construction Cloud - Project and Productivity Apps", "ipAddress": "92.110.109.246", "status": {"errorCode": 0}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (Windows NT 4.0) AppleWebKit/531.1 (KHTML, like Gecko) Chrome/20.0.823.0 Safari/531.1 Edge/87.11424", "deviceDetail": {"deviceId": "8fb0ff79-f116-4f20-8ca8-36b3f8d68865", "displayName": "DAVIDJOHNSON-LT", "operatingSystem": "Windows 10", "browser": "Edge 87.11424", "trustType": "Azure AD registered"}, "location": {"city": "Port Denisetown", "state": "Smithton", "countryOrRegion": "XR", "geoCoordinates": {"latitude": 3.5518965, "longitude": 131.871582}}, "correlationId": "057a5b39-9322-4d2c-984f-cd2942bf9982", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "11d46091-505c-4dc6-a455-9676ac593b83", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 402, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "COINS Construction Cloud - Project and Productivity Apps Service", "resourceId": "436260d5-3791-4aea-a4da-aa698ec35f2f", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 230297, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "YILa2Ozd0x2QgoCKcw6MPvQd371b4dXFWcKBAx6CoblFBGyS", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "94b9f3ba-5f4b-4edc-99dc-a420b76960f9", "rngcStatus": 0}}, {"time": "2022-08-01T14:00:50.824527Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "13.113.40.157", "correlationId": "8e4cf6b0-06fa-4580-a1d2-f31bc5187c2b", "identity": "Attack Target", "Level": 4, "location": "XR", "properties": {"id": "2e5b02b3-50ef-483f-bed8-628eaef78c00", "createdDateTime": "2022-08-01T14:00:51.086527Z", "userDisplayName": "Attack Target", "userPrincipalName": "attacktarget@domain.com", "userId": "d735e84b-dcca-404d-9f7d-700f360f41a6", "appId": "9c5b7fe3-0ad2-4ea6-94e5-9e0001f367e3", "appDisplayName": "Articulate 360", "ipAddress": "13.113.40.157", "status": {"errorCode": 0}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (iPad; CPU iPad OS 9_3_6 like Mac OS X) AppleWebKit/536.1 (KHTML, like Gecko) CriOS/42.0.865.0 Mobile/77O124 Safari/536.1 Edge/99.14477", "deviceDetail": {"deviceId": "a44625dc-6f81-449a-9799-8005f7209b42", "displayName": "ATTACKTARGET-LT", "operatingSystem": "Windows 10", "browser": "Edge 99.14477", "trustType": "Azure AD registered"}, "location": {"city": "Smithfort", "state": "Smithfort", "countryOrRegion": "XR", "geoCoordinates": {"latitude": 3.7564095, "longitude": -121.574606}}, "correlationId": "c6e95941-968f-47fe-b71f-bfeb1d392363", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "fa6d5327-8472-4435-85b8-480fc7814980", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 262, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Articulate 360 Online", "resourceId": "436260d5-3791-4aea-a4da-aa698ec35f2f", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 34974, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "ExJyWIHZyDBmM5BvWNUglIwC4nl21s16U5rOjo8J1QKKVe0h", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "94b9f3ba-5f4b-4edc-99dc-a420b76960f9", "rngcStatus": 0}}, {"time": "2022-08-01T14:13:50.719175Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "50158", "resultSignature": "None", "resultDescription": "External security challenge was not satisfied.", "durationMs": 0, "callerIpAddress": "147.132.189.119", "correlationId": "f809ba56-1019-43cb-902f-87b0d1f6c15e", "identity": "Terry Proctor", "Level": 4, "location": "XR", "properties": {"id": "240f1e1f-5d94-4a4e-bd71-018b74046800", "createdDateTime": "2022-08-01T14:13:50.845175Z", "userDisplayName": "Terry Proctor", "userPrincipalName": "tproctor@domain.com", "userId": "03110cc5-e54f-4dae-b68a-bf5d945f8152", "appId": "9a7e67c7-6f05-42a3-b226-97c7ec3e9696", "appDisplayName": "Adobe Identity Management", "ipAddress": "147.132.189.119", "status": {"errorCode": 50158, "failureReason": "External security challenge was not satisfied.", "additionalDetails": "MFA requirement satisfied by claim in the token"}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (X11; Linux i686) AppleWebKit/533.0 (KHTML, like Gecko) Chrome/24.0.803.0 Safari/533.0 Edge/40.11325", "deviceDetail": {"deviceId": "88ee69d5-1eb7-4f29-b594-e9b4e3371940", "displayName": "TERRYPROCTOR-LT", "operatingSystem": "Windows 10", "browser": "Edge 40.11325", "isCompliant": true, "isManaged": true, "trustType": "Azure AD joined"}, "location": {"city": "Port Denisetown", "state": "Smithton", "countryOrRegion": "XR", "geoCoordinates": {"latitude": 3.5518965, "longitude": 131.871582}}, "mfaDetail": {}, "correlationId": "f32f72fa-0ad5-4bfe-9d05-b9dcf7f5ddef", "conditionalAccessStatus": "failure", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "b04a32df-749a-48b5-947d-f389a0398be4", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 126, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Adobe Identity Management Service", "resourceId": "80abac89-d2c0-4b6c-8ffc-5023bd7efc5e", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 256668, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "zpgCeVtnWgnReiUWZZJeiehX2erVqivMXAqdwaZnPHxkQPHC", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": null, "rngcStatus": 0}}, {"time": "2022-08-01T14:14:51.052106Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "205.33.24.92", "correlationId": "e54cb413-ba6d-4618-a260-8a5b9920878a", "identity": "Aaron Cole", "Level": 4, "location": "XD", "properties": {"id": "b948d0b4-8797-4aef-88d1-7015c9a65800", "createdDateTime": "2022-08-01T14:14:51.151106Z", "userDisplayName": "Aaron Cole", "userPrincipalName": "acole@domain.com", "userId": "5d557969-1645-4ba4-be83-b6fd943659f7", "appId": "36f74ffc-90e8-46e0-b0ed-588b76ed6f47", "appDisplayName": "Inspire", "ipAddress": "205.33.24.92", "status": {"errorCode": 0}, "clientAppUsed": "Browser", "deviceDetail": {"deviceId": "", "operatingSystem": "Windows", "browser": "Rich Client 4.35.1.0"}, "location": {"city": "Kristinmouth", "state": "Norrisbury", "countryOrRegion": "XD", "geoCoordinates": {"latitude": 26.278784, "longitude": -92.042573}}, "correlationId": "a2a027e8-8be4-48f7-b197-e4cdd6560bfd", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "36866d91-392d-4f05-b21a-561dfbef5af8", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "processingTimeInMilliseconds": 99, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Inspire Online", "resourceId": "f0630e90-b752-4960-bfb9-a0794fc34930", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 214655, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "m7f4rxMSkfY2xowO5sdcp42m79G6jhxkpQkasIkpZThnfrnY", "incomingTokenType": "none", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "1f37c851-4be4-455b-928a-fbde7845a68a"}}, {"time": "2022-08-01T15:05:33.622605Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "86.154.193.190", "correlationId": "0e73a57c-c021-41f6-8b0f-c5213b7177f9", "identity": "Melissa Martin", "Level": 4, "location": "XR", "properties": {"id": "874e6e43-4c13-43c6-b48e-f4b366315900", "createdDateTime": "2022-08-01T15:05:33.758605Z", "userDisplayName": "Melissa Martin", "userPrincipalName": "mmartin@domain.com", "userId": "632ccb55-03a7-40f4-9893-653527cae790", "appId": "dbe6b779-13df-45f2-a6d7-1323485479f6", "appDisplayName": "Cisco Webex", "ipAddress": "86.154.193.190", "status": {"errorCode": 0}, "clientAppUsed": "Browser", "deviceDetail": {"deviceId": "", "operatingSystem": "Windows10", "browser": "Rich Client 4.38.0.0"}, "location": {"city": "Port Denisetown", "state": "Smithton", "countryOrRegion": "XR", "geoCoordinates": {"latitude": 3.5518965, "longitude": 131.871582}}, "correlationId": "efad6a9c-a7ec-48d9-bdd5-d2c8eab9d534", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "b66152e5-fd74-40eb-baa9-38ca366f66ee", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "processingTimeInMilliseconds": 136, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Cisco Webex Service", "resourceId": "9a84f55e-3a40-492c-9476-e069f64ed7a6", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 256668, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "E7h3149D2KZi2Fa56vgrKjCPo4SUHbvGpfi9IpG2b85v7cDS", "incomingTokenType": "none", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "37ee873b-f901-4e25-be69-010243106d0f"}}, {"time": "2022-08-01T16:26:45.837594Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "700082", "resultSignature": "None", "resultDescription": "Other", "durationMs": 0, "callerIpAddress": "199.12.127.103", "correlationId": "ca5d20d9-d43f-4816-bd85-6303e0ba3444", "identity": "Jacob Meyers", "Level": 4, "location": "XG", "properties": {"id": "7f19788f-2e61-49ad-9601-4fe611397400", "createdDateTime": "2022-08-01T16:26:45.877594Z", "userDisplayName": "Jacob Meyers", "userPrincipalName": "jmeyers@domain.com", "userId": "c63a67b0-1651-4a8a-9560-cc703cdad5ad", "appId": "bf2855c0-7434-4262-8885-ad2f5206d324", "appDisplayName": "COINS Construction Cloud - Project and Productivity Apps", "ipAddress": "199.12.127.103", "status": {"errorCode": 700082, "failureReason": "Other"}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (Windows NT 4.0) AppleWebKit/531.1 (KHTML, like Gecko) Chrome/20.0.823.0 Safari/531.1 Edge/87.11424", "deviceDetail": {"deviceId": "a0ea1625-4397-4c4c-963c-33347d3b0d73", "displayName": "JACOBMEYERS-LT", "operatingSystem": "Windows 10", "browser": "Edge 87.11424", "trustType": "Azure AD registered"}, "location": {"city": "Port Nathan", "state": "Newmanville", "countryOrRegion": "XG", "geoCoordinates": {"latitude": 23.244641, "longitude": -113.392021}}, "correlationId": "952eb6be-ee8a-48f9-a4be-bf27dd0cc9cd", "conditionalAccessStatus": "notApplied", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "75bdad36-a827-4ffe-9460-228230adfa50", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 40, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "COINS Construction Cloud - Project and Productivity Apps Service", "resourceId": "054f44f6-54fb-4ef0-9fc3-d3ec90e47d0d", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 282405, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "fG8CPt8OSs9QAu6bX8zV7Oe4771j9FEN0QC4QuhjrD9iLzgQ", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": null, "rngcStatus": 0}}, {"time": "2022-08-01T17:14:04.350311Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "50158", "resultSignature": "None", "resultDescription": "External security challenge was not satisfied.", "durationMs": 0, "callerIpAddress": "166.105.218.213", "correlationId": "940d6a01-f19d-48f8-8491-4a55ec49fab4", "identity": "Thomas Price", "Level": 4, "location": "XR", "properties": {"id": "21cd51c1-e0da-46f7-88e2-5569ce036500", "createdDateTime": "2022-08-01T17:14:04.522311Z", "userDisplayName": "Thomas Price", "userPrincipalName": "tprice@domain.com", "userId": "32109ee2-ee4f-4d11-9c38-2556aec0f2b5", "appId": "79510a8f-6421-4348-a2ea-bcc2b02485c1", "appDisplayName": "Cisco AnyConnect", "ipAddress": "166.105.218.213", "status": {"errorCode": 50158, "failureReason": "External security challenge was not satisfied."}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (X11; Linux i686) AppleWebKit/535.2 (KHTML, like Gecko) Chrome/22.0.843.0 Safari/535.2 Edge/118.12158", "deviceDetail": {"deviceId": "81ad31fb-e9be-4498-b1b2-c62f8fae1a77", "displayName": "THOMASPRICE-LT", "operatingSystem": "Windows 10", "browser": "Edge 118.12158", "trustType": "Hybrid Azure AD joined"}, "location": {"city": "Kevinton", "state": "Smithton", "countryOrRegion": "XR", "geoCoordinates": {"latitude": -87.5106305, "longitude": -77.991036}}, "correlationId": "db13da40-dd6f-4156-8006-25d994700eb1", "conditionalAccessStatus": "failure", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "c07ed982-9276-4b2c-b2f5-1621e7227cef", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 172, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Cisco AnyConnect Online", "resourceId": "5d5b8d28-6a28-472e-b837-a4094e466965", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 256668, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "q1MZeeZRU1SUlSjPJK8AV1oMTxFXX40WorPjK6g0U3Dj6CCe", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "15655e1f-5005-4c53-b3c0-c4a1d1ca5e9e", "rngcStatus": 0}}, {"time": "2022-08-01T17:41:14.108325Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "92.110.109.246", "correlationId": "6448968d-527a-4cff-a4b2-b41f22b429f2", "identity": "David Johnson", "Level": 4, "location": "XR", "properties": {"id": "86ec8f81-b065-45d1-84e2-abcfd1d28400", "createdDateTime": "2022-08-01T17:41:14.249325Z", "userDisplayName": "David Johnson", "userPrincipalName": "djohnson@domain.com", "userId": "ff2ae3d2-8cd2-4bd6-b65d-49c5ad946c7f", "appId": "2eae4ad1-8cae-48fe-b718-76bd66e2fc7f", "appDisplayName": "Bipsync", "ipAddress": "92.110.109.246", "status": {"errorCode": 0}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (iPad; CPU iPad OS 9_3_6 like Mac OS X) AppleWebKit/536.1 (KHTML, like Gecko) CriOS/42.0.865.0 Mobile/77O124 Safari/536.1 Edge/99.14477", "deviceDetail": {"deviceId": "717ebe00-a5eb-412e-97b6-7b8ab7cfbc02", "displayName": "DAVIDJOHNSON-LT", "operatingSystem": "Windows 10", "browser": "Edge 99.14477", "trustType": "Azure AD registered"}, "location": {"city": "Port Denisetown", "state": "Smithton", "countryOrRegion": "XR", "geoCoordinates": {"latitude": 3.5518965, "longitude": 131.871582}}, "correlationId": "753b49d3-92ae-4219-8f7f-00ec336f7342", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "cc563eca-975b-4eac-b373-3655e85d3549", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 141, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Bipsync Service", "resourceId": "9a84f55e-3a40-492c-9476-e069f64ed7a6", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 230297, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "6ffkhqUILKYJM1TJvI8ln1pYMcakbiitgmAkbN9oJ8OWaBsV", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "37ee873b-f901-4e25-be69-010243106d0f", "rngcStatus": 0}}, {"time": "2022-08-01T17:54:13.614896Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "700082", "resultSignature": "None", "resultDescription": "Other", "durationMs": 0, "callerIpAddress": "199.12.127.103", "correlationId": "0ecde187-5611-478f-8099-0c68c6128e7e", "identity": "Jacob Meyers", "Level": 4, "location": "XG", "properties": {"id": "bbd0f834-7826-4e71-92d2-dd87e47d6400", "createdDateTime": "2022-08-01T17:54:13.689896Z", "userDisplayName": "Jacob Meyers", "userPrincipalName": "jmeyers@domain.com", "userId": "c63a67b0-1651-4a8a-9560-cc703cdad5ad", "appId": "7b74bf77-058a-4c0d-9d9d-5523c3bc80ed", "appDisplayName": "GitHub Enterprise Cloud - Organization", "ipAddress": "199.12.127.103", "status": {"errorCode": 700082, "failureReason": "Other"}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (Windows NT 4.0) AppleWebKit/531.1 (KHTML, like Gecko) Chrome/20.0.823.0 Safari/531.1 Edge/87.11424", "deviceDetail": {"deviceId": "a0ea1625-4397-4c4c-963c-33347d3b0d73", "displayName": "JACOBMEYERS-LT", "operatingSystem": "Windows 10", "browser": "Edge 87.11424", "trustType": "Azure AD registered"}, "location": {"city": "Port Nathan", "state": "Newmanville", "countryOrRegion": "XG", "geoCoordinates": {"latitude": 23.244641, "longitude": -113.392021}}, "correlationId": "192f9085-d664-440c-9f9e-7277180ba80b", "conditionalAccessStatus": "notApplied", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "4e263391-f3cc-4dc2-85da-8b6b72f73386", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 75, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "GitHub Enterprise Cloud - Organization Online", "resourceId": "51e679b4-5774-4b5f-9636-df5ea66b9380", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 282405, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "Jagt99BgbZYhV1uddkSgVTmo36Ynj9oR0pvuohENzmqwy6sf", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "6e8f419c-7f10-40b1-a52a-e4fb253c74c2", "rngcStatus": 0}}, {"time": "2022-08-01T18:01:39.553836Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "156.206.181.119", "correlationId": "ac376fc6-ac1b-4479-aa5e-c0e08db4a795", "identity": "Cynthia Perry", "Level": 4, "location": "XY", "properties": {"id": "3d9beed6-c74c-4138-a357-12d6442a9300", "createdDateTime": "2022-08-01T18:01:39.641836Z", "userDisplayName": "Cynthia Perry", "userPrincipalName": "cperry@domain.com", "userId": "ac5fa380-9d5b-470e-beb2-5ba10aca48e6", "appId": "9de6e985-97a5-4d82-9c45-aedaa9c25ef9", "appDisplayName": "AWS Single-Account Access", "ipAddress": "156.206.181.119", "status": {"errorCode": 0}, "clientAppUsed": "Browser", "deviceDetail": {"deviceId": "", "operatingSystem": "Windows"}, "location": {"city": "Hannaville", "state": "Thomashaven", "countryOrRegion": "XY", "geoCoordinates": {"latitude": 1.1452695, "longitude": 128.249211}}, "correlationId": "514697df-b996-4b06-8ab6-53ab614b5a59", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "fda252bd-0c7d-4a47-bee8-8f059cd62db3", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 88, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "AWS Single-Account Access Service", "resourceId": "f0630e90-b752-4960-bfb9-a0794fc34930", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 279165, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "iN1Z7cU2uAHqxIy8wQpZZTNghn0CjKZ9YdkgDnsr03uHiGvf", "incomingTokenType": "none", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "1f37c851-4be4-455b-928a-fbde7845a68a", "rngcStatus": 0}}, {"time": "2022-08-01T18:04:19.802563Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "147.132.189.119", "correlationId": "c2e9a32d-c18e-4e85-8dd8-0b19d9459c8b", "identity": "Terry Proctor", "Level": 4, "location": "XR", "properties": {"id": "3fa5718a-e3f0-486e-b768-6362f9419100", "createdDateTime": "2022-08-01T18:04:19.890563Z", "userDisplayName": "Terry Proctor", "userPrincipalName": "tproctor@domain.com", "userId": "03110cc5-e54f-4dae-b68a-bf5d945f8152", "appId": "2eae4ad1-8cae-48fe-b718-76bd66e2fc7f", "appDisplayName": "Bipsync", "ipAddress": "147.132.189.119", "status": {"errorCode": 0, "additionalDetails": "MFA requirement satisfied by claim in the token"}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (X11; Linux i686) AppleWebKit/533.0 (KHTML, like Gecko) Chrome/24.0.803.0 Safari/533.0 Edge/40.11325", "deviceDetail": {"deviceId": "88ee69d5-1eb7-4f29-b594-e9b4e3371940", "displayName": "TERRYPROCTOR-LT", "operatingSystem": "Windows 10", "browser": "Edge 40.11325", "isCompliant": true, "isManaged": true, "trustType": "Azure AD joined"}, "location": {"city": "Port Denisetown", "state": "Smithton", "countryOrRegion": "XR", "geoCoordinates": {"latitude": 3.5518965, "longitude": 131.871582}}, "mfaDetail": {}, "correlationId": "f323266d-50a7-4058-8bf9-325cb249b648", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "6585cf05-b914-443f-bed7-d6b7d13e2769", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 88, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Bipsync Service", "resourceId": "819aa3ed-3b63-4925-8388-0b8d41022941", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 256668, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "TV1MQ8ZgLs1Lc4NaQeG0412biM9Cb6VkbWgbHdWWB49KVrKo", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "7f0c9abd-8b0d-4973-8675-a495454c0c86", "rngcStatus": 0}}, {"time": "2022-08-01T18:15:02.548926Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "99.116.100.205", "correlationId": "20ecb05e-3078-49c8-acfe-76f99b99b9d4", "identity": "Aaron Cole", "Level": 4, "location": "XD", "properties": {"id": "40d152cd-4283-43a4-b701-6f4a3a944c00", "createdDateTime": "2022-08-01T18:15:02.715926Z", "userDisplayName": "Aaron Cole", "userPrincipalName": "acole@domain.com", "userId": "5d557969-1645-4ba4-be83-b6fd943659f7", "appId": "cb9ad245-0b24-4c75-ba23-398500baf7a8", "appDisplayName": "FileCloud", "ipAddress": "99.116.100.205", "status": {"errorCode": 0}, "clientAppUsed": "Browser", "deviceDetail": {"deviceId": "", "operatingSystem": "Windows", "browser": "Rich Client 4.35.1.0"}, "location": {"city": "Carrollstad", "state": "Norrisbury", "countryOrRegion": "XD", "geoCoordinates": {"latitude": -38.8540465, "longitude": -17.674718}}, "correlationId": "7f733b01-bb93-44cb-9412-7b009a1d083e", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "2bab800b-c9f1-4610-be75-06a8e63c4050", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "processingTimeInMilliseconds": 167, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "FileCloud Service", "resourceId": "a1edee32-85c4-4a57-afcb-5853873a47e7", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 214655, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "nxQHCZ8SAz4SpyR65PR60pZnXYbEIQwnrKjluYkFi0KVaQha", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "0898af19-dfef-4b51-a918-f534c473013d"}}, {"time": "2022-08-01T18:27:53.999641Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "42.62.103.34", "correlationId": "86cfae6c-fbbb-4df2-8fa8-7ef31fe62b5d", "identity": "Joseph Taylor", "Level": 4, "location": "XF", "properties": {"id": "3fa5718a-e3f0-486e-b768-6362c6ca9300", "createdDateTime": "2022-08-01T18:27:54.077641Z", "userDisplayName": "Joseph Taylor", "userPrincipalName": "jtaylor@domain.com", "userId": "af9847eb-c773-41ae-bf94-42747c5e986c", "appId": "9c5b7fe3-0ad2-4ea6-94e5-9e0001f367e3", "appDisplayName": "Articulate 360", "ipAddress": "42.62.103.34", "status": {"errorCode": 0, "additionalDetails": "MFA requirement satisfied by claim in the token"}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (iPad; CPU iPad OS 9_3_6 like Mac OS X) AppleWebKit/536.1 (KHTML, like Gecko) CriOS/42.0.865.0 Mobile/77O124 Safari/536.1 Edge/99.14477", "deviceDetail": {"deviceId": "76b96bd3-e5d7-49ee-b195-bf363facdb3d", "displayName": "JOSEPHTAYLOR-LT", "operatingSystem": "Windows 10", "browser": "Edge 99.14477", "isCompliant": true, "isManaged": true, "trustType": "Azure AD joined"}, "location": {"city": "Jessicafurt", "state": "Smithbury", "countryOrRegion": "XF", "geoCoordinates": {"latitude": 17.5082395, "longitude": -115.304215}}, "mfaDetail": {}, "correlationId": "bc3353ef-aa8a-4820-a227-d6ff7cccaae4", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "c09ce842-7af1-4274-99fe-3af65f1148fd", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 78, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Articulate 360 Online", "resourceId": "5e244d4f-26b9-4ef2-a497-f0c533628ee1", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 393508, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "qZBTeloGP9ib3wgCBG4ruyHM5eHGTroHUtcM6gt6twU598JQ", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "36673087-318c-4304-8804-602d45a6f290", "rngcStatus": 0}}, {"time": "2022-08-01T18:37:27.526243Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "50158", "resultSignature": "None", "resultDescription": "External security challenge was not satisfied.", "durationMs": 0, "callerIpAddress": "44.22.19.201", "correlationId": "8eeee747-b503-478e-8596-ac1862d16644", "identity": "Thomas Price", "Level": 4, "location": "XN", "properties": {"id": "203b54c4-44bd-4e9f-ab1a-6c185ba66f00", "createdDateTime": "2022-08-01T18:37:27.651243Z", "userDisplayName": "Thomas Price", "userPrincipalName": "tprice@domain.com", "userId": "32109ee2-ee4f-4d11-9c38-2556aec0f2b5", "appId": "9a7e67c7-6f05-42a3-b226-97c7ec3e9696", "appDisplayName": "Adobe Identity Management", "ipAddress": "44.22.19.201", "status": {"errorCode": 50158, "failureReason": "External security challenge was not satisfied."}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (X11; Linux i686) AppleWebKit/535.2 (KHTML, like Gecko) Chrome/22.0.843.0 Safari/535.2 Edge/118.12158", "deviceDetail": {"deviceId": "a31478d2-f778-4d5a-b081-22579a9edcbe", "displayName": "THOMASPRICE-LT", "operatingSystem": "Windows 10", "browser": "Edge 118.12158", "trustType": "Hybrid Azure AD joined"}, "location": {"city": "Littlemouth", "state": "Alexanderfurt", "countryOrRegion": "XN", "geoCoordinates": {"latitude": 25.4437255, "longitude": -109.530885}}, "correlationId": "b7d5af37-9496-4391-b41e-715bdab5ae92", "conditionalAccessStatus": "failure", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "dd5debef-b7ba-4759-8419-06a8b27c687a", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 125, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Adobe Identity Management Service", "resourceId": "30663ca7-f8a9-43ab-8ca1-7906bdbc1485", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 230297, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "6nSZL6MjRn5xdmKE7R8z7dJ5EY7PErfUXOMN6wc9cFkVnNVw", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "a6c259e5-7f16-48b2-a9f3-75becd6daa9b", "rngcStatus": 0}}, {"time": "2022-08-01T18:37:37.961594Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "13.113.40.157", "correlationId": "a36be8e6-35b7-401b-9dd5-eaef96f842b8", "identity": "Attack Target", "Level": 4, "location": "XR", "properties": {"id": "80a78cf7-7251-46ba-b35b-bdc3365e6800", "createdDateTime": "2022-08-01T18:37:38.099594Z", "userDisplayName": "Attack Target", "userPrincipalName": "attacktarget@domain.com", "userId": "d735e84b-dcca-404d-9f7d-700f360f41a6", "appId": "9a7e67c7-6f05-42a3-b226-97c7ec3e9696", "appDisplayName": "Adobe Identity Management", "ipAddress": "13.113.40.157", "status": {"errorCode": 0}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (iPad; CPU iPad OS 9_3_6 like Mac OS X) AppleWebKit/536.1 (KHTML, like Gecko) CriOS/42.0.865.0 Mobile/77O124 Safari/536.1 Edge/99.14477", "deviceDetail": {"deviceId": "a44625dc-6f81-449a-9799-8005f7209b42", "displayName": "ATTACKTARGET-LT", "operatingSystem": "Windows 10", "browser": "Edge 99.14477", "trustType": "Azure AD registered"}, "location": {"city": "New John", "state": "Smithfort", "countryOrRegion": "XR", "geoCoordinates": {"latitude": -89.144242, "longitude": 168.119022}}, "correlationId": "53bdbc6d-2ce3-4207-be5e-fb79e83a69ab", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "df2586c5-c5da-41cd-8589-2512e969dc5b", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 138, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Adobe Identity Management Service", "resourceId": "7d6a0897-8b82-49e9-90e2-d482fb9202bd", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 34974, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "gIFWX7M999pvZwR9OGRkwh3A3AZ0ql558lO4hTEueXsZDxWx", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "537d9419-7e2b-4778-9102-62256bcfcf45", "rngcStatus": 0}}, {"time": "2022-08-01T18:40:55.383820Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "50173", "resultSignature": "None", "resultDescription": "Fresh auth token is needed. Have the user re-sign using fresh credentials.", "durationMs": 0, "callerIpAddress": "156.206.181.119", "correlationId": "79c16bba-14c0-4f8d-a3be-7f84ba492544", "identity": "Cynthia Perry", "Level": 4, "location": "XY", "properties": {"id": "f3b698dd-aea4-4181-83f7-9b0e60f29600", "createdDateTime": "2022-08-01T18:40:55.420820Z", "userDisplayName": "Cynthia Perry", "userPrincipalName": "cperry@domain.com", "userId": "ac5fa380-9d5b-470e-beb2-5ba10aca48e6", "appId": "bf2855c0-7434-4262-8885-ad2f5206d324", "appDisplayName": "COINS Construction Cloud - Project and Productivity Apps", "ipAddress": "156.206.181.119", "status": {"errorCode": 50173, "failureReason": "Fresh auth token is needed. Have the user re-sign using fresh credentials."}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (Windows NT 4.0) AppleWebKit/531.1 (KHTML, like Gecko) Chrome/20.0.823.0 Safari/531.1 Edge/87.11424", "deviceDetail": {"deviceId": "", "operatingSystem": "Windows 10", "browser": "Edge 87.11424"}, "location": {"city": "Hannaville", "state": "Thomashaven", "countryOrRegion": "XY", "geoCoordinates": {"latitude": 1.1452695, "longitude": 128.249211}}, "correlationId": "17508aed-0687-42f2-8dba-c071449516bf", "conditionalAccessStatus": "notApplied", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "16229278-a9e2-417b-9262-8e6e6710c55e", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 37, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "COINS Construction Cloud - Project and Productivity Apps Service", "resourceId": "436260d5-3791-4aea-a4da-aa698ec35f2f", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 279165, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "9vpT974Q7KFNzSLqmZ6aFddY2urraCT1H1fodmcBVS3r4Rzz", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "94b9f3ba-5f4b-4edc-99dc-a420b76960f9", "rngcStatus": 0}}, {"time": "2022-08-01T18:58:23.456848Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "92.110.109.246", "correlationId": "38616df1-725c-4f70-af94-dbf36f130a2d", "identity": "David Johnson", "Level": 4, "location": "XR", "properties": {"id": "4c7c9715-4f0f-4164-9319-f3999ecf9000", "createdDateTime": "2022-08-01T18:58:23.686848Z", "userDisplayName": "David Johnson", "userPrincipalName": "djohnson@domain.com", "userId": "ff2ae3d2-8cd2-4bd6-b65d-49c5ad946c7f", "appId": "9003b8ba-730c-412d-8972-267700304e01", "appDisplayName": "Box", "ipAddress": "92.110.109.246", "status": {"errorCode": 0}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (Windows NT 4.0) AppleWebKit/531.1 (KHTML, like Gecko) Chrome/20.0.823.0 Safari/531.1 Edge/87.11424", "deviceDetail": {"deviceId": "8fb0ff79-f116-4f20-8ca8-36b3f8d68865", "displayName": "DAVIDJOHNSON-LT", "operatingSystem": "Windows 10", "browser": "Edge 87.11424", "trustType": "Azure AD registered"}, "location": {"city": "Port Denisetown", "state": "Smithton", "countryOrRegion": "XR", "geoCoordinates": {"latitude": 3.5518965, "longitude": 131.871582}}, "correlationId": "c1e39d6e-1bd7-41fd-94ea-746c25d324a5", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "ba9d9cb4-7924-4369-8d4d-304268f21fe3", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 230, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Box Online", "resourceId": "2c3383ff-432a-49ee-bb8b-8699a7d0416f", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 230297, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "N8u1DtWuBZzba4EtZZiLaurn0Lw67qgfqqMMvBAMvEYYlqt5", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "35efb8e5-3b35-4a86-b7ce-660b69bfa773", "rngcStatus": 0}}, {"time": "2022-08-01T19:23:29.361155Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "13.113.40.157", "correlationId": "be10f777-c6bf-4683-9421-54dfdb69a0b9", "identity": "Attack Target", "Level": 4, "location": "XR", "properties": {"id": "61f774b4-bfab-427d-9daf-84406d945f00", "createdDateTime": "2022-08-01T19:23:29.523155Z", "userDisplayName": "Attack Target", "userPrincipalName": "attacktarget@domain.com", "userId": "d735e84b-dcca-404d-9f7d-700f360f41a6", "appId": "9a7e67c7-6f05-42a3-b226-97c7ec3e9696", "appDisplayName": "Adobe Identity Management", "ipAddress": "13.113.40.157", "ipAddressFromResourceProvider": "11.5.130.220", "status": {"errorCode": 0}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (iPad; CPU iPad OS 9_3_6 like Mac OS X) AppleWebKit/536.1 (KHTML, like Gecko) CriOS/42.0.865.0 Mobile/77O124 Safari/536.1 Edge/99.14477", "deviceDetail": {"deviceId": "a44625dc-6f81-449a-9799-8005f7209b42", "displayName": "ATTACKTARGET-LT", "operatingSystem": "Windows 10", "browser": "Edge 99.14477", "trustType": "Azure AD registered"}, "location": {"city": "New John", "state": "Smithfort", "countryOrRegion": "XR", "geoCoordinates": {"latitude": -89.144242, "longitude": 168.119022}}, "correlationId": "d4a63926-7a41-413c-a902-f9dc160f5df6", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "4e942f7a-352a-4079-9415-7007f22176ae", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 162, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Adobe Identity Management Service", "resourceId": "9a84f55e-3a40-492c-9476-e069f64ed7a6", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 34974, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "bSH32tRskD0Amczfd171O7c2vOj8o0XdOG6W8s5P0mQZnArg", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "37ee873b-f901-4e25-be69-010243106d0f", "rngcStatus": 0}}, {"time": "2022-08-01T19:29:44.460820Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "212.169.11.63", "correlationId": "3ed3e912-73cd-48c0-8708-a8fd7ddac969", "identity": "Kristen Howell", "Level": 4, "location": "XR", "properties": {"id": "b7d3efa6-fdbc-4020-888c-cd5f61b38c00", "createdDateTime": "2022-08-01T19:29:44.552820Z", "userDisplayName": "Kristen Howell", "userPrincipalName": "khowell@domain.com", "userId": "20e1e3f9-665f-45bd-9984-5e74b526d3b5", "appId": "9a7e67c7-6f05-42a3-b226-97c7ec3e9696", "appDisplayName": "Adobe Identity Management", "ipAddress": "212.169.11.63", "ipAddressFromResourceProvider": "147.132.189.119", "status": {"errorCode": 0}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (iPad; CPU iPad OS 9_3_6 like Mac OS X) AppleWebKit/536.1 (KHTML, like Gecko) CriOS/42.0.865.0 Mobile/77O124 Safari/536.1 Edge/99.14477", "deviceDetail": {"deviceId": "caf12d64-01ec-4396-b330-e7eb6349ad45", "displayName": "KRISTENHOWELL-LT", "operatingSystem": "Windows 10", "browser": "Edge 99.14477", "trustType": "Azure AD registered"}, "location": {"city": "North Lisachester", "state": "Smithton", "countryOrRegion": "XR", "geoCoordinates": {"latitude": -69.00844, "longitude": -172.534328}}, "correlationId": "3634b43a-eb9a-4f44-b65d-9a377fdce2e9", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "07e702bc-7d84-4a9d-9c28-9af271cb65a5", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 92, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Adobe Identity Management Service", "resourceId": "c8eab36d-0a82-409d-8693-a8dabc997921", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 144064, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "SZWTIkYiEX3vIzRTLJzdup2I1r7dxmMUQFNHmn9xO5QfXmVW", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "2248d3ef-d7b8-4eb2-bd20-fb53f725bfe3", "rngcStatus": 0}}, {"time": "2022-08-01T19:38:10.678660Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "50158", "resultSignature": "None", "resultDescription": "External security challenge was not satisfied.", "durationMs": 0, "callerIpAddress": "44.22.19.201", "correlationId": "80037d3b-89dc-4048-a986-9fa406cd1b67", "identity": "Thomas Price", "Level": 4, "location": "XN", "properties": {"id": "c4e18eba-fde1-4935-9777-9ad57d006b00", "createdDateTime": "2022-08-01T19:38:10.806660Z", "userDisplayName": "Thomas Price", "userPrincipalName": "tprice@domain.com", "userId": "32109ee2-ee4f-4d11-9c38-2556aec0f2b5", "appId": "79510a8f-6421-4348-a2ea-bcc2b02485c1", "appDisplayName": "Cisco AnyConnect", "ipAddress": "44.22.19.201", "status": {"errorCode": 50158, "failureReason": "External security challenge was not satisfied."}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (X11; Linux i686) AppleWebKit/535.2 (KHTML, like Gecko) Chrome/22.0.843.0 Safari/535.2 Edge/118.12158", "deviceDetail": {"deviceId": "0927e60c-8dfa-4ecf-be85-ad63bccf40a1", "displayName": "THOMASPRICE-LT", "operatingSystem": "Windows 10", "browser": "Edge 118.12158", "trustType": "Hybrid Azure AD joined"}, "location": {"city": "Littlemouth", "state": "Alexanderfurt", "countryOrRegion": "XN", "geoCoordinates": {"latitude": 25.4437255, "longitude": -109.530885}}, "correlationId": "7a483042-0251-495c-b0d3-ba0a0ddad7e2", "conditionalAccessStatus": "failure", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "81abfd98-b3f9-4ebd-b231-acb2ff7afc14", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 128, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Cisco AnyConnect Online", "resourceId": "5d5b8d28-6a28-472e-b837-a4094e466965", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 230297, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "FEQHAjwfIndz6EkkT3aViVAMpLoiMflsZpm1spA0sDMsXXNl", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "15655e1f-5005-4c53-b3c0-c4a1d1ca5e9e", "rngcStatus": 0}}, {"time": "2022-08-01T19:42:08.089671Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "86.154.193.190", "correlationId": "b294fb55-cab9-4dae-9f07-cf20432f7a01", "identity": "Kristen Howell", "Level": 4, "location": "XR", "properties": {"id": "10851c42-cb04-4202-b7bb-75c749d4a300", "createdDateTime": "2022-08-01T19:42:08.182671Z", "userDisplayName": "Kristen Howell", "userPrincipalName": "khowell@domain.com", "userId": "20e1e3f9-665f-45bd-9984-5e74b526d3b5", "appId": "b6eb5487-41e5-4254-acc5-72fbd850bd1e", "appDisplayName": "Google Cloud / G Suite Connector by Microsoft", "ipAddress": "86.154.193.190", "status": {"errorCode": 0, "additionalDetails": "MFA requirement satisfied by claim in the token"}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (X11; Linux i686) AppleWebKit/533.0 (KHTML, like Gecko) Chrome/24.0.803.0 Safari/533.0 Edge/40.11325", "deviceDetail": {"deviceId": "6ea76864-5f18-47dd-adb9-2b1dfcbfc425", "displayName": "KRISTENHOWELL-LT", "operatingSystem": "Windows 10", "browser": "Edge 40.11325", "isCompliant": true, "isManaged": true, "trustType": "Azure AD joined"}, "location": {"city": "Port Denisetown", "state": "Smithton", "countryOrRegion": "XR", "geoCoordinates": {"latitude": 3.5518965, "longitude": 131.871582}}, "mfaDetail": {}, "correlationId": "28e78ff2-12a9-4b6c-9c09-b731ee0af3f6", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "4e652252-39cc-4b67-be8e-a39ab736b3ca", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 93, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Google Cloud / G Suite Connector by Microsoft Service", "resourceId": "47e06079-6a63-42ab-89ea-840a60f3ea94", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 256668, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "dxDOhGgv9LbOnpJDYxx2AGBNmxAmqfI5hxYVGa4WZfcHcRtC", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "af115473-a920-4919-a03a-7215ca304189", "rngcStatus": 0}}, {"time": "2022-08-01T20:16:57.991120Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "1.210.58.10", "correlationId": "1b4d5a3c-0340-4bb2-9b54-2cd58e18daee", "identity": "Keith Sheppard", "Level": 4, "location": "XD", "properties": {"id": "a4494e24-3340-475d-bc72-9aa18ede4800", "createdDateTime": "2022-08-01T20:16:58.097120Z", "userDisplayName": "Keith Sheppard", "userPrincipalName": "ksheppard@domain.com", "userId": "05bd48f1-91d2-4c2d-9a7c-80e80f561b3c", "appId": "18bf60fa-77dd-4aad-891d-af82ca87dd06", "appDisplayName": "FortiGate SSL VPN", "ipAddress": "1.210.58.10", "status": {"errorCode": 0}, "clientAppUsed": "Browser", "deviceDetail": {"deviceId": "639815fd-5018-4e38-9d81-67538b2ce460", "displayName": "KEITHSHEPPARD-LT", "operatingSystem": "Windows", "browser": "Rich Client 4.22.0.0", "trustType": "Azure AD registered"}, "location": {"city": "Cooperhaven", "state": "Norrisbury", "countryOrRegion": "XD", "geoCoordinates": {"latitude": 70.436398, "longitude": -23.873747}}, "correlationId": "a4c5d6bd-0add-4c65-a7c4-dc2642725c11", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "62b543ee-a774-4f42-956a-82b6ee516c0e", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "processingTimeInMilliseconds": 106, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "FortiGate SSL VPN", "resourceId": "51e679b4-5774-4b5f-9636-df5ea66b9380", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 69487, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "NIKMrJBKvIC4QkmlgHU9BxzzdVVq5HX7fWD3NsQLx30unlvI", "incomingTokenType": "none", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "6e8f419c-7f10-40b1-a52a-e4fb253c74c2"}}, {"time": "2022-08-01T20:20:34.559440Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "63.94.19.180", "correlationId": "62f00afa-9f88-45dd-b41a-c5a59efccd62", "identity": "Vanessa Ramirez", "Level": 4, "location": "XD", "properties": {"id": "347c88b3-df86-4da9-999e-83af76555900", "createdDateTime": "2022-08-01T20:20:34.666440Z", "userDisplayName": "Vanessa Ramirez", "userPrincipalName": "vramirez@domain.com", "userId": "5d72b7ed-62ea-4b94-b931-ccef65d71ebd", "appId": "9a7e67c7-6f05-42a3-b226-97c7ec3e9696", "appDisplayName": "Adobe Identity Management", "ipAddress": "63.94.19.180", "status": {"errorCode": 0}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (X11; Linux i686) AppleWebKit/532.2 (KHTML, like Gecko) Chrome/21.0.853.0 Safari/532.2 Edge/89.19380", "deviceDetail": {"deviceId": "e395a3f4-8f2d-4170-804f-d3e13ce3151b", "displayName": "VANESSARAMIREZ-LT", "operatingSystem": "Windows 10", "browser": "Edge 89.19380", "trustType": "Azure AD registered"}, "location": {"city": "New James", "state": "Norrisbury", "countryOrRegion": "XD", "geoCoordinates": {"latitude": 64.5727225, "longitude": 92.661569}}, "correlationId": "fce87f46-2403-49df-87b5-da9cb4e59950", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "0664601f-5bcc-4ec1-b9eb-ea0fcd906b27", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "processingTimeInMilliseconds": 107, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Adobe Identity Management Service", "resourceId": "2c3383ff-432a-49ee-bb8b-8699a7d0416f", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 45904, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "B227rFFDz6PeKylt9D1FIoKlju6d92zeg8CTTnCiQMb2WcF0", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "35efb8e5-3b35-4a86-b7ce-660b69bfa773"}}, {"time": "2022-08-01T20:22:30.128540Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "147.132.189.119", "correlationId": "cd0e9801-c626-45eb-9bc2-607825808254", "identity": "Terry Proctor", "Level": 4, "location": "XR", "properties": {"id": "21d9bc2a-9249-4dd7-ac71-d73de4577100", "createdDateTime": "2022-08-01T20:22:30.248540Z", "userDisplayName": "Terry Proctor", "userPrincipalName": "tproctor@domain.com", "userId": "03110cc5-e54f-4dae-b68a-bf5d945f8152", "appId": "9a7e67c7-6f05-42a3-b226-97c7ec3e9696", "appDisplayName": "Adobe Identity Management", "ipAddress": "147.132.189.119", "status": {"errorCode": 0, "additionalDetails": "MFA requirement satisfied by claim in the token"}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (X11; Linux i686) AppleWebKit/533.0 (KHTML, like Gecko) Chrome/24.0.803.0 Safari/533.0 Edge/40.11325", "deviceDetail": {"deviceId": "88ee69d5-1eb7-4f29-b594-e9b4e3371940", "displayName": "TERRYPROCTOR-LT", "operatingSystem": "Windows 10", "browser": "Edge 40.11325", "isCompliant": true, "isManaged": true, "trustType": "Azure AD joined"}, "location": {"city": "Port Denisetown", "state": "Smithton", "countryOrRegion": "XR", "geoCoordinates": {"latitude": 3.5518965, "longitude": 131.871582}}, "mfaDetail": {}, "correlationId": "1dbf0705-f9a3-495d-bae6-c73e9f26b82c", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "e50f6a3e-7ef9-409d-aa41-1148c06348c5", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 120, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Adobe Identity Management Service", "resourceId": "7d6a0897-8b82-49e9-90e2-d482fb9202bd", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 256668, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "NCuxX0sQZYR0URKcxwAzzpvqLeuyGvwyM514Cdqoug5BQoFU", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "537d9419-7e2b-4778-9102-62256bcfcf45", "rngcStatus": 0}}, {"time": "2022-08-01T20:23:18.751695Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "205.33.24.92", "correlationId": "a0839b84-87b5-4021-af28-e61c2884db76", "identity": "Vanessa Ramirez", "Level": 4, "location": "XD", "properties": {"id": "3e4015a7-fc3f-46ab-bde5-2cd888306f00", "createdDateTime": "2022-08-01T20:23:18.909695Z", "userDisplayName": "Vanessa Ramirez", "userPrincipalName": "vramirez@domain.com", "userId": "5d72b7ed-62ea-4b94-b931-ccef65d71ebd", "appId": "18bf60fa-77dd-4aad-891d-af82ca87dd06", "appDisplayName": "FortiGate SSL VPN", "ipAddress": "205.33.24.92", "status": {"errorCode": 0}, "clientAppUsed": "Browser", "deviceDetail": {"deviceId": "e395a3f4-8f2d-4170-804f-d3e13ce3151b", "displayName": "VANESSARAMIREZ-LT", "operatingSystem": "Windows", "browser": "Rich Client 4.22.0.0", "trustType": "Azure AD registered"}, "location": {"city": "Kristinmouth", "state": "Norrisbury", "countryOrRegion": "XD", "geoCoordinates": {"latitude": 26.278784, "longitude": -92.042573}}, "correlationId": "eb2d417c-1138-4843-b730-278b4d6a01bb", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "97fe4cb9-4f52-4bee-8be0-795d54bc3ae3", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 158, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "FortiGate SSL VPN Service", "resourceId": "f0630e90-b752-4960-bfb9-a0794fc34930", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 214655, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "WkPaxQ2M7dTmxmaHiKzRKO9JdOBl620JMO8jSU9SGl3Y9WjZ", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "1f37c851-4be4-455b-928a-fbde7845a68a", "rngcStatus": 0}}, {"time": "2022-08-01T20:42:11.066675Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "86.154.193.190", "correlationId": "ce6923b8-1424-40eb-b7bb-e87bfce525aa", "identity": "Kristen Howell", "Level": 4, "location": "XR", "properties": {"id": "091f472c-8c50-486e-b774-16db50886500", "createdDateTime": "2022-08-01T20:42:11.154675Z", "userDisplayName": "Kristen Howell", "userPrincipalName": "khowell@domain.com", "userId": "20e1e3f9-665f-45bd-9984-5e74b526d3b5", "appId": "3f8b74f7-e00f-4827-abb8-2ec539552497", "appDisplayName": "Kemp LoadMaster Azure AD integration", "ipAddress": "86.154.193.190", "status": {"errorCode": 0, "additionalDetails": "MFA requirement satisfied by claim in the token"}, "clientAppUsed": "Mobile Apps and Desktop clients", "deviceDetail": {"deviceId": "6ea76864-5f18-47dd-adb9-2b1dfcbfc425", "displayName": "KRISTENHOWELL-LT", "operatingSystem": "Windows", "isCompliant": true, "isManaged": true, "trustType": "Azure AD joined"}, "location": {"city": "Port Denisetown", "state": "Smithton", "countryOrRegion": "XR", "geoCoordinates": {"latitude": 3.5518965, "longitude": 131.871582}}, "mfaDetail": {}, "correlationId": "ef909d0d-d672-4a10-978e-9f7ef23319cf", "conditionalAccessStatus": "notApplied", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "99b59b7e-f69b-4b0a-88d1-f90c9a561a00", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "processingTimeInMilliseconds": 88, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Kemp LoadMaster Azure AD integration Service", "resourceId": "24578515-1951-4064-967d-0d2acaf0aa70", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 256668, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "ZqFl47up7Z7cpdlIEwJGJTIx5Ji8W6X5Nw0cnvWb6UDsiNSh", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "0e68752b-7dfa-400b-a6f5-1b54af90696a"}}, {"time": "2022-08-01T20:48:57.163119Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "205.33.24.92", "correlationId": "be7d3a4c-8658-4f16-9197-82357893f9ae", "identity": "Aaron Cole", "Level": 4, "location": "XD", "properties": {"id": "bb44e270-cd48-4a8e-8a0c-949777445400", "createdDateTime": "2022-08-01T20:48:57.250119Z", "userDisplayName": "Aaron Cole", "userPrincipalName": "acole@domain.com", "userId": "5d557969-1645-4ba4-be83-b6fd943659f7", "appId": "cb9ad245-0b24-4c75-ba23-398500baf7a8", "appDisplayName": "FileCloud", "ipAddress": "205.33.24.92", "status": {"errorCode": 0}, "clientAppUsed": "Browser", "deviceDetail": {"deviceId": "", "operatingSystem": "Windows", "browser": "Rich Client 4.35.1.0"}, "location": {"city": "Kristinmouth", "state": "Norrisbury", "countryOrRegion": "XD", "geoCoordinates": {"latitude": 26.278784, "longitude": -92.042573}}, "correlationId": "9f659b1b-1cc2-4ddc-bb7f-2f4f88991d6b", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "833c6ae2-47a1-4eae-aafd-a3cbeaa63ad6", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "processingTimeInMilliseconds": 87, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "FileCloud Service", "resourceId": "5ccafadc-6f88-436f-b8e8-29052f1c5c6f", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 214655, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "XAmwQ1lsdHD8D5hj9Df4HRvpF8ggQIkfpsxujrBdzkTtqAnn", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "58784103-9c4a-4660-92db-3f8999c5c6f3"}}, {"time": "2022-08-01T20:52:41.357759Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "700082", "resultSignature": "None", "resultDescription": "Other", "durationMs": 0, "callerIpAddress": "199.12.127.103", "correlationId": "8e5f17e6-0b0d-4a53-807e-c041b89cd68c", "identity": "Jacob Meyers", "Level": 4, "location": "XG", "properties": {"id": "4ef53074-987d-44ae-a8dd-b6e493eb9000", "createdDateTime": "2022-08-01T20:52:41.432759Z", "userDisplayName": "Jacob Meyers", "userPrincipalName": "jmeyers@domain.com", "userId": "c63a67b0-1651-4a8a-9560-cc703cdad5ad", "appId": "b6eb5487-41e5-4254-acc5-72fbd850bd1e", "appDisplayName": "Google Cloud / G Suite Connector by Microsoft", "ipAddress": "199.12.127.103", "status": {"errorCode": 700082, "failureReason": "Other"}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (Windows NT 4.0) AppleWebKit/531.1 (KHTML, like Gecko) Chrome/20.0.823.0 Safari/531.1 Edge/87.11424", "deviceDetail": {"deviceId": "a0ea1625-4397-4c4c-963c-33347d3b0d73", "displayName": "JACOBMEYERS-LT", "operatingSystem": "Windows 10", "browser": "Edge 87.11424", "trustType": "Azure AD registered"}, "location": {"city": "Port Nathan", "state": "Newmanville", "countryOrRegion": "XG", "geoCoordinates": {"latitude": 23.244641, "longitude": -113.392021}}, "correlationId": "968e0187-987d-44b2-aea9-5f0570bcccb7", "conditionalAccessStatus": "notApplied", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "bae7d81d-4c21-4ac4-b9e2-bb41a70dfb64", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 75, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Google Cloud / G Suite Connector by Microsoft Service", "resourceId": "47e06079-6a63-42ab-89ea-840a60f3ea94", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 282405, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "EAOwOa7ZhqZQkpAYejR0CL8RzktOyFlt4PLxeKjVoNEXZYsn", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "af115473-a920-4919-a03a-7215ca304189", "rngcStatus": 0}}, {"time": "2022-08-01T20:57:48.498181Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "44.22.19.201", "correlationId": "95677f38-f4ea-47e7-8792-cde680a93fbf", "identity": "David Johnson", "Level": 4, "location": "XN", "properties": {"id": "0a5d29f3-d2f6-475a-8ab8-e72b3ab26600", "createdDateTime": "2022-08-01T20:57:48.650181Z", "userDisplayName": "David Johnson", "userPrincipalName": "djohnson@domain.com", "userId": "ff2ae3d2-8cd2-4bd6-b65d-49c5ad946c7f", "appId": "2eae4ad1-8cae-48fe-b718-76bd66e2fc7f", "appDisplayName": "Bipsync", "ipAddress": "44.22.19.201", "status": {"errorCode": 0}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (iPad; CPU iPad OS 9_3_6 like Mac OS X) AppleWebKit/536.1 (KHTML, like Gecko) CriOS/42.0.865.0 Mobile/77O124 Safari/536.1 Edge/99.14477", "deviceDetail": {"deviceId": "717ebe00-a5eb-412e-97b6-7b8ab7cfbc02", "displayName": "DAVIDJOHNSON-LT", "operatingSystem": "Windows 10", "browser": "Edge 99.14477", "trustType": "Azure AD registered"}, "location": {"city": "Littlemouth", "state": "Alexanderfurt", "countryOrRegion": "XN", "geoCoordinates": {"latitude": 25.4437255, "longitude": -109.530885}}, "correlationId": "44249f8b-b637-47d0-a0d5-a57aabe1a0a4", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "df07ffc9-abf9-4ebe-bbb5-8142eba5e765", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 152, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Bipsync Service", "resourceId": "9a84f55e-3a40-492c-9476-e069f64ed7a6", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 230297, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "PWzP7PoaoGSs6iTbMwL3oA1SJmqWsERpcRcuoLprEMea76nu", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "37ee873b-f901-4e25-be69-010243106d0f", "rngcStatus": 0}}, {"time": "2022-08-01T21:36:12.642497Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "86.154.193.190", "correlationId": "e5203f09-6754-49f8-8569-4de166e0f9b0", "identity": "Kristen Howell", "Level": 4, "location": "XR", "properties": {"id": "d613255f-ee47-4782-aac9-9042163a6800", "createdDateTime": "2022-08-01T21:36:12.764497Z", "userDisplayName": "Kristen Howell", "userPrincipalName": "khowell@domain.com", "userId": "20e1e3f9-665f-45bd-9984-5e74b526d3b5", "appId": "2eae4ad1-8cae-48fe-b718-76bd66e2fc7f", "appDisplayName": "Bipsync", "ipAddress": "86.154.193.190", "status": {"errorCode": 0}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (X11; Linux i686) AppleWebKit/533.0 (KHTML, like Gecko) Chrome/24.0.803.0 Safari/533.0 Edge/40.11325", "deviceDetail": {"deviceId": "af204333-3bdf-4228-bbeb-e3a654075b5c", "displayName": "KRISTENHOWELL-LT", "operatingSystem": "Windows 10", "browser": "Edge 40.11325", "trustType": "Azure AD registered"}, "location": {"city": "Port Denisetown", "state": "Smithton", "countryOrRegion": "XR", "geoCoordinates": {"latitude": 3.5518965, "longitude": 131.871582}}, "correlationId": "ddddb6b1-960c-4faa-bba5-b569dfb25264", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "8594b681-7396-49b2-8e82-61eacf84df7b", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 122, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Bipsync Service", "resourceId": "aaf780ce-b996-49b9-986d-8bb23f7bce3a", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 256668, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "g8j3CoxOEsAzkU79ZBgVQvNPrqeq3DrgXA2q1vdDnORBG1m9", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "b7da42cc-a168-4148-b15a-792ad32c2ff5", "rngcStatus": 0}}, {"time": "2022-08-01T21:52:48.556887Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "91.132.253.146", "correlationId": "f3ccdb3f-05a4-4a08-aafa-3fdc0765d7d3", "identity": "Aaron Cole", "Level": 4, "location": "XD", "properties": {"id": "0e90a778-2cf2-4eee-b19f-bc6d3c2f8a00", "createdDateTime": "2022-08-01T21:52:48.632887Z", "userDisplayName": "Aaron Cole", "userPrincipalName": "acole@domain.com", "userId": "5d557969-1645-4ba4-be83-b6fd943659f7", "appId": "e47a1d38-5f61-45cd-b1b9-bc92f525c598", "appDisplayName": "Altoura", "ipAddress": "91.132.253.146", "status": {"errorCode": 0}, "clientAppUsed": "Browser", "userAgent": "Mozilla/5.0 (X11; Linux i686) AppleWebKit/536.2 (KHTML, like Gecko) Chrome/22.0.877.0 Safari/536.2", "deviceDetail": {"deviceId": "", "operatingSystem": "Windows 10", "browser": "Chrome 22.0.877.0"}, "location": {"city": "Rickshire", "state": "Norrisbury", "countryOrRegion": "XD", "geoCoordinates": {"latitude": -78.5751045, "longitude": 58.329246}}, "correlationId": "caee12fb-4024-4aac-af79-d8578879a2db", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "551d973e-debb-4a89-b450-1174273dba2f", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 76, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Altoura Online", "resourceId": "8a137ba4-52ae-4dbf-94af-2e56851573c4", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 214655, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "LXINTPWkJTr671T0OkWzpEKB5efVq9ywsJ45v9OttAiL4P2Z", "incomingTokenType": "none", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": null, "rngcStatus": 0}}, {"time": "2022-08-01T22:07:57.344576Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "SignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "44.22.19.201", "correlationId": "92f62fcb-f880-4cad-a42c-f9c88abaab76", "identity": "David Johnson", "Level": 4, "location": "XN", "properties": {"id": "5259cb5f-38c9-4c6a-8382-7d46ffc56f00", "createdDateTime": "2022-08-01T22:07:57.612576Z", "userDisplayName": "David Johnson", "userPrincipalName": "djohnson@domain.com", "userId": "ff2ae3d2-8cd2-4bd6-b65d-49c5ad946c7f", "appId": "d8f06ac5-2544-406a-a145-2d3d64bc920f", "appDisplayName": "Workday", "ipAddress": "44.22.19.201", "status": {"errorCode": 0}, "clientAppUsed": "Browser", "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 12_4_8 like Mac OS X) AppleWebKit/536.2 (KHTML, like Gecko) CriOS/39.0.845.0 Mobile/81S373 Safari/536.2 Edge/40.11827", "deviceDetail": {"deviceId": "8fb0ff79-f116-4f20-8ca8-36b3f8d68865", "displayName": "DAVIDJOHNSON-LT", "operatingSystem": "Windows 10", "browser": "Edge 40.11827", "trustType": "Azure AD registered"}, "location": {"city": "Littlemouth", "state": "Alexanderfurt", "countryOrRegion": "XN", "geoCoordinates": {"latitude": 25.4437255, "longitude": -109.530885}}, "correlationId": "690f3edb-c85b-4b50-9fc3-bf83876333a6", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "161526cd-347d-471f-8d46-4a60db5e1e59", "isInteractive": true, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 268, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Workday Online", "resourceId": "f0630e90-b752-4960-bfb9-a0794fc34930", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 230297, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "hYMbmH1m8uMIscnOQDXo8FIfq5iP4GOF8eFiC8IALsZoED3Z", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "1f37c851-4be4-455b-928a-fbde7845a68a", "rngcStatus": 0}}, {"time": "2022-08-01T23:00:45.974363Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "50158", "resultSignature": "None", "resultDescription": "External security challenge was not satisfied.", "durationMs": 0, "callerIpAddress": "177.189.225.133", "correlationId": "d9733756-7fc4-4556-94d5-b8b34d486584", "identity": "Thomas Price", "Level": 4, "location": "XQ", "properties": {"id": "e4ea9516-35e1-4b49-aa95-88a44e0f6c00", "createdDateTime": "2022-08-01T23:00:46.110363Z", "userDisplayName": "Thomas Price", "userPrincipalName": "tprice@domain.com", "userId": "32109ee2-ee4f-4d11-9c38-2556aec0f2b5", "appId": "9a7e67c7-6f05-42a3-b226-97c7ec3e9696", "appDisplayName": "Adobe Identity Management", "ipAddress": "177.189.225.133", "status": {"errorCode": 50158, "failureReason": "External security challenge was not satisfied."}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (X11; Linux i686) AppleWebKit/535.2 (KHTML, like Gecko) Chrome/22.0.843.0 Safari/535.2 Edge/118.12158", "deviceDetail": {"deviceId": "72c565a0-f587-4d5e-9fa9-82cab482ddf0", "displayName": "THOMASPRICE-LT", "operatingSystem": "Windows 10", "browser": "Edge 118.12158", "trustType": "Hybrid Azure AD joined"}, "location": {"city": "Brownton", "state": "Stephanieberg", "countryOrRegion": "XQ", "geoCoordinates": {"latitude": 60.015373, "longitude": -41.508557}}, "correlationId": "bdf650a2-217d-4529-99be-34edd9553ce5", "conditionalAccessStatus": "failure", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "4befe5ac-c6fe-464d-9af5-e0f767392d4b", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 136, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Adobe Identity Management Service", "resourceId": "30663ca7-f8a9-43ab-8ca1-7906bdbc1485", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 104135, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "wtfdJIClsXUkmAvuvGKG4KfS6Vv8UGWBzEg6fDJCms23iwCZ", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "a6c259e5-7f16-48b2-a9f3-75becd6daa9b", "rngcStatus": 0}}, {"time": "2022-08-01T23:15:27.220043Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "1.210.58.10", "correlationId": "142672ca-2d40-4c40-a04f-99697c003d17", "identity": "Keith Sheppard", "Level": 4, "location": "XD", "properties": {"id": "c4d70abb-d9d9-4a46-9278-1d5671d89b00", "createdDateTime": "2022-08-01T23:15:27.297043Z", "userDisplayName": "Keith Sheppard", "userPrincipalName": "ksheppard@domain.com", "userId": "05bd48f1-91d2-4c2d-9a7c-80e80f561b3c", "appId": "ad65aaed-51a8-4877-830e-8a5273604c87", "appDisplayName": "Docusign", "ipAddress": "1.210.58.10", "status": {"errorCode": 0}, "clientAppUsed": "Browser", "deviceDetail": {"deviceId": "639815fd-5018-4e38-9d81-67538b2ce460", "displayName": "KEITHSHEPPARD-LT", "operatingSystem": "Windows", "browser": "Rich Client 4.42.0.0", "trustType": "Azure AD registered"}, "location": {"city": "Cooperhaven", "state": "Norrisbury", "countryOrRegion": "XD", "geoCoordinates": {"latitude": 70.436398, "longitude": -23.873747}}, "correlationId": "414b0201-466e-4c64-98a5-41110aa0f21f", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "03231623-c967-4a85-941d-750646c20ae5", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 77, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Docusign Service", "resourceId": "24578515-1951-4064-967d-0d2acaf0aa70", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 69487, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "8EUh9Li2XFUlWp7nIYToM4ZpUUwfyJTQY9kVRrAxcKli6u7m", "incomingTokenType": "none", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "0e68752b-7dfa-400b-a6f5-1b54af90696a", "rngcStatus": 0}}, {"time": "2022-08-01T23:17:39.984304Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "13.113.40.157", "correlationId": "eb9325ce-ba1a-48ec-b5e7-3585458cbf4e", "identity": "Attack Target", "Level": 4, "location": "XR", "properties": {"id": "7d318455-34d8-4ae2-8167-c67cccbe5200", "createdDateTime": "2022-08-01T23:17:40.279304Z", "userDisplayName": "Attack Target", "userPrincipalName": "attacktarget@domain.com", "userId": "d735e84b-dcca-404d-9f7d-700f360f41a6", "appId": "9c5b7fe3-0ad2-4ea6-94e5-9e0001f367e3", "appDisplayName": "Articulate 360", "ipAddress": "13.113.40.157", "status": {"errorCode": 0}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (iPad; CPU iPad OS 9_3_6 like Mac OS X) AppleWebKit/536.1 (KHTML, like Gecko) CriOS/42.0.865.0 Mobile/77O124 Safari/536.1 Edge/99.14477", "deviceDetail": {"deviceId": "a44625dc-6f81-449a-9799-8005f7209b42", "displayName": "ATTACKTARGET-LT", "operatingSystem": "Windows 10", "browser": "Edge 99.14477", "trustType": "Azure AD registered"}, "location": {"city": "New John", "state": "Smithfort", "countryOrRegion": "XR", "geoCoordinates": {"latitude": -89.144242, "longitude": 168.119022}}, "correlationId": "c247ef7d-43d6-47ca-a0c9-ec681ab9997b", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "a8e33f34-82b4-41cb-939b-aaf39d9d3f36", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "processingTimeInMilliseconds": 295, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Articulate 360 Online", "resourceId": "436260d5-3791-4aea-a4da-aa698ec35f2f", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 34974, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "mmMfrQRsj7lBv3IayOWa5etTdlAUEj3wan85YKs3noqFYDBA", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "94b9f3ba-5f4b-4edc-99dc-a420b76960f9"}}, {"time": "2022-08-01T23:31:34.592596Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "SignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "50158", "resultSignature": "None", "resultDescription": "External security challenge was not satisfied.", "durationMs": 0, "callerIpAddress": "42.62.103.34", "correlationId": "2e793954-0bd9-4bee-9b46-5f232472449f", "identity": "Joseph Taylor", "Level": 4, "location": "XF", "properties": {"id": "66d1265d-a794-48fb-9188-fc3516ac6a00", "createdDateTime": "2022-08-01T23:31:34.746596Z", "userDisplayName": "Joseph Taylor", "userPrincipalName": "jtaylor@domain.com", "userId": "af9847eb-c773-41ae-bf94-42747c5e986c", "appId": "ce17d629-c602-4606-b278-f9698b779e35", "appDisplayName": "Office 365 SharePoint Online", "ipAddress": "42.62.103.34", "status": {"errorCode": 50158, "failureReason": "External security challenge was not satisfied."}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (iPad; CPU iPad OS 14_2 like Mac OS X) AppleWebKit/535.2 (KHTML, like Gecko) CriOS/33.0.816.0 Mobile/88O531 Safari/535.2 Edge/117.19612", "deviceDetail": {"deviceId": "76b96bd3-e5d7-49ee-b195-bf363facdb3d", "displayName": "JOSEPHTAYLOR-LT", "operatingSystem": "Windows 10", "browser": "Edge 117.19612", "isCompliant": true, "isManaged": true, "trustType": "Azure AD joined"}, "location": {"city": "Jessicafurt", "state": "Smithbury", "countryOrRegion": "XF", "geoCoordinates": {"latitude": 17.5082395, "longitude": -115.304215}}, "correlationId": "a70e6eb6-836f-4c0d-9e36-f75dfd22e957", "conditionalAccessStatus": "failure", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "1f36347e-c0ea-4530-b5e7-9db590d12515", "isInteractive": true, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 154, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Office 365 SharePoint Online Service", "resourceId": "6a59cbef-3ac0-4cd5-aad7-58d1f43d5302", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 393508, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "pE5Sz1laDVTuEt04eesbJbDG0wsD6QmuJcghhBe5pwIHPJXv", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "6e49c7cd-137b-480c-a5be-4942a826743e", "rngcStatus": 0}}, {"time": "2022-08-01T23:34:22.876138Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "13.113.40.157", "correlationId": "ee1ff85e-c310-4e10-9833-233ccc9a2cdf", "identity": "Attack Target", "Level": 4, "location": "XR", "properties": {"id": "c1b5f5c8-ca60-424d-8983-bf9cc60d5700", "createdDateTime": "2022-08-01T23:34:23.013138Z", "userDisplayName": "Attack Target", "userPrincipalName": "attacktarget@domain.com", "userId": "d735e84b-dcca-404d-9f7d-700f360f41a6", "appId": "9a7e67c7-6f05-42a3-b226-97c7ec3e9696", "appDisplayName": "Adobe Identity Management", "ipAddress": "13.113.40.157", "status": {"errorCode": 0}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (iPad; CPU iPad OS 9_3_6 like Mac OS X) AppleWebKit/536.1 (KHTML, like Gecko) CriOS/42.0.865.0 Mobile/77O124 Safari/536.1 Edge/99.14477", "deviceDetail": {"deviceId": "a44625dc-6f81-449a-9799-8005f7209b42", "displayName": "ATTACKTARGET-LT", "operatingSystem": "Windows 10", "browser": "Edge 99.14477", "trustType": "Azure AD registered"}, "location": {"city": "New John", "state": "Smithfort", "countryOrRegion": "XR", "geoCoordinates": {"latitude": -89.144242, "longitude": 168.119022}}, "correlationId": "f572e6d1-1588-4f9b-8701-757380fc6cc9", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "56501e73-9a7f-4615-9653-c213d712825e", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "processingTimeInMilliseconds": 137, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Adobe Identity Management Service", "resourceId": "30663ca7-f8a9-43ab-8ca1-7906bdbc1485", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 34974, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "KHa8CUpiOwuazrr305ULTyboh1tJX2uRUQQVsnqK1wV9hlA4", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "a6c259e5-7f16-48b2-a9f3-75becd6daa9b"}}, {"time": "2022-08-01T23:54:11.248402Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "53003", "resultSignature": "None", "resultDescription": "Access has been blocked due to conditional access policies.", "durationMs": 0, "callerIpAddress": "63.94.19.180", "correlationId": "ff476945-6aee-4586-9577-ad9688ff52db", "identity": "Vanessa Ramirez", "Level": 4, "location": "XD", "properties": {"id": "9bb13108-c24b-43e3-ba82-895af2125300", "createdDateTime": "2022-08-01T23:54:13.010402Z", "userDisplayName": "Vanessa Ramirez", "userPrincipalName": "vramirez@domain.com", "userId": "5d72b7ed-62ea-4b94-b931-ccef65d71ebd", "appId": "9a7e67c7-6f05-42a3-b226-97c7ec3e9696", "appDisplayName": "Adobe Identity Management", "ipAddress": "63.94.19.180", "status": {"errorCode": 53003, "failureReason": "Access has been blocked due to conditional access policies."}, "userAgent": "Mozilla/5.0 (X11; Linux i686) AppleWebKit/532.2 (KHTML, like Gecko) Chrome/21.0.853.0 Safari/532.2 Edge/89.19380", "deviceDetail": {"deviceId": "e395a3f4-8f2d-4170-804f-d3e13ce3151b", "displayName": "VANESSARAMIREZ-LT", "operatingSystem": "Windows 10", "browser": "Edge 89.19380", "trustType": "Azure AD registered"}, "location": {"city": "New James", "state": "Norrisbury", "countryOrRegion": "XD", "geoCoordinates": {"latitude": 64.5727225, "longitude": 92.661569}}, "correlationId": "8251b2d3-ae0b-4602-9f0a-61f4e44339bf", "conditionalAccessStatus": "notApplied", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "2242ee53-a4de-4042-ac70-46c52e13a36c", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 1762, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Adobe Identity Management Service", "resourceId": "c8eab36d-0a82-409d-8693-a8dabc997921", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 45904, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "8QNLfYYRi1SdLczEeAcy0coxcbOJ1AxtmxrwWfx4NiBKjrZu", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "7dd08479-05c3-4004-ab92-d4ea68209b5f", "rngcStatus": 0}}, {"time": "2022-08-02T00:03:57.781586Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "SignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "147.132.189.119", "correlationId": "f13dc99f-d747-43c5-9ec0-b0215233e3fc", "identity": "Melissa Martin", "Level": 4, "location": "XR", "properties": {"id": "2e5b02b3-50ef-483f-bed8-628ebe768c00", "createdDateTime": "2022-08-02T00:03:57.859586Z", "userDisplayName": "Melissa Martin", "userPrincipalName": "mmartin@domain.com", "userId": "632ccb55-03a7-40f4-9893-653527cae790", "appId": "e47a1d38-5f61-45cd-b1b9-bc92f525c598", "appDisplayName": "Altoura", "ipAddress": "147.132.189.119", "status": {"errorCode": 0}, "clientAppUsed": "Browser", "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 12_4_8 like Mac OS X) AppleWebKit/536.2 (KHTML, like Gecko) CriOS/39.0.845.0 Mobile/81S373 Safari/536.2 Edge/40.11827", "deviceDetail": {"deviceId": "", "operatingSystem": "Windows 10", "browser": "Edge 40.11827"}, "location": {"city": "Port Denisetown", "state": "Smithton", "countryOrRegion": "XR", "geoCoordinates": {"latitude": 3.5518965, "longitude": 131.871582}}, "correlationId": "cb977172-b912-4eb6-9a89-47290e191902", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "5b5f8990-0edd-4e12-be5e-785bdbe50904", "isInteractive": true, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 78, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Altoura Online", "resourceId": "8a137ba4-52ae-4dbf-94af-2e56851573c4", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 256668, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "sXxi7ZqZXpe5d5614Sqfyg86c0Kz2MICA9QbOsexofm7qMe4", "incomingTokenType": "none", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": null, "rngcStatus": 0}}, {"time": "2022-08-02T00:38:59.694800Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "92.110.109.246", "correlationId": "93c8aa87-7739-46fc-993d-55e63f10f9f6", "identity": "David Johnson", "Level": 4, "location": "XR", "properties": {"id": "24f34ea2-62fd-45db-9e25-0b53a5e59400", "createdDateTime": "2022-08-02T00:38:59.840800Z", "userDisplayName": "David Johnson", "userPrincipalName": "djohnson@domain.com", "userId": "ff2ae3d2-8cd2-4bd6-b65d-49c5ad946c7f", "appId": "2eae4ad1-8cae-48fe-b718-76bd66e2fc7f", "appDisplayName": "Bipsync", "ipAddress": "92.110.109.246", "status": {"errorCode": 0}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (iPad; CPU iPad OS 9_3_6 like Mac OS X) AppleWebKit/536.1 (KHTML, like Gecko) CriOS/42.0.865.0 Mobile/77O124 Safari/536.1 Edge/99.14477", "deviceDetail": {"deviceId": "717ebe00-a5eb-412e-97b6-7b8ab7cfbc02", "displayName": "DAVIDJOHNSON-LT", "operatingSystem": "Windows 10", "browser": "Edge 99.14477", "trustType": "Azure AD registered"}, "location": {"city": "Port Denisetown", "state": "Smithton", "countryOrRegion": "XR", "geoCoordinates": {"latitude": 3.5518965, "longitude": 131.871582}}, "correlationId": "88f124b6-e8de-41d4-ae88-dae262757334", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "b15a868b-547d-4cd2-a3b6-03e3d8b2336f", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 146, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Bipsync Service", "resourceId": "819aa3ed-3b63-4925-8388-0b8d41022941", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 230297, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "2bVY6qxvVsu9coCh4izhjiT5w5yHLHbz9cGtCKLtJKXXoNpl", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "7f0c9abd-8b0d-4973-8675-a495454c0c86", "rngcStatus": 0}}, {"time": "2022-08-02T00:41:29.035038Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "199.12.127.103", "correlationId": "8b7f32a5-ad0b-40cf-adf8-85c86822b8fe", "identity": "Jacob Meyers", "Level": 4, "location": "XG", "properties": {"id": "13398d70-a5db-4e32-a8b5-aca56e1e9500", "createdDateTime": "2022-08-02T00:41:29.107038Z", "userDisplayName": "Jacob Meyers", "userPrincipalName": "jmeyers@domain.com", "userId": "c63a67b0-1651-4a8a-9560-cc703cdad5ad", "appId": "9de6e985-97a5-4d82-9c45-aedaa9c25ef9", "appDisplayName": "AWS Single-Account Access", "ipAddress": "199.12.127.103", "status": {"errorCode": 0}, "clientAppUsed": "Browser", "deviceDetail": {"deviceId": "68cb982e-f215-496c-89bb-cc07716ff474", "displayName": "JACOBMEYERS-LT", "operatingSystem": "Windows", "trustType": "Azure AD registered"}, "location": {"city": "Port Nathan", "state": "Newmanville", "countryOrRegion": "XG", "geoCoordinates": {"latitude": 23.244641, "longitude": -113.392021}}, "correlationId": "665aa4a9-b458-4441-8c89-68f06b830c1f", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "54fbff26-575c-453f-8a10-5d0007ad11da", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 72, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "AWS Single-Account Access Service", "resourceId": "72f0186d-d327-46c9-a8ff-497e0caa8691", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 282405, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "iMTeFoFbabSIe5FHeSWjclAnRePq7n8P2mMWXQcrxyhrhwto", "incomingTokenType": "none", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": null, "rngcStatus": 0}}, {"time": "2022-08-02T01:08:05.757696Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "44.22.19.201", "correlationId": "84e1ee2b-c2df-42a8-9a42-334d2e2bf27b", "identity": "David Johnson", "Level": 4, "location": "XN", "properties": {"id": "5dd67554-af00-43ff-a601-8c335b7b7000", "createdDateTime": "2022-08-02T01:08:05.938696Z", "userDisplayName": "David Johnson", "userPrincipalName": "djohnson@domain.com", "userId": "ff2ae3d2-8cd2-4bd6-b65d-49c5ad946c7f", "appId": "9a7e67c7-6f05-42a3-b226-97c7ec3e9696", "appDisplayName": "Adobe Identity Management", "ipAddress": "44.22.19.201", "status": {"errorCode": 0}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (Windows NT 4.0) AppleWebKit/531.1 (KHTML, like Gecko) Chrome/20.0.823.0 Safari/531.1 Edge/87.11424", "deviceDetail": {"deviceId": "8fb0ff79-f116-4f20-8ca8-36b3f8d68865", "displayName": "DAVIDJOHNSON-LT", "operatingSystem": "Windows 10", "browser": "Edge 87.11424", "trustType": "Azure AD registered"}, "location": {"city": "Littlemouth", "state": "Alexanderfurt", "countryOrRegion": "XN", "geoCoordinates": {"latitude": 25.4437255, "longitude": -109.530885}}, "correlationId": "ab1aac33-d40f-4a5d-b49f-672cc01c8ea2", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "54f1840d-08a9-4f52-a02d-0c85d08841a1", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 181, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Adobe Identity Management Service", "resourceId": "f0630e90-b752-4960-bfb9-a0794fc34930", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 230297, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "FqJUEmd6lmWmpVwxqD4pvWLT4nZb1pzMLjxkgYS7aR1JBCGy", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "1f37c851-4be4-455b-928a-fbde7845a68a", "rngcStatus": 0}}, {"time": "2022-08-02T01:11:33.728775Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "147.132.189.119", "correlationId": "0de6ef3e-a9a6-4a1d-b81e-635ecfc74981", "identity": "Melissa Martin", "Level": 4, "location": "XR", "properties": {"id": "8bc588a3-ee52-4f64-9b78-b88341197700", "createdDateTime": "2022-08-02T01:11:33.810775Z", "userDisplayName": "Melissa Martin", "userPrincipalName": "mmartin@domain.com", "userId": "632ccb55-03a7-40f4-9893-653527cae790", "appId": "9de6e985-97a5-4d82-9c45-aedaa9c25ef9", "appDisplayName": "AWS Single-Account Access", "ipAddress": "147.132.189.119", "status": {"errorCode": 0}, "clientAppUsed": "Browser", "deviceDetail": {"deviceId": "", "operatingSystem": "Windows"}, "location": {"city": "Port Denisetown", "state": "Smithton", "countryOrRegion": "XR", "geoCoordinates": {"latitude": 3.5518965, "longitude": 131.871582}}, "correlationId": "45ac0f25-a37d-43dd-9690-856eaf1c4b63", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "7fedc5d6-b6cd-44c2-a8d5-88c1c8a0f76e", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 82, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "AWS Single-Account Access Service", "resourceId": "9a84f55e-3a40-492c-9476-e069f64ed7a6", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 256668, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "tW8bIdepqBICEUazG7dIyvqslHDEkkN8tuf2AK41tjcgIdom", "incomingTokenType": "none", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "37ee873b-f901-4e25-be69-010243106d0f", "rngcStatus": 0}}, {"time": "2022-08-02T01:13:18.648157Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "13.113.40.157", "correlationId": "ffc15f0d-7215-45ac-9528-3b077ccc0fcd", "identity": "Attack Target", "Level": 4, "location": "XR", "properties": {"id": "074fe23d-2629-40c0-b889-feb63c145700", "createdDateTime": "2022-08-02T01:13:18.771157Z", "userDisplayName": "Attack Target", "userPrincipalName": "attacktarget@domain.com", "userId": "d735e84b-dcca-404d-9f7d-700f360f41a6", "appId": "9a7e67c7-6f05-42a3-b226-97c7ec3e9696", "appDisplayName": "Adobe Identity Management", "ipAddress": "13.113.40.157", "status": {"errorCode": 0}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (iPad; CPU iPad OS 9_3_6 like Mac OS X) AppleWebKit/536.1 (KHTML, like Gecko) CriOS/42.0.865.0 Mobile/77O124 Safari/536.1 Edge/99.14477", "deviceDetail": {"deviceId": "a44625dc-6f81-449a-9799-8005f7209b42", "displayName": "ATTACKTARGET-LT", "operatingSystem": "Windows 10", "browser": "Edge 99.14477", "trustType": "Azure AD registered"}, "location": {"city": "New John", "state": "Smithfort", "countryOrRegion": "XR", "geoCoordinates": {"latitude": -89.144242, "longitude": 168.119022}}, "correlationId": "bc2e8abe-f4f9-4ddf-bb7a-a53df441c104", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "613aac5d-2b06-412a-b190-47ef35a88ae5", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "processingTimeInMilliseconds": 123, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Adobe Identity Management Service", "resourceId": "7d6a0897-8b82-49e9-90e2-d482fb9202bd", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 34974, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "ZvX4Ovdaw8bmd81NFoDAGxjjWCpt3M172v5qffzrYSEmlU5Z", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "537d9419-7e2b-4778-9102-62256bcfcf45"}}, {"time": "2022-08-02T01:26:34.120075Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "50158", "resultSignature": "None", "resultDescription": "External security challenge was not satisfied.", "durationMs": 0, "callerIpAddress": "92.110.109.246", "correlationId": "8ab6c789-7882-46ec-bf5b-da04ffd93c1d", "identity": "Thomas Price", "Level": 4, "location": "XR", "properties": {"id": "7f4e5d8d-0e8f-4a05-8bd4-95dc0e115600", "createdDateTime": "2022-08-02T01:26:34.250075Z", "userDisplayName": "Thomas Price", "userPrincipalName": "tprice@domain.com", "userId": "32109ee2-ee4f-4d11-9c38-2556aec0f2b5", "appId": "9a7e67c7-6f05-42a3-b226-97c7ec3e9696", "appDisplayName": "Adobe Identity Management", "ipAddress": "92.110.109.246", "status": {"errorCode": 50158, "failureReason": "External security challenge was not satisfied."}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (X11; Linux i686) AppleWebKit/535.2 (KHTML, like Gecko) Chrome/22.0.843.0 Safari/535.2 Edge/118.12158", "deviceDetail": {"deviceId": "35819889-abdc-47e0-b28d-5195d26e941f", "displayName": "THOMASPRICE-LT", "operatingSystem": "Windows 10", "browser": "Edge 118.12158", "trustType": "Hybrid Azure AD joined"}, "location": {"city": "Port Denisetown", "state": "Smithton", "countryOrRegion": "XR", "geoCoordinates": {"latitude": 3.5518965, "longitude": 131.871582}}, "correlationId": "9b462d20-8b8c-4d72-bad0-e68addca1f28", "conditionalAccessStatus": "failure", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "9a7045a7-3f84-4ac6-8295-aa5663273269", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "processingTimeInMilliseconds": 130, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Adobe Identity Management Service", "resourceId": "30663ca7-f8a9-43ab-8ca1-7906bdbc1485", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 230297, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "l2SUJSZ5z4ZbGzAuS3KsU1Kd1F23KxpYYXsajkgzXP4B554O", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "a6c259e5-7f16-48b2-a9f3-75becd6daa9b"}}, {"time": "2022-08-02T01:34:00.958273Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "13.113.40.157", "correlationId": "f6d27f31-d9c5-49d0-88a4-6eef9393cdda", "identity": "Attack Target", "Level": 4, "location": "XR", "properties": {"id": "40d152cd-4283-43a4-b701-6f4a8f104a00", "createdDateTime": "2022-08-02T01:34:01.097273Z", "userDisplayName": "Attack Target", "userPrincipalName": "attacktarget@domain.com", "userId": "d735e84b-dcca-404d-9f7d-700f360f41a6", "appId": "9a7e67c7-6f05-42a3-b226-97c7ec3e9696", "appDisplayName": "Adobe Identity Management", "ipAddress": "13.113.40.157", "status": {"errorCode": 0}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (iPad; CPU iPad OS 9_3_6 like Mac OS X) AppleWebKit/536.1 (KHTML, like Gecko) CriOS/42.0.865.0 Mobile/77O124 Safari/536.1 Edge/99.14477", "deviceDetail": {"deviceId": "a44625dc-6f81-449a-9799-8005f7209b42", "displayName": "ATTACKTARGET-LT", "operatingSystem": "Windows 10", "browser": "Edge 99.14477", "trustType": "Azure AD registered"}, "location": {"city": "New John", "state": "Smithfort", "countryOrRegion": "XR", "geoCoordinates": {"latitude": -89.144242, "longitude": 168.119022}}, "correlationId": "d20bb4a5-7613-474c-b7c1-3967c90c6c43", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "3a484773-6b11-448b-801f-d3af4eb444c5", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "processingTimeInMilliseconds": 139, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Adobe Identity Management Service", "resourceId": "7d6a0897-8b82-49e9-90e2-d482fb9202bd", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 34974, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "5NOcVuoPSpWx8LFXpk1D2nfBFh6orXa2LMOTTXYfvaX93TWe", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "537d9419-7e2b-4778-9102-62256bcfcf45"}}, {"time": "2022-08-02T01:53:19.858993Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "50158", "resultSignature": "None", "resultDescription": "External security challenge was not satisfied.", "durationMs": 0, "callerIpAddress": "44.22.19.201", "correlationId": "cb9df8d2-f945-41a9-b202-6af49e0a2966", "identity": "Thomas Price", "Level": 4, "location": "XN", "properties": {"id": "b7d3efa6-fdbc-4020-888c-cd5f91748b00", "createdDateTime": "2022-08-02T01:53:19.969993Z", "userDisplayName": "Thomas Price", "userPrincipalName": "tprice@domain.com", "userId": "32109ee2-ee4f-4d11-9c38-2556aec0f2b5", "appId": "79510a8f-6421-4348-a2ea-bcc2b02485c1", "appDisplayName": "Cisco AnyConnect", "ipAddress": "44.22.19.201", "status": {"errorCode": 50158, "failureReason": "External security challenge was not satisfied."}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (X11; Linux i686) AppleWebKit/535.2 (KHTML, like Gecko) Chrome/22.0.843.0 Safari/535.2 Edge/118.12158", "deviceDetail": {"deviceId": "35819889-abdc-47e0-b28d-5195d26e941f", "displayName": "THOMASPRICE-LT", "operatingSystem": "Windows 10", "browser": "Edge 118.12158", "trustType": "Hybrid Azure AD joined"}, "location": {"city": "Littlemouth", "state": "Alexanderfurt", "countryOrRegion": "XN", "geoCoordinates": {"latitude": 25.4437255, "longitude": -109.530885}}, "correlationId": "194b83ad-b2a0-4e89-96af-bb4c614a3696", "conditionalAccessStatus": "failure", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "615c9987-b66e-415b-9544-8f6143a3362f", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 111, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Cisco AnyConnect Online", "resourceId": "5d5b8d28-6a28-472e-b837-a4094e466965", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 230297, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "cAFWlspiNAeC8CbaHUl4WUqNUb84YuOrGswNufisjMmcCnPw", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "15655e1f-5005-4c53-b3c0-c4a1d1ca5e9e", "rngcStatus": 0}}, {"time": "2022-08-02T02:04:52.072852Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "13.113.40.157", "correlationId": "5dc1d3d0-c0cb-4849-bd2b-4d8d8ad0d1aa", "identity": "Attack Target", "Level": 4, "location": "XR", "properties": {"id": "5d857cb0-2921-4775-a7e5-e499b7e38b00", "createdDateTime": "2022-08-02T02:04:52.224852Z", "userDisplayName": "Attack Target", "userPrincipalName": "attacktarget@domain.com", "userId": "d735e84b-dcca-404d-9f7d-700f360f41a6", "appId": "9a7e67c7-6f05-42a3-b226-97c7ec3e9696", "appDisplayName": "Adobe Identity Management", "ipAddress": "13.113.40.157", "status": {"errorCode": 0}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (iPad; CPU iPad OS 9_3_6 like Mac OS X) AppleWebKit/536.1 (KHTML, like Gecko) CriOS/42.0.865.0 Mobile/77O124 Safari/536.1 Edge/99.14477", "deviceDetail": {"deviceId": "a44625dc-6f81-449a-9799-8005f7209b42", "displayName": "ATTACKTARGET-LT", "operatingSystem": "Windows 10", "browser": "Edge 99.14477", "trustType": "Azure AD registered"}, "location": {"city": "Smithfort", "state": "Smithfort", "countryOrRegion": "XR", "geoCoordinates": {"latitude": 3.7564095, "longitude": -121.574606}}, "correlationId": "bd7ba3c2-4af1-4cea-b57e-9b96e9100661", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "2d358f56-e86d-427b-beae-ef70b69e7f7f", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 152, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Adobe Identity Management Service", "resourceId": "7d6a0897-8b82-49e9-90e2-d482fb9202bd", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 34974, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "QnD9tq4zWGEAd6CfFj5e9e6MW6zn0ciNSuAf7u3j2jJ8VoNc", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "537d9419-7e2b-4778-9102-62256bcfcf45", "rngcStatus": 0}}, {"time": "2022-08-02T02:14:04.362899Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "13.113.40.157", "correlationId": "b5f450bb-b425-43e4-80a4-6e37d721761a", "identity": "Attack Target", "Level": 4, "location": "XR", "properties": {"id": "240f1e1f-5d94-4a4e-bd71-018b21266b00", "createdDateTime": "2022-08-02T02:14:04.486899Z", "userDisplayName": "Attack Target", "userPrincipalName": "attacktarget@domain.com", "userId": "d735e84b-dcca-404d-9f7d-700f360f41a6", "appId": "9a7e67c7-6f05-42a3-b226-97c7ec3e9696", "appDisplayName": "Adobe Identity Management", "ipAddress": "13.113.40.157", "status": {"errorCode": 0}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (iPad; CPU iPad OS 9_3_6 like Mac OS X) AppleWebKit/536.1 (KHTML, like Gecko) CriOS/42.0.865.0 Mobile/77O124 Safari/536.1 Edge/99.14477", "deviceDetail": {"deviceId": "a44625dc-6f81-449a-9799-8005f7209b42", "displayName": "ATTACKTARGET-LT", "operatingSystem": "Windows 10", "browser": "Edge 99.14477", "trustType": "Azure AD registered"}, "location": {"city": "New John", "state": "Smithfort", "countryOrRegion": "XR", "geoCoordinates": {"latitude": -89.144242, "longitude": 168.119022}}, "correlationId": "6dcd9853-5bbe-4503-95c4-22ec4f98282c", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "ace47063-3d81-4801-9d00-1e557b4881cd", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 124, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Adobe Identity Management Service", "resourceId": "30663ca7-f8a9-43ab-8ca1-7906bdbc1485", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 34974, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "0Aeu9zYPeJ9zYXeWSCrQAX0MmeUB7pOqFxcqpZR7qZHVwlQZ", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "a6c259e5-7f16-48b2-a9f3-75becd6daa9b", "rngcStatus": 0}}, {"time": "2022-08-02T02:23:24.797220Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "50158", "resultSignature": "None", "resultDescription": "External security challenge was not satisfied.", "durationMs": 0, "callerIpAddress": "44.22.19.201", "correlationId": "c6c0d1de-2002-4afd-8cdb-790d0a2693cc", "identity": "Thomas Price", "Level": 4, "location": "XN", "properties": {"id": "67cfedd4-2c5a-4b7f-ab0c-0d4465959f00", "createdDateTime": "2022-08-02T02:23:24.938220Z", "userDisplayName": "Thomas Price", "userPrincipalName": "tprice@domain.com", "userId": "32109ee2-ee4f-4d11-9c38-2556aec0f2b5", "appId": "9a7e67c7-6f05-42a3-b226-97c7ec3e9696", "appDisplayName": "Adobe Identity Management", "ipAddress": "44.22.19.201", "status": {"errorCode": 50158, "failureReason": "External security challenge was not satisfied."}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (X11; Linux i686) AppleWebKit/535.2 (KHTML, like Gecko) Chrome/22.0.843.0 Safari/535.2 Edge/118.12158", "deviceDetail": {"deviceId": "0927e60c-8dfa-4ecf-be85-ad63bccf40a1", "displayName": "THOMASPRICE-LT", "operatingSystem": "Windows 10", "browser": "Edge 118.12158", "trustType": "Hybrid Azure AD joined"}, "location": {"city": "Littlemouth", "state": "Alexanderfurt", "countryOrRegion": "XN", "geoCoordinates": {"latitude": 25.4437255, "longitude": -109.530885}}, "correlationId": "01baab93-cfc1-47fd-b82f-0b487f087069", "conditionalAccessStatus": "failure", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "6e9df0ce-3b01-4584-bd68-1870e25d0e87", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 141, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Adobe Identity Management Service", "resourceId": "30663ca7-f8a9-43ab-8ca1-7906bdbc1485", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 230297, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "axUfOamGrXRjWF2KaelbmYPjeyRA5bRsE2DYUTZleah6YFG6", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "a6c259e5-7f16-48b2-a9f3-75becd6daa9b", "rngcStatus": 0}}, {"time": "2022-08-02T02:28:16.403694Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "199.12.127.103", "correlationId": "804645d4-c4d6-48e9-b04e-990129150d9f", "identity": "Jacob Meyers", "Level": 4, "location": "XG", "properties": {"id": "676a8b82-7787-4511-9ea8-03396e2c9600", "createdDateTime": "2022-08-02T02:28:16.559694Z", "userDisplayName": "Jacob Meyers", "userPrincipalName": "jmeyers@domain.com", "userId": "c63a67b0-1651-4a8a-9560-cc703cdad5ad", "appId": "9c5b7fe3-0ad2-4ea6-94e5-9e0001f367e3", "appDisplayName": "Articulate 360", "ipAddress": "199.12.127.103", "status": {"errorCode": 0}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (iPad; CPU iPad OS 9_3_6 like Mac OS X) AppleWebKit/536.1 (KHTML, like Gecko) CriOS/42.0.865.0 Mobile/77O124 Safari/536.1 Edge/99.14477", "deviceDetail": {"deviceId": "68cb982e-f215-496c-89bb-cc07716ff474", "displayName": "JACOBMEYERS-LT", "operatingSystem": "Windows 10", "browser": "Edge 99.14477", "trustType": "Azure AD registered"}, "location": {"city": "Port Nathan", "state": "Newmanville", "countryOrRegion": "XG", "geoCoordinates": {"latitude": 23.244641, "longitude": -113.392021}}, "correlationId": "041a72ec-05d5-4735-a145-949785363075", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "aa5561dd-f97c-44c3-88f8-f6de6c16b375", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 156, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Articulate 360 Online", "resourceId": "436260d5-3791-4aea-a4da-aa698ec35f2f", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 282405, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "eXr2IBfEzAjrESQV3oORWsJO1tjLWYrLWSETUox1jOWWmDRY", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "94b9f3ba-5f4b-4edc-99dc-a420b76960f9", "rngcStatus": 0}}, {"time": "2022-08-02T02:42:40.354173Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "13.113.40.157", "correlationId": "64bf4561-5956-4dc7-85e8-bc137ae01bb8", "identity": "Attack Target", "Level": 4, "location": "XR", "properties": {"id": "04386101-53be-4839-bba8-bcf14d685200", "createdDateTime": "2022-08-02T02:42:40.474173Z", "userDisplayName": "Attack Target", "userPrincipalName": "attacktarget@domain.com", "userId": "d735e84b-dcca-404d-9f7d-700f360f41a6", "appId": "9a7e67c7-6f05-42a3-b226-97c7ec3e9696", "appDisplayName": "Adobe Identity Management", "ipAddress": "13.113.40.157", "status": {"errorCode": 0}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (iPad; CPU iPad OS 9_3_6 like Mac OS X) AppleWebKit/536.1 (KHTML, like Gecko) CriOS/42.0.865.0 Mobile/77O124 Safari/536.1 Edge/99.14477", "deviceDetail": {"deviceId": "a44625dc-6f81-449a-9799-8005f7209b42", "displayName": "ATTACKTARGET-LT", "operatingSystem": "Windows 10", "browser": "Edge 99.14477", "trustType": "Azure AD registered"}, "location": {"city": "New John", "state": "Smithfort", "countryOrRegion": "XR", "geoCoordinates": {"latitude": -89.144242, "longitude": 168.119022}}, "correlationId": "7ac541a7-f649-482e-b964-a04e901b94f3", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "755b9688-9c43-4335-a80a-55cd4707c24e", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "processingTimeInMilliseconds": 120, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Adobe Identity Management Service", "resourceId": "7d6a0897-8b82-49e9-90e2-d482fb9202bd", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 34974, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "iuOrcOhZINNxLrj2IeMEbJ2xgWfjwFgG51zimkPVdeK0nJhl", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "537d9419-7e2b-4778-9102-62256bcfcf45"}}, {"time": "2022-08-02T03:14:51.398568Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "147.132.189.119", "correlationId": "eb9a708a-2070-4008-93c6-0e8019125db7", "identity": "Jim Gonzalez", "Level": 4, "location": "XR", "properties": {"id": "656b6a55-9c7d-4cd4-981f-e418b5e8a100", "createdDateTime": "2022-08-02T03:14:51.524568Z", "userDisplayName": "Jim Gonzalez", "userPrincipalName": "jgonzalez@domain.com", "userId": "95090045-a9c5-489c-adee-2db430a3333a", "appId": "18bf60fa-77dd-4aad-891d-af82ca87dd06", "appDisplayName": "FortiGate SSL VPN", "ipAddress": "147.132.189.119", "status": {"errorCode": 0}, "clientAppUsed": "Browser", "deviceDetail": {"deviceId": "1a428e94-41e3-4c1d-865a-0d31c9a2540b", "displayName": "JIMGONZALEZ-LT", "operatingSystem": "Windows", "browser": "Rich Client 4.22.0.0", "trustType": "Azure AD registered"}, "location": {"city": "Port Denisetown", "state": "Smithton", "countryOrRegion": "XR", "geoCoordinates": {"latitude": 3.5518965, "longitude": 131.871582}}, "correlationId": "cb2d6e3f-3e9b-4a21-8fd8-51ba70b0c3ec", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "7fae92a3-6e18-4038-b1b5-117cd2fec9e3", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 126, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "FortiGate SSL VPN", "resourceId": "51e679b4-5774-4b5f-9636-df5ea66b9380", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 256668, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "9QJrJpDSCcISjLGqrYlA694E4rbwn0uuvjgQ0uOdsYpawfGH", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "6e8f419c-7f10-40b1-a52a-e4fb253c74c2", "rngcStatus": 0}}, {"time": "2022-08-02T03:53:51.049267Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "156.206.181.119", "correlationId": "e6909e68-15ce-4028-b754-cd5eeb1d2b7b", "identity": "Cynthia Perry", "Level": 4, "location": "XY", "properties": {"id": "9fd4e587-f898-44c4-9cdb-b09176166500", "createdDateTime": "2022-08-02T03:53:51.133267Z", "userDisplayName": "Cynthia Perry", "userPrincipalName": "cperry@domain.com", "userId": "ac5fa380-9d5b-470e-beb2-5ba10aca48e6", "appId": "9de6e985-97a5-4d82-9c45-aedaa9c25ef9", "appDisplayName": "AWS Single-Account Access", "ipAddress": "156.206.181.119", "status": {"errorCode": 0}, "clientAppUsed": "Browser", "deviceDetail": {"deviceId": "", "operatingSystem": "Windows"}, "location": {"city": "Hannaville", "state": "Thomashaven", "countryOrRegion": "XY", "geoCoordinates": {"latitude": 1.1452695, "longitude": 128.249211}}, "correlationId": "9a5c0268-6304-4fba-b58a-8e96c034efab", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "52c13eb0-bb3b-4d1c-8009-55c1b047e456", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 84, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "AWS Single-Account Access Service", "resourceId": "9a84f55e-3a40-492c-9476-e069f64ed7a6", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 279165, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "oUXhqPse8lXzSO9VINg1fNAJuOC1QVXcJWrFQEGEMtNRSM4x", "incomingTokenType": "none", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "37ee873b-f901-4e25-be69-010243106d0f", "rngcStatus": 0}}, {"time": "2022-08-02T04:13:49.363371Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "50173", "resultSignature": "None", "resultDescription": "Fresh auth token is needed. Have the user re-sign using fresh credentials.", "durationMs": 0, "callerIpAddress": "156.206.181.119", "correlationId": "b51be9ad-a655-44e9-adc1-ace180514906", "identity": "Cynthia Perry", "Level": 4, "location": "XY", "properties": {"id": "738863c8-eea1-43f3-9bef-e7d92a748a00", "createdDateTime": "2022-08-02T04:13:49.405371Z", "userDisplayName": "Cynthia Perry", "userPrincipalName": "cperry@domain.com", "userId": "ac5fa380-9d5b-470e-beb2-5ba10aca48e6", "appId": "bf2855c0-7434-4262-8885-ad2f5206d324", "appDisplayName": "COINS Construction Cloud - Project and Productivity Apps", "ipAddress": "156.206.181.119", "status": {"errorCode": 50173, "failureReason": "Fresh auth token is needed. Have the user re-sign using fresh credentials."}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (Windows NT 4.0) AppleWebKit/531.1 (KHTML, like Gecko) Chrome/20.0.823.0 Safari/531.1 Edge/87.11424", "deviceDetail": {"deviceId": "", "operatingSystem": "Windows 10", "browser": "Edge 87.11424"}, "location": {"city": "Hannaville", "state": "Thomashaven", "countryOrRegion": "XY", "geoCoordinates": {"latitude": 1.1452695, "longitude": 128.249211}}, "correlationId": "3ec8c1e1-91bb-4d78-a67d-7adf7a9ad409", "conditionalAccessStatus": "notApplied", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "7cf75f0a-9df7-467f-a576-90b84d425596", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 42, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "COINS Construction Cloud - Project and Productivity Apps Service", "resourceId": "7a8caa38-3454-4033-9b2e-0e69152cca1e", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 279165, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "deCx20xBEznLbkTUCTmWHrMPudG1LElzCU1reQ9wscP9qyCK", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "7c9b147a-b2e2-42f4-8881-d000653c3411", "rngcStatus": 0}}, {"time": "2022-08-02T04:38:54.046143Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "156.206.181.119", "correlationId": "0aff74af-87aa-40e0-98f1-56b1620f88d3", "identity": "Cynthia Perry", "Level": 4, "location": "XY", "properties": {"id": "10851c42-cb04-4202-b7bb-75c7c7869800", "createdDateTime": "2022-08-02T04:38:54.112143Z", "userDisplayName": "Cynthia Perry", "userPrincipalName": "cperry@domain.com", "userId": "ac5fa380-9d5b-470e-beb2-5ba10aca48e6", "appId": "9de6e985-97a5-4d82-9c45-aedaa9c25ef9", "appDisplayName": "AWS Single-Account Access", "ipAddress": "156.206.181.119", "status": {"errorCode": 0}, "clientAppUsed": "Browser", "deviceDetail": {"deviceId": "", "operatingSystem": "Windows"}, "location": {"city": "Hannaville", "state": "Thomashaven", "countryOrRegion": "XY", "geoCoordinates": {"latitude": 1.1452695, "longitude": 128.249211}}, "correlationId": "ef612b65-c69a-4c96-948e-361628328e6c", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "045bf8d1-2471-4741-8a55-74aa960e667a", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 66, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "AWS Single-Account Access Service", "resourceId": "72f0186d-d327-46c9-a8ff-497e0caa8691", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 279165, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "MvHbXMfhI9NFLDSfUmu2XMwvaoJ5s1R7nv2HW3rwx01rV6WI", "incomingTokenType": "none", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": null, "rngcStatus": 0}}, {"time": "2022-08-02T04:41:39.668718Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "156.206.181.119", "correlationId": "969783f2-9284-4024-a5af-3943b12a866c", "identity": "Cynthia Perry", "Level": 4, "location": "XY", "properties": {"id": "216ffce3-7ff0-474b-bd97-34a4042e6b00", "createdDateTime": "2022-08-02T04:41:39.752718Z", "userDisplayName": "Cynthia Perry", "userPrincipalName": "cperry@domain.com", "userId": "ac5fa380-9d5b-470e-beb2-5ba10aca48e6", "appId": "9de6e985-97a5-4d82-9c45-aedaa9c25ef9", "appDisplayName": "AWS Single-Account Access", "ipAddress": "156.206.181.119", "status": {"errorCode": 0}, "clientAppUsed": "Browser", "deviceDetail": {"deviceId": "", "operatingSystem": "Windows"}, "location": {"city": "Hannaville", "state": "Thomashaven", "countryOrRegion": "XY", "geoCoordinates": {"latitude": 1.1452695, "longitude": 128.249211}}, "correlationId": "cd9af800-8d95-4795-be4d-816892d4469e", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "1372aa4f-5f4c-4f54-b32f-d08f3204f4d3", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 84, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "AWS Single-Account Access Service", "resourceId": "72f0186d-d327-46c9-a8ff-497e0caa8691", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 279165, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "fpIqb6Tbako2MbMuxzyXgqUttExKAuJb70afg1O0t9B4KHCk", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": null, "rngcStatus": 0}}, {"time": "2022-08-02T04:47:46.792851Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "50158", "resultSignature": "None", "resultDescription": "External security challenge was not satisfied.", "durationMs": 0, "callerIpAddress": "105.169.153.183", "correlationId": "5b21edf0-30a1-4d4a-93b4-3d15addf50e9", "identity": "Thomas Price", "Level": 4, "location": "XR", "properties": {"id": "5d87360d-441e-454b-b7bc-46f991f28e00", "createdDateTime": "2022-08-02T04:47:46.898851Z", "userDisplayName": "Thomas Price", "userPrincipalName": "tprice@domain.com", "userId": "32109ee2-ee4f-4d11-9c38-2556aec0f2b5", "appId": "9a7e67c7-6f05-42a3-b226-97c7ec3e9696", "appDisplayName": "Adobe Identity Management", "ipAddress": "105.169.153.183", "status": {"errorCode": 50158, "failureReason": "External security challenge was not satisfied."}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (X11; Linux i686) AppleWebKit/535.2 (KHTML, like Gecko) Chrome/22.0.843.0 Safari/535.2 Edge/118.12158", "deviceDetail": {"deviceId": "2b85c59f-331a-4b61-9a44-9d3d6df62a06", "displayName": "THOMASPRICE-LT", "operatingSystem": "Windows 10", "browser": "Edge 118.12158", "trustType": "Hybrid Azure AD joined"}, "location": {"city": "Santosborough", "state": "Smithton", "countryOrRegion": "XR", "geoCoordinates": {"latitude": 12.8350355, "longitude": 138.359011}}, "correlationId": "be3470fe-0fe1-4d2c-87f7-3cba261a9d6c", "conditionalAccessStatus": "failure", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "746bbf64-cbba-4959-8d96-50a3884b1732", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 106, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Adobe Identity Management Service", "resourceId": "30663ca7-f8a9-43ab-8ca1-7906bdbc1485", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 256668, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "3NuPYAhZvmkfXmJqVpbBJzvRUsFWwXPgRxtP547UwZvKGXY3", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "a6c259e5-7f16-48b2-a9f3-75becd6daa9b", "rngcStatus": 0}}, {"time": "2022-08-02T05:06:56.673285Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "63.94.19.180", "correlationId": "0c798564-21c7-4446-8e36-2fc74534171e", "identity": "Vanessa Ramirez", "Level": 4, "location": "XD", "properties": {"id": "3d9beed6-c74c-4138-a357-12d6ee2f9800", "createdDateTime": "2022-08-02T05:06:56.756285Z", "userDisplayName": "Vanessa Ramirez", "userPrincipalName": "vramirez@domain.com", "userId": "5d72b7ed-62ea-4b94-b931-ccef65d71ebd", "appId": "9a7e67c7-6f05-42a3-b226-97c7ec3e9696", "appDisplayName": "Adobe Identity Management", "ipAddress": "63.94.19.180", "status": {"errorCode": 0}, "clientAppUsed": "Mobile Apps and Desktop clients", "deviceDetail": {"deviceId": "", "operatingSystem": "MacOs"}, "location": {"city": "New James", "state": "Norrisbury", "countryOrRegion": "XD", "geoCoordinates": {"latitude": 64.5727225, "longitude": 92.661569}}, "correlationId": "a1c2bcb9-a582-46d6-96c9-4dc52bf5c774", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "eb7375a7-2adf-4c6c-8637-26ccb8c482e4", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 83, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Adobe Identity Management Service", "resourceId": "30663ca7-f8a9-43ab-8ca1-7906bdbc1485", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 45904, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "POIS46RBHTM8Dr6pck9qkDIKV3pzDXBw2ZsZfmV9Mywa0Xwc", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "a6c259e5-7f16-48b2-a9f3-75becd6daa9b", "rngcStatus": 0}}, {"time": "2022-08-02T05:17:25.804482Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "92.110.109.246", "correlationId": "9c6237f7-4eec-4b69-836a-730961520020", "identity": "David Johnson", "Level": 4, "location": "XR", "properties": {"id": "3d9beed6-c74c-4138-a357-12d6b0169100", "createdDateTime": "2022-08-02T05:17:25.971482Z", "userDisplayName": "David Johnson", "userPrincipalName": "djohnson@domain.com", "userId": "ff2ae3d2-8cd2-4bd6-b65d-49c5ad946c7f", "appId": "bf2855c0-7434-4262-8885-ad2f5206d324", "appDisplayName": "COINS Construction Cloud - Project and Productivity Apps", "ipAddress": "92.110.109.246", "status": {"errorCode": 0}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (Windows NT 4.0) AppleWebKit/531.1 (KHTML, like Gecko) Chrome/20.0.823.0 Safari/531.1 Edge/87.11424", "deviceDetail": {"deviceId": "8fb0ff79-f116-4f20-8ca8-36b3f8d68865", "displayName": "DAVIDJOHNSON-LT", "operatingSystem": "Windows 10", "browser": "Edge 87.11424", "trustType": "Azure AD registered"}, "location": {"city": "Port Denisetown", "state": "Smithton", "countryOrRegion": "XR", "geoCoordinates": {"latitude": 3.5518965, "longitude": 131.871582}}, "correlationId": "b6fee684-98c7-4fbc-a4ab-a5596c2d9127", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "84cddd7d-d64c-4ad9-9f1f-667a489a7483", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 167, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "COINS Construction Cloud - Project and Productivity Apps Service", "resourceId": "f0630e90-b752-4960-bfb9-a0794fc34930", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 230297, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "5asvQ9CK6KVw4G0Ier7PbHkqochUfbWYr4dVQEls8zFh7PuR", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "1f37c851-4be4-455b-928a-fbde7845a68a", "rngcStatus": 0}}, {"time": "2022-08-02T05:21:56.653319Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "13.113.40.157", "correlationId": "03915b84-ad9b-4942-b876-f38fe8ba3038", "identity": "Attack Target", "Level": 4, "location": "XR", "properties": {"id": "bfd288f0-15c8-449b-8773-65dfe67b8200", "createdDateTime": "2022-08-02T05:21:56.756319Z", "userDisplayName": "Attack Target", "userPrincipalName": "attacktarget@domain.com", "userId": "d735e84b-dcca-404d-9f7d-700f360f41a6", "appId": "9a7e67c7-6f05-42a3-b226-97c7ec3e9696", "appDisplayName": "Adobe Identity Management", "ipAddress": "13.113.40.157", "status": {"errorCode": 0}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (iPad; CPU iPad OS 9_3_6 like Mac OS X) AppleWebKit/536.1 (KHTML, like Gecko) CriOS/42.0.865.0 Mobile/77O124 Safari/536.1 Edge/99.14477", "deviceDetail": {"deviceId": "a44625dc-6f81-449a-9799-8005f7209b42", "displayName": "ATTACKTARGET-LT", "operatingSystem": "Windows 10", "browser": "Edge 99.14477", "trustType": "Azure AD registered"}, "location": {"city": "Smithfort", "state": "Smithfort", "countryOrRegion": "XR", "geoCoordinates": {"latitude": 3.7564095, "longitude": -121.574606}}, "correlationId": "66e06572-1ed8-44d2-98e7-f0371b14f02e", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "1a4b91f9-dddb-4254-b222-60466f408506", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 103, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Adobe Identity Management Service", "resourceId": "7d6a0897-8b82-49e9-90e2-d482fb9202bd", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 34974, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "BWbl63ErHh45DP9RqA5F9zBqp85lvHRnYw3SbKRxxyRh4yrF", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "537d9419-7e2b-4778-9102-62256bcfcf45", "rngcStatus": 0}}, {"time": "2022-08-02T05:25:35.520126Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "50158", "resultSignature": "None", "resultDescription": "External security challenge was not satisfied.", "durationMs": 0, "callerIpAddress": "44.22.19.201", "correlationId": "428d0c2d-8935-4c0e-b943-4cf28357f3d7", "identity": "Thomas Price", "Level": 4, "location": "XN", "properties": {"id": "528a72ae-c612-474f-a22e-2f6967bc7900", "createdDateTime": "2022-08-02T05:25:35.638126Z", "userDisplayName": "Thomas Price", "userPrincipalName": "tprice@domain.com", "userId": "32109ee2-ee4f-4d11-9c38-2556aec0f2b5", "appId": "9a7e67c7-6f05-42a3-b226-97c7ec3e9696", "appDisplayName": "Adobe Identity Management", "ipAddress": "44.22.19.201", "status": {"errorCode": 50158, "failureReason": "External security challenge was not satisfied."}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (X11; Linux i686) AppleWebKit/535.2 (KHTML, like Gecko) Chrome/22.0.843.0 Safari/535.2 Edge/118.12158", "deviceDetail": {"deviceId": "fb4d911d-6441-411b-868f-d25d5586a326", "displayName": "THOMASPRICE-LT", "operatingSystem": "Windows 10", "browser": "Edge 118.12158", "trustType": "Hybrid Azure AD joined"}, "location": {"city": "Littlemouth", "state": "Alexanderfurt", "countryOrRegion": "XN", "geoCoordinates": {"latitude": 25.4437255, "longitude": -109.530885}}, "correlationId": "c9c8507f-4bcf-4149-8511-ad8af10baf71", "conditionalAccessStatus": "failure", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "1ab31cc0-cf0d-4b37-80c7-a3d663aa6335", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 118, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Adobe Identity Management Service", "resourceId": "30663ca7-f8a9-43ab-8ca1-7906bdbc1485", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 230297, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "0G6xUAayJo0S3yoCKY8ziXDjcyayo8S3jWsfwAyZ55KjQ4gu", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "a6c259e5-7f16-48b2-a9f3-75becd6daa9b", "rngcStatus": 0}}, {"time": "2022-08-02T05:30:20.479805Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "13.113.40.157", "correlationId": "d31e9e68-a1fa-40f3-b0a7-4752e1b9e9f8", "identity": "Attack Target", "Level": 4, "location": "XR", "properties": {"id": "f3b698dd-aea4-4181-83f7-9b0e06da9f00", "createdDateTime": "2022-08-02T05:30:20.798805Z", "userDisplayName": "Attack Target", "userPrincipalName": "attacktarget@domain.com", "userId": "d735e84b-dcca-404d-9f7d-700f360f41a6", "appId": "9c5b7fe3-0ad2-4ea6-94e5-9e0001f367e3", "appDisplayName": "Articulate 360", "ipAddress": "13.113.40.157", "status": {"errorCode": 0}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (iPad; CPU iPad OS 9_3_6 like Mac OS X) AppleWebKit/536.1 (KHTML, like Gecko) CriOS/42.0.865.0 Mobile/77O124 Safari/536.1 Edge/99.14477", "deviceDetail": {"deviceId": "a44625dc-6f81-449a-9799-8005f7209b42", "displayName": "ATTACKTARGET-LT", "operatingSystem": "Windows 10", "browser": "Edge 99.14477", "trustType": "Azure AD registered"}, "location": {"city": "Smithfort", "state": "Smithfort", "countryOrRegion": "XR", "geoCoordinates": {"latitude": 3.7564095, "longitude": -121.574606}}, "correlationId": "7a6f4710-5503-4280-8f52-e29df1a54589", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "3f9c878e-9250-48db-8a6e-683dd05f6d46", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 319, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Articulate 360 Online", "resourceId": "436260d5-3791-4aea-a4da-aa698ec35f2f", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 34974, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "AhYM3Re3HGfPTReNL7bmoqMpBnH1I0AjKFUazRBlb3XArXnS", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "94b9f3ba-5f4b-4edc-99dc-a420b76960f9", "rngcStatus": 0}}, {"time": "2022-08-02T05:48:42.431221Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "13.113.40.157", "correlationId": "0c7bc117-8e94-4dfe-acc8-5cc353f1e244", "identity": "Attack Target", "Level": 4, "location": "XR", "properties": {"id": "312ba6d5-297f-4905-aedb-e7b5fb6b5f00", "createdDateTime": "2022-08-02T05:48:42.745221Z", "userDisplayName": "Attack Target", "userPrincipalName": "attacktarget@domain.com", "userId": "d735e84b-dcca-404d-9f7d-700f360f41a6", "appId": "9c5b7fe3-0ad2-4ea6-94e5-9e0001f367e3", "appDisplayName": "Articulate 360", "ipAddress": "13.113.40.157", "status": {"errorCode": 0}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (iPad; CPU iPad OS 9_3_6 like Mac OS X) AppleWebKit/536.1 (KHTML, like Gecko) CriOS/42.0.865.0 Mobile/77O124 Safari/536.1 Edge/99.14477", "deviceDetail": {"deviceId": "a44625dc-6f81-449a-9799-8005f7209b42", "displayName": "ATTACKTARGET-LT", "operatingSystem": "Windows 10", "browser": "Edge 99.14477", "trustType": "Azure AD registered"}, "location": {"city": "New John", "state": "Smithfort", "countryOrRegion": "XR", "geoCoordinates": {"latitude": -89.144242, "longitude": 168.119022}}, "correlationId": "c999e685-3b88-4383-ba63-5f687d94a4da", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "d03ae3e6-dff2-4b8a-a615-8d197487fc71", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 314, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Articulate 360 Online", "resourceId": "436260d5-3791-4aea-a4da-aa698ec35f2f", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 34974, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "sKyqGprjL27BcGS2YukwV9b216VUFERLvhqdHnjDLxm3EKiH", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "94b9f3ba-5f4b-4edc-99dc-a420b76960f9", "rngcStatus": 0}}, {"time": "2022-08-02T06:08:43.120683Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "42.62.103.34", "correlationId": "ee3b6ae4-49f3-4224-bfa3-911d7d76834e", "identity": "Joseph Taylor", "Level": 4, "location": "XF", "properties": {"id": "8fcd3dec-5cc1-4573-b657-ef95e5677800", "createdDateTime": "2022-08-02T06:08:43.271683Z", "userDisplayName": "Joseph Taylor", "userPrincipalName": "jtaylor@domain.com", "userId": "af9847eb-c773-41ae-bf94-42747c5e986c", "appId": "4c2f7c2a-ff05-4df6-9087-9ba8388a3861", "appDisplayName": "Foko Retail", "ipAddress": "42.62.103.34", "status": {"errorCode": 0, "additionalDetails": "MFA requirement satisfied by claim in the token"}, "clientAppUsed": "Browser", "deviceDetail": {"deviceId": "76b96bd3-e5d7-49ee-b195-bf363facdb3d", "displayName": "JOSEPHTAYLOR-LT", "operatingSystem": "Windows10", "browser": "Rich Client 4.39.0.0", "isCompliant": true, "isManaged": true, "trustType": "Azure AD joined"}, "location": {"city": "Jessicafurt", "state": "Smithbury", "countryOrRegion": "XF", "geoCoordinates": {"latitude": 17.5082395, "longitude": -115.304215}}, "mfaDetail": {}, "correlationId": "d6a39afc-b612-417c-9ff0-01ef64bbaf2c", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "60ec83ef-0d4a-4fad-8d9a-f2b449997255", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 151, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Foko Retail Service", "resourceId": "24578515-1951-4064-967d-0d2acaf0aa70", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 393508, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "WFC8f10fGfnkmkun47DZPBMWQz5G2s6BvMiOiU2Fw8E3yZKM", "incomingTokenType": "none", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "0e68752b-7dfa-400b-a6f5-1b54af90696a", "rngcStatus": 0}}, {"time": "2022-08-02T06:14:16.747852Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "50158", "resultSignature": "None", "resultDescription": "External security challenge was not satisfied.", "durationMs": 0, "callerIpAddress": "105.169.153.183", "correlationId": "f95a90c4-1971-43e2-ae36-16a7ca7769b6", "identity": "Thomas Price", "Level": 4, "location": "XR", "properties": {"id": "927ca341-90b0-4f1c-97f5-9ebcb07c6b00", "createdDateTime": "2022-08-02T06:14:16.899852Z", "userDisplayName": "Thomas Price", "userPrincipalName": "tprice@domain.com", "userId": "32109ee2-ee4f-4d11-9c38-2556aec0f2b5", "appId": "9a7e67c7-6f05-42a3-b226-97c7ec3e9696", "appDisplayName": "Adobe Identity Management", "ipAddress": "105.169.153.183", "status": {"errorCode": 50158, "failureReason": "External security challenge was not satisfied."}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (X11; Linux i686) AppleWebKit/535.2 (KHTML, like Gecko) Chrome/22.0.843.0 Safari/535.2 Edge/118.12158", "deviceDetail": {"deviceId": "2b85c59f-331a-4b61-9a44-9d3d6df62a06", "displayName": "THOMASPRICE-LT", "operatingSystem": "Windows 10", "browser": "Edge 118.12158", "trustType": "Hybrid Azure AD joined"}, "location": {"city": "Santosborough", "state": "Smithton", "countryOrRegion": "XR", "geoCoordinates": {"latitude": 12.8350355, "longitude": 138.359011}}, "correlationId": "61d22940-c7e3-477c-8c18-1c4cd484d885", "conditionalAccessStatus": "failure", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "f1e57c2b-26df-4c19-9a1c-b09a2d09252a", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 152, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Adobe Identity Management Service", "resourceId": "30663ca7-f8a9-43ab-8ca1-7906bdbc1485", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 256668, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "0cdmLu3YoFfeBoXU4Gjqe9scTLHBADfUqkPa5IPjzSMmW7Yu", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "a6c259e5-7f16-48b2-a9f3-75becd6daa9b", "rngcStatus": 0}}, {"time": "2022-08-02T06:16:12.590164Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "50158", "resultSignature": "None", "resultDescription": "External security challenge was not satisfied.", "durationMs": 0, "callerIpAddress": "44.22.19.201", "correlationId": "fdb6b16f-2b97-4718-b929-70b79053a9d9", "identity": "Thomas Price", "Level": 4, "location": "XN", "properties": {"id": "cc6dad61-5ab1-455b-ace9-7721a0ed6c00", "createdDateTime": "2022-08-02T06:16:12.711164Z", "userDisplayName": "Thomas Price", "userPrincipalName": "tprice@domain.com", "userId": "32109ee2-ee4f-4d11-9c38-2556aec0f2b5", "appId": "9a7e67c7-6f05-42a3-b226-97c7ec3e9696", "appDisplayName": "Adobe Identity Management", "ipAddress": "44.22.19.201", "status": {"errorCode": 50158, "failureReason": "External security challenge was not satisfied."}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (X11; Linux i686) AppleWebKit/535.2 (KHTML, like Gecko) Chrome/22.0.843.0 Safari/535.2 Edge/118.12158", "deviceDetail": {"deviceId": "a12f42a7-2ae0-42d8-aec8-bf7cb3dea82c", "displayName": "THOMASPRICE-LT", "operatingSystem": "Windows 10", "browser": "Edge 118.12158", "trustType": "Hybrid Azure AD joined"}, "location": {"city": "Littlemouth", "state": "Alexanderfurt", "countryOrRegion": "XN", "geoCoordinates": {"latitude": 25.4437255, "longitude": -109.530885}}, "correlationId": "3d1c7e4c-8022-433a-b72f-b1c29511f3c8", "conditionalAccessStatus": "failure", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "97bf6517-4c77-4359-8fc5-bc6d8f5f0f3c", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 121, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Adobe Identity Management Service", "resourceId": "30663ca7-f8a9-43ab-8ca1-7906bdbc1485", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 230297, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "zVe2tja2MykqUNFIu8MlFS3AVIL3bEXlEBgwoR2UHrvf365p", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "a6c259e5-7f16-48b2-a9f3-75becd6daa9b", "rngcStatus": 0}}, {"time": "2022-08-02T06:22:37.811361Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "13.113.40.157", "correlationId": "e0291003-f687-4c8c-afb2-1ff2ef50c62a", "identity": "Attack Target", "Level": 4, "location": "XR", "properties": {"id": "8df1cc0f-951a-4b64-867c-2361a5ba6800", "createdDateTime": "2022-08-02T06:22:37.955361Z", "userDisplayName": "Attack Target", "userPrincipalName": "attacktarget@domain.com", "userId": "d735e84b-dcca-404d-9f7d-700f360f41a6", "appId": "9a7e67c7-6f05-42a3-b226-97c7ec3e9696", "appDisplayName": "Adobe Identity Management", "ipAddress": "13.113.40.157", "status": {"errorCode": 0}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (iPad; CPU iPad OS 9_3_6 like Mac OS X) AppleWebKit/536.1 (KHTML, like Gecko) CriOS/42.0.865.0 Mobile/77O124 Safari/536.1 Edge/99.14477", "deviceDetail": {"deviceId": "a44625dc-6f81-449a-9799-8005f7209b42", "displayName": "ATTACKTARGET-LT", "operatingSystem": "Windows 10", "browser": "Edge 99.14477", "trustType": "Azure AD registered"}, "location": {"city": "New John", "state": "Smithfort", "countryOrRegion": "XR", "geoCoordinates": {"latitude": -89.144242, "longitude": 168.119022}}, "correlationId": "610f8839-c820-4c91-a1bd-bc87fd78435a", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "a8d188f9-1096-4932-a760-2270441f3638", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 144, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Adobe Identity Management Service", "resourceId": "80abac89-d2c0-4b6c-8ffc-5023bd7efc5e", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 34974, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "zwZBUQYW320EdmNUanjlXxv3O55lNFp5cIfXUGBNtizUDTxe", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": null, "rngcStatus": 0}}, {"time": "2022-08-02T06:29:37.360625Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "134.219.180.76", "correlationId": "764b16b2-d0b1-49ee-addb-380f8a2f8003", "identity": "Joseph Taylor", "Level": 4, "location": "XF", "properties": {"id": "05ba222e-1564-4894-b208-c535fa728400", "createdDateTime": "2022-08-02T06:29:37.500625Z", "userDisplayName": "Joseph Taylor", "userPrincipalName": "jtaylor@domain.com", "userId": "af9847eb-c773-41ae-bf94-42747c5e986c", "appId": "3f8b74f7-e00f-4827-abb8-2ec539552497", "appDisplayName": "Kemp LoadMaster Azure AD integration", "ipAddress": "134.219.180.76", "status": {"errorCode": 0, "additionalDetails": "MFA requirement satisfied by claim in the token"}, "clientAppUsed": "Mobile Apps and Desktop clients", "deviceDetail": {"deviceId": "76b96bd3-e5d7-49ee-b195-bf363facdb3d", "displayName": "JOSEPHTAYLOR-LT", "operatingSystem": "Windows", "isCompliant": true, "isManaged": true, "trustType": "Azure AD joined"}, "location": {"city": "Mannville", "state": "Porterside", "countryOrRegion": "XF", "geoCoordinates": {"latitude": -50.9955705, "longitude": 104.613841}}, "mfaDetail": {}, "correlationId": "aa4a6ea7-c28f-4ffa-8ac1-9c3aadf1f1d7", "conditionalAccessStatus": "notApplied", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "b1268948-e845-46ce-ba52-f47526a85613", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 140, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Kemp LoadMaster Azure AD integration Service", "resourceId": "24578515-1951-4064-967d-0d2acaf0aa70", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 124400, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "NFsrf8aXinKC3HrLFjtsmzSXWAzNWipk32nBq6CICjz7ZPsT", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "0e68752b-7dfa-400b-a6f5-1b54af90696a", "rngcStatus": 0}}, {"time": "2022-08-02T06:36:07.206876Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "92.110.109.246", "correlationId": "dd049f9a-2948-4e82-91cf-6755ac5d6bde", "identity": "David Johnson", "Level": 4, "location": "XR", "properties": {"id": "720d181b-6cd7-4a61-bb3c-89a6f71a8f00", "createdDateTime": "2022-08-02T06:36:07.343876Z", "userDisplayName": "David Johnson", "userPrincipalName": "djohnson@domain.com", "userId": "ff2ae3d2-8cd2-4bd6-b65d-49c5ad946c7f", "appId": "7b74bf77-058a-4c0d-9d9d-5523c3bc80ed", "appDisplayName": "GitHub Enterprise Cloud - Organization", "ipAddress": "92.110.109.246", "status": {"errorCode": 0}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (Windows NT 4.0) AppleWebKit/531.1 (KHTML, like Gecko) Chrome/20.0.823.0 Safari/531.1 Edge/87.11424", "deviceDetail": {"deviceId": "8fb0ff79-f116-4f20-8ca8-36b3f8d68865", "displayName": "DAVIDJOHNSON-LT", "operatingSystem": "Windows 10", "browser": "Edge 87.11424", "trustType": "Azure AD registered"}, "location": {"city": "Port Denisetown", "state": "Smithton", "countryOrRegion": "XR", "geoCoordinates": {"latitude": 3.5518965, "longitude": 131.871582}}, "correlationId": "ed5f2165-1501-41e2-91ff-dd3dd5fa3381", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "da6e91a6-8e6c-4ae8-bd53-76a819ca19b4", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 137, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "GitHub Enterprise Cloud - Organization Online", "resourceId": "51e679b4-5774-4b5f-9636-df5ea66b9380", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 230297, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "NhoFehlsRGDkO8bDsfCibznQeiWkUPzpMrQFa3JWE6kh8iVG", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "6e8f419c-7f10-40b1-a52a-e4fb253c74c2", "rngcStatus": 0}}, {"time": "2022-08-02T06:55:23.690767Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "50158", "resultSignature": "None", "resultDescription": "External security challenge was not satisfied.", "durationMs": 0, "callerIpAddress": "42.62.103.34", "correlationId": "b4940195-26ff-4774-9ef0-2d7b414eebd4", "identity": "Joseph Taylor", "Level": 4, "location": "XF", "properties": {"id": "cfcb865f-7e5f-417b-b8f8-3d15871c7300", "createdDateTime": "2022-08-02T06:55:23.798767Z", "userDisplayName": "Joseph Taylor", "userPrincipalName": "jtaylor@domain.com", "userId": "af9847eb-c773-41ae-bf94-42747c5e986c", "appId": "413f12c2-a9cb-4ca6-a080-d4308249cbe1", "appDisplayName": "Air", "ipAddress": "42.62.103.34", "status": {"errorCode": 50158, "failureReason": "External security challenge was not satisfied.", "additionalDetails": "MFA requirement satisfied by claim in the token"}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (iPad; CPU iPad OS 9_3_6 like Mac OS X) AppleWebKit/536.1 (KHTML, like Gecko) CriOS/42.0.865.0 Mobile/77O124 Safari/536.1 Edge/99.14477", "deviceDetail": {"deviceId": "76b96bd3-e5d7-49ee-b195-bf363facdb3d", "displayName": "JOSEPHTAYLOR-LT", "operatingSystem": "Windows 10", "browser": "Edge 99.14477", "isCompliant": true, "isManaged": true, "trustType": "Azure AD joined"}, "location": {"city": "Jessicafurt", "state": "Smithbury", "countryOrRegion": "XF", "geoCoordinates": {"latitude": 17.5082395, "longitude": -115.304215}}, "mfaDetail": {}, "correlationId": "f3f006a8-594b-4453-bca7-cbd44698ab9a", "conditionalAccessStatus": "failure", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "b3bc89bb-de06-4732-b586-39f86c862b53", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 108, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Air Online", "resourceId": "d2c09315-f769-4fc6-9be8-f57cf8efa9cc", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 393508, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "4KIqSZdBF1sDE18sqbeP2lMkOkDnBpCLangVXG0yxyE6AiOz", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": null, "rngcStatus": 0}}, {"time": "2022-08-02T07:30:41.544436Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "42.62.103.34", "correlationId": "94223dce-5e5b-4c41-8f82-f1a01b3b5028", "identity": "Joseph Taylor", "Level": 4, "location": "XF", "properties": {"id": "bfd288f0-15c8-449b-8773-65df5c038600", "createdDateTime": "2022-08-02T07:30:41.619436Z", "userDisplayName": "Joseph Taylor", "userPrincipalName": "jtaylor@domain.com", "userId": "af9847eb-c773-41ae-bf94-42747c5e986c", "appId": "e47a1d38-5f61-45cd-b1b9-bc92f525c598", "appDisplayName": "Altoura", "ipAddress": "42.62.103.34", "status": {"errorCode": 0, "additionalDetails": "MFA requirement satisfied by claim in the token"}, "clientAppUsed": "Browser", "userAgent": "Mozilla/5.0 (Linux; Android 2.3.5) AppleWebKit/532.2 (KHTML, like Gecko) Chrome/46.0.898.0 Safari/532.2 Edge/105.19198", "deviceDetail": {"deviceId": "76b96bd3-e5d7-49ee-b195-bf363facdb3d", "displayName": "JOSEPHTAYLOR-LT", "operatingSystem": "Windows 10", "browser": "Edge 105.19198", "isCompliant": true, "isManaged": true, "trustType": "Azure AD joined"}, "location": {"city": "Jessicafurt", "state": "Smithbury", "countryOrRegion": "XF", "geoCoordinates": {"latitude": 17.5082395, "longitude": -115.304215}}, "mfaDetail": {}, "correlationId": "32c9934c-3954-4414-b1f5-80a42e70766d", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "76e56bbf-74b1-4bcc-b561-d19faf72327c", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 75, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Altoura Online", "resourceId": "8a137ba4-52ae-4dbf-94af-2e56851573c4", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 393508, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "R0HyhdyjjVta26FXr88sATk4hIQCmFLCcHGNweOp1cuhh7eC", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": null, "rngcStatus": 0}}, {"time": "2022-08-02T07:31:34.889139Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "50158", "resultSignature": "None", "resultDescription": "External security challenge was not satisfied.", "durationMs": 0, "callerIpAddress": "92.110.109.246", "correlationId": "92e3b456-3926-4e87-b371-7ae36dfc814a", "identity": "Thomas Price", "Level": 4, "location": "XR", "properties": {"id": "074fe23d-2629-40c0-b889-feb6ef605900", "createdDateTime": "2022-08-02T07:31:35.026139Z", "userDisplayName": "Thomas Price", "userPrincipalName": "tprice@domain.com", "userId": "32109ee2-ee4f-4d11-9c38-2556aec0f2b5", "appId": "9a7e67c7-6f05-42a3-b226-97c7ec3e9696", "appDisplayName": "Adobe Identity Management", "ipAddress": "92.110.109.246", "status": {"errorCode": 50158, "failureReason": "External security challenge was not satisfied."}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (X11; Linux i686) AppleWebKit/535.2 (KHTML, like Gecko) Chrome/22.0.843.0 Safari/535.2 Edge/118.12158", "deviceDetail": {"deviceId": "0927e60c-8dfa-4ecf-be85-ad63bccf40a1", "displayName": "THOMASPRICE-LT", "operatingSystem": "Windows 10", "browser": "Edge 118.12158", "trustType": "Hybrid Azure AD joined"}, "location": {"city": "Port Denisetown", "state": "Smithton", "countryOrRegion": "XR", "geoCoordinates": {"latitude": 3.5518965, "longitude": 131.871582}}, "correlationId": "b5718fc0-c0f5-40b0-9fb8-b35afe30fc40", "conditionalAccessStatus": "failure", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "7487e198-9d7d-4fb6-bb00-6bc610d4e97e", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "processingTimeInMilliseconds": 137, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Adobe Identity Management Service", "resourceId": "30663ca7-f8a9-43ab-8ca1-7906bdbc1485", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 230297, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "lJf0sL03vywVXHirO1oCNUMguUTR3S12PomQhAy1lIbKGoab", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "a6c259e5-7f16-48b2-a9f3-75becd6daa9b"}}, {"time": "2022-08-02T07:34:55.296627Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "99.116.100.205", "correlationId": "20b4c526-ac99-4bf7-a298-e3668ddbe47c", "identity": "Aaron Cole", "Level": 4, "location": "XD", "properties": {"id": "3fa5718a-e3f0-486e-b768-6362354a9700", "createdDateTime": "2022-08-02T07:34:55.393627Z", "userDisplayName": "Aaron Cole", "userPrincipalName": "acole@domain.com", "userId": "5d557969-1645-4ba4-be83-b6fd943659f7", "appId": "36f74ffc-90e8-46e0-b0ed-588b76ed6f47", "appDisplayName": "Inspire", "ipAddress": "99.116.100.205", "status": {"errorCode": 0}, "clientAppUsed": "Browser", "deviceDetail": {"deviceId": "", "operatingSystem": "Windows", "browser": "Rich Client 4.35.1.0"}, "location": {"city": "Carrollstad", "state": "Norrisbury", "countryOrRegion": "XD", "geoCoordinates": {"latitude": -38.8540465, "longitude": -17.674718}}, "correlationId": "0f80146b-554c-47cc-82b3-8ae5fa463ae5", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "f1e4b38f-8adc-4c8d-8ba5-ae0d7fe06a35", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 97, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Inspire Online", "resourceId": "042c3df9-f692-4971-8c0b-72867fa422dd", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 214655, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "j33vHcgqiCrH9HYxGzObINY0EGeMXLu6eeS3rTPMa3iEvEv3", "incomingTokenType": "none", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "9dab86e5-2edb-4073-bed1-a1b309638aa2", "rngcStatus": 0}}, {"time": "2022-08-02T07:41:18.322890Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "13.113.40.157", "correlationId": "df882e81-0407-42e5-b090-195823d548af", "identity": "Attack Target", "Level": 4, "location": "XR", "properties": {"id": "86ec8f81-b065-45d1-84e2-abcf6b0f8f00", "createdDateTime": "2022-08-02T07:41:18.431890Z", "userDisplayName": "Attack Target", "userPrincipalName": "attacktarget@domain.com", "userId": "d735e84b-dcca-404d-9f7d-700f360f41a6", "appId": "9a7e67c7-6f05-42a3-b226-97c7ec3e9696", "appDisplayName": "Adobe Identity Management", "ipAddress": "13.113.40.157", "ipAddressFromResourceProvider": "13.113.40.157", "status": {"errorCode": 0}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (iPad; CPU iPad OS 9_3_6 like Mac OS X) AppleWebKit/536.1 (KHTML, like Gecko) CriOS/42.0.865.0 Mobile/77O124 Safari/536.1 Edge/99.14477", "deviceDetail": {"deviceId": "a44625dc-6f81-449a-9799-8005f7209b42", "displayName": "ATTACKTARGET-LT", "operatingSystem": "Windows 10", "browser": "Edge 99.14477", "trustType": "Azure AD registered"}, "location": {"city": "Smithfort", "state": "Smithfort", "countryOrRegion": "XR", "geoCoordinates": {"latitude": 3.7564095, "longitude": -121.574606}}, "correlationId": "96df32bb-e4c0-4985-aec2-c765baee5379", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "5978e97b-9c7a-4218-8671-b67055d983a7", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 109, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Adobe Identity Management Service", "resourceId": "c8eab36d-0a82-409d-8693-a8dabc997921", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 34974, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "qFQCpxNBXDOcSKaGjxBOD05aHQwloIdQtrkbq6XFIL02Egs2", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "2248d3ef-d7b8-4eb2-bd20-fb53f725bfe3", "rngcStatus": 0}}, {"time": "2022-08-02T07:48:23.587123Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "50158", "resultSignature": "None", "resultDescription": "External security challenge was not satisfied.", "durationMs": 0, "callerIpAddress": "42.62.103.34", "correlationId": "fe6d5a44-5471-4e2e-bd0a-87c2909e3d35", "identity": "Joseph Taylor", "Level": 4, "location": "XF", "properties": {"id": "1c2bbe82-9810-4409-b985-32e0b9925700", "createdDateTime": "2022-08-02T07:48:23.721123Z", "userDisplayName": "Joseph Taylor", "userPrincipalName": "jtaylor@domain.com", "userId": "af9847eb-c773-41ae-bf94-42747c5e986c", "appId": "e980a200-4916-4fcb-ae5a-3dee8f09d976", "appDisplayName": "Adoddle cSaas Platform", "ipAddress": "42.62.103.34", "status": {"errorCode": 50158, "failureReason": "External security challenge was not satisfied."}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (iPad; CPU iPad OS 9_3_6 like Mac OS X) AppleWebKit/536.1 (KHTML, like Gecko) CriOS/42.0.865.0 Mobile/77O124 Safari/536.1 Edge/99.14477", "deviceDetail": {"deviceId": "76b96bd3-e5d7-49ee-b195-bf363facdb3d", "displayName": "JOSEPHTAYLOR-LT", "operatingSystem": "Windows 10", "browser": "Edge 99.14477", "isCompliant": true, "isManaged": true, "trustType": "Azure AD joined"}, "location": {"city": "Jessicafurt", "state": "Smithbury", "countryOrRegion": "XF", "geoCoordinates": {"latitude": 17.5082395, "longitude": -115.304215}}, "correlationId": "17fd44bf-a25c-47bc-a779-dab3a94db542", "conditionalAccessStatus": "failure", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "2337c4b9-bf3b-4a80-82b9-f29963045131", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "processingTimeInMilliseconds": 134, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Adoddle cSaas Platform Online", "resourceId": "2437523d-228a-44c0-b408-0de8a8a8276c", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 393508, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "0bNGLd4fyLroMxTvmf9erWibcjaMzY0Rl0W7F8ppb15DeGNX", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "0eae9886-2d60-475f-9a14-3151a1cfa557"}}, {"time": "2022-08-02T07:55:31.286760Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "1.210.58.10", "correlationId": "11cb582f-ae1d-40da-8d4e-26978d148e3d", "identity": "Keith Sheppard", "Level": 4, "location": "XD", "properties": {"id": "d215b474-705f-4a73-b7f2-f7250ef16b00", "createdDateTime": "2022-08-02T07:55:31.395760Z", "userDisplayName": "Keith Sheppard", "userPrincipalName": "ksheppard@domain.com", "userId": "05bd48f1-91d2-4c2d-9a7c-80e80f561b3c", "appId": "9de6e985-97a5-4d82-9c45-aedaa9c25ef9", "appDisplayName": "AWS Single-Account Access", "ipAddress": "1.210.58.10", "status": {"errorCode": 0}, "clientAppUsed": "Browser", "deviceDetail": {"deviceId": "639815fd-5018-4e38-9d81-67538b2ce460", "displayName": "KEITHSHEPPARD-LT", "operatingSystem": "Windows", "trustType": "Azure AD registered"}, "location": {"city": "Cooperhaven", "state": "Norrisbury", "countryOrRegion": "XD", "geoCoordinates": {"latitude": 70.436398, "longitude": -23.873747}}, "correlationId": "00bcc7dd-5a73-46f7-82de-d8cce0393fce", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "d37ea94e-b453-4005-b64d-ab72b753d160", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 109, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "AWS Single-Account Access Service", "resourceId": "f0630e90-b752-4960-bfb9-a0794fc34930", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 69487, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "OWgYu4z4MPTTCVMDLWikciDlu15aKrBJ1eV0MmfSXHkcKtOZ", "incomingTokenType": "none", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "1f37c851-4be4-455b-928a-fbde7845a68a", "rngcStatus": 0}}, {"time": "2022-08-02T08:06:07.267050Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "205.33.24.92", "correlationId": "011436d1-1706-443d-9627-4c1a57049ff7", "identity": "Vanessa Ramirez", "Level": 4, "location": "XD", "properties": {"id": "682e4218-20e2-44e1-afc7-1363874f5d00", "createdDateTime": "2022-08-02T08:06:07.369050Z", "userDisplayName": "Vanessa Ramirez", "userPrincipalName": "vramirez@domain.com", "userId": "5d72b7ed-62ea-4b94-b931-ccef65d71ebd", "appId": "9de6e985-97a5-4d82-9c45-aedaa9c25ef9", "appDisplayName": "AWS Single-Account Access", "ipAddress": "205.33.24.92", "status": {"errorCode": 0}, "clientAppUsed": "Browser", "deviceDetail": {"deviceId": "e395a3f4-8f2d-4170-804f-d3e13ce3151b", "displayName": "VANESSARAMIREZ-LT", "operatingSystem": "Windows", "trustType": "Azure AD registered"}, "location": {"city": "Kristinmouth", "state": "Norrisbury", "countryOrRegion": "XD", "geoCoordinates": {"latitude": 26.278784, "longitude": -92.042573}}, "correlationId": "cad0bceb-ea51-4571-bc58-66e18987d2b0", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "cc375934-451e-4045-aba3-6def1076a432", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "processingTimeInMilliseconds": 102, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "AWS Single-Account Access Service", "resourceId": "72f0186d-d327-46c9-a8ff-497e0caa8691", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 214655, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "dVw8f7ZKzCV96azEdN11qWsvYkTqR7PpRBabY1ml2poeih2p", "incomingTokenType": "none", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": null}}, {"time": "2022-08-02T08:08:21.310642Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "91.132.253.146", "correlationId": "aff46769-8236-431a-98be-e717bd28961c", "identity": "Aaron Cole", "Level": 4, "location": "XD", "properties": {"id": "957852e5-3659-44e0-9376-7805fd7b5700", "createdDateTime": "2022-08-02T08:08:21.400642Z", "userDisplayName": "Aaron Cole", "userPrincipalName": "acole@domain.com", "userId": "5d557969-1645-4ba4-be83-b6fd943659f7", "appId": "e47a1d38-5f61-45cd-b1b9-bc92f525c598", "appDisplayName": "Altoura", "ipAddress": "91.132.253.146", "status": {"errorCode": 0}, "clientAppUsed": "Browser", "userAgent": "Mozilla/5.0 (Linux; Android 2.3.5) AppleWebKit/532.2 (KHTML, like Gecko) Chrome/46.0.898.0 Safari/532.2 Edge/105.19198", "deviceDetail": {"deviceId": "", "operatingSystem": "Windows 10", "browser": "Edge 105.19198"}, "location": {"city": "Rickshire", "state": "Norrisbury", "countryOrRegion": "XD", "geoCoordinates": {"latitude": -78.5751045, "longitude": 58.329246}}, "correlationId": "2c37fffe-dbf1-49ce-9569-a32698614284", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "2e7c5c80-62b7-417b-ad39-8174e9c28ab7", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 90, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Altoura Online", "resourceId": "8a137ba4-52ae-4dbf-94af-2e56851573c4", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 214655, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "dq5cyqc1yxlbrSSLwlsw6PUF4fxLDOnLx5XQsdzew2MBy7XT", "incomingTokenType": "none", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": null, "rngcStatus": 0}}, {"time": "2022-08-02T08:11:11.345055Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "199.12.127.103", "correlationId": "1ec38a72-f2be-4f87-b9ad-4604ecfd3440", "identity": "Jacob Meyers", "Level": 4, "location": "XG", "properties": {"id": "f86fd039-b911-4a63-b06c-84477e3f6100", "createdDateTime": "2022-08-02T08:11:11.439055Z", "userDisplayName": "Jacob Meyers", "userPrincipalName": "jmeyers@domain.com", "userId": "c63a67b0-1651-4a8a-9560-cc703cdad5ad", "appId": "9de6e985-97a5-4d82-9c45-aedaa9c25ef9", "appDisplayName": "AWS Single-Account Access", "ipAddress": "199.12.127.103", "status": {"errorCode": 0}, "clientAppUsed": "Browser", "deviceDetail": {"deviceId": "68cb982e-f215-496c-89bb-cc07716ff474", "displayName": "JACOBMEYERS-LT", "operatingSystem": "Windows", "trustType": "Azure AD registered"}, "location": {"city": "Port Nathan", "state": "Newmanville", "countryOrRegion": "XG", "geoCoordinates": {"latitude": 23.244641, "longitude": -113.392021}}, "correlationId": "5164a3f8-ec70-47b3-985b-787aebf12d2a", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "57b71adc-129b-4e66-96b2-0b5444e5ce31", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 94, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "AWS Single-Account Access Service", "resourceId": "72f0186d-d327-46c9-a8ff-497e0caa8691", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 282405, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "KPBS0tXXRhLmo3tQZnZAIq1A2ogv3qMYGHkdAQcGQJ635aKm", "incomingTokenType": "none", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": null, "rngcStatus": 0}}, {"time": "2022-08-02T08:12:33.685740Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "SignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "192.109.198.118", "correlationId": "89e81b23-a9dc-4a5a-97a5-ffba9848b898", "identity": "Joseph Taylor", "Level": 4, "location": "XF", "properties": {"id": "3e4015a7-fc3f-46ab-bde5-2cd8d40e7500", "createdDateTime": "2022-08-02T08:12:33.821740Z", "userDisplayName": "Joseph Taylor", "userPrincipalName": "jtaylor@domain.com", "userId": "af9847eb-c773-41ae-bf94-42747c5e986c", "appId": "9003b8ba-730c-412d-8972-267700304e01", "appDisplayName": "Box", "ipAddress": "192.109.198.118", "status": {"errorCode": 0, "additionalDetails": "MFA requirement satisfied by claim in the token"}, "clientAppUsed": "Browser", "userAgent": "Mozilla/5.0 (Linux; Android 2.3.5) AppleWebKit/532.2 (KHTML, like Gecko) Chrome/46.0.898.0 Safari/532.2 Edge/105.19198", "deviceDetail": {"deviceId": "76b96bd3-e5d7-49ee-b195-bf363facdb3d", "displayName": "JOSEPHTAYLOR-LT", "operatingSystem": "Windows 10", "browser": "Edge 105.19198", "isCompliant": true, "isManaged": true, "trustType": "Azure AD joined"}, "location": {"city": "Lake Wendyberg", "state": "Smithbury", "countryOrRegion": "XF", "geoCoordinates": {"latitude": -19.553711, "longitude": -136.787477}}, "mfaDetail": {}, "correlationId": "ddbd167a-b83c-4ba4-a51c-5e96e2f0c824", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "a5304fe9-66be-4545-abea-534c6ee167c2", "isInteractive": true, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 136, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Box Online", "resourceId": "f0630e90-b752-4960-bfb9-a0794fc34930", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 393508, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "KdtbXn9zgMrfVEjRclpVjytPlh6T5OyNVnM3K4xbGxCbcR4X", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "1f37c851-4be4-455b-928a-fbde7845a68a", "rngcStatus": 0}}, {"time": "2022-08-02T08:13:49.812368Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "86.154.193.190", "correlationId": "c8050ae8-4a15-4c0e-b67c-dd3b00324216", "identity": "Kristen Howell", "Level": 4, "location": "XR", "properties": {"id": "6f7168cd-e484-40e8-bcf7-7fe9defc8400", "createdDateTime": "2022-08-02T08:13:49.913368Z", "userDisplayName": "Kristen Howell", "userPrincipalName": "khowell@domain.com", "userId": "20e1e3f9-665f-45bd-9984-5e74b526d3b5", "appId": "2eae4ad1-8cae-48fe-b718-76bd66e2fc7f", "appDisplayName": "Bipsync", "ipAddress": "86.154.193.190", "status": {"errorCode": 0}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (X11; Linux i686) AppleWebKit/533.0 (KHTML, like Gecko) Chrome/24.0.803.0 Safari/533.0 Edge/40.11325", "deviceDetail": {"deviceId": "6ea76864-5f18-47dd-adb9-2b1dfcbfc425", "displayName": "KRISTENHOWELL-LT", "operatingSystem": "Windows 10", "browser": "Edge 40.11325", "isCompliant": true, "isManaged": true, "trustType": "Azure AD joined"}, "location": {"city": "Port Denisetown", "state": "Smithton", "countryOrRegion": "XR", "geoCoordinates": {"latitude": 3.5518965, "longitude": 131.871582}}, "correlationId": "12a67c77-0140-4736-a52b-46e279272624", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "cf87422d-2a85-441b-ba9d-df4fe6828870", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 101, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Bipsync Service", "resourceId": "4b482d0a-88be-43f3-a771-aaf19d9bbf70", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 256668, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "BuirDNw6mulHGa4OH3Xkt6w7smYpg6zcPh6xOR07VR7xes42", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "b4d48f3a-639f-4f89-a099-2fdd27423d1f", "rngcStatus": 0}}, {"time": "2022-08-02T08:32:21.805706Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "42.62.103.34", "correlationId": "802c13df-77a2-438a-9a99-f19407534b72", "identity": "Joseph Taylor", "Level": 4, "location": "XF", "properties": {"id": "baab1233-76d0-4f3f-8bc6-ec80f7dd9a00", "createdDateTime": "2022-08-02T08:32:22.012706Z", "userDisplayName": "Joseph Taylor", "userPrincipalName": "jtaylor@domain.com", "userId": "af9847eb-c773-41ae-bf94-42747c5e986c", "appId": "1b3edb90-1e06-46db-b021-e2fc1f7ddaf5", "appDisplayName": "Beatrust", "ipAddress": "42.62.103.34", "status": {"errorCode": 0, "additionalDetails": "MFA requirement satisfied by claim in the token"}, "clientAppUsed": "Browser", "deviceDetail": {"deviceId": "76b96bd3-e5d7-49ee-b195-bf363facdb3d", "displayName": "JOSEPHTAYLOR-LT", "operatingSystem": "Windows 10", "browser": "Rich Client 5.2.7.0", "isCompliant": true, "isManaged": true, "trustType": "Azure AD joined"}, "location": {"city": "Jessicafurt", "state": "Smithbury", "countryOrRegion": "XF", "geoCoordinates": {"latitude": 17.5082395, "longitude": -115.304215}}, "mfaDetail": {}, "correlationId": "13a6c81a-5323-4150-8f81-57df691dad2b", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "721a841c-fb61-498c-993d-65dc4e5a1e89", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 207, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Beatrust Service", "resourceId": "24578515-1951-4064-967d-0d2acaf0aa70", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 393508, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "MdEzxBF7Yli77LBmf8m5UsETVgoPDowPwpouVbgymnM3y6uI", "incomingTokenType": "none", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "0e68752b-7dfa-400b-a6f5-1b54af90696a", "rngcStatus": 0}}, {"time": "2022-08-02T08:34:23.820189Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "205.33.24.92", "correlationId": "db73e61c-3c33-44e1-8323-3a94f8b0bae6", "identity": "Aaron Cole", "Level": 4, "location": "XD", "properties": {"id": "3f04f6e0-8681-475f-a0d6-0af703947700", "createdDateTime": "2022-08-02T08:34:23.887189Z", "userDisplayName": "Aaron Cole", "userPrincipalName": "acole@domain.com", "userId": "5d557969-1645-4ba4-be83-b6fd943659f7", "appId": "e47a1d38-5f61-45cd-b1b9-bc92f525c598", "appDisplayName": "Altoura", "ipAddress": "205.33.24.92", "status": {"errorCode": 0}, "clientAppUsed": "Browser", "userAgent": "Mozilla/5.0 (Linux; Android 2.3.5) AppleWebKit/532.2 (KHTML, like Gecko) Chrome/46.0.898.0 Safari/532.2 Edge/105.19198", "deviceDetail": {"deviceId": "", "operatingSystem": "Windows 10", "browser": "Edge 105.19198"}, "location": {"city": "Kristinmouth", "state": "Norrisbury", "countryOrRegion": "XD", "geoCoordinates": {"latitude": 26.278784, "longitude": -92.042573}}, "correlationId": "dea688de-946b-433a-bdd3-2b8a54b33cf0", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "59dd5a3a-a209-463b-a29a-f5ca915aebb3", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 67, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Altoura Online", "resourceId": "8a137ba4-52ae-4dbf-94af-2e56851573c4", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 214655, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "NI41EpVWSPGz33eHRRPm0GN5qNqj51RbTfKd815eXNaNAtNJ", "incomingTokenType": "none", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": null, "rngcStatus": 0}}, {"time": "2022-08-02T08:52:58.704576Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "50158", "resultSignature": "None", "resultDescription": "External security challenge was not satisfied.", "durationMs": 0, "callerIpAddress": "92.110.109.246", "correlationId": "8e0e713b-dbae-4c82-9a0f-7eb554ef43aa", "identity": "Thomas Price", "Level": 4, "location": "XR", "properties": {"id": "e3d678dd-4e47-4907-b11e-8dddd7027000", "createdDateTime": "2022-08-02T08:52:58.822576Z", "userDisplayName": "Thomas Price", "userPrincipalName": "tprice@domain.com", "userId": "32109ee2-ee4f-4d11-9c38-2556aec0f2b5", "appId": "9a7e67c7-6f05-42a3-b226-97c7ec3e9696", "appDisplayName": "Adobe Identity Management", "ipAddress": "92.110.109.246", "status": {"errorCode": 50158, "failureReason": "External security challenge was not satisfied."}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (X11; Linux i686) AppleWebKit/535.2 (KHTML, like Gecko) Chrome/22.0.843.0 Safari/535.2 Edge/118.12158", "deviceDetail": {"deviceId": "fb4d911d-6441-411b-868f-d25d5586a326", "displayName": "THOMASPRICE-LT", "operatingSystem": "Windows 10", "browser": "Edge 118.12158", "trustType": "Hybrid Azure AD joined"}, "location": {"city": "Port Denisetown", "state": "Smithton", "countryOrRegion": "XR", "geoCoordinates": {"latitude": 3.5518965, "longitude": 131.871582}}, "correlationId": "ca1714b1-6ac7-4b1f-b737-d899bf091d46", "conditionalAccessStatus": "failure", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "aa085966-3fcb-436c-ba72-267ff8975fcd", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 118, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Adobe Identity Management Service", "resourceId": "30663ca7-f8a9-43ab-8ca1-7906bdbc1485", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 230297, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "1EG6Fb0qzVarIxIiR5L7LqvRwqra5jGVpmMXHMaKT9uIuVvX", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "a6c259e5-7f16-48b2-a9f3-75becd6daa9b", "rngcStatus": 0}}, {"time": "2022-08-02T08:53:08.185469Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "156.206.181.119", "correlationId": "30f10128-96c6-4474-87b3-68eb80df9c23", "identity": "Cynthia Perry", "Level": 4, "location": "XY", "properties": {"id": "d215b474-705f-4a73-b7f2-f7259a566600", "createdDateTime": "2022-08-02T08:53:08.286469Z", "userDisplayName": "Cynthia Perry", "userPrincipalName": "cperry@domain.com", "userId": "ac5fa380-9d5b-470e-beb2-5ba10aca48e6", "appId": "9de6e985-97a5-4d82-9c45-aedaa9c25ef9", "appDisplayName": "AWS Single-Account Access", "ipAddress": "156.206.181.119", "status": {"errorCode": 0}, "clientAppUsed": "Browser", "deviceDetail": {"deviceId": "", "operatingSystem": "Windows"}, "location": {"city": "Hannaville", "state": "Thomashaven", "countryOrRegion": "XY", "geoCoordinates": {"latitude": 1.1452695, "longitude": 128.249211}}, "correlationId": "647990a7-a3c3-46b1-ad0a-e9ef84c813b6", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "bf5e3b57-c3dd-43e6-8e1c-c5a90585739b", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 101, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "AWS Single-Account Access Service", "resourceId": "f0630e90-b752-4960-bfb9-a0794fc34930", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 279165, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "eYaPiwKxyakjlzB7A2NTEAMD8IfiEyVtzN8JbqaVKchVY3Fj", "incomingTokenType": "none", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "1f37c851-4be4-455b-928a-fbde7845a68a", "rngcStatus": 0}}, {"time": "2022-08-02T09:04:46.164931Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "13.113.40.157", "correlationId": "a221edf3-90f9-4976-ba84-2bfb3909b96d", "identity": "Attack Target", "Level": 4, "location": "XR", "properties": {"id": "2c5f4472-dc1e-49b2-8fbb-327549fd5e00", "createdDateTime": "2022-08-02T09:04:46.318931Z", "userDisplayName": "Attack Target", "userPrincipalName": "attacktarget@domain.com", "userId": "d735e84b-dcca-404d-9f7d-700f360f41a6", "appId": "9a7e67c7-6f05-42a3-b226-97c7ec3e9696", "appDisplayName": "Adobe Identity Management", "ipAddress": "13.113.40.157", "ipAddressFromResourceProvider": "13.113.40.157", "status": {"errorCode": 0}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (iPad; CPU iPad OS 9_3_6 like Mac OS X) AppleWebKit/536.1 (KHTML, like Gecko) CriOS/42.0.865.0 Mobile/77O124 Safari/536.1 Edge/99.14477", "deviceDetail": {"deviceId": "a44625dc-6f81-449a-9799-8005f7209b42", "displayName": "ATTACKTARGET-LT", "operatingSystem": "Windows 10", "browser": "Edge 99.14477", "trustType": "Azure AD registered"}, "location": {"city": "New John", "state": "Smithfort", "countryOrRegion": "XR", "geoCoordinates": {"latitude": -89.144242, "longitude": 168.119022}}, "correlationId": "ef938427-61e2-4472-bd5b-491a09a33da2", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "3cf61acf-b774-4c3d-a638-793629df6ceb", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 154, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Adobe Identity Management Service", "resourceId": "c8eab36d-0a82-409d-8693-a8dabc997921", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 34974, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "7gullm8ToS1PrtnJkwNXOoVc8lCr0qhJgPZB46kXhv2o1faD", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "2248d3ef-d7b8-4eb2-bd20-fb53f725bfe3", "rngcStatus": 0}}, {"time": "2022-08-02T09:27:31.854278Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "91.132.253.146", "correlationId": "b20dd241-5f32-4593-a285-157f521f3e8f", "identity": "Aaron Cole", "Level": 4, "location": "XD", "properties": {"id": "10696f74-a92e-4dcd-9925-f183938c6300", "createdDateTime": "2022-08-02T09:27:31.945278Z", "userDisplayName": "Aaron Cole", "userPrincipalName": "acole@domain.com", "userId": "5d557969-1645-4ba4-be83-b6fd943659f7", "appId": "18bf60fa-77dd-4aad-891d-af82ca87dd06", "appDisplayName": "FortiGate SSL VPN", "ipAddress": "91.132.253.146", "status": {"errorCode": 0}, "clientAppUsed": "Browser", "deviceDetail": {"deviceId": "", "operatingSystem": "Windows", "browser": "Rich Client 4.22.0.0"}, "location": {"city": "Rickshire", "state": "Norrisbury", "countryOrRegion": "XD", "geoCoordinates": {"latitude": -78.5751045, "longitude": 58.329246}}, "correlationId": "446c9c22-e91e-41b6-aa84-a43bf3b9f5ba", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "10a63e73-1a81-485a-94f5-45658a6465b1", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 91, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "FortiGate SSL VPN", "resourceId": "51e679b4-5774-4b5f-9636-df5ea66b9380", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 214655, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "Wbta8iPRQjhN00zMsBClyMF1VmzbFlAfMzQNKHBkTH3hGQdy", "incomingTokenType": "none", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "6e8f419c-7f10-40b1-a52a-e4fb253c74c2", "rngcStatus": 0}}, {"time": "2022-08-02T09:37:57.834254Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "42.62.103.34", "correlationId": "401e8efd-f10e-404b-a1fe-6fef8aab382b", "identity": "Joseph Taylor", "Level": 4, "location": "XF", "properties": {"id": "b2eaf7a7-4585-4df8-ad0b-b869e3374f00", "createdDateTime": "2022-08-02T09:37:57.935254Z", "userDisplayName": "Joseph Taylor", "userPrincipalName": "jtaylor@domain.com", "userId": "af9847eb-c773-41ae-bf94-42747c5e986c", "appId": "895b9fb3-4084-4f9f-a314-d082d67e3c5c", "appDisplayName": "Airstack", "ipAddress": "42.62.103.34", "status": {"errorCode": 0, "additionalDetails": "MFA requirement satisfied by claim in the token"}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (iPad; CPU iPad OS 14_2 like Mac OS X) AppleWebKit/535.2 (KHTML, like Gecko) CriOS/33.0.816.0 Mobile/88O531 Safari/535.2 Edge/117.19612", "deviceDetail": {"deviceId": "76b96bd3-e5d7-49ee-b195-bf363facdb3d", "displayName": "JOSEPHTAYLOR-LT", "operatingSystem": "Windows 10", "browser": "Edge 117.19612", "isCompliant": true, "isManaged": true, "trustType": "Azure AD joined"}, "location": {"city": "Jessicafurt", "state": "Smithbury", "countryOrRegion": "XF", "geoCoordinates": {"latitude": 17.5082395, "longitude": -115.304215}}, "mfaDetail": {}, "correlationId": "5789e2b3-2c04-475c-b2a0-36605f3b75c2", "conditionalAccessStatus": "notApplied", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "30c23724-ec67-48ba-8290-25ddfae4ee33", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "processingTimeInMilliseconds": 101, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceId": "c4c8fb66-35f5-48ec-b144-f3265b97332f", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 393508, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "hGSNqvHIHmtYWWCN2njHQ8Fegj2wPj9GSIzl0PosRD7yyCAz", "incomingTokenType": "none", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "90a2e5d2-fd7a-4a2e-bc90-3dc50ae8e3ee"}}, {"time": "2022-08-02T09:45:15.515371Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "50158", "resultSignature": "None", "resultDescription": "External security challenge was not satisfied.", "durationMs": 0, "callerIpAddress": "92.110.109.246", "correlationId": "d9b2d7c2-9828-4458-ace2-12cc7a285fd0", "identity": "Thomas Price", "Level": 4, "location": "XR", "properties": {"id": "df70b726-7756-4baa-9a7d-5ac9e7d09100", "createdDateTime": "2022-08-02T09:45:15.619371Z", "userDisplayName": "Thomas Price", "userPrincipalName": "tprice@domain.com", "userId": "32109ee2-ee4f-4d11-9c38-2556aec0f2b5", "appId": "9a7e67c7-6f05-42a3-b226-97c7ec3e9696", "appDisplayName": "Adobe Identity Management", "ipAddress": "92.110.109.246", "status": {"errorCode": 50158, "failureReason": "External security challenge was not satisfied."}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (X11; Linux i686) AppleWebKit/535.2 (KHTML, like Gecko) Chrome/22.0.843.0 Safari/535.2 Edge/118.12158", "deviceDetail": {"deviceId": "0927e60c-8dfa-4ecf-be85-ad63bccf40a1", "displayName": "THOMASPRICE-LT", "operatingSystem": "Windows 10", "browser": "Edge 118.12158", "trustType": "Hybrid Azure AD joined"}, "location": {"city": "Port Denisetown", "state": "Smithton", "countryOrRegion": "XR", "geoCoordinates": {"latitude": 3.5518965, "longitude": 131.871582}}, "correlationId": "e2d3d4f2-e9e8-462b-8f97-bd7beda4acba", "conditionalAccessStatus": "failure", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "e5e6348a-3b7a-421c-92ef-a5d553fd7c60", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 104, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Adobe Identity Management Service", "resourceId": "30663ca7-f8a9-43ab-8ca1-7906bdbc1485", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 230297, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "EFfa7HdbxLhVnp1xH78rJz9yMplk1MLDQEerF8MJg7tnOWZC", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "a6c259e5-7f16-48b2-a9f3-75becd6daa9b", "rngcStatus": 0}}, {"time": "2022-08-02T09:46:27.407570Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "42.62.103.34", "correlationId": "947fb5b0-818e-4157-b7bd-a1e21a7e9dfb", "identity": "Joseph Taylor", "Level": 4, "location": "XF", "properties": {"id": "8bc588a3-ee52-4f64-9b78-b883a0977300", "createdDateTime": "2022-08-02T09:46:27.511570Z", "userDisplayName": "Joseph Taylor", "userPrincipalName": "jtaylor@domain.com", "userId": "af9847eb-c773-41ae-bf94-42747c5e986c", "appId": "36f74ffc-90e8-46e0-b0ed-588b76ed6f47", "appDisplayName": "Inspire", "ipAddress": "42.62.103.34", "status": {"errorCode": 0, "additionalDetails": "MFA requirement satisfied by claim in the token"}, "clientAppUsed": "Browser", "userAgent": "Mozilla/5.0 (Linux; Android 2.3.5) AppleWebKit/532.2 (KHTML, like Gecko) Chrome/46.0.898.0 Safari/532.2 Edge/105.19198", "deviceDetail": {"deviceId": "76b96bd3-e5d7-49ee-b195-bf363facdb3d", "displayName": "JOSEPHTAYLOR-LT", "operatingSystem": "Windows 10", "browser": "Edge 105.19198", "isCompliant": true, "isManaged": true, "trustType": "Azure AD joined"}, "location": {"city": "Jessicafurt", "state": "Smithbury", "countryOrRegion": "XF", "geoCoordinates": {"latitude": 17.5082395, "longitude": -115.304215}}, "mfaDetail": {}, "correlationId": "e3955c92-0e06-46f1-922c-944b1c72eaf9", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "d9721f27-b3e0-4806-9980-210f3c4f7d7b", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 104, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Inspire Online", "resourceId": "8a137ba4-52ae-4dbf-94af-2e56851573c4", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 393508, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "gBr4BvltoBZOxsiFiq8a9xOADshkWcndg7lhrNc4ZCNIImhk", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": null, "rngcStatus": 0}}, {"time": "2022-08-02T09:46:50.012220Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "107.40.113.143", "correlationId": "bd5e9693-c84c-44be-9f25-416794748283", "identity": "Terry Proctor", "Level": 4, "location": "XR", "properties": {"id": "7d318455-34d8-4ae2-8167-c67c111a5200", "createdDateTime": "2022-08-02T09:46:50.118220Z", "userDisplayName": "Terry Proctor", "userPrincipalName": "tproctor@domain.com", "userId": "03110cc5-e54f-4dae-b68a-bf5d945f8152", "appId": "18bf60fa-77dd-4aad-891d-af82ca87dd06", "appDisplayName": "FortiGate SSL VPN", "ipAddress": "107.40.113.143", "status": {"errorCode": 0, "additionalDetails": "MFA requirement satisfied by claim in the token"}, "clientAppUsed": "Browser", "deviceDetail": {"deviceId": "88ee69d5-1eb7-4f29-b594-e9b4e3371940", "displayName": "TERRYPROCTOR-LT", "operatingSystem": "Windows", "browser": "Rich Client 4.22.0.0", "isCompliant": true, "isManaged": true, "trustType": "Azure AD joined"}, "location": {"city": "Matthewborough", "state": "Smithton", "countryOrRegion": "XR", "geoCoordinates": {"latitude": -61.4020595, "longitude": -158.46244}}, "mfaDetail": {}, "correlationId": "ed34e6f1-91ae-49f3-bd1e-6b4b6d646af0", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "aec67a18-6ca6-48ad-9746-38ad4e785e51", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "processingTimeInMilliseconds": 106, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "FortiGate SSL VPN Service", "resourceId": "a1edee32-85c4-4a57-afcb-5853873a47e7", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 34974, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "indJHurFiygJUsKnA5FUSDcUiNhhXmSoKgiSp5zxrFRXCp34", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "0898af19-dfef-4b51-a918-f534c473013d"}}, {"time": "2022-08-02T10:17:17.898733Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "147.132.189.119", "correlationId": "ce40ff40-c3f0-4d38-b2eb-430a0711988c", "identity": "Cassie Fernandez", "Level": 4, "location": "XR", "properties": {"id": "ace681b4-3934-4235-befc-67ed88367a00", "createdDateTime": "2022-08-02T10:17:18.013733Z", "userDisplayName": "Cassie Fernandez", "userPrincipalName": "cfernandez@domain.com", "userId": "67ef8be6-3f44-4db7-8172-fd6211428c1e", "appId": "9de6e985-97a5-4d82-9c45-aedaa9c25ef9", "appDisplayName": "AWS Single-Account Access", "ipAddress": "147.132.189.119", "status": {"errorCode": 0}, "clientAppUsed": "Browser", "deviceDetail": {"deviceId": "d5a487a1-ef7d-4960-9723-7fdadce19af3", "displayName": "CASSIEFERNANDEZ-LT", "operatingSystem": "Windows", "trustType": "Azure AD registered"}, "location": {"city": "Port Denisetown", "state": "Smithton", "countryOrRegion": "XR", "geoCoordinates": {"latitude": 3.5518965, "longitude": 131.871582}}, "correlationId": "8f5cb33b-068d-4561-be15-eef0fda3aa38", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "68304dba-7bfe-42ce-a2a2-6e2a402faf55", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 115, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "AWS Single-Account Access Service", "resourceId": "9a84f55e-3a40-492c-9476-e069f64ed7a6", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 256668, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "EpqP0r0qwrrTP34XFotsRbeT9ytsVUuDm4Aeb7VNnKmnvtH2", "incomingTokenType": "none", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "37ee873b-f901-4e25-be69-010243106d0f", "rngcStatus": 0}}, {"time": "2022-08-02T10:18:34.297310Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "91.132.253.146", "correlationId": "2155e32d-26c6-4692-acd8-e0a9c844fa53", "identity": "Aaron Cole", "Level": 4, "location": "XD", "properties": {"id": "b84db3dc-6311-47ec-98ed-c2506bf06900", "createdDateTime": "2022-08-02T10:18:34.538310Z", "userDisplayName": "Aaron Cole", "userPrincipalName": "acole@domain.com", "userId": "5d557969-1645-4ba4-be83-b6fd943659f7", "appId": "af50c7b0-ad5f-40ec-840e-8d89be454ce4", "appDisplayName": "Citrix ShareFile", "ipAddress": "91.132.253.146", "status": {"errorCode": 0}, "clientAppUsed": "Browser", "deviceDetail": {"deviceId": "", "operatingSystem": "Windows10", "browser": "Rich Client 4.36.1.0"}, "location": {"city": "Rickshire", "state": "Norrisbury", "countryOrRegion": "XD", "geoCoordinates": {"latitude": -78.5751045, "longitude": 58.329246}}, "correlationId": "3d8ef4c4-9f02-423d-b9cd-7f1eba82de43", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "87b32882-55a5-499e-8a09-5914be2e91a9", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 241, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Citrix ShareFile", "resourceId": "120f310e-002d-4cf0-803a-8e3f1188c691", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 214655, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "ZjyDV8RSrAe8hETuDIJijsAAQ75bQ2JRNm7FEKM1QlV2HpgP", "incomingTokenType": "none", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "64fdf9a3-2711-4206-8c5a-100403727b93", "rngcStatus": 0}}, {"time": "2022-08-02T10:18:44.099388Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "91.132.253.146", "correlationId": "26045c76-1987-435f-bea8-ca37e3966bf6", "identity": "Aaron Cole", "Level": 4, "location": "XD", "properties": {"id": "2289f33d-0ae1-4487-b310-98d9ac7c6b00", "createdDateTime": "2022-08-02T10:18:44.173388Z", "userDisplayName": "Aaron Cole", "userPrincipalName": "acole@domain.com", "userId": "5d557969-1645-4ba4-be83-b6fd943659f7", "appId": "18bf60fa-77dd-4aad-891d-af82ca87dd06", "appDisplayName": "FortiGate SSL VPN", "ipAddress": "91.132.253.146", "status": {"errorCode": 0}, "clientAppUsed": "Browser", "deviceDetail": {"deviceId": "", "operatingSystem": "Windows", "browser": "Rich Client 4.22.0.0"}, "location": {"city": "Rickshire", "state": "Norrisbury", "countryOrRegion": "XD", "geoCoordinates": {"latitude": -78.5751045, "longitude": 58.329246}}, "correlationId": "d9c82015-37f9-4dc3-b090-3378009150be", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "65504980-7b33-478a-84da-77e503bee38e", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 74, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "FortiGate SSL VPN Service", "resourceId": "9a84f55e-3a40-492c-9476-e069f64ed7a6", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 214655, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "s8nKh9pCbDWTbBzVXERWYyL2mqlBhLeh8R58jFFKlVOM6UjL", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "37ee873b-f901-4e25-be69-010243106d0f", "rngcStatus": 0}}, {"time": "2022-08-02T10:39:09.884022Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "156.206.181.119", "correlationId": "7bd0e285-b324-4a61-986a-723085019455", "identity": "Cynthia Perry", "Level": 4, "location": "XY", "properties": {"id": "8fcd3dec-5cc1-4573-b657-ef95ed976d00", "createdDateTime": "2022-08-02T10:39:09.984022Z", "userDisplayName": "Cynthia Perry", "userPrincipalName": "cperry@domain.com", "userId": "ac5fa380-9d5b-470e-beb2-5ba10aca48e6", "appId": "9de6e985-97a5-4d82-9c45-aedaa9c25ef9", "appDisplayName": "AWS Single-Account Access", "ipAddress": "156.206.181.119", "status": {"errorCode": 0}, "clientAppUsed": "Browser", "deviceDetail": {"deviceId": "", "operatingSystem": "Windows"}, "location": {"city": "Hannaville", "state": "Thomashaven", "countryOrRegion": "XY", "geoCoordinates": {"latitude": 1.1452695, "longitude": 128.249211}}, "correlationId": "e116634c-debd-43fb-87be-9b04b9db111b", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "6895ed1f-c872-439d-aa84-4919580754af", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 100, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "AWS Single-Account Access Service", "resourceId": "9a84f55e-3a40-492c-9476-e069f64ed7a6", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 279165, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "BwXii89stJrhT3Oz55kQtjjfVWgJqzV9Q3wylUhOOF690hAR", "incomingTokenType": "none", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "37ee873b-f901-4e25-be69-010243106d0f", "rngcStatus": 0}}, {"time": "2022-08-02T10:43:25.904633Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "10.14.188.154", "correlationId": "d9aae5f0-4fa2-48d9-9794-1e003ebe3f9c", "identity": "Alicia Ramirez", "Level": 4, "location": "XR", "properties": {"id": "ace681b4-3934-4235-befc-67ed5b337e00", "createdDateTime": "2022-08-02T10:43:25.993633Z", "userDisplayName": "Alicia Ramirez", "userPrincipalName": "aramirez@domain.com", "userId": "50125906-f0ff-4d56-a7d2-397a3c9d477e", "appId": "2eae4ad1-8cae-48fe-b718-76bd66e2fc7f", "appDisplayName": "Bipsync", "ipAddress": "10.14.188.154", "status": {"errorCode": 0}, "clientAppUsed": "Mobile Apps and Desktop clients", "deviceDetail": {"deviceId": "51dc6022-7b43-4a76-a5c8-6f29eb6be5c8", "displayName": "ALICIARAMIREZ-LT", "operatingSystem": "Android", "isCompliant": true, "isManaged": true, "trustType": "Azure AD registered"}, "location": {"city": "Susanside", "state": "Morrisview", "countryOrRegion": "XR", "geoCoordinates": {"latitude": 57.8050005, "longitude": -51.781534}}, "correlationId": "209d0da6-b6be-44a3-9314-a8a28912e1ea", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "588def13-1e9e-4ec4-9553-a5424e523139", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 89, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Bipsync Service", "resourceId": "aaf780ce-b996-49b9-986d-8bb23f7bce3a", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 432564, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "7QMsHz5UZUHsPypp3mcE75EWc6cYCmecZCCi7cssocEULN8A", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "b7da42cc-a168-4148-b15a-792ad32c2ff5", "rngcStatus": 0}}, {"time": "2022-08-02T10:59:31.713896Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "86.154.193.190", "correlationId": "25cd557e-b96b-40c3-830e-5eadb9fba998", "identity": "Kristen Howell", "Level": 4, "location": "XR", "properties": {"id": "2a88f1af-821d-4ead-aa3e-2734dbad6700", "createdDateTime": "2022-08-02T10:59:31.831896Z", "userDisplayName": "Kristen Howell", "userPrincipalName": "khowell@domain.com", "userId": "20e1e3f9-665f-45bd-9984-5e74b526d3b5", "appId": "2eae4ad1-8cae-48fe-b718-76bd66e2fc7f", "appDisplayName": "Bipsync", "ipAddress": "86.154.193.190", "status": {"errorCode": 0}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (X11; Linux i686) AppleWebKit/533.0 (KHTML, like Gecko) Chrome/24.0.803.0 Safari/533.0 Edge/40.11325", "deviceDetail": {"deviceId": "af204333-3bdf-4228-bbeb-e3a654075b5c", "displayName": "KRISTENHOWELL-LT", "operatingSystem": "Windows 10", "browser": "Edge 40.11325", "trustType": "Azure AD registered"}, "location": {"city": "Port Denisetown", "state": "Smithton", "countryOrRegion": "XR", "geoCoordinates": {"latitude": 3.5518965, "longitude": 131.871582}}, "correlationId": "66005b99-2b15-4284-9709-e23acc8d0bfd", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "2e8e72fa-8fe3-47a4-ac77-92f6793a7a82", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 118, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Bipsync Service", "resourceId": "819aa3ed-3b63-4925-8388-0b8d41022941", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 256668, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "ea4mmOCqOAkZJM0D707xY7sAMSKGWlwZryse06BAzEey6bBk", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "7f0c9abd-8b0d-4973-8675-a495454c0c86", "rngcStatus": 0}}, {"time": "2022-08-02T11:27:12.965970Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "1.210.58.10", "correlationId": "3e0eeab0-21df-4bc9-bc26-23c068cfd6e7", "identity": "Keith Sheppard", "Level": 4, "location": "XD", "properties": {"id": "0247f9e7-1fff-44eb-af6f-23a382867700", "createdDateTime": "2022-08-02T11:27:13.040970Z", "userDisplayName": "Keith Sheppard", "userPrincipalName": "ksheppard@domain.com", "userId": "05bd48f1-91d2-4c2d-9a7c-80e80f561b3c", "appId": "9a7e67c7-6f05-42a3-b226-97c7ec3e9696", "appDisplayName": "Adobe Identity Management", "ipAddress": "1.210.58.10", "ipAddressFromResourceProvider": "101.63.110.251", "status": {"errorCode": 0}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (Windows NT 4.0) AppleWebKit/531.1 (KHTML, like Gecko) Chrome/20.0.823.0 Safari/531.1 Edge/87.11424", "deviceDetail": {"deviceId": "639815fd-5018-4e38-9d81-67538b2ce460", "displayName": "KEITHSHEPPARD-LT", "operatingSystem": "Windows 10", "browser": "Edge 87.11424", "trustType": "Azure AD registered"}, "location": {"city": "Cooperhaven", "state": "Norrisbury", "countryOrRegion": "XD", "geoCoordinates": {"latitude": 70.436398, "longitude": -23.873747}}, "correlationId": "5c7b6070-0c65-4a6c-801b-2a26d7a6a6ce", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "7b658a31-37ef-4899-860c-f627f9e4c35a", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 75, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Adobe Identity Management Service", "resourceId": "9a84f55e-3a40-492c-9476-e069f64ed7a6", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 69487, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "Gb8G4ud0RLk2uZWy31qVhYa8VMoKfIplNHhwDytxPwPZqtr2", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "37ee873b-f901-4e25-be69-010243106d0f", "rngcStatus": 0}}, {"time": "2022-08-02T12:16:42.973984Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "SignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "42.62.103.34", "correlationId": "1d377af1-780a-4603-921a-cc46f5862b51", "identity": "Joseph Taylor", "Level": 4, "location": "XF", "properties": {"id": "8ffdb2ce-02a0-4390-8a24-4d188d624000", "createdDateTime": "2022-08-02T12:16:43.105984Z", "userDisplayName": "Joseph Taylor", "userPrincipalName": "jtaylor@domain.com", "userId": "af9847eb-c773-41ae-bf94-42747c5e986c", "appId": "b2421da4-c71e-46a9-b848-495ef54b79c4", "appDisplayName": "ServiceNow", "ipAddress": "42.62.103.34", "status": {"errorCode": 0, "additionalDetails": "MFA requirement satisfied by claim in the token"}, "clientAppUsed": "Browser", "userAgent": "Mozilla/5.0 (Linux; Android 2.3.5) AppleWebKit/532.2 (KHTML, like Gecko) Chrome/46.0.898.0 Safari/532.2 Edge/105.19198", "deviceDetail": {"deviceId": "76b96bd3-e5d7-49ee-b195-bf363facdb3d", "displayName": "JOSEPHTAYLOR-LT", "operatingSystem": "Windows 10", "browser": "Edge 105.19198", "isCompliant": true, "isManaged": true, "trustType": "Azure AD joined"}, "location": {"city": "Jessicafurt", "state": "Smithbury", "countryOrRegion": "XF", "geoCoordinates": {"latitude": 17.5082395, "longitude": -115.304215}}, "mfaDetail": {}, "correlationId": "e684239c-9bfc-4d71-b064-b506c1e3d4a2", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "2c01f2cd-5e06-4376-9b7c-16f2869e1af8", "isInteractive": true, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 132, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "ServiceNow Online", "resourceId": "9a84f55e-3a40-492c-9476-e069f64ed7a6", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 393508, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "3lKu7pul10yDA3vbEg1R4TTRj0PKDGcWLKACNjDsr2Juo5xF", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "37ee873b-f901-4e25-be69-010243106d0f", "rngcStatus": 0}}, {"time": "2022-08-02T12:25:44.414180Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "86.154.193.190", "correlationId": "f58ca8cf-e052-4403-95ac-15e807eabed2", "identity": "Jamie Watson", "Level": 4, "location": "XR", "properties": {"id": "12cb0ee6-11e1-4bee-8a49-6d2e85a26f00", "createdDateTime": "2022-08-02T12:25:44.594180Z", "userDisplayName": "Jamie Watson", "userPrincipalName": "jwatson@domain.com", "userId": "2844695b-9a70-48ed-a5ce-f3d711e2292b", "appId": "9a7e67c7-6f05-42a3-b226-97c7ec3e9696", "appDisplayName": "Adobe Identity Management", "ipAddress": "86.154.193.190", "status": {"errorCode": 0}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (X11; Linux i686) AppleWebKit/533.0 (KHTML, like Gecko) Chrome/24.0.803.0 Safari/533.0 Edge/40.11325", "deviceDetail": {"deviceId": "fc784602-6455-4450-be3c-6770e0359f8a", "displayName": "JAMIEWATSON-LT", "operatingSystem": "Windows 10", "browser": "Edge 40.11325", "isCompliant": true, "isManaged": true, "trustType": "Azure AD joined"}, "location": {"city": "Port Denisetown", "state": "Smithton", "countryOrRegion": "XR", "geoCoordinates": {"latitude": 3.5518965, "longitude": 131.871582}}, "correlationId": "cac918a8-1ef0-4d64-bd78-6d647701c39c", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "9fcc6df6-9d0a-45f6-a75a-5f05118b87aa", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 180, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Adobe Identity Management Service", "resourceId": "bbe47cc9-73c8-4c39-84ca-1747e6aeb301", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 256668, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "bc0qbw2iEHvbA5PexzA1H269pPXir42ikDDSH2EsxouUEUpD", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "7ceb51a5-3cac-4ea9-9fe7-c18386b489cb", "rngcStatus": 0}}, {"time": "2022-08-02T12:50:37.180218Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "92.110.109.246", "correlationId": "ed54ddba-1e86-4268-80cd-f3855faa8a67", "identity": "David Johnson", "Level": 4, "location": "XR", "properties": {"id": "216ffce3-7ff0-474b-bd97-34a4cf987000", "createdDateTime": "2022-08-02T12:50:37.333218Z", "userDisplayName": "David Johnson", "userPrincipalName": "djohnson@domain.com", "userId": "ff2ae3d2-8cd2-4bd6-b65d-49c5ad946c7f", "appId": "9a7e67c7-6f05-42a3-b226-97c7ec3e9696", "appDisplayName": "Adobe Identity Management", "ipAddress": "92.110.109.246", "status": {"errorCode": 0}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (Windows NT 4.0) AppleWebKit/531.1 (KHTML, like Gecko) Chrome/20.0.823.0 Safari/531.1 Edge/87.11424", "deviceDetail": {"deviceId": "8fb0ff79-f116-4f20-8ca8-36b3f8d68865", "displayName": "DAVIDJOHNSON-LT", "operatingSystem": "Windows 10", "browser": "Edge 87.11424", "trustType": "Azure AD registered"}, "location": {"city": "Port Denisetown", "state": "Smithton", "countryOrRegion": "XR", "geoCoordinates": {"latitude": 3.5518965, "longitude": 131.871582}}, "correlationId": "1aeef493-3718-4027-a436-685259cc1650", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "48721b6b-0516-497e-be9e-a848ecaed57b", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 153, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Adobe Identity Management Service", "resourceId": "9a84f55e-3a40-492c-9476-e069f64ed7a6", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 230297, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "WKkD4K96LBl5qpCerelVLZ9tkfVZZXnpcqJUa94Q1XAZPfQP", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "37ee873b-f901-4e25-be69-010243106d0f", "rngcStatus": 0}}, {"time": "2022-08-02T12:56:00.930483Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "13.113.40.157", "correlationId": "da58d1ba-cec5-4bb6-adcf-ccf935747d19", "identity": "Attack Target", "Level": 4, "location": "XR", "properties": {"id": "7f19788f-2e61-49ad-9601-4fe6f1107800", "createdDateTime": "2022-08-02T12:56:01.031483Z", "userDisplayName": "Attack Target", "userPrincipalName": "attacktarget@domain.com", "userId": "d735e84b-dcca-404d-9f7d-700f360f41a6", "appId": "9a7e67c7-6f05-42a3-b226-97c7ec3e9696", "appDisplayName": "Adobe Identity Management", "ipAddress": "13.113.40.157", "status": {"errorCode": 0}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (iPad; CPU iPad OS 9_3_6 like Mac OS X) AppleWebKit/536.1 (KHTML, like Gecko) CriOS/42.0.865.0 Mobile/77O124 Safari/536.1 Edge/99.14477", "deviceDetail": {"deviceId": "a44625dc-6f81-449a-9799-8005f7209b42", "displayName": "ATTACKTARGET-LT", "operatingSystem": "Windows 10", "browser": "Edge 99.14477", "trustType": "Azure AD registered"}, "location": {"city": "Smithfort", "state": "Smithfort", "countryOrRegion": "XR", "geoCoordinates": {"latitude": 3.7564095, "longitude": -121.574606}}, "correlationId": "21da6363-cf1c-432f-84a4-eb89cbfde57e", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "a154e95e-632f-4d51-9608-16701657d3ab", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 101, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Adobe Identity Management Service", "resourceId": "80abac89-d2c0-4b6c-8ffc-5023bd7efc5e", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 34974, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "5afll9Jgx9GsWra8dhKa42HbmaBbGVfE3CvxSf3vIslSzLRL", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": null, "rngcStatus": 0}}, {"time": "2022-08-02T13:10:57.587044Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "91.132.253.146", "correlationId": "4f9257f1-d017-4a0a-8e79-b3a2f39f95af", "identity": "Aaron Cole", "Level": 4, "location": "XD", "properties": {"id": "c1b5f5c8-ca60-424d-8983-bf9cf9175300", "createdDateTime": "2022-08-02T13:10:57.673044Z", "userDisplayName": "Aaron Cole", "userPrincipalName": "acole@domain.com", "userId": "5d557969-1645-4ba4-be83-b6fd943659f7", "appId": "b6eb5487-41e5-4254-acc5-72fbd850bd1e", "appDisplayName": "Google Cloud / G Suite Connector by Microsoft", "ipAddress": "91.132.253.146", "status": {"errorCode": 0}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (iPad; CPU iPad OS 9_3_6 like Mac OS X) AppleWebKit/536.1 (KHTML, like Gecko) CriOS/42.0.865.0 Mobile/77O124 Safari/536.1 Edge/99.14477", "deviceDetail": {"deviceId": "", "operatingSystem": "Windows 10", "browser": "Edge 99.14477"}, "location": {"city": "Rickshire", "state": "Norrisbury", "countryOrRegion": "XD", "geoCoordinates": {"latitude": -78.5751045, "longitude": 58.329246}}, "correlationId": "3c58a3de-0d88-42dc-911d-1eefec90b315", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "4f640a75-bdd9-4508-b7c1-a2a46483106a", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "processingTimeInMilliseconds": 86, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Google Cloud / G Suite Connector by Microsoft Service", "resourceId": "120f310e-002d-4cf0-803a-8e3f1188c691", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 214655, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "WEpbP8I4kPJtbI56MpCTpJN1UambmFYycq4mmjbPC5ftphTm", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "64fdf9a3-2711-4206-8c5a-100403727b93"}}, {"time": "2022-08-02T13:33:21.246472Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "156.206.181.119", "correlationId": "c3f80c81-9804-465d-8042-6bedf818afe8", "identity": "Cynthia Perry", "Level": 4, "location": "XY", "properties": {"id": "9c70fa14-e476-49ba-a565-436c4e428f00", "createdDateTime": "2022-08-02T13:33:21.316472Z", "userDisplayName": "Cynthia Perry", "userPrincipalName": "cperry@domain.com", "userId": "ac5fa380-9d5b-470e-beb2-5ba10aca48e6", "appId": "9de6e985-97a5-4d82-9c45-aedaa9c25ef9", "appDisplayName": "AWS Single-Account Access", "ipAddress": "156.206.181.119", "status": {"errorCode": 0}, "clientAppUsed": "Browser", "deviceDetail": {"deviceId": "", "operatingSystem": "Windows"}, "location": {"city": "Hannaville", "state": "Thomashaven", "countryOrRegion": "XY", "geoCoordinates": {"latitude": 1.1452695, "longitude": 128.249211}}, "correlationId": "fc5f253d-b3d1-4248-8a3f-6ca8c5b23992", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "92a99d68-ae4b-49aa-8fc2-ad6a6befc730", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 70, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "AWS Single-Account Access Service", "resourceId": "72f0186d-d327-46c9-a8ff-497e0caa8691", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 279165, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "pK0f5n4gBceaISocnLkRrwnfOyhCNGrbirrAR6wqFCbnol21", "incomingTokenType": "none", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": null, "rngcStatus": 0}}, {"time": "2022-08-02T13:49:36.698472Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "205.33.24.92", "correlationId": "93581d2c-8e4b-47a3-95a4-151f1b07b364", "identity": "Vanessa Ramirez", "Level": 4, "location": "XD", "properties": {"id": "ece24cb8-8bbf-4dc3-90e8-e3ac3e5c6600", "createdDateTime": "2022-08-02T13:49:36.814472Z", "userDisplayName": "Vanessa Ramirez", "userPrincipalName": "vramirez@domain.com", "userId": "5d72b7ed-62ea-4b94-b931-ccef65d71ebd", "appId": "e47a1d38-5f61-45cd-b1b9-bc92f525c598", "appDisplayName": "Altoura", "ipAddress": "205.33.24.92", "status": {"errorCode": 0}, "clientAppUsed": "Browser", "userAgent": "Mozilla/5.0 (X11; Linux i686) AppleWebKit/536.2 (KHTML, like Gecko) Chrome/22.0.877.0 Safari/536.2", "deviceDetail": {"deviceId": "e395a3f4-8f2d-4170-804f-d3e13ce3151b", "displayName": "VANESSARAMIREZ-LT", "operatingSystem": "Windows 10", "browser": "Chrome 22.0.877.0", "trustType": "Azure AD registered"}, "location": {"city": "Kristinmouth", "state": "Norrisbury", "countryOrRegion": "XD", "geoCoordinates": {"latitude": 26.278784, "longitude": -92.042573}}, "correlationId": "2aef570f-6e89-43eb-abdd-4079d71d65f4", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "8dd77bf7-f017-4095-9b56-842d5d10b79b", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 116, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Altoura Online", "resourceId": "f0630e90-b752-4960-bfb9-a0794fc34930", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 214655, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "VAdhpw65ofCOfvz2TqC2vRWLlDNjtNgZQbxCAJ91W9fFWBcK", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "1f37c851-4be4-455b-928a-fbde7845a68a", "rngcStatus": 0}}, {"time": "2022-08-02T13:59:36.105402Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "86.154.193.190", "correlationId": "5fe8b379-6644-4c44-b0a2-f791339d9e79", "identity": "Jamie Watson", "Level": 4, "location": "XR", "properties": {"id": "40d152cd-4283-43a4-b701-6f4acd114900", "createdDateTime": "2022-08-02T13:59:36.223402Z", "userDisplayName": "Jamie Watson", "userPrincipalName": "jwatson@domain.com", "userId": "2844695b-9a70-48ed-a5ce-f3d711e2292b", "appId": "5ce980f3-8511-418d-96c5-c88eee04f38b", "appDisplayName": "Mevisio", "ipAddress": "86.154.193.190", "status": {"errorCode": 0}, "clientAppUsed": "Browser", "deviceDetail": {"deviceId": "fc784602-6455-4450-be3c-6770e0359f8a", "displayName": "JAMIEWATSON-LT", "operatingSystem": "Windows10", "browser": "Rich Client 4.37.0.0", "isCompliant": true, "isManaged": true, "trustType": "Azure AD joined"}, "location": {"city": "Port Denisetown", "state": "Smithton", "countryOrRegion": "XR", "geoCoordinates": {"latitude": 3.5518965, "longitude": 131.871582}}, "correlationId": "a9e816b2-8004-4694-969c-b7f34d4238fa", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "6352d697-0f68-4ee2-91f6-c60e5b8b2574", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "processingTimeInMilliseconds": 118, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Mevisio Service", "resourceId": "24578515-1951-4064-967d-0d2acaf0aa70", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 256668, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "kkr9Z7O7JuAzsiZRD1WYD8ftEvyAP4NmPoOFTwhYFS4DTV7R", "incomingTokenType": "none", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "0e68752b-7dfa-400b-a6f5-1b54af90696a"}}, {"time": "2022-08-02T15:01:57.753133Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "138.247.69.0", "correlationId": "50da5fe4-0a77-4feb-b411-af343a53c907", "identity": "Amy Anderson", "Level": 4, "location": "XG", "properties": {"id": "b62243d9-70f0-4a91-8086-5bb393684b00", "createdDateTime": "2022-08-02T15:01:57.865133Z", "userDisplayName": "Amy Anderson", "userPrincipalName": "aanderson@domain.com", "userId": "8075903b-a43c-46f2-8c31-82f488ccff67", "appId": "9a7e67c7-6f05-42a3-b226-97c7ec3e9696", "appDisplayName": "Adobe Identity Management", "ipAddress": "138.247.69.0", "status": {"errorCode": 0}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (Windows NT 4.0) AppleWebKit/531.1 (KHTML, like Gecko) Chrome/20.0.823.0 Safari/531.1 Edge/87.11424", "deviceDetail": {"deviceId": "d873fe16-31ed-4171-baa4-a4662f307e1f", "displayName": "AMYANDERSON-LT", "operatingSystem": "Windows 10", "browser": "Edge 87.11424", "trustType": "Azure AD registered"}, "location": {"city": "East Ericfort", "state": "Newmanville", "countryOrRegion": "XG", "geoCoordinates": {"latitude": 48.7022085, "longitude": 54.982601}}, "correlationId": "5eb47ec6-8635-490f-ba3b-57dea0a0ea30", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "bc5eaef9-e43d-4901-8b1a-89e75b63bc07", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "processingTimeInMilliseconds": 112, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Adobe Identity Management Service", "resourceId": "7d6a0897-8b82-49e9-90e2-d482fb9202bd", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 124857, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "TQbiai1cCPuOWjSBbJeIc8IDXM0QhxFX4u0QkNswDFhWXzoI", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "537d9419-7e2b-4778-9102-62256bcfcf45"}}, {"time": "2022-08-02T15:04:53.813018Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "13.113.40.157", "correlationId": "005babd1-3c01-4b2b-85be-2cf02be22057", "identity": "Attack Target", "Level": 4, "location": "XR", "properties": {"id": "312ba6d5-297f-4905-aedb-e7b526c05b00", "createdDateTime": "2022-08-02T15:04:53.939018Z", "userDisplayName": "Attack Target", "userPrincipalName": "attacktarget@domain.com", "userId": "d735e84b-dcca-404d-9f7d-700f360f41a6", "appId": "9a7e67c7-6f05-42a3-b226-97c7ec3e9696", "appDisplayName": "Adobe Identity Management", "ipAddress": "13.113.40.157", "status": {"errorCode": 0}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (iPad; CPU iPad OS 9_3_6 like Mac OS X) AppleWebKit/536.1 (KHTML, like Gecko) CriOS/42.0.865.0 Mobile/77O124 Safari/536.1 Edge/99.14477", "deviceDetail": {"deviceId": "a44625dc-6f81-449a-9799-8005f7209b42", "displayName": "ATTACKTARGET-LT", "operatingSystem": "Windows 10", "browser": "Edge 99.14477", "trustType": "Azure AD registered"}, "location": {"city": "New John", "state": "Smithfort", "countryOrRegion": "XR", "geoCoordinates": {"latitude": -89.144242, "longitude": 168.119022}}, "correlationId": "841ecf5d-9829-4395-8670-70915eee6e6e", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "11497948-27be-4fe1-95fa-489647eeaac7", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 126, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Adobe Identity Management Service", "resourceId": "30663ca7-f8a9-43ab-8ca1-7906bdbc1485", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 34974, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "KFVnEz6mAFOtCLoJ5uJgt8I63ydEu0jau7uSH28EMAhtIV3f", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "a6c259e5-7f16-48b2-a9f3-75becd6daa9b", "rngcStatus": 0}}, {"time": "2022-08-02T15:42:50.606138Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "50158", "resultSignature": "None", "resultDescription": "External security challenge was not satisfied.", "durationMs": 0, "callerIpAddress": "105.169.153.183", "correlationId": "ae0c2484-4373-4c29-9114-89a530d0cab6", "identity": "Thomas Price", "Level": 4, "location": "XR", "properties": {"id": "26264d99-d4be-4a73-a651-a28f89536000", "createdDateTime": "2022-08-02T15:42:50.734138Z", "userDisplayName": "Thomas Price", "userPrincipalName": "tprice@domain.com", "userId": "32109ee2-ee4f-4d11-9c38-2556aec0f2b5", "appId": "9a7e67c7-6f05-42a3-b226-97c7ec3e9696", "appDisplayName": "Adobe Identity Management", "ipAddress": "105.169.153.183", "status": {"errorCode": 50158, "failureReason": "External security challenge was not satisfied."}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (X11; Linux i686) AppleWebKit/535.2 (KHTML, like Gecko) Chrome/22.0.843.0 Safari/535.2 Edge/118.12158", "deviceDetail": {"deviceId": "2b85c59f-331a-4b61-9a44-9d3d6df62a06", "displayName": "THOMASPRICE-LT", "operatingSystem": "Windows 10", "browser": "Edge 118.12158", "trustType": "Hybrid Azure AD joined"}, "location": {"city": "Kevinton", "state": "Smithton", "countryOrRegion": "XR", "geoCoordinates": {"latitude": -87.5106305, "longitude": -77.991036}}, "correlationId": "98faa7ee-39c2-4218-b063-2d488f2d4d10", "conditionalAccessStatus": "failure", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "ac19b8e5-596f-47b7-8bf7-2cd541999e7b", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 128, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Adobe Identity Management Service", "resourceId": "30663ca7-f8a9-43ab-8ca1-7906bdbc1485", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 256668, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "lhvOedk7Zx3BFDuiaK7pX1kccoaALvZZkGNIi7eQtiUuQaoJ", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "a6c259e5-7f16-48b2-a9f3-75becd6daa9b", "rngcStatus": 0}}, {"time": "2022-08-02T15:53:10.828208Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "53003", "resultSignature": "None", "resultDescription": "Access has been blocked due to conditional access policies.", "durationMs": 0, "callerIpAddress": "138.247.69.0", "correlationId": "d5fb9afb-9075-4eb1-925e-1941e6e50e38", "identity": "Amy Anderson", "Level": 4, "location": "XG", "properties": {"id": "fd025af5-bedd-4604-b7f6-7d9f05f32200", "createdDateTime": "2022-08-02T15:53:12.540208Z", "userDisplayName": "Amy Anderson", "userPrincipalName": "aanderson@domain.com", "userId": "8075903b-a43c-46f2-8c31-82f488ccff67", "appId": "9a7e67c7-6f05-42a3-b226-97c7ec3e9696", "appDisplayName": "Adobe Identity Management", "ipAddress": "138.247.69.0", "status": {"errorCode": 53003, "failureReason": "Access has been blocked due to conditional access policies."}, "userAgent": "Mozilla/5.0 (Windows NT 4.0) AppleWebKit/531.1 (KHTML, like Gecko) Chrome/20.0.823.0 Safari/531.1 Edge/87.11424", "deviceDetail": {"deviceId": "d873fe16-31ed-4171-baa4-a4662f307e1f", "displayName": "AMYANDERSON-LT", "operatingSystem": "Windows 10", "browser": "Edge 87.11424", "trustType": "Azure AD registered"}, "location": {"city": "East Ericfort", "state": "Newmanville", "countryOrRegion": "XG", "geoCoordinates": {"latitude": 48.7022085, "longitude": 54.982601}}, "correlationId": "5d9678c2-ed48-4036-b0be-db84e53ad03a", "conditionalAccessStatus": "notApplied", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "b6bdc3ec-db1d-4e3a-89f4-ababd96a7fef", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 1712, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Adobe Identity Management Service", "resourceId": "c8eab36d-0a82-409d-8693-a8dabc997921", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 124857, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "TL13oPLcnnz4LF8EcKchXt7evJqaqvbfrCAiDUSgffIoevpw", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "7dd08479-05c3-4004-ab92-d4ea68209b5f", "rngcStatus": 0}}, {"time": "2022-08-02T16:07:22.654955Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "92.150.146.180", "correlationId": "7473b562-ec79-4c1a-b445-033bed7d059b", "identity": "Nicholas Black", "Level": 4, "location": "XP", "properties": {"id": "be6022e3-cefb-4a55-8ab2-6dd3dd538f00", "createdDateTime": "2022-08-02T16:07:22.718955Z", "userDisplayName": "Nicholas Black", "userPrincipalName": "nblack@domain.com", "userId": "fdbaeb01-a814-4736-b297-facda1075c14", "appId": "9167c284-c68f-468a-84be-0ee4f23879fe", "appDisplayName": "ArcGIS Enterprise", "ipAddress": "92.150.146.180", "status": {"errorCode": 0}, "clientAppUsed": "Mobile Apps and Desktop clients", "deviceDetail": {"deviceId": "", "operatingSystem": "Android"}, "location": {"city": "Christopherton", "state": "Andreaport", "countryOrRegion": "XP", "geoCoordinates": {"latitude": -59.4533945, "longitude": -153.616856}}, "correlationId": "d2f4fd6c-f122-468a-b1b6-b892aeb2df4c", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "a6e20d2c-4d58-45ce-bbb2-6f6b981ae53c", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 64, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "ArcGIS Enterprise Service", "resourceId": "72f0186d-d327-46c9-a8ff-497e0caa8691", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 370904, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "uj4CMS62MQSTNLRjA0Rh1Out8o7BscHihPvkHKrUqrNvDa2B", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": null, "rngcStatus": 0}}, {"time": "2022-08-02T16:19:45.506463Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "147.132.189.119", "correlationId": "1124a591-06a6-4373-a717-8b4a38401131", "identity": "Terry Proctor", "Level": 4, "location": "XR", "properties": {"id": "66d1265d-a794-48fb-9188-fc35551a6c00", "createdDateTime": "2022-08-02T16:19:45.630463Z", "userDisplayName": "Terry Proctor", "userPrincipalName": "tproctor@domain.com", "userId": "03110cc5-e54f-4dae-b68a-bf5d945f8152", "appId": "895b9fb3-4084-4f9f-a314-d082d67e3c5c", "appDisplayName": "Airstack", "ipAddress": "147.132.189.119", "status": {"errorCode": 0, "additionalDetails": "MFA requirement satisfied by claim in the token"}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (X11; Linux i686) AppleWebKit/533.0 (KHTML, like Gecko) Chrome/24.0.803.0 Safari/533.0 Edge/40.11325", "deviceDetail": {"deviceId": "88ee69d5-1eb7-4f29-b594-e9b4e3371940", "displayName": "TERRYPROCTOR-LT", "operatingSystem": "Windows 10", "browser": "Edge 40.11325", "isCompliant": true, "isManaged": true, "trustType": "Azure AD joined"}, "location": {"city": "Port Denisetown", "state": "Smithton", "countryOrRegion": "XR", "geoCoordinates": {"latitude": 3.5518965, "longitude": 131.871582}}, "mfaDetail": {}, "correlationId": "274baf34-66de-4558-8f8b-248c794a39fa", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "38a1f92a-3eaa-4d53-8bc0-21a751a37799", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 124, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Airstack Service", "resourceId": "f0630e90-b752-4960-bfb9-a0794fc34930", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 256668, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "RW8w7z9XVlTsxtnSIPa3lGVVW5S1riQaKBc2kfFMlozfylRW", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "1f37c851-4be4-455b-928a-fbde7845a68a", "rngcStatus": 0}}, {"time": "2022-08-02T16:20:58.126533Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "50158", "resultSignature": "None", "resultDescription": "External security challenge was not satisfied.", "durationMs": 0, "callerIpAddress": "44.22.19.201", "correlationId": "d4da0342-93fb-4c26-9453-2fc41a470921", "identity": "Thomas Price", "Level": 4, "location": "XN", "properties": {"id": "4add604d-9260-4299-90f9-149d22596600", "createdDateTime": "2022-08-02T16:20:58.260533Z", "userDisplayName": "Thomas Price", "userPrincipalName": "tprice@domain.com", "userId": "32109ee2-ee4f-4d11-9c38-2556aec0f2b5", "appId": "9a7e67c7-6f05-42a3-b226-97c7ec3e9696", "appDisplayName": "Adobe Identity Management", "ipAddress": "44.22.19.201", "status": {"errorCode": 50158, "failureReason": "External security challenge was not satisfied."}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (X11; Linux i686) AppleWebKit/535.2 (KHTML, like Gecko) Chrome/22.0.843.0 Safari/535.2 Edge/118.12158", "deviceDetail": {"deviceId": "fb4d911d-6441-411b-868f-d25d5586a326", "displayName": "THOMASPRICE-LT", "operatingSystem": "Windows 10", "browser": "Edge 118.12158", "trustType": "Hybrid Azure AD joined"}, "location": {"city": "Littlemouth", "state": "Alexanderfurt", "countryOrRegion": "XN", "geoCoordinates": {"latitude": 25.4437255, "longitude": -109.530885}}, "correlationId": "9b592526-032e-4478-84de-12d4d9721521", "conditionalAccessStatus": "failure", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "53220bcf-a914-48f8-9fa0-a23838e19e42", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 134, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Adobe Identity Management Service", "resourceId": "30663ca7-f8a9-43ab-8ca1-7906bdbc1485", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 230297, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "FZOJ2C0zwjhKXj0FOUxZLEMXDG4zCqqoDVB8OAd2jyG20YMt", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "a6c259e5-7f16-48b2-a9f3-75becd6daa9b", "rngcStatus": 0}}, {"time": "2022-08-02T16:21:16.990972Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "13.113.40.157", "correlationId": "1f12ecd8-3416-4f60-bb22-7b091888095b", "identity": "Attack Target", "Level": 4, "location": "XR", "properties": {"id": "ea5400a2-5cfe-45d5-9d96-79abd7226900", "createdDateTime": "2022-08-02T16:21:17.099972Z", "userDisplayName": "Attack Target", "userPrincipalName": "attacktarget@domain.com", "userId": "d735e84b-dcca-404d-9f7d-700f360f41a6", "appId": "9a7e67c7-6f05-42a3-b226-97c7ec3e9696", "appDisplayName": "Adobe Identity Management", "ipAddress": "13.113.40.157", "ipAddressFromResourceProvider": "13.113.40.157", "status": {"errorCode": 0}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (iPad; CPU iPad OS 9_3_6 like Mac OS X) AppleWebKit/536.1 (KHTML, like Gecko) CriOS/42.0.865.0 Mobile/77O124 Safari/536.1 Edge/99.14477", "deviceDetail": {"deviceId": "a44625dc-6f81-449a-9799-8005f7209b42", "displayName": "ATTACKTARGET-LT", "operatingSystem": "Windows 10", "browser": "Edge 99.14477", "trustType": "Azure AD registered"}, "location": {"city": "Smithfort", "state": "Smithfort", "countryOrRegion": "XR", "geoCoordinates": {"latitude": 3.7564095, "longitude": -121.574606}}, "correlationId": "4c78735f-4141-4e88-a9f9-850269dd2eab", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "143a8a31-5b26-4830-929e-b088cc2c3549", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 109, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Adobe Identity Management Service", "resourceId": "c8eab36d-0a82-409d-8693-a8dabc997921", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 34974, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "EpFmvRyfPOkHXlnQbruIVabh8YwKD43MczuIdbJbc6byzg6l", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "2248d3ef-d7b8-4eb2-bd20-fb53f725bfe3", "rngcStatus": 0}}, {"time": "2022-08-02T16:26:02.250559Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "42.62.103.34", "correlationId": "1d377af1-780a-4603-921a-cc46f5862b51", "identity": "Joseph Taylor", "Level": 4, "location": "XF", "properties": {"id": "7d318455-34d8-4ae2-8167-c67c14295400", "createdDateTime": "2022-08-02T16:26:02.429559Z", "userDisplayName": "Joseph Taylor", "userPrincipalName": "jtaylor@domain.com", "userId": "af9847eb-c773-41ae-bf94-42747c5e986c", "appId": "b2421da4-c71e-46a9-b848-495ef54b79c4", "appDisplayName": "ServiceNow", "ipAddress": "42.62.103.34", "status": {"errorCode": 0, "additionalDetails": "MFA requirement satisfied by claim in the token"}, "clientAppUsed": "Browser", "deviceDetail": {"deviceId": "76b96bd3-e5d7-49ee-b195-bf363facdb3d", "displayName": "JOSEPHTAYLOR-LT", "operatingSystem": "Windows10", "browser": "Rich Client 4.30.1.0", "isCompliant": true, "isManaged": true, "trustType": "Azure AD joined"}, "location": {"city": "Jessicafurt", "state": "Smithbury", "countryOrRegion": "XF", "geoCoordinates": {"latitude": 17.5082395, "longitude": -115.304215}}, "mfaDetail": {}, "correlationId": "81ded497-3375-427c-a139-f58720d39f80", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "f8ce3b7d-71b4-467b-a4bd-121fc169e44a", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "processingTimeInMilliseconds": 179, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "ServiceNow Online", "resourceId": "72f0186d-d327-46c9-a8ff-497e0caa8691", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 393508, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "3KIibCrwff9Z8dFEXWaeDFSmNr8YLzHsZdVZNuKmiQqH3vFg", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": null}}, {"time": "2022-08-02T16:28:59.010118Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "205.33.24.92", "correlationId": "37879c97-1f3f-4c40-a96b-afe6e0eaaaae", "identity": "Vanessa Ramirez", "Level": 4, "location": "XD", "properties": {"id": "2103c286-9815-4052-88cd-9debec925600", "createdDateTime": "2022-08-02T16:28:59.173118Z", "userDisplayName": "Vanessa Ramirez", "userPrincipalName": "vramirez@domain.com", "userId": "5d72b7ed-62ea-4b94-b931-ccef65d71ebd", "appId": "dbe6b779-13df-45f2-a6d7-1323485479f6", "appDisplayName": "Cisco Webex", "ipAddress": "205.33.24.92", "status": {"errorCode": 0}, "clientAppUsed": "Browser", "deviceDetail": {"deviceId": "e395a3f4-8f2d-4170-804f-d3e13ce3151b", "displayName": "VANESSARAMIREZ-LT", "operatingSystem": "Windows10", "browser": "Rich Client 4.38.0.0", "trustType": "Azure AD registered"}, "location": {"city": "Kristinmouth", "state": "Norrisbury", "countryOrRegion": "XD", "geoCoordinates": {"latitude": 26.278784, "longitude": -92.042573}}, "correlationId": "20cd8627-0b3c-4e07-8bdb-b5168105556d", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "d6796f6e-a188-4d16-9913-b2b9b8a14d74", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "processingTimeInMilliseconds": 163, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Cisco Webex Service", "resourceId": "9a84f55e-3a40-492c-9476-e069f64ed7a6", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 214655, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "SE2v3glytXCAYDUYHGotusJm0EgvzRz1ee9D5qzXpJCXLFEj", "incomingTokenType": "none", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "37ee873b-f901-4e25-be69-010243106d0f"}}, {"time": "2022-08-02T16:43:20.829956Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "156.206.181.119", "correlationId": "0b404c74-58b5-4814-a8a3-ed6e2c2fddd9", "identity": "Cynthia Perry", "Level": 4, "location": "XY", "properties": {"id": "70084a8c-f56a-450b-8ce6-510db6559400", "createdDateTime": "2022-08-02T16:43:20.919956Z", "userDisplayName": "Cynthia Perry", "userPrincipalName": "cperry@domain.com", "userId": "ac5fa380-9d5b-470e-beb2-5ba10aca48e6", "appId": "9de6e985-97a5-4d82-9c45-aedaa9c25ef9", "appDisplayName": "AWS Single-Account Access", "ipAddress": "156.206.181.119", "status": {"errorCode": 0}, "clientAppUsed": "Browser", "deviceDetail": {"deviceId": "", "operatingSystem": "Windows"}, "location": {"city": "Hannaville", "state": "Thomashaven", "countryOrRegion": "XY", "geoCoordinates": {"latitude": 1.1452695, "longitude": 128.249211}}, "correlationId": "adf503b4-12d0-4c2a-b5c4-18c36b095f64", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "d5ff1734-cde9-404c-8286-baa540bca78c", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 90, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "AWS Single-Account Access Service", "resourceId": "f0630e90-b752-4960-bfb9-a0794fc34930", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 279165, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "xTAtGZTSkAMVOl9cLIGjaPc8C4uzABnKiCv6ATDzzfNrkkyy", "incomingTokenType": "none", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "1f37c851-4be4-455b-928a-fbde7845a68a", "rngcStatus": 0}}, {"time": "2022-08-02T17:02:43.378723Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "50158", "resultSignature": "None", "resultDescription": "External security challenge was not satisfied.", "durationMs": 0, "callerIpAddress": "177.189.225.133", "correlationId": "b088855d-cfa2-4a5a-af8b-ca772793c096", "identity": "Thomas Price", "Level": 4, "location": "XQ", "properties": {"id": "2c5f4472-dc1e-49b2-8fbb-3275b2556500", "createdDateTime": "2022-08-02T17:02:43.518723Z", "userDisplayName": "Thomas Price", "userPrincipalName": "tprice@domain.com", "userId": "32109ee2-ee4f-4d11-9c38-2556aec0f2b5", "appId": "79510a8f-6421-4348-a2ea-bcc2b02485c1", "appDisplayName": "Cisco AnyConnect", "ipAddress": "177.189.225.133", "status": {"errorCode": 50158, "failureReason": "External security challenge was not satisfied."}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (X11; Linux i686) AppleWebKit/535.2 (KHTML, like Gecko) Chrome/22.0.843.0 Safari/535.2 Edge/118.12158", "deviceDetail": {"deviceId": "72c565a0-f587-4d5e-9fa9-82cab482ddf0", "displayName": "THOMASPRICE-LT", "operatingSystem": "Windows 10", "browser": "Edge 118.12158", "trustType": "Hybrid Azure AD joined"}, "location": {"city": "Brownton", "state": "Stephanieberg", "countryOrRegion": "XQ", "geoCoordinates": {"latitude": 60.015373, "longitude": -41.508557}}, "correlationId": "535b7635-9757-48d0-8af5-6e532225be65", "conditionalAccessStatus": "failure", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "d9c35ea2-aa41-43f5-a761-0e4a340b4500", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 140, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Cisco AnyConnect Online", "resourceId": "5d5b8d28-6a28-472e-b837-a4094e466965", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 104135, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "JXlmgA3Y6RVk2xOcjXk0DIzizd3FFgsKhjjvZ1hpxNSTh1F1", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "15655e1f-5005-4c53-b3c0-c4a1d1ca5e9e", "rngcStatus": 0}}, {"time": "2022-08-02T17:23:50.972094Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "105.169.153.183", "correlationId": "06d78ab5-46df-4974-9215-b492b0db43ec", "identity": "Jim Gonzalez", "Level": 4, "location": "XR", "properties": {"id": "df57eaed-63aa-4a28-8eda-7df8acfb6e00", "createdDateTime": "2022-08-02T17:23:51.102094Z", "userDisplayName": "Jim Gonzalez", "userPrincipalName": "jgonzalez@domain.com", "userId": "95090045-a9c5-489c-adee-2db430a3333a", "appId": "ad65aaed-51a8-4877-830e-8a5273604c87", "appDisplayName": "Docusign", "ipAddress": "105.169.153.183", "status": {"errorCode": 0}, "clientAppUsed": "Browser", "deviceDetail": {"deviceId": "15135d1f-cb47-4bd8-b76d-90a9171c09bd", "displayName": "JIMGONZALEZ-LT", "operatingSystem": "Windows", "browser": "Rich Client 4.42.0.0", "trustType": "Azure AD registered"}, "location": {"city": "Santosborough", "state": "Smithton", "countryOrRegion": "XR", "geoCoordinates": {"latitude": 12.8350355, "longitude": 138.359011}}, "correlationId": "c7aca3e1-a020-423c-ad07-15447a2a1bd0", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "59c7c9ff-bc09-45ec-a355-d83a2ea3f670", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 130, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Docusign Service", "resourceId": "a666212f-ee1d-48b1-b4cf-45433f66d402", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 256668, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "EOVF5987NXUqOZwn8AFQysmEP7LnkLyPoklm8kRc58ks8xGs", "incomingTokenType": "none", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "b9c9c5b0-1fce-4e9e-af57-8d5084987162", "rngcStatus": 0}}, {"time": "2022-08-02T17:58:42.317432Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "13.113.40.157", "correlationId": "ef3b1f4f-78cc-4526-b58d-1cc1f30f1b84", "identity": "Attack Target", "Level": 4, "location": "XR", "properties": {"id": "656b6a55-9c7d-4cd4-981f-e4188634a200", "createdDateTime": "2022-08-02T17:58:42.435432Z", "userDisplayName": "Attack Target", "userPrincipalName": "attacktarget@domain.com", "userId": "d735e84b-dcca-404d-9f7d-700f360f41a6", "appId": "9a7e67c7-6f05-42a3-b226-97c7ec3e9696", "appDisplayName": "Adobe Identity Management", "ipAddress": "13.113.40.157", "status": {"errorCode": 0}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (iPad; CPU iPad OS 9_3_6 like Mac OS X) AppleWebKit/536.1 (KHTML, like Gecko) CriOS/42.0.865.0 Mobile/77O124 Safari/536.1 Edge/99.14477", "deviceDetail": {"deviceId": "a44625dc-6f81-449a-9799-8005f7209b42", "displayName": "ATTACKTARGET-LT", "operatingSystem": "Windows 10", "browser": "Edge 99.14477", "trustType": "Azure AD registered"}, "location": {"city": "Smithfort", "state": "Smithfort", "countryOrRegion": "XR", "geoCoordinates": {"latitude": 3.7564095, "longitude": -121.574606}}, "correlationId": "4a8a555a-dcf1-4c90-887d-6f14647cff4a", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "f01ffbfe-3024-4a3e-b796-26d0a975d1d7", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 118, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Adobe Identity Management Service", "resourceId": "30663ca7-f8a9-43ab-8ca1-7906bdbc1485", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 34974, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "xhtMSrxumWlnyqiPbvLhD2TnqNWoojk4LlpHRoFMpJMo52HZ", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "a6c259e5-7f16-48b2-a9f3-75becd6daa9b", "rngcStatus": 0}}, {"time": "2022-08-02T18:07:04.839189Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "50158", "resultSignature": "None", "resultDescription": "External security challenge was not satisfied.", "durationMs": 0, "callerIpAddress": "177.189.225.133", "correlationId": "3c8a011e-720a-4b0a-a5ba-009ac2f9df69", "identity": "Thomas Price", "Level": 4, "location": "XQ", "properties": {"id": "ada0cd79-9550-4249-a9fe-bc57db419700", "createdDateTime": "2022-08-02T18:07:04.944189Z", "userDisplayName": "Thomas Price", "userPrincipalName": "tprice@domain.com", "userId": "32109ee2-ee4f-4d11-9c38-2556aec0f2b5", "appId": "79510a8f-6421-4348-a2ea-bcc2b02485c1", "appDisplayName": "Cisco AnyConnect", "ipAddress": "177.189.225.133", "status": {"errorCode": 50158, "failureReason": "External security challenge was not satisfied."}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (X11; Linux i686) AppleWebKit/535.2 (KHTML, like Gecko) Chrome/22.0.843.0 Safari/535.2 Edge/118.12158", "deviceDetail": {"deviceId": "72c565a0-f587-4d5e-9fa9-82cab482ddf0", "displayName": "THOMASPRICE-LT", "operatingSystem": "Windows 10", "browser": "Edge 118.12158", "trustType": "Hybrid Azure AD joined"}, "location": {"city": "Brownton", "state": "Stephanieberg", "countryOrRegion": "XQ", "geoCoordinates": {"latitude": 60.015373, "longitude": -41.508557}}, "correlationId": "8132eecc-a26c-4965-8af2-f57e9ac7ee80", "conditionalAccessStatus": "failure", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "d37cbe72-cf1d-4bb1-b6b4-5ee249240074", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 105, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Cisco AnyConnect Online", "resourceId": "5d5b8d28-6a28-472e-b837-a4094e466965", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 104135, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "NbnncWT0ef1KJzDgWvyhyA3xm9GFb9BUp8U540nbtJrCFKEQ", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "15655e1f-5005-4c53-b3c0-c4a1d1ca5e9e", "rngcStatus": 0}}, {"time": "2022-08-02T18:09:32.575843Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "13.113.40.157", "correlationId": "1fc71b22-eeb6-4956-9588-f2b39a510efd", "identity": "Attack Target", "Level": 4, "location": "XR", "properties": {"id": "bb44e270-cd48-4a8e-8a0c-949795b54f00", "createdDateTime": "2022-08-02T18:09:32.706843Z", "userDisplayName": "Attack Target", "userPrincipalName": "attacktarget@domain.com", "userId": "d735e84b-dcca-404d-9f7d-700f360f41a6", "appId": "9a7e67c7-6f05-42a3-b226-97c7ec3e9696", "appDisplayName": "Adobe Identity Management", "ipAddress": "13.113.40.157", "ipAddressFromResourceProvider": "13.113.40.157", "status": {"errorCode": 0}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (iPad; CPU iPad OS 9_3_6 like Mac OS X) AppleWebKit/536.1 (KHTML, like Gecko) CriOS/42.0.865.0 Mobile/77O124 Safari/536.1 Edge/99.14477", "deviceDetail": {"deviceId": "a44625dc-6f81-449a-9799-8005f7209b42", "displayName": "ATTACKTARGET-LT", "operatingSystem": "Windows 10", "browser": "Edge 99.14477", "trustType": "Azure AD registered"}, "location": {"city": "New John", "state": "Smithfort", "countryOrRegion": "XR", "geoCoordinates": {"latitude": -89.144242, "longitude": 168.119022}}, "correlationId": "e5e9b64b-ba17-4bcb-8ecf-4aa1156bed9a", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "06f1314e-e3f4-49d1-b009-061a30b92cac", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "processingTimeInMilliseconds": 131, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Adobe Identity Management Service", "resourceId": "c8eab36d-0a82-409d-8693-a8dabc997921", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 34974, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "5lsRUBRDKrKXxpwatXIMWUADmttLzUGNd2bz4V2pIGnEONvV", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "2248d3ef-d7b8-4eb2-bd20-fb53f725bfe3"}}, {"time": "2022-08-02T18:28:08.046109Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "99.116.100.205", "correlationId": "c9cf9dd3-4149-4c47-8a5c-6868a525249c", "identity": "Aaron Cole", "Level": 4, "location": "XD", "properties": {"id": "28aa4dbc-8a6f-40da-9789-2ca193096c00", "createdDateTime": "2022-08-02T18:28:08.160109Z", "userDisplayName": "Aaron Cole", "userPrincipalName": "acole@domain.com", "userId": "5d557969-1645-4ba4-be83-b6fd943659f7", "appId": "ad65aaed-51a8-4877-830e-8a5273604c87", "appDisplayName": "Docusign", "ipAddress": "99.116.100.205", "status": {"errorCode": 0}, "clientAppUsed": "Browser", "deviceDetail": {"deviceId": "", "operatingSystem": "Windows", "browser": "Rich Client 4.42.0.0"}, "location": {"city": "Carrollstad", "state": "Norrisbury", "countryOrRegion": "XD", "geoCoordinates": {"latitude": -38.8540465, "longitude": -17.674718}}, "correlationId": "2f8b2b9d-b308-4c46-a5d5-844a2c2b19b0", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "48f9788f-f17d-4a56-825f-d5035ba6c385", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 114, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Docusign Service", "resourceId": "24578515-1951-4064-967d-0d2acaf0aa70", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 214655, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "Bly5M5PzeziS8ywZrQmKiJUd24VvtodEIM46sq8TdgmIKH3F", "incomingTokenType": "none", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "0e68752b-7dfa-400b-a6f5-1b54af90696a", "rngcStatus": 0}}, {"time": "2022-08-02T18:32:26.006774Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "134.219.180.76", "correlationId": "66a9a4da-839a-4739-a114-802bc71c4ed4", "identity": "Joseph Taylor", "Level": 4, "location": "XF", "properties": {"id": "fabc4b93-f662-4478-a5a8-a2cef1957400", "createdDateTime": "2022-08-02T18:32:26.094774Z", "userDisplayName": "Joseph Taylor", "userPrincipalName": "jtaylor@domain.com", "userId": "af9847eb-c773-41ae-bf94-42747c5e986c", "appId": "e47a1d38-5f61-45cd-b1b9-bc92f525c598", "appDisplayName": "Altoura", "ipAddress": "134.219.180.76", "status": {"errorCode": 0, "additionalDetails": "MFA requirement satisfied by claim in the token"}, "clientAppUsed": "Browser", "userAgent": "Mozilla/5.0 (Linux; Android 2.3.5) AppleWebKit/532.2 (KHTML, like Gecko) Chrome/46.0.898.0 Safari/532.2 Edge/105.19198", "deviceDetail": {"deviceId": "76b96bd3-e5d7-49ee-b195-bf363facdb3d", "displayName": "JOSEPHTAYLOR-LT", "operatingSystem": "Windows 10", "browser": "Edge 105.19198", "isCompliant": true, "isManaged": true, "trustType": "Azure AD joined"}, "location": {"city": "Mannville", "state": "Porterside", "countryOrRegion": "XF", "geoCoordinates": {"latitude": -50.9955705, "longitude": 104.613841}}, "mfaDetail": {}, "correlationId": "aa4847d9-31db-4e28-8ff1-0ac30717b088", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "1efa4a1b-3569-4573-956a-aeb3e62e2c16", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 88, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Altoura Online", "resourceId": "8a137ba4-52ae-4dbf-94af-2e56851573c4", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 124400, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "EIZV4Z8E1isBK6FFqbiaxr4JhH0jB3p2lzGXOiBLtzOzIvlF", "incomingTokenType": "none", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": null, "rngcStatus": 0}}, {"time": "2022-08-02T18:38:46.176505Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "42.62.103.34", "correlationId": "0a1db287-32df-4596-9eda-c069fc6225bd", "identity": "Joseph Taylor", "Level": 4, "location": "XF", "properties": {"id": "61a4e203-e55e-4977-9b6d-18481f736c00", "createdDateTime": "2022-08-02T18:38:46.312505Z", "userDisplayName": "Joseph Taylor", "userPrincipalName": "jtaylor@domain.com", "userId": "af9847eb-c773-41ae-bf94-42747c5e986c", "appId": "8e073107-6e4e-4bc4-a35c-ce398f5bde98", "appDisplayName": "Pulse Secure Virtual Traffic Manager", "ipAddress": "42.62.103.34", "status": {"errorCode": 0, "additionalDetails": "MFA requirement satisfied by claim in the token"}, "clientAppUsed": "Browser", "deviceDetail": {"deviceId": "76b96bd3-e5d7-49ee-b195-bf363facdb3d", "displayName": "JOSEPHTAYLOR-LT", "operatingSystem": "Windows", "browser": "Rich Client 5.3.0.0", "isCompliant": true, "isManaged": true, "trustType": "Azure AD joined"}, "location": {"city": "Jessicafurt", "state": "Smithbury", "countryOrRegion": "XF", "geoCoordinates": {"latitude": 17.5082395, "longitude": -115.304215}}, "mfaDetail": {}, "correlationId": "a77ed725-8642-4d85-a0fa-2151ae34c66c", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "cc1edccc-0a2c-4e89-b45b-7c1e82f07b9c", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 136, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Pulse Secure Virtual Traffic Manager Service", "resourceId": "aaf780ce-b996-49b9-986d-8bb23f7bce3a", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 393508, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "EXD1o1MlWscRsMJzEhkgua6ErwYiqVhFGzqPDAYBFvGogmV1", "incomingTokenType": "none", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "b7da42cc-a168-4148-b15a-792ad32c2ff5", "rngcStatus": 0}}, {"time": "2022-08-02T18:51:07.395737Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "156.206.181.119", "correlationId": "333d32dd-ff98-42b8-b503-96c6f970072f", "identity": "Cynthia Perry", "Level": 4, "location": "XY", "properties": {"id": "37d9e640-8f8f-42d8-9d97-1f4dd9706600", "createdDateTime": "2022-08-02T18:51:07.490737Z", "userDisplayName": "Cynthia Perry", "userPrincipalName": "cperry@domain.com", "userId": "ac5fa380-9d5b-470e-beb2-5ba10aca48e6", "appId": "9de6e985-97a5-4d82-9c45-aedaa9c25ef9", "appDisplayName": "AWS Single-Account Access", "ipAddress": "156.206.181.119", "status": {"errorCode": 0}, "clientAppUsed": "Browser", "deviceDetail": {"deviceId": "", "operatingSystem": "Windows"}, "location": {"city": "Hannaville", "state": "Thomashaven", "countryOrRegion": "XY", "geoCoordinates": {"latitude": 1.1452695, "longitude": 128.249211}}, "correlationId": "defee661-56c0-4d0d-a45e-1b05058b228a", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "44f56f34-23cb-4f33-a1a5-d8b4f2822b8f", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 95, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "AWS Single-Account Access Service", "resourceId": "72f0186d-d327-46c9-a8ff-497e0caa8691", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 279165, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "oJhkVqtjs5b7LqJW2DhICCwkb2jzB9L5TvCUowryqxu58rEz", "incomingTokenType": "none", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": null, "rngcStatus": 0}}, {"time": "2022-08-02T18:57:11.011142Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "10.14.188.154", "correlationId": "75f72d3d-5e55-44dc-9d4e-eead75067139", "identity": "Alicia Ramirez", "Level": 4, "location": "XR", "properties": {"id": "7f4e5d8d-0e8f-4a05-8bd4-95dc6efb4f00", "createdDateTime": "2022-08-02T18:57:11.165142Z", "userDisplayName": "Alicia Ramirez", "userPrincipalName": "aramirez@domain.com", "userId": "50125906-f0ff-4d56-a7d2-397a3c9d477e", "appId": "dbe6b779-13df-45f2-a6d7-1323485479f6", "appDisplayName": "Cisco Webex", "ipAddress": "10.14.188.154", "status": {"errorCode": 0}, "clientAppUsed": "Browser", "deviceDetail": {"deviceId": "51dc6022-7b43-4a76-a5c8-6f29eb6be5c8", "displayName": "ALICIARAMIREZ-LT", "operatingSystem": "Android", "browser": "Rich Client 4.38.0.0", "isCompliant": true, "isManaged": true, "trustType": "Azure AD registered"}, "location": {"city": "Susanside", "state": "Morrisview", "countryOrRegion": "XR", "geoCoordinates": {"latitude": 57.8050005, "longitude": -51.781534}}, "correlationId": "82ac536a-c517-4aff-a9f8-6231e9403c58", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "1cf1f0c1-e901-4122-b74e-08cb7e290f1e", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "processingTimeInMilliseconds": 154, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Cisco Webex Service", "resourceId": "9a84f55e-3a40-492c-9476-e069f64ed7a6", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 432564, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "JX48yFX6YgQpQk8kUMGqwlsptPQJI2ZDIkSsdS3kOpE9Bgeq", "incomingTokenType": "none", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "37ee873b-f901-4e25-be69-010243106d0f"}}, {"time": "2022-08-02T19:05:52.326645Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "156.206.181.119", "correlationId": "8a20c88e-b97f-470e-a7c8-4194e50afde2", "identity": "Cynthia Perry", "Level": 4, "location": "XY", "properties": {"id": "0845bbb6-89fe-4165-bbbd-5202e8025000", "createdDateTime": "2022-08-02T19:05:52.443645Z", "userDisplayName": "Cynthia Perry", "userPrincipalName": "cperry@domain.com", "userId": "ac5fa380-9d5b-470e-beb2-5ba10aca48e6", "appId": "9de6e985-97a5-4d82-9c45-aedaa9c25ef9", "appDisplayName": "AWS Single-Account Access", "ipAddress": "156.206.181.119", "status": {"errorCode": 0}, "clientAppUsed": "Browser", "deviceDetail": {"deviceId": "", "operatingSystem": "Windows"}, "location": {"city": "Hannaville", "state": "Thomashaven", "countryOrRegion": "XY", "geoCoordinates": {"latitude": 1.1452695, "longitude": 128.249211}}, "correlationId": "e75e9949-5d61-40a0-9696-4b174d34e213", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "666e8361-ac3d-4fd8-9614-8286a061ee9d", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "processingTimeInMilliseconds": 117, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "AWS Single-Account Access Service", "resourceId": "f0630e90-b752-4960-bfb9-a0794fc34930", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 279165, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "AflURbMqGkKa0dv7RO8A8dSpUrq2kKpwwgKMLpwaZW2tV3c6", "incomingTokenType": "none", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "1f37c851-4be4-455b-928a-fbde7845a68a"}}, {"time": "2022-08-02T19:25:07.547769Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "105.169.153.183", "correlationId": "68a4985b-e752-464c-9b5b-7e53e92fdc65", "identity": "Jim Gonzalez", "Level": 4, "location": "XR", "properties": {"id": "2b60f3d6-0a82-440d-b179-44ac66805200", "createdDateTime": "2022-08-02T19:25:07.704769Z", "userDisplayName": "Jim Gonzalez", "userPrincipalName": "jgonzalez@domain.com", "userId": "95090045-a9c5-489c-adee-2db430a3333a", "appId": "9a7e67c7-6f05-42a3-b226-97c7ec3e9696", "appDisplayName": "Adobe Identity Management", "ipAddress": "105.169.153.183", "ipAddressFromResourceProvider": "105.169.153.183", "status": {"errorCode": 0}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (Windows NT 4.0) AppleWebKit/532.1 (KHTML, like Gecko) Chrome/38.0.801.0 Safari/532.1 Edge/19.15284", "deviceDetail": {"deviceId": "15135d1f-cb47-4bd8-b76d-90a9171c09bd", "displayName": "JIMGONZALEZ-LT", "operatingSystem": "Windows 10", "browser": "Edge 19.15284", "trustType": "Azure AD registered"}, "location": {"city": "Kevinton", "state": "Smithton", "countryOrRegion": "XR", "geoCoordinates": {"latitude": -87.5106305, "longitude": -77.991036}}, "correlationId": "b3a63d34-6bba-45a9-a497-bcbf31810511", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "635610cd-c9c5-4b68-829d-dceaef315cfe", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "processingTimeInMilliseconds": 157, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Adobe Identity Management Service", "resourceId": "9a84f55e-3a40-492c-9476-e069f64ed7a6", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 256668, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "Vrflv8BnsJoXCJjvJyAuMNF6RfVAzzh1xXeFmblpom6bzr0y", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "37ee873b-f901-4e25-be69-010243106d0f"}}, {"time": "2022-08-02T19:37:54.955867Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "147.132.189.119", "correlationId": "0567a30d-ea3e-44db-aed7-08185b80bb87", "identity": "Cassie Fernandez", "Level": 4, "location": "XR", "properties": {"id": "9a16f031-40cc-41ce-b832-c695e2d38d00", "createdDateTime": "2022-08-02T19:37:55.067867Z", "userDisplayName": "Cassie Fernandez", "userPrincipalName": "cfernandez@domain.com", "userId": "67ef8be6-3f44-4db7-8172-fd6211428c1e", "appId": "2eae4ad1-8cae-48fe-b718-76bd66e2fc7f", "appDisplayName": "Bipsync", "ipAddress": "147.132.189.119", "status": {"errorCode": 0}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (iPad; CPU iPad OS 9_3_6 like Mac OS X) AppleWebKit/536.1 (KHTML, like Gecko) CriOS/42.0.865.0 Mobile/77O124 Safari/536.1 Edge/99.14477", "deviceDetail": {"deviceId": "bf67c857-685a-4457-89c4-db2afa581bd2", "displayName": "CASSIEFERNANDEZ-LT", "operatingSystem": "Windows 10", "browser": "Edge 99.14477", "trustType": "Hybrid Azure AD joined"}, "location": {"city": "Port Denisetown", "state": "Smithton", "countryOrRegion": "XR", "geoCoordinates": {"latitude": 3.5518965, "longitude": 131.871582}}, "correlationId": "79eb06fc-6d28-436d-a68a-1f25e99689e7", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "da460b47-f023-4f54-87c3-c5483f2d73f4", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 112, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Bipsync Service", "resourceId": "aaf780ce-b996-49b9-986d-8bb23f7bce3a", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 256668, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "WNuZHxYiR0RPIPdetYyTu0OytuyMTyADRPW498FrJHYg396A", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "b7da42cc-a168-4148-b15a-792ad32c2ff5", "rngcStatus": 0}}, {"time": "2022-08-02T20:04:24.740792Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "50158", "resultSignature": "None", "resultDescription": "External security challenge was not satisfied.", "durationMs": 0, "callerIpAddress": "92.110.109.246", "correlationId": "6a64a6cb-fff0-472a-b22d-36d043982784", "identity": "Thomas Price", "Level": 4, "location": "XR", "properties": {"id": "b09cec58-d319-4fa9-9389-e3f733855500", "createdDateTime": "2022-08-02T20:04:24.878792Z", "userDisplayName": "Thomas Price", "userPrincipalName": "tprice@domain.com", "userId": "32109ee2-ee4f-4d11-9c38-2556aec0f2b5", "appId": "9a7e67c7-6f05-42a3-b226-97c7ec3e9696", "appDisplayName": "Adobe Identity Management", "ipAddress": "92.110.109.246", "status": {"errorCode": 50158, "failureReason": "External security challenge was not satisfied."}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (X11; Linux i686) AppleWebKit/535.2 (KHTML, like Gecko) Chrome/22.0.843.0 Safari/535.2 Edge/118.12158", "deviceDetail": {"deviceId": "a31478d2-f778-4d5a-b081-22579a9edcbe", "displayName": "THOMASPRICE-LT", "operatingSystem": "Windows 10", "browser": "Edge 118.12158", "trustType": "Hybrid Azure AD joined"}, "location": {"city": "Port Denisetown", "state": "Smithton", "countryOrRegion": "XR", "geoCoordinates": {"latitude": 3.5518965, "longitude": 131.871582}}, "correlationId": "88fe63ed-307f-4f24-8556-135bc5a1eeef", "conditionalAccessStatus": "failure", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "f1740274-6e3e-48bf-84a2-25c5c410afdc", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "processingTimeInMilliseconds": 138, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Adobe Identity Management Service", "resourceId": "30663ca7-f8a9-43ab-8ca1-7906bdbc1485", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 230297, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "sLbyTZts3RNdRxZcKcakGX7tSat0L9g4XrIPyqE50ZdjGA06", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "a6c259e5-7f16-48b2-a9f3-75becd6daa9b"}}, {"time": "2022-08-02T20:21:35.543784Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "205.33.24.92", "correlationId": "eb7160a1-e58f-45e3-9e5f-58be62cdbbf9", "identity": "Aaron Cole", "Level": 4, "location": "XD", "properties": {"id": "23856212-0a3a-4f29-a3b7-e17688e69000", "createdDateTime": "2022-08-02T20:21:35.675784Z", "userDisplayName": "Aaron Cole", "userPrincipalName": "acole@domain.com", "userId": "5d557969-1645-4ba4-be83-b6fd943659f7", "appId": "4c2f7c2a-ff05-4df6-9087-9ba8388a3861", "appDisplayName": "Foko Retail", "ipAddress": "205.33.24.92", "status": {"errorCode": 0}, "clientAppUsed": "Browser", "deviceDetail": {"deviceId": "", "operatingSystem": "Windows10", "browser": "Rich Client 4.39.0.0"}, "location": {"city": "Kristinmouth", "state": "Norrisbury", "countryOrRegion": "XD", "geoCoordinates": {"latitude": 26.278784, "longitude": -92.042573}}, "correlationId": "f9ab97b1-53c7-4c3e-8a75-cf131c188363", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "0e9950ed-c794-4ca7-acaf-5f111dd8ad58", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 132, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Foko Retail Service", "resourceId": "24578515-1951-4064-967d-0d2acaf0aa70", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 214655, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "kC6n9cjRiuTlOdsTahyixaDhM3vAR2svbHN6Fy55Jb7anZd5", "incomingTokenType": "none", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "0e68752b-7dfa-400b-a6f5-1b54af90696a", "rngcStatus": 0}}, {"time": "2022-08-02T20:49:14.545846Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "50158", "resultSignature": "None", "resultDescription": "External security challenge was not satisfied.", "durationMs": 0, "callerIpAddress": "44.22.19.201", "correlationId": "0f3080b1-2b49-4164-a3e4-68cbc734326d", "identity": "Thomas Price", "Level": 4, "location": "XN", "properties": {"id": "ea590d8d-e3b3-4fb0-bfa4-efd947f76900", "createdDateTime": "2022-08-02T20:49:14.671846Z", "userDisplayName": "Thomas Price", "userPrincipalName": "tprice@domain.com", "userId": "32109ee2-ee4f-4d11-9c38-2556aec0f2b5", "appId": "9a7e67c7-6f05-42a3-b226-97c7ec3e9696", "appDisplayName": "Adobe Identity Management", "ipAddress": "44.22.19.201", "status": {"errorCode": 50158, "failureReason": "External security challenge was not satisfied."}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (X11; Linux i686) AppleWebKit/535.2 (KHTML, like Gecko) Chrome/22.0.843.0 Safari/535.2 Edge/118.12158", "deviceDetail": {"deviceId": "0927e60c-8dfa-4ecf-be85-ad63bccf40a1", "displayName": "THOMASPRICE-LT", "operatingSystem": "Windows 10", "browser": "Edge 118.12158", "trustType": "Hybrid Azure AD joined"}, "location": {"city": "Littlemouth", "state": "Alexanderfurt", "countryOrRegion": "XN", "geoCoordinates": {"latitude": 25.4437255, "longitude": -109.530885}}, "correlationId": "fb99ce23-a6f5-42ed-a2dd-e5a162c8d772", "conditionalAccessStatus": "failure", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "1f8e3886-a996-48af-9a11-b8ffa6d556ed", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 126, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Adobe Identity Management Service", "resourceId": "30663ca7-f8a9-43ab-8ca1-7906bdbc1485", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 230297, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "XoGuMd8xSeIHFxwmDALVeAIMZCjQfrRuc5sV9tJQyIdy06Ej", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "a6c259e5-7f16-48b2-a9f3-75becd6daa9b", "rngcStatus": 0}}, {"time": "2022-08-02T20:57:20.054843Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "57.9.228.50", "correlationId": "de1b192a-069a-4103-b315-51c5b26ca2b6", "identity": "Thomas Price", "Level": 4, "location": "XQ", "properties": {"id": "3f04f6e0-8681-475f-a0d6-0af7abad7c00", "createdDateTime": "2022-08-02T20:57:20.180843Z", "userDisplayName": "Thomas Price", "userPrincipalName": "tprice@domain.com", "userId": "32109ee2-ee4f-4d11-9c38-2556aec0f2b5", "appId": "e980a200-4916-4fcb-ae5a-3dee8f09d976", "appDisplayName": "Adoddle cSaas Platform", "ipAddress": "57.9.228.50", "status": {"errorCode": 0}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (X11; Linux i686) AppleWebKit/533.0 (KHTML, like Gecko) Chrome/24.0.803.0 Safari/533.0 Edge/40.11325", "deviceDetail": {"deviceId": "0729bd71-1465-4897-bba4-71c5ca15a9bb", "displayName": "THOMASPRICE-LT", "operatingSystem": "Windows 10", "browser": "Edge 40.11325", "isCompliant": true, "isManaged": true, "trustType": "Azure AD registered"}, "location": {"city": "Francoshire", "state": "Chanshire", "countryOrRegion": "XQ", "geoCoordinates": {"latitude": -6.227289, "longitude": -139.229536}}, "correlationId": "99166fc6-eb5e-457d-8cd3-15ea70215a9e", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "135fcea3-0b52-4fae-9c76-461ad31f915d", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 126, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Adoddle cSaas Platform Online", "resourceId": "2437523d-228a-44c0-b408-0de8a8a8276c", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 497360, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "ZYwccit312o5Pq6cdxppbwp47eLiAMkZQsS63xe5l7CrSAdl", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "0eae9886-2d60-475f-9a14-3151a1cfa557", "rngcStatus": 0}}, {"time": "2022-08-02T21:04:39.405752Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "1.210.58.10", "correlationId": "24bc542f-ae41-4ed7-867c-98f44a6440d4", "identity": "Keith Sheppard", "Level": 4, "location": "XD", "properties": {"id": "7ad921a7-535a-4d80-8c63-3197791c4c00", "createdDateTime": "2022-08-02T21:04:39.516752Z", "userDisplayName": "Keith Sheppard", "userPrincipalName": "ksheppard@domain.com", "userId": "05bd48f1-91d2-4c2d-9a7c-80e80f561b3c", "appId": "9d794ea1-8d77-42e3-9fdd-6fd3620d616a", "appDisplayName": "Alaya", "ipAddress": "1.210.58.10", "status": {"errorCode": 0}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (Windows NT 4.0) AppleWebKit/531.1 (KHTML, like Gecko) Chrome/20.0.823.0 Safari/531.1 Edge/87.11424", "deviceDetail": {"deviceId": "639815fd-5018-4e38-9d81-67538b2ce460", "displayName": "KEITHSHEPPARD-LT", "operatingSystem": "Windows 10", "browser": "Edge 87.11424", "trustType": "Azure AD registered"}, "location": {"city": "Cooperhaven", "state": "Norrisbury", "countryOrRegion": "XD", "geoCoordinates": {"latitude": 70.436398, "longitude": -23.873747}}, "correlationId": "da82bda1-36e0-4c83-ba7f-5e44da118a60", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "ed603fcb-a9a9-4bf4-a894-0c6297444aec", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 111, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Alaya Service", "resourceId": "c8eab36d-0a82-409d-8693-a8dabc997921", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 69487, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "mCxF6I5Y2wucAmlowjc50EiQwtpV5sph3cf06xEsdFejGLlB", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "2248d3ef-d7b8-4eb2-bd20-fb53f725bfe3", "rngcStatus": 0}}, {"time": "2022-08-02T21:24:21.475949Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "13.113.40.157", "correlationId": "34eb2230-8cb8-468e-ab64-7a7936ead519", "identity": "Attack Target", "Level": 4, "location": "XR", "properties": {"id": "599e6756-2da1-4fc0-bb78-22b59f765100", "createdDateTime": "2022-08-02T21:24:21.740949Z", "userDisplayName": "Attack Target", "userPrincipalName": "attacktarget@domain.com", "userId": "d735e84b-dcca-404d-9f7d-700f360f41a6", "appId": "9c5b7fe3-0ad2-4ea6-94e5-9e0001f367e3", "appDisplayName": "Articulate 360", "ipAddress": "13.113.40.157", "status": {"errorCode": 0}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (iPad; CPU iPad OS 9_3_6 like Mac OS X) AppleWebKit/536.1 (KHTML, like Gecko) CriOS/42.0.865.0 Mobile/77O124 Safari/536.1 Edge/99.14477", "deviceDetail": {"deviceId": "a44625dc-6f81-449a-9799-8005f7209b42", "displayName": "ATTACKTARGET-LT", "operatingSystem": "Windows 10", "browser": "Edge 99.14477", "trustType": "Azure AD registered"}, "location": {"city": "New John", "state": "Smithfort", "countryOrRegion": "XR", "geoCoordinates": {"latitude": -89.144242, "longitude": 168.119022}}, "correlationId": "a2ea4c39-dd94-4588-8180-7f25c40e2149", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "69bf4172-33c4-4d9f-b945-524807f74b91", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "processingTimeInMilliseconds": 265, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Articulate 360 Online", "resourceId": "436260d5-3791-4aea-a4da-aa698ec35f2f", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 34974, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "QEjD5yAtbNDFWzPpSY558vU62bxd62UmlWJiGrqbTxdeLtfU", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "94b9f3ba-5f4b-4edc-99dc-a420b76960f9"}}, {"time": "2022-08-02T21:38:10.150572Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "13.113.40.157", "correlationId": "4f0a5b22-e657-4ba8-910f-f7271b4fe367", "identity": "Attack Target", "Level": 4, "location": "XR", "properties": {"id": "26dddd2e-8202-4375-92ca-d99141478000", "createdDateTime": "2022-08-02T21:38:10.458572Z", "userDisplayName": "Attack Target", "userPrincipalName": "attacktarget@domain.com", "userId": "d735e84b-dcca-404d-9f7d-700f360f41a6", "appId": "9c5b7fe3-0ad2-4ea6-94e5-9e0001f367e3", "appDisplayName": "Articulate 360", "ipAddress": "13.113.40.157", "status": {"errorCode": 0}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (iPad; CPU iPad OS 9_3_6 like Mac OS X) AppleWebKit/536.1 (KHTML, like Gecko) CriOS/42.0.865.0 Mobile/77O124 Safari/536.1 Edge/99.14477", "deviceDetail": {"deviceId": "a44625dc-6f81-449a-9799-8005f7209b42", "displayName": "ATTACKTARGET-LT", "operatingSystem": "Windows 10", "browser": "Edge 99.14477", "trustType": "Azure AD registered"}, "location": {"city": "Smithfort", "state": "Smithfort", "countryOrRegion": "XR", "geoCoordinates": {"latitude": 3.7564095, "longitude": -121.574606}}, "correlationId": "9fcd7b46-da01-4c45-b76a-950dcb112d98", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "b6ac4192-9c99-4e62-9d58-9346cf73a09f", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 308, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Articulate 360 Online", "resourceId": "436260d5-3791-4aea-a4da-aa698ec35f2f", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 34974, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "P2FkoFZGUvg3zSYn04CEdnQXSFOxUnEukNx6l00HKs2ikqE6", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "94b9f3ba-5f4b-4edc-99dc-a420b76960f9", "rngcStatus": 0}}, {"time": "2022-08-02T21:55:22.757886Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "92.110.109.246", "correlationId": "1a3c60b3-3eae-481f-b431-9e1c4196cef8", "identity": "David Johnson", "Level": 4, "location": "XR", "properties": {"id": "b7d2663e-0777-4c76-894c-874a61686100", "createdDateTime": "2022-08-02T21:55:22.896886Z", "userDisplayName": "David Johnson", "userPrincipalName": "djohnson@domain.com", "userId": "ff2ae3d2-8cd2-4bd6-b65d-49c5ad946c7f", "appId": "9a7e67c7-6f05-42a3-b226-97c7ec3e9696", "appDisplayName": "Adobe Identity Management", "ipAddress": "92.110.109.246", "status": {"errorCode": 0}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (Windows NT 4.0) AppleWebKit/531.1 (KHTML, like Gecko) Chrome/20.0.823.0 Safari/531.1 Edge/87.11424", "deviceDetail": {"deviceId": "8fb0ff79-f116-4f20-8ca8-36b3f8d68865", "displayName": "DAVIDJOHNSON-LT", "operatingSystem": "Windows 10", "browser": "Edge 87.11424", "trustType": "Azure AD registered"}, "location": {"city": "Port Denisetown", "state": "Smithton", "countryOrRegion": "XR", "geoCoordinates": {"latitude": 3.5518965, "longitude": 131.871582}}, "correlationId": "8773ac7a-a138-4135-bc39-a6d802092bfa", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "59d9aae5-f811-4135-9488-f2a8aa7e671e", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "processingTimeInMilliseconds": 139, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Adobe Identity Management Service", "resourceId": "80abac89-d2c0-4b6c-8ffc-5023bd7efc5e", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 230297, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "ciUHyZrA6Pg9WDdiKgiFeTwxjDGWnHz5EyiCaEy9bY2mDxjb", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": null}}, {"time": "2022-08-02T22:05:03.558692Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "205.33.24.92", "correlationId": "51022c87-5f55-4a9f-a104-a0d0a18c1e02", "identity": "Aaron Cole", "Level": 4, "location": "XD", "properties": {"id": "04386101-53be-4839-bba8-bcf1c5fe5200", "createdDateTime": "2022-08-02T22:05:03.678692Z", "userDisplayName": "Aaron Cole", "userPrincipalName": "acole@domain.com", "userId": "5d557969-1645-4ba4-be83-b6fd943659f7", "appId": "4c2f7c2a-ff05-4df6-9087-9ba8388a3861", "appDisplayName": "Foko Retail", "ipAddress": "205.33.24.92", "status": {"errorCode": 0}, "clientAppUsed": "Browser", "deviceDetail": {"deviceId": "", "operatingSystem": "Windows10", "browser": "Rich Client 4.39.0.0"}, "location": {"city": "Kristinmouth", "state": "Norrisbury", "countryOrRegion": "XD", "geoCoordinates": {"latitude": 26.278784, "longitude": -92.042573}}, "correlationId": "a29b7a87-9976-465c-87b3-b1afe2fac631", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "63fa1ccb-50d8-4b8c-896f-db4ac097d3ba", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "processingTimeInMilliseconds": 120, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Foko Retail Service", "resourceId": "24578515-1951-4064-967d-0d2acaf0aa70", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 214655, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "ftPHNYzxMYmGoPxdldPMAs0GajGW23eQhNf7L10XygrAOUuX", "incomingTokenType": "none", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "0e68752b-7dfa-400b-a6f5-1b54af90696a"}}, {"time": "2022-08-02T22:19:42.267670Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "50158", "resultSignature": "None", "resultDescription": "External security challenge was not satisfied.", "durationMs": 0, "callerIpAddress": "105.169.153.183", "correlationId": "9c5ae3b7-1e80-40f7-9832-88c805b41c74", "identity": "Thomas Price", "Level": 4, "location": "XR", "properties": {"id": "cd604170-057f-460d-b144-5da369626a00", "createdDateTime": "2022-08-02T22:19:42.420670Z", "userDisplayName": "Thomas Price", "userPrincipalName": "tprice@domain.com", "userId": "32109ee2-ee4f-4d11-9c38-2556aec0f2b5", "appId": "9a7e67c7-6f05-42a3-b226-97c7ec3e9696", "appDisplayName": "Adobe Identity Management", "ipAddress": "105.169.153.183", "status": {"errorCode": 50158, "failureReason": "External security challenge was not satisfied."}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (X11; Linux i686) AppleWebKit/535.2 (KHTML, like Gecko) Chrome/22.0.843.0 Safari/535.2 Edge/118.12158", "deviceDetail": {"deviceId": "2b85c59f-331a-4b61-9a44-9d3d6df62a06", "displayName": "THOMASPRICE-LT", "operatingSystem": "Windows 10", "browser": "Edge 118.12158", "trustType": "Hybrid Azure AD joined"}, "location": {"city": "Kevinton", "state": "Smithton", "countryOrRegion": "XR", "geoCoordinates": {"latitude": -87.5106305, "longitude": -77.991036}}, "correlationId": "92741fd5-3655-47f1-a0ac-08bfed2112a5", "conditionalAccessStatus": "failure", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "c613373a-0440-43f9-a934-00dafc4ba5a4", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 153, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Adobe Identity Management Service", "resourceId": "30663ca7-f8a9-43ab-8ca1-7906bdbc1485", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 256668, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "SxGKw6luPn7ytk0Eu6vLvC9KznyIBCUGq2X5A1oHmdFqMSkX", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "a6c259e5-7f16-48b2-a9f3-75becd6daa9b", "rngcStatus": 0}}, {"time": "2022-08-02T22:35:23.334121Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "50158", "resultSignature": "None", "resultDescription": "External security challenge was not satisfied.", "durationMs": 0, "callerIpAddress": "92.110.109.246", "correlationId": "1fc02e24-a26b-4d7e-a39e-cdd1a660bcba", "identity": "Thomas Price", "Level": 4, "location": "XR", "properties": {"id": "02ec6f9a-da67-41d5-8cea-0af74f3d6f00", "createdDateTime": "2022-08-02T22:35:23.459121Z", "userDisplayName": "Thomas Price", "userPrincipalName": "tprice@domain.com", "userId": "32109ee2-ee4f-4d11-9c38-2556aec0f2b5", "appId": "9a7e67c7-6f05-42a3-b226-97c7ec3e9696", "appDisplayName": "Adobe Identity Management", "ipAddress": "92.110.109.246", "status": {"errorCode": 50158, "failureReason": "External security challenge was not satisfied."}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (X11; Linux i686) AppleWebKit/535.2 (KHTML, like Gecko) Chrome/22.0.843.0 Safari/535.2 Edge/118.12158", "deviceDetail": {"deviceId": "0927e60c-8dfa-4ecf-be85-ad63bccf40a1", "displayName": "THOMASPRICE-LT", "operatingSystem": "Windows 10", "browser": "Edge 118.12158", "trustType": "Hybrid Azure AD joined"}, "location": {"city": "Port Denisetown", "state": "Smithton", "countryOrRegion": "XR", "geoCoordinates": {"latitude": 3.5518965, "longitude": 131.871582}}, "correlationId": "b713bf5c-3bcb-4934-824d-66c5488f6455", "conditionalAccessStatus": "failure", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "35b2c1ed-fdb1-4320-82ba-d0e635ab6a17", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 125, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Adobe Identity Management Service", "resourceId": "30663ca7-f8a9-43ab-8ca1-7906bdbc1485", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 230297, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "pvzB4SnH7gtMgKEeBzIymhs8QarkkTBgVAjtqaZE60wA8QyG", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "a6c259e5-7f16-48b2-a9f3-75becd6daa9b", "rngcStatus": 0}}, {"time": "2022-08-02T22:53:34.704929Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "91.132.253.146", "correlationId": "3ca05852-9e25-4dc9-88b2-8b7f80b96cfd", "identity": "Aaron Cole", "Level": 4, "location": "XD", "properties": {"id": "26dddd2e-8202-4375-92ca-d991b8447f00", "createdDateTime": "2022-08-02T22:53:34.777929Z", "userDisplayName": "Aaron Cole", "userPrincipalName": "acole@domain.com", "userId": "5d557969-1645-4ba4-be83-b6fd943659f7", "appId": "ad65aaed-51a8-4877-830e-8a5273604c87", "appDisplayName": "Docusign", "ipAddress": "91.132.253.146", "status": {"errorCode": 0}, "clientAppUsed": "Browser", "deviceDetail": {"deviceId": "", "operatingSystem": "Windows", "browser": "Rich Client 4.42.0.0"}, "location": {"city": "Rickshire", "state": "Norrisbury", "countryOrRegion": "XD", "geoCoordinates": {"latitude": -78.5751045, "longitude": 58.329246}}, "correlationId": "6b632683-e12f-4cf0-a654-2e62da0630ee", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "4ec847ad-66a4-4e00-8f89-32142eb88c2c", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 73, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Docusign Service", "resourceId": "24578515-1951-4064-967d-0d2acaf0aa70", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 214655, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "TQWbwnr7c3dcG93fm1FEoUhsp8EwcYnM5RXKJgMASNWhLXfY", "incomingTokenType": "none", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "0e68752b-7dfa-400b-a6f5-1b54af90696a", "rngcStatus": 0}}, {"time": "2022-08-02T22:55:51.592141Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "19.20.89.178", "correlationId": "b4c09905-32a5-4bc5-b03b-099f880f1c89", "identity": "Jamie Watson", "Level": 4, "location": "XR", "properties": {"id": "e15f5cd8-6b07-456c-9c1f-aeb9554e6700", "createdDateTime": "2022-08-02T22:55:51.724141Z", "userDisplayName": "Jamie Watson", "userPrincipalName": "jwatson@domain.com", "userId": "2844695b-9a70-48ed-a5ce-f3d711e2292b", "appId": "18bf60fa-77dd-4aad-891d-af82ca87dd06", "appDisplayName": "FortiGate SSL VPN", "ipAddress": "19.20.89.178", "status": {"errorCode": 0}, "clientAppUsed": "Browser", "deviceDetail": {"deviceId": "fc784602-6455-4450-be3c-6770e0359f8a", "displayName": "JAMIEWATSON-LT", "operatingSystem": "Windows", "browser": "Rich Client 4.22.0.0", "isCompliant": true, "isManaged": true, "trustType": "Azure AD joined"}, "location": {"city": "Samanthaberg", "state": "Smithton", "countryOrRegion": "XR", "geoCoordinates": {"latitude": -68.556166, "longitude": -172.972506}}, "correlationId": "f48e8db5-a05b-4d61-af44-6e9d85c7c26c", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "d1d3512f-ba80-449d-83e3-407500d2d2c6", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 132, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "FortiGate SSL VPN", "resourceId": "51e679b4-5774-4b5f-9636-df5ea66b9380", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 34974, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "nq78kovKtKi1ZmD6HXix5YYSYCDJ1qhfmUEj1kkTRg84yzlL", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "6e8f419c-7f10-40b1-a52a-e4fb253c74c2", "rngcStatus": 0}}, {"time": "2022-08-02T22:56:51.735887Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "13.113.40.157", "correlationId": "e4620aa5-5bab-4ff9-a616-55503167c98b", "identity": "Attack Target", "Level": 4, "location": "XR", "properties": {"id": "9a16f031-40cc-41ce-b832-c695fb228e00", "createdDateTime": "2022-08-02T22:56:51.982887Z", "userDisplayName": "Attack Target", "userPrincipalName": "attacktarget@domain.com", "userId": "d735e84b-dcca-404d-9f7d-700f360f41a6", "appId": "9c5b7fe3-0ad2-4ea6-94e5-9e0001f367e3", "appDisplayName": "Articulate 360", "ipAddress": "13.113.40.157", "status": {"errorCode": 0}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (iPad; CPU iPad OS 9_3_6 like Mac OS X) AppleWebKit/536.1 (KHTML, like Gecko) CriOS/42.0.865.0 Mobile/77O124 Safari/536.1 Edge/99.14477", "deviceDetail": {"deviceId": "a44625dc-6f81-449a-9799-8005f7209b42", "displayName": "ATTACKTARGET-LT", "operatingSystem": "Windows 10", "browser": "Edge 99.14477", "trustType": "Azure AD registered"}, "location": {"city": "Smithfort", "state": "Smithfort", "countryOrRegion": "XR", "geoCoordinates": {"latitude": 3.7564095, "longitude": -121.574606}}, "correlationId": "b2a5ac24-2d4b-44ac-a202-4fc146faa973", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "659fac26-f1ad-413e-9a69-cddce357be3e", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 247, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Articulate 360 Online", "resourceId": "436260d5-3791-4aea-a4da-aa698ec35f2f", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 34974, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "np0cblYt0daayOgOUgMpuJeNzAmHsAwsVIAnQCuIY5QOvNRj", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "94b9f3ba-5f4b-4edc-99dc-a420b76960f9", "rngcStatus": 0}}, {"time": "2022-08-02T23:35:02.363040Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "147.132.189.119", "correlationId": "b04869a5-971d-4d9f-8941-eb7a336bc603", "identity": "Melissa Martin", "Level": 4, "location": "XR", "properties": {"id": "9a3c3137-71f5-45a5-a185-e440417b6d00", "createdDateTime": "2022-08-02T23:35:02.490040Z", "userDisplayName": "Melissa Martin", "userPrincipalName": "mmartin@domain.com", "userId": "632ccb55-03a7-40f4-9893-653527cae790", "appId": "bc269cd9-8681-4af0-9e76-2a9b4ca24e65", "appDisplayName": "GlassFrog", "ipAddress": "147.132.189.119", "status": {"errorCode": 0}, "clientAppUsed": "Browser", "deviceDetail": {"deviceId": "", "operatingSystem": "Windows", "browser": "Rich Client 4.42.0.0"}, "location": {"city": "Port Denisetown", "state": "Smithton", "countryOrRegion": "XR", "geoCoordinates": {"latitude": 3.5518965, "longitude": 131.871582}}, "correlationId": "0d96b7f9-0d47-45b3-8075-85a2ac2426ea", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "3d6acbb3-96e7-47ab-9ed0-23ad2be96b4a", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 127, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "GlassFrog Service", "resourceId": "099383fe-c9f7-4a82-b599-e6773fd99672", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 256668, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "heWoHPFbcG8HzCgug8FFRx3OvBc7Ff5rjG1bhTqLV1D9Fc9j", "incomingTokenType": "none", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "89935e77-e093-4c59-91c3-233fcc836127", "rngcStatus": 0}}, {"time": "2022-08-02T23:46:45.762343Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "50158", "resultSignature": "None", "resultDescription": "External security challenge was not satisfied.", "durationMs": 0, "callerIpAddress": "92.110.109.246", "correlationId": "674fdff6-3c53-4fc6-9421-14eab6c0901a", "identity": "Thomas Price", "Level": 4, "location": "XR", "properties": {"id": "6b98f00f-aa3d-46fc-af8a-c087ab5a8600", "createdDateTime": "2022-08-02T23:46:45.866343Z", "userDisplayName": "Thomas Price", "userPrincipalName": "tprice@domain.com", "userId": "32109ee2-ee4f-4d11-9c38-2556aec0f2b5", "appId": "9a7e67c7-6f05-42a3-b226-97c7ec3e9696", "appDisplayName": "Adobe Identity Management", "ipAddress": "92.110.109.246", "status": {"errorCode": 50158, "failureReason": "External security challenge was not satisfied."}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (X11; Linux i686) AppleWebKit/535.2 (KHTML, like Gecko) Chrome/22.0.843.0 Safari/535.2 Edge/118.12158", "deviceDetail": {"deviceId": "35819889-abdc-47e0-b28d-5195d26e941f", "displayName": "THOMASPRICE-LT", "operatingSystem": "Windows 10", "browser": "Edge 118.12158", "trustType": "Hybrid Azure AD joined"}, "location": {"city": "Port Denisetown", "state": "Smithton", "countryOrRegion": "XR", "geoCoordinates": {"latitude": 3.5518965, "longitude": 131.871582}}, "correlationId": "f82cb713-9b27-4f0a-b104-d95ca8f59677", "conditionalAccessStatus": "failure", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "4fb4fe9e-db3a-42f9-bff0-33a3321babb1", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 104, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Adobe Identity Management Service", "resourceId": "30663ca7-f8a9-43ab-8ca1-7906bdbc1485", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 230297, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "eBSCWDr8D5tX4zuq6sIz3xqjLvYuHz4Jvrlynykqg4bfveRv", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "a6c259e5-7f16-48b2-a9f3-75becd6daa9b", "rngcStatus": 0}}, {"time": "2022-08-02T23:58:42.803775Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "13.113.40.157", "correlationId": "666139d3-6613-46ee-8a2e-4aa32ca75737", "identity": "Attack Target", "Level": 4, "location": "XR", "properties": {"id": "19a7b609-0556-4362-ba62-46abafab7600", "createdDateTime": "2022-08-02T23:58:42.947775Z", "userDisplayName": "Attack Target", "userPrincipalName": "attacktarget@domain.com", "userId": "d735e84b-dcca-404d-9f7d-700f360f41a6", "appId": "9a7e67c7-6f05-42a3-b226-97c7ec3e9696", "appDisplayName": "Adobe Identity Management", "ipAddress": "13.113.40.157", "ipAddressFromResourceProvider": "13.113.40.157", "status": {"errorCode": 0}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (iPad; CPU iPad OS 9_3_6 like Mac OS X) AppleWebKit/536.1 (KHTML, like Gecko) CriOS/42.0.865.0 Mobile/77O124 Safari/536.1 Edge/99.14477", "deviceDetail": {"deviceId": "a44625dc-6f81-449a-9799-8005f7209b42", "displayName": "ATTACKTARGET-LT", "operatingSystem": "Windows 10", "browser": "Edge 99.14477", "trustType": "Azure AD registered"}, "location": {"city": "New John", "state": "Smithfort", "countryOrRegion": "XR", "geoCoordinates": {"latitude": -89.144242, "longitude": 168.119022}}, "correlationId": "dd8b46a6-d4ea-48fc-a0d2-91944bfa3dc5", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "b5db200a-3871-4e21-9e99-a421153ea5d9", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 144, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Adobe Identity Management Service", "resourceId": "c8eab36d-0a82-409d-8693-a8dabc997921", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 34974, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "e4YNfU0QBM5rgYrD3BcOcPkPBfk8kKmh9bIOQM28rAE2h8q7", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "2248d3ef-d7b8-4eb2-bd20-fb53f725bfe3", "rngcStatus": 0}}, {"time": "2022-08-03T00:10:42.770060Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "50158", "resultSignature": "None", "resultDescription": "External security challenge was not satisfied.", "durationMs": 0, "callerIpAddress": "177.189.225.133", "correlationId": "c38401a2-3e79-41f2-8d3d-f086d4015f1e", "identity": "Thomas Price", "Level": 4, "location": "XQ", "properties": {"id": "13398d70-a5db-4e32-a8b5-aca55b039500", "createdDateTime": "2022-08-03T00:10:42.873060Z", "userDisplayName": "Thomas Price", "userPrincipalName": "tprice@domain.com", "userId": "32109ee2-ee4f-4d11-9c38-2556aec0f2b5", "appId": "79510a8f-6421-4348-a2ea-bcc2b02485c1", "appDisplayName": "Cisco AnyConnect", "ipAddress": "177.189.225.133", "status": {"errorCode": 50158, "failureReason": "External security challenge was not satisfied."}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (X11; Linux i686) AppleWebKit/535.2 (KHTML, like Gecko) Chrome/22.0.843.0 Safari/535.2 Edge/118.12158", "deviceDetail": {"deviceId": "72c565a0-f587-4d5e-9fa9-82cab482ddf0", "displayName": "THOMASPRICE-LT", "operatingSystem": "Windows 10", "browser": "Edge 118.12158", "trustType": "Hybrid Azure AD joined"}, "location": {"city": "Brownton", "state": "Stephanieberg", "countryOrRegion": "XQ", "geoCoordinates": {"latitude": 60.015373, "longitude": -41.508557}}, "correlationId": "3ec32d4a-7282-4e9a-9c12-65f6131f57ed", "conditionalAccessStatus": "failure", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "75ccf4d6-12b5-4103-95f6-b46c08ad975d", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 103, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Cisco AnyConnect Online", "resourceId": "5d5b8d28-6a28-472e-b837-a4094e466965", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 104135, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "EqA5mdqUK7aHqNpDNR4paucmZajFCSMzkVTurnO1GnmeQQ90", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "15655e1f-5005-4c53-b3c0-c4a1d1ca5e9e", "rngcStatus": 0}}, {"time": "2022-08-03T00:23:02.033792Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "86.154.193.190", "correlationId": "48c47524-3a6e-4819-8bb0-e304aa3fb060", "identity": "Jamie Watson", "Level": 4, "location": "XR", "properties": {"id": "a663e275-045a-487f-8a9d-bf3091785500", "createdDateTime": "2022-08-03T00:23:02.138792Z", "userDisplayName": "Jamie Watson", "userPrincipalName": "jwatson@domain.com", "userId": "2844695b-9a70-48ed-a5ce-f3d711e2292b", "appId": "b9c45636-4d7c-4d33-8678-39527c8b5976", "appDisplayName": "LinkedIn Lookup", "ipAddress": "86.154.193.190", "status": {"errorCode": 0}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (X11; Linux i686) AppleWebKit/533.0 (KHTML, like Gecko) Chrome/24.0.803.0 Safari/533.0 Edge/40.11325", "deviceDetail": {"deviceId": "fc784602-6455-4450-be3c-6770e0359f8a", "displayName": "JAMIEWATSON-LT", "operatingSystem": "Windows 10", "browser": "Edge 40.11325", "isCompliant": true, "isManaged": true, "trustType": "Azure AD joined"}, "location": {"city": "Port Denisetown", "state": "Smithton", "countryOrRegion": "XR", "geoCoordinates": {"latitude": 3.5518965, "longitude": 131.871582}}, "correlationId": "5ca14638-6cc5-432c-8acd-2a1de26dc5b2", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "cfb09305-7e5a-438d-8efc-306d83d12fda", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "processingTimeInMilliseconds": 105, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "LinkedIn Lookup Online", "resourceId": "6a59cbef-3ac0-4cd5-aad7-58d1f43d5302", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 256668, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "5vyt94EP6ZTwJTEQHGQWdvEEL4008y6L47Kke8irHRKUpmXX", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "6e49c7cd-137b-480c-a5be-4942a826743e"}}, {"time": "2022-08-03T00:24:14.903615Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "205.33.24.92", "correlationId": "dedb59a0-70d7-4ffa-8233-638ea1e9cc8c", "identity": "Aaron Cole", "Level": 4, "location": "XD", "properties": {"id": "ada0cd79-9550-4249-a9fe-bc57f5bb9600", "createdDateTime": "2022-08-03T00:24:14.980615Z", "userDisplayName": "Aaron Cole", "userPrincipalName": "acole@domain.com", "userId": "5d557969-1645-4ba4-be83-b6fd943659f7", "appId": "4c2f7c2a-ff05-4df6-9087-9ba8388a3861", "appDisplayName": "Foko Retail", "ipAddress": "205.33.24.92", "status": {"errorCode": 0}, "clientAppUsed": "Browser", "deviceDetail": {"deviceId": "", "operatingSystem": "Windows10", "browser": "Rich Client 4.39.0.0"}, "location": {"city": "Kristinmouth", "state": "Norrisbury", "countryOrRegion": "XD", "geoCoordinates": {"latitude": 26.278784, "longitude": -92.042573}}, "correlationId": "5f202cc4-c55a-4dc5-870c-4114c4e84b81", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "2aa2423f-8547-4c33-8f56-6c149c27c2c3", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 77, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Foko Retail Service", "resourceId": "24578515-1951-4064-967d-0d2acaf0aa70", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 214655, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "fI0vyAtvplTJyl9ulxxdawHCoSJTOy3KPEeqCoJ3yhpBtc0t", "incomingTokenType": "none", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "0e68752b-7dfa-400b-a6f5-1b54af90696a", "rngcStatus": 0}}, {"time": "2022-08-03T00:27:13.290677Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "156.206.181.119", "correlationId": "007a0c56-3f05-42ca-a840-98b24a4b3261", "identity": "Cynthia Perry", "Level": 4, "location": "XY", "properties": {"id": "2103c286-9815-4052-88cd-9debef9e5400", "createdDateTime": "2022-08-03T00:27:13.376677Z", "userDisplayName": "Cynthia Perry", "userPrincipalName": "cperry@domain.com", "userId": "ac5fa380-9d5b-470e-beb2-5ba10aca48e6", "appId": "9de6e985-97a5-4d82-9c45-aedaa9c25ef9", "appDisplayName": "AWS Single-Account Access", "ipAddress": "156.206.181.119", "status": {"errorCode": 0}, "clientAppUsed": "Browser", "deviceDetail": {"deviceId": "", "operatingSystem": "Windows"}, "location": {"city": "Hannaville", "state": "Thomashaven", "countryOrRegion": "XY", "geoCoordinates": {"latitude": 1.1452695, "longitude": 128.249211}}, "correlationId": "0e40abbc-3d96-4b20-a8b8-92fd184c51d4", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "bfd972aa-a80d-4c5a-b91c-ddb63944f833", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "processingTimeInMilliseconds": 86, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "AWS Single-Account Access Service", "resourceId": "72f0186d-d327-46c9-a8ff-497e0caa8691", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 279165, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "tCeKLj2g5GmYSmTGtzXftkmVZ0RKhNqzgEPWOq8ZCDbx8XG1", "incomingTokenType": "none", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": null}}, {"time": "2022-08-03T00:52:24.290854Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "50158", "resultSignature": "None", "resultDescription": "External security challenge was not satisfied.", "durationMs": 0, "callerIpAddress": "44.22.19.201", "correlationId": "b8646ae8-f16e-49c7-b905-eb357ecec15f", "identity": "Thomas Price", "Level": 4, "location": "XN", "properties": {"id": "8bc588a3-ee52-4f64-9b78-b883fbbd7800", "createdDateTime": "2022-08-03T00:52:24.436854Z", "userDisplayName": "Thomas Price", "userPrincipalName": "tprice@domain.com", "userId": "32109ee2-ee4f-4d11-9c38-2556aec0f2b5", "appId": "9a7e67c7-6f05-42a3-b226-97c7ec3e9696", "appDisplayName": "Adobe Identity Management", "ipAddress": "44.22.19.201", "status": {"errorCode": 50158, "failureReason": "External security challenge was not satisfied."}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (X11; Linux i686) AppleWebKit/535.2 (KHTML, like Gecko) Chrome/22.0.843.0 Safari/535.2 Edge/118.12158", "deviceDetail": {"deviceId": "35819889-abdc-47e0-b28d-5195d26e941f", "displayName": "THOMASPRICE-LT", "operatingSystem": "Windows 10", "browser": "Edge 118.12158", "trustType": "Hybrid Azure AD joined"}, "location": {"city": "Littlemouth", "state": "Alexanderfurt", "countryOrRegion": "XN", "geoCoordinates": {"latitude": 25.4437255, "longitude": -109.530885}}, "correlationId": "a351e991-e877-4172-b017-a697c58035bd", "conditionalAccessStatus": "failure", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "f6177103-e428-4a9d-9914-6b0b08379bf8", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 146, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Adobe Identity Management Service", "resourceId": "30663ca7-f8a9-43ab-8ca1-7906bdbc1485", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 230297, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "Ta7WaUM69r52mmvbWUV0tTgtzeYQdsF1dd5facujUE9CoGyB", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "a6c259e5-7f16-48b2-a9f3-75becd6daa9b", "rngcStatus": 0}}, {"time": "2022-08-03T01:05:35.616192Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "1.210.58.10", "correlationId": "be211605-2f46-4725-aa04-b7fc09a7f4a1", "identity": "Keith Sheppard", "Level": 4, "location": "XD", "properties": {"id": "e77f7dfb-e270-4e13-aaf4-2697e4d56100", "createdDateTime": "2022-08-03T01:05:35.722192Z", "userDisplayName": "Keith Sheppard", "userPrincipalName": "ksheppard@domain.com", "userId": "05bd48f1-91d2-4c2d-9a7c-80e80f561b3c", "appId": "18bf60fa-77dd-4aad-891d-af82ca87dd06", "appDisplayName": "FortiGate SSL VPN", "ipAddress": "1.210.58.10", "status": {"errorCode": 0}, "clientAppUsed": "Browser", "deviceDetail": {"deviceId": "639815fd-5018-4e38-9d81-67538b2ce460", "displayName": "KEITHSHEPPARD-LT", "operatingSystem": "Windows", "browser": "Rich Client 4.22.0.0", "trustType": "Azure AD registered"}, "location": {"city": "Cooperhaven", "state": "Norrisbury", "countryOrRegion": "XD", "geoCoordinates": {"latitude": 70.436398, "longitude": -23.873747}}, "correlationId": "093e71ca-19ca-40ea-bc9f-c18a4c3815fa", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "32abb9a4-bad8-438d-8190-6b7c203cc5e0", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "processingTimeInMilliseconds": 106, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "FortiGate SSL VPN Service", "resourceId": "a1edee32-85c4-4a57-afcb-5853873a47e7", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 69487, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "a8mp8b845k2VlC6NhrEygtcAFcVCVE6J3JNykEM3wGHIaBiD", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "0898af19-dfef-4b51-a918-f534c473013d"}}, {"time": "2022-08-03T01:17:02.402862Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "105.169.153.183", "correlationId": "49af86df-1a1d-4f50-9785-ff8b9a2315b0", "identity": "Jim Gonzalez", "Level": 4, "location": "XR", "properties": {"id": "20f677f0-ddf9-46df-bf50-9e2970878d00", "createdDateTime": "2022-08-03T01:17:02.525862Z", "userDisplayName": "Jim Gonzalez", "userPrincipalName": "jgonzalez@domain.com", "userId": "95090045-a9c5-489c-adee-2db430a3333a", "appId": "b6eb5487-41e5-4254-acc5-72fbd850bd1e", "appDisplayName": "Google Cloud / G Suite Connector by Microsoft", "ipAddress": "105.169.153.183", "status": {"errorCode": 0}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (Windows NT 4.0) AppleWebKit/532.1 (KHTML, like Gecko) Chrome/38.0.801.0 Safari/532.1 Edge/19.15284", "deviceDetail": {"deviceId": "15135d1f-cb47-4bd8-b76d-90a9171c09bd", "displayName": "JIMGONZALEZ-LT", "operatingSystem": "Windows 10", "browser": "Edge 19.15284", "trustType": "Azure AD registered"}, "location": {"city": "Santosborough", "state": "Smithton", "countryOrRegion": "XR", "geoCoordinates": {"latitude": 12.8350355, "longitude": 138.359011}}, "correlationId": "c40a57c8-41f1-4c65-b01e-a61f8f53eb89", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "aaf1b2c2-f153-44df-8cfb-f5169c2cbb63", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 123, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Google Cloud / G Suite Connector by Microsoft Service", "resourceId": "47e06079-6a63-42ab-89ea-840a60f3ea94", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 256668, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "ROZWowEbfyWRpOFkydp3QS0j2Dmbzz8CAruRXYhOMQo4pRDd", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "af115473-a920-4919-a03a-7215ca304189", "rngcStatus": 0}}, {"time": "2022-08-03T01:33:00.567926Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "91.132.253.146", "correlationId": "1a6cc872-d9f1-44b8-b9a4-76d8f046fd0d", "identity": "Aaron Cole", "Level": 4, "location": "XD", "properties": {"id": "8fcd3dec-5cc1-4573-b657-ef9545797200", "createdDateTime": "2022-08-03T01:33:00.643926Z", "userDisplayName": "Aaron Cole", "userPrincipalName": "acole@domain.com", "userId": "5d557969-1645-4ba4-be83-b6fd943659f7", "appId": "18bf60fa-77dd-4aad-891d-af82ca87dd06", "appDisplayName": "FortiGate SSL VPN", "ipAddress": "91.132.253.146", "status": {"errorCode": 0}, "clientAppUsed": "Browser", "deviceDetail": {"deviceId": "", "operatingSystem": "Windows", "browser": "Rich Client 4.22.0.0"}, "location": {"city": "Rickshire", "state": "Norrisbury", "countryOrRegion": "XD", "geoCoordinates": {"latitude": -78.5751045, "longitude": 58.329246}}, "correlationId": "8059e765-9e40-4872-9245-c9b2685b1ae4", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "6fff2fdf-7224-4aab-83cb-1f44b0128b14", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 76, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "FortiGate SSL VPN", "resourceId": "51e679b4-5774-4b5f-9636-df5ea66b9380", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 214655, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "CchGWbeQDav2YSJUtAPgJd5MvAxm3jysOudr5qeDdkIPzO27", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "6e8f419c-7f10-40b1-a52a-e4fb253c74c2", "rngcStatus": 0}}, {"time": "2022-08-03T01:41:01.935851Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "50158", "resultSignature": "None", "resultDescription": "External security challenge was not satisfied.", "durationMs": 0, "callerIpAddress": "92.110.109.246", "correlationId": "9264aab6-1c2f-4159-8868-ba6c0fde2584", "identity": "Thomas Price", "Level": 4, "location": "XR", "properties": {"id": "b7f5af53-c3a8-4597-83ff-57a23b4a6f00", "createdDateTime": "2022-08-03T01:41:02.090851Z", "userDisplayName": "Thomas Price", "userPrincipalName": "tprice@domain.com", "userId": "32109ee2-ee4f-4d11-9c38-2556aec0f2b5", "appId": "79510a8f-6421-4348-a2ea-bcc2b02485c1", "appDisplayName": "Cisco AnyConnect", "ipAddress": "92.110.109.246", "status": {"errorCode": 50158, "failureReason": "External security challenge was not satisfied."}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (X11; Linux i686) AppleWebKit/535.2 (KHTML, like Gecko) Chrome/22.0.843.0 Safari/535.2 Edge/118.12158", "deviceDetail": {"deviceId": "35819889-abdc-47e0-b28d-5195d26e941f", "displayName": "THOMASPRICE-LT", "operatingSystem": "Windows 10", "browser": "Edge 118.12158", "trustType": "Hybrid Azure AD joined"}, "location": {"city": "Port Denisetown", "state": "Smithton", "countryOrRegion": "XR", "geoCoordinates": {"latitude": 3.5518965, "longitude": 131.871582}}, "correlationId": "29395ab9-8803-4305-8aec-064be857f65d", "conditionalAccessStatus": "failure", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "bf75e027-1f25-404f-8fa6-3c834f35ec41", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 155, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Cisco AnyConnect Online", "resourceId": "5d5b8d28-6a28-472e-b837-a4094e466965", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 230297, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "LoWpTrpObbabPIremJrc5AOmZORyE3j40uidvFpZ1FNrEalv", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "15655e1f-5005-4c53-b3c0-c4a1d1ca5e9e", "rngcStatus": 0}}, {"time": "2022-08-03T02:01:45.777817Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "105.169.153.183", "correlationId": "6fc4ef66-6122-4dfa-811d-e4b02c2e78fe", "identity": "Jim Gonzalez", "Level": 4, "location": "XR", "properties": {"id": "cc6dad61-5ab1-455b-ace9-7721cc406c00", "createdDateTime": "2022-08-03T02:01:45.902817Z", "userDisplayName": "Jim Gonzalez", "userPrincipalName": "jgonzalez@domain.com", "userId": "95090045-a9c5-489c-adee-2db430a3333a", "appId": "9a7e67c7-6f05-42a3-b226-97c7ec3e9696", "appDisplayName": "Adobe Identity Management", "ipAddress": "105.169.153.183", "status": {"errorCode": 0}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (Windows NT 4.0) AppleWebKit/532.1 (KHTML, like Gecko) Chrome/38.0.801.0 Safari/532.1 Edge/19.15284", "deviceDetail": {"deviceId": "15135d1f-cb47-4bd8-b76d-90a9171c09bd", "displayName": "JIMGONZALEZ-LT", "operatingSystem": "Windows 10", "browser": "Edge 19.15284", "trustType": "Azure AD registered"}, "location": {"city": "Santosborough", "state": "Smithton", "countryOrRegion": "XR", "geoCoordinates": {"latitude": 12.8350355, "longitude": 138.359011}}, "correlationId": "28c18807-5841-4e51-a169-91266e9ce9aa", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "6314ccb9-ee28-4ec3-87a8-48fa377a501b", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 125, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Adobe Identity Management Service", "resourceId": "716aba4b-c9f6-4449-afd5-9a63e6544db2", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 256668, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "9QowktKL6jB7KMXiv3rd5f2Fwy3KCkv3ZfeKKc9GpGDjGLK2", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "91299e6a-641e-45f3-8eb9-00c8dc321db1", "rngcStatus": 0}}, {"time": "2022-08-03T02:25:30.368027Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "44.22.19.201", "correlationId": "b8cd46c7-2678-4d5c-bb17-710020a08bcd", "identity": "David Johnson", "Level": 4, "location": "XN", "properties": {"id": "05126ca7-c65f-4544-8acb-9d503ff94400", "createdDateTime": "2022-08-03T02:25:30.501027Z", "userDisplayName": "David Johnson", "userPrincipalName": "djohnson@domain.com", "userId": "ff2ae3d2-8cd2-4bd6-b65d-49c5ad946c7f", "appId": "9a7e67c7-6f05-42a3-b226-97c7ec3e9696", "appDisplayName": "Adobe Identity Management", "ipAddress": "44.22.19.201", "status": {"errorCode": 0}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (Windows NT 4.0) AppleWebKit/531.1 (KHTML, like Gecko) Chrome/20.0.823.0 Safari/531.1 Edge/87.11424", "deviceDetail": {"deviceId": "8fb0ff79-f116-4f20-8ca8-36b3f8d68865", "displayName": "DAVIDJOHNSON-LT", "operatingSystem": "Windows 10", "browser": "Edge 87.11424", "trustType": "Azure AD registered"}, "location": {"city": "Littlemouth", "state": "Alexanderfurt", "countryOrRegion": "XN", "geoCoordinates": {"latitude": 25.4437255, "longitude": -109.530885}}, "correlationId": "fc9f02b3-0bdc-48ed-96e8-48fae759df56", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "5ff504c8-36e1-4962-bb02-50741bb69a03", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 133, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Adobe Identity Management Service", "resourceId": "30663ca7-f8a9-43ab-8ca1-7906bdbc1485", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 230297, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "l0okvDrlOQshXPbjLPZ3KwvnBdkRyK9LNcS7oGZARx7Gwjv9", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "a6c259e5-7f16-48b2-a9f3-75becd6daa9b", "rngcStatus": 0}}, {"time": "2022-08-03T02:25:48.085314Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "1.210.58.10", "correlationId": "d49b1d64-0609-4f7d-bd7b-861ea4aea21b", "identity": "Keith Sheppard", "Level": 4, "location": "XD", "properties": {"id": "09f5a465-b9bd-4377-a98a-f7dd08d43d00", "createdDateTime": "2022-08-03T02:25:48.195314Z", "userDisplayName": "Keith Sheppard", "userPrincipalName": "ksheppard@domain.com", "userId": "05bd48f1-91d2-4c2d-9a7c-80e80f561b3c", "appId": "9de6e985-97a5-4d82-9c45-aedaa9c25ef9", "appDisplayName": "AWS Single-Account Access", "ipAddress": "1.210.58.10", "status": {"errorCode": 0}, "clientAppUsed": "Browser", "deviceDetail": {"deviceId": "639815fd-5018-4e38-9d81-67538b2ce460", "displayName": "KEITHSHEPPARD-LT", "operatingSystem": "Windows", "trustType": "Azure AD registered"}, "location": {"city": "Cooperhaven", "state": "Norrisbury", "countryOrRegion": "XD", "geoCoordinates": {"latitude": 70.436398, "longitude": -23.873747}}, "correlationId": "f4452aae-de3c-4a9e-9424-ac27a58c5494", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "3128e1c8-6119-4ea3-92bc-802f9ca62de5", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "processingTimeInMilliseconds": 110, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "AWS Single-Account Access Service", "resourceId": "f0630e90-b752-4960-bfb9-a0794fc34930", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 69487, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "Dn0Tmpl6KmH3LIY79W052mjRZJI85D3nQJVhMUEQQbjTEqAU", "incomingTokenType": "none", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "1f37c851-4be4-455b-928a-fbde7845a68a"}}, {"time": "2022-08-03T02:36:48.847591Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "205.33.24.92", "correlationId": "8b4c9d76-126b-4b3c-aaac-546a1b2a5c1d", "identity": "Vanessa Ramirez", "Level": 4, "location": "XD", "properties": {"id": "0a5d29f3-d2f6-475a-8ab8-e72bd1916a00", "createdDateTime": "2022-08-03T02:36:48.974591Z", "userDisplayName": "Vanessa Ramirez", "userPrincipalName": "vramirez@domain.com", "userId": "5d72b7ed-62ea-4b94-b931-ccef65d71ebd", "appId": "9a7e67c7-6f05-42a3-b226-97c7ec3e9696", "appDisplayName": "Adobe Identity Management", "ipAddress": "205.33.24.92", "status": {"errorCode": 0}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (X11; Linux i686) AppleWebKit/532.2 (KHTML, like Gecko) Chrome/21.0.853.0 Safari/532.2 Edge/89.19380", "deviceDetail": {"deviceId": "e395a3f4-8f2d-4170-804f-d3e13ce3151b", "displayName": "VANESSARAMIREZ-LT", "operatingSystem": "Windows 10", "browser": "Edge 89.19380", "trustType": "Azure AD registered"}, "location": {"city": "Kristinmouth", "state": "Norrisbury", "countryOrRegion": "XD", "geoCoordinates": {"latitude": 26.278784, "longitude": -92.042573}}, "correlationId": "2d2a85ee-7200-41ed-ad33-df7c363c9661", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "a33b6418-1e5f-4939-b789-131b2ec6588d", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 127, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Adobe Identity Management Service", "resourceId": "7d6a0897-8b82-49e9-90e2-d482fb9202bd", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 214655, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "yRxNQ6W1lVlXpKVOz5l4OPBLnLiut1aoXlbTg3Ga3rhva5ls", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "537d9419-7e2b-4778-9102-62256bcfcf45", "rngcStatus": 0}}, {"time": "2022-08-03T02:39:19.007309Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "1.210.58.10", "correlationId": "37e5c8d5-5cfb-49ee-bca1-1cec30c56184", "identity": "Keith Sheppard", "Level": 4, "location": "XD", "properties": {"id": "f95b27fd-8962-466c-86b8-58981c028d00", "createdDateTime": "2022-08-03T02:39:19.081309Z", "userDisplayName": "Keith Sheppard", "userPrincipalName": "ksheppard@domain.com", "userId": "05bd48f1-91d2-4c2d-9a7c-80e80f561b3c", "appId": "2eae4ad1-8cae-48fe-b718-76bd66e2fc7f", "appDisplayName": "Bipsync", "ipAddress": "1.210.58.10", "status": {"errorCode": 0}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (Windows NT 4.0) AppleWebKit/531.1 (KHTML, like Gecko) Chrome/20.0.823.0 Safari/531.1 Edge/87.11424", "deviceDetail": {"deviceId": "639815fd-5018-4e38-9d81-67538b2ce460", "displayName": "KEITHSHEPPARD-LT", "operatingSystem": "Windows 10", "browser": "Edge 87.11424", "trustType": "Azure AD registered"}, "location": {"city": "Cooperhaven", "state": "Norrisbury", "countryOrRegion": "XD", "geoCoordinates": {"latitude": 70.436398, "longitude": -23.873747}}, "correlationId": "0c5d459b-ae02-47d1-acd3-06d7f5bb2eee", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "7d2c3d66-8de9-4b73-add6-fa331f8b00e0", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 74, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Bipsync Service", "resourceId": "4b482d0a-88be-43f3-a771-aaf19d9bbf70", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 69487, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "FfkQA8n7dlw3svYdgklhD7meMcFXOtPWL3fDC6CPs8NzahCF", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "b4d48f3a-639f-4f89-a099-2fdd27423d1f", "rngcStatus": 0}}, {"time": "2022-08-03T02:41:36.221429Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "42.62.103.34", "correlationId": "8861f7fd-a1fc-4e99-a5f0-f16421b33bb1", "identity": "Joseph Taylor", "Level": 4, "location": "XF", "properties": {"id": "0a5d29f3-d2f6-475a-8ab8-e72b03bc6700", "createdDateTime": "2022-08-03T02:41:36.319429Z", "userDisplayName": "Joseph Taylor", "userPrincipalName": "jtaylor@domain.com", "userId": "af9847eb-c773-41ae-bf94-42747c5e986c", "appId": "e47a1d38-5f61-45cd-b1b9-bc92f525c598", "appDisplayName": "Altoura", "ipAddress": "42.62.103.34", "status": {"errorCode": 0, "additionalDetails": "MFA requirement satisfied by claim in the token"}, "clientAppUsed": "Browser", "userAgent": "Mozilla/5.0 (Linux; Android 2.3.5) AppleWebKit/532.2 (KHTML, like Gecko) Chrome/46.0.898.0 Safari/532.2 Edge/105.19198", "deviceDetail": {"deviceId": "76b96bd3-e5d7-49ee-b195-bf363facdb3d", "displayName": "JOSEPHTAYLOR-LT", "operatingSystem": "Windows 10", "browser": "Edge 105.19198", "isCompliant": true, "isManaged": true, "trustType": "Azure AD joined"}, "location": {"city": "Jessicafurt", "state": "Smithbury", "countryOrRegion": "XF", "geoCoordinates": {"latitude": 17.5082395, "longitude": -115.304215}}, "mfaDetail": {}, "correlationId": "03e780e9-e112-4607-90a8-10b9cb4bad33", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "784d1ab1-362b-446a-a477-06e7f166fdef", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 98, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Altoura Online", "resourceId": "9a84f55e-3a40-492c-9476-e069f64ed7a6", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 393508, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "Q4APtkexlB5MoNtArNkgvaJvXJDPkjEBMNWDI68qEFMvT3eE", "incomingTokenType": "none", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "37ee873b-f901-4e25-be69-010243106d0f", "rngcStatus": 0}}, {"time": "2022-08-03T02:43:08.013083Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "50158", "resultSignature": "None", "resultDescription": "External security challenge was not satisfied.", "durationMs": 0, "callerIpAddress": "105.169.153.183", "correlationId": "a78430f1-0ce1-4523-99e3-2db14c2a9194", "identity": "Thomas Price", "Level": 4, "location": "XR", "properties": {"id": "23856212-0a3a-4f29-a3b7-e1769ec29700", "createdDateTime": "2022-08-03T02:43:08.145083Z", "userDisplayName": "Thomas Price", "userPrincipalName": "tprice@domain.com", "userId": "32109ee2-ee4f-4d11-9c38-2556aec0f2b5", "appId": "79510a8f-6421-4348-a2ea-bcc2b02485c1", "appDisplayName": "Cisco AnyConnect", "ipAddress": "105.169.153.183", "status": {"errorCode": 50158, "failureReason": "External security challenge was not satisfied."}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (X11; Linux i686) AppleWebKit/535.2 (KHTML, like Gecko) Chrome/22.0.843.0 Safari/535.2 Edge/118.12158", "deviceDetail": {"deviceId": "2b85c59f-331a-4b61-9a44-9d3d6df62a06", "displayName": "THOMASPRICE-LT", "operatingSystem": "Windows 10", "browser": "Edge 118.12158", "trustType": "Hybrid Azure AD joined"}, "location": {"city": "Santosborough", "state": "Smithton", "countryOrRegion": "XR", "geoCoordinates": {"latitude": 12.8350355, "longitude": 138.359011}}, "correlationId": "c5190101-f4b5-4d9e-90cd-7646b0b4039e", "conditionalAccessStatus": "failure", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "569e6cf9-aa1c-4af7-a554-0f21457715cb", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 132, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Cisco AnyConnect Online", "resourceId": "5d5b8d28-6a28-472e-b837-a4094e466965", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 256668, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "z4boKHmNVb1pDYKOfuRxSvVQzFApfbSSvSNiPeGYJfxw2Pyq", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "15655e1f-5005-4c53-b3c0-c4a1d1ca5e9e", "rngcStatus": 0}}, {"time": "2022-08-03T02:53:45.256180Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "105.169.153.183", "correlationId": "77a545c3-0111-4ef9-82fe-798fcaecef52", "identity": "Jim Gonzalez", "Level": 4, "location": "XR", "properties": {"id": "1c658931-6466-4ef6-9398-7404f86f6c00", "createdDateTime": "2022-08-03T02:53:45.393180Z", "userDisplayName": "Jim Gonzalez", "userPrincipalName": "jgonzalez@domain.com", "userId": "95090045-a9c5-489c-adee-2db430a3333a", "appId": "e980a200-4916-4fcb-ae5a-3dee8f09d976", "appDisplayName": "Adoddle cSaas Platform", "ipAddress": "105.169.153.183", "status": {"errorCode": 0}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (Windows NT 4.0) AppleWebKit/532.1 (KHTML, like Gecko) Chrome/38.0.801.0 Safari/532.1 Edge/19.15284", "deviceDetail": {"deviceId": "15135d1f-cb47-4bd8-b76d-90a9171c09bd", "displayName": "JIMGONZALEZ-LT", "operatingSystem": "Windows 10", "browser": "Edge 19.15284", "trustType": "Azure AD registered"}, "location": {"city": "Santosborough", "state": "Smithton", "countryOrRegion": "XR", "geoCoordinates": {"latitude": 12.8350355, "longitude": 138.359011}}, "correlationId": "3d98d7be-b15a-451d-93cf-3d9469bfb2e4", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "019e3b05-ed16-4abb-a21b-86a290df49e6", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 137, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Adoddle cSaas Platform Online", "resourceId": "2437523d-228a-44c0-b408-0de8a8a8276c", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 256668, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "2oLGg3KUpcMnyybrjERHfKcawPxkZ5sazZVfLOcZSuq1Bt8v", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "0eae9886-2d60-475f-9a14-3151a1cfa557", "rngcStatus": 0}}, {"time": "2022-08-03T03:04:39.062468Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "156.206.181.119", "correlationId": "3f49bb47-ed98-45c8-8d55-559973753069", "identity": "Cynthia Perry", "Level": 4, "location": "XY", "properties": {"id": "13398d70-a5db-4e32-a8b5-aca54a0f9800", "createdDateTime": "2022-08-03T03:04:39.160468Z", "userDisplayName": "Cynthia Perry", "userPrincipalName": "cperry@domain.com", "userId": "ac5fa380-9d5b-470e-beb2-5ba10aca48e6", "appId": "9de6e985-97a5-4d82-9c45-aedaa9c25ef9", "appDisplayName": "AWS Single-Account Access", "ipAddress": "156.206.181.119", "status": {"errorCode": 0}, "clientAppUsed": "Browser", "deviceDetail": {"deviceId": "", "operatingSystem": "Windows"}, "location": {"city": "Hannaville", "state": "Thomashaven", "countryOrRegion": "XY", "geoCoordinates": {"latitude": 1.1452695, "longitude": 128.249211}}, "correlationId": "9a68da5b-1f15-40c9-a002-f5e91e413431", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "acdc77cf-4ea6-40a8-aaf5-fa742d16c943", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 98, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "AWS Single-Account Access Service", "resourceId": "f0630e90-b752-4960-bfb9-a0794fc34930", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 279165, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "8gmO7pWBE4bYYrUVEbvHNVqNSoqVGtXJKunqSopR5Fgrz2Me", "incomingTokenType": "none", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "1f37c851-4be4-455b-928a-fbde7845a68a", "rngcStatus": 0}}, {"time": "2022-08-03T03:14:23.770927Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "42.62.103.34", "correlationId": "8e4855cb-dc94-47b6-8c25-ffe941bbb37a", "identity": "Joseph Taylor", "Level": 4, "location": "XF", "properties": {"id": "37de7214-048f-4127-804b-5086bd986300", "createdDateTime": "2022-08-03T03:14:23.882927Z", "userDisplayName": "Joseph Taylor", "userPrincipalName": "jtaylor@domain.com", "userId": "af9847eb-c773-41ae-bf94-42747c5e986c", "appId": "895b9fb3-4084-4f9f-a314-d082d67e3c5c", "appDisplayName": "Airstack", "ipAddress": "42.62.103.34", "status": {"errorCode": 0, "additionalDetails": "MFA requirement satisfied by claim in the token"}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (iPad; CPU iPad OS 14_2 like Mac OS X) AppleWebKit/535.2 (KHTML, like Gecko) CriOS/33.0.816.0 Mobile/88O531 Safari/535.2 Edge/117.19612", "deviceDetail": {"deviceId": "76b96bd3-e5d7-49ee-b195-bf363facdb3d", "displayName": "JOSEPHTAYLOR-LT", "operatingSystem": "Windows 10", "browser": "Edge 117.19612", "isCompliant": true, "isManaged": true, "trustType": "Azure AD joined"}, "location": {"city": "Jessicafurt", "state": "Smithbury", "countryOrRegion": "XF", "geoCoordinates": {"latitude": 17.5082395, "longitude": -115.304215}}, "mfaDetail": {}, "correlationId": "e61c1408-b369-4fdc-a05c-5fc2e694f834", "conditionalAccessStatus": "notApplied", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "d831f287-9ad8-4487-8419-cd161b8631e6", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 112, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Airstack Service", "resourceId": "24578515-1951-4064-967d-0d2acaf0aa70", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 393508, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "2OhSIeGDjrVIiz16n491yWfWQGgMB6WQ4i9mZ8CQ1GYlt0hJ", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "0e68752b-7dfa-400b-a6f5-1b54af90696a", "rngcStatus": 0}}, {"time": "2022-08-03T03:50:21.903635Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "50158", "resultSignature": "None", "resultDescription": "External security challenge was not satisfied.", "durationMs": 0, "callerIpAddress": "44.22.19.201", "correlationId": "f39eb1f7-c091-45da-a486-838dd6b0cc5d", "identity": "Thomas Price", "Level": 4, "location": "XN", "properties": {"id": "a053210b-0623-42cf-bb99-25ffe02f5d00", "createdDateTime": "2022-08-03T03:50:22.026635Z", "userDisplayName": "Thomas Price", "userPrincipalName": "tprice@domain.com", "userId": "32109ee2-ee4f-4d11-9c38-2556aec0f2b5", "appId": "9a7e67c7-6f05-42a3-b226-97c7ec3e9696", "appDisplayName": "Adobe Identity Management", "ipAddress": "44.22.19.201", "status": {"errorCode": 50158, "failureReason": "External security challenge was not satisfied."}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (X11; Linux i686) AppleWebKit/535.2 (KHTML, like Gecko) Chrome/22.0.843.0 Safari/535.2 Edge/118.12158", "deviceDetail": {"deviceId": "a31478d2-f778-4d5a-b081-22579a9edcbe", "displayName": "THOMASPRICE-LT", "operatingSystem": "Windows 10", "browser": "Edge 118.12158", "trustType": "Hybrid Azure AD joined"}, "location": {"city": "Littlemouth", "state": "Alexanderfurt", "countryOrRegion": "XN", "geoCoordinates": {"latitude": 25.4437255, "longitude": -109.530885}}, "correlationId": "ad4b9395-e873-43e9-a12c-6f8ce8c0aeed", "conditionalAccessStatus": "failure", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "ce1a2c0c-5e82-455a-a1dd-8ccb87aec414", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "processingTimeInMilliseconds": 123, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Adobe Identity Management Service", "resourceId": "30663ca7-f8a9-43ab-8ca1-7906bdbc1485", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 230297, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "H4SrCnmDJG1lzMJXgeVoc0KYgEfxrxJ1XP6O4MtlEp6rCly8", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "a6c259e5-7f16-48b2-a9f3-75becd6daa9b"}}, {"time": "2022-08-03T04:28:09.197742Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "199.12.127.103", "correlationId": "80663f00-dcb7-4b07-ab7e-c05f595d5134", "identity": "Jacob Meyers", "Level": 4, "location": "XG", "properties": {"id": "df70b726-7756-4baa-9a7d-5ac9ce448e00", "createdDateTime": "2022-08-03T04:28:09.275742Z", "userDisplayName": "Jacob Meyers", "userPrincipalName": "jmeyers@domain.com", "userId": "c63a67b0-1651-4a8a-9560-cc703cdad5ad", "appId": "2eae4ad1-8cae-48fe-b718-76bd66e2fc7f", "appDisplayName": "Bipsync", "ipAddress": "199.12.127.103", "status": {"errorCode": 0}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (iPad; CPU iPad OS 9_3_6 like Mac OS X) AppleWebKit/536.1 (KHTML, like Gecko) CriOS/42.0.865.0 Mobile/77O124 Safari/536.1 Edge/99.14477", "deviceDetail": {"deviceId": "68cb982e-f215-496c-89bb-cc07716ff474", "displayName": "JACOBMEYERS-LT", "operatingSystem": "Windows 10", "browser": "Edge 99.14477", "trustType": "Azure AD registered"}, "location": {"city": "Port Nathan", "state": "Newmanville", "countryOrRegion": "XG", "geoCoordinates": {"latitude": 23.244641, "longitude": -113.392021}}, "correlationId": "2ea6e64e-6de9-44a1-a958-8a03f4f25042", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "d06d5cc1-7c7a-4116-a36d-c03e6d72f408", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 78, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Bipsync Service", "resourceId": "9a84f55e-3a40-492c-9476-e069f64ed7a6", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 282405, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "jTIDZTQ5YTVppsL4gIodqTdgLEYWD06n85OLQpFdpWaMBlOy", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "37ee873b-f901-4e25-be69-010243106d0f", "rngcStatus": 0}}, {"time": "2022-08-03T04:32:50.740076Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "156.206.181.119", "correlationId": "1bee6def-9618-41ad-af17-40754bd904cd", "identity": "Cynthia Perry", "Level": 4, "location": "XY", "properties": {"id": "0b47e51c-29c9-47e9-b397-9da6ab0a5700", "createdDateTime": "2022-08-03T04:32:50.847076Z", "userDisplayName": "Cynthia Perry", "userPrincipalName": "cperry@domain.com", "userId": "ac5fa380-9d5b-470e-beb2-5ba10aca48e6", "appId": "9de6e985-97a5-4d82-9c45-aedaa9c25ef9", "appDisplayName": "AWS Single-Account Access", "ipAddress": "156.206.181.119", "status": {"errorCode": 0}, "clientAppUsed": "Browser", "deviceDetail": {"deviceId": "", "operatingSystem": "Windows"}, "location": {"city": "Hannaville", "state": "Thomashaven", "countryOrRegion": "XY", "geoCoordinates": {"latitude": 1.1452695, "longitude": 128.249211}}, "correlationId": "66632f46-6e30-42aa-a3db-77865c9d7316", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "358f3fd2-12f7-415f-936c-56e3efa584c9", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "processingTimeInMilliseconds": 107, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "AWS Single-Account Access Service", "resourceId": "f0630e90-b752-4960-bfb9-a0794fc34930", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 279165, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "GgLq20r4Tq4QiXPWBZsJkTH2kgT1UDShPZURFOkLQk1UoNZn", "incomingTokenType": "none", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "1f37c851-4be4-455b-928a-fbde7845a68a"}}, {"time": "2022-08-03T04:32:58.460152Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "13.113.40.157", "correlationId": "3ae6042c-6d55-455e-90a2-bdf337ea40e4", "identity": "Attack Target", "Level": 4, "location": "XR", "properties": {"id": "95854fa2-5be6-4c9a-9e31-8e17c6223300", "createdDateTime": "2022-08-03T04:32:58.589152Z", "userDisplayName": "Attack Target", "userPrincipalName": "attacktarget@domain.com", "userId": "d735e84b-dcca-404d-9f7d-700f360f41a6", "appId": "9a7e67c7-6f05-42a3-b226-97c7ec3e9696", "appDisplayName": "Adobe Identity Management", "ipAddress": "13.113.40.157", "status": {"errorCode": 0}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (iPad; CPU iPad OS 9_3_6 like Mac OS X) AppleWebKit/536.1 (KHTML, like Gecko) CriOS/42.0.865.0 Mobile/77O124 Safari/536.1 Edge/99.14477", "deviceDetail": {"deviceId": "a44625dc-6f81-449a-9799-8005f7209b42", "displayName": "ATTACKTARGET-LT", "operatingSystem": "Windows 10", "browser": "Edge 99.14477", "trustType": "Azure AD registered"}, "location": {"city": "New John", "state": "Smithfort", "countryOrRegion": "XR", "geoCoordinates": {"latitude": -89.144242, "longitude": 168.119022}}, "correlationId": "dc498f10-7960-4049-b07e-6bb3308fb6bc", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "53b7efc1-2cc4-43db-9eac-35df0bde1537", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 129, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Adobe Identity Management Service", "resourceId": "30663ca7-f8a9-43ab-8ca1-7906bdbc1485", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 34974, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "a8Mu1onMdsYGl82vQkxsl7sXXkR8ILLRTt8bWkhKFKpqY3hz", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "a6c259e5-7f16-48b2-a9f3-75becd6daa9b", "rngcStatus": 0}}, {"time": "2022-08-03T04:33:29.267402Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "SignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "91.132.253.146", "correlationId": "1da7e034-8621-4489-b36c-25a5a8873729", "identity": "Aaron Cole", "Level": 4, "location": "XD", "properties": {"id": "7d318455-34d8-4ae2-8167-c67cd9cf5000", "createdDateTime": "2022-08-03T04:33:29.361402Z", "userDisplayName": "Aaron Cole", "userPrincipalName": "acole@domain.com", "userId": "5d557969-1645-4ba4-be83-b6fd943659f7", "appId": "18bf60fa-77dd-4aad-891d-af82ca87dd06", "appDisplayName": "FortiGate SSL VPN", "ipAddress": "91.132.253.146", "status": {"errorCode": 0}, "clientAppUsed": "Browser", "userAgent": "Mozilla/5.0 (Linux; Android 2.3.5) AppleWebKit/532.2 (KHTML, like Gecko) Chrome/46.0.898.0 Safari/532.2 Edge/105.19198", "deviceDetail": {"deviceId": "", "operatingSystem": "Windows 10", "browser": "Edge 105.19198"}, "location": {"city": "Rickshire", "state": "Norrisbury", "countryOrRegion": "XD", "geoCoordinates": {"latitude": -78.5751045, "longitude": 58.329246}}, "correlationId": "4f2b033f-12b0-4ece-8d08-74f8d93ba194", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "f444ce55-4fec-424d-8b24-3662c706561d", "isInteractive": true, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "processingTimeInMilliseconds": 94, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "FortiGate SSL VPN Service", "resourceId": "24578515-1951-4064-967d-0d2acaf0aa70", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 214655, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "fPOcIeUdUB69sl0eCfWOYGMgcWHVUv9OcCxKEXwRPbiEM4vS", "incomingTokenType": "none", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "0e68752b-7dfa-400b-a6f5-1b54af90696a"}}, {"time": "2022-08-03T04:40:44.300668Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "156.206.181.119", "correlationId": "1b5de9f8-a3c4-4f2a-a69e-830b800347bc", "identity": "Cynthia Perry", "Level": 4, "location": "XY", "properties": {"id": "66d1265d-a794-48fb-9188-fc3572756800", "createdDateTime": "2022-08-03T04:40:44.520668Z", "userDisplayName": "Cynthia Perry", "userPrincipalName": "cperry@domain.com", "userId": "ac5fa380-9d5b-470e-beb2-5ba10aca48e6", "appId": "9a7e67c7-6f05-42a3-b226-97c7ec3e9696", "appDisplayName": "Adobe Identity Management", "ipAddress": "156.206.181.119", "status": {"errorCode": 0}, "clientAppUsed": "Mobile Apps and Desktop clients", "deviceDetail": {"deviceId": "", "operatingSystem": "Windows 10", "browser": "Rich Client v3.4.1.35249"}, "location": {"city": "Hannaville", "state": "Thomashaven", "countryOrRegion": "XY", "geoCoordinates": {"latitude": 1.1452695, "longitude": 128.249211}}, "correlationId": "8767a2d0-7f7e-409d-89a9-d063b6d5d96d", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "b66e5ae9-1a67-4ce7-a34e-3c1adce1ffc8", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 220, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Adobe Identity Management Service", "resourceId": "64e29d5c-d767-4f7f-95c0-36a33f97503f", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 279165, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "4awlxGOnAgDPZEr8VRxOcRplsZG0ZD7XWrqcnuqud9Qtrwzt", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": null, "rngcStatus": 0}}, {"time": "2022-08-03T04:54:58.614745Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "13.113.40.157", "correlationId": "e82b1d44-5b7a-4d0e-9131-ee62ad03de91", "identity": "Attack Target", "Level": 4, "location": "XR", "properties": {"id": "6ceba26d-9d11-4bc7-ac31-c1b8b9086000", "createdDateTime": "2022-08-03T04:54:58.969745Z", "userDisplayName": "Attack Target", "userPrincipalName": "attacktarget@domain.com", "userId": "d735e84b-dcca-404d-9f7d-700f360f41a6", "appId": "9c5b7fe3-0ad2-4ea6-94e5-9e0001f367e3", "appDisplayName": "Articulate 360", "ipAddress": "13.113.40.157", "status": {"errorCode": 0}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (iPad; CPU iPad OS 9_3_6 like Mac OS X) AppleWebKit/536.1 (KHTML, like Gecko) CriOS/42.0.865.0 Mobile/77O124 Safari/536.1 Edge/99.14477", "deviceDetail": {"deviceId": "a44625dc-6f81-449a-9799-8005f7209b42", "displayName": "ATTACKTARGET-LT", "operatingSystem": "Windows 10", "browser": "Edge 99.14477", "trustType": "Azure AD registered"}, "location": {"city": "New John", "state": "Smithfort", "countryOrRegion": "XR", "geoCoordinates": {"latitude": -89.144242, "longitude": 168.119022}}, "correlationId": "652be866-05e7-4b39-a4b6-f2d6a4087ef7", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "a880a184-6d7a-4ac5-a5c9-62da3486c028", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "processingTimeInMilliseconds": 355, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Articulate 360 Online", "resourceId": "436260d5-3791-4aea-a4da-aa698ec35f2f", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 34974, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "vwAIp1rK3LKYAJyHczGMalbQBV1CXemJmYp43oSJD1Xz23e0", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "94b9f3ba-5f4b-4edc-99dc-a420b76960f9"}}, {"time": "2022-08-03T04:56:05.352873Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "105.169.153.183", "correlationId": "87e139b1-40c3-452b-aaa6-ad8e902df342", "identity": "Jim Gonzalez", "Level": 4, "location": "XR", "properties": {"id": "b80ef64e-d513-4ed3-8c9a-22cd52256700", "createdDateTime": "2022-08-03T04:56:05.739873Z", "userDisplayName": "Jim Gonzalez", "userPrincipalName": "jgonzalez@domain.com", "userId": "95090045-a9c5-489c-adee-2db430a3333a", "appId": "51a80452-7502-4b15-9e15-827c7d78e337", "appDisplayName": "Dropbox Business", "ipAddress": "105.169.153.183", "status": {"errorCode": 0}, "clientAppUsed": "Mobile Apps and Desktop clients", "deviceDetail": {"deviceId": "15135d1f-cb47-4bd8-b76d-90a9171c09bd", "displayName": "JIMGONZALEZ-LT", "operatingSystem": "Windows 10", "browser": "Rich Client 5.2.9.0", "trustType": "Azure AD registered"}, "location": {"city": "Kevinton", "state": "Smithton", "countryOrRegion": "XR", "geoCoordinates": {"latitude": -87.5106305, "longitude": -77.991036}}, "correlationId": "9ac316f1-1090-4257-80b9-39f1b7ad5a96", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "d71233b0-f4dd-4859-b326-69bb9628467e", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 387, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Dropbox Business Online", "resourceId": "fcbb342e-c15e-4612-8a70-e3156b81556f", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 256668, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "3drqsBCbCeGXbKwOXoYrums2QYBXPL557G5CCnpRHcXOvzk6", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "0fd3a253-6124-461e-bab2-32ec73c1c1ad", "rngcStatus": 0}}, {"time": "2022-08-03T05:14:21.712932Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "86.154.193.190", "correlationId": "eddcbdd0-828c-4fff-935a-223c08fe9fa5", "identity": "Jamie Watson", "Level": 4, "location": "XR", "properties": {"id": "39883d07-6185-4780-8d0b-82bc7a0e5600", "createdDateTime": "2022-08-03T05:14:21.845932Z", "userDisplayName": "Jamie Watson", "userPrincipalName": "jwatson@domain.com", "userId": "2844695b-9a70-48ed-a5ce-f3d711e2292b", "appId": "9de6e985-97a5-4d82-9c45-aedaa9c25ef9", "appDisplayName": "AWS Single-Account Access", "ipAddress": "86.154.193.190", "status": {"errorCode": 0}, "clientAppUsed": "Browser", "deviceDetail": {"deviceId": "fc784602-6455-4450-be3c-6770e0359f8a", "displayName": "JAMIEWATSON-LT", "operatingSystem": "Windows", "isCompliant": true, "isManaged": true, "trustType": "Azure AD joined"}, "location": {"city": "Port Denisetown", "state": "Smithton", "countryOrRegion": "XR", "geoCoordinates": {"latitude": 3.5518965, "longitude": 131.871582}}, "correlationId": "acc04cdd-f779-4c14-a9ba-b9091bc53147", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "2d5053fd-cbbf-4b50-b7f1-a1f88dd22965", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "processingTimeInMilliseconds": 133, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "AWS Single-Account Access Service", "resourceId": "72f0186d-d327-46c9-a8ff-497e0caa8691", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 256668, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "zUbpbOcHQvvK2Pu4cpzl8hDwzivo6uHXYm5oN82lJFRNyCI6", "incomingTokenType": "none", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": null}}, {"time": "2022-08-03T05:15:47.076736Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "50158", "resultSignature": "None", "resultDescription": "External security challenge was not satisfied.", "durationMs": 0, "callerIpAddress": "105.169.153.183", "correlationId": "baab9a1a-1f05-4418-8df4-4940a00fb325", "identity": "Thomas Price", "Level": 4, "location": "XR", "properties": {"id": "13398d70-a5db-4e32-a8b5-aca5263ba300", "createdDateTime": "2022-08-03T05:15:47.187736Z", "userDisplayName": "Thomas Price", "userPrincipalName": "tprice@domain.com", "userId": "32109ee2-ee4f-4d11-9c38-2556aec0f2b5", "appId": "9a7e67c7-6f05-42a3-b226-97c7ec3e9696", "appDisplayName": "Adobe Identity Management", "ipAddress": "105.169.153.183", "status": {"errorCode": 50158, "failureReason": "External security challenge was not satisfied."}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (X11; Linux i686) AppleWebKit/535.2 (KHTML, like Gecko) Chrome/22.0.843.0 Safari/535.2 Edge/118.12158", "deviceDetail": {"deviceId": "2b85c59f-331a-4b61-9a44-9d3d6df62a06", "displayName": "THOMASPRICE-LT", "operatingSystem": "Windows 10", "browser": "Edge 118.12158", "trustType": "Hybrid Azure AD joined"}, "location": {"city": "Santosborough", "state": "Smithton", "countryOrRegion": "XR", "geoCoordinates": {"latitude": 12.8350355, "longitude": 138.359011}}, "correlationId": "e83db212-f1a0-4888-8771-e6ffc12bdb87", "conditionalAccessStatus": "failure", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "85a71d43-5bf5-4294-8b31-57239713e6cd", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 111, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Adobe Identity Management Service", "resourceId": "30663ca7-f8a9-43ab-8ca1-7906bdbc1485", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 256668, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "WsnkcTBC1fJqxbouqFZUl2HvgJKe7C8VSGMEiReUHcIqNXNn", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "a6c259e5-7f16-48b2-a9f3-75becd6daa9b", "rngcStatus": 0}}, {"time": "2022-08-03T05:59:56.777436Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "147.132.189.119", "correlationId": "92389528-5d67-431b-adfd-c5a90a096505", "identity": "Cassie Fernandez", "Level": 4, "location": "XR", "properties": {"id": "d2644368-9b2b-45cb-8872-4b3fbbba9700", "createdDateTime": "2022-08-03T05:59:56.891436Z", "userDisplayName": "Cassie Fernandez", "userPrincipalName": "cfernandez@domain.com", "userId": "67ef8be6-3f44-4db7-8172-fd6211428c1e", "appId": "9a7e67c7-6f05-42a3-b226-97c7ec3e9696", "appDisplayName": "Adobe Identity Management", "ipAddress": "147.132.189.119", "status": {"errorCode": 0}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (iPad; CPU iPad OS 9_3_6 like Mac OS X) AppleWebKit/536.1 (KHTML, like Gecko) CriOS/42.0.865.0 Mobile/77O124 Safari/536.1 Edge/99.14477", "deviceDetail": {"deviceId": "d5a487a1-ef7d-4960-9723-7fdadce19af3", "displayName": "CASSIEFERNANDEZ-LT", "operatingSystem": "Windows 10", "browser": "Edge 99.14477", "trustType": "Azure AD registered"}, "location": {"city": "Port Denisetown", "state": "Smithton", "countryOrRegion": "XR", "geoCoordinates": {"latitude": 3.5518965, "longitude": 131.871582}}, "correlationId": "b3088fea-9c36-4e37-bf8d-8182407f3d65", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "f91ab82a-b2cc-46e6-8593-23b3c1df3598", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 114, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Adobe Identity Management Service", "resourceId": "9a84f55e-3a40-492c-9476-e069f64ed7a6", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 256668, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "FvWZEHpYBg9a05FAK8vnziVMANZWKiovdi3gO0MkWRcrHHPj", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "37ee873b-f901-4e25-be69-010243106d0f", "rngcStatus": 0}}, {"time": "2022-08-03T07:03:02.647099Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "99.116.100.205", "correlationId": "a8be1f25-26a3-4f75-8dc3-9aa279709e3b", "identity": "Aaron Cole", "Level": 4, "location": "XD", "properties": {"id": "3d4a0393-eb98-40ac-b27b-dd9dee198a00", "createdDateTime": "2022-08-03T07:03:02.704099Z", "userDisplayName": "Aaron Cole", "userPrincipalName": "acole@domain.com", "userId": "5d557969-1645-4ba4-be83-b6fd943659f7", "appId": "b6eb5487-41e5-4254-acc5-72fbd850bd1e", "appDisplayName": "Google Cloud / G Suite Connector by Microsoft", "ipAddress": "99.116.100.205", "status": {"errorCode": 0}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (iPad; CPU iPad OS 9_3_6 like Mac OS X) AppleWebKit/536.1 (KHTML, like Gecko) CriOS/42.0.865.0 Mobile/77O124 Safari/536.1 Edge/99.14477", "deviceDetail": {"deviceId": "", "operatingSystem": "Windows 10", "browser": "Edge 99.14477"}, "location": {"city": "Carrollstad", "state": "Norrisbury", "countryOrRegion": "XD", "geoCoordinates": {"latitude": -38.8540465, "longitude": -17.674718}}, "correlationId": "9b5f8eb0-9c99-4603-8bfd-d01f20ff68cb", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "7ead125f-b55a-47b3-958e-09d7d7401b2d", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 57, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Google Cloud / G Suite Connector by Microsoft Service", "resourceId": "72f0186d-d327-46c9-a8ff-497e0caa8691", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 214655, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "ttFhszN1CKnQmzj82SA14su0OpuyDikpt2EUckmVlCdLpMwc", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": null, "rngcStatus": 0}}, {"time": "2022-08-03T07:04:36.113374Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "13.113.40.157", "correlationId": "26a540f3-99aa-430e-81ad-2e773556c275", "identity": "Attack Target", "Level": 4, "location": "XR", "properties": {"id": "f181ae5f-d802-41ad-8b90-384aed075100", "createdDateTime": "2022-08-03T07:04:36.431374Z", "userDisplayName": "Attack Target", "userPrincipalName": "attacktarget@domain.com", "userId": "d735e84b-dcca-404d-9f7d-700f360f41a6", "appId": "9c5b7fe3-0ad2-4ea6-94e5-9e0001f367e3", "appDisplayName": "Articulate 360", "ipAddress": "13.113.40.157", "status": {"errorCode": 0}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (iPad; CPU iPad OS 9_3_6 like Mac OS X) AppleWebKit/536.1 (KHTML, like Gecko) CriOS/42.0.865.0 Mobile/77O124 Safari/536.1 Edge/99.14477", "deviceDetail": {"deviceId": "a44625dc-6f81-449a-9799-8005f7209b42", "displayName": "ATTACKTARGET-LT", "operatingSystem": "Windows 10", "browser": "Edge 99.14477", "trustType": "Azure AD registered"}, "location": {"city": "New John", "state": "Smithfort", "countryOrRegion": "XR", "geoCoordinates": {"latitude": -89.144242, "longitude": 168.119022}}, "correlationId": "8166af73-9a74-473b-8d60-9ba00ca9fdac", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "53fd4571-0077-4470-bfee-0670cb4c3bd4", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "processingTimeInMilliseconds": 318, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Articulate 360 Online", "resourceId": "436260d5-3791-4aea-a4da-aa698ec35f2f", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 34974, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "bSZkSVvUWNrUKrzwcJLlg57NvIqNt2OOHN5KgDWESFWe03KT", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "94b9f3ba-5f4b-4edc-99dc-a420b76960f9"}}, {"time": "2022-08-03T07:24:54.983113Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "13.113.40.157", "correlationId": "86f980da-aaf1-4e74-8691-00b4a220eb00", "identity": "Attack Target", "Level": 4, "location": "XR", "properties": {"id": "17558929-4181-40d4-9645-7d29048c7600", "createdDateTime": "2022-08-03T07:24:55.112113Z", "userDisplayName": "Attack Target", "userPrincipalName": "attacktarget@domain.com", "userId": "d735e84b-dcca-404d-9f7d-700f360f41a6", "appId": "9a7e67c7-6f05-42a3-b226-97c7ec3e9696", "appDisplayName": "Adobe Identity Management", "ipAddress": "13.113.40.157", "ipAddressFromResourceProvider": "13.113.40.157", "status": {"errorCode": 0}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (iPad; CPU iPad OS 9_3_6 like Mac OS X) AppleWebKit/536.1 (KHTML, like Gecko) CriOS/42.0.865.0 Mobile/77O124 Safari/536.1 Edge/99.14477", "deviceDetail": {"deviceId": "a44625dc-6f81-449a-9799-8005f7209b42", "displayName": "ATTACKTARGET-LT", "operatingSystem": "Windows 10", "browser": "Edge 99.14477", "trustType": "Azure AD registered"}, "location": {"city": "Smithfort", "state": "Smithfort", "countryOrRegion": "XR", "geoCoordinates": {"latitude": 3.7564095, "longitude": -121.574606}}, "correlationId": "644da947-d09f-4a1a-803b-f7d706147ee6", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "ea1dc55f-35d1-4ea7-a451-2ee882631031", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 129, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Adobe Identity Management Service", "resourceId": "c8eab36d-0a82-409d-8693-a8dabc997921", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 34974, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "TckgfzEW0fJOCqwEZggDGUE6US7JcrcbJ3s1Z2lwryS2QPhN", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "2248d3ef-d7b8-4eb2-bd20-fb53f725bfe3", "rngcStatus": 0}}, {"time": "2022-08-03T07:28:53.386324Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "50158", "resultSignature": "None", "resultDescription": "External security challenge was not satisfied.", "durationMs": 0, "callerIpAddress": "92.110.109.246", "correlationId": "be435b34-ecbf-4726-bb88-2c14fcce3683", "identity": "Thomas Price", "Level": 4, "location": "XR", "properties": {"id": "dafafffb-9e45-4fd2-84a0-bf458b187300", "createdDateTime": "2022-08-03T07:28:53.573324Z", "userDisplayName": "Thomas Price", "userPrincipalName": "tprice@domain.com", "userId": "32109ee2-ee4f-4d11-9c38-2556aec0f2b5", "appId": "9a7e67c7-6f05-42a3-b226-97c7ec3e9696", "appDisplayName": "Adobe Identity Management", "ipAddress": "92.110.109.246", "status": {"errorCode": 50158, "failureReason": "External security challenge was not satisfied."}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (X11; Linux i686) AppleWebKit/535.2 (KHTML, like Gecko) Chrome/22.0.843.0 Safari/535.2 Edge/118.12158", "deviceDetail": {"deviceId": "fb4d911d-6441-411b-868f-d25d5586a326", "displayName": "THOMASPRICE-LT", "operatingSystem": "Windows 10", "browser": "Edge 118.12158", "trustType": "Hybrid Azure AD joined"}, "location": {"city": "Port Denisetown", "state": "Smithton", "countryOrRegion": "XR", "geoCoordinates": {"latitude": 3.5518965, "longitude": 131.871582}}, "correlationId": "7af7727e-a6bf-4266-8df9-6ccfbec59e4a", "conditionalAccessStatus": "failure", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "a1f267d0-9115-4911-9d0c-69380797e45f", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 187, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Adobe Identity Management Service", "resourceId": "30663ca7-f8a9-43ab-8ca1-7906bdbc1485", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 230297, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "nN2Jv0J3lRqCK0LBgtUbMOsbgwn9T4LkVBDsNDsa0FRWoWNA", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "a6c259e5-7f16-48b2-a9f3-75becd6daa9b", "rngcStatus": 0}}, {"time": "2022-08-03T07:46:15.939539Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "42.62.103.34", "correlationId": "29726595-fbf6-4464-889f-44c5c4f978f1", "identity": "Joseph Taylor", "Level": 4, "location": "XF", "properties": {"id": "9490f5e6-f7c2-4ccf-bf79-005b29e15700", "createdDateTime": "2022-08-03T07:46:16.138539Z", "userDisplayName": "Joseph Taylor", "userPrincipalName": "jtaylor@domain.com", "userId": "af9847eb-c773-41ae-bf94-42747c5e986c", "appId": "895b9fb3-4084-4f9f-a314-d082d67e3c5c", "appDisplayName": "Airstack", "ipAddress": "42.62.103.34", "status": {"errorCode": 0}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (iPad; CPU iPad OS 9_3_5 like Mac OS X) AppleWebKit/536.1 (KHTML, like Gecko) CriOS/26.0.852.0 Mobile/33A194 Safari/536.1 Edge/27.13255", "deviceDetail": {"deviceId": "", "operatingSystem": "Windows 10", "browser": "Edge 27.13255"}, "location": {"city": "Jessicafurt", "state": "Smithbury", "countryOrRegion": "XF", "geoCoordinates": {"latitude": 17.5082395, "longitude": -115.304215}}, "correlationId": "e6649852-0031-4e17-8164-a369927f3cc5", "conditionalAccessStatus": "notApplied", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "c0020b05-553c-4e6f-8674-a0894bd03a11", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "processingTimeInMilliseconds": 199, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Airstack Service", "resourceId": "01f2a7c1-e668-4e23-a099-726ca374f477", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 393508, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "HgCKvAWuZAsv5eivbaqF7rQJCVufuoJopQDyzCeuNZAEfO2a", "incomingTokenType": "none", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "e133b8e5-4d8b-4e43-9ae4-962ce64fbbd5"}}, {"time": "2022-08-03T08:02:43.981100Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "92.110.109.246", "correlationId": "066ce152-fd10-4f6b-b804-0cc811aad225", "identity": "David Johnson", "Level": 4, "location": "XR", "properties": {"id": "61a4e203-e55e-4977-9b6d-1848886e7100", "createdDateTime": "2022-08-03T08:02:44.131100Z", "userDisplayName": "David Johnson", "userPrincipalName": "djohnson@domain.com", "userId": "ff2ae3d2-8cd2-4bd6-b65d-49c5ad946c7f", "appId": "9a7e67c7-6f05-42a3-b226-97c7ec3e9696", "appDisplayName": "Adobe Identity Management", "ipAddress": "92.110.109.246", "status": {"errorCode": 0}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (Windows NT 4.0) AppleWebKit/531.1 (KHTML, like Gecko) Chrome/20.0.823.0 Safari/531.1 Edge/87.11424", "deviceDetail": {"deviceId": "8fb0ff79-f116-4f20-8ca8-36b3f8d68865", "displayName": "DAVIDJOHNSON-LT", "operatingSystem": "Windows 10", "browser": "Edge 87.11424", "trustType": "Azure AD registered"}, "location": {"city": "Port Denisetown", "state": "Smithton", "countryOrRegion": "XR", "geoCoordinates": {"latitude": 3.5518965, "longitude": 131.871582}}, "correlationId": "04ea77b5-3dad-440c-8b6c-bb0af42b09af", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "9ad62d21-8fd4-43e9-b124-cbc7a1a4fda8", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 150, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Adobe Identity Management Service", "resourceId": "7d6a0897-8b82-49e9-90e2-d482fb9202bd", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 230297, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "cror5X0GV3ihlX1GSUIGsJtm6yX5Jq3mwtRQuH2HnfghWXZG", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "537d9419-7e2b-4778-9102-62256bcfcf45", "rngcStatus": 0}}, {"time": "2022-08-03T08:04:51.021471Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "205.33.24.92", "correlationId": "4c96fb4d-4216-4678-b341-7181e654ca69", "identity": "Vanessa Ramirez", "Level": 4, "location": "XD", "properties": {"id": "dbc70563-d52e-4283-b326-d172b7587900", "createdDateTime": "2022-08-03T08:04:51.178471Z", "userDisplayName": "Vanessa Ramirez", "userPrincipalName": "vramirez@domain.com", "userId": "5d72b7ed-62ea-4b94-b931-ccef65d71ebd", "appId": "ad65aaed-51a8-4877-830e-8a5273604c87", "appDisplayName": "Docusign", "ipAddress": "205.33.24.92", "status": {"errorCode": 0}, "clientAppUsed": "Browser", "deviceDetail": {"deviceId": "e395a3f4-8f2d-4170-804f-d3e13ce3151b", "displayName": "VANESSARAMIREZ-LT", "operatingSystem": "Windows", "browser": "Rich Client 4.42.0.0", "trustType": "Azure AD registered"}, "location": {"city": "Kristinmouth", "state": "Norrisbury", "countryOrRegion": "XD", "geoCoordinates": {"latitude": 26.278784, "longitude": -92.042573}}, "correlationId": "eb4e79c0-3ab8-4a30-bc10-f1bbff697051", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "6b7af984-b4ad-423c-886c-4f85be024f3a", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 157, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Docusign Service", "resourceId": "24578515-1951-4064-967d-0d2acaf0aa70", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 214655, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "TQgV8fkQ9viQpQ2pyZEnNN16eAGiCRh9DIt6TPed2RLb2LYO", "incomingTokenType": "none", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "0e68752b-7dfa-400b-a6f5-1b54af90696a", "rngcStatus": 0}}, {"time": "2022-08-03T08:12:46.301888Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "50158", "resultSignature": "None", "resultDescription": "External security challenge was not satisfied.", "durationMs": 0, "callerIpAddress": "166.105.218.213", "correlationId": "89d86d67-9c1f-41d1-a2bf-bc3444bb3a3a", "identity": "Thomas Price", "Level": 4, "location": "XR", "properties": {"id": "6b98f00f-aa3d-46fc-af8a-c087718d8300", "createdDateTime": "2022-08-03T08:12:46.403888Z", "userDisplayName": "Thomas Price", "userPrincipalName": "tprice@domain.com", "userId": "32109ee2-ee4f-4d11-9c38-2556aec0f2b5", "appId": "9a7e67c7-6f05-42a3-b226-97c7ec3e9696", "appDisplayName": "Adobe Identity Management", "ipAddress": "166.105.218.213", "status": {"errorCode": 50158, "failureReason": "External security challenge was not satisfied."}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (X11; Linux i686) AppleWebKit/535.2 (KHTML, like Gecko) Chrome/22.0.843.0 Safari/535.2 Edge/118.12158", "deviceDetail": {"deviceId": "81ad31fb-e9be-4498-b1b2-c62f8fae1a77", "displayName": "THOMASPRICE-LT", "operatingSystem": "Windows 10", "browser": "Edge 118.12158", "trustType": "Hybrid Azure AD joined"}, "location": {"city": "Santosborough", "state": "Smithton", "countryOrRegion": "XR", "geoCoordinates": {"latitude": 12.8350355, "longitude": 138.359011}}, "correlationId": "90047af5-c724-49b0-a88a-2b7f049963b1", "conditionalAccessStatus": "failure", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "a2182730-b5ba-4121-b5dd-6999bec8a75a", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 102, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Adobe Identity Management Service", "resourceId": "30663ca7-f8a9-43ab-8ca1-7906bdbc1485", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 256668, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "jmkDEttMic4V2lGw1Myk8bBqMikReoLIlm5SdxyF5zKRUAUf", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "a6c259e5-7f16-48b2-a9f3-75becd6daa9b", "rngcStatus": 0}}, {"time": "2022-08-03T08:56:23.511568Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "105.169.153.183", "correlationId": "bc27e546-db70-4870-bcdc-2c0ac5e1e95e", "identity": "Jim Gonzalez", "Level": 4, "location": "XR", "properties": {"id": "9490f5e6-f7c2-4ccf-bf79-005b5ae15600", "createdDateTime": "2022-08-03T08:56:23.648568Z", "userDisplayName": "Jim Gonzalez", "userPrincipalName": "jgonzalez@domain.com", "userId": "95090045-a9c5-489c-adee-2db430a3333a", "appId": "9a7e67c7-6f05-42a3-b226-97c7ec3e9696", "appDisplayName": "Adobe Identity Management", "ipAddress": "105.169.153.183", "status": {"errorCode": 0}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (Windows NT 4.0) AppleWebKit/532.1 (KHTML, like Gecko) Chrome/38.0.801.0 Safari/532.1 Edge/19.15284", "deviceDetail": {"deviceId": "15135d1f-cb47-4bd8-b76d-90a9171c09bd", "displayName": "JIMGONZALEZ-LT", "operatingSystem": "Windows 10", "browser": "Edge 19.15284", "trustType": "Azure AD registered"}, "location": {"city": "Kevinton", "state": "Smithton", "countryOrRegion": "XR", "geoCoordinates": {"latitude": -87.5106305, "longitude": -77.991036}}, "correlationId": "0a66d9d6-1e30-418a-8c79-cd6230c3f0d2", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "ef0a6609-b2c8-47bd-82aa-99beff7d50b6", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "processingTimeInMilliseconds": 137, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Adobe Identity Management Service", "resourceId": "7d6a0897-8b82-49e9-90e2-d482fb9202bd", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 256668, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "wYcGknv342IWiZQHPSigr01Sri4CDz2vHGY976t6puOLzhwq", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "537d9419-7e2b-4778-9102-62256bcfcf45"}}, {"time": "2022-08-03T09:12:42.431627Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "105.169.153.183", "correlationId": "54a2b095-c8a5-407e-8a5c-2f20edfcb58f", "identity": "Jim Gonzalez", "Level": 4, "location": "XR", "properties": {"id": "8f0104bc-cf9f-4ec7-a1f4-ae8414e76e00", "createdDateTime": "2022-08-03T09:12:42.558627Z", "userDisplayName": "Jim Gonzalez", "userPrincipalName": "jgonzalez@domain.com", "userId": "95090045-a9c5-489c-adee-2db430a3333a", "appId": "9de6e985-97a5-4d82-9c45-aedaa9c25ef9", "appDisplayName": "AWS Single-Account Access", "ipAddress": "105.169.153.183", "status": {"errorCode": 0}, "clientAppUsed": "Browser", "deviceDetail": {"deviceId": "15135d1f-cb47-4bd8-b76d-90a9171c09bd", "displayName": "JIMGONZALEZ-LT", "operatingSystem": "Windows", "trustType": "Azure AD registered"}, "location": {"city": "Kevinton", "state": "Smithton", "countryOrRegion": "XR", "geoCoordinates": {"latitude": -87.5106305, "longitude": -77.991036}}, "correlationId": "e6d5dcd0-f91e-4427-ab54-1761a2729626", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "78460f17-dffd-48a1-8eb3-6a096eefd27d", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 127, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "AWS Single-Account Access Service", "resourceId": "72f0186d-d327-46c9-a8ff-497e0caa8691", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 256668, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "oVN1ZdeNwzBrqrInUbqFBiA6vVoAb9zf0c4F7g6LvHSSjDfu", "incomingTokenType": "none", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": null, "rngcStatus": 0}}, {"time": "2022-08-03T09:15:49.759714Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "81.209.4.19", "correlationId": "ca542ef3-1442-4bfe-b0a5-90edd15313ba", "identity": "Jim Gonzalez", "Level": 4, "location": "XR", "properties": {"id": "4ef53074-987d-44ae-a8dd-b6e44b959300", "createdDateTime": "2022-08-03T09:15:49.886714Z", "userDisplayName": "Jim Gonzalez", "userPrincipalName": "jgonzalez@domain.com", "userId": "95090045-a9c5-489c-adee-2db430a3333a", "appId": "dbe6b779-13df-45f2-a6d7-1323485479f6", "appDisplayName": "Cisco Webex", "ipAddress": "81.209.4.19", "status": {"errorCode": 0}, "clientAppUsed": "Browser", "deviceDetail": {"deviceId": "1a428e94-41e3-4c1d-865a-0d31c9a2540b", "displayName": "JIMGONZALEZ-LT", "operatingSystem": "Windows10", "browser": "Rich Client 4.38.0.0", "trustType": "Azure AD registered"}, "location": {"city": "Santosborough", "state": "Smithton", "countryOrRegion": "XR", "geoCoordinates": {"latitude": 50.0774195, "longitude": 64.938754}}, "correlationId": "58f5f1ef-6f99-4a7e-bf9b-6a5673d547e0", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "e8940ac5-5825-49c4-9524-75dff04a2840", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 127, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Cisco Webex Service", "resourceId": "9a84f55e-3a40-492c-9476-e069f64ed7a6", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 34974, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "RTV5jLPYy7rfC7ctLRRZJzQkGBdW0X8XRrtlpVf6KjMtmdTr", "incomingTokenType": "none", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "37ee873b-f901-4e25-be69-010243106d0f", "rngcStatus": 0}}, {"time": "2022-08-03T09:28:30.108966Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "156.206.181.119", "correlationId": "ecb3fb9b-00d9-4428-97bd-4e97071ca929", "identity": "Cynthia Perry", "Level": 4, "location": "XY", "properties": {"id": "c4d70abb-d9d9-4a46-9278-1d5611d69700", "createdDateTime": "2022-08-03T09:28:30.252966Z", "userDisplayName": "Cynthia Perry", "userPrincipalName": "cperry@domain.com", "userId": "ac5fa380-9d5b-470e-beb2-5ba10aca48e6", "appId": "9de6e985-97a5-4d82-9c45-aedaa9c25ef9", "appDisplayName": "AWS Single-Account Access", "ipAddress": "156.206.181.119", "status": {"errorCode": 0}, "clientAppUsed": "Browser", "deviceDetail": {"deviceId": "", "operatingSystem": "Windows"}, "location": {"city": "Hannaville", "state": "Thomashaven", "countryOrRegion": "XY", "geoCoordinates": {"latitude": 1.1452695, "longitude": 128.249211}}, "correlationId": "3d93f0ae-80a8-4d86-a52d-22542b952391", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "3f89c60a-4815-4bb2-bd3a-dab4f12d8691", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 144, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "AWS Single-Account Access Service", "resourceId": "c65cf5f9-5537-4200-889e-381c4f60ca7d", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 279165, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "4IEa5UAb9MYxYL33XcxrMdcpatcQ4IqnhrXdg3mf4pU6LOvb", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": null, "rngcStatus": 0}}, {"time": "2022-08-03T09:35:36.797071Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "212.169.11.63", "correlationId": "dc60d258-edad-47e5-a000-a6d7e5ae58ac", "identity": "Kristen Howell", "Level": 4, "location": "XR", "properties": {"id": "216ffce3-7ff0-474b-bd97-34a41d6e7000", "createdDateTime": "2022-08-03T09:35:36.913071Z", "userDisplayName": "Kristen Howell", "userPrincipalName": "khowell@domain.com", "userId": "20e1e3f9-665f-45bd-9984-5e74b526d3b5", "appId": "9167c284-c68f-468a-84be-0ee4f23879fe", "appDisplayName": "ArcGIS Enterprise", "ipAddress": "212.169.11.63", "status": {"errorCode": 0}, "clientAppUsed": "Mobile Apps and Desktop clients", "deviceDetail": {"deviceId": "", "operatingSystem": "Ios", "browser": "Mobile Safari"}, "location": {"city": "North Lisachester", "state": "Smithton", "countryOrRegion": "XR", "geoCoordinates": {"latitude": -69.00844, "longitude": -172.534328}}, "correlationId": "a645bd30-fdcf-42bf-b251-f84a3e9d30be", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "f1674ff3-6d15-42b0-9f46-c8afedb09452", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 116, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "ArcGIS Enterprise Service", "resourceId": "c4baffed-f90a-4ef3-84b1-d08d189a41c0", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 144064, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "WQd0mtJwCrA5Zj42kqNctI1Sk4nW7lkyPkRZiw5ha4CVZnab", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "64850142-3730-4958-94ec-3cf3a39cf409", "rngcStatus": 0}}, {"time": "2022-08-03T09:36:22.194560Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "13.113.40.157", "correlationId": "c9224dc6-6528-4b81-97ff-ae99f207d454", "identity": "Attack Target", "Level": 4, "location": "XR", "properties": {"id": "8e02be17-b237-45cb-8237-03a183b66b00", "createdDateTime": "2022-08-03T09:36:22.305560Z", "userDisplayName": "Attack Target", "userPrincipalName": "attacktarget@domain.com", "userId": "d735e84b-dcca-404d-9f7d-700f360f41a6", "appId": "9a7e67c7-6f05-42a3-b226-97c7ec3e9696", "appDisplayName": "Adobe Identity Management", "ipAddress": "13.113.40.157", "status": {"errorCode": 0}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (iPad; CPU iPad OS 9_3_6 like Mac OS X) AppleWebKit/536.1 (KHTML, like Gecko) CriOS/42.0.865.0 Mobile/77O124 Safari/536.1 Edge/99.14477", "deviceDetail": {"deviceId": "a44625dc-6f81-449a-9799-8005f7209b42", "displayName": "ATTACKTARGET-LT", "operatingSystem": "Windows 10", "browser": "Edge 99.14477", "trustType": "Azure AD registered"}, "location": {"city": "Smithfort", "state": "Smithfort", "countryOrRegion": "XR", "geoCoordinates": {"latitude": 3.7564095, "longitude": -121.574606}}, "correlationId": "88ab74ee-6fbf-4de5-9bd2-13ed5c9f3a1b", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "86cedfb8-3edf-4253-a960-1013b0551e0b", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 111, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Adobe Identity Management Service", "resourceId": "80abac89-d2c0-4b6c-8ffc-5023bd7efc5e", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 34974, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "NHR713pLJjSWp1718l4AH17u0EVvl61eOxyRQkri9P82QfIZ", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": null, "rngcStatus": 0}}, {"time": "2022-08-03T09:49:18.482411Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "SignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "199.12.127.103", "correlationId": "08e81634-f0c7-419e-ba9b-6445fb409306", "identity": "Jacob Meyers", "Level": 4, "location": "XG", "properties": {"id": "5e327247-139b-4579-a477-087680289100", "createdDateTime": "2022-08-03T09:49:18.569411Z", "userDisplayName": "Jacob Meyers", "userPrincipalName": "jmeyers@domain.com", "userId": "c63a67b0-1651-4a8a-9560-cc703cdad5ad", "appId": "1b3edb90-1e06-46db-b021-e2fc1f7ddaf5", "appDisplayName": "Beatrust", "ipAddress": "199.12.127.103", "status": {"errorCode": 0}, "clientAppUsed": "Browser", "userAgent": "Mozilla/5.0 (Windows NT 5.1) AppleWebKit/534.1 (KHTML, like Gecko) Chrome/37.0.847.0 Safari/534.1", "deviceDetail": {"deviceId": "", "operatingSystem": "Windows 10", "browser": "Chrome 37.0.847.0"}, "location": {"city": "Port Nathan", "state": "Newmanville", "countryOrRegion": "XG", "geoCoordinates": {"latitude": 23.244641, "longitude": -113.392021}}, "correlationId": "b18a3b14-5402-40ec-b06e-d37840da079a", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "b6616582-0387-4644-bdaf-387af8daa20a", "isInteractive": true, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 87, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Beatrust Service", "resourceId": "24578515-1951-4064-967d-0d2acaf0aa70", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 282405, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "QrJdZohY8DC6YnNb7rCd5qClnWSETip911q5sHyu55Ex1nuP", "incomingTokenType": "none", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "0e68752b-7dfa-400b-a6f5-1b54af90696a", "rngcStatus": 0}}, {"time": "2022-08-03T09:55:01.129915Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "99.116.100.205", "correlationId": "fa35eb9f-5777-43b9-98ac-215bc72c60be", "identity": "Aaron Cole", "Level": 4, "location": "XD", "properties": {"id": "fabc4b93-f662-4478-a5a8-a2ce11857600", "createdDateTime": "2022-08-03T09:55:01.220915Z", "userDisplayName": "Aaron Cole", "userPrincipalName": "acole@domain.com", "userId": "5d557969-1645-4ba4-be83-b6fd943659f7", "appId": "e47a1d38-5f61-45cd-b1b9-bc92f525c598", "appDisplayName": "Altoura", "ipAddress": "99.116.100.205", "status": {"errorCode": 0}, "clientAppUsed": "Browser", "userAgent": "Mozilla/5.0 (Linux; Android 2.3.5) AppleWebKit/532.2 (KHTML, like Gecko) Chrome/46.0.898.0 Safari/532.2 Edge/105.19198", "deviceDetail": {"deviceId": "", "operatingSystem": "Windows 10", "browser": "Edge 105.19198"}, "location": {"city": "Carrollstad", "state": "Norrisbury", "countryOrRegion": "XD", "geoCoordinates": {"latitude": -38.8540465, "longitude": -17.674718}}, "correlationId": "539fbae4-2d69-4ca7-8e39-f42402a78f48", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "109afa74-27b1-4547-b00d-0c680c5e0f9d", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 91, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Altoura Online", "resourceId": "f0630e90-b752-4960-bfb9-a0794fc34930", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 214655, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "0rzthT3pVPTjdakM8eGXQ1SZDwqLruDPZiRhZe9ll7TuClZx", "incomingTokenType": "none", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "1f37c851-4be4-455b-928a-fbde7845a68a", "rngcStatus": 0}}, {"time": "2022-08-03T10:25:25.866086Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "22.42.248.243", "correlationId": "27922ba5-b0be-47ef-a873-38fc303bb0b3", "identity": "Melissa Martin", "Level": 4, "location": "XR", "properties": {"id": "527f7e80-01b1-4596-ae32-79e9f66e4e00", "createdDateTime": "2022-08-03T10:25:25.976086Z", "userDisplayName": "Melissa Martin", "userPrincipalName": "mmartin@domain.com", "userId": "632ccb55-03a7-40f4-9893-653527cae790", "appId": "2eae4ad1-8cae-48fe-b718-76bd66e2fc7f", "appDisplayName": "Bipsync", "ipAddress": "22.42.248.243", "status": {"errorCode": 0}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (iPad; CPU iPad OS 9_3_6 like Mac OS X) AppleWebKit/536.1 (KHTML, like Gecko) CriOS/42.0.865.0 Mobile/77O124 Safari/536.1 Edge/99.14477", "deviceDetail": {"deviceId": "", "operatingSystem": "Windows 10", "browser": "Edge 99.14477"}, "location": {"city": "Port Denisetown", "state": "Smithton", "countryOrRegion": "XR", "geoCoordinates": {"latitude": 40.136047, "longitude": 44.514491}}, "correlationId": "40410b70-2dc2-4a59-ba11-1f282ed3399e", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "b7632ae5-31d4-4c50-9d4d-1b965721f1ac", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "processingTimeInMilliseconds": 110, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Bipsync Service", "resourceId": "4b482d0a-88be-43f3-a771-aaf19d9bbf70", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 432564, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "FikljEMirPFAQNgFjnL9KFQ1kt4oBsw2RUH8t0zAJ5762ULE", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "b4d48f3a-639f-4f89-a099-2fdd27423d1f"}}, {"time": "2022-08-03T10:32:52.660972Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "50158", "resultSignature": "None", "resultDescription": "External security challenge was not satisfied.", "durationMs": 0, "callerIpAddress": "44.22.19.201", "correlationId": "7595b861-96f4-41eb-8596-3c22fbe38467", "identity": "Thomas Price", "Level": 4, "location": "XN", "properties": {"id": "ed1cc7f2-5495-4045-9a89-642161a67300", "createdDateTime": "2022-08-03T10:32:52.775972Z", "userDisplayName": "Thomas Price", "userPrincipalName": "tprice@domain.com", "userId": "32109ee2-ee4f-4d11-9c38-2556aec0f2b5", "appId": "9a7e67c7-6f05-42a3-b226-97c7ec3e9696", "appDisplayName": "Adobe Identity Management", "ipAddress": "44.22.19.201", "status": {"errorCode": 50158, "failureReason": "External security challenge was not satisfied."}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (X11; Linux i686) AppleWebKit/535.2 (KHTML, like Gecko) Chrome/22.0.843.0 Safari/535.2 Edge/118.12158", "deviceDetail": {"deviceId": "a12f42a7-2ae0-42d8-aec8-bf7cb3dea82c", "displayName": "THOMASPRICE-LT", "operatingSystem": "Windows 10", "browser": "Edge 118.12158", "trustType": "Hybrid Azure AD joined"}, "location": {"city": "Littlemouth", "state": "Alexanderfurt", "countryOrRegion": "XN", "geoCoordinates": {"latitude": 25.4437255, "longitude": -109.530885}}, "correlationId": "bc6bcd85-8c2c-41d8-a835-7689bda11e5a", "conditionalAccessStatus": "failure", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "a1995895-e413-4816-8321-b7843f56702d", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 115, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Adobe Identity Management Service", "resourceId": "30663ca7-f8a9-43ab-8ca1-7906bdbc1485", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 230297, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "moCK4fdF34nY6uw3fimZPdAVKYAK8MgXBhplPnUgWnea20jR", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "a6c259e5-7f16-48b2-a9f3-75becd6daa9b", "rngcStatus": 0}}, {"time": "2022-08-03T10:47:39.324304Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "44.22.19.201", "correlationId": "1e973950-a770-423c-bcb1-e3918a2ae9c2", "identity": "David Johnson", "Level": 4, "location": "XN", "properties": {"id": "c31f11f3-65b0-42f1-80e6-a81f922d9600", "createdDateTime": "2022-08-03T10:47:39.459304Z", "userDisplayName": "David Johnson", "userPrincipalName": "djohnson@domain.com", "userId": "ff2ae3d2-8cd2-4bd6-b65d-49c5ad946c7f", "appId": "9a7e67c7-6f05-42a3-b226-97c7ec3e9696", "appDisplayName": "Adobe Identity Management", "ipAddress": "44.22.19.201", "status": {"errorCode": 0}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (Windows NT 4.0) AppleWebKit/531.1 (KHTML, like Gecko) Chrome/20.0.823.0 Safari/531.1 Edge/87.11424", "deviceDetail": {"deviceId": "8fb0ff79-f116-4f20-8ca8-36b3f8d68865", "displayName": "DAVIDJOHNSON-LT", "operatingSystem": "Windows 10", "browser": "Edge 87.11424", "trustType": "Azure AD registered"}, "location": {"city": "Littlemouth", "state": "Alexanderfurt", "countryOrRegion": "XN", "geoCoordinates": {"latitude": 25.4437255, "longitude": -109.530885}}, "correlationId": "6bc3d8f7-39d3-4096-8765-cca9d230bd9d", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "54c86a8e-73ab-434b-a9fc-d02b8cb8ee52", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 135, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Adobe Identity Management Service", "resourceId": "1f1f8006-bcaf-48ed-96be-45ba0b1802c3", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 230297, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "Nata31yomHnWQwwt2RflvAbkLGqZPTH8UrQMnFqnmKVBKcep", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": null, "rngcStatus": 0}}, {"time": "2022-08-03T10:55:45.915367Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "50158", "resultSignature": "None", "resultDescription": "External security challenge was not satisfied.", "durationMs": 0, "callerIpAddress": "147.132.189.119", "correlationId": "ff80bc5f-67a7-422b-bf0a-f16b64ba713c", "identity": "Cassie Fernandez", "Level": 4, "location": "XR", "properties": {"id": "05126ca7-c65f-4544-8acb-9d5027c64400", "createdDateTime": "2022-08-03T10:55:46.030367Z", "userDisplayName": "Cassie Fernandez", "userPrincipalName": "cfernandez@domain.com", "userId": "67ef8be6-3f44-4db7-8172-fd6211428c1e", "appId": "79510a8f-6421-4348-a2ea-bcc2b02485c1", "appDisplayName": "Cisco AnyConnect", "ipAddress": "147.132.189.119", "status": {"errorCode": 50158, "failureReason": "External security challenge was not satisfied."}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (iPad; CPU iPad OS 9_3_6 like Mac OS X) AppleWebKit/536.1 (KHTML, like Gecko) CriOS/42.0.865.0 Mobile/77O124 Safari/536.1 Edge/99.14477", "deviceDetail": {"deviceId": "bf67c857-685a-4457-89c4-db2afa581bd2", "displayName": "CASSIEFERNANDEZ-LT", "operatingSystem": "Windows 10", "browser": "Edge 99.14477", "trustType": "Hybrid Azure AD joined"}, "location": {"city": "Port Denisetown", "state": "Smithton", "countryOrRegion": "XR", "geoCoordinates": {"latitude": 3.5518965, "longitude": 131.871582}}, "correlationId": "bc73ee9e-3139-47ca-91b3-8a3db8f1cb9b", "conditionalAccessStatus": "failure", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "e8e7fc49-67ba-4c87-9a6a-4362447662c6", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 115, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Cisco AnyConnect Online", "resourceId": "5d5b8d28-6a28-472e-b837-a4094e466965", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 256668, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "1SiMIkLe7xrZSyPMXFuUcw8XwVGnk5fyjQZ4FequbeVWbQbA", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "15655e1f-5005-4c53-b3c0-c4a1d1ca5e9e", "rngcStatus": 0}}, {"time": "2022-08-03T11:15:41.617166Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "92.110.109.246", "correlationId": "7532e0b0-542f-4b1d-9d09-ae2b6e57a200", "identity": "David Johnson", "Level": 4, "location": "XR", "properties": {"id": "4c995af8-3e38-4dcb-9141-ed01e2f46a00", "createdDateTime": "2022-08-03T11:15:41.779166Z", "userDisplayName": "David Johnson", "userPrincipalName": "djohnson@domain.com", "userId": "ff2ae3d2-8cd2-4bd6-b65d-49c5ad946c7f", "appId": "9a7e67c7-6f05-42a3-b226-97c7ec3e9696", "appDisplayName": "Adobe Identity Management", "ipAddress": "92.110.109.246", "status": {"errorCode": 0}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (Windows NT 4.0) AppleWebKit/531.1 (KHTML, like Gecko) Chrome/20.0.823.0 Safari/531.1 Edge/87.11424", "deviceDetail": {"deviceId": "8fb0ff79-f116-4f20-8ca8-36b3f8d68865", "displayName": "DAVIDJOHNSON-LT", "operatingSystem": "Windows 10", "browser": "Edge 87.11424", "trustType": "Azure AD registered"}, "location": {"city": "Port Denisetown", "state": "Smithton", "countryOrRegion": "XR", "geoCoordinates": {"latitude": 3.5518965, "longitude": 131.871582}}, "correlationId": "0837c105-c250-4326-968e-67be132d4dac", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "561b066d-c258-4b1a-967e-4d49d9373847", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 162, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Adobe Identity Management Service", "resourceId": "2c3383ff-432a-49ee-bb8b-8699a7d0416f", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 230297, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "vYL7a2QLJotcxheEnctMxAdFg0qo58VhNSu8e261J0I1IQu9", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "35efb8e5-3b35-4a86-b7ce-660b69bfa773", "rngcStatus": 0}}, {"time": "2022-08-03T11:24:27.099414Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "44.22.19.201", "correlationId": "6475adf2-4439-4a30-a896-8f8cf80a13ca", "identity": "David Johnson", "Level": 4, "location": "XN", "properties": {"id": "06aa2776-6961-4f0a-b4c3-b4786a626000", "createdDateTime": "2022-08-03T11:24:27.372414Z", "userDisplayName": "David Johnson", "userPrincipalName": "djohnson@domain.com", "userId": "ff2ae3d2-8cd2-4bd6-b65d-49c5ad946c7f", "appId": "3186ee59-7e94-4509-8b10-dd223679ae40", "appDisplayName": "WorkPatterns", "ipAddress": "44.22.19.201", "status": {"errorCode": 0}, "clientAppUsed": "Browser", "deviceDetail": {"deviceId": "8fb0ff79-f116-4f20-8ca8-36b3f8d68865", "displayName": "DAVIDJOHNSON-LT", "operatingSystem": "Windows", "trustType": "Azure AD registered"}, "location": {"city": "Littlemouth", "state": "Alexanderfurt", "countryOrRegion": "XN", "geoCoordinates": {"latitude": 25.4437255, "longitude": -109.530885}}, "correlationId": "8e5822bc-8937-47d4-a245-2b65fbf04270", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "82660b86-dfcf-4fe6-9993-ba7c3bdf674b", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "processingTimeInMilliseconds": 273, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "WorkPatterns Online", "resourceId": "f0630e90-b752-4960-bfb9-a0794fc34930", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 230297, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "0uC0Yc274G2zoiagd1DV5j07RLhA2sR6WJKYCBVOz1s9cOw3", "incomingTokenType": "none", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "1f37c851-4be4-455b-928a-fbde7845a68a"}}, {"time": "2022-08-03T11:25:59.214544Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "SignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "42.62.103.34", "correlationId": "4795c8f4-f787-4cdf-8b76-fa7dbd3be4aa", "identity": "Joseph Taylor", "Level": 4, "location": "XF", "properties": {"id": "c7effe19-f517-48ca-9f7d-2de5980a6d00", "createdDateTime": "2022-08-03T11:25:59.328544Z", "userDisplayName": "Joseph Taylor", "userPrincipalName": "jtaylor@domain.com", "userId": "af9847eb-c773-41ae-bf94-42747c5e986c", "appId": "d0f2bc9f-08aa-4216-910a-0aa98a997e53", "appDisplayName": "Palo Alto Networks - GlobalProtect", "ipAddress": "42.62.103.34", "status": {"errorCode": 0, "additionalDetails": "MFA requirement satisfied by claim in the token"}, "clientAppUsed": "Browser", "userAgent": "Mozilla/5.0 (Linux; Android 2.3.5) AppleWebKit/532.2 (KHTML, like Gecko) Chrome/46.0.898.0 Safari/532.2 Edge/105.19198", "deviceDetail": {"deviceId": "76b96bd3-e5d7-49ee-b195-bf363facdb3d", "displayName": "JOSEPHTAYLOR-LT", "operatingSystem": "Windows 10", "browser": "Edge 105.19198", "isCompliant": true, "isManaged": true, "trustType": "Azure AD joined"}, "location": {"city": "Jessicafurt", "state": "Smithbury", "countryOrRegion": "XF", "geoCoordinates": {"latitude": 17.5082395, "longitude": -115.304215}}, "mfaDetail": {}, "correlationId": "e79f8ada-bfe6-4577-bfad-46fc360a9197", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "3db23387-3ea6-4cae-a04e-df6ce4c47fb2", "isInteractive": true, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 114, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Palo Alto Networks - GlobalProtect Online", "resourceId": "7d6a0897-8b82-49e9-90e2-d482fb9202bd", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 393508, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "gKc5KAY5o1nFYubu7hyPaZREcrrVuY6nuirKxQz7Sjeo68FQ", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "537d9419-7e2b-4778-9102-62256bcfcf45", "rngcStatus": 0}}, {"time": "2022-08-03T11:56:29.687973Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "13.113.40.157", "correlationId": "cd3aab23-514c-4dfe-abfa-a2b51bb7e255", "identity": "Attack Target", "Level": 4, "location": "XR", "properties": {"id": "4ddb034d-d670-4525-9f72-a30560b86d00", "createdDateTime": "2022-08-03T11:56:29.809973Z", "userDisplayName": "Attack Target", "userPrincipalName": "attacktarget@domain.com", "userId": "d735e84b-dcca-404d-9f7d-700f360f41a6", "appId": "9a7e67c7-6f05-42a3-b226-97c7ec3e9696", "appDisplayName": "Adobe Identity Management", "ipAddress": "13.113.40.157", "ipAddressFromResourceProvider": "13.113.40.157", "status": {"errorCode": 0}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (iPad; CPU iPad OS 9_3_6 like Mac OS X) AppleWebKit/536.1 (KHTML, like Gecko) CriOS/42.0.865.0 Mobile/77O124 Safari/536.1 Edge/99.14477", "deviceDetail": {"deviceId": "a44625dc-6f81-449a-9799-8005f7209b42", "displayName": "ATTACKTARGET-LT", "operatingSystem": "Windows 10", "browser": "Edge 99.14477", "trustType": "Azure AD registered"}, "location": {"city": "Smithfort", "state": "Smithfort", "countryOrRegion": "XR", "geoCoordinates": {"latitude": 3.7564095, "longitude": -121.574606}}, "correlationId": "a301deb1-dc34-4016-824a-24d3b3d2958a", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "d195b202-6d13-44b7-8564-89d7dd914bb9", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 122, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Adobe Identity Management Service", "resourceId": "c8eab36d-0a82-409d-8693-a8dabc997921", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 34974, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "yM6GTlKq5sJabmsPkQx2WmL1PnX1r92Aip9LBLDeyx4hiI81", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "2248d3ef-d7b8-4eb2-bd20-fb53f725bfe3", "rngcStatus": 0}}, {"time": "2022-08-03T12:01:59.616570Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "147.132.189.119", "correlationId": "0ffaae42-ebb2-46a4-99fb-af96d844ad59", "identity": "Terry Proctor", "Level": 4, "location": "XR", "properties": {"id": "d3f6133c-40ae-4464-a6cd-9ee944726b00", "createdDateTime": "2022-08-03T12:01:59.725570Z", "userDisplayName": "Terry Proctor", "userPrincipalName": "tproctor@domain.com", "userId": "03110cc5-e54f-4dae-b68a-bf5d945f8152", "appId": "413f12c2-a9cb-4ca6-a080-d4308249cbe1", "appDisplayName": "Air", "ipAddress": "147.132.189.119", "status": {"errorCode": 0, "additionalDetails": "MFA requirement satisfied by claim in the token"}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (X11; Linux i686) AppleWebKit/533.0 (KHTML, like Gecko) Chrome/24.0.803.0 Safari/533.0 Edge/40.11325", "deviceDetail": {"deviceId": "88ee69d5-1eb7-4f29-b594-e9b4e3371940", "displayName": "TERRYPROCTOR-LT", "operatingSystem": "Windows 10", "browser": "Edge 40.11325", "isCompliant": true, "isManaged": true, "trustType": "Azure AD joined"}, "location": {"city": "Port Denisetown", "state": "Smithton", "countryOrRegion": "XR", "geoCoordinates": {"latitude": 3.5518965, "longitude": 131.871582}}, "mfaDetail": {}, "correlationId": "0ed854d3-5d21-4e0e-b47b-022b658cd7d3", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "598dbd8c-3eea-4230-be01-8b963d9edd0d", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 109, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Air Online", "resourceId": "72f0186d-d327-46c9-a8ff-497e0caa8691", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 256668, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "zVfn4tEH7mlPgxTxvwRyXM9Kh91XhGIrkQ6j0PcHix3txLTh", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": null, "rngcStatus": 0}}, {"time": "2022-08-03T12:06:05.352479Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "50158", "resultSignature": "None", "resultDescription": "External security challenge was not satisfied.", "durationMs": 0, "callerIpAddress": "166.105.218.213", "correlationId": "89ee1adc-a9ba-4a56-84d2-effefdd9cea5", "identity": "Thomas Price", "Level": 4, "location": "XR", "properties": {"id": "0a5d29f3-d2f6-475a-8ab8-e72ba5c26400", "createdDateTime": "2022-08-03T12:06:05.475479Z", "userDisplayName": "Thomas Price", "userPrincipalName": "tprice@domain.com", "userId": "32109ee2-ee4f-4d11-9c38-2556aec0f2b5", "appId": "79510a8f-6421-4348-a2ea-bcc2b02485c1", "appDisplayName": "Cisco AnyConnect", "ipAddress": "166.105.218.213", "status": {"errorCode": 50158, "failureReason": "External security challenge was not satisfied."}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (X11; Linux i686) AppleWebKit/535.2 (KHTML, like Gecko) Chrome/22.0.843.0 Safari/535.2 Edge/118.12158", "deviceDetail": {"deviceId": "5224a875-801f-44b5-a725-542da3890d4b", "displayName": "THOMASPRICE-LT", "operatingSystem": "Windows 10", "browser": "Edge 118.12158", "trustType": "Hybrid Azure AD joined"}, "location": {"city": "Santosborough", "state": "Smithton", "countryOrRegion": "XR", "geoCoordinates": {"latitude": 12.8350355, "longitude": 138.359011}}, "correlationId": "2b17a006-f551-4287-adf7-e2f8388f64f1", "conditionalAccessStatus": "failure", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "bb49a12f-c097-4eb5-be80-419b5dc6deab", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 123, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Cisco AnyConnect Online", "resourceId": "5d5b8d28-6a28-472e-b837-a4094e466965", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 256668, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "2xFvGd61BShMorb2rYYyVk5YKiUuE7HyGYvZpoJvbY5kduLt", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "15655e1f-5005-4c53-b3c0-c4a1d1ca5e9e", "rngcStatus": 0}}, {"time": "2022-08-03T12:19:58.711710Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "13.113.40.157", "correlationId": "b6cee35b-158d-46ca-9d88-a85d23884af9", "identity": "Attack Target", "Level": 4, "location": "XR", "properties": {"id": "d613255f-ee47-4782-aac9-904238176b00", "createdDateTime": "2022-08-03T12:19:58.828710Z", "userDisplayName": "Attack Target", "userPrincipalName": "attacktarget@domain.com", "userId": "d735e84b-dcca-404d-9f7d-700f360f41a6", "appId": "9a7e67c7-6f05-42a3-b226-97c7ec3e9696", "appDisplayName": "Adobe Identity Management", "ipAddress": "13.113.40.157", "status": {"errorCode": 0}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (iPad; CPU iPad OS 9_3_6 like Mac OS X) AppleWebKit/536.1 (KHTML, like Gecko) CriOS/42.0.865.0 Mobile/77O124 Safari/536.1 Edge/99.14477", "deviceDetail": {"deviceId": "a44625dc-6f81-449a-9799-8005f7209b42", "displayName": "ATTACKTARGET-LT", "operatingSystem": "Windows 10", "browser": "Edge 99.14477", "trustType": "Azure AD registered"}, "location": {"city": "Smithfort", "state": "Smithfort", "countryOrRegion": "XR", "geoCoordinates": {"latitude": 3.7564095, "longitude": -121.574606}}, "correlationId": "b298ff5d-eabd-451b-9669-a67cb6be620d", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "4f0c7817-964b-4241-8b10-eae686e1de43", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 117, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Adobe Identity Management Service", "resourceId": "9a84f55e-3a40-492c-9476-e069f64ed7a6", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 34974, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "ltJzQIqUbJpYXgTZQH0kkaf0SxCfBxEascO89kQ8NxuyFpCg", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "37ee873b-f901-4e25-be69-010243106d0f", "rngcStatus": 0}}, {"time": "2022-08-03T12:23:01.384074Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "50158", "resultSignature": "None", "resultDescription": "External security challenge was not satisfied.", "durationMs": 0, "callerIpAddress": "147.132.189.119", "correlationId": "d51edaf2-4e8c-4d20-acc7-4c8dcd1bd931", "identity": "Cassie Fernandez", "Level": 4, "location": "XR", "properties": {"id": "bbd0f834-7826-4e71-92d2-dd87853c6d00", "createdDateTime": "2022-08-03T12:23:01.516074Z", "userDisplayName": "Cassie Fernandez", "userPrincipalName": "cfernandez@domain.com", "userId": "67ef8be6-3f44-4db7-8172-fd6211428c1e", "appId": "413f12c2-a9cb-4ca6-a080-d4308249cbe1", "appDisplayName": "Air", "ipAddress": "147.132.189.119", "status": {"errorCode": 50158, "failureReason": "External security challenge was not satisfied."}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (iPad; CPU iPad OS 9_3_6 like Mac OS X) AppleWebKit/536.1 (KHTML, like Gecko) CriOS/42.0.865.0 Mobile/77O124 Safari/536.1 Edge/99.14477", "deviceDetail": {"deviceId": "bf67c857-685a-4457-89c4-db2afa581bd2", "displayName": "CASSIEFERNANDEZ-LT", "operatingSystem": "Windows 10", "browser": "Edge 99.14477", "trustType": "Hybrid Azure AD joined"}, "location": {"city": "Port Denisetown", "state": "Smithton", "countryOrRegion": "XR", "geoCoordinates": {"latitude": 3.5518965, "longitude": 131.871582}}, "correlationId": "2cb25fa5-e584-4726-98fb-1a7cdcdbdef0", "conditionalAccessStatus": "failure", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "2f72b323-95cd-47cd-9b4e-d7110af5a949", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 132, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Air Online", "resourceId": "d2c09315-f769-4fc6-9be8-f57cf8efa9cc", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 256668, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "rL0FcTsugcevVzjZnXgfF6jHi4NmX73xcq8gXWAl2bYroASc", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": null, "rngcStatus": 0}}, {"time": "2022-08-03T12:24:50.031593Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "205.33.24.92", "correlationId": "802909bf-d7ca-4809-ad5f-05b5c8d04d77", "identity": "Vanessa Ramirez", "Level": 4, "location": "XD", "properties": {"id": "0b6f52fe-7d96-46e1-808f-a398bae90100", "createdDateTime": "2022-08-03T12:24:50.122593Z", "userDisplayName": "Vanessa Ramirez", "userPrincipalName": "vramirez@domain.com", "userId": "5d72b7ed-62ea-4b94-b931-ccef65d71ebd", "appId": "9de6e985-97a5-4d82-9c45-aedaa9c25ef9", "appDisplayName": "AWS Single-Account Access", "ipAddress": "205.33.24.92", "status": {"errorCode": 0}, "clientAppUsed": "Browser", "deviceDetail": {"deviceId": "e395a3f4-8f2d-4170-804f-d3e13ce3151b", "displayName": "VANESSARAMIREZ-LT", "operatingSystem": "Windows", "trustType": "Azure AD registered"}, "location": {"city": "Kristinmouth", "state": "Norrisbury", "countryOrRegion": "XD", "geoCoordinates": {"latitude": 26.278784, "longitude": -92.042573}}, "correlationId": "5dc3573e-e368-4d78-bfa6-7c2f8d271594", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "ed5ba591-f068-4df3-b1f9-1061a08f16ea", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 91, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "AWS Single-Account Access Service", "resourceId": "72f0186d-d327-46c9-a8ff-497e0caa8691", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 214655, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "ZfQr5jJ1LGOImsv1qQ2qNVmsNyA71QrGcRpTfGPaWXbZEXQN", "incomingTokenType": "none", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": null, "rngcStatus": 0}}, {"time": "2022-08-03T12:29:17.728010Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "73.190.117.25", "correlationId": "42daa769-336d-4347-a83c-014f32a58ca5", "identity": "Cassie Fernandez", "Level": 4, "location": "XR", "properties": {"id": "0a69ca91-57c8-44f4-948f-197836fc6e00", "createdDateTime": "2022-08-03T12:29:17.839010Z", "userDisplayName": "Cassie Fernandez", "userPrincipalName": "cfernandez@domain.com", "userId": "67ef8be6-3f44-4db7-8172-fd6211428c1e", "appId": "9167c284-c68f-468a-84be-0ee4f23879fe", "appDisplayName": "ArcGIS Enterprise", "ipAddress": "73.190.117.25", "status": {"errorCode": 0}, "clientAppUsed": "Mobile Apps and Desktop clients", "deviceDetail": {"deviceId": "", "operatingSystem": "Ios", "browser": "Mobile Safari"}, "location": {"city": "Boonetown", "state": "Smithton", "countryOrRegion": "XR", "geoCoordinates": {"latitude": 69.3533095, "longitude": -24.043896}}, "correlationId": "22073b53-b3a4-4a53-bc81-430a8e18e555", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "fef7e1c0-0aba-4889-a82b-1e7d17fa8ed6", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 111, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "ArcGIS Enterprise Service", "resourceId": "c4baffed-f90a-4ef3-84b1-d08d189a41c0", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 478055, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "ontSS9eyqqXmFJNxTU6VvVZPiXyyWYuHYxutd4qqfCFjVRVt", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "64850142-3730-4958-94ec-3cf3a39cf409", "rngcStatus": 0}}, {"time": "2022-08-03T12:45:42.312713Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "205.33.24.92", "correlationId": "9ddd0c75-1db6-4405-bb14-3d7b83739261", "identity": "Vanessa Ramirez", "Level": 4, "location": "XD", "properties": {"id": "9a16f031-40cc-41ce-b832-c69551c09200", "createdDateTime": "2022-08-03T12:45:42.407713Z", "userDisplayName": "Vanessa Ramirez", "userPrincipalName": "vramirez@domain.com", "userId": "5d72b7ed-62ea-4b94-b931-ccef65d71ebd", "appId": "9de6e985-97a5-4d82-9c45-aedaa9c25ef9", "appDisplayName": "AWS Single-Account Access", "ipAddress": "205.33.24.92", "status": {"errorCode": 0}, "clientAppUsed": "Browser", "deviceDetail": {"deviceId": "e395a3f4-8f2d-4170-804f-d3e13ce3151b", "displayName": "VANESSARAMIREZ-LT", "operatingSystem": "Windows", "trustType": "Azure AD registered"}, "location": {"city": "Kristinmouth", "state": "Norrisbury", "countryOrRegion": "XD", "geoCoordinates": {"latitude": 26.278784, "longitude": -92.042573}}, "correlationId": "8c9a544b-4b70-4105-bd02-2604a9bbd1d7", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "cab0b3f7-3d33-46ab-9f5a-9807cedd9fd8", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 95, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "AWS Single-Account Access Service", "resourceId": "72f0186d-d327-46c9-a8ff-497e0caa8691", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 214655, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "u684scfDmwFjwdzVFM1HV1GXCoPx51Ctez0UrdxwL60ehTRg", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": null, "rngcStatus": 0}}, {"time": "2022-08-03T12:52:32.636050Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "50158", "resultSignature": "None", "resultDescription": "External security challenge was not satisfied.", "durationMs": 0, "callerIpAddress": "105.169.153.183", "correlationId": "08d4452f-528f-4497-bb4a-e0972b1b20f2", "identity": "Thomas Price", "Level": 4, "location": "XR", "properties": {"id": "4d388231-6fac-4932-9fc8-5499576d6000", "createdDateTime": "2022-08-03T12:52:32.762050Z", "userDisplayName": "Thomas Price", "userPrincipalName": "tprice@domain.com", "userId": "32109ee2-ee4f-4d11-9c38-2556aec0f2b5", "appId": "9a7e67c7-6f05-42a3-b226-97c7ec3e9696", "appDisplayName": "Adobe Identity Management", "ipAddress": "105.169.153.183", "status": {"errorCode": 50158, "failureReason": "External security challenge was not satisfied."}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (X11; Linux i686) AppleWebKit/535.2 (KHTML, like Gecko) Chrome/22.0.843.0 Safari/535.2 Edge/118.12158", "deviceDetail": {"deviceId": "2b85c59f-331a-4b61-9a44-9d3d6df62a06", "displayName": "THOMASPRICE-LT", "operatingSystem": "Windows 10", "browser": "Edge 118.12158", "trustType": "Hybrid Azure AD joined"}, "location": {"city": "Kevinton", "state": "Smithton", "countryOrRegion": "XR", "geoCoordinates": {"latitude": -87.5106305, "longitude": -77.991036}}, "correlationId": "7983a621-e648-4288-989a-6eac16b57097", "conditionalAccessStatus": "failure", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "1d8a8b8f-6524-410f-952b-dfe6845fec2d", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 126, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Adobe Identity Management Service", "resourceId": "30663ca7-f8a9-43ab-8ca1-7906bdbc1485", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 256668, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "AVLWDjrXYv08eliFgvtV32oCMRKegkCu6JgBUEfY7rgPySCB", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "a6c259e5-7f16-48b2-a9f3-75becd6daa9b", "rngcStatus": 0}}, {"time": "2022-08-03T13:25:25.645205Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "50158", "resultSignature": "None", "resultDescription": "External security challenge was not satisfied.", "durationMs": 0, "callerIpAddress": "92.110.109.246", "correlationId": "a06ef55d-84d9-4724-bc24-ae4af3927c8c", "identity": "Thomas Price", "Level": 4, "location": "XR", "properties": {"id": "9c70fa14-e476-49ba-a565-436cdd2c9100", "createdDateTime": "2022-08-03T13:25:25.759205Z", "userDisplayName": "Thomas Price", "userPrincipalName": "tprice@domain.com", "userId": "32109ee2-ee4f-4d11-9c38-2556aec0f2b5", "appId": "9a7e67c7-6f05-42a3-b226-97c7ec3e9696", "appDisplayName": "Adobe Identity Management", "ipAddress": "92.110.109.246", "status": {"errorCode": 50158, "failureReason": "External security challenge was not satisfied."}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (X11; Linux i686) AppleWebKit/535.2 (KHTML, like Gecko) Chrome/22.0.843.0 Safari/535.2 Edge/118.12158", "deviceDetail": {"deviceId": "fb4d911d-6441-411b-868f-d25d5586a326", "displayName": "THOMASPRICE-LT", "operatingSystem": "Windows 10", "browser": "Edge 118.12158", "trustType": "Hybrid Azure AD joined"}, "location": {"city": "Port Denisetown", "state": "Smithton", "countryOrRegion": "XR", "geoCoordinates": {"latitude": 3.5518965, "longitude": 131.871582}}, "correlationId": "84fe0427-5d60-44c3-a131-8f753896b3ae", "conditionalAccessStatus": "failure", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "698144a2-266b-42dd-a00d-7195d22f6e3a", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 114, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Adobe Identity Management Service", "resourceId": "30663ca7-f8a9-43ab-8ca1-7906bdbc1485", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 230297, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "W6Sda57uecmSu5FqxFDw4xv0XfjeZjWzr8HYmz8LStQwaYFh", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "a6c259e5-7f16-48b2-a9f3-75becd6daa9b", "rngcStatus": 0}}, {"time": "2022-08-03T13:27:49.904750Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "205.33.24.92", "correlationId": "1728406f-79ac-4ab7-a2d8-ddbe512c3be3", "identity": "Aaron Cole", "Level": 4, "location": "XD", "properties": {"id": "0d974f4a-644a-4dd3-8042-84855bdc6500", "createdDateTime": "2022-08-03T13:27:50.255750Z", "userDisplayName": "Aaron Cole", "userPrincipalName": "acole@domain.com", "userId": "5d557969-1645-4ba4-be83-b6fd943659f7", "appId": "1b3edb90-1e06-46db-b021-e2fc1f7ddaf5", "appDisplayName": "Beatrust", "ipAddress": "205.33.24.92", "status": {"errorCode": 0}, "clientAppUsed": "Browser", "deviceDetail": {"deviceId": "", "operatingSystem": "Windows 10", "browser": "Rich Client 5.2.7.0"}, "location": {"city": "Kristinmouth", "state": "Norrisbury", "countryOrRegion": "XD", "geoCoordinates": {"latitude": 26.278784, "longitude": -92.042573}}, "correlationId": "95b1a7a9-0618-4ba9-83f6-d92a6600ee8d", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "0d963087-9dd6-43da-95d4-7147785289e3", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 351, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Beatrust Service", "resourceId": "24578515-1951-4064-967d-0d2acaf0aa70", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 214655, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "Vs1xAxkxCJAEMub0XOr5hFU3QmCmxSfXwHsejmvpLeKJ0WCF", "incomingTokenType": "none", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "0e68752b-7dfa-400b-a6f5-1b54af90696a", "rngcStatus": 0}}, {"time": "2022-08-03T13:45:38.239303Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "205.33.24.92", "correlationId": "59484a42-fe11-416d-9a13-35b34c5088bf", "identity": "Aaron Cole", "Level": 4, "location": "XD", "properties": {"id": "b09cec58-d319-4fa9-9389-e3f7135f5300", "createdDateTime": "2022-08-03T13:45:38.336303Z", "userDisplayName": "Aaron Cole", "userPrincipalName": "acole@domain.com", "userId": "5d557969-1645-4ba4-be83-b6fd943659f7", "appId": "9d64cdda-8fe1-424a-8325-912d9d512004", "appDisplayName": "Help Scout", "ipAddress": "205.33.24.92", "status": {"errorCode": 0}, "clientAppUsed": "Browser", "userAgent": "Mozilla/5.0 (X11; Linux i686) AppleWebKit/536.2 (KHTML, like Gecko) Chrome/22.0.877.0 Safari/536.2", "deviceDetail": {"deviceId": "", "operatingSystem": "Windows 10", "browser": "Chrome 22.0.877.0"}, "location": {"city": "Kristinmouth", "state": "Norrisbury", "countryOrRegion": "XD", "geoCoordinates": {"latitude": 26.278784, "longitude": -92.042573}}, "correlationId": "350ca3a0-16a2-4b0e-988b-d4fedfec3fab", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "fdb297cc-e67c-4a67-bfbc-f50fe8b1c42e", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "processingTimeInMilliseconds": 97, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Help Scout Service", "resourceId": "f0630e90-b752-4960-bfb9-a0794fc34930", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 214655, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "TCVnHOjdPTtiWa3reiwHD2M6xthsrJBykesVBxZCaPbZG2Ry", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "1f37c851-4be4-455b-928a-fbde7845a68a"}}, {"time": "2022-08-03T14:11:21.448876Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "1.210.58.10", "correlationId": "4fd133e0-a077-4563-9623-398d98b6e617", "identity": "Keith Sheppard", "Level": 4, "location": "XD", "properties": {"id": "05126ca7-c65f-4544-8acb-9d50b23f5000", "createdDateTime": "2022-08-03T14:11:21.520876Z", "userDisplayName": "Keith Sheppard", "userPrincipalName": "ksheppard@domain.com", "userId": "05bd48f1-91d2-4c2d-9a7c-80e80f561b3c", "appId": "9a7e67c7-6f05-42a3-b226-97c7ec3e9696", "appDisplayName": "Adobe Identity Management", "ipAddress": "1.210.58.10", "status": {"errorCode": 0}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (Windows NT 4.0) AppleWebKit/531.1 (KHTML, like Gecko) Chrome/20.0.823.0 Safari/531.1 Edge/87.11424", "deviceDetail": {"deviceId": "639815fd-5018-4e38-9d81-67538b2ce460", "displayName": "KEITHSHEPPARD-LT", "operatingSystem": "Windows 10", "browser": "Edge 87.11424", "trustType": "Azure AD registered"}, "location": {"city": "Cooperhaven", "state": "Norrisbury", "countryOrRegion": "XD", "geoCoordinates": {"latitude": 70.436398, "longitude": -23.873747}}, "correlationId": "276437f5-4778-4f80-9e3d-77c04700122a", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "4dbe4741-b42b-4eb9-9774-4cdf30c8e5ac", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 72, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Adobe Identity Management Service", "resourceId": "9a84f55e-3a40-492c-9476-e069f64ed7a6", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 69487, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "ZLeOAhCvskwNBlubPBViZN1qayWF8hHVFsdEljpfgyEC6bzs", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "37ee873b-f901-4e25-be69-010243106d0f", "rngcStatus": 0}}, {"time": "2022-08-03T14:21:48.396680Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "156.206.181.119", "correlationId": "63809869-def3-4ae0-94c3-8ffc18a78f16", "identity": "Cynthia Perry", "Level": 4, "location": "XY", "properties": {"id": "b833bcd2-4c2b-43a0-9673-9bc63db96d00", "createdDateTime": "2022-08-03T14:21:48.543680Z", "userDisplayName": "Cynthia Perry", "userPrincipalName": "cperry@domain.com", "userId": "ac5fa380-9d5b-470e-beb2-5ba10aca48e6", "appId": "9de6e985-97a5-4d82-9c45-aedaa9c25ef9", "appDisplayName": "AWS Single-Account Access", "ipAddress": "156.206.181.119", "status": {"errorCode": 0}, "clientAppUsed": "Browser", "deviceDetail": {"deviceId": "", "operatingSystem": "Windows"}, "location": {"city": "Hannaville", "state": "Thomashaven", "countryOrRegion": "XY", "geoCoordinates": {"latitude": 1.1452695, "longitude": 128.249211}}, "correlationId": "16da74e4-26cc-4965-a638-9cdc24a8ac19", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "49dfdf90-3d3f-476c-aec7-5b9196d870b3", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 147, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "AWS Single-Account Access Service", "resourceId": "c65cf5f9-5537-4200-889e-381c4f60ca7d", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 279165, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "hBwzLMFgHc1nt6kEEeqxRwfKV8XibGNTWwc9lKFLmgNz1hfb", "incomingTokenType": "none", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": null, "rngcStatus": 0}}, {"time": "2022-08-03T14:26:17.171787Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "13.113.40.157", "correlationId": "93859a3e-88b9-4ff0-a562-a78340befe86", "identity": "Attack Target", "Level": 4, "location": "XR", "properties": {"id": "84170ee1-88cb-4e3d-bb5d-283a2b7f6300", "createdDateTime": "2022-08-03T14:26:17.280787Z", "userDisplayName": "Attack Target", "userPrincipalName": "attacktarget@domain.com", "userId": "d735e84b-dcca-404d-9f7d-700f360f41a6", "appId": "9a7e67c7-6f05-42a3-b226-97c7ec3e9696", "appDisplayName": "Adobe Identity Management", "ipAddress": "13.113.40.157", "status": {"errorCode": 0}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (iPad; CPU iPad OS 9_3_6 like Mac OS X) AppleWebKit/536.1 (KHTML, like Gecko) CriOS/42.0.865.0 Mobile/77O124 Safari/536.1 Edge/99.14477", "deviceDetail": {"deviceId": "a44625dc-6f81-449a-9799-8005f7209b42", "displayName": "ATTACKTARGET-LT", "operatingSystem": "Windows 10", "browser": "Edge 99.14477", "trustType": "Azure AD registered"}, "location": {"city": "Smithfort", "state": "Smithfort", "countryOrRegion": "XR", "geoCoordinates": {"latitude": 3.7564095, "longitude": -121.574606}}, "correlationId": "fec0f273-2765-436d-af4c-68e7610ce36a", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "2ece98db-9193-41ae-9ae8-92e378e5b772", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 109, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Adobe Identity Management Service", "resourceId": "30663ca7-f8a9-43ab-8ca1-7906bdbc1485", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 34974, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "MmqHRNE8Se9bv2zetFDF44iU9rq0cDIqJ9CtuBtNinf3wCTV", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "a6c259e5-7f16-48b2-a9f3-75becd6daa9b", "rngcStatus": 0}}, {"time": "2022-08-03T14:38:11.506508Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "SignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "199.12.127.103", "correlationId": "ffe1dfc9-e8af-45d2-9e06-6d1774ef79d9", "identity": "Jacob Meyers", "Level": 4, "location": "XG", "properties": {"id": "c39e6449-499a-4a56-b4b3-75e258146800", "createdDateTime": "2022-08-03T14:38:11.623508Z", "userDisplayName": "Jacob Meyers", "userPrincipalName": "jmeyers@domain.com", "userId": "c63a67b0-1651-4a8a-9560-cc703cdad5ad", "appId": "1b3edb90-1e06-46db-b021-e2fc1f7ddaf5", "appDisplayName": "Beatrust", "ipAddress": "199.12.127.103", "status": {"errorCode": 0}, "clientAppUsed": "Browser", "userAgent": "Mozilla/5.0 (Windows NT 5.1) AppleWebKit/534.1 (KHTML, like Gecko) Chrome/37.0.847.0 Safari/534.1", "deviceDetail": {"deviceId": "", "operatingSystem": "Windows 10", "browser": "Chrome 37.0.847.0"}, "location": {"city": "Port Nathan", "state": "Newmanville", "countryOrRegion": "XG", "geoCoordinates": {"latitude": 23.244641, "longitude": -113.392021}}, "correlationId": "264165a9-36da-4ecd-8cd1-40e721535f37", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "f3f1adf0-9327-41ae-9a1d-bd7c5dfa913c", "isInteractive": true, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 117, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Beatrust Service", "resourceId": "24578515-1951-4064-967d-0d2acaf0aa70", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 282405, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "eYxSJVoZOw3mzQizd1R08CiOjMp8SPdcS65fddwVHCbobIze", "incomingTokenType": "none", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "0e68752b-7dfa-400b-a6f5-1b54af90696a", "rngcStatus": 0}}, {"time": "2022-08-03T14:38:52.829894Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "86.154.193.190", "correlationId": "57c6c177-4f12-45bb-a907-5e812a920837", "identity": "Jamie Watson", "Level": 4, "location": "XR", "properties": {"id": "fce40f88-fa2b-4b99-9183-5ba157b15500", "createdDateTime": "2022-08-03T14:38:52.930894Z", "userDisplayName": "Jamie Watson", "userPrincipalName": "jwatson@domain.com", "userId": "2844695b-9a70-48ed-a5ce-f3d711e2292b", "appId": "413f12c2-a9cb-4ca6-a080-d4308249cbe1", "appDisplayName": "Air", "ipAddress": "86.154.193.190", "status": {"errorCode": 0}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (X11; Linux i686) AppleWebKit/533.0 (KHTML, like Gecko) Chrome/24.0.803.0 Safari/533.0 Edge/40.11325", "deviceDetail": {"deviceId": "fc784602-6455-4450-be3c-6770e0359f8a", "displayName": "JAMIEWATSON-LT", "operatingSystem": "Windows 10", "browser": "Edge 40.11325", "isCompliant": true, "isManaged": true, "trustType": "Azure AD joined"}, "location": {"city": "Port Denisetown", "state": "Smithton", "countryOrRegion": "XR", "geoCoordinates": {"latitude": 3.5518965, "longitude": 131.871582}}, "correlationId": "d3bbb055-eaa3-4aa5-b310-ec5477ac290a", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "19980bd8-585b-46a5-aee9-6f5baa3e3c0d", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "processingTimeInMilliseconds": 101, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Air Online", "resourceId": "72f0186d-d327-46c9-a8ff-497e0caa8691", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 256668, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "ZuqBsBUkkJbEzeVl3EG7jBOrUdXGLT9CQsy4xPiE1CzDbXhr", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": null}}, {"time": "2022-08-03T14:43:18.514846Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "86.154.193.190", "correlationId": "659dbb24-7368-46ac-bc2b-acabbf9c3b04", "identity": "Jamie Watson", "Level": 4, "location": "XR", "properties": {"id": "7f4e5d8d-0e8f-4a05-8bd4-95dcec265600", "createdDateTime": "2022-08-03T14:43:18.730846Z", "userDisplayName": "Jamie Watson", "userPrincipalName": "jwatson@domain.com", "userId": "2844695b-9a70-48ed-a5ce-f3d711e2292b", "appId": "9c5b7fe3-0ad2-4ea6-94e5-9e0001f367e3", "appDisplayName": "Articulate 360", "ipAddress": "86.154.193.190", "status": {"errorCode": 0}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (X11; Linux i686) AppleWebKit/533.0 (KHTML, like Gecko) Chrome/24.0.803.0 Safari/533.0 Edge/40.11325", "deviceDetail": {"deviceId": "fc784602-6455-4450-be3c-6770e0359f8a", "displayName": "JAMIEWATSON-LT", "operatingSystem": "Windows 10", "browser": "Edge 40.11325", "isCompliant": true, "isManaged": true, "trustType": "Azure AD joined"}, "location": {"city": "Port Denisetown", "state": "Smithton", "countryOrRegion": "XR", "geoCoordinates": {"latitude": 3.5518965, "longitude": 131.871582}}, "correlationId": "c6a6182c-c3bb-43e6-a732-c99e41ece00b", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "97a621fb-570d-4391-8bdc-bc64196422ed", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "processingTimeInMilliseconds": 216, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Articulate 360 Online", "resourceId": "436260d5-3791-4aea-a4da-aa698ec35f2f", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 256668, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "yDeWJ1LqwlELGs3neDalAEoJoHXteug4hd0ElkZQyqrg8Hzt", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "94b9f3ba-5f4b-4edc-99dc-a420b76960f9"}}, {"time": "2022-08-03T14:49:30.178212Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "86.154.193.190", "correlationId": "3fc6263f-0047-491d-95aa-9457333e8f05", "identity": "Jamie Watson", "Level": 4, "location": "XR", "properties": {"id": "70bcc8c7-ed06-41fc-82cc-ef5334eb8b00", "createdDateTime": "2022-08-03T14:49:30.263212Z", "userDisplayName": "Jamie Watson", "userPrincipalName": "jwatson@domain.com", "userId": "2844695b-9a70-48ed-a5ce-f3d711e2292b", "appId": "9a7e67c7-6f05-42a3-b226-97c7ec3e9696", "appDisplayName": "Adobe Identity Management", "ipAddress": "86.154.193.190", "status": {"errorCode": 0}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (X11; Linux i686) AppleWebKit/533.0 (KHTML, like Gecko) Chrome/24.0.803.0 Safari/533.0 Edge/40.11325", "deviceDetail": {"deviceId": "fc784602-6455-4450-be3c-6770e0359f8a", "displayName": "JAMIEWATSON-LT", "operatingSystem": "Windows 10", "browser": "Edge 40.11325", "isCompliant": true, "isManaged": true, "trustType": "Azure AD joined"}, "location": {"city": "Port Denisetown", "state": "Smithton", "countryOrRegion": "XR", "geoCoordinates": {"latitude": 3.5518965, "longitude": 131.871582}}, "correlationId": "5b2c4ace-529b-4ee2-810d-e760d3172cb5", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "6e4baa16-4530-4c5c-b4d9-31669e91e164", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 85, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Adobe Identity Management Service", "resourceId": "7d6a0897-8b82-49e9-90e2-d482fb9202bd", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 256668, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "prOP8XEKgL9IXlUbyhl6SlMRcm7AAiZgKTdZ0atWrQ57p30h", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "537d9419-7e2b-4778-9102-62256bcfcf45", "rngcStatus": 0}}, {"time": "2022-08-03T14:55:19.975627Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "212.169.11.63", "correlationId": "ad11ee62-b66c-4e0c-9eb5-53296169771c", "identity": "Kristen Howell", "Level": 4, "location": "XR", "properties": {"id": "adaecd29-d27b-47bd-bda0-f9ce502c6400", "createdDateTime": "2022-08-03T14:55:20.093627Z", "userDisplayName": "Kristen Howell", "userPrincipalName": "khowell@domain.com", "userId": "20e1e3f9-665f-45bd-9984-5e74b526d3b5", "appId": "9a7e67c7-6f05-42a3-b226-97c7ec3e9696", "appDisplayName": "Adobe Identity Management", "ipAddress": "212.169.11.63", "status": {"errorCode": 0}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (iPad; CPU iPad OS 9_3_6 like Mac OS X) AppleWebKit/536.1 (KHTML, like Gecko) CriOS/42.0.865.0 Mobile/77O124 Safari/536.1 Edge/99.14477", "deviceDetail": {"deviceId": "caf12d64-01ec-4396-b330-e7eb6349ad45", "displayName": "KRISTENHOWELL-LT", "operatingSystem": "Windows 10", "browser": "Edge 99.14477", "trustType": "Azure AD registered"}, "location": {"city": "North Lisachester", "state": "Smithton", "countryOrRegion": "XR", "geoCoordinates": {"latitude": -69.00844, "longitude": -172.534328}}, "correlationId": "50ddbba7-57f9-4ea2-bc92-9fbcbced64b3", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "d9888d0b-392f-466a-b7ea-ac5848969603", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 118, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Adobe Identity Management Service", "resourceId": "f0630e90-b752-4960-bfb9-a0794fc34930", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 144064, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "7lDAgjmFJYqk4SVyJzC7ULGj1RgazCioh4DWa27uFeAwAVhv", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "1f37c851-4be4-455b-928a-fbde7845a68a", "rngcStatus": 0}}, {"time": "2022-08-03T15:04:36.967795Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "SignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "50011", "resultSignature": "None", "resultDescription": "The reply address is missing, misconfigured, or does not match reply addresses configured for the application. Try out the resolution listed at https://docs.microsoft.com/azure/active-directory/application-sign-in-problem-federated-sso-gallery#the-reply-address-does-not-match-the-reply-addresses-configured-for-the-application. If you still see issues, contact the application owner or app admin.", "durationMs": 0, "callerIpAddress": "205.33.24.92", "correlationId": "73b8e784-1af7-4f99-b1a6-861d3330a514", "identity": "Aaron Cole", "Level": 4, "location": "XD", "properties": {"id": "fce40f88-fa2b-4b99-9183-5ba170675400", "createdDateTime": "2022-08-03T15:04:37.066795Z", "userDisplayName": "Aaron Cole", "userPrincipalName": "acole@domain.com", "userId": "5d557969-1645-4ba4-be83-b6fd943659f7", "appId": "af50c7b0-ad5f-40ec-840e-8d89be454ce4", "appDisplayName": "Citrix ShareFile", "ipAddress": "205.33.24.92", "status": {"errorCode": 50011, "failureReason": "The reply address is missing, misconfigured, or does not match reply addresses configured for the application. Try out the resolution listed at https://docs.microsoft.com/azure/active-directory/application-sign-in-problem-federated-sso-gallery#the-reply-address-does-not-match-the-reply-addresses-configured-for-the-application. If you still see issues, contact the application owner or app admin."}, "clientAppUsed": "Browser", "userAgent": "Mozilla/5.0 (Linux; Android 2.3.5) AppleWebKit/532.2 (KHTML, like Gecko) Chrome/46.0.898.0 Safari/532.2 Edge/105.19198", "deviceDetail": {"deviceId": "", "operatingSystem": "Windows 10", "browser": "Edge 105.19198"}, "location": {"city": "Kristinmouth", "state": "Norrisbury", "countryOrRegion": "XD", "geoCoordinates": {"latitude": 26.278784, "longitude": -92.042573}}, "correlationId": "7a0dc37d-79b2-41c0-ab72-2b7076455b80", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "3d8ef5e4-a073-4ee8-aba3-4fe5a1dc8753", "isInteractive": true, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "processingTimeInMilliseconds": 99, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Citrix ShareFile Online", "resourceId": "24578515-1951-4064-967d-0d2acaf0aa70", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 214655, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "em6MkNf2UWn5T8ry8ysfonMRqtP0NI8uihn2CBQJjGqQCKpE", "incomingTokenType": "none", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "0e68752b-7dfa-400b-a6f5-1b54af90696a"}}, {"time": "2022-08-03T15:06:28.976700Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "SignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "199.12.127.103", "correlationId": "2365f0a8-c2bb-46c8-8a89-2511b8b8412c", "identity": "Jacob Meyers", "Level": 4, "location": "XG", "properties": {"id": "c1b5f5c8-ca60-424d-8983-bf9cdc9b5900", "createdDateTime": "2022-08-03T15:06:29.091700Z", "userDisplayName": "Jacob Meyers", "userPrincipalName": "jmeyers@domain.com", "userId": "c63a67b0-1651-4a8a-9560-cc703cdad5ad", "appId": "1b3edb90-1e06-46db-b021-e2fc1f7ddaf5", "appDisplayName": "Beatrust", "ipAddress": "199.12.127.103", "status": {"errorCode": 0}, "clientAppUsed": "Browser", "userAgent": "Mozilla/5.0 (Windows NT 5.1) AppleWebKit/534.1 (KHTML, like Gecko) Chrome/37.0.847.0 Safari/534.1", "deviceDetail": {"deviceId": "", "operatingSystem": "Windows 10", "browser": "Chrome 37.0.847.0"}, "location": {"city": "Port Nathan", "state": "Newmanville", "countryOrRegion": "XG", "geoCoordinates": {"latitude": 23.244641, "longitude": -113.392021}}, "correlationId": "9a281f15-fb5b-4698-9c61-52d7f1690c1c", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "eeaee800-e8dc-413e-9aed-b6c499130370", "isInteractive": true, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "processingTimeInMilliseconds": 115, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Beatrust Service", "resourceId": "24578515-1951-4064-967d-0d2acaf0aa70", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 282405, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "pTqzp4UWPElVtzxOFF20B14rF0rKr2KTGcxHEGv3fHOd04gt", "incomingTokenType": "none", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "0e68752b-7dfa-400b-a6f5-1b54af90696a"}}, {"time": "2022-08-03T15:23:47.848647Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "50158", "resultSignature": "None", "resultDescription": "External security challenge was not satisfied.", "durationMs": 0, "callerIpAddress": "166.105.218.213", "correlationId": "222a9365-98b4-4bc2-8a88-5f5f2677068f", "identity": "Thomas Price", "Level": 4, "location": "XR", "properties": {"id": "10696f74-a92e-4dcd-9925-f1831fcf6e00", "createdDateTime": "2022-08-03T15:23:47.968647Z", "userDisplayName": "Thomas Price", "userPrincipalName": "tprice@domain.com", "userId": "32109ee2-ee4f-4d11-9c38-2556aec0f2b5", "appId": "9a7e67c7-6f05-42a3-b226-97c7ec3e9696", "appDisplayName": "Adobe Identity Management", "ipAddress": "166.105.218.213", "status": {"errorCode": 50158, "failureReason": "External security challenge was not satisfied."}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (X11; Linux i686) AppleWebKit/535.2 (KHTML, like Gecko) Chrome/22.0.843.0 Safari/535.2 Edge/118.12158", "deviceDetail": {"deviceId": "81ad31fb-e9be-4498-b1b2-c62f8fae1a77", "displayName": "THOMASPRICE-LT", "operatingSystem": "Windows 10", "browser": "Edge 118.12158", "trustType": "Hybrid Azure AD joined"}, "location": {"city": "Santosborough", "state": "Smithton", "countryOrRegion": "XR", "geoCoordinates": {"latitude": 12.8350355, "longitude": 138.359011}}, "correlationId": "79a44792-ce7f-4418-b0ae-4cc9fe1f654c", "conditionalAccessStatus": "failure", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "fe28d9db-2435-4573-a041-3ec51317cb1c", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 120, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Adobe Identity Management Service", "resourceId": "30663ca7-f8a9-43ab-8ca1-7906bdbc1485", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 256668, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "IF3UUQVWQ7pbkxHYSwb4gSBQqrxVsJlKCialqwpTwSBMVnPc", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "a6c259e5-7f16-48b2-a9f3-75becd6daa9b", "rngcStatus": 0}}, {"time": "2022-08-03T15:29:19.295397Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "SignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "50140", "resultSignature": "None", "resultDescription": "This error occurred due to 'Keep me signed in' interrupt when the user was signing-in.", "durationMs": 0, "callerIpAddress": "156.206.181.119", "correlationId": "577c3ba0-a025-1000-a35a-d490e380ea0c", "identity": "Cynthia Perry", "Level": 4, "location": "XY", "properties": {"id": "10851c42-cb04-4202-b7bb-75c743cb9600", "createdDateTime": "2022-08-03T15:29:19.417397Z", "userDisplayName": "Cynthia Perry", "userPrincipalName": "cperry@domain.com", "userId": "ac5fa380-9d5b-470e-beb2-5ba10aca48e6", "appId": "439cf80c-f381-45bd-9b6a-a006882e7246", "appDisplayName": "Atlassian Cloud", "ipAddress": "156.206.181.119", "status": {"errorCode": 50140, "failureReason": "This error occurred due to 'Keep me signed in' interrupt when the user was signing-in."}, "clientAppUsed": "Browser", "userAgent": "Mozilla/5.0 (compatible; MSIE 8.0; Windows NT 5.2; Trident/3.1)", "deviceDetail": {"deviceId": "", "operatingSystem": "Windows 10", "browser": "IE 8.0"}, "location": {"city": "Hannaville", "state": "Thomashaven", "countryOrRegion": "XY", "geoCoordinates": {"latitude": 1.1452695, "longitude": 128.249211}}, "correlationId": "34d7e3b7-8775-4201-ac4e-cc10e220e47c", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "fca856cc-7149-45f4-b84e-1ba7fbf9e0bf", "isInteractive": true, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 122, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Atlassian Cloud", "resourceId": "c8eab36d-0a82-409d-8693-a8dabc997921", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "alternateSignInName": "cperry1@domain.com", "signInIdentifier": "cperry1@domain.com", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 279165, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "9VAuMf4XAk5LBIsRb7rR5Shv1ukBNCs8Hhqgn0bPKUygzRIM", "incomingTokenType": "none", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "2248d3ef-d7b8-4eb2-bd20-fb53f725bfe3", "rngcStatus": 0}}, {"time": "2022-08-03T15:54:12.643537Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "13.113.40.157", "correlationId": "12290d99-a138-48da-81c7-4e1fa5d103c9", "identity": "Attack Target", "Level": 4, "location": "XR", "properties": {"id": "f95b27fd-8962-466c-86b8-5898d6478d00", "createdDateTime": "2022-08-03T15:54:12.757537Z", "userDisplayName": "Attack Target", "userPrincipalName": "attacktarget@domain.com", "userId": "d735e84b-dcca-404d-9f7d-700f360f41a6", "appId": "9a7e67c7-6f05-42a3-b226-97c7ec3e9696", "appDisplayName": "Adobe Identity Management", "ipAddress": "13.113.40.157", "ipAddressFromResourceProvider": "13.113.40.157", "status": {"errorCode": 0}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (iPad; CPU iPad OS 9_3_6 like Mac OS X) AppleWebKit/536.1 (KHTML, like Gecko) CriOS/42.0.865.0 Mobile/77O124 Safari/536.1 Edge/99.14477", "deviceDetail": {"deviceId": "a44625dc-6f81-449a-9799-8005f7209b42", "displayName": "ATTACKTARGET-LT", "operatingSystem": "Windows 10", "browser": "Edge 99.14477", "trustType": "Azure AD registered"}, "location": {"city": "Smithfort", "state": "Smithfort", "countryOrRegion": "XR", "geoCoordinates": {"latitude": 3.7564095, "longitude": -121.574606}}, "correlationId": "c4c6bc82-3f31-4742-b682-628e66688e55", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "5f70f3f8-4281-407a-9820-0448d83d1312", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 114, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Adobe Identity Management Service", "resourceId": "c8eab36d-0a82-409d-8693-a8dabc997921", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 34974, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "zPKykV2AZ1lBLnfUJ7HQwLJy5jXBNTOaS5iV1Vl4h5uoH5dF", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "2248d3ef-d7b8-4eb2-bd20-fb53f725bfe3", "rngcStatus": 0}}, {"time": "2022-08-03T16:13:55.629763Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "91.132.253.146", "correlationId": "718682db-8875-4606-8e80-6aefffb6db69", "identity": "Aaron Cole", "Level": 4, "location": "XD", "properties": {"id": "2ec58a60-47cc-4e67-815d-e9daa0745900", "createdDateTime": "2022-08-03T16:13:55.721763Z", "userDisplayName": "Aaron Cole", "userPrincipalName": "acole@domain.com", "userId": "5d557969-1645-4ba4-be83-b6fd943659f7", "appId": "ad65aaed-51a8-4877-830e-8a5273604c87", "appDisplayName": "Docusign", "ipAddress": "91.132.253.146", "status": {"errorCode": 0}, "clientAppUsed": "Browser", "deviceDetail": {"deviceId": "", "operatingSystem": "Windows", "browser": "Rich Client 4.42.0.0"}, "location": {"city": "Rickshire", "state": "Norrisbury", "countryOrRegion": "XD", "geoCoordinates": {"latitude": -78.5751045, "longitude": 58.329246}}, "correlationId": "049b8e47-befe-45f4-8aea-8ea2cd560a5c", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "fa864d5d-4ce7-4a88-842a-f96d8787afa3", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "processingTimeInMilliseconds": 92, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Docusign Service", "resourceId": "24578515-1951-4064-967d-0d2acaf0aa70", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 214655, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "wlLmfc4bFuaM0bViOEnbivvGRMTwEPEsTkOXe3dPMpCrbXTu", "incomingTokenType": "none", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "0e68752b-7dfa-400b-a6f5-1b54af90696a"}}, {"time": "2022-08-03T16:26:45.151120Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "156.206.181.119", "correlationId": "629135c9-f1ae-409e-87d4-c9f5f7fadf82", "identity": "Cynthia Perry", "Level": 4, "location": "XY", "properties": {"id": "9c70fa14-e476-49ba-a565-436cb55b8e00", "createdDateTime": "2022-08-03T16:26:45.246120Z", "userDisplayName": "Cynthia Perry", "userPrincipalName": "cperry@domain.com", "userId": "ac5fa380-9d5b-470e-beb2-5ba10aca48e6", "appId": "9de6e985-97a5-4d82-9c45-aedaa9c25ef9", "appDisplayName": "AWS Single-Account Access", "ipAddress": "156.206.181.119", "status": {"errorCode": 0}, "clientAppUsed": "Browser", "deviceDetail": {"deviceId": "", "operatingSystem": "Windows"}, "location": {"city": "Hannaville", "state": "Thomashaven", "countryOrRegion": "XY", "geoCoordinates": {"latitude": 1.1452695, "longitude": 128.249211}}, "correlationId": "f78c9ac4-05e5-4132-927c-b1fe52c1adeb", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "b5f82840-658e-40db-ba61-690ccb575109", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 95, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "AWS Single-Account Access", "resourceId": "1f1f8006-bcaf-48ed-96be-45ba0b1802c3", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 279165, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "cELXGVNdZaQiIkVKGd7biIEP4smzkHMGVM5AmsEOBRrJF2Ej", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": null, "rngcStatus": 0}}, {"time": "2022-08-03T16:41:20.121440Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "107.40.113.143", "correlationId": "bd5e9693-c84c-44be-9f25-416794748283", "identity": "Terry Proctor", "Level": 4, "location": "XR", "properties": {"id": "d9fe19c7-3b22-47c4-a577-e6f94b8b6800", "createdDateTime": "2022-08-03T16:41:20.249440Z", "userDisplayName": "Terry Proctor", "userPrincipalName": "tproctor@domain.com", "userId": "03110cc5-e54f-4dae-b68a-bf5d945f8152", "appId": "18bf60fa-77dd-4aad-891d-af82ca87dd06", "appDisplayName": "FortiGate SSL VPN", "ipAddress": "107.40.113.143", "status": {"errorCode": 0, "additionalDetails": "MFA requirement satisfied by claim in the token"}, "clientAppUsed": "Browser", "deviceDetail": {"deviceId": "88ee69d5-1eb7-4f29-b594-e9b4e3371940", "displayName": "TERRYPROCTOR-LT", "operatingSystem": "Windows", "browser": "Rich Client 4.22.0.0", "isCompliant": true, "isManaged": true, "trustType": "Azure AD joined"}, "location": {"city": "Matthewborough", "state": "Smithton", "countryOrRegion": "XR", "geoCoordinates": {"latitude": -61.4020595, "longitude": -158.46244}}, "mfaDetail": {}, "correlationId": "a899299e-5ca2-4318-9c5f-e3a2ebaa99b9", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "b9a059b4-8ce8-4eac-b036-59f6d3cf6e74", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 128, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "FortiGate SSL VPN", "resourceId": "51e679b4-5774-4b5f-9636-df5ea66b9380", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 34974, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "os4vqASNzkHHLkJwZy1ECDsrZC7UP0MVgxscfnw3lpbaa3My", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "6e8f419c-7f10-40b1-a52a-e4fb253c74c2", "rngcStatus": 0}}, {"time": "2022-08-03T17:01:10.215619Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "147.132.189.119", "correlationId": "1eff6a78-9095-4f2e-b334-58c2d6e0930a", "identity": "Terry Proctor", "Level": 4, "location": "XR", "properties": {"id": "159590e9-5419-4dbb-867e-3641bec85f00", "createdDateTime": "2022-08-03T17:01:10.324619Z", "userDisplayName": "Terry Proctor", "userPrincipalName": "tproctor@domain.com", "userId": "03110cc5-e54f-4dae-b68a-bf5d945f8152", "appId": "9a7e67c7-6f05-42a3-b226-97c7ec3e9696", "appDisplayName": "Adobe Identity Management", "ipAddress": "147.132.189.119", "ipAddressFromResourceProvider": "86.154.193.190", "status": {"errorCode": 0, "additionalDetails": "MFA requirement satisfied by claim in the token"}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (X11; Linux i686) AppleWebKit/533.0 (KHTML, like Gecko) Chrome/24.0.803.0 Safari/533.0 Edge/40.11325", "deviceDetail": {"deviceId": "88ee69d5-1eb7-4f29-b594-e9b4e3371940", "displayName": "TERRYPROCTOR-LT", "operatingSystem": "Windows 10", "browser": "Edge 40.11325", "isCompliant": true, "isManaged": true, "trustType": "Azure AD joined"}, "location": {"city": "Port Denisetown", "state": "Smithton", "countryOrRegion": "XR", "geoCoordinates": {"latitude": 3.5518965, "longitude": 131.871582}}, "mfaDetail": {}, "correlationId": "2cefc1d7-aada-4d18-a972-f0efd3c462b3", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "1513c243-d53b-4215-a4d3-a3f4bff244e8", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 109, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Adobe Identity Management Service", "resourceId": "9a84f55e-3a40-492c-9476-e069f64ed7a6", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 256668, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "O35TASUcWmdB8Jz6tbUD5cY2XlItUfL81W8izkdyCwpRpLnY", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "37ee873b-f901-4e25-be69-010243106d0f", "rngcStatus": 0}}, {"time": "2022-08-03T17:39:32.465198Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "1.210.58.10", "correlationId": "daeba56b-f576-4ec7-9283-7e93465fec8f", "identity": "Keith Sheppard", "Level": 4, "location": "XD", "properties": {"id": "3e4015a7-fc3f-46ab-bde5-2cd8c26f6e00", "createdDateTime": "2022-08-03T17:39:32.539198Z", "userDisplayName": "Keith Sheppard", "userPrincipalName": "ksheppard@domain.com", "userId": "05bd48f1-91d2-4c2d-9a7c-80e80f561b3c", "appId": "7b74bf77-058a-4c0d-9d9d-5523c3bc80ed", "appDisplayName": "GitHub Enterprise Cloud - Organization", "ipAddress": "1.210.58.10", "status": {"errorCode": 0}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (Windows NT 4.0) AppleWebKit/531.1 (KHTML, like Gecko) Chrome/20.0.823.0 Safari/531.1 Edge/87.11424", "deviceDetail": {"deviceId": "639815fd-5018-4e38-9d81-67538b2ce460", "displayName": "KEITHSHEPPARD-LT", "operatingSystem": "Windows 10", "browser": "Edge 87.11424", "trustType": "Azure AD registered"}, "location": {"city": "Cooperhaven", "state": "Norrisbury", "countryOrRegion": "XD", "geoCoordinates": {"latitude": 70.436398, "longitude": -23.873747}}, "correlationId": "04b3b9d7-01be-4998-b99e-40c75778576f", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "322cbb7c-160f-4a71-98b8-07bd57ba60f4", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 74, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "GitHub Enterprise Cloud - Organization Online", "resourceId": "51e679b4-5774-4b5f-9636-df5ea66b9380", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 69487, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "zBsKK10r7B48HdzwujnJ7v1PUxBRS1GYDJO6mVNupVvtJtof", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "6e8f419c-7f10-40b1-a52a-e4fb253c74c2", "rngcStatus": 0}}, {"time": "2022-08-03T17:54:07.311279Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "42.62.103.34", "correlationId": "e21705d4-1320-4752-b7c9-76fbb8be9266", "identity": "Joseph Taylor", "Level": 4, "location": "XF", "properties": {"id": "4b638f01-21ae-4071-8f14-553d56568600", "createdDateTime": "2022-08-03T17:54:07.484279Z", "userDisplayName": "Joseph Taylor", "userPrincipalName": "jtaylor@domain.com", "userId": "af9847eb-c773-41ae-bf94-42747c5e986c", "appId": "84f18b4b-ae12-484a-847f-f3e36093594a", "appDisplayName": "Slack", "ipAddress": "42.62.103.34", "status": {"errorCode": 0, "additionalDetails": "MFA requirement satisfied by claim in the token"}, "clientAppUsed": "Browser", "deviceDetail": {"deviceId": "76b96bd3-e5d7-49ee-b195-bf363facdb3d", "displayName": "JOSEPHTAYLOR-LT", "operatingSystem": "Windows", "isCompliant": true, "isManaged": true, "trustType": "Azure AD joined"}, "location": {"city": "Jessicafurt", "state": "Smithbury", "countryOrRegion": "XF", "geoCoordinates": {"latitude": 17.5082395, "longitude": -115.304215}}, "mfaDetail": {}, "correlationId": "0b7a5abe-4805-489c-844f-69b9db8a0021", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "70308c1d-a5ea-4af9-a5d3-01ef259b13b3", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 173, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Slack Service", "resourceId": "f0630e90-b752-4960-bfb9-a0794fc34930", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 393508, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "NWRf9uG9dZIYhEN5wOCAtQKbTix2seTzMx8hFy942o2ZBu3E", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "1f37c851-4be4-455b-928a-fbde7845a68a", "rngcStatus": 0}}, {"time": "2022-08-03T18:33:53.602419Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "SignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "42.62.103.34", "correlationId": "7fbcbefa-c173-4415-a90c-dd4e78da7c01", "identity": "Joseph Taylor", "Level": 4, "location": "XF", "properties": {"id": "47feb9b1-20cd-45b9-b445-8c61004b7500", "createdDateTime": "2022-08-03T18:33:53.720419Z", "userDisplayName": "Joseph Taylor", "userPrincipalName": "jtaylor@domain.com", "userId": "af9847eb-c773-41ae-bf94-42747c5e986c", "appId": "1b3edb90-1e06-46db-b021-e2fc1f7ddaf5", "appDisplayName": "Beatrust", "ipAddress": "42.62.103.34", "status": {"errorCode": 0, "additionalDetails": "MFA requirement satisfied by claim in the token"}, "clientAppUsed": "Browser", "userAgent": "Mozilla/5.0 (Linux; Android 2.3.5) AppleWebKit/532.2 (KHTML, like Gecko) Chrome/46.0.898.0 Safari/532.2 Edge/105.19198", "deviceDetail": {"deviceId": "76b96bd3-e5d7-49ee-b195-bf363facdb3d", "displayName": "JOSEPHTAYLOR-LT", "operatingSystem": "Windows 10", "browser": "Edge 105.19198", "isCompliant": true, "isManaged": true, "trustType": "Azure AD joined"}, "location": {"city": "Jessicafurt", "state": "Smithbury", "countryOrRegion": "XF", "geoCoordinates": {"latitude": 17.5082395, "longitude": -115.304215}}, "mfaDetail": {}, "correlationId": "1739ce21-8c4b-46e6-a566-242891dea0fb", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "af4b4351-1984-4250-b787-a6e9e3918ee2", "isInteractive": true, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 118, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Beatrust Service", "resourceId": "24578515-1951-4064-967d-0d2acaf0aa70", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 393508, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "E8Jk5NIRZI2SVGAssMD63MuOMV3Wzzaf93jWGgLLquFLXs9q", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "0e68752b-7dfa-400b-a6f5-1b54af90696a", "rngcStatus": 0}}, {"time": "2022-08-03T18:40:29.757453Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "13.113.40.157", "correlationId": "5b7d0847-f253-4c23-ad33-f228b659473e", "identity": "Attack Target", "Level": 4, "location": "XR", "properties": {"id": "159590e9-5419-4dbb-867e-3641cbf26a00", "createdDateTime": "2022-08-03T18:40:29.885453Z", "userDisplayName": "Attack Target", "userPrincipalName": "attacktarget@domain.com", "userId": "d735e84b-dcca-404d-9f7d-700f360f41a6", "appId": "9a7e67c7-6f05-42a3-b226-97c7ec3e9696", "appDisplayName": "Adobe Identity Management", "ipAddress": "13.113.40.157", "status": {"errorCode": 0}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (iPad; CPU iPad OS 9_3_6 like Mac OS X) AppleWebKit/536.1 (KHTML, like Gecko) CriOS/42.0.865.0 Mobile/77O124 Safari/536.1 Edge/99.14477", "deviceDetail": {"deviceId": "a44625dc-6f81-449a-9799-8005f7209b42", "displayName": "ATTACKTARGET-LT", "operatingSystem": "Windows 10", "browser": "Edge 99.14477", "trustType": "Azure AD registered"}, "location": {"city": "New John", "state": "Smithfort", "countryOrRegion": "XR", "geoCoordinates": {"latitude": -89.144242, "longitude": 168.119022}}, "correlationId": "1943b4c1-8483-42c0-ad1e-c29befc27def", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "2d033f2c-8eb1-4c00-a5a0-b7393d8d2970", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 128, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Adobe Identity Management Service", "resourceId": "80abac89-d2c0-4b6c-8ffc-5023bd7efc5e", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 34974, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "WrzV0KreJPzicKMEO01sItt7gNRywGALJqHFCTUr7dTJsxEn", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": null, "rngcStatus": 0}}, {"time": "2022-08-03T20:20:04.186636Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "13.113.40.157", "correlationId": "69d4cef7-636a-4af4-ba40-088586b37f90", "identity": "Attack Target", "Level": 4, "location": "XR", "properties": {"id": "cc41f85f-18f2-4339-b560-1856adff6900", "createdDateTime": "2022-08-03T20:20:04.312636Z", "userDisplayName": "Attack Target", "userPrincipalName": "attacktarget@domain.com", "userId": "d735e84b-dcca-404d-9f7d-700f360f41a6", "appId": "9a7e67c7-6f05-42a3-b226-97c7ec3e9696", "appDisplayName": "Adobe Identity Management", "ipAddress": "13.113.40.157", "status": {"errorCode": 0}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (iPad; CPU iPad OS 9_3_6 like Mac OS X) AppleWebKit/536.1 (KHTML, like Gecko) CriOS/42.0.865.0 Mobile/77O124 Safari/536.1 Edge/99.14477", "deviceDetail": {"deviceId": "a44625dc-6f81-449a-9799-8005f7209b42", "displayName": "ATTACKTARGET-LT", "operatingSystem": "Windows 10", "browser": "Edge 99.14477", "trustType": "Azure AD registered"}, "location": {"city": "New John", "state": "Smithfort", "countryOrRegion": "XR", "geoCoordinates": {"latitude": -89.144242, "longitude": 168.119022}}, "correlationId": "d067274b-d03b-4843-9594-395eda493b71", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "03b8f8ab-b2fc-4568-8425-07ba759e29a0", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 126, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Adobe Identity Management Service", "resourceId": "7d6a0897-8b82-49e9-90e2-d482fb9202bd", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 34974, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "ICmTRXFkJ2z3vz1Jaz3uUOJXUVDssiIC6IWkViwDP15j7tHs", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "537d9419-7e2b-4778-9102-62256bcfcf45", "rngcStatus": 0}}, {"time": "2022-08-03T20:28:48.400701Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "147.132.189.119", "correlationId": "a1b1ce3d-fce7-44b9-b402-85c16c96fe4f", "identity": "Cassie Fernandez", "Level": 4, "location": "XR", "properties": {"id": "06dee02d-5499-45a9-a062-939c2f865800", "createdDateTime": "2022-08-03T20:28:48.660701Z", "userDisplayName": "Cassie Fernandez", "userPrincipalName": "cfernandez@domain.com", "userId": "67ef8be6-3f44-4db7-8172-fd6211428c1e", "appId": "9c5b7fe3-0ad2-4ea6-94e5-9e0001f367e3", "appDisplayName": "Articulate 360", "ipAddress": "147.132.189.119", "status": {"errorCode": 0}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (iPad; CPU iPad OS 9_3_6 like Mac OS X) AppleWebKit/536.1 (KHTML, like Gecko) CriOS/42.0.865.0 Mobile/77O124 Safari/536.1 Edge/99.14477", "deviceDetail": {"deviceId": "d5a487a1-ef7d-4960-9723-7fdadce19af3", "displayName": "CASSIEFERNANDEZ-LT", "operatingSystem": "Windows 10", "browser": "Edge 99.14477", "trustType": "Azure AD registered"}, "location": {"city": "Port Denisetown", "state": "Smithton", "countryOrRegion": "XR", "geoCoordinates": {"latitude": 3.5518965, "longitude": 131.871582}}, "correlationId": "69fcc0c7-1aaa-4541-9533-65eda02b632a", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "b5f03413-df97-4fd4-95aa-fb986c954905", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "processingTimeInMilliseconds": 260, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Articulate 360 Online", "resourceId": "436260d5-3791-4aea-a4da-aa698ec35f2f", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 256668, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "h2ucplVO1Xj5PhABaEseOMSr8wXwXb86IvvRQQdtmJd9RCZX", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "94b9f3ba-5f4b-4edc-99dc-a420b76960f9"}}, {"time": "2022-08-03T21:10:53.763609Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "50158", "resultSignature": "None", "resultDescription": "External security challenge was not satisfied.", "durationMs": 0, "callerIpAddress": "105.169.153.183", "correlationId": "a579ad3c-873b-4386-9106-82315cae4543", "identity": "Thomas Price", "Level": 4, "location": "XR", "properties": {"id": "ace681b4-3934-4235-befc-67ed96c07700", "createdDateTime": "2022-08-03T21:10:53.923609Z", "userDisplayName": "Thomas Price", "userPrincipalName": "tprice@domain.com", "userId": "32109ee2-ee4f-4d11-9c38-2556aec0f2b5", "appId": "79510a8f-6421-4348-a2ea-bcc2b02485c1", "appDisplayName": "Cisco AnyConnect", "ipAddress": "105.169.153.183", "status": {"errorCode": 50158, "failureReason": "External security challenge was not satisfied."}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (X11; Linux i686) AppleWebKit/535.2 (KHTML, like Gecko) Chrome/22.0.843.0 Safari/535.2 Edge/118.12158", "deviceDetail": {"deviceId": "61720755-0e96-468f-9935-10dacdc868e4", "displayName": "THOMASPRICE-LT", "operatingSystem": "Windows 10", "browser": "Edge 118.12158", "trustType": "Hybrid Azure AD joined"}, "location": {"city": "Santosborough", "state": "Smithton", "countryOrRegion": "XR", "geoCoordinates": {"latitude": 12.8350355, "longitude": 138.359011}}, "correlationId": "2b9cb54e-adc9-4a8f-b460-bb925d90d578", "conditionalAccessStatus": "failure", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "ab18546d-1da1-4b97-ac8b-f94f5ecc54e3", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 160, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Cisco AnyConnect Online", "resourceId": "5d5b8d28-6a28-472e-b837-a4094e466965", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 256668, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "otmC0qwEk23y1yPmWBHc5D9U3TcbTMD77p1XobeURG4hEAgc", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "15655e1f-5005-4c53-b3c0-c4a1d1ca5e9e", "rngcStatus": 0}}, {"time": "2022-08-03T21:33:34.391659Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "156.206.181.119", "correlationId": "c1a31b77-bc47-4f6a-b8a2-30232e153557", "identity": "Cynthia Perry", "Level": 4, "location": "XY", "properties": {"id": "c83cd04e-d0c7-4947-846d-4acb0a1e6600", "createdDateTime": "2022-08-03T21:33:34.496659Z", "userDisplayName": "Cynthia Perry", "userPrincipalName": "cperry@domain.com", "userId": "ac5fa380-9d5b-470e-beb2-5ba10aca48e6", "appId": "9de6e985-97a5-4d82-9c45-aedaa9c25ef9", "appDisplayName": "AWS Single-Account Access", "ipAddress": "156.206.181.119", "status": {"errorCode": 0}, "clientAppUsed": "Browser", "deviceDetail": {"deviceId": "", "operatingSystem": "Windows"}, "location": {"city": "Hannaville", "state": "Thomashaven", "countryOrRegion": "XY", "geoCoordinates": {"latitude": 1.1452695, "longitude": 128.249211}}, "correlationId": "ae510bdd-391c-47a7-80bb-700ad2555ee5", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "21359eb1-4610-468d-86ae-c56413db1a19", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 105, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "AWS Single-Account Access Service", "resourceId": "f0630e90-b752-4960-bfb9-a0794fc34930", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 279165, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "zblDtKDrwG77shAHL2uYI8rzztk5zzNJnGA7WwCqhmmZGZRW", "incomingTokenType": "none", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "1f37c851-4be4-455b-928a-fbde7845a68a", "rngcStatus": 0}}, {"time": "2022-08-03T21:46:07.886470Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "44.22.19.201", "correlationId": "54bbe17f-f564-4b9c-bf9f-4c1a11d58752", "identity": "David Johnson", "Level": 4, "location": "XN", "properties": {"id": "c31f11f3-65b0-42f1-80e6-a81f828e9800", "createdDateTime": "2022-08-03T21:46:08.032470Z", "userDisplayName": "David Johnson", "userPrincipalName": "djohnson@domain.com", "userId": "ff2ae3d2-8cd2-4bd6-b65d-49c5ad946c7f", "appId": "9d794ea1-8d77-42e3-9fdd-6fd3620d616a", "appDisplayName": "Alaya", "ipAddress": "44.22.19.201", "status": {"errorCode": 0}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (Windows NT 4.0) AppleWebKit/531.1 (KHTML, like Gecko) Chrome/20.0.823.0 Safari/531.1 Edge/87.11424", "deviceDetail": {"deviceId": "8fb0ff79-f116-4f20-8ca8-36b3f8d68865", "displayName": "DAVIDJOHNSON-LT", "operatingSystem": "Windows 10", "browser": "Edge 87.11424", "trustType": "Azure AD registered"}, "location": {"city": "Littlemouth", "state": "Alexanderfurt", "countryOrRegion": "XN", "geoCoordinates": {"latitude": 25.4437255, "longitude": -109.530885}}, "correlationId": "136b4d91-308a-4551-8c4e-b65fdabd7105", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "92b3a5a4-c250-4ca6-9937-5cfc8ea34185", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 146, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Alaya Service", "resourceId": "e35e3da1-bf74-46a1-979f-06c9212ebfab", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 230297, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "4XwvEMnf8hvoo023oVXRBrl4HejlE2JJeR7dXwWC949M37DM", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "33c2df33-b2d6-495e-85ea-298208628e8d", "rngcStatus": 0}}, {"time": "2022-08-03T21:48:41.291978Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "50158", "resultSignature": "None", "resultDescription": "External security challenge was not satisfied.", "durationMs": 0, "callerIpAddress": "44.22.19.201", "correlationId": "23ab13d6-95bc-4f8a-b89c-c5c48fec8d01", "identity": "Thomas Price", "Level": 4, "location": "XN", "properties": {"id": "af9e7e21-6c19-4624-b1df-5278313d6100", "createdDateTime": "2022-08-03T21:48:41.433978Z", "userDisplayName": "Thomas Price", "userPrincipalName": "tprice@domain.com", "userId": "32109ee2-ee4f-4d11-9c38-2556aec0f2b5", "appId": "79510a8f-6421-4348-a2ea-bcc2b02485c1", "appDisplayName": "Cisco AnyConnect", "ipAddress": "44.22.19.201", "status": {"errorCode": 50158, "failureReason": "External security challenge was not satisfied."}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (X11; Linux i686) AppleWebKit/535.2 (KHTML, like Gecko) Chrome/22.0.843.0 Safari/535.2 Edge/118.12158", "deviceDetail": {"deviceId": "a12f42a7-2ae0-42d8-aec8-bf7cb3dea82c", "displayName": "THOMASPRICE-LT", "operatingSystem": "Windows 10", "browser": "Edge 118.12158", "trustType": "Hybrid Azure AD joined"}, "location": {"city": "Littlemouth", "state": "Alexanderfurt", "countryOrRegion": "XN", "geoCoordinates": {"latitude": 25.4437255, "longitude": -109.530885}}, "correlationId": "12478091-278e-4c31-b0b8-fa8c7524265f", "conditionalAccessStatus": "failure", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "a105f116-66e6-4170-af4f-1607eaa9798c", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 142, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Cisco AnyConnect Online", "resourceId": "5d5b8d28-6a28-472e-b837-a4094e466965", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 230297, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "34ttjSgCSQjAfJ28whpgxSHPeY9Z5pispwWzjJLJUKd6UYAq", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "15655e1f-5005-4c53-b3c0-c4a1d1ca5e9e", "rngcStatus": 0}}, {"time": "2022-08-03T22:16:01.621775Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "50158", "resultSignature": "None", "resultDescription": "External security challenge was not satisfied.", "durationMs": 0, "callerIpAddress": "166.105.218.213", "correlationId": "44899d79-be05-4d49-831b-7a330042e169", "identity": "Thomas Price", "Level": 4, "location": "XR", "properties": {"id": "874e6e43-4c13-43c6-b48e-f4b360005e00", "createdDateTime": "2022-08-03T22:16:01.751775Z", "userDisplayName": "Thomas Price", "userPrincipalName": "tprice@domain.com", "userId": "32109ee2-ee4f-4d11-9c38-2556aec0f2b5", "appId": "9a7e67c7-6f05-42a3-b226-97c7ec3e9696", "appDisplayName": "Adobe Identity Management", "ipAddress": "166.105.218.213", "status": {"errorCode": 50158, "failureReason": "External security challenge was not satisfied."}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (X11; Linux i686) AppleWebKit/535.2 (KHTML, like Gecko) Chrome/22.0.843.0 Safari/535.2 Edge/118.12158", "deviceDetail": {"deviceId": "81ad31fb-e9be-4498-b1b2-c62f8fae1a77", "displayName": "THOMASPRICE-LT", "operatingSystem": "Windows 10", "browser": "Edge 118.12158", "trustType": "Hybrid Azure AD joined"}, "location": {"city": "Kevinton", "state": "Smithton", "countryOrRegion": "XR", "geoCoordinates": {"latitude": -87.5106305, "longitude": -77.991036}}, "correlationId": "b21d947e-5977-4180-a6e0-fedbc5f7d176", "conditionalAccessStatus": "failure", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "15a1e81f-8d41-4fa6-b2f9-40c798336b83", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "processingTimeInMilliseconds": 130, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Adobe Identity Management Service", "resourceId": "30663ca7-f8a9-43ab-8ca1-7906bdbc1485", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 256668, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "GXyl30ZnCddSBpWmNyux5rBUPINZIalH2RkkNIAhTGurryD5", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "a6c259e5-7f16-48b2-a9f3-75becd6daa9b"}}, {"time": "2022-08-03T22:47:29.470736Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "91.132.253.146", "correlationId": "8c662bda-17b3-414e-b34b-b04ecc8c45b7", "identity": "Aaron Cole", "Level": 4, "location": "XD", "properties": {"id": "adadd79c-ff77-4494-a8fd-d4d339b41400", "createdDateTime": "2022-08-03T22:47:29.552736Z", "userDisplayName": "Aaron Cole", "userPrincipalName": "acole@domain.com", "userId": "5d557969-1645-4ba4-be83-b6fd943659f7", "appId": "18bf60fa-77dd-4aad-891d-af82ca87dd06", "appDisplayName": "FortiGate SSL VPN", "ipAddress": "91.132.253.146", "status": {"errorCode": 0}, "clientAppUsed": "Browser", "deviceDetail": {"deviceId": "", "operatingSystem": "Windows"}, "location": {"city": "Rickshire", "state": "Norrisbury", "countryOrRegion": "XD", "geoCoordinates": {"latitude": -78.5751045, "longitude": 58.329246}}, "correlationId": "18504f81-984c-4941-8416-156d930e3476", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "d3d75b39-ad18-401b-ba10-e5618e52f237", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 82, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "FortiGate SSL VPN Service", "resourceId": "a1edee32-85c4-4a57-afcb-5853873a47e7", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 214655, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "7ZlWu52nuFgU6uEyxE3fUjYLFYdimy5MGU1j472It6e3yYkg", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "0898af19-dfef-4b51-a918-f534c473013d", "rngcStatus": 0}}, {"time": "2022-08-03T22:49:50.757105Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "50158", "resultSignature": "None", "resultDescription": "External security challenge was not satisfied.", "durationMs": 0, "callerIpAddress": "105.169.153.183", "correlationId": "227d3841-3f18-4c49-8891-5e0da5e8fabe", "identity": "Thomas Price", "Level": 4, "location": "XR", "properties": {"id": "b7d3efa6-fdbc-4020-888c-cd5f94708b00", "createdDateTime": "2022-08-03T22:49:50.870105Z", "userDisplayName": "Thomas Price", "userPrincipalName": "tprice@domain.com", "userId": "32109ee2-ee4f-4d11-9c38-2556aec0f2b5", "appId": "79510a8f-6421-4348-a2ea-bcc2b02485c1", "appDisplayName": "Cisco AnyConnect", "ipAddress": "105.169.153.183", "status": {"errorCode": 50158, "failureReason": "External security challenge was not satisfied."}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (X11; Linux i686) AppleWebKit/535.2 (KHTML, like Gecko) Chrome/22.0.843.0 Safari/535.2 Edge/118.12158", "deviceDetail": {"deviceId": "2b85c59f-331a-4b61-9a44-9d3d6df62a06", "displayName": "THOMASPRICE-LT", "operatingSystem": "Windows 10", "browser": "Edge 118.12158", "trustType": "Hybrid Azure AD joined"}, "location": {"city": "Santosborough", "state": "Smithton", "countryOrRegion": "XR", "geoCoordinates": {"latitude": 12.8350355, "longitude": 138.359011}}, "correlationId": "de9732d5-5eb7-4ef7-b61e-eec3aab5e40c", "conditionalAccessStatus": "failure", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "07218a00-d020-4d55-995e-8032f0fd6c78", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 113, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Cisco AnyConnect Online", "resourceId": "5d5b8d28-6a28-472e-b837-a4094e466965", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 256668, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "ea12rgc7S6q1R1PiBkrXVRv5KfWiEAg8PM6WioJROZNmNsu2", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "15655e1f-5005-4c53-b3c0-c4a1d1ca5e9e", "rngcStatus": 0}}, {"time": "2022-08-03T22:57:43.011211Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "156.206.181.119", "correlationId": "ef79f8fa-f35f-4c9d-b63e-908404414c69", "identity": "Cynthia Perry", "Level": 4, "location": "XY", "properties": {"id": "8df1cc0f-951a-4b64-867c-236133866600", "createdDateTime": "2022-08-03T22:57:43.139211Z", "userDisplayName": "Cynthia Perry", "userPrincipalName": "cperry@domain.com", "userId": "ac5fa380-9d5b-470e-beb2-5ba10aca48e6", "appId": "9de6e985-97a5-4d82-9c45-aedaa9c25ef9", "appDisplayName": "AWS Single-Account Access", "ipAddress": "156.206.181.119", "status": {"errorCode": 0}, "clientAppUsed": "Browser", "deviceDetail": {"deviceId": "", "operatingSystem": "Windows"}, "location": {"city": "Hannaville", "state": "Thomashaven", "countryOrRegion": "XY", "geoCoordinates": {"latitude": 1.1452695, "longitude": 128.249211}}, "correlationId": "d55f95e7-251a-41db-8cd8-f472cca6ddc7", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "43553234-1855-444d-8b46-88e97d1c9ab7", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 128, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "AWS Single-Account Access Service", "resourceId": "c65cf5f9-5537-4200-889e-381c4f60ca7d", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 279165, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "Kt97cIMMP5m5sLGk1ymLjKeH1FqXsiEb0aWICzLq0lxUUE6P", "incomingTokenType": "none", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": null, "rngcStatus": 0}}, {"time": "2022-08-03T23:23:43.932133Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "13.113.40.157", "correlationId": "46b51460-ae51-4f58-8fbc-fbd04b4541be", "identity": "Attack Target", "Level": 4, "location": "XR", "properties": {"id": "61f774b4-bfab-427d-9daf-84408f786900", "createdDateTime": "2022-08-03T23:23:44.257133Z", "userDisplayName": "Attack Target", "userPrincipalName": "attacktarget@domain.com", "userId": "d735e84b-dcca-404d-9f7d-700f360f41a6", "appId": "9c5b7fe3-0ad2-4ea6-94e5-9e0001f367e3", "appDisplayName": "Articulate 360", "ipAddress": "13.113.40.157", "status": {"errorCode": 0}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (iPad; CPU iPad OS 9_3_6 like Mac OS X) AppleWebKit/536.1 (KHTML, like Gecko) CriOS/42.0.865.0 Mobile/77O124 Safari/536.1 Edge/99.14477", "deviceDetail": {"deviceId": "a44625dc-6f81-449a-9799-8005f7209b42", "displayName": "ATTACKTARGET-LT", "operatingSystem": "Windows 10", "browser": "Edge 99.14477", "trustType": "Azure AD registered"}, "location": {"city": "New John", "state": "Smithfort", "countryOrRegion": "XR", "geoCoordinates": {"latitude": -89.144242, "longitude": 168.119022}}, "correlationId": "e366b1bb-de82-4ba8-bada-ffc10baeb200", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "c90d4226-6076-4eb6-adba-519c0eb048cd", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 325, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Articulate 360 Online", "resourceId": "436260d5-3791-4aea-a4da-aa698ec35f2f", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 34974, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "pNtIwWpzWlPrsALydzQWFTfmZ8o3i2NJ4pXcmV48wcuAJXTM", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "94b9f3ba-5f4b-4edc-99dc-a420b76960f9", "rngcStatus": 0}}, {"time": "2022-08-04T00:47:51.564611Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "156.206.181.119", "correlationId": "8ef15ab5-a88e-4cdd-bc5a-3c0d1ca8eebe", "identity": "Cynthia Perry", "Level": 4, "location": "XY", "properties": {"id": "f72420a8-76bf-4e9a-bdc6-5a2b14948a00", "createdDateTime": "2022-08-04T00:47:51.637611Z", "userDisplayName": "Cynthia Perry", "userPrincipalName": "cperry@domain.com", "userId": "ac5fa380-9d5b-470e-beb2-5ba10aca48e6", "appId": "9de6e985-97a5-4d82-9c45-aedaa9c25ef9", "appDisplayName": "AWS Single-Account Access", "ipAddress": "156.206.181.119", "status": {"errorCode": 0}, "clientAppUsed": "Browser", "deviceDetail": {"deviceId": "", "operatingSystem": "Windows"}, "location": {"city": "Hannaville", "state": "Thomashaven", "countryOrRegion": "XY", "geoCoordinates": {"latitude": 1.1452695, "longitude": 128.249211}}, "correlationId": "c0a0f05d-f1e0-41d5-a563-60cc74416cfc", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "cac31f40-bd11-4f90-a94b-b84fcd129a30", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 73, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "AWS Single-Account Access Service", "resourceId": "9a84f55e-3a40-492c-9476-e069f64ed7a6", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 279165, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "VbRLADQbEOo7bVGeW3JAPghuPw2lB0khXYdYBvxcwLjQJJw9", "incomingTokenType": "none", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "37ee873b-f901-4e25-be69-010243106d0f", "rngcStatus": 0}}, {"time": "2022-08-04T00:51:53.785677Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "92.110.109.246", "correlationId": "6095f4a0-c34a-4f7c-9776-bf20253c10b9", "identity": "David Johnson", "Level": 4, "location": "XR", "properties": {"id": "cc6dad61-5ab1-455b-ace9-7721d68d6f00", "createdDateTime": "2022-08-04T00:51:53.964677Z", "userDisplayName": "David Johnson", "userPrincipalName": "djohnson@domain.com", "userId": "ff2ae3d2-8cd2-4bd6-b65d-49c5ad946c7f", "appId": "18bf60fa-77dd-4aad-891d-af82ca87dd06", "appDisplayName": "FortiGate SSL VPN", "ipAddress": "92.110.109.246", "status": {"errorCode": 0}, "clientAppUsed": "Browser", "deviceDetail": {"deviceId": "8fb0ff79-f116-4f20-8ca8-36b3f8d68865", "displayName": "DAVIDJOHNSON-LT", "operatingSystem": "Windows", "browser": "Rich Client 4.22.0.0", "trustType": "Azure AD registered"}, "location": {"city": "Port Denisetown", "state": "Smithton", "countryOrRegion": "XR", "geoCoordinates": {"latitude": 3.5518965, "longitude": 131.871582}}, "correlationId": "38b65d03-00fe-4479-8526-c56a42f9f2ce", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "d7f81464-c488-42de-b2af-58e3af681364", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 179, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "FortiGate SSL VPN", "resourceId": "51e679b4-5774-4b5f-9636-df5ea66b9380", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 230297, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "RR5mLJvtlSYRHdpCSpymhib5gd4wuRarhFwwZWjVxVymIXHI", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "6e8f419c-7f10-40b1-a52a-e4fb253c74c2", "rngcStatus": 0}}, {"time": "2022-08-04T01:13:57.412709Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "50173", "resultSignature": "None", "resultDescription": "Fresh auth token is needed. Have the user re-sign using fresh credentials.", "durationMs": 0, "callerIpAddress": "156.206.181.119", "correlationId": "bc2e7a7c-96fc-4ce1-ac58-8f398d5507c9", "identity": "Cynthia Perry", "Level": 4, "location": "XY", "properties": {"id": "6319605d-e64e-4864-8be8-7fc3a8ec9400", "createdDateTime": "2022-08-04T01:13:57.456709Z", "userDisplayName": "Cynthia Perry", "userPrincipalName": "cperry@domain.com", "userId": "ac5fa380-9d5b-470e-beb2-5ba10aca48e6", "appId": "bf2855c0-7434-4262-8885-ad2f5206d324", "appDisplayName": "COINS Construction Cloud - Project and Productivity Apps", "ipAddress": "156.206.181.119", "status": {"errorCode": 50173, "failureReason": "Fresh auth token is needed. Have the user re-sign using fresh credentials."}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (Windows NT 4.0) AppleWebKit/531.1 (KHTML, like Gecko) Chrome/20.0.823.0 Safari/531.1 Edge/87.11424", "deviceDetail": {"deviceId": "", "operatingSystem": "Windows 10", "browser": "Edge 87.11424"}, "location": {"city": "Hannaville", "state": "Thomashaven", "countryOrRegion": "XY", "geoCoordinates": {"latitude": 1.1452695, "longitude": 128.249211}}, "correlationId": "b8b8f05c-d0dd-4e32-87e2-82671f476a6b", "conditionalAccessStatus": "notApplied", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "c127ee81-5272-4ee4-9a6b-ec3f538dac87", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 44, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "COINS Construction Cloud - Project and Productivity Apps Service", "resourceId": "3f7d0d52-e3b6-4712-8e89-01c915dc0294", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 279165, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "Tzte34ZR1d7BnFZo3qmd9h9IQ701RdFjlix5QJcSvCsmTj1u", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "84036992-5b2b-4836-8aca-9de3ba4c15b9", "rngcStatus": 0}}, {"time": "2022-08-04T01:16:51.320647Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "13.113.40.157", "correlationId": "b42dca2d-308a-4396-a05e-47cd1d6f9f79", "identity": "Attack Target", "Level": 4, "location": "XR", "properties": {"id": "d613255f-ee47-4782-aac9-9042f48f7300", "createdDateTime": "2022-08-04T01:16:51.444647Z", "userDisplayName": "Attack Target", "userPrincipalName": "attacktarget@domain.com", "userId": "d735e84b-dcca-404d-9f7d-700f360f41a6", "appId": "9a7e67c7-6f05-42a3-b226-97c7ec3e9696", "appDisplayName": "Adobe Identity Management", "ipAddress": "13.113.40.157", "status": {"errorCode": 0}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (iPad; CPU iPad OS 9_3_6 like Mac OS X) AppleWebKit/536.1 (KHTML, like Gecko) CriOS/42.0.865.0 Mobile/77O124 Safari/536.1 Edge/99.14477", "deviceDetail": {"deviceId": "a44625dc-6f81-449a-9799-8005f7209b42", "displayName": "ATTACKTARGET-LT", "operatingSystem": "Windows 10", "browser": "Edge 99.14477", "trustType": "Azure AD registered"}, "location": {"city": "Smithfort", "state": "Smithfort", "countryOrRegion": "XR", "geoCoordinates": {"latitude": 3.7564095, "longitude": -121.574606}}, "correlationId": "47247c32-598c-45f7-8761-4fd0a234c918", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "a3700989-1e21-49d4-8ba7-ca2803bd74ff", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 124, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Adobe Identity Management Service", "resourceId": "30663ca7-f8a9-43ab-8ca1-7906bdbc1485", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 34974, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "znTK65JvvoPacTIlWDQHIy5aXSyJ7a86UXyx9ivbH8yp9EdB", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "a6c259e5-7f16-48b2-a9f3-75becd6daa9b", "rngcStatus": 0}}, {"time": "2022-08-04T01:18:42.245628Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "13.113.40.157", "correlationId": "31595556-c7f7-4ddf-85b4-150056322af8", "identity": "Attack Target", "Level": 4, "location": "XR", "properties": {"id": "240f1e1f-5d94-4a4e-bd71-018b82427400", "createdDateTime": "2022-08-04T01:18:42.376628Z", "userDisplayName": "Attack Target", "userPrincipalName": "attacktarget@domain.com", "userId": "d735e84b-dcca-404d-9f7d-700f360f41a6", "appId": "9a7e67c7-6f05-42a3-b226-97c7ec3e9696", "appDisplayName": "Adobe Identity Management", "ipAddress": "13.113.40.157", "ipAddressFromResourceProvider": "13.113.40.157", "status": {"errorCode": 0}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (iPad; CPU iPad OS 9_3_6 like Mac OS X) AppleWebKit/536.1 (KHTML, like Gecko) CriOS/42.0.865.0 Mobile/77O124 Safari/536.1 Edge/99.14477", "deviceDetail": {"deviceId": "a44625dc-6f81-449a-9799-8005f7209b42", "displayName": "ATTACKTARGET-LT", "operatingSystem": "Windows 10", "browser": "Edge 99.14477", "trustType": "Azure AD registered"}, "location": {"city": "New John", "state": "Smithfort", "countryOrRegion": "XR", "geoCoordinates": {"latitude": -89.144242, "longitude": 168.119022}}, "correlationId": "ad1f0086-f3c5-4e0a-9380-e7479bb8c0c3", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "cadd1f9a-cf1b-4d87-9691-5f32a982ee9f", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 131, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Adobe Identity Management Service", "resourceId": "c8eab36d-0a82-409d-8693-a8dabc997921", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 34974, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "E5pjgTBPvLKtoMRzCJlATZQeV0wKaXXHmch1o8ZnB0mOUN9x", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "2248d3ef-d7b8-4eb2-bd20-fb53f725bfe3", "rngcStatus": 0}}, {"time": "2022-08-04T01:21:41.840506Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "50158", "resultSignature": "None", "resultDescription": "External security challenge was not satisfied.", "durationMs": 0, "callerIpAddress": "92.110.109.246", "correlationId": "d82c1833-5455-40ad-9369-48887015383a", "identity": "Thomas Price", "Level": 4, "location": "XR", "properties": {"id": "240f1e1f-5d94-4a4e-bd71-018b4d1a6d00", "createdDateTime": "2022-08-04T01:21:41.978506Z", "userDisplayName": "Thomas Price", "userPrincipalName": "tprice@domain.com", "userId": "32109ee2-ee4f-4d11-9c38-2556aec0f2b5", "appId": "79510a8f-6421-4348-a2ea-bcc2b02485c1", "appDisplayName": "Cisco AnyConnect", "ipAddress": "92.110.109.246", "status": {"errorCode": 50158, "failureReason": "External security challenge was not satisfied."}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (X11; Linux i686) AppleWebKit/535.2 (KHTML, like Gecko) Chrome/22.0.843.0 Safari/535.2 Edge/118.12158", "deviceDetail": {"deviceId": "fb4d911d-6441-411b-868f-d25d5586a326", "displayName": "THOMASPRICE-LT", "operatingSystem": "Windows 10", "browser": "Edge 118.12158", "trustType": "Hybrid Azure AD joined"}, "location": {"city": "Port Denisetown", "state": "Smithton", "countryOrRegion": "XR", "geoCoordinates": {"latitude": 3.5518965, "longitude": 131.871582}}, "correlationId": "7f07fea7-e217-4c2f-abf8-ea38c92fbeaf", "conditionalAccessStatus": "failure", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "10783565-93d2-48c3-8786-fa0277417f64", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 138, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Cisco AnyConnect Online", "resourceId": "5d5b8d28-6a28-472e-b837-a4094e466965", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 230297, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "E885Fkwq7LRYX1TbGHGfe4iI9IGnvSZ0DeSTvD56xNlKSiWR", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "15655e1f-5005-4c53-b3c0-c4a1d1ca5e9e", "rngcStatus": 0}}, {"time": "2022-08-04T01:43:12.737975Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "205.33.24.92", "correlationId": "ab0d967d-cf7d-4128-be7c-c69f0184e23d", "identity": "Aaron Cole", "Level": 4, "location": "XD", "properties": {"id": "216ffce3-7ff0-474b-bd97-34a4bb097300", "createdDateTime": "2022-08-04T01:43:12.836975Z", "userDisplayName": "Aaron Cole", "userPrincipalName": "acole@domain.com", "userId": "5d557969-1645-4ba4-be83-b6fd943659f7", "appId": "e47a1d38-5f61-45cd-b1b9-bc92f525c598", "appDisplayName": "Altoura", "ipAddress": "205.33.24.92", "status": {"errorCode": 0}, "clientAppUsed": "Browser", "userAgent": "Mozilla/5.0 (Linux; Android 2.3.5) AppleWebKit/532.2 (KHTML, like Gecko) Chrome/46.0.898.0 Safari/532.2 Edge/105.19198", "deviceDetail": {"deviceId": "", "operatingSystem": "Windows 10", "browser": "Edge 105.19198"}, "location": {"city": "Kristinmouth", "state": "Norrisbury", "countryOrRegion": "XD", "geoCoordinates": {"latitude": 26.278784, "longitude": -92.042573}}, "correlationId": "369f1914-4ab9-464c-84fa-441d61362ba3", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "b3942ff9-c698-4850-bb81-b78269607cdf", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 99, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Altoura Online", "resourceId": "f0630e90-b752-4960-bfb9-a0794fc34930", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 214655, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "lLz1nUTzUpLeFRsPQnyzE8ibVkUALgf0Ab00Gkj5D9dczoqs", "incomingTokenType": "none", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "1f37c851-4be4-455b-928a-fbde7845a68a", "rngcStatus": 0}}, {"time": "2022-08-04T01:53:44.132346Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "13.113.40.157", "correlationId": "2627cba3-8bec-47df-a842-b899b9e07c28", "identity": "Attack Target", "Level": 4, "location": "XR", "properties": {"id": "5d857cb0-2921-4775-a7e5-e499135f8900", "createdDateTime": "2022-08-04T01:53:44.236346Z", "userDisplayName": "Attack Target", "userPrincipalName": "attacktarget@domain.com", "userId": "d735e84b-dcca-404d-9f7d-700f360f41a6", "appId": "9a7e67c7-6f05-42a3-b226-97c7ec3e9696", "appDisplayName": "Adobe Identity Management", "ipAddress": "13.113.40.157", "ipAddressFromResourceProvider": "13.113.40.157", "status": {"errorCode": 0}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (iPad; CPU iPad OS 9_3_6 like Mac OS X) AppleWebKit/536.1 (KHTML, like Gecko) CriOS/42.0.865.0 Mobile/77O124 Safari/536.1 Edge/99.14477", "deviceDetail": {"deviceId": "a44625dc-6f81-449a-9799-8005f7209b42", "displayName": "ATTACKTARGET-LT", "operatingSystem": "Windows 10", "browser": "Edge 99.14477", "trustType": "Azure AD registered"}, "location": {"city": "Smithfort", "state": "Smithfort", "countryOrRegion": "XR", "geoCoordinates": {"latitude": 3.7564095, "longitude": -121.574606}}, "correlationId": "6972c6a4-caf9-4857-b908-69027ac195be", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "8ad3daec-ff55-41ba-aa3b-47e9cc9d3598", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 104, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Adobe Identity Management Service", "resourceId": "c8eab36d-0a82-409d-8693-a8dabc997921", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 34974, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "XdAKlEQuVuzniCxeK28PUbMLPg3AxchlpBVCNH9dvh2ccvUh", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "2248d3ef-d7b8-4eb2-bd20-fb53f725bfe3", "rngcStatus": 0}}, {"time": "2022-08-04T01:57:05.467395Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "156.206.181.119", "correlationId": "8522d091-a9b9-4c72-8ff0-b19453113a49", "identity": "Cynthia Perry", "Level": 4, "location": "XY", "properties": {"id": "40c4cb79-ca1a-4c9d-b6a0-55af4a725700", "createdDateTime": "2022-08-04T01:57:05.568395Z", "userDisplayName": "Cynthia Perry", "userPrincipalName": "cperry@domain.com", "userId": "ac5fa380-9d5b-470e-beb2-5ba10aca48e6", "appId": "9de6e985-97a5-4d82-9c45-aedaa9c25ef9", "appDisplayName": "AWS Single-Account Access", "ipAddress": "156.206.181.119", "status": {"errorCode": 0}, "clientAppUsed": "Browser", "deviceDetail": {"deviceId": "", "operatingSystem": "Windows"}, "location": {"city": "Hannaville", "state": "Thomashaven", "countryOrRegion": "XY", "geoCoordinates": {"latitude": 1.1452695, "longitude": 128.249211}}, "correlationId": "4643b7e0-73a2-4cf4-9a6d-f7f9182ebcdf", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "d510a239-be73-46ef-ad56-ba69ff61244f", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "processingTimeInMilliseconds": 101, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "AWS Single-Account Access Service", "resourceId": "f0630e90-b752-4960-bfb9-a0794fc34930", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 279165, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "c45nPF9HdS3SvMA6PfiVR5qOSNhx4twDjprBlDvU1H0IpSU9", "incomingTokenType": "none", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "1f37c851-4be4-455b-928a-fbde7845a68a"}}, {"time": "2022-08-04T02:09:29.065542Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "91.132.253.146", "correlationId": "1faafef5-aa22-483b-bc41-cd533c890433", "identity": "Aaron Cole", "Level": 4, "location": "XD", "properties": {"id": "f4fa1a63-e0af-4531-86dc-163a49226800", "createdDateTime": "2022-08-04T02:09:29.343542Z", "userDisplayName": "Aaron Cole", "userPrincipalName": "acole@domain.com", "userId": "5d557969-1645-4ba4-be83-b6fd943659f7", "appId": "1b3edb90-1e06-46db-b021-e2fc1f7ddaf5", "appDisplayName": "Beatrust", "ipAddress": "91.132.253.146", "status": {"errorCode": 0}, "clientAppUsed": "Browser", "deviceDetail": {"deviceId": "", "operatingSystem": "Windows 10", "browser": "Rich Client 5.2.7.0"}, "location": {"city": "Rickshire", "state": "Norrisbury", "countryOrRegion": "XD", "geoCoordinates": {"latitude": -78.5751045, "longitude": 58.329246}}, "correlationId": "3d00efac-b01b-4882-b58a-d63ce40251ed", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "ed505aec-f20b-4680-b85b-1019a6c451e5", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 278, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Beatrust Service", "resourceId": "24578515-1951-4064-967d-0d2acaf0aa70", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 214655, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "nu83UOjTXXyBF7sCsOWScosJYwalPyFQxtTj9iw8tslxSMzG", "incomingTokenType": "none", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "0e68752b-7dfa-400b-a6f5-1b54af90696a", "rngcStatus": 0}}, {"time": "2022-08-04T02:30:47.737442Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "63.94.19.180", "correlationId": "e8c70561-1ca5-4f1d-bb18-3ddd71c6bdc8", "identity": "Vanessa Ramirez", "Level": 4, "location": "XD", "properties": {"id": "717ef043-4342-4bef-be3f-b1a26c8b6500", "createdDateTime": "2022-08-04T02:30:47.825442Z", "userDisplayName": "Vanessa Ramirez", "userPrincipalName": "vramirez@domain.com", "userId": "5d72b7ed-62ea-4b94-b931-ccef65d71ebd", "appId": "9a7e67c7-6f05-42a3-b226-97c7ec3e9696", "appDisplayName": "Adobe Identity Management", "ipAddress": "63.94.19.180", "status": {"errorCode": 0}, "clientAppUsed": "Mobile Apps and Desktop clients", "deviceDetail": {"deviceId": "", "operatingSystem": "MacOs"}, "location": {"city": "New James", "state": "Norrisbury", "countryOrRegion": "XD", "geoCoordinates": {"latitude": 64.5727225, "longitude": 92.661569}}, "correlationId": "d03cb3f5-755e-45cc-989e-478560ebd8f2", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "8bb8f96e-5921-4727-9ba2-b1708d65895c", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 88, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Adobe Identity Management Service", "resourceId": "819aa3ed-3b63-4925-8388-0b8d41022941", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 45904, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "exOKCcrvSLqJEzP35j4ueXJhYSdSEEHjilZfqu5Heb8lDKr6", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "7f0c9abd-8b0d-4973-8675-a495454c0c86", "rngcStatus": 0}}, {"time": "2022-08-04T02:43:45.710426Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "86.154.193.190", "correlationId": "5aca70cf-202e-4525-b8bf-608fae0ba301", "identity": "Kristen Howell", "Level": 4, "location": "XR", "properties": {"id": "1c6a3fdd-a0db-4dca-8c1d-bb563b9c9800", "createdDateTime": "2022-08-04T02:43:45.810426Z", "userDisplayName": "Kristen Howell", "userPrincipalName": "khowell@domain.com", "userId": "20e1e3f9-665f-45bd-9984-5e74b526d3b5", "appId": "9d794ea1-8d77-42e3-9fdd-6fd3620d616a", "appDisplayName": "Alaya", "ipAddress": "86.154.193.190", "status": {"errorCode": 0, "additionalDetails": "MFA requirement satisfied by claim in the token"}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (X11; Linux i686) AppleWebKit/533.0 (KHTML, like Gecko) Chrome/24.0.803.0 Safari/533.0 Edge/40.11325", "deviceDetail": {"deviceId": "6ea76864-5f18-47dd-adb9-2b1dfcbfc425", "displayName": "KRISTENHOWELL-LT", "operatingSystem": "Windows 10", "browser": "Edge 40.11325", "isCompliant": true, "isManaged": true, "trustType": "Azure AD joined"}, "location": {"city": "Port Denisetown", "state": "Smithton", "countryOrRegion": "XR", "geoCoordinates": {"latitude": 3.5518965, "longitude": 131.871582}}, "mfaDetail": {}, "correlationId": "b386ca56-6a0e-42b0-bf1d-d37af9a6806d", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "97e4d7bc-c1f8-46da-9669-34a45f147e08", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 100, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Alaya Service", "resourceId": "c8eab36d-0a82-409d-8693-a8dabc997921", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 256668, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "oZsz5FFHDMgRltCiYwqVYQmO4sXnJBvP63xxUEkCIUjMjZ8G", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "2248d3ef-d7b8-4eb2-bd20-fb53f725bfe3", "rngcStatus": 0}}, {"time": "2022-08-04T03:29:10.364387Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "42.62.103.34", "correlationId": "015dfcf4-1016-95e2-94df-112958d364ce", "identity": "Joseph Taylor", "Level": 4, "location": "XF", "properties": {"id": "0845bbb6-89fe-4165-bbbd-52026b435400", "createdDateTime": "2022-08-04T03:29:10.505387Z", "userDisplayName": "Joseph Taylor", "userPrincipalName": "jtaylor@domain.com", "userId": "af9847eb-c773-41ae-bf94-42747c5e986c", "appId": "b2421da4-c71e-46a9-b848-495ef54b79c4", "appDisplayName": "ServiceNow", "ipAddress": "42.62.103.34", "status": {"errorCode": 0, "additionalDetails": "MFA requirement satisfied by claim in the token"}, "clientAppUsed": "Browser", "deviceDetail": {"deviceId": "76b96bd3-e5d7-49ee-b195-bf363facdb3d", "displayName": "JOSEPHTAYLOR-LT", "operatingSystem": "Windows10", "browser": "Rich Client 4.30.1.0", "isCompliant": true, "isManaged": true, "trustType": "Azure AD joined"}, "location": {"city": "Jessicafurt", "state": "Smithbury", "countryOrRegion": "XF", "geoCoordinates": {"latitude": 17.5082395, "longitude": -115.304215}}, "mfaDetail": {}, "correlationId": "7d43fefc-72d9-4162-8e3b-4f4a29472fff", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "edd5b65a-43c8-433c-97b8-88c0bb905647", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "processingTimeInMilliseconds": 141, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "ServiceNow Online", "resourceId": "9a84f55e-3a40-492c-9476-e069f64ed7a6", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 393508, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "SxEHIGpurXNvJunGwVphRyuV3pVvBoQlRiXxuLhvxmLI3XlA", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "37ee873b-f901-4e25-be69-010243106d0f"}}, {"time": "2022-08-04T03:31:00.244358Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "SignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "134.219.180.76", "correlationId": "12e4cedd-07be-4245-8a2e-d38010e8d090", "identity": "Joseph Taylor", "Level": 4, "location": "XF", "properties": {"id": "d4236fef-7c73-4402-98e3-fe3cb9836900", "createdDateTime": "2022-08-04T03:31:00.394358Z", "userDisplayName": "Joseph Taylor", "userPrincipalName": "jtaylor@domain.com", "userId": "af9847eb-c773-41ae-bf94-42747c5e986c", "appId": "b2421da4-c71e-46a9-b848-495ef54b79c4", "appDisplayName": "ServiceNow", "ipAddress": "134.219.180.76", "status": {"errorCode": 0, "additionalDetails": "MFA requirement satisfied by claim in the token"}, "clientAppUsed": "Browser", "userAgent": "Mozilla/5.0 (Linux; Android 2.3.5) AppleWebKit/532.2 (KHTML, like Gecko) Chrome/46.0.898.0 Safari/532.2 Edge/105.19198", "deviceDetail": {"deviceId": "76b96bd3-e5d7-49ee-b195-bf363facdb3d", "displayName": "JOSEPHTAYLOR-LT", "operatingSystem": "Windows 10", "browser": "Edge 105.19198", "isCompliant": true, "isManaged": true, "trustType": "Azure AD joined"}, "location": {"city": "Mannville", "state": "Porterside", "countryOrRegion": "XF", "geoCoordinates": {"latitude": -50.9955705, "longitude": 104.613841}}, "mfaDetail": {}, "correlationId": "593629a8-190a-4dad-9806-4964e9a2cda6", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "49df3ad2-7355-491b-bcb8-5fa8db10e118", "isInteractive": true, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 150, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "ServiceNow Online", "resourceId": "9a84f55e-3a40-492c-9476-e069f64ed7a6", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 124400, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "m78Yr0mW7DJGXz9U75VCDWEKzY12WGVA9YRc6BCJSONKm6Dy", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "37ee873b-f901-4e25-be69-010243106d0f", "rngcStatus": 0}}, {"time": "2022-08-04T03:57:19.706982Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "91.132.253.146", "correlationId": "b199bac0-5cb0-4014-95a0-a6f03b8d2b7e", "identity": "Aaron Cole", "Level": 4, "location": "XD", "properties": {"id": "2289f33d-0ae1-4487-b310-98d93b926f00", "createdDateTime": "2022-08-04T03:57:19.788982Z", "userDisplayName": "Aaron Cole", "userPrincipalName": "acole@domain.com", "userId": "5d557969-1645-4ba4-be83-b6fd943659f7", "appId": "18bf60fa-77dd-4aad-891d-af82ca87dd06", "appDisplayName": "FortiGate SSL VPN", "ipAddress": "91.132.253.146", "status": {"errorCode": 0}, "clientAppUsed": "Browser", "deviceDetail": {"deviceId": "", "operatingSystem": "Windows", "browser": "Rich Client 4.22.0.0"}, "location": {"city": "Rickshire", "state": "Norrisbury", "countryOrRegion": "XD", "geoCoordinates": {"latitude": -78.5751045, "longitude": 58.329246}}, "correlationId": "ff515e60-36c1-4379-b85a-71315d21eba0", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "491b2f5f-c0c4-4034-8331-d0c2a017bc37", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 82, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "FortiGate SSL VPN Service", "resourceId": "24578515-1951-4064-967d-0d2acaf0aa70", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 214655, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "ylkVBQ0ReDV96xI70jGJ9YWh9tL3RNjeTGEneXn6xuUmTJ7l", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "0e68752b-7dfa-400b-a6f5-1b54af90696a", "rngcStatus": 0}}, {"time": "2022-08-04T03:57:21.896618Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "SignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "205.33.24.92", "correlationId": "68866bd8-067c-4ec2-ba19-cab2ad712789", "identity": "Aaron Cole", "Level": 4, "location": "XD", "properties": {"id": "a4bfb34f-863d-4add-88f4-153de81d5800", "createdDateTime": "2022-08-04T03:57:21.988618Z", "userDisplayName": "Aaron Cole", "userPrincipalName": "acole@domain.com", "userId": "5d557969-1645-4ba4-be83-b6fd943659f7", "appId": "cb9ad245-0b24-4c75-ba23-398500baf7a8", "appDisplayName": "FileCloud", "ipAddress": "205.33.24.92", "status": {"errorCode": 0}, "clientAppUsed": "Browser", "userAgent": "Mozilla/5.0 (Linux; Android 2.3.5) AppleWebKit/532.2 (KHTML, like Gecko) Chrome/46.0.898.0 Safari/532.2 Edge/105.19198", "deviceDetail": {"deviceId": "", "operatingSystem": "Windows 10", "browser": "Edge 105.19198"}, "location": {"city": "Kristinmouth", "state": "Norrisbury", "countryOrRegion": "XD", "geoCoordinates": {"latitude": 26.278784, "longitude": -92.042573}}, "correlationId": "f94bbef0-2fdb-4745-9015-75b6809b9d57", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "1fa68173-a073-4604-9c46-d7316c5dc3ff", "isInteractive": true, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "processingTimeInMilliseconds": 92, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "FileCloud", "resourceId": "c76d5f74-7ee8-4657-b84f-a50641692265", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "alternateSignInName": "acole1@domain.com", "signInIdentifier": "acole1@domain.com", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 214655, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "1Nuprpxf8KquV5XPXE7DCg0M5PVnEtlZta3rPQKtRjjC2fBU", "incomingTokenType": "none", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": null}}, {"time": "2022-08-04T04:07:59.317314Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "205.33.24.92", "correlationId": "0450b5d3-0bca-4ea0-8b53-dea40035d003", "identity": "Aaron Cole", "Level": 4, "location": "XD", "properties": {"id": "dcca18ca-b75c-4147-ba68-6c685eb29500", "createdDateTime": "2022-08-04T04:07:59.393314Z", "userDisplayName": "Aaron Cole", "userPrincipalName": "acole@domain.com", "userId": "5d557969-1645-4ba4-be83-b6fd943659f7", "appId": "cb9ad245-0b24-4c75-ba23-398500baf7a8", "appDisplayName": "FileCloud", "ipAddress": "205.33.24.92", "status": {"errorCode": 0}, "clientAppUsed": "Browser", "deviceDetail": {"deviceId": "", "operatingSystem": "Windows", "browser": "Rich Client 4.35.1.0"}, "location": {"city": "Kristinmouth", "state": "Norrisbury", "countryOrRegion": "XD", "geoCoordinates": {"latitude": 26.278784, "longitude": -92.042573}}, "correlationId": "90bd7843-ade2-4fe5-9b18-970150c88766", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "f7ed424a-ac70-4359-851f-a1b0f12214cb", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 76, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "FileCloud Service", "resourceId": "f0630e90-b752-4960-bfb9-a0794fc34930", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 214655, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "wXavP8pSGcm2E38Lugj5GjSFoVgRCQifjoRLMKOYeSDPiW4w", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "1f37c851-4be4-455b-928a-fbde7845a68a", "rngcStatus": 0}}, {"time": "2022-08-04T04:16:34.102843Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "13.113.40.157", "correlationId": "b8bf3568-4499-4759-90f1-831394be086c", "identity": "Attack Target", "Level": 4, "location": "XR", "properties": {"id": "c83cd04e-d0c7-4947-846d-4acbf99c6800", "createdDateTime": "2022-08-04T04:16:34.228843Z", "userDisplayName": "Attack Target", "userPrincipalName": "attacktarget@domain.com", "userId": "d735e84b-dcca-404d-9f7d-700f360f41a6", "appId": "9a7e67c7-6f05-42a3-b226-97c7ec3e9696", "appDisplayName": "Adobe Identity Management", "ipAddress": "13.113.40.157", "ipAddressFromResourceProvider": "11.5.130.220", "status": {"errorCode": 0}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (iPad; CPU iPad OS 9_3_6 like Mac OS X) AppleWebKit/536.1 (KHTML, like Gecko) CriOS/42.0.865.0 Mobile/77O124 Safari/536.1 Edge/99.14477", "deviceDetail": {"deviceId": "a44625dc-6f81-449a-9799-8005f7209b42", "displayName": "ATTACKTARGET-LT", "operatingSystem": "Windows 10", "browser": "Edge 99.14477", "trustType": "Azure AD registered"}, "location": {"city": "New John", "state": "Smithfort", "countryOrRegion": "XR", "geoCoordinates": {"latitude": -89.144242, "longitude": 168.119022}}, "correlationId": "612a3579-d76d-45b2-9c84-71e5e1391ce3", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "b959ceee-10c5-4bf4-b714-8bf00a6a19b3", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 126, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Adobe Identity Management Service", "resourceId": "9a84f55e-3a40-492c-9476-e069f64ed7a6", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 34974, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "Ee9oq4aj0DrdJWQ6LlTNC6m66ncEUaIZLmzLwcfROoffxYKx", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "37ee873b-f901-4e25-be69-010243106d0f", "rngcStatus": 0}}, {"time": "2022-08-04T04:48:12.103676Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "86.154.193.190", "correlationId": "c82f46cc-274e-4909-acaf-dbadaf51a771", "identity": "Melissa Martin", "Level": 4, "location": "XR", "properties": {"id": "849f5eb8-988d-4520-b45c-6016cc126e00", "createdDateTime": "2022-08-04T04:48:12.198676Z", "userDisplayName": "Melissa Martin", "userPrincipalName": "mmartin@domain.com", "userId": "632ccb55-03a7-40f4-9893-653527cae790", "appId": "9a7e67c7-6f05-42a3-b226-97c7ec3e9696", "appDisplayName": "Adobe Identity Management", "ipAddress": "86.154.193.190", "status": {"errorCode": 0}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (iPad; CPU iPad OS 9_3_6 like Mac OS X) AppleWebKit/536.1 (KHTML, like Gecko) CriOS/42.0.865.0 Mobile/77O124 Safari/536.1 Edge/99.14477", "deviceDetail": {"deviceId": "", "operatingSystem": "Windows 10", "browser": "Edge 99.14477"}, "location": {"city": "Port Denisetown", "state": "Smithton", "countryOrRegion": "XR", "geoCoordinates": {"latitude": 3.5518965, "longitude": 131.871582}}, "correlationId": "bf699f87-3ac6-467e-8dde-c74d60bd3213", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "49cfff52-bf57-4188-9878-e279f435f298", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 95, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Adobe Identity Management Service", "resourceId": "7d6a0897-8b82-49e9-90e2-d482fb9202bd", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 256668, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "Gr8adxll4IRHGECZVrQv2hvp8BDdMFu0daDiErTY5VDBgqep", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "537d9419-7e2b-4778-9102-62256bcfcf45", "rngcStatus": 0}}, {"time": "2022-08-04T05:13:37.062231Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "92.110.109.246", "correlationId": "a37a9635-4b48-46aa-a4bb-8c4e4e4c3130", "identity": "David Johnson", "Level": 4, "location": "XR", "properties": {"id": "77327800-5251-4fce-ab74-4649b1b88c00", "createdDateTime": "2022-08-04T05:13:37.198231Z", "userDisplayName": "David Johnson", "userPrincipalName": "djohnson@domain.com", "userId": "ff2ae3d2-8cd2-4bd6-b65d-49c5ad946c7f", "appId": "9a7e67c7-6f05-42a3-b226-97c7ec3e9696", "appDisplayName": "Adobe Identity Management", "ipAddress": "92.110.109.246", "ipAddressFromResourceProvider": "44.22.19.201", "status": {"errorCode": 0}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (Windows NT 4.0) AppleWebKit/531.1 (KHTML, like Gecko) Chrome/20.0.823.0 Safari/531.1 Edge/87.11424", "deviceDetail": {"deviceId": "8fb0ff79-f116-4f20-8ca8-36b3f8d68865", "displayName": "DAVIDJOHNSON-LT", "operatingSystem": "Windows 10", "browser": "Edge 87.11424", "trustType": "Azure AD registered"}, "location": {"city": "Port Denisetown", "state": "Smithton", "countryOrRegion": "XR", "geoCoordinates": {"latitude": 3.5518965, "longitude": 131.871582}}, "correlationId": "7e7e92c9-afa6-48f6-9aec-2b0a62076ded", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "ffafab3e-d93a-44c6-91b1-193027eef4a6", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 136, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Adobe Identity Management Service", "resourceId": "c8eab36d-0a82-409d-8693-a8dabc997921", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 230297, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "2dV7qgy1hOhqY8byIMVGNynoZeeksumz3V38K8r6sndVhRWF", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "2248d3ef-d7b8-4eb2-bd20-fb53f725bfe3", "rngcStatus": 0}}, {"time": "2022-08-04T05:27:09.404725Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "42.62.103.34", "correlationId": "12542f8b-3c54-43fb-9c48-410c6823a0d5", "identity": "Joseph Taylor", "Level": 4, "location": "XF", "properties": {"id": "c9373607-daa3-4e2b-a7b6-785585da4800", "createdDateTime": "2022-08-04T05:27:09.556725Z", "userDisplayName": "Joseph Taylor", "userPrincipalName": "jtaylor@domain.com", "userId": "af9847eb-c773-41ae-bf94-42747c5e986c", "appId": "43bab1d2-e8f3-4e50-8dca-9d08c3dfcdab", "appDisplayName": "NanoNotion", "ipAddress": "42.62.103.34", "status": {"errorCode": 0, "additionalDetails": "MFA requirement satisfied by claim in the token"}, "clientAppUsed": "Browser", "deviceDetail": {"deviceId": "76b96bd3-e5d7-49ee-b195-bf363facdb3d", "displayName": "JOSEPHTAYLOR-LT", "operatingSystem": "Windows 10", "browser": "Rich Client 2.14.0.0", "isCompliant": true, "isManaged": true, "trustType": "Azure AD joined"}, "location": {"city": "Jessicafurt", "state": "Smithbury", "countryOrRegion": "XF", "geoCoordinates": {"latitude": 17.5082395, "longitude": -115.304215}}, "mfaDetail": {}, "correlationId": "a3f8e523-4ae6-4dae-baef-45c7f3d356ca", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "10de42cb-2932-4802-a477-5e76d8ca0a4a", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "processingTimeInMilliseconds": 152, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "NanoNotion Service", "resourceId": "9a84f55e-3a40-492c-9476-e069f64ed7a6", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 393508, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "pBIZLiiZjNy0QHN7CEy7Rp2c2lMwMdpY4vZSGFM6LGxKefIq", "incomingTokenType": "none", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "37ee873b-f901-4e25-be69-010243106d0f"}}, {"time": "2022-08-04T05:34:37.860032Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "205.33.24.92", "correlationId": "d39f8494-a5f8-427c-9986-bf70a94289bb", "identity": "Aaron Cole", "Level": 4, "location": "XD", "properties": {"id": "c4e18eba-fde1-4935-9777-9ad54cfe6100", "createdDateTime": "2022-08-04T05:34:38.124032Z", "userDisplayName": "Aaron Cole", "userPrincipalName": "acole@domain.com", "userId": "5d557969-1645-4ba4-be83-b6fd943659f7", "appId": "af50c7b0-ad5f-40ec-840e-8d89be454ce4", "appDisplayName": "Citrix ShareFile", "ipAddress": "205.33.24.92", "status": {"errorCode": 0}, "clientAppUsed": "Browser", "deviceDetail": {"deviceId": "", "operatingSystem": "Windows10", "browser": "Rich Client 4.36.1.0"}, "location": {"city": "Kristinmouth", "state": "Norrisbury", "countryOrRegion": "XD", "geoCoordinates": {"latitude": 26.278784, "longitude": -92.042573}}, "correlationId": "79447a22-e050-4f82-b266-21597d332d15", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "fd3d00b1-7dfb-403d-887d-ddffd5bbcf06", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 264, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Citrix ShareFile Online", "resourceId": "24578515-1951-4064-967d-0d2acaf0aa70", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 214655, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "eAkITDkDckV8H2zMtDbEl0WgmIW8s9vtVXm9izPDqzA3gfTg", "incomingTokenType": "none", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "0e68752b-7dfa-400b-a6f5-1b54af90696a", "rngcStatus": 0}}, {"time": "2022-08-04T05:35:17.983558Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "205.33.24.92", "correlationId": "23d05c92-90c0-4312-aace-e0c303f74035", "identity": "Aaron Cole", "Level": 4, "location": "XD", "properties": {"id": "d43ff6b9-d2e4-4291-bf54-8dd942378900", "createdDateTime": "2022-08-04T05:35:18.063558Z", "userDisplayName": "Aaron Cole", "userPrincipalName": "acole@domain.com", "userId": "5d557969-1645-4ba4-be83-b6fd943659f7", "appId": "ad65aaed-51a8-4877-830e-8a5273604c87", "appDisplayName": "Docusign", "ipAddress": "205.33.24.92", "status": {"errorCode": 0}, "clientAppUsed": "Browser", "deviceDetail": {"deviceId": "", "operatingSystem": "Windows", "browser": "Rich Client 4.42.0.0"}, "location": {"city": "Kristinmouth", "state": "Norrisbury", "countryOrRegion": "XD", "geoCoordinates": {"latitude": 26.278784, "longitude": -92.042573}}, "correlationId": "16c0d878-3954-41f9-a673-e91c440e83be", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "92ce5a06-8b86-4a83-abcd-80c29d61527f", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 80, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Docusign Service", "resourceId": "24578515-1951-4064-967d-0d2acaf0aa70", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 214655, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "CzZPw3xiquu41BpMaKha0HekxmEs27ADz5f4228xs3Hx6lH5", "incomingTokenType": "none", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "0e68752b-7dfa-400b-a6f5-1b54af90696a", "rngcStatus": 0}}, {"time": "2022-08-04T05:35:53.994757Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "91.132.253.146", "correlationId": "af7c3ba0-702c-1000-a35a-dd147c56d346", "identity": "Aaron Cole", "Level": 4, "location": "XD", "properties": {"id": "cc41f85f-18f2-4339-b560-185638e66400", "createdDateTime": "2022-08-04T05:35:54.176757Z", "userDisplayName": "Aaron Cole", "userPrincipalName": "acole@domain.com", "userId": "5d557969-1645-4ba4-be83-b6fd943659f7", "appId": "439cf80c-f381-45bd-9b6a-a006882e7246", "appDisplayName": "Atlassian Cloud", "ipAddress": "91.132.253.146", "status": {"errorCode": 0}, "clientAppUsed": "Browser", "deviceDetail": {"deviceId": "", "operatingSystem": "Windows"}, "location": {"city": "Rickshire", "state": "Norrisbury", "countryOrRegion": "XD", "geoCoordinates": {"latitude": -78.5751045, "longitude": 58.329246}}, "correlationId": "a2b93033-2d94-4205-91ad-44448e97d260", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "33c761ac-9810-4c8b-a7af-08a6ce1278a8", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 182, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Atlassian Cloud", "resourceId": "c8eab36d-0a82-409d-8693-a8dabc997921", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 214655, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "a9oCJhOJvyr5v7yGEqvVB9CvSArFiTkIpdIw5CvAeGzS20fP", "incomingTokenType": "none", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "2248d3ef-d7b8-4eb2-bd20-fb53f725bfe3", "rngcStatus": 0}}, {"time": "2022-08-04T05:42:36.268841Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "205.33.24.92", "correlationId": "2a0ca542-4fea-4cbd-8783-c42c7c78bd95", "identity": "Aaron Cole", "Level": 4, "location": "XD", "properties": {"id": "40186134-719b-42e2-9e2d-e44032876c00", "createdDateTime": "2022-08-04T05:42:36.405841Z", "userDisplayName": "Aaron Cole", "userPrincipalName": "acole@domain.com", "userId": "5d557969-1645-4ba4-be83-b6fd943659f7", "appId": "4c2f7c2a-ff05-4df6-9087-9ba8388a3861", "appDisplayName": "Foko Retail", "ipAddress": "205.33.24.92", "status": {"errorCode": 0}, "clientAppUsed": "Browser", "deviceDetail": {"deviceId": "", "operatingSystem": "Windows10", "browser": "Rich Client 4.39.0.0"}, "location": {"city": "Kristinmouth", "state": "Norrisbury", "countryOrRegion": "XD", "geoCoordinates": {"latitude": 26.278784, "longitude": -92.042573}}, "correlationId": "dd1fb620-b4a9-4573-98f0-9d13d0c8cfd0", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "04e7c502-10eb-482d-930e-ac8c911e3c13", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 137, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Foko Retail Service", "resourceId": "f5d2a2c6-a513-4877-bde1-3ab04473ec93", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 214655, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "UtImdtpMWoPLVdqUaTu1V332Pm0nV4gwrQYXW414Ck8X2JMv", "incomingTokenType": "none", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "99b9b7dc-7e8a-4ed5-82df-fd174b5b04f1", "rngcStatus": 0}}, {"time": "2022-08-04T06:22:30.326966Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "156.206.181.119", "correlationId": "b3b6d0f7-d949-488c-931d-9ff4fa3522fd", "identity": "Cynthia Perry", "Level": 4, "location": "XY", "properties": {"id": "152ab320-f2ab-4522-a00f-967227f45400", "createdDateTime": "2022-08-04T06:22:30.422966Z", "userDisplayName": "Cynthia Perry", "userPrincipalName": "cperry@domain.com", "userId": "ac5fa380-9d5b-470e-beb2-5ba10aca48e6", "appId": "9de6e985-97a5-4d82-9c45-aedaa9c25ef9", "appDisplayName": "AWS Single-Account Access", "ipAddress": "156.206.181.119", "status": {"errorCode": 0}, "clientAppUsed": "Browser", "deviceDetail": {"deviceId": "", "operatingSystem": "Windows"}, "location": {"city": "Hannaville", "state": "Thomashaven", "countryOrRegion": "XY", "geoCoordinates": {"latitude": 1.1452695, "longitude": 128.249211}}, "correlationId": "392d8fe7-1e8e-4919-81be-8dfe48ddbccf", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "ff6e20b0-650b-4915-9981-4a64ef64e130", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "processingTimeInMilliseconds": 96, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "AWS Single-Account Access Service", "resourceId": "9a84f55e-3a40-492c-9476-e069f64ed7a6", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 279165, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "oCNaL6NVCQK9DqF1Cx5MqAeM3HVkxO6G6XSdabuLpPB4HMbj", "incomingTokenType": "none", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "37ee873b-f901-4e25-be69-010243106d0f"}}, {"time": "2022-08-04T06:33:37.226370Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "147.132.189.119", "correlationId": "308f0b53-6052-4848-92d3-54bb4195add0", "identity": "Melissa Martin", "Level": 4, "location": "XR", "properties": {"id": "66d1265d-a794-48fb-9188-fc3506826c00", "createdDateTime": "2022-08-04T06:33:37.324370Z", "userDisplayName": "Melissa Martin", "userPrincipalName": "mmartin@domain.com", "userId": "632ccb55-03a7-40f4-9893-653527cae790", "appId": "2eae4ad1-8cae-48fe-b718-76bd66e2fc7f", "appDisplayName": "Bipsync", "ipAddress": "147.132.189.119", "status": {"errorCode": 0}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (iPad; CPU iPad OS 9_3_6 like Mac OS X) AppleWebKit/536.1 (KHTML, like Gecko) CriOS/42.0.865.0 Mobile/77O124 Safari/536.1 Edge/99.14477", "deviceDetail": {"deviceId": "", "operatingSystem": "Windows 10", "browser": "Edge 99.14477"}, "location": {"city": "Port Denisetown", "state": "Smithton", "countryOrRegion": "XR", "geoCoordinates": {"latitude": 3.5518965, "longitude": 131.871582}}, "correlationId": "c16ed9a7-73ac-4be5-88ae-2107feecfef0", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "8034546f-5e3b-44c0-b89d-29bbbea5d3f6", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 98, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Bipsync Service", "resourceId": "819aa3ed-3b63-4925-8388-0b8d41022941", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 256668, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "GpyXnfIHBmLwMRQEecBrsgmHVFjSfUhFU2pVa3pFjYgQSlNU", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "7f0c9abd-8b0d-4973-8675-a495454c0c86", "rngcStatus": 0}}, {"time": "2022-08-04T06:40:31.121885Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "13.113.40.157", "correlationId": "1d81c4a2-d0d5-4ad9-9c8c-2933221c575b", "identity": "Attack Target", "Level": 4, "location": "XR", "properties": {"id": "c22f0ead-dc82-4de8-8327-ebccd4bf6000", "createdDateTime": "2022-08-04T06:40:31.283885Z", "userDisplayName": "Attack Target", "userPrincipalName": "attacktarget@domain.com", "userId": "d735e84b-dcca-404d-9f7d-700f360f41a6", "appId": "9a7e67c7-6f05-42a3-b226-97c7ec3e9696", "appDisplayName": "Adobe Identity Management", "ipAddress": "13.113.40.157", "status": {"errorCode": 0}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (iPad; CPU iPad OS 9_3_6 like Mac OS X) AppleWebKit/536.1 (KHTML, like Gecko) CriOS/42.0.865.0 Mobile/77O124 Safari/536.1 Edge/99.14477", "deviceDetail": {"deviceId": "a44625dc-6f81-449a-9799-8005f7209b42", "displayName": "ATTACKTARGET-LT", "operatingSystem": "Windows 10", "browser": "Edge 99.14477", "trustType": "Azure AD registered"}, "location": {"city": "New John", "state": "Smithfort", "countryOrRegion": "XR", "geoCoordinates": {"latitude": -89.144242, "longitude": 168.119022}}, "correlationId": "3d784b0d-a4f4-4e9b-9c72-865fda1e940e", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "773034bb-c994-405d-a434-fcb9d51c69ab", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "processingTimeInMilliseconds": 162, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Adobe Identity Management Service", "resourceId": "7d6a0897-8b82-49e9-90e2-d482fb9202bd", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 34974, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "l9LdRnZEtFDck5feYlUNn8DDVAAIX1muCWNuc5yfEXRrgIpU", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "537d9419-7e2b-4778-9102-62256bcfcf45"}}, {"time": "2022-08-04T06:50:50.607295Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "156.206.181.119", "correlationId": "591f701e-8f7e-48de-b3ba-204f8a951cef", "identity": "Cynthia Perry", "Level": 4, "location": "XY", "properties": {"id": "34e3f02d-c81c-4cc6-8a75-7f8911c08800", "createdDateTime": "2022-08-04T06:50:50.674295Z", "userDisplayName": "Cynthia Perry", "userPrincipalName": "cperry@domain.com", "userId": "ac5fa380-9d5b-470e-beb2-5ba10aca48e6", "appId": "2eae4ad1-8cae-48fe-b718-76bd66e2fc7f", "appDisplayName": "Bipsync", "ipAddress": "156.206.181.119", "status": {"errorCode": 0}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (Windows NT 4.0) AppleWebKit/531.1 (KHTML, like Gecko) Chrome/20.0.823.0 Safari/531.1 Edge/87.11424", "deviceDetail": {"deviceId": "", "operatingSystem": "Windows 10", "browser": "Edge 87.11424"}, "location": {"city": "Hannaville", "state": "Thomashaven", "countryOrRegion": "XY", "geoCoordinates": {"latitude": 1.1452695, "longitude": 128.249211}}, "correlationId": "7f4c696d-9c47-4ec2-95b6-38a3b26b4b47", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "1ac551b5-abf2-456d-98bc-b21d285e6fcf", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 67, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Bipsync Service", "resourceId": "aaf780ce-b996-49b9-986d-8bb23f7bce3a", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 279165, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "XIEwtP7hvhmUeTWquOpjULXxQQInAtDAW1LgLPueihkDqRPw", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "b7da42cc-a168-4148-b15a-792ad32c2ff5", "rngcStatus": 0}}, {"time": "2022-08-04T07:04:00.008596Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "156.206.181.119", "correlationId": "66663834-3115-4014-8f16-dd095dcc7c31", "identity": "Cynthia Perry", "Level": 4, "location": "XY", "properties": {"id": "8f0104bc-cf9f-4ec7-a1f4-ae84f29d7000", "createdDateTime": "2022-08-04T07:04:00.100596Z", "userDisplayName": "Cynthia Perry", "userPrincipalName": "cperry@domain.com", "userId": "ac5fa380-9d5b-470e-beb2-5ba10aca48e6", "appId": "9de6e985-97a5-4d82-9c45-aedaa9c25ef9", "appDisplayName": "AWS Single-Account Access", "ipAddress": "156.206.181.119", "status": {"errorCode": 0}, "clientAppUsed": "Browser", "deviceDetail": {"deviceId": "", "operatingSystem": "Windows"}, "location": {"city": "Hannaville", "state": "Thomashaven", "countryOrRegion": "XY", "geoCoordinates": {"latitude": 1.1452695, "longitude": 128.249211}}, "correlationId": "0339e080-d4ee-43a0-8311-32c7606a467c", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "777f6b42-cc86-4ed6-8a5e-eeb964c71631", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 92, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "AWS Single-Account Access Service", "resourceId": "72f0186d-d327-46c9-a8ff-497e0caa8691", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 279165, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "naDIU09Goxi0R9Mgfq3asTZwd5nT8hbHbdtVMhYLW93APF2m", "incomingTokenType": "none", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": null, "rngcStatus": 0}}, {"time": "2022-08-04T07:09:31.215886Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "13.113.40.157", "correlationId": "ff8ace13-b8a9-4dd0-9d19-4cde426fc533", "identity": "Attack Target", "Level": 4, "location": "XR", "properties": {"id": "8ac30e85-c1fa-42b1-a082-8c437f856900", "createdDateTime": "2022-08-04T07:09:31.339886Z", "userDisplayName": "Attack Target", "userPrincipalName": "attacktarget@domain.com", "userId": "d735e84b-dcca-404d-9f7d-700f360f41a6", "appId": "9a7e67c7-6f05-42a3-b226-97c7ec3e9696", "appDisplayName": "Adobe Identity Management", "ipAddress": "13.113.40.157", "status": {"errorCode": 0}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (iPad; CPU iPad OS 9_3_6 like Mac OS X) AppleWebKit/536.1 (KHTML, like Gecko) CriOS/42.0.865.0 Mobile/77O124 Safari/536.1 Edge/99.14477", "deviceDetail": {"deviceId": "a44625dc-6f81-449a-9799-8005f7209b42", "displayName": "ATTACKTARGET-LT", "operatingSystem": "Windows 10", "browser": "Edge 99.14477", "trustType": "Azure AD registered"}, "location": {"city": "New John", "state": "Smithfort", "countryOrRegion": "XR", "geoCoordinates": {"latitude": -89.144242, "longitude": 168.119022}}, "correlationId": "e7e8c80a-b3a4-4ae0-9129-a5347317d486", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "5eee9fe4-a142-484f-a75d-e3ed85173824", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 124, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Adobe Identity Management Service", "resourceId": "80abac89-d2c0-4b6c-8ffc-5023bd7efc5e", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 34974, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "L5Mw3IA3ebwo6pCVJd2s7OIj8knfH8NByo2akTMEJqWolD38", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": null, "rngcStatus": 0}}, {"time": "2022-08-04T07:18:38.059160Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "86.154.193.190", "correlationId": "c81dab83-62aa-4f24-81e4-5174c2eeb478", "identity": "Kristen Howell", "Level": 4, "location": "XR", "properties": {"id": "4d388231-6fac-4932-9fc8-5499ab146800", "createdDateTime": "2022-08-04T07:18:38.169160Z", "userDisplayName": "Kristen Howell", "userPrincipalName": "khowell@domain.com", "userId": "20e1e3f9-665f-45bd-9984-5e74b526d3b5", "appId": "2eae4ad1-8cae-48fe-b718-76bd66e2fc7f", "appDisplayName": "Bipsync", "ipAddress": "86.154.193.190", "status": {"errorCode": 0}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (X11; Linux i686) AppleWebKit/533.0 (KHTML, like Gecko) Chrome/24.0.803.0 Safari/533.0 Edge/40.11325", "deviceDetail": {"deviceId": "6ea76864-5f18-47dd-adb9-2b1dfcbfc425", "displayName": "KRISTENHOWELL-LT", "operatingSystem": "Windows 10", "browser": "Edge 40.11325", "isCompliant": true, "isManaged": true, "trustType": "Azure AD joined"}, "location": {"city": "Port Denisetown", "state": "Smithton", "countryOrRegion": "XR", "geoCoordinates": {"latitude": 3.5518965, "longitude": 131.871582}}, "correlationId": "8ac02371-16fe-4cd4-b196-e681e98a8939", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "cff52681-1561-44c8-99bd-3ff9c1e5d073", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 110, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Bipsync Service", "resourceId": "9a84f55e-3a40-492c-9476-e069f64ed7a6", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 256668, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "oGzRoKk2ZpcThXOufIQolEqV79q1qLhCzODsc0IS8OpapTSp", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "37ee873b-f901-4e25-be69-010243106d0f", "rngcStatus": 0}}, {"time": "2022-08-04T07:29:32.998353Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "13.113.40.157", "correlationId": "4b78e349-6686-4acd-a665-b06206981a02", "identity": "Attack Target", "Level": 4, "location": "XR", "properties": {"id": "ea5400a2-5cfe-45d5-9d96-79ab13a47100", "createdDateTime": "2022-08-04T07:29:33.135353Z", "userDisplayName": "Attack Target", "userPrincipalName": "attacktarget@domain.com", "userId": "d735e84b-dcca-404d-9f7d-700f360f41a6", "appId": "9a7e67c7-6f05-42a3-b226-97c7ec3e9696", "appDisplayName": "Adobe Identity Management", "ipAddress": "13.113.40.157", "status": {"errorCode": 0}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (iPad; CPU iPad OS 9_3_6 like Mac OS X) AppleWebKit/536.1 (KHTML, like Gecko) CriOS/42.0.865.0 Mobile/77O124 Safari/536.1 Edge/99.14477", "deviceDetail": {"deviceId": "a44625dc-6f81-449a-9799-8005f7209b42", "displayName": "ATTACKTARGET-LT", "operatingSystem": "Windows 10", "browser": "Edge 99.14477", "trustType": "Azure AD registered"}, "location": {"city": "Smithfort", "state": "Smithfort", "countryOrRegion": "XR", "geoCoordinates": {"latitude": 3.7564095, "longitude": -121.574606}}, "correlationId": "3bf1bba4-07a1-4b68-b596-e2e4dda95b88", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "6423bb71-58f5-4ecc-90ba-393eb5a3ddff", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 137, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Adobe Identity Management Service", "resourceId": "30663ca7-f8a9-43ab-8ca1-7906bdbc1485", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 34974, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "FouKH3EF4tEcHdqURnnOPEWIZ2MWYWOgBX5o5e3fhNBZT3Y8", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "a6c259e5-7f16-48b2-a9f3-75becd6daa9b", "rngcStatus": 0}}, {"time": "2022-08-04T07:31:35.052465Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "42.62.103.34", "correlationId": "959fa619-72c0-46ca-ac7d-8ae60b6cf851", "identity": "Joseph Taylor", "Level": 4, "location": "XF", "properties": {"id": "b2a55e86-02d0-4234-820e-b38973a65c00", "createdDateTime": "2022-08-04T07:31:35.152465Z", "userDisplayName": "Joseph Taylor", "userPrincipalName": "jtaylor@domain.com", "userId": "af9847eb-c773-41ae-bf94-42747c5e986c", "appId": "03d81133-bfaa-4cad-b5fc-938f0fe86da9", "appDisplayName": "Dream Broker Studio", "ipAddress": "42.62.103.34", "status": {"errorCode": 0, "additionalDetails": "MFA requirement satisfied by claim in the token"}, "clientAppUsed": "Browser", "userAgent": "Mozilla/5.0 (Linux; Android 2.3.5) AppleWebKit/532.2 (KHTML, like Gecko) Chrome/46.0.898.0 Safari/532.2 Edge/105.19198", "deviceDetail": {"deviceId": "76b96bd3-e5d7-49ee-b195-bf363facdb3d", "displayName": "JOSEPHTAYLOR-LT", "operatingSystem": "Windows 10", "browser": "Edge 105.19198", "isCompliant": true, "isManaged": true, "trustType": "Azure AD joined"}, "location": {"city": "Jessicafurt", "state": "Smithbury", "countryOrRegion": "XF", "geoCoordinates": {"latitude": 17.5082395, "longitude": -115.304215}}, "mfaDetail": {}, "correlationId": "df5bbc38-a29f-47d4-8347-4e5a23790d42", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "9aa987f6-b5a9-470c-b93e-b372cb91d14d", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 100, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Dream Broker Studio Online", "resourceId": "f0630e90-b752-4960-bfb9-a0794fc34930", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 393508, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "11Rykb8h3Zh3g5lgRXz7rL3uahJMh5Ex8RFZjdZ1PwR1lt1d", "incomingTokenType": "none", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "1f37c851-4be4-455b-928a-fbde7845a68a", "rngcStatus": 0}}, {"time": "2022-08-04T07:53:02.009115Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "13.113.40.157", "correlationId": "6c82b6da-b20d-4fce-a757-d67fa787473b", "identity": "Attack Target", "Level": 4, "location": "XR", "properties": {"id": "95854fa2-5be6-4c9a-9e31-8e17f6ba3900", "createdDateTime": "2022-08-04T07:53:02.171115Z", "userDisplayName": "Attack Target", "userPrincipalName": "attacktarget@domain.com", "userId": "d735e84b-dcca-404d-9f7d-700f360f41a6", "appId": "9a7e67c7-6f05-42a3-b226-97c7ec3e9696", "appDisplayName": "Adobe Identity Management", "ipAddress": "13.113.40.157", "ipAddressFromResourceProvider": "13.113.40.157", "status": {"errorCode": 0}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (iPad; CPU iPad OS 9_3_6 like Mac OS X) AppleWebKit/536.1 (KHTML, like Gecko) CriOS/42.0.865.0 Mobile/77O124 Safari/536.1 Edge/99.14477", "deviceDetail": {"deviceId": "a44625dc-6f81-449a-9799-8005f7209b42", "displayName": "ATTACKTARGET-LT", "operatingSystem": "Windows 10", "browser": "Edge 99.14477", "trustType": "Azure AD registered"}, "location": {"city": "New John", "state": "Smithfort", "countryOrRegion": "XR", "geoCoordinates": {"latitude": -89.144242, "longitude": 168.119022}}, "correlationId": "442d33b8-5c97-4312-b39c-d35d9de2d583", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "4b85902f-5f25-411e-a167-3da29d948fed", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 162, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Adobe Identity Management Service", "resourceId": "c8eab36d-0a82-409d-8693-a8dabc997921", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 34974, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "ZTY8XuAOoH4JEcmupDgIsDiqGnJEftq5twz6gdOcmzBi6q9o", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "2248d3ef-d7b8-4eb2-bd20-fb53f725bfe3", "rngcStatus": 0}}, {"time": "2022-08-04T08:08:59.491062Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "147.132.189.119", "correlationId": "f5d641df-2248-4e71-b106-9bf9991f9c59", "identity": "Terry Proctor", "Level": 4, "location": "XR", "properties": {"id": "07e9bef6-9926-4484-b7b4-4a158c048b00", "createdDateTime": "2022-08-04T08:08:59.589062Z", "userDisplayName": "Terry Proctor", "userPrincipalName": "tproctor@domain.com", "userId": "03110cc5-e54f-4dae-b68a-bf5d945f8152", "appId": "9a7e67c7-6f05-42a3-b226-97c7ec3e9696", "appDisplayName": "Adobe Identity Management", "ipAddress": "147.132.189.119", "status": {"errorCode": 0, "additionalDetails": "MFA requirement satisfied by claim in the token"}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (X11; Linux i686) AppleWebKit/533.0 (KHTML, like Gecko) Chrome/24.0.803.0 Safari/533.0 Edge/40.11325", "deviceDetail": {"deviceId": "88ee69d5-1eb7-4f29-b594-e9b4e3371940", "displayName": "TERRYPROCTOR-LT", "operatingSystem": "Windows 10", "browser": "Edge 40.11325", "isCompliant": true, "isManaged": true, "trustType": "Azure AD joined"}, "location": {"city": "Port Denisetown", "state": "Smithton", "countryOrRegion": "XR", "geoCoordinates": {"latitude": 3.5518965, "longitude": 131.871582}}, "mfaDetail": {}, "correlationId": "c5d92442-30cc-41fc-b8fb-9e8e9dff3349", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "79df5dc3-1362-4c7b-ba6a-13b957658be6", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 98, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Adobe Identity Management Service", "resourceId": "7d6a0897-8b82-49e9-90e2-d482fb9202bd", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 256668, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "iLdZ5hsVxaJ8qW24oy6QOJQ0r3rdNYYwbiYZk7oSOy3WJiqF", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "537d9419-7e2b-4778-9102-62256bcfcf45", "rngcStatus": 0}}, {"time": "2022-08-04T08:14:38.672961Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "156.206.181.119", "correlationId": "49ebd4e2-0f29-4b37-95df-0b32fac593d4", "identity": "Cynthia Perry", "Level": 4, "location": "XY", "properties": {"id": "04386101-53be-4839-bba8-bcf1f1775300", "createdDateTime": "2022-08-04T08:14:38.852961Z", "userDisplayName": "Cynthia Perry", "userPrincipalName": "cperry@domain.com", "userId": "ac5fa380-9d5b-470e-beb2-5ba10aca48e6", "appId": "9de6e985-97a5-4d82-9c45-aedaa9c25ef9", "appDisplayName": "AWS Single-Account Access", "ipAddress": "156.206.181.119", "status": {"errorCode": 0}, "clientAppUsed": "Browser", "deviceDetail": {"deviceId": "", "operatingSystem": "Windows"}, "location": {"city": "Hannaville", "state": "Thomashaven", "countryOrRegion": "XY", "geoCoordinates": {"latitude": 1.1452695, "longitude": 128.249211}}, "correlationId": "1d80653a-d206-4c35-a63d-f10605ff2940", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "ccb0f23f-a682-426c-bf9d-ba68090fdf19", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "processingTimeInMilliseconds": 180, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "AWS Single-Account Access Service", "resourceId": "c65cf5f9-5537-4200-889e-381c4f60ca7d", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 279165, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "5Z1vyEcDYaCoIQ2duT8iCiInT0X3mdoZ11gLKdGRexGhrcoH", "incomingTokenType": "none", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": null}}, {"time": "2022-08-04T08:16:54.585201Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "1.210.58.10", "correlationId": "df238791-e632-4f6f-8f4e-99fe0cd14f0b", "identity": "Keith Sheppard", "Level": 4, "location": "XD", "properties": {"id": "6a5f64c1-1a9a-4556-9496-2d202b218800", "createdDateTime": "2022-08-04T08:16:54.682201Z", "userDisplayName": "Keith Sheppard", "userPrincipalName": "ksheppard@domain.com", "userId": "05bd48f1-91d2-4c2d-9a7c-80e80f561b3c", "appId": "9de6e985-97a5-4d82-9c45-aedaa9c25ef9", "appDisplayName": "AWS Single-Account Access", "ipAddress": "1.210.58.10", "status": {"errorCode": 0}, "clientAppUsed": "Browser", "deviceDetail": {"deviceId": "639815fd-5018-4e38-9d81-67538b2ce460", "displayName": "KEITHSHEPPARD-LT", "operatingSystem": "Windows", "trustType": "Azure AD registered"}, "location": {"city": "Cooperhaven", "state": "Norrisbury", "countryOrRegion": "XD", "geoCoordinates": {"latitude": 70.436398, "longitude": -23.873747}}, "correlationId": "607ce455-d85b-44ab-93d7-2ef2a6ee9140", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "e7e0f280-604a-4e49-9c2a-d66ab546250a", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 97, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "AWS Single-Account Access Service", "resourceId": "f0630e90-b752-4960-bfb9-a0794fc34930", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 69487, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "GvAaCf9eOZCMhN0nFhDUrptMn71TzeDhaV54m31DTVI3bZE3", "incomingTokenType": "none", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "1f37c851-4be4-455b-928a-fbde7845a68a", "rngcStatus": 0}}, {"time": "2022-08-04T08:28:01.341721Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "42.62.103.34", "correlationId": "3a7ab279-2a3e-4389-bc7b-7b321381e32e", "identity": "Joseph Taylor", "Level": 4, "location": "XF", "properties": {"id": "cc41f85f-18f2-4339-b560-185626846b00", "createdDateTime": "2022-08-04T08:28:01.456721Z", "userDisplayName": "Joseph Taylor", "userPrincipalName": "jtaylor@domain.com", "userId": "af9847eb-c773-41ae-bf94-42747c5e986c", "appId": "9a7e67c7-6f05-42a3-b226-97c7ec3e9696", "appDisplayName": "Adobe Identity Management", "ipAddress": "42.62.103.34", "status": {"errorCode": 0, "additionalDetails": "MFA requirement satisfied by claim in the token"}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (iPad; CPU iPad OS 9_3_6 like Mac OS X) AppleWebKit/536.1 (KHTML, like Gecko) CriOS/42.0.865.0 Mobile/77O124 Safari/536.1 Edge/99.14477", "deviceDetail": {"deviceId": "76b96bd3-e5d7-49ee-b195-bf363facdb3d", "displayName": "JOSEPHTAYLOR-LT", "operatingSystem": "Windows 10", "browser": "Edge 99.14477", "isCompliant": true, "isManaged": true, "trustType": "Azure AD joined"}, "location": {"city": "Jessicafurt", "state": "Smithbury", "countryOrRegion": "XF", "geoCoordinates": {"latitude": 17.5082395, "longitude": -115.304215}}, "mfaDetail": {}, "correlationId": "a5d19572-436d-484c-b198-6753a5677e5a", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "b111acd1-bce5-47b3-be70-be56f3ec8352", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 115, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Adobe Identity Management Service", "resourceId": "7d6a0897-8b82-49e9-90e2-d482fb9202bd", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 393508, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "Zs2K6FbK0tklWhaRxHhGEMQGueYIvprkGvLB77JScTKBQnAN", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "537d9419-7e2b-4778-9102-62256bcfcf45", "rngcStatus": 0}}, {"time": "2022-08-04T08:29:44.534527Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "42.62.103.34", "correlationId": "2f6e027b-2f75-4252-b138-d59bd4a9a2d3", "identity": "Joseph Taylor", "Level": 4, "location": "XF", "properties": {"id": "8f0104bc-cf9f-4ec7-a1f4-ae84148f7000", "createdDateTime": "2022-08-04T08:29:44.668527Z", "userDisplayName": "Joseph Taylor", "userPrincipalName": "jtaylor@domain.com", "userId": "af9847eb-c773-41ae-bf94-42747c5e986c", "appId": "895b9fb3-4084-4f9f-a314-d082d67e3c5c", "appDisplayName": "Airstack", "ipAddress": "42.62.103.34", "status": {"errorCode": 0}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (compatible; MSIE 7.0; Windows NT 5.1; Trident/5.0)", "deviceDetail": {"deviceId": "76b96bd3-e5d7-49ee-b195-bf363facdb3d", "displayName": "JOSEPHTAYLOR-LT", "operatingSystem": "Windows 10", "browser": "IE 7.0", "isManaged": true, "trustType": "Azure AD joined"}, "location": {"city": "Jessicafurt", "state": "Smithbury", "countryOrRegion": "XF", "geoCoordinates": {"latitude": 17.5082395, "longitude": -115.304215}}, "correlationId": "c3a97989-86c0-4066-bad5-c7ec3b557a6f", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "86b3c515-63f2-487b-86c2-579b0185e102", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 134, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Airstack Service", "resourceId": "898e07cc-0302-479b-a2d3-601d74aa68df", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 393508, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "I4A7l6VT65rJWoZQ6iN1AID2iOwEWGtex4e4bmrQQKWwQTno", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "84156e71-49f0-4926-86fe-9ab1a6c6b137", "rngcStatus": 0}}, {"time": "2022-08-04T08:42:15.088919Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "SignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "25.228.18.106", "correlationId": "e4f52177-3d9f-45bc-a49a-acfc1a494a95", "identity": "Thomas Price", "Level": 4, "location": "XQ", "properties": {"id": "656b6a55-9c7d-4cd4-981f-e418df06a200", "createdDateTime": "2022-08-04T08:42:15.332919Z", "userDisplayName": "Thomas Price", "userPrincipalName": "tprice@domain.com", "userId": "32109ee2-ee4f-4d11-9c38-2556aec0f2b5", "appId": "0f2b2c23-6148-4fc3-9d77-8aa1d611a21b", "appDisplayName": "Zoho One", "ipAddress": "25.228.18.106", "status": {"errorCode": 0}, "clientAppUsed": "Browser", "userAgent": "Mozilla/5.0 (Linux; Android 2.3.5) AppleWebKit/532.2 (KHTML, like Gecko) Chrome/46.0.898.0 Safari/532.2 Edge/105.19198", "deviceDetail": {"deviceId": "0729bd71-1465-4897-bba4-71c5ca15a9bb", "displayName": "THOMASPRICE-LT", "operatingSystem": "Windows 10", "browser": "Edge 105.19198", "isCompliant": true, "isManaged": true, "trustType": "Azure AD registered"}, "location": {"city": "Veronicachester", "state": "Chanshire", "countryOrRegion": "XQ", "geoCoordinates": {"latitude": -5.3151345, "longitude": -4.976578}}, "correlationId": "c7427dcb-a989-4f1c-be2b-b4f0ba5804dd", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "75eec909-668b-4897-bfae-d80fa5f6a21e", "isInteractive": true, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 244, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Zoho One Online", "resourceId": "550f142a-ba07-4f54-a205-48abb10fe20e", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 79359, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "ZC1u6NPsMU3v1Hu0K6JhjHQR8uLRMzc4ZBh8xSSLfMduVLJ7", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "14545f41-6a7c-4f53-9dc5-e134e37bfa9f", "rngcStatus": 0}}, {"time": "2022-08-04T09:01:47.489999Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "91.132.253.146", "correlationId": "1ead0039-8b66-4cc1-bed2-cdd711b61ee9", "identity": "Aaron Cole", "Level": 4, "location": "XD", "properties": {"id": "ada0cd79-9550-4249-a9fe-bc5789538c00", "createdDateTime": "2022-08-04T09:01:47.563999Z", "userDisplayName": "Aaron Cole", "userPrincipalName": "acole@domain.com", "userId": "5d557969-1645-4ba4-be83-b6fd943659f7", "appId": "e47a1d38-5f61-45cd-b1b9-bc92f525c598", "appDisplayName": "Altoura", "ipAddress": "91.132.253.146", "status": {"errorCode": 0}, "clientAppUsed": "Browser", "userAgent": "Mozilla/5.0 (X11; Linux i686) AppleWebKit/536.2 (KHTML, like Gecko) Chrome/22.0.877.0 Safari/536.2", "deviceDetail": {"deviceId": "", "operatingSystem": "Windows 10", "browser": "Chrome 22.0.877.0"}, "location": {"city": "Rickshire", "state": "Norrisbury", "countryOrRegion": "XD", "geoCoordinates": {"latitude": -78.5751045, "longitude": 58.329246}}, "correlationId": "a1cfd29e-ccd5-46c2-a038-b168ca56066c", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "d00a7ab0-7643-4c9a-999a-affdf2146e67", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 74, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Altoura Online", "resourceId": "f0630e90-b752-4960-bfb9-a0794fc34930", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 214655, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "iXA64dzKkh9HKiZbgM3vtu3bZSdtNCjkukJzj8vKZZSScWIX", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "1f37c851-4be4-455b-928a-fbde7845a68a", "rngcStatus": 0}}, {"time": "2022-08-04T09:09:03.037170Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "1.210.58.10", "correlationId": "4516fecd-464e-404a-8a16-05445cc8629d", "identity": "Keith Sheppard", "Level": 4, "location": "XD", "properties": {"id": "e15f5cd8-6b07-456c-9c1f-aeb9646e6a00", "createdDateTime": "2022-08-04T09:09:03.132170Z", "userDisplayName": "Keith Sheppard", "userPrincipalName": "ksheppard@domain.com", "userId": "05bd48f1-91d2-4c2d-9a7c-80e80f561b3c", "appId": "b6eb5487-41e5-4254-acc5-72fbd850bd1e", "appDisplayName": "Google Cloud / G Suite Connector by Microsoft", "ipAddress": "1.210.58.10", "status": {"errorCode": 0}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (Windows NT 4.0) AppleWebKit/531.1 (KHTML, like Gecko) Chrome/20.0.823.0 Safari/531.1 Edge/87.11424", "deviceDetail": {"deviceId": "639815fd-5018-4e38-9d81-67538b2ce460", "displayName": "KEITHSHEPPARD-LT", "operatingSystem": "Windows 10", "browser": "Edge 87.11424", "trustType": "Azure AD registered"}, "location": {"city": "Cooperhaven", "state": "Norrisbury", "countryOrRegion": "XD", "geoCoordinates": {"latitude": 70.436398, "longitude": -23.873747}}, "correlationId": "9882c8d5-63ea-4ea4-bdc0-343f36a6e2a4", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "d4352e7d-77cd-4a4c-a4bb-9053c615e493", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 95, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Google Cloud / G Suite Connector by Microsoft Service", "resourceId": "47e06079-6a63-42ab-89ea-840a60f3ea94", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 69487, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "O75f1DOevtI1VNEEtXF0qAo0yTaMQ1pV0qubGaouMJ5ltbNO", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "af115473-a920-4919-a03a-7215ca304189", "rngcStatus": 0}}, {"time": "2022-08-04T09:12:10.021216Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "156.206.181.119", "correlationId": "69030d8d-48fb-4bbe-a537-8a387e540c1a", "identity": "Cynthia Perry", "Level": 4, "location": "XY", "properties": {"id": "ffcaca16-51c9-4067-8710-403ca7a16a00", "createdDateTime": "2022-08-04T09:12:10.104216Z", "userDisplayName": "Cynthia Perry", "userPrincipalName": "cperry@domain.com", "userId": "ac5fa380-9d5b-470e-beb2-5ba10aca48e6", "appId": "9de6e985-97a5-4d82-9c45-aedaa9c25ef9", "appDisplayName": "AWS Single-Account Access", "ipAddress": "156.206.181.119", "status": {"errorCode": 0}, "clientAppUsed": "Browser", "deviceDetail": {"deviceId": "", "operatingSystem": "Windows"}, "location": {"city": "Hannaville", "state": "Thomashaven", "countryOrRegion": "XY", "geoCoordinates": {"latitude": 1.1452695, "longitude": 128.249211}}, "correlationId": "daee9a52-c6f9-477e-b421-fea1233c1410", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "de7b23e0-c8f8-4eff-9509-e83de0b20fc2", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 83, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "AWS Single-Account Access Service", "resourceId": "72f0186d-d327-46c9-a8ff-497e0caa8691", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 279165, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "VtSTtw6CY34AEYYJqDUMw48yY1KLmuDDjWSOv84xC6ps9Tqf", "incomingTokenType": "none", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": null, "rngcStatus": 0}}, {"time": "2022-08-04T09:32:12.354084Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "92.110.109.246", "correlationId": "1a279576-a257-4baa-b7fa-e439571e5dd8", "identity": "David Johnson", "Level": 4, "location": "XR", "properties": {"id": "bbd0f834-7826-4e71-92d2-dd87524b6700", "createdDateTime": "2022-08-04T09:32:12.540084Z", "userDisplayName": "David Johnson", "userPrincipalName": "djohnson@domain.com", "userId": "ff2ae3d2-8cd2-4bd6-b65d-49c5ad946c7f", "appId": "9a7e67c7-6f05-42a3-b226-97c7ec3e9696", "appDisplayName": "Adobe Identity Management", "ipAddress": "92.110.109.246", "status": {"errorCode": 0}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (iPad; CPU iPad OS 9_3_6 like Mac OS X) AppleWebKit/536.1 (KHTML, like Gecko) CriOS/42.0.865.0 Mobile/77O124 Safari/536.1 Edge/99.14477", "deviceDetail": {"deviceId": "717ebe00-a5eb-412e-97b6-7b8ab7cfbc02", "displayName": "DAVIDJOHNSON-LT", "operatingSystem": "Windows 10", "browser": "Edge 99.14477", "trustType": "Azure AD registered"}, "location": {"city": "Port Denisetown", "state": "Smithton", "countryOrRegion": "XR", "geoCoordinates": {"latitude": 3.5518965, "longitude": 131.871582}}, "correlationId": "d6233c9b-22b0-4380-a5ce-1b04422c1500", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "ef7842a6-4040-48e8-8c54-b3b55b8ef261", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 186, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Adobe Identity Management Service", "resourceId": "30663ca7-f8a9-43ab-8ca1-7906bdbc1485", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 230297, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "hTtntwnwaL63XCSKBJsbk06L580HE2zeR5OSDHEItC92Ynbp", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "a6c259e5-7f16-48b2-a9f3-75becd6daa9b", "rngcStatus": 0}}, {"time": "2022-08-04T09:46:47.759364Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "134.219.180.76", "correlationId": "93b36311-e0cf-403b-acfe-716d9b02eae6", "identity": "Joseph Taylor", "Level": 4, "location": "XF", "properties": {"id": "19a7b609-0556-4362-ba62-46ab886b7200", "createdDateTime": "2022-08-04T09:46:47.883364Z", "userDisplayName": "Joseph Taylor", "userPrincipalName": "jtaylor@domain.com", "userId": "af9847eb-c773-41ae-bf94-42747c5e986c", "appId": "18bf60fa-77dd-4aad-891d-af82ca87dd06", "appDisplayName": "FortiGate SSL VPN", "ipAddress": "134.219.180.76", "status": {"errorCode": 0, "additionalDetails": "MFA requirement satisfied by claim in the token"}, "clientAppUsed": "Browser", "deviceDetail": {"deviceId": "76b96bd3-e5d7-49ee-b195-bf363facdb3d", "displayName": "JOSEPHTAYLOR-LT", "operatingSystem": "Windows", "browser": "Rich Client 4.22.0.0", "isCompliant": true, "isManaged": true, "trustType": "Azure AD joined"}, "location": {"city": "Mannville", "state": "Porterside", "countryOrRegion": "XF", "geoCoordinates": {"latitude": -50.9955705, "longitude": 104.613841}}, "mfaDetail": {}, "correlationId": "53536523-6f18-456f-9d8e-2274df0f9da8", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "9f59325b-49eb-40d7-8739-889c506c859c", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 124, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "FortiGate SSL VPN", "resourceId": "51e679b4-5774-4b5f-9636-df5ea66b9380", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 124400, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "1Tl10peWw2eJGLDL034NZcv22ny6hW8eX2ogejRnFdg8g8eM", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "6e8f419c-7f10-40b1-a52a-e4fb253c74c2", "rngcStatus": 0}}, {"time": "2022-08-04T09:46:57.115586Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "50158", "resultSignature": "None", "resultDescription": "External security challenge was not satisfied.", "durationMs": 0, "callerIpAddress": "105.169.153.183", "correlationId": "9631e3d1-1f97-4711-ad72-bdc154aee7bf", "identity": "Thomas Price", "Level": 4, "location": "XR", "properties": {"id": "61a4e203-e55e-4977-9b6d-18486a3e6800", "createdDateTime": "2022-08-04T09:46:57.265586Z", "userDisplayName": "Thomas Price", "userPrincipalName": "tprice@domain.com", "userId": "32109ee2-ee4f-4d11-9c38-2556aec0f2b5", "appId": "79510a8f-6421-4348-a2ea-bcc2b02485c1", "appDisplayName": "Cisco AnyConnect", "ipAddress": "105.169.153.183", "status": {"errorCode": 50158, "failureReason": "External security challenge was not satisfied."}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (X11; Linux i686) AppleWebKit/535.2 (KHTML, like Gecko) Chrome/22.0.843.0 Safari/535.2 Edge/118.12158", "deviceDetail": {"deviceId": "61720755-0e96-468f-9935-10dacdc868e4", "displayName": "THOMASPRICE-LT", "operatingSystem": "Windows 10", "browser": "Edge 118.12158", "trustType": "Hybrid Azure AD joined"}, "location": {"city": "Kevinton", "state": "Smithton", "countryOrRegion": "XR", "geoCoordinates": {"latitude": -87.5106305, "longitude": -77.991036}}, "correlationId": "04f5bb31-4807-44e7-849a-a2c057da8e40", "conditionalAccessStatus": "failure", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "9888b263-c12a-4323-8610-8d657f39eea7", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 150, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Cisco AnyConnect Online", "resourceId": "5d5b8d28-6a28-472e-b837-a4094e466965", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 256668, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "p0X1sssOFa5F7TbGeQn45cbrN4BHDtP49784yccORE6NGVls", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "15655e1f-5005-4c53-b3c0-c4a1d1ca5e9e", "rngcStatus": 0}}, {"time": "2022-08-04T09:55:06.827834Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "86.154.193.190", "correlationId": "7bb2b3ae-968b-4461-8489-ac2afcd94ffb", "identity": "Melissa Martin", "Level": 4, "location": "XR", "properties": {"id": "3f04f6e0-8681-475f-a0d6-0af716c77200", "createdDateTime": "2022-08-04T09:55:06.948834Z", "userDisplayName": "Melissa Martin", "userPrincipalName": "mmartin@domain.com", "userId": "632ccb55-03a7-40f4-9893-653527cae790", "appId": "43bab1d2-e8f3-4e50-8dca-9d08c3dfcdab", "appDisplayName": "NanoNotion", "ipAddress": "86.154.193.190", "status": {"errorCode": 0}, "clientAppUsed": "Browser", "deviceDetail": {"deviceId": "", "operatingSystem": "Windows 10", "browser": "Rich Client 2.14.0.0"}, "location": {"city": "Port Denisetown", "state": "Smithton", "countryOrRegion": "XR", "geoCoordinates": {"latitude": 3.5518965, "longitude": 131.871582}}, "correlationId": "34897100-5d78-4212-89a8-ed12dc0af1e7", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "2963e2e2-9b0c-41e5-af99-aa45f0d05976", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 121, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "NanoNotion Service", "resourceId": "9a84f55e-3a40-492c-9476-e069f64ed7a6", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 256668, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "LSAjQ1Z0MoNv6tHYBf9ddNT1WuXWhE0uSdLyRy8zzFYdfrTV", "incomingTokenType": "none", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "37ee873b-f901-4e25-be69-010243106d0f", "rngcStatus": 0}}, {"time": "2022-08-04T09:56:45.045628Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "13.113.40.157", "correlationId": "5c531509-06a6-4f0e-85fe-74fedc971a8e", "identity": "Attack Target", "Level": 4, "location": "XR", "properties": {"id": "ece24cb8-8bbf-4dc3-90e8-e3ac62e16400", "createdDateTime": "2022-08-04T09:56:45.166628Z", "userDisplayName": "Attack Target", "userPrincipalName": "attacktarget@domain.com", "userId": "d735e84b-dcca-404d-9f7d-700f360f41a6", "appId": "9a7e67c7-6f05-42a3-b226-97c7ec3e9696", "appDisplayName": "Adobe Identity Management", "ipAddress": "13.113.40.157", "status": {"errorCode": 0}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (iPad; CPU iPad OS 9_3_6 like Mac OS X) AppleWebKit/536.1 (KHTML, like Gecko) CriOS/42.0.865.0 Mobile/77O124 Safari/536.1 Edge/99.14477", "deviceDetail": {"deviceId": "a44625dc-6f81-449a-9799-8005f7209b42", "displayName": "ATTACKTARGET-LT", "operatingSystem": "Windows 10", "browser": "Edge 99.14477", "trustType": "Azure AD registered"}, "location": {"city": "Smithfort", "state": "Smithfort", "countryOrRegion": "XR", "geoCoordinates": {"latitude": 3.7564095, "longitude": -121.574606}}, "correlationId": "31e4625e-0665-42d9-89cd-bf2bd102f031", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "0fe2e600-e570-49d8-8baa-a5cbeee892e5", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 121, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Adobe Identity Management Service", "resourceId": "30663ca7-f8a9-43ab-8ca1-7906bdbc1485", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 34974, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "jRwgVzbwWrEVWJiJcJAN8HeJxuq15RvdWTnXCFtDe3NcgYhQ", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "a6c259e5-7f16-48b2-a9f3-75becd6daa9b", "rngcStatus": 0}}, {"time": "2022-08-04T10:03:05.600620Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "99.116.100.205", "correlationId": "66f5f56a-2d16-4a64-9ffc-32b72f5bd606", "identity": "Aaron Cole", "Level": 4, "location": "XD", "properties": {"id": "05126ca7-c65f-4544-8acb-9d50dfa64900", "createdDateTime": "2022-08-04T10:03:05.838620Z", "userDisplayName": "Aaron Cole", "userPrincipalName": "acole@domain.com", "userId": "5d557969-1645-4ba4-be83-b6fd943659f7", "appId": "1b3edb90-1e06-46db-b021-e2fc1f7ddaf5", "appDisplayName": "Beatrust", "ipAddress": "99.116.100.205", "status": {"errorCode": 0}, "clientAppUsed": "Browser", "deviceDetail": {"deviceId": "", "operatingSystem": "Windows 10", "browser": "Rich Client 5.2.7.0"}, "location": {"city": "Carrollstad", "state": "Norrisbury", "countryOrRegion": "XD", "geoCoordinates": {"latitude": -38.8540465, "longitude": -17.674718}}, "correlationId": "658cfd04-0492-4750-ab67-ecf9f8b1dae4", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "453571a0-f47c-4a9d-9b8f-d46bcba94798", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 238, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Beatrust Service", "resourceId": "24578515-1951-4064-967d-0d2acaf0aa70", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 214655, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "BUe80ojrqXqVcmY6w0pBTpkizDAERUdGd2SvTYNbpWyryiVm", "incomingTokenType": "none", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "0e68752b-7dfa-400b-a6f5-1b54af90696a", "rngcStatus": 0}}, {"time": "2022-08-04T10:16:26.853045Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "25.228.18.106", "correlationId": "4178e8f8-950a-4eb6-85be-ff2382080b12", "identity": "Thomas Price", "Level": 4, "location": "XQ", "properties": {"id": "f0f4834e-896b-4034-86be-e32ac22e9f00", "createdDateTime": "2022-08-04T10:16:26.968045Z", "userDisplayName": "Thomas Price", "userPrincipalName": "tprice@domain.com", "userId": "32109ee2-ee4f-4d11-9c38-2556aec0f2b5", "appId": "9a7e67c7-6f05-42a3-b226-97c7ec3e9696", "appDisplayName": "Adobe Identity Management", "ipAddress": "25.228.18.106", "status": {"errorCode": 0}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (X11; Linux i686) AppleWebKit/533.0 (KHTML, like Gecko) Chrome/24.0.803.0 Safari/533.0 Edge/40.11325", "deviceDetail": {"deviceId": "0729bd71-1465-4897-bba4-71c5ca15a9bb", "displayName": "THOMASPRICE-LT", "operatingSystem": "Windows 10", "browser": "Edge 40.11325", "isCompliant": true, "isManaged": true, "trustType": "Azure AD registered"}, "location": {"city": "Veronicachester", "state": "Chanshire", "countryOrRegion": "XQ", "geoCoordinates": {"latitude": -5.3151345, "longitude": -4.976578}}, "correlationId": "132a44f6-e06a-4884-ae15-63973a815769", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "ea3e6c6a-9217-4ecc-87f9-d993bff735a4", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 115, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Adobe Identity Management Service", "resourceId": "1f1f8006-bcaf-48ed-96be-45ba0b1802c3", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 79359, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "zKrLfvafGmBEuKmU8WaZg3iTmrKbKXJmSl1Vq9tYJlKMq0Zk", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": null, "rngcStatus": 0}}, {"time": "2022-08-04T11:07:41.620486Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "50158", "resultSignature": "None", "resultDescription": "External security challenge was not satisfied.", "durationMs": 0, "callerIpAddress": "105.169.153.183", "correlationId": "ea2d5bd8-44df-46b8-8bfd-b7642447c800", "identity": "Thomas Price", "Level": 4, "location": "XR", "properties": {"id": "b2a55e86-02d0-4234-820e-b389ba1b5f00", "createdDateTime": "2022-08-04T11:07:41.744486Z", "userDisplayName": "Thomas Price", "userPrincipalName": "tprice@domain.com", "userId": "32109ee2-ee4f-4d11-9c38-2556aec0f2b5", "appId": "9a7e67c7-6f05-42a3-b226-97c7ec3e9696", "appDisplayName": "Adobe Identity Management", "ipAddress": "105.169.153.183", "status": {"errorCode": 50158, "failureReason": "External security challenge was not satisfied."}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (X11; Linux i686) AppleWebKit/535.2 (KHTML, like Gecko) Chrome/22.0.843.0 Safari/535.2 Edge/118.12158", "deviceDetail": {"deviceId": "2b85c59f-331a-4b61-9a44-9d3d6df62a06", "displayName": "THOMASPRICE-LT", "operatingSystem": "Windows 10", "browser": "Edge 118.12158", "trustType": "Hybrid Azure AD joined"}, "location": {"city": "Santosborough", "state": "Smithton", "countryOrRegion": "XR", "geoCoordinates": {"latitude": 12.8350355, "longitude": 138.359011}}, "correlationId": "d98b00dc-edfe-4ac1-80fd-4e7270bcefa3", "conditionalAccessStatus": "failure", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "dd83bcb8-383c-48db-a566-8b48221b1149", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 124, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Adobe Identity Management Service", "resourceId": "30663ca7-f8a9-43ab-8ca1-7906bdbc1485", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 256668, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "ff3k4XXg7EO5bCoYXtqfIUehWfS2uqJkiJuLlQjTlKrOYiEI", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "a6c259e5-7f16-48b2-a9f3-75becd6daa9b", "rngcStatus": 0}}, {"time": "2022-08-04T11:10:30.560372Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "53003", "resultSignature": "None", "resultDescription": "Access has been blocked due to conditional access policies.", "durationMs": 0, "callerIpAddress": "138.247.69.0", "correlationId": "4a2cb8a4-6b57-4c40-81b3-60cf46f483d4", "identity": "Amy Anderson", "Level": 4, "location": "XG", "properties": {"id": "cf3e2591-cd05-47b4-9e8b-0a9fe3fb4200", "createdDateTime": "2022-08-04T11:10:32.800372Z", "userDisplayName": "Amy Anderson", "userPrincipalName": "aanderson@domain.com", "userId": "8075903b-a43c-46f2-8c31-82f488ccff67", "appId": "9a7e67c7-6f05-42a3-b226-97c7ec3e9696", "appDisplayName": "Adobe Identity Management", "ipAddress": "138.247.69.0", "status": {"errorCode": 53003, "failureReason": "Access has been blocked due to conditional access policies."}, "userAgent": "Mozilla/5.0 (Windows NT 4.0) AppleWebKit/531.1 (KHTML, like Gecko) Chrome/20.0.823.0 Safari/531.1 Edge/87.11424", "deviceDetail": {"deviceId": "d873fe16-31ed-4171-baa4-a4662f307e1f", "displayName": "AMYANDERSON-LT", "operatingSystem": "Windows 10", "browser": "Edge 87.11424", "trustType": "Azure AD registered"}, "location": {"city": "East Ericfort", "state": "Newmanville", "countryOrRegion": "XG", "geoCoordinates": {"latitude": 48.7022085, "longitude": 54.982601}}, "correlationId": "5049e528-39ec-4da2-9966-b27882e800a3", "conditionalAccessStatus": "notApplied", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "d318dbb5-15a1-4283-8a1b-db44d024acdf", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 2240, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Adobe Identity Management Service", "resourceId": "c8eab36d-0a82-409d-8693-a8dabc997921", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 124857, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "9lNqTPCwaMIBUjQh2w7TvwxK2ZU6StmhYA2sizKBzxRCLbQu", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "7dd08479-05c3-4004-ab92-d4ea68209b5f", "rngcStatus": 0}}, {"time": "2022-08-04T11:46:08.593920Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "50158", "resultSignature": "None", "resultDescription": "External security challenge was not satisfied.", "durationMs": 0, "callerIpAddress": "92.110.109.246", "correlationId": "f36016d9-176c-4ecd-9e07-f53a3205174a", "identity": "Thomas Price", "Level": 4, "location": "XR", "properties": {"id": "f181ae5f-d802-41ad-8b90-384aa6894d00", "createdDateTime": "2022-08-04T11:46:08.742920Z", "userDisplayName": "Thomas Price", "userPrincipalName": "tprice@domain.com", "userId": "32109ee2-ee4f-4d11-9c38-2556aec0f2b5", "appId": "9a7e67c7-6f05-42a3-b226-97c7ec3e9696", "appDisplayName": "Adobe Identity Management", "ipAddress": "92.110.109.246", "status": {"errorCode": 50158, "failureReason": "External security challenge was not satisfied."}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (X11; Linux i686) AppleWebKit/535.2 (KHTML, like Gecko) Chrome/22.0.843.0 Safari/535.2 Edge/118.12158", "deviceDetail": {"deviceId": "fb4d911d-6441-411b-868f-d25d5586a326", "displayName": "THOMASPRICE-LT", "operatingSystem": "Windows 10", "browser": "Edge 118.12158", "trustType": "Hybrid Azure AD joined"}, "location": {"city": "Port Denisetown", "state": "Smithton", "countryOrRegion": "XR", "geoCoordinates": {"latitude": 3.5518965, "longitude": 131.871582}}, "correlationId": "8d1b49bd-6722-4622-a27f-9d5cb8be9025", "conditionalAccessStatus": "failure", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "98dfddc8-f1b9-477c-9985-76b4cb21fd8e", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "processingTimeInMilliseconds": 149, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Adobe Identity Management Service", "resourceId": "30663ca7-f8a9-43ab-8ca1-7906bdbc1485", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 230297, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "FL9H0zRGbsBXtvemWhWH8xYiOjwaguVSMAQYXkq2fhoP0f9J", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "a6c259e5-7f16-48b2-a9f3-75becd6daa9b"}}, {"time": "2022-08-04T11:51:12.428664Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "44.22.19.201", "correlationId": "73336c9b-0693-42ca-8317-2b9e9b9da0c8", "identity": "David Johnson", "Level": 4, "location": "XN", "properties": {"id": "adaecd29-d27b-47bd-bda0-f9cee1c56b00", "createdDateTime": "2022-08-04T11:51:12.583664Z", "userDisplayName": "David Johnson", "userPrincipalName": "djohnson@domain.com", "userId": "ff2ae3d2-8cd2-4bd6-b65d-49c5ad946c7f", "appId": "9a7e67c7-6f05-42a3-b226-97c7ec3e9696", "appDisplayName": "Adobe Identity Management", "ipAddress": "44.22.19.201", "ipAddressFromResourceProvider": "44.22.19.201", "status": {"errorCode": 0}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (Windows NT 4.0) AppleWebKit/531.1 (KHTML, like Gecko) Chrome/20.0.823.0 Safari/531.1 Edge/87.11424", "deviceDetail": {"deviceId": "8fb0ff79-f116-4f20-8ca8-36b3f8d68865", "displayName": "DAVIDJOHNSON-LT", "operatingSystem": "Windows 10", "browser": "Edge 87.11424", "trustType": "Azure AD registered"}, "location": {"city": "Littlemouth", "state": "Alexanderfurt", "countryOrRegion": "XN", "geoCoordinates": {"latitude": 25.4437255, "longitude": -109.530885}}, "correlationId": "95b5e760-d560-4727-b749-e4d5c6238cae", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "4565dcdb-8b53-470e-9c40-6d19974daf17", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 155, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Adobe Identity Management Service", "resourceId": "c8eab36d-0a82-409d-8693-a8dabc997921", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 230297, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "ZU5Pwp8YsMuSqLlB9kyBJ1ebczmUV5G7ncRjhj9hSOZYHhnC", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "2248d3ef-d7b8-4eb2-bd20-fb53f725bfe3", "rngcStatus": 0}}, {"time": "2022-08-04T12:00:37.255323Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "SignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "86.154.193.190", "correlationId": "7ae86eed-3539-4137-bf44-d367ca01ee8b", "identity": "Melissa Martin", "Level": 4, "location": "XR", "properties": {"id": "cc6dad61-5ab1-455b-ace9-7721b9ed6e00", "createdDateTime": "2022-08-04T12:00:37.342323Z", "userDisplayName": "Melissa Martin", "userPrincipalName": "mmartin@domain.com", "userId": "632ccb55-03a7-40f4-9893-653527cae790", "appId": "e47a1d38-5f61-45cd-b1b9-bc92f525c598", "appDisplayName": "Altoura", "ipAddress": "86.154.193.190", "status": {"errorCode": 0}, "clientAppUsed": "Browser", "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 12_4_8 like Mac OS X) AppleWebKit/536.2 (KHTML, like Gecko) CriOS/39.0.845.0 Mobile/81S373 Safari/536.2 Edge/40.11827", "deviceDetail": {"deviceId": "", "operatingSystem": "Windows 10", "browser": "Edge 40.11827"}, "location": {"city": "Port Denisetown", "state": "Smithton", "countryOrRegion": "XR", "geoCoordinates": {"latitude": 3.5518965, "longitude": 131.871582}}, "correlationId": "5eb48b98-d800-43b4-a443-fca39ff36bd4", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "173c7f43-33e2-4ae3-bbe1-ef1cc60bd066", "isInteractive": true, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 87, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Altoura Online", "resourceId": "8a137ba4-52ae-4dbf-94af-2e56851573c4", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 256668, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "pQKysMr1sQfBZOWGwnxDSauKwlpdOXUZTPZH52Dn0NmWmvNU", "incomingTokenType": "none", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": null, "rngcStatus": 0}}, {"time": "2022-08-04T12:49:02.677725Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "205.33.24.92", "correlationId": "a4f47a68-33cc-415f-9b33-930db12490b8", "identity": "Aaron Cole", "Level": 4, "location": "XD", "properties": {"id": "3252cc26-bd51-4e86-91d8-5aec79a26800", "createdDateTime": "2022-08-04T12:49:02.750725Z", "userDisplayName": "Aaron Cole", "userPrincipalName": "acole@domain.com", "userId": "5d557969-1645-4ba4-be83-b6fd943659f7", "appId": "bc269cd9-8681-4af0-9e76-2a9b4ca24e65", "appDisplayName": "GlassFrog", "ipAddress": "205.33.24.92", "status": {"errorCode": 0}, "clientAppUsed": "Browser", "deviceDetail": {"deviceId": "", "operatingSystem": "Windows", "browser": "Rich Client 4.42.0.0"}, "location": {"city": "Kristinmouth", "state": "Norrisbury", "countryOrRegion": "XD", "geoCoordinates": {"latitude": 26.278784, "longitude": -92.042573}}, "correlationId": "fbecfb8f-85b3-472d-ad99-2730a3928e38", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "0f9e30b4-b5e4-4a1b-9ac8-c48a65d125b8", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 73, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "GlassFrog Service", "resourceId": "099383fe-c9f7-4a82-b599-e6773fd99672", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 214655, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "KAxQq8O1vxFj03vx7IuavgLFWAWzjvuxNEuyt7dButZTnRXj", "incomingTokenType": "none", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "89935e77-e093-4c59-91c3-233fcc836127", "rngcStatus": 0}}, {"time": "2022-08-04T12:50:39.609745Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "42.62.103.34", "correlationId": "2cea1b2d-aefb-452f-b722-331120fc995e", "identity": "Joseph Taylor", "Level": 4, "location": "XF", "properties": {"id": "2a88f1af-821d-4ead-aa3e-2734c8726700", "createdDateTime": "2022-08-04T12:50:39.907745Z", "userDisplayName": "Joseph Taylor", "userPrincipalName": "jtaylor@domain.com", "userId": "af9847eb-c773-41ae-bf94-42747c5e986c", "appId": "1b3edb90-1e06-46db-b021-e2fc1f7ddaf5", "appDisplayName": "Beatrust", "ipAddress": "42.62.103.34", "status": {"errorCode": 0, "additionalDetails": "MFA requirement satisfied by claim in the token"}, "clientAppUsed": "Browser", "deviceDetail": {"deviceId": "76b96bd3-e5d7-49ee-b195-bf363facdb3d", "displayName": "JOSEPHTAYLOR-LT", "operatingSystem": "Windows 10", "browser": "Rich Client 5.2.7.0", "isCompliant": true, "isManaged": true, "trustType": "Azure AD joined"}, "location": {"city": "Jessicafurt", "state": "Smithbury", "countryOrRegion": "XF", "geoCoordinates": {"latitude": 17.5082395, "longitude": -115.304215}}, "mfaDetail": {}, "correlationId": "cefcc1a0-62ea-49e4-8172-0b3905eb5883", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "4f826a1d-7147-4153-aef4-87af24e13d7e", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 298, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Beatrust", "resourceId": "042c3df9-f692-4971-8c0b-72867fa422dd", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 393508, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "SV4BvdYHpMJbF5i9xbBl08UgKfWf1eEfYYOMvc93NH8Dpwn3", "incomingTokenType": "none", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "9dab86e5-2edb-4073-bed1-a1b309638aa2", "rngcStatus": 0}}, {"time": "2022-08-04T13:00:16.631257Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "92.110.109.246", "correlationId": "8cfbec63-42b3-4c10-a8f8-a7c5a8960e62", "identity": "David Johnson", "Level": 4, "location": "XR", "properties": {"id": "0b6f52fe-7d96-46e1-808f-a39891070200", "createdDateTime": "2022-08-04T13:00:16.766257Z", "userDisplayName": "David Johnson", "userPrincipalName": "djohnson@domain.com", "userId": "ff2ae3d2-8cd2-4bd6-b65d-49c5ad946c7f", "appId": "9003b8ba-730c-412d-8972-267700304e01", "appDisplayName": "Box", "ipAddress": "92.110.109.246", "status": {"errorCode": 0}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (Windows NT 4.0) AppleWebKit/531.1 (KHTML, like Gecko) Chrome/20.0.823.0 Safari/531.1 Edge/87.11424", "deviceDetail": {"deviceId": "8fb0ff79-f116-4f20-8ca8-36b3f8d68865", "displayName": "DAVIDJOHNSON-LT", "operatingSystem": "Windows 10", "browser": "Edge 87.11424", "trustType": "Azure AD registered"}, "location": {"city": "Port Denisetown", "state": "Smithton", "countryOrRegion": "XR", "geoCoordinates": {"latitude": 3.5518965, "longitude": 131.871582}}, "correlationId": "c2d204df-011f-48e5-8617-9872a57f09c3", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "1a969a4e-b906-440b-a3c1-24914c4d9006", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 135, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Box Online", "resourceId": "72f0186d-d327-46c9-a8ff-497e0caa8691", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 230297, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "7Wzp7nG3lQjGbQJYKfG5UU3Voz7LndMbGMmufSNQkJmC3iEU", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": null, "rngcStatus": 0}}, {"time": "2022-08-04T13:00:35.473441Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "SignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "99.116.100.205", "correlationId": "d9718253-a45f-435a-89c0-fc2bf52a7586", "identity": "Aaron Cole", "Level": 4, "location": "XD", "properties": {"id": "c83cd04e-d0c7-4947-846d-4acb2a006d00", "createdDateTime": "2022-08-04T13:00:35.568441Z", "userDisplayName": "Aaron Cole", "userPrincipalName": "acole@domain.com", "userId": "5d557969-1645-4ba4-be83-b6fd943659f7", "appId": "cb9ad245-0b24-4c75-ba23-398500baf7a8", "appDisplayName": "FileCloud", "ipAddress": "99.116.100.205", "status": {"errorCode": 0}, "clientAppUsed": "Browser", "userAgent": "Mozilla/5.0 (Linux; Android 2.3.5) AppleWebKit/532.2 (KHTML, like Gecko) Chrome/46.0.898.0 Safari/532.2 Edge/105.19198", "deviceDetail": {"deviceId": "", "operatingSystem": "Windows 10", "browser": "Edge 105.19198"}, "location": {"city": "Carrollstad", "state": "Norrisbury", "countryOrRegion": "XD", "geoCoordinates": {"latitude": -38.8540465, "longitude": -17.674718}}, "correlationId": "9bc5203e-4fae-4d76-9e3d-a97e61fbf5aa", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "9c916609-2cfe-4bb5-90f4-8edf1eb898f4", "isInteractive": true, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 95, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "FileCloud", "resourceId": "c76d5f74-7ee8-4657-b84f-a50641692265", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 214655, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "BzgfHHdhSK2hK8yJYOM2FtEAqofxQoOf5AIMAy0XDLGaQ1gs", "incomingTokenType": "none", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": null, "rngcStatus": 0}}, {"time": "2022-08-04T13:04:08.966994Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "19.20.89.178", "correlationId": "8c52f41c-0f16-43f2-bd19-b18c24f1f8a7", "identity": "Jamie Watson", "Level": 4, "location": "XR", "properties": {"id": "ea5400a2-5cfe-45d5-9d96-79abad8d6f00", "createdDateTime": "2022-08-04T13:04:09.045994Z", "userDisplayName": "Jamie Watson", "userPrincipalName": "jwatson@domain.com", "userId": "2844695b-9a70-48ed-a5ce-f3d711e2292b", "appId": "9167c284-c68f-468a-84be-0ee4f23879fe", "appDisplayName": "ArcGIS Enterprise", "ipAddress": "19.20.89.178", "status": {"errorCode": 0}, "clientAppUsed": "Mobile Apps and Desktop clients", "deviceDetail": {"deviceId": "", "operatingSystem": "Android"}, "location": {"city": "Samanthaberg", "state": "Smithton", "countryOrRegion": "XR", "geoCoordinates": {"latitude": -68.556166, "longitude": -172.972506}}, "correlationId": "79587557-5234-4618-bdb7-1abeb1734b0f", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "f78b15ce-846a-4e3e-8e7b-ba1d294b501e", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 79, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "ArcGIS Enterprise Service", "resourceId": "716aba4b-c9f6-4449-afd5-9a63e6544db2", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 34974, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "FTZyU4xW3LuW3aLiJd6NyvqstWCuxR2pHyyhxUNsg6u23nPG", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "91299e6a-641e-45f3-8eb9-00c8dc321db1", "rngcStatus": 0}}, {"time": "2022-08-04T13:09:27.107503Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "92.150.146.180", "correlationId": "0c13d37f-95af-4ea3-9032-1c13afffe764", "identity": "Nicholas Black", "Level": 4, "location": "XP", "properties": {"id": "a4494e24-3340-475d-bc72-9aa1d77a4e00", "createdDateTime": "2022-08-04T13:09:27.196503Z", "userDisplayName": "Nicholas Black", "userPrincipalName": "nblack@domain.com", "userId": "fdbaeb01-a814-4736-b297-facda1075c14", "appId": "9167c284-c68f-468a-84be-0ee4f23879fe", "appDisplayName": "ArcGIS Enterprise", "ipAddress": "92.150.146.180", "status": {"errorCode": 0}, "clientAppUsed": "Mobile Apps and Desktop clients", "deviceDetail": {"deviceId": "", "operatingSystem": "Android"}, "location": {"city": "Christopherton", "state": "Andreaport", "countryOrRegion": "XP", "geoCoordinates": {"latitude": -59.4533945, "longitude": -153.616856}}, "correlationId": "16ebff34-da21-4bb9-9d06-1fabb5cac756", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "9ffd3054-8fd5-43a7-8cf5-93a952afb693", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "processingTimeInMilliseconds": 89, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "ArcGIS Enterprise Service", "resourceId": "72f0186d-d327-46c9-a8ff-497e0caa8691", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 370904, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "AMNmOk0aAO1sAYyuyd0DShDzo9vekODsXafglhLXWIP1PBTj", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": null}}, {"time": "2022-08-04T13:21:14.221482Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "91.132.253.146", "correlationId": "5f3d7371-ca1a-4090-b105-17320d1d885d", "identity": "Aaron Cole", "Level": 4, "location": "XD", "properties": {"id": "216ffce3-7ff0-474b-bd97-34a406446d00", "createdDateTime": "2022-08-04T13:21:14.298482Z", "userDisplayName": "Aaron Cole", "userPrincipalName": "acole@domain.com", "userId": "5d557969-1645-4ba4-be83-b6fd943659f7", "appId": "b6eb5487-41e5-4254-acc5-72fbd850bd1e", "appDisplayName": "Google Cloud / G Suite Connector by Microsoft", "ipAddress": "91.132.253.146", "status": {"errorCode": 0}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (iPad; CPU iPad OS 9_3_6 like Mac OS X) AppleWebKit/536.1 (KHTML, like Gecko) CriOS/42.0.865.0 Mobile/77O124 Safari/536.1 Edge/99.14477", "deviceDetail": {"deviceId": "", "operatingSystem": "Windows 10", "browser": "Edge 99.14477"}, "location": {"city": "Rickshire", "state": "Norrisbury", "countryOrRegion": "XD", "geoCoordinates": {"latitude": -78.5751045, "longitude": 58.329246}}, "correlationId": "be952f8b-f551-43e9-9d1a-2ecf22bd2d0e", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "8c4ed495-a182-4d22-bb43-3acba5849e19", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 77, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Google Cloud / G Suite Connector by Microsoft Service", "resourceId": "c76d5f74-7ee8-4657-b84f-a50641692265", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 214655, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "D3cEGDC2mJKPxLojfUYAjD05U4atx4bAdFeQkVhveEXuEYjl", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": null, "rngcStatus": 0}}, {"time": "2022-08-04T13:26:54.071252Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "156.206.181.119", "correlationId": "10462be1-8cdc-47b5-b7c3-d814079655bb", "identity": "Cynthia Perry", "Level": 4, "location": "XY", "properties": {"id": "7e95ac6a-7c09-4ef2-bc81-937f44cc5500", "createdDateTime": "2022-08-04T13:26:54.184252Z", "userDisplayName": "Cynthia Perry", "userPrincipalName": "cperry@domain.com", "userId": "ac5fa380-9d5b-470e-beb2-5ba10aca48e6", "appId": "9de6e985-97a5-4d82-9c45-aedaa9c25ef9", "appDisplayName": "AWS Single-Account Access", "ipAddress": "156.206.181.119", "status": {"errorCode": 0}, "clientAppUsed": "Browser", "deviceDetail": {"deviceId": "", "operatingSystem": "Windows"}, "location": {"city": "Hannaville", "state": "Thomashaven", "countryOrRegion": "XY", "geoCoordinates": {"latitude": 1.1452695, "longitude": 128.249211}}, "correlationId": "fa43ae39-777c-46a3-a248-4ef27c884325", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "c89bb472-f5f2-4fcf-8eb9-bc9f67e16dae", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "processingTimeInMilliseconds": 113, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "AWS Single-Account Access Service", "resourceId": "f0630e90-b752-4960-bfb9-a0794fc34930", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 279165, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "X95sqnsNr5KgzUGA8TobhuAPsSLSMVtETj0ZZB5rsigo9Bgo", "incomingTokenType": "none", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "1f37c851-4be4-455b-928a-fbde7845a68a"}}, {"time": "2022-08-04T13:35:19.883149Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "10.14.188.154", "correlationId": "6e447f27-dad0-4ec0-9f1e-dda2c9273077", "identity": "Alicia Ramirez", "Level": 4, "location": "XR", "properties": {"id": "61aaa40e-2fb7-4775-bea6-cf49467ca100", "createdDateTime": "2022-08-04T13:35:19.949149Z", "userDisplayName": "Alicia Ramirez", "userPrincipalName": "aramirez@domain.com", "userId": "50125906-f0ff-4d56-a7d2-397a3c9d477e", "appId": "2eae4ad1-8cae-48fe-b718-76bd66e2fc7f", "appDisplayName": "Bipsync", "ipAddress": "10.14.188.154", "status": {"errorCode": 0}, "clientAppUsed": "Mobile Apps and Desktop clients", "deviceDetail": {"deviceId": "51dc6022-7b43-4a76-a5c8-6f29eb6be5c8", "displayName": "ALICIARAMIREZ-LT", "operatingSystem": "Android", "isCompliant": true, "isManaged": true, "trustType": "Azure AD registered"}, "location": {"city": "Susanside", "state": "Morrisview", "countryOrRegion": "XR", "geoCoordinates": {"latitude": 57.8050005, "longitude": -51.781534}}, "correlationId": "805bb1c9-e9b1-4d99-9d29-3326c534a95c", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "d53ab87e-1b25-4364-ba55-791a81481192", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 66, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Bipsync Service", "resourceId": "aaf780ce-b996-49b9-986d-8bb23f7bce3a", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 432564, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "UGP7uLvM6DQ4s1xFjvwRDqDntvS9reYrtM9MVpDVFQCjnJ3m", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "b7da42cc-a168-4148-b15a-792ad32c2ff5", "rngcStatus": 0}}, {"time": "2022-08-04T13:38:21.329658Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "91.132.253.146", "correlationId": "b492c559-3767-4d8e-9d47-488b50817f1f", "identity": "Aaron Cole", "Level": 4, "location": "XD", "properties": {"id": "fabc4b93-f662-4478-a5a8-a2ce8ca17300", "createdDateTime": "2022-08-04T13:38:21.400658Z", "userDisplayName": "Aaron Cole", "userPrincipalName": "acole@domain.com", "userId": "5d557969-1645-4ba4-be83-b6fd943659f7", "appId": "b6eb5487-41e5-4254-acc5-72fbd850bd1e", "appDisplayName": "Google Cloud / G Suite Connector by Microsoft", "ipAddress": "91.132.253.146", "status": {"errorCode": 0}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (iPad; CPU iPad OS 9_3_6 like Mac OS X) AppleWebKit/536.1 (KHTML, like Gecko) CriOS/42.0.865.0 Mobile/77O124 Safari/536.1 Edge/99.14477", "deviceDetail": {"deviceId": "", "operatingSystem": "Windows 10", "browser": "Edge 99.14477"}, "location": {"city": "Rickshire", "state": "Norrisbury", "countryOrRegion": "XD", "geoCoordinates": {"latitude": -78.5751045, "longitude": 58.329246}}, "correlationId": "d5d5d4da-898b-4812-8491-227a56de0046", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "b4042966-9993-4332-b4d8-2f8e8655dcee", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 71, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Google Cloud / G Suite Connector by Microsoft Service", "resourceId": "72f0186d-d327-46c9-a8ff-497e0caa8691", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 214655, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "qDAUwxFZLHdKKGLfJrEGBt9UYP0LtrpTwt9emH2jETK1esjY", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": null, "rngcStatus": 0}}, {"time": "2022-08-04T14:07:10.244333Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "50158", "resultSignature": "None", "resultDescription": "External security challenge was not satisfied.", "durationMs": 0, "callerIpAddress": "92.110.109.246", "correlationId": "c9c49339-db13-4b54-8029-b3798c4a7572", "identity": "Thomas Price", "Level": 4, "location": "XR", "properties": {"id": "37de7214-048f-4127-804b-5086e5e46a00", "createdDateTime": "2022-08-04T14:07:10.402333Z", "userDisplayName": "Thomas Price", "userPrincipalName": "tprice@domain.com", "userId": "32109ee2-ee4f-4d11-9c38-2556aec0f2b5", "appId": "9a7e67c7-6f05-42a3-b226-97c7ec3e9696", "appDisplayName": "Adobe Identity Management", "ipAddress": "92.110.109.246", "status": {"errorCode": 50158, "failureReason": "External security challenge was not satisfied."}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (X11; Linux i686) AppleWebKit/535.2 (KHTML, like Gecko) Chrome/22.0.843.0 Safari/535.2 Edge/118.12158", "deviceDetail": {"deviceId": "0927e60c-8dfa-4ecf-be85-ad63bccf40a1", "displayName": "THOMASPRICE-LT", "operatingSystem": "Windows 10", "browser": "Edge 118.12158", "trustType": "Hybrid Azure AD joined"}, "location": {"city": "Port Denisetown", "state": "Smithton", "countryOrRegion": "XR", "geoCoordinates": {"latitude": 3.5518965, "longitude": 131.871582}}, "correlationId": "9a2d241f-e9ff-4caa-bfb0-77755c2c8606", "conditionalAccessStatus": "failure", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "eab923d5-b777-46da-9641-5d33af89aba9", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 158, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Adobe Identity Management Service", "resourceId": "30663ca7-f8a9-43ab-8ca1-7906bdbc1485", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 230297, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "stSUoPm0c7nzt8oRVqrwkogBPbkxxJwStawpyuegKdnjbAAa", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "a6c259e5-7f16-48b2-a9f3-75becd6daa9b", "rngcStatus": 0}}, {"time": "2022-08-04T14:08:02.851607Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "147.132.189.119", "correlationId": "1fb0ecac-0bc9-4910-9319-9ca7f092e9de", "identity": "Cassie Fernandez", "Level": 4, "location": "XR", "properties": {"id": "10696f74-a92e-4dcd-9925-f183ba9e6b00", "createdDateTime": "2022-08-04T14:08:02.970607Z", "userDisplayName": "Cassie Fernandez", "userPrincipalName": "cfernandez@domain.com", "userId": "67ef8be6-3f44-4db7-8172-fd6211428c1e", "appId": "9a7e67c7-6f05-42a3-b226-97c7ec3e9696", "appDisplayName": "Adobe Identity Management", "ipAddress": "147.132.189.119", "status": {"errorCode": 0}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (iPad; CPU iPad OS 9_3_6 like Mac OS X) AppleWebKit/536.1 (KHTML, like Gecko) CriOS/42.0.865.0 Mobile/77O124 Safari/536.1 Edge/99.14477", "deviceDetail": {"deviceId": "d5a487a1-ef7d-4960-9723-7fdadce19af3", "displayName": "CASSIEFERNANDEZ-LT", "operatingSystem": "Windows 10", "browser": "Edge 99.14477", "trustType": "Azure AD registered"}, "location": {"city": "Port Denisetown", "state": "Smithton", "countryOrRegion": "XR", "geoCoordinates": {"latitude": 3.5518965, "longitude": 131.871582}}, "correlationId": "3a5662d4-ee01-48f4-b824-7870718c2a7d", "conditionalAccessStatus": "notApplied", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "800bcc25-9036-4359-8c02-8dae6ed11876", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 119, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Adobe Identity Management Service", "resourceId": "f72c694e-4e03-4616-91f3-78c5fe54122a", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 256668, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "oFmUIhEx00oM9FedkzBnL3UOB91YiI8ZX0KqY6E0grgJKeZz", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "1674f597-9877-4ff9-a5d9-accfea860d15", "rngcStatus": 0}}, {"time": "2022-08-04T14:08:20.041460Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "1.210.58.10", "correlationId": "6b231f7d-82df-4f16-b348-fcae4d69c53c", "identity": "Keith Sheppard", "Level": 4, "location": "XD", "properties": {"id": "0d974f4a-644a-4dd3-8042-8485f0306f00", "createdDateTime": "2022-08-04T14:08:20.157460Z", "userDisplayName": "Keith Sheppard", "userPrincipalName": "ksheppard@domain.com", "userId": "05bd48f1-91d2-4c2d-9a7c-80e80f561b3c", "appId": "bf2855c0-7434-4262-8885-ad2f5206d324", "appDisplayName": "COINS Construction Cloud - Project and Productivity Apps", "ipAddress": "1.210.58.10", "status": {"errorCode": 0}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (Windows NT 4.0) AppleWebKit/531.1 (KHTML, like Gecko) Chrome/20.0.823.0 Safari/531.1 Edge/87.11424", "deviceDetail": {"deviceId": "639815fd-5018-4e38-9d81-67538b2ce460", "displayName": "KEITHSHEPPARD-LT", "operatingSystem": "Windows 10", "browser": "Edge 87.11424", "trustType": "Azure AD registered"}, "location": {"city": "Cooperhaven", "state": "Norrisbury", "countryOrRegion": "XD", "geoCoordinates": {"latitude": 70.436398, "longitude": -23.873747}}, "correlationId": "524b80d3-6ec1-4630-a2ea-91b15d1ee71a", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "f805a17b-30fc-460c-85d4-5c7ca6eb6c52", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 116, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "COINS Construction Cloud - Project and Productivity Apps Service", "resourceId": "436260d5-3791-4aea-a4da-aa698ec35f2f", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 69487, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "V0IsilRAHApXAKbIb2DqlCb6CHCCJqBme491STdQDdsrqSoR", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "94b9f3ba-5f4b-4edc-99dc-a420b76960f9", "rngcStatus": 0}}, {"time": "2022-08-04T14:15:05.928787Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "156.206.181.119", "correlationId": "9f5ac060-5042-4403-a954-e60b6c72344b", "identity": "Cynthia Perry", "Level": 4, "location": "XY", "properties": {"id": "66d1265d-a794-48fb-9188-fc353e486a00", "createdDateTime": "2022-08-04T14:15:06.037787Z", "userDisplayName": "Cynthia Perry", "userPrincipalName": "cperry@domain.com", "userId": "ac5fa380-9d5b-470e-beb2-5ba10aca48e6", "appId": "9de6e985-97a5-4d82-9c45-aedaa9c25ef9", "appDisplayName": "AWS Single-Account Access", "ipAddress": "156.206.181.119", "status": {"errorCode": 0}, "clientAppUsed": "Browser", "deviceDetail": {"deviceId": "", "operatingSystem": "Windows"}, "location": {"city": "Hannaville", "state": "Thomashaven", "countryOrRegion": "XY", "geoCoordinates": {"latitude": 1.1452695, "longitude": 128.249211}}, "correlationId": "851eaf62-0637-4262-bb3f-5aacd6c7cdc0", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "b154720d-7ce1-4f74-b63d-73dbf3572157", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 109, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "AWS Single-Account Access Service", "resourceId": "72f0186d-d327-46c9-a8ff-497e0caa8691", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 279165, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "IiA8On9cZFuCMVvmE1Wo8SNoNv5uSetQUtJ1aKqG9RJWzuXs", "incomingTokenType": "none", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": null, "rngcStatus": 0}}, {"time": "2022-08-04T14:16:53.776453Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "147.132.189.119", "correlationId": "5a0fad31-314c-472e-8fca-7c4e577cecc3", "identity": "Cassie Fernandez", "Level": 4, "location": "XR", "properties": {"id": "cb1cdc58-3d1a-4d1a-ab9f-1d77e2b61c00", "createdDateTime": "2022-08-04T14:16:53.866453Z", "userDisplayName": "Cassie Fernandez", "userPrincipalName": "cfernandez@domain.com", "userId": "67ef8be6-3f44-4db7-8172-fd6211428c1e", "appId": "bf2855c0-7434-4262-8885-ad2f5206d324", "appDisplayName": "COINS Construction Cloud - Project and Productivity Apps", "ipAddress": "147.132.189.119", "status": {"errorCode": 0}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (iPad; CPU iPad OS 9_3_6 like Mac OS X) AppleWebKit/536.1 (KHTML, like Gecko) CriOS/42.0.865.0 Mobile/77O124 Safari/536.1 Edge/99.14477", "deviceDetail": {"deviceId": "d5a487a1-ef7d-4960-9723-7fdadce19af3", "displayName": "CASSIEFERNANDEZ-LT", "operatingSystem": "Windows 10", "browser": "Edge 99.14477", "trustType": "Azure AD registered"}, "location": {"city": "Port Denisetown", "state": "Smithton", "countryOrRegion": "XR", "geoCoordinates": {"latitude": 3.5518965, "longitude": 131.871582}}, "correlationId": "a8849394-c43e-4bca-b61b-5c9a6d50fff4", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "15643f9c-0737-454a-8f93-f9a9440894e9", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 90, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "COINS Construction Cloud - Project and Productivity Apps Service", "resourceId": "054f44f6-54fb-4ef0-9fc3-d3ec90e47d0d", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 256668, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "WFdEYXJevcZmfv2BZ0cdlWmeo2u2PQYsAWptEgCkdFqpc4Qc", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": null, "rngcStatus": 0}}, {"time": "2022-08-04T14:19:25.438296Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "156.206.181.119", "correlationId": "d381715c-57fc-49d9-8cef-988affef0534", "identity": "Cynthia Perry", "Level": 4, "location": "XY", "properties": {"id": "21d9bc2a-9249-4dd7-ac71-d73dcd3f6700", "createdDateTime": "2022-08-04T14:19:25.589296Z", "userDisplayName": "Cynthia Perry", "userPrincipalName": "cperry@domain.com", "userId": "ac5fa380-9d5b-470e-beb2-5ba10aca48e6", "appId": "9de6e985-97a5-4d82-9c45-aedaa9c25ef9", "appDisplayName": "AWS Single-Account Access", "ipAddress": "156.206.181.119", "status": {"errorCode": 0}, "clientAppUsed": "Browser", "deviceDetail": {"deviceId": "", "operatingSystem": "Windows"}, "location": {"city": "Hannaville", "state": "Thomashaven", "countryOrRegion": "XY", "geoCoordinates": {"latitude": 1.1452695, "longitude": 128.249211}}, "correlationId": "ea9de25a-96c8-40c2-afe5-ab2ea1b052fe", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "0afe574d-aa6b-4c12-87c0-d6f601d2e957", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 151, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "AWS Single-Account Access Service", "resourceId": "c65cf5f9-5537-4200-889e-381c4f60ca7d", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 279165, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "2zUkNWlNH1whrGNrGul6iGkYIyYEyqeXIVIDDzhe4AkzF1uU", "incomingTokenType": "none", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": null, "rngcStatus": 0}}, {"time": "2022-08-04T14:34:21.809037Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "SignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "42.62.103.34", "correlationId": "59197330-4eca-400a-b059-8817d82dcd04", "identity": "Joseph Taylor", "Level": 4, "location": "XF", "properties": {"id": "aa27beb4-60ea-43f9-8437-c2baf28b5400", "createdDateTime": "2022-08-04T14:34:21.935037Z", "userDisplayName": "Joseph Taylor", "userPrincipalName": "jtaylor@domain.com", "userId": "af9847eb-c773-41ae-bf94-42747c5e986c", "appId": "e47a1d38-5f61-45cd-b1b9-bc92f525c598", "appDisplayName": "Altoura", "ipAddress": "42.62.103.34", "status": {"errorCode": 0, "additionalDetails": "MFA requirement satisfied by claim in the token"}, "clientAppUsed": "Browser", "userAgent": "Mozilla/5.0 (Linux; Android 2.3.5) AppleWebKit/532.2 (KHTML, like Gecko) Chrome/46.0.898.0 Safari/532.2 Edge/105.19198", "deviceDetail": {"deviceId": "76b96bd3-e5d7-49ee-b195-bf363facdb3d", "displayName": "JOSEPHTAYLOR-LT", "operatingSystem": "Windows 10", "browser": "Edge 105.19198", "isCompliant": true, "isManaged": true, "trustType": "Azure AD joined"}, "location": {"city": "Jessicafurt", "state": "Smithbury", "countryOrRegion": "XF", "geoCoordinates": {"latitude": 17.5082395, "longitude": -115.304215}}, "mfaDetail": {}, "correlationId": "465f5db3-8819-4a10-b6d5-ac31dae7f09e", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "b50d572e-fcfb-4a94-bda3-2a45f1bfea0a", "isInteractive": true, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "processingTimeInMilliseconds": 126, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Altoura Online", "resourceId": "8a137ba4-52ae-4dbf-94af-2e56851573c4", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 393508, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "jrbYoswPLOaeSIIgb0W3SFgh7DMkKS7BxM8CBDkV9IQQD0Sa", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": null}}, {"time": "2022-08-04T14:36:35.736775Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "42.62.103.34", "correlationId": "5dfa66d4-7115-4f80-b9c3-2c7d51b5f4e6", "identity": "Joseph Taylor", "Level": 4, "location": "XF", "properties": {"id": "240f1e1f-5d94-4a4e-bd71-018b9fb46a00", "createdDateTime": "2022-08-04T14:36:36.050775Z", "userDisplayName": "Joseph Taylor", "userPrincipalName": "jtaylor@domain.com", "userId": "af9847eb-c773-41ae-bf94-42747c5e986c", "appId": "1b3edb90-1e06-46db-b021-e2fc1f7ddaf5", "appDisplayName": "Beatrust", "ipAddress": "42.62.103.34", "status": {"errorCode": 0}, "clientAppUsed": "Browser", "deviceDetail": {"deviceId": "76b96bd3-e5d7-49ee-b195-bf363facdb3d", "displayName": "JOSEPHTAYLOR-LT", "operatingSystem": "Windows 10", "browser": "Rich Client 5.2.7.0", "isCompliant": true, "isManaged": true, "trustType": "Azure AD joined"}, "location": {"city": "Jessicafurt", "state": "Smithbury", "countryOrRegion": "XF", "geoCoordinates": {"latitude": 17.5082395, "longitude": -115.304215}}, "correlationId": "f63a1a9c-9db6-4e76-b190-d6dd13ecc9f9", "conditionalAccessStatus": "notApplied", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "d3ef695e-67f0-40c5-a2e8-102a798ff028", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 314, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Beatrust Service", "resourceId": "24578515-1951-4064-967d-0d2acaf0aa70", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 393508, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "27MChCeR6QYohTXssoR96zpc4Z8zgToMA0zD1XqHB8YIlKQl", "incomingTokenType": "none", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "0e68752b-7dfa-400b-a6f5-1b54af90696a", "rngcStatus": 0}}, {"time": "2022-08-04T14:44:59.985417Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "166.111.151.233", "correlationId": "5cb388fd-2418-4e76-8814-9661a3d42708", "identity": "Robert Rojas", "Level": 4, "location": "XR", "properties": {"id": "8e02be17-b237-45cb-8237-03a1b4806f00", "createdDateTime": "2022-08-04T14:45:00.091417Z", "userDisplayName": "Robert Rojas", "userPrincipalName": "rrojas@domain.com", "userId": "e6bf534a-7fe5-4c26-99f7-59e782bbe948", "appId": "9167c284-c68f-468a-84be-0ee4f23879fe", "appDisplayName": "ArcGIS Enterprise", "ipAddress": "166.111.151.233", "status": {"errorCode": 0}, "clientAppUsed": "Mobile Apps and Desktop clients", "deviceDetail": {"deviceId": "", "operatingSystem": "Ios", "browser": "Mobile Safari"}, "location": {"city": "Stewarthaven", "state": "Smithton", "countryOrRegion": "XR", "geoCoordinates": {"latitude": -77.5119755, "longitude": -51.969667}}, "correlationId": "11942539-dfae-4e75-bcad-d3172ce52455", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "4f06885a-9fa5-470c-897a-62ce233cfe1c", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 106, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "ArcGIS Enterprise Service", "resourceId": "9a84f55e-3a40-492c-9476-e069f64ed7a6", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 34974, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "GKMnlJNXBpPjcUaLzViUc0dH1UsGYe4ZERrVhK9cr8YmHEtk", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "37ee873b-f901-4e25-be69-010243106d0f", "rngcStatus": 0}}, {"time": "2022-08-04T14:47:46.606299Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "205.33.24.92", "correlationId": "145dbd1f-87da-49c8-9f68-73b7e7732bfe", "identity": "Vanessa Ramirez", "Level": 4, "location": "XD", "properties": {"id": "4ddb034d-d670-4525-9f72-a3056c726e00", "createdDateTime": "2022-08-04T14:47:46.720299Z", "userDisplayName": "Vanessa Ramirez", "userPrincipalName": "vramirez@domain.com", "userId": "5d72b7ed-62ea-4b94-b931-ccef65d71ebd", "appId": "9a7e67c7-6f05-42a3-b226-97c7ec3e9696", "appDisplayName": "Adobe Identity Management", "ipAddress": "205.33.24.92", "status": {"errorCode": 0}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (X11; Linux i686) AppleWebKit/532.2 (KHTML, like Gecko) Chrome/21.0.853.0 Safari/532.2 Edge/89.19380", "deviceDetail": {"deviceId": "e395a3f4-8f2d-4170-804f-d3e13ce3151b", "displayName": "VANESSARAMIREZ-LT", "operatingSystem": "Windows 10", "browser": "Edge 89.19380", "trustType": "Azure AD registered"}, "location": {"city": "Kristinmouth", "state": "Norrisbury", "countryOrRegion": "XD", "geoCoordinates": {"latitude": 26.278784, "longitude": -92.042573}}, "correlationId": "f9da7dd7-881e-4205-911a-356ef835a3d3", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "16c2fe5f-bf3e-456e-b6d1-7911ee88a99d", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 114, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Adobe Identity Management Service", "resourceId": "9a84f55e-3a40-492c-9476-e069f64ed7a6", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 214655, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "FO10tndjvUHw4dX2RYEcgWYWQpjmWsFE20ZJqTb5ZWob6NHT", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "37ee873b-f901-4e25-be69-010243106d0f", "rngcStatus": 0}}, {"time": "2022-08-04T14:55:39.247169Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "50158", "resultSignature": "None", "resultDescription": "External security challenge was not satisfied.", "durationMs": 0, "callerIpAddress": "92.110.109.246", "correlationId": "7b36843a-b2f6-45b5-b54e-96cf6209df88", "identity": "Thomas Price", "Level": 4, "location": "XR", "properties": {"id": "10851c42-cb04-4202-b7bb-75c7a98ea300", "createdDateTime": "2022-08-04T14:55:39.357169Z", "userDisplayName": "Thomas Price", "userPrincipalName": "tprice@domain.com", "userId": "32109ee2-ee4f-4d11-9c38-2556aec0f2b5", "appId": "79510a8f-6421-4348-a2ea-bcc2b02485c1", "appDisplayName": "Cisco AnyConnect", "ipAddress": "92.110.109.246", "status": {"errorCode": 50158, "failureReason": "External security challenge was not satisfied."}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (X11; Linux i686) AppleWebKit/535.2 (KHTML, like Gecko) Chrome/22.0.843.0 Safari/535.2 Edge/118.12158", "deviceDetail": {"deviceId": "a31478d2-f778-4d5a-b081-22579a9edcbe", "displayName": "THOMASPRICE-LT", "operatingSystem": "Windows 10", "browser": "Edge 118.12158", "trustType": "Hybrid Azure AD joined"}, "location": {"city": "Port Denisetown", "state": "Smithton", "countryOrRegion": "XR", "geoCoordinates": {"latitude": 3.5518965, "longitude": 131.871582}}, "correlationId": "4a6fbeec-dc84-48db-8cf4-b1429fb58d86", "conditionalAccessStatus": "failure", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "a17c5085-c649-46d9-b0aa-7da85340820c", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 110, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Cisco AnyConnect Online", "resourceId": "5d5b8d28-6a28-472e-b837-a4094e466965", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 230297, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "3KLAxIzP8BbTbSf9l9D1TiX2mxI89lDUDTL524NzXnI6l66z", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "15655e1f-5005-4c53-b3c0-c4a1d1ca5e9e", "rngcStatus": 0}}, {"time": "2022-08-04T15:06:58.553108Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "SignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "50158", "resultSignature": "None", "resultDescription": "External security challenge was not satisfied.", "durationMs": 0, "callerIpAddress": "147.132.189.119", "correlationId": "a2c212dd-be45-4bc2-81b7-8dcaed690b99", "identity": "Terry Proctor", "Level": 4, "location": "XR", "properties": {"id": "637c2839-00f2-4bd6-9b14-b8f54af84d00", "createdDateTime": "2022-08-04T15:06:58.738108Z", "userDisplayName": "Terry Proctor", "userPrincipalName": "tproctor@domain.com", "userId": "03110cc5-e54f-4dae-b68a-bf5d945f8152", "appId": "2eae4ad1-8cae-48fe-b718-76bd66e2fc7f", "appDisplayName": "Bipsync", "ipAddress": "147.132.189.119", "status": {"errorCode": 50158, "failureReason": "External security challenge was not satisfied.", "additionalDetails": "MFA requirement satisfied by claim in the token"}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (X11; Linux i686) AppleWebKit/532.0 (KHTML, like Gecko) Chrome/46.0.883.0 Safari/532.0 Edge/98.10206", "deviceDetail": {"deviceId": "88ee69d5-1eb7-4f29-b594-e9b4e3371940", "displayName": "TERRYPROCTOR-LT", "operatingSystem": "Windows 10", "browser": "Edge 98.10206", "isCompliant": true, "isManaged": true, "trustType": "Azure AD joined"}, "location": {"city": "Port Denisetown", "state": "Smithton", "countryOrRegion": "XR", "geoCoordinates": {"latitude": 3.5518965, "longitude": 131.871582}}, "mfaDetail": {}, "correlationId": "0cea5a85-19f8-4015-aba9-eb8ceca1a44d", "conditionalAccessStatus": "failure", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "660a44e6-eb7c-4fec-ac37-024f96338587", "isInteractive": true, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "processingTimeInMilliseconds": 185, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Bipsync Service", "resourceId": "9a84f55e-3a40-492c-9476-e069f64ed7a6", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 256668, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "WGdfIz3BG2EzpDxd4MSWF9BpCCOkQ9CfMTFs0l05XDYrTsqV", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "37ee873b-f901-4e25-be69-010243106d0f"}}, {"time": "2022-08-04T15:13:15.216742Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "50158", "resultSignature": "None", "resultDescription": "External security challenge was not satisfied.", "durationMs": 0, "callerIpAddress": "44.22.19.201", "correlationId": "dc2b4464-0eb4-4bb9-aff6-c83e9b7d269d", "identity": "Thomas Price", "Level": 4, "location": "XN", "properties": {"id": "c39e6449-499a-4a56-b4b3-75e274cf6800", "createdDateTime": "2022-08-04T15:13:15.357742Z", "userDisplayName": "Thomas Price", "userPrincipalName": "tprice@domain.com", "userId": "32109ee2-ee4f-4d11-9c38-2556aec0f2b5", "appId": "79510a8f-6421-4348-a2ea-bcc2b02485c1", "appDisplayName": "Cisco AnyConnect", "ipAddress": "44.22.19.201", "status": {"errorCode": 50158, "failureReason": "External security challenge was not satisfied."}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (X11; Linux i686) AppleWebKit/535.2 (KHTML, like Gecko) Chrome/22.0.843.0 Safari/535.2 Edge/118.12158", "deviceDetail": {"deviceId": "a31478d2-f778-4d5a-b081-22579a9edcbe", "displayName": "THOMASPRICE-LT", "operatingSystem": "Windows 10", "browser": "Edge 118.12158", "trustType": "Hybrid Azure AD joined"}, "location": {"city": "Littlemouth", "state": "Alexanderfurt", "countryOrRegion": "XN", "geoCoordinates": {"latitude": 25.4437255, "longitude": -109.530885}}, "correlationId": "430a7c2d-5330-4207-9022-96d80ca8cf15", "conditionalAccessStatus": "failure", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "db37e8af-8946-4ea0-91db-7b690ca2831b", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 141, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Cisco AnyConnect Online", "resourceId": "5d5b8d28-6a28-472e-b837-a4094e466965", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 230297, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "FcnogleQSNKCYegu5aHn3vkhvUQd0jtRTQPUlCaddoEDS7bC", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "15655e1f-5005-4c53-b3c0-c4a1d1ca5e9e", "rngcStatus": 0}}, {"time": "2022-08-04T15:16:01.267792Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "205.33.24.92", "correlationId": "8a9f8986-55da-4225-9a29-d4ac063ed3fe", "identity": "Vanessa Ramirez", "Level": 4, "location": "XD", "properties": {"id": "a6ae8eb8-8aea-4e1d-a5ac-6926ff169000", "createdDateTime": "2022-08-04T15:16:01.366792Z", "userDisplayName": "Vanessa Ramirez", "userPrincipalName": "vramirez@domain.com", "userId": "5d72b7ed-62ea-4b94-b931-ccef65d71ebd", "appId": "2eae4ad1-8cae-48fe-b718-76bd66e2fc7f", "appDisplayName": "Bipsync", "ipAddress": "205.33.24.92", "status": {"errorCode": 0}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (X11; Linux i686) AppleWebKit/532.2 (KHTML, like Gecko) Chrome/21.0.853.0 Safari/532.2 Edge/89.19380", "deviceDetail": {"deviceId": "e395a3f4-8f2d-4170-804f-d3e13ce3151b", "displayName": "VANESSARAMIREZ-LT", "operatingSystem": "Windows 10", "browser": "Edge 89.19380", "trustType": "Azure AD registered"}, "location": {"city": "Kristinmouth", "state": "Norrisbury", "countryOrRegion": "XD", "geoCoordinates": {"latitude": 26.278784, "longitude": -92.042573}}, "correlationId": "4ce13672-20fd-4c71-bbd5-390997ca7813", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "0c92fffe-052c-4d68-80db-c0f3c1a686f0", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 99, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Bipsync Service", "resourceId": "4b482d0a-88be-43f3-a771-aaf19d9bbf70", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 214655, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "HyvbbiZkKPS1NVhLpvkfKnePsKJ1SYMAtgejffTNHQEltdp2", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "b4d48f3a-639f-4f89-a099-2fdd27423d1f", "rngcStatus": 0}}, {"time": "2022-08-04T15:17:40.617699Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "63.94.19.180", "correlationId": "4112e7bd-31bc-41c5-8478-3c7b0b050a4b", "identity": "Vanessa Ramirez", "Level": 4, "location": "XD", "properties": {"id": "9c70fa14-e476-49ba-a565-436c04719600", "createdDateTime": "2022-08-04T15:17:40.713699Z", "userDisplayName": "Vanessa Ramirez", "userPrincipalName": "vramirez@domain.com", "userId": "5d72b7ed-62ea-4b94-b931-ccef65d71ebd", "appId": "9167c284-c68f-468a-84be-0ee4f23879fe", "appDisplayName": "ArcGIS Enterprise", "ipAddress": "63.94.19.180", "status": {"errorCode": 0}, "clientAppUsed": "Mobile Apps and Desktop clients", "deviceDetail": {"deviceId": "", "operatingSystem": "Ios", "browser": "Mobile Safari"}, "location": {"city": "New James", "state": "Norrisbury", "countryOrRegion": "XD", "geoCoordinates": {"latitude": 64.5727225, "longitude": 92.661569}}, "correlationId": "ac04d692-87ff-417a-9c0b-ae4733a6180e", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "cfb45c3c-8d73-481a-bd0d-4f13b86627b5", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 96, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "ArcGIS Enterprise Service", "resourceId": "9a84f55e-3a40-492c-9476-e069f64ed7a6", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 45904, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "mgVR4N3sxOTbwfS583xGuDXXw4W4wRik3mPF93c46W3P2dkP", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "37ee873b-f901-4e25-be69-010243106d0f", "rngcStatus": 0}}, {"time": "2022-08-04T15:26:45.218344Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "SignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "91.132.253.146", "correlationId": "fed7264d-99cd-43aa-a559-1c433200f9c2", "identity": "Aaron Cole", "Level": 4, "location": "XD", "properties": {"id": "39883d07-6185-4780-8d0b-82bc0d765300", "createdDateTime": "2022-08-04T15:26:45.320344Z", "userDisplayName": "Aaron Cole", "userPrincipalName": "acole@domain.com", "userId": "5d557969-1645-4ba4-be83-b6fd943659f7", "appId": "36f74ffc-90e8-46e0-b0ed-588b76ed6f47", "appDisplayName": "Inspire", "ipAddress": "91.132.253.146", "status": {"errorCode": 0}, "clientAppUsed": "Browser", "userAgent": "Mozilla/5.0 (X11; Linux i686) AppleWebKit/536.2 (KHTML, like Gecko) Chrome/22.0.877.0 Safari/536.2", "deviceDetail": {"deviceId": "", "operatingSystem": "Windows 10", "browser": "Chrome 22.0.877.0"}, "location": {"city": "Rickshire", "state": "Norrisbury", "countryOrRegion": "XD", "geoCoordinates": {"latitude": -78.5751045, "longitude": 58.329246}}, "correlationId": "018d6fe3-6dd2-4510-9ed9-bf1b005cae05", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "f82b5a28-e090-408a-bfda-28490b08adcb", "isInteractive": true, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "processingTimeInMilliseconds": 102, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Inspire Online", "resourceId": "f0630e90-b752-4960-bfb9-a0794fc34930", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 214655, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "yBiSYAQthBQkKXdyVbA9ByX75d4UvrXDBKNeJFanCVXfHkAe", "incomingTokenType": "none", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "1f37c851-4be4-455b-928a-fbde7845a68a"}}, {"time": "2022-08-04T15:29:55.966585Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "205.33.24.92", "correlationId": "6d08a639-dc9e-4c14-bf74-305e7fd0fd14", "identity": "Aaron Cole", "Level": 4, "location": "XD", "properties": {"id": "b7d2663e-0777-4c76-894c-874a22d05900", "createdDateTime": "2022-08-04T15:29:56.095585Z", "userDisplayName": "Aaron Cole", "userPrincipalName": "acole@domain.com", "userId": "5d557969-1645-4ba4-be83-b6fd943659f7", "appId": "4c2f7c2a-ff05-4df6-9087-9ba8388a3861", "appDisplayName": "Foko Retail", "ipAddress": "205.33.24.92", "status": {"errorCode": 0}, "clientAppUsed": "Browser", "deviceDetail": {"deviceId": "", "operatingSystem": "Windows10", "browser": "Rich Client 4.39.0.0"}, "location": {"city": "Kristinmouth", "state": "Norrisbury", "countryOrRegion": "XD", "geoCoordinates": {"latitude": 26.278784, "longitude": -92.042573}}, "correlationId": "3a887db6-25be-404d-94da-7780e2222927", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "a44d2986-f052-4ef0-816a-7ea1a18722f0", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "processingTimeInMilliseconds": 129, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Foko Retail Service", "resourceId": "24578515-1951-4064-967d-0d2acaf0aa70", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 214655, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "Pg5opQQtxOoLOvsUyM9oejOjprbYdAQgRfZCttojdrVQbJLn", "incomingTokenType": "none", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "0e68752b-7dfa-400b-a6f5-1b54af90696a"}}, {"time": "2022-08-04T15:30:18.369407Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "199.12.127.103", "correlationId": "8cad57d8-97ec-4839-8954-283d9912cacb", "identity": "Jacob Meyers", "Level": 4, "location": "XG", "properties": {"id": "d2644368-9b2b-45cb-8872-4b3f94649a00", "createdDateTime": "2022-08-04T15:30:18.483407Z", "userDisplayName": "Jacob Meyers", "userPrincipalName": "jmeyers@domain.com", "userId": "c63a67b0-1651-4a8a-9560-cc703cdad5ad", "appId": "9a7e67c7-6f05-42a3-b226-97c7ec3e9696", "appDisplayName": "Adobe Identity Management", "ipAddress": "199.12.127.103", "status": {"errorCode": 0}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (iPad; CPU iPad OS 9_3_6 like Mac OS X) AppleWebKit/536.1 (KHTML, like Gecko) CriOS/42.0.865.0 Mobile/77O124 Safari/536.1 Edge/99.14477", "deviceDetail": {"deviceId": "68cb982e-f215-496c-89bb-cc07716ff474", "displayName": "JACOBMEYERS-LT", "operatingSystem": "Windows 10", "browser": "Edge 99.14477", "trustType": "Azure AD registered"}, "location": {"city": "Port Nathan", "state": "Newmanville", "countryOrRegion": "XG", "geoCoordinates": {"latitude": 23.244641, "longitude": -113.392021}}, "correlationId": "66af4f46-e799-4c3f-9105-ff69ace8169a", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "7c999ffc-b5a1-4dae-af1b-494bd1787053", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 114, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Adobe Identity Management Service", "resourceId": "f0630e90-b752-4960-bfb9-a0794fc34930", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 282405, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "JSyS5HCzRzr1p03QbduHoI6cqa49L8KXTWSyweWkeJMhS8PZ", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "1f37c851-4be4-455b-928a-fbde7845a68a", "rngcStatus": 0}}, {"time": "2022-08-04T15:55:40.535531Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "13.113.40.157", "correlationId": "27f4e994-ba31-4fd2-800c-ec12e946d410", "identity": "Attack Target", "Level": 4, "location": "XR", "properties": {"id": "d4236fef-7c73-4402-98e3-fe3cc2d26c00", "createdDateTime": "2022-08-04T15:55:40.671531Z", "userDisplayName": "Attack Target", "userPrincipalName": "attacktarget@domain.com", "userId": "d735e84b-dcca-404d-9f7d-700f360f41a6", "appId": "9a7e67c7-6f05-42a3-b226-97c7ec3e9696", "appDisplayName": "Adobe Identity Management", "ipAddress": "13.113.40.157", "ipAddressFromResourceProvider": "13.113.40.157", "status": {"errorCode": 0}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (iPad; CPU iPad OS 9_3_6 like Mac OS X) AppleWebKit/536.1 (KHTML, like Gecko) CriOS/42.0.865.0 Mobile/77O124 Safari/536.1 Edge/99.14477", "deviceDetail": {"deviceId": "a44625dc-6f81-449a-9799-8005f7209b42", "displayName": "ATTACKTARGET-LT", "operatingSystem": "Windows 10", "browser": "Edge 99.14477", "trustType": "Azure AD registered"}, "location": {"city": "Smithfort", "state": "Smithfort", "countryOrRegion": "XR", "geoCoordinates": {"latitude": 3.7564095, "longitude": -121.574606}}, "correlationId": "69680857-ef04-465b-823c-d0f8763e8749", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "ba5e3ff2-3619-4d24-9a8e-effbbdd341a4", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 136, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Adobe Identity Management Service", "resourceId": "c8eab36d-0a82-409d-8693-a8dabc997921", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 34974, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "Tvv7cwD1VcwGSKSqcbsTSQOIYfOm8ggj3nthofoG1WlOWT6O", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "2248d3ef-d7b8-4eb2-bd20-fb53f725bfe3", "rngcStatus": 0}}, {"time": "2022-08-04T15:58:27.429680Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "156.206.181.119", "correlationId": "d4695ba5-dae7-4790-80c5-9a9703059de9", "identity": "Cynthia Perry", "Level": 4, "location": "XY", "properties": {"id": "9a107f00-2749-4783-90dd-b348f4de5a00", "createdDateTime": "2022-08-04T15:58:27.530680Z", "userDisplayName": "Cynthia Perry", "userPrincipalName": "cperry@domain.com", "userId": "ac5fa380-9d5b-470e-beb2-5ba10aca48e6", "appId": "9a7e67c7-6f05-42a3-b226-97c7ec3e9696", "appDisplayName": "Adobe Identity Management", "ipAddress": "156.206.181.119", "status": {"errorCode": 0}, "clientAppUsed": "Mobile Apps and Desktop clients", "deviceDetail": {"deviceId": "", "operatingSystem": "Windows 10", "browser": "Rich Client v3.4.1.35249"}, "location": {"city": "Hannaville", "state": "Thomashaven", "countryOrRegion": "XY", "geoCoordinates": {"latitude": 1.1452695, "longitude": 128.249211}}, "correlationId": "27442547-8f25-4b10-a9b7-27ddbe2405a1", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "0af16509-f392-4735-b126-cd823498fe65", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "processingTimeInMilliseconds": 101, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Adobe Identity Management Service", "resourceId": "9a84f55e-3a40-492c-9476-e069f64ed7a6", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 279165, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "tv5sylxZbi4dVsdfpeLKhH8xrc6wacDlRgZVrYklbcqLQddY", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "37ee873b-f901-4e25-be69-010243106d0f"}}, {"time": "2022-08-04T16:00:29.519827Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "50158", "resultSignature": "None", "resultDescription": "External security challenge was not satisfied.", "durationMs": 0, "callerIpAddress": "92.110.109.246", "correlationId": "65dd5298-b590-4a5b-80e7-d88d56c5f2fc", "identity": "Thomas Price", "Level": 4, "location": "XR", "properties": {"id": "72a91770-778f-4a68-a911-ad0844ac6c00", "createdDateTime": "2022-08-04T16:00:29.643827Z", "userDisplayName": "Thomas Price", "userPrincipalName": "tprice@domain.com", "userId": "32109ee2-ee4f-4d11-9c38-2556aec0f2b5", "appId": "9a7e67c7-6f05-42a3-b226-97c7ec3e9696", "appDisplayName": "Adobe Identity Management", "ipAddress": "92.110.109.246", "status": {"errorCode": 50158, "failureReason": "External security challenge was not satisfied."}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (X11; Linux i686) AppleWebKit/535.2 (KHTML, like Gecko) Chrome/22.0.843.0 Safari/535.2 Edge/118.12158", "deviceDetail": {"deviceId": "35819889-abdc-47e0-b28d-5195d26e941f", "displayName": "THOMASPRICE-LT", "operatingSystem": "Windows 10", "browser": "Edge 118.12158", "trustType": "Hybrid Azure AD joined"}, "location": {"city": "Port Denisetown", "state": "Smithton", "countryOrRegion": "XR", "geoCoordinates": {"latitude": 3.5518965, "longitude": 131.871582}}, "correlationId": "67c8277c-ebbe-4dac-ae87-b8c9b8fcf00a", "conditionalAccessStatus": "failure", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "4ced1a9b-4362-43af-87c1-26209835dfdc", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 124, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Adobe Identity Management Service", "resourceId": "30663ca7-f8a9-43ab-8ca1-7906bdbc1485", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 230297, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "xtflZf7OTVBl0aqjCszLWSUKWfhV8rd0TxlNAy9GdOhbL0Lm", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "a6c259e5-7f16-48b2-a9f3-75becd6daa9b", "rngcStatus": 0}}, {"time": "2022-08-04T16:22:42.414126Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "50079", "resultSignature": "None", "resultDescription": "User needs to enroll for second factor authentication.", "durationMs": 0, "callerIpAddress": "91.132.253.146", "correlationId": "3897f6bc-65a6-4e6f-8c43-b58cb5620298", "identity": "Aaron Cole", "Level": 4, "location": "XD", "properties": {"id": "70bcc8c7-ed06-41fc-82cc-ef53a3e08100", "createdDateTime": "2022-08-04T16:22:42.514126Z", "userDisplayName": "Aaron Cole", "userPrincipalName": "acole@domain.com", "userId": "5d557969-1645-4ba4-be83-b6fd943659f7", "appId": "9d64cdda-8fe1-424a-8325-912d9d512004", "appDisplayName": "Help Scout", "ipAddress": "91.132.253.146", "status": {"errorCode": 50079, "failureReason": "User needs to enroll for second factor authentication.", "additionalDetails": "MFA required in Azure AD"}, "clientAppUsed": "Browser", "userAgent": "Mozilla/5.0 (Linux; Android 2.3.5) AppleWebKit/532.2 (KHTML, like Gecko) Chrome/46.0.898.0 Safari/532.2 Edge/105.19198", "deviceDetail": {"deviceId": "", "operatingSystem": "Windows 10", "browser": "Edge 105.19198"}, "location": {"city": "Rickshire", "state": "Norrisbury", "countryOrRegion": "XD", "geoCoordinates": {"latitude": -78.5751045, "longitude": 58.329246}}, "mfaDetail": {}, "correlationId": "672d10eb-141d-4a06-8a69-074e2cc74f17", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "1f2b09ae-f3bf-4df0-a08f-4e7665f4a936", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 100, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Help Scout Service", "resourceId": "042c3df9-f692-4971-8c0b-72867fa422dd", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [{"requirementProvider": "request", "detail": "App requires MFA"}], "authenticationRequirement": "multiFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 214655, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "ObJZGaFr8Vu8tiL97dko19K81M4htJca7799PYjxXb33YmCP", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "9dab86e5-2edb-4073-bed1-a1b309638aa2", "rngcStatus": 0}}, {"time": "2022-08-04T16:28:24.906954Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "156.206.181.119", "correlationId": "15672c9c-a3f9-49fc-943a-5b31b9745dce", "identity": "Cynthia Perry", "Level": 4, "location": "XY", "properties": {"id": "cc6dad61-5ab1-455b-ace9-7721bca56e00", "createdDateTime": "2022-08-04T16:28:25.017954Z", "userDisplayName": "Cynthia Perry", "userPrincipalName": "cperry@domain.com", "userId": "ac5fa380-9d5b-470e-beb2-5ba10aca48e6", "appId": "9de6e985-97a5-4d82-9c45-aedaa9c25ef9", "appDisplayName": "AWS Single-Account Access", "ipAddress": "156.206.181.119", "status": {"errorCode": 0}, "clientAppUsed": "Browser", "deviceDetail": {"deviceId": "", "operatingSystem": "Windows"}, "location": {"city": "Hannaville", "state": "Thomashaven", "countryOrRegion": "XY", "geoCoordinates": {"latitude": 1.1452695, "longitude": 128.249211}}, "correlationId": "6d7b76c2-891f-4ba6-a6a5-0a60c15e1e15", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "beb53082-6c10-416f-bfb3-79a2c89a4521", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 111, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "AWS Single-Account Access Service", "resourceId": "c65cf5f9-5537-4200-889e-381c4f60ca7d", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 279165, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "wiP82kbra8GaqERVEnhCIdk8fDnlf7hZ2YUdw1sEFfEzGIFn", "incomingTokenType": "none", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": null, "rngcStatus": 0}}, {"time": "2022-08-04T16:50:40.653278Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "205.33.24.92", "correlationId": "c1b7a8fa-bfdb-4720-af3f-0f9dfe5268b8", "identity": "Vanessa Ramirez", "Level": 4, "location": "XD", "properties": {"id": "8ffdb2ce-02a0-4390-8a24-4d18e97e4300", "createdDateTime": "2022-08-04T16:50:40.782278Z", "userDisplayName": "Vanessa Ramirez", "userPrincipalName": "vramirez@domain.com", "userId": "5d72b7ed-62ea-4b94-b931-ccef65d71ebd", "appId": "9de6e985-97a5-4d82-9c45-aedaa9c25ef9", "appDisplayName": "AWS Single-Account Access", "ipAddress": "205.33.24.92", "status": {"errorCode": 0}, "clientAppUsed": "Browser", "deviceDetail": {"deviceId": "e395a3f4-8f2d-4170-804f-d3e13ce3151b", "displayName": "VANESSARAMIREZ-LT", "operatingSystem": "Windows", "trustType": "Azure AD registered"}, "location": {"city": "Kristinmouth", "state": "Norrisbury", "countryOrRegion": "XD", "geoCoordinates": {"latitude": 26.278784, "longitude": -92.042573}}, "correlationId": "b54082a0-d7a7-471a-a539-35d1f7e517b0", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "4b018bb9-063e-4902-94f6-111e770c9cb5", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 129, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "AWS Single-Account Access Service", "resourceId": "72f0186d-d327-46c9-a8ff-497e0caa8691", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 214655, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "aO2xlrkVv20i9tiDeb4wupCFeKBNPOXfnX7vsZ70QkLYY5pO", "incomingTokenType": "none", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": null, "rngcStatus": 0}}, {"time": "2022-08-04T16:56:46.027601Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "42.62.103.34", "correlationId": "7557f33b-1560-4d40-b79a-30d8fdac49c7", "identity": "Joseph Taylor", "Level": 4, "location": "XF", "properties": {"id": "fa857fed-7d3f-40f5-b98a-925c3d156b00", "createdDateTime": "2022-08-04T16:56:46.106601Z", "userDisplayName": "Joseph Taylor", "userPrincipalName": "jtaylor@domain.com", "userId": "af9847eb-c773-41ae-bf94-42747c5e986c", "appId": "9a7e67c7-6f05-42a3-b226-97c7ec3e9696", "appDisplayName": "Adobe Identity Management", "ipAddress": "42.62.103.34", "status": {"errorCode": 0, "additionalDetails": "MFA requirement satisfied by claim in the token"}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (iPad; CPU iPad OS 9_3_6 like Mac OS X) AppleWebKit/536.1 (KHTML, like Gecko) CriOS/42.0.865.0 Mobile/77O124 Safari/536.1 Edge/99.14477", "deviceDetail": {"deviceId": "76b96bd3-e5d7-49ee-b195-bf363facdb3d", "displayName": "JOSEPHTAYLOR-LT", "operatingSystem": "Windows 10", "browser": "Edge 99.14477", "isCompliant": true, "isManaged": true, "trustType": "Azure AD joined"}, "location": {"city": "Jessicafurt", "state": "Smithbury", "countryOrRegion": "XF", "geoCoordinates": {"latitude": 17.5082395, "longitude": -115.304215}}, "mfaDetail": {}, "correlationId": "40781bef-4cc9-4cfd-9054-cae76ab796a4", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "d2560164-85a2-4e86-95c6-ee14e43c5191", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 79, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Adobe Identity Management Service", "resourceId": "80abac89-d2c0-4b6c-8ffc-5023bd7efc5e", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 393508, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "MJVszT9VikUyBrZWCbFLJm9sSo7l8NSfozDOWGXaMht0ABxc", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": null, "rngcStatus": 0}}, {"time": "2022-08-04T17:18:15.259827Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "42.62.103.34", "correlationId": "1fd46af7-c9ad-42b5-9e38-1f9dafcc797c", "identity": "Joseph Taylor", "Level": 4, "location": "XF", "properties": {"id": "ea5400a2-5cfe-45d5-9d96-79ab3dcb7100", "createdDateTime": "2022-08-04T17:18:15.533827Z", "userDisplayName": "Joseph Taylor", "userPrincipalName": "jtaylor@domain.com", "userId": "af9847eb-c773-41ae-bf94-42747c5e986c", "appId": "1b3edb90-1e06-46db-b021-e2fc1f7ddaf5", "appDisplayName": "Beatrust", "ipAddress": "42.62.103.34", "status": {"errorCode": 0, "additionalDetails": "MFA requirement satisfied by claim in the token"}, "clientAppUsed": "Browser", "deviceDetail": {"deviceId": "76b96bd3-e5d7-49ee-b195-bf363facdb3d", "displayName": "JOSEPHTAYLOR-LT", "operatingSystem": "Windows 10", "browser": "Rich Client 5.2.7.0", "isCompliant": true, "isManaged": true, "trustType": "Azure AD joined"}, "location": {"city": "Jessicafurt", "state": "Smithbury", "countryOrRegion": "XF", "geoCoordinates": {"latitude": 17.5082395, "longitude": -115.304215}}, "mfaDetail": {}, "correlationId": "060d57b8-4404-40c3-9bd6-0bb8353599dc", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "195baf71-f77b-41cb-9359-31fdd4e3de9a", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 274, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Beatrust Service", "resourceId": "92637366-2070-40d9-922c-6d2567265cbc", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 393508, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "mayeEeO5wstOXJJ7SejvBbllNlkrZxtcFy12IchQBMoByXmB", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "aeb394f1-948a-4b5e-a047-7fa9627afd63", "rngcStatus": 0}}, {"time": "2022-08-04T17:26:14.338612Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "147.132.189.119", "correlationId": "f1a9246e-5260-42cb-b767-25b5147d15dc", "identity": "Terry Proctor", "Level": 4, "location": "XR", "properties": {"id": "e3d678dd-4e47-4907-b11e-8dddb1417000", "createdDateTime": "2022-08-04T17:26:14.472612Z", "userDisplayName": "Terry Proctor", "userPrincipalName": "tproctor@domain.com", "userId": "03110cc5-e54f-4dae-b68a-bf5d945f8152", "appId": "9d794ea1-8d77-42e3-9fdd-6fd3620d616a", "appDisplayName": "Alaya", "ipAddress": "147.132.189.119", "status": {"errorCode": 0, "additionalDetails": "MFA requirement satisfied by claim in the token"}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (X11; Linux i686) AppleWebKit/533.0 (KHTML, like Gecko) Chrome/24.0.803.0 Safari/533.0 Edge/40.11325", "deviceDetail": {"deviceId": "88ee69d5-1eb7-4f29-b594-e9b4e3371940", "displayName": "TERRYPROCTOR-LT", "operatingSystem": "Windows 10", "browser": "Edge 40.11325", "isCompliant": true, "isManaged": true, "trustType": "Azure AD joined"}, "location": {"city": "Port Denisetown", "state": "Smithton", "countryOrRegion": "XR", "geoCoordinates": {"latitude": 3.5518965, "longitude": 131.871582}}, "mfaDetail": {}, "correlationId": "57bb7359-1c2c-42af-ab4c-04c0ed0fbe8b", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "3b45974c-1e5c-4c1d-becf-4baa6a1512ab", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 134, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Alaya Service", "resourceId": "e35e3da1-bf74-46a1-979f-06c9212ebfab", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 256668, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "Ou8uK8Dw3JH6d17v9ciGIRRHFveAnvZ4Re3EMfopg3yuMhKM", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "33c2df33-b2d6-495e-85ea-298208628e8d", "rngcStatus": 0}}, {"time": "2022-08-04T17:39:05.962960Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "1.210.58.10", "correlationId": "52d57d52-35e4-4e21-a0aa-c8d2aafd68f9", "identity": "Keith Sheppard", "Level": 4, "location": "XD", "properties": {"id": "8ac30e85-c1fa-42b1-a082-8c43bb9d6600", "createdDateTime": "2022-08-04T17:39:06.064960Z", "userDisplayName": "Keith Sheppard", "userPrincipalName": "ksheppard@domain.com", "userId": "05bd48f1-91d2-4c2d-9a7c-80e80f561b3c", "appId": "9a7e67c7-6f05-42a3-b226-97c7ec3e9696", "appDisplayName": "Adobe Identity Management", "ipAddress": "1.210.58.10", "ipAddressFromResourceProvider": "101.63.110.251", "status": {"errorCode": 0}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (Windows NT 4.0) AppleWebKit/531.1 (KHTML, like Gecko) Chrome/20.0.823.0 Safari/531.1 Edge/87.11424", "deviceDetail": {"deviceId": "639815fd-5018-4e38-9d81-67538b2ce460", "displayName": "KEITHSHEPPARD-LT", "operatingSystem": "Windows 10", "browser": "Edge 87.11424", "trustType": "Azure AD registered"}, "location": {"city": "Cooperhaven", "state": "Norrisbury", "countryOrRegion": "XD", "geoCoordinates": {"latitude": 70.436398, "longitude": -23.873747}}, "correlationId": "3603a583-0150-49b4-994e-aa234a8123dc", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "70c96763-aaaf-4257-8f1e-3ee96e8c7b32", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 102, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Adobe Identity Management Service", "resourceId": "9a84f55e-3a40-492c-9476-e069f64ed7a6", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 69487, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "768JXojgM4sHzwAVUpJRCvMkkxFy5s9YzLybrBamdhSvaJT4", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "37ee873b-f901-4e25-be69-010243106d0f", "rngcStatus": 0}}, {"time": "2022-08-04T18:20:25.773099Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "50158", "resultSignature": "None", "resultDescription": "External security challenge was not satisfied.", "durationMs": 0, "callerIpAddress": "92.110.109.246", "correlationId": "b2939ee3-901a-42c5-853b-f0214d632526", "identity": "Thomas Price", "Level": 4, "location": "XR", "properties": {"id": "1c658931-6466-4ef6-9398-740488ef6e00", "createdDateTime": "2022-08-04T18:20:25.942099Z", "userDisplayName": "Thomas Price", "userPrincipalName": "tprice@domain.com", "userId": "32109ee2-ee4f-4d11-9c38-2556aec0f2b5", "appId": "9a7e67c7-6f05-42a3-b226-97c7ec3e9696", "appDisplayName": "Adobe Identity Management", "ipAddress": "92.110.109.246", "status": {"errorCode": 50158, "failureReason": "External security challenge was not satisfied."}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (X11; Linux i686) AppleWebKit/535.2 (KHTML, like Gecko) Chrome/22.0.843.0 Safari/535.2 Edge/118.12158", "deviceDetail": {"deviceId": "a31478d2-f778-4d5a-b081-22579a9edcbe", "displayName": "THOMASPRICE-LT", "operatingSystem": "Windows 10", "browser": "Edge 118.12158", "trustType": "Hybrid Azure AD joined"}, "location": {"city": "Port Denisetown", "state": "Smithton", "countryOrRegion": "XR", "geoCoordinates": {"latitude": 3.5518965, "longitude": 131.871582}}, "correlationId": "67ed2816-e7a5-449f-b4b7-924e824b80da", "conditionalAccessStatus": "failure", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "e4f06737-4f8f-4c77-aa1b-476a2b7db9bd", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 169, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Adobe Identity Management Service", "resourceId": "30663ca7-f8a9-43ab-8ca1-7906bdbc1485", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 230297, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "gVQdFafniyZHTVmiW1eVXV8Va951ggLttVr8FPkPXppLYxt6", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "a6c259e5-7f16-48b2-a9f3-75becd6daa9b", "rngcStatus": 0}}, {"time": "2022-08-04T18:41:38.574545Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "91.132.253.146", "correlationId": "a1389c10-f872-4e97-95c9-8566d522701e", "identity": "Aaron Cole", "Level": 4, "location": "XD", "properties": {"id": "d7ae6189-0038-4fdb-9ff7-6d77b10a6a00", "createdDateTime": "2022-08-04T18:41:38.684545Z", "userDisplayName": "Aaron Cole", "userPrincipalName": "acole@domain.com", "userId": "5d557969-1645-4ba4-be83-b6fd943659f7", "appId": "4c2f7c2a-ff05-4df6-9087-9ba8388a3861", "appDisplayName": "Foko Retail", "ipAddress": "91.132.253.146", "status": {"errorCode": 0}, "clientAppUsed": "Browser", "deviceDetail": {"deviceId": "", "operatingSystem": "Windows10", "browser": "Rich Client 4.39.0.0"}, "location": {"city": "Rickshire", "state": "Norrisbury", "countryOrRegion": "XD", "geoCoordinates": {"latitude": -78.5751045, "longitude": 58.329246}}, "correlationId": "40426701-8499-4a27-8bf4-d2d145a9dd89", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "91a0cf56-94a4-4ee3-a623-704465b2ac66", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 110, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Foko Retail Service", "resourceId": "f5d2a2c6-a513-4877-bde1-3ab04473ec93", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 214655, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "7znKECtWsrM9PHRsehALna6SwrtIPj3CB2ES6tqEQV34qrwT", "incomingTokenType": "none", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "99b9b7dc-7e8a-4ed5-82df-fd174b5b04f1", "rngcStatus": 0}}, {"time": "2022-08-04T18:56:37.827453Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "13.113.40.157", "correlationId": "c809696c-d9a3-49fb-b616-5b74bd1e81e7", "identity": "Attack Target", "Level": 4, "location": "XR", "properties": {"id": "9f9faa33-0498-4dca-a8c6-5da861d75500", "createdDateTime": "2022-08-04T18:56:37.960453Z", "userDisplayName": "Attack Target", "userPrincipalName": "attacktarget@domain.com", "userId": "d735e84b-dcca-404d-9f7d-700f360f41a6", "appId": "9a7e67c7-6f05-42a3-b226-97c7ec3e9696", "appDisplayName": "Adobe Identity Management", "ipAddress": "13.113.40.157", "ipAddressFromResourceProvider": "13.113.40.157", "status": {"errorCode": 0}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (iPad; CPU iPad OS 9_3_6 like Mac OS X) AppleWebKit/536.1 (KHTML, like Gecko) CriOS/42.0.865.0 Mobile/77O124 Safari/536.1 Edge/99.14477", "deviceDetail": {"deviceId": "a44625dc-6f81-449a-9799-8005f7209b42", "displayName": "ATTACKTARGET-LT", "operatingSystem": "Windows 10", "browser": "Edge 99.14477", "trustType": "Azure AD registered"}, "location": {"city": "New John", "state": "Smithfort", "countryOrRegion": "XR", "geoCoordinates": {"latitude": -89.144242, "longitude": 168.119022}}, "correlationId": "f9a863d4-2f56-494a-be1f-92064165d4dc", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "81ec210b-cb6a-483c-bc98-3e578fdcfdda", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "processingTimeInMilliseconds": 133, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Adobe Identity Management Service", "resourceId": "c8eab36d-0a82-409d-8693-a8dabc997921", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 34974, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "zc8tdIlruEOcKiM0V8AUvTzaHraFXje7Yhn8ja8V6SWxs5JP", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "2248d3ef-d7b8-4eb2-bd20-fb53f725bfe3"}}, {"time": "2022-08-04T18:59:42.269735Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "192.109.198.118", "correlationId": "b51902e3-f844-47ae-ba9f-4aef20bd32e7", "identity": "Joseph Taylor", "Level": 4, "location": "XF", "properties": {"id": "df57eaed-63aa-4a28-8eda-7df80ab07100", "createdDateTime": "2022-08-04T18:59:42.373735Z", "userDisplayName": "Joseph Taylor", "userPrincipalName": "jtaylor@domain.com", "userId": "af9847eb-c773-41ae-bf94-42747c5e986c", "appId": "b6eb5487-41e5-4254-acc5-72fbd850bd1e", "appDisplayName": "Google Cloud / G Suite Connector by Microsoft", "ipAddress": "192.109.198.118", "status": {"errorCode": 0, "additionalDetails": "MFA requirement satisfied by claim in the token"}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (iPad; CPU iPad OS 9_3_6 like Mac OS X) AppleWebKit/536.1 (KHTML, like Gecko) CriOS/42.0.865.0 Mobile/77O124 Safari/536.1 Edge/99.14477", "deviceDetail": {"deviceId": "76b96bd3-e5d7-49ee-b195-bf363facdb3d", "displayName": "JOSEPHTAYLOR-LT", "operatingSystem": "Windows 10", "browser": "Edge 99.14477", "isCompliant": true, "isManaged": true, "trustType": "Azure AD joined"}, "location": {"city": "Lake Wendyberg", "state": "Smithbury", "countryOrRegion": "XF", "geoCoordinates": {"latitude": -19.553711, "longitude": -136.787477}}, "mfaDetail": {}, "correlationId": "89f8387a-7086-45e1-adf8-fcdc2a92d30b", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "7ad44f7c-c6bb-4a0e-a5f2-bd8c73303cd7", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 104, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Google Cloud / G Suite Connector by Microsoft Service", "resourceId": "47e06079-6a63-42ab-89ea-840a60f3ea94", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 393508, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "J2HkN3yepJRxsXK86RX0HM4vD7NIl03i3BIW46bI0pY49p87", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "af115473-a920-4919-a03a-7215ca304189", "rngcStatus": 0}}, {"time": "2022-08-04T19:01:24.273197Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "147.132.189.119", "correlationId": "1a4265f6-d7c8-4034-ba20-24d97c43050b", "identity": "Terry Proctor", "Level": 4, "location": "XR", "properties": {"id": "7ad921a7-535a-4d80-8c63-319733144800", "createdDateTime": "2022-08-04T19:01:24.377197Z", "userDisplayName": "Terry Proctor", "userPrincipalName": "tproctor@domain.com", "userId": "03110cc5-e54f-4dae-b68a-bf5d945f8152", "appId": "895b9fb3-4084-4f9f-a314-d082d67e3c5c", "appDisplayName": "Airstack", "ipAddress": "147.132.189.119", "status": {"errorCode": 0, "additionalDetails": "MFA requirement satisfied by claim in the token"}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (X11; Linux i686) AppleWebKit/532.0 (KHTML, like Gecko) Chrome/46.0.883.0 Safari/532.0 Edge/98.10206", "deviceDetail": {"deviceId": "88ee69d5-1eb7-4f29-b594-e9b4e3371940", "displayName": "TERRYPROCTOR-LT", "operatingSystem": "Windows 10", "browser": "Edge 98.10206", "isCompliant": true, "isManaged": true, "trustType": "Azure AD joined"}, "location": {"city": "Port Denisetown", "state": "Smithton", "countryOrRegion": "XR", "geoCoordinates": {"latitude": 3.5518965, "longitude": 131.871582}}, "mfaDetail": {}, "correlationId": "8c91b07c-b047-4e8d-895d-433b824be4b6", "conditionalAccessStatus": "notApplied", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "8ba049f2-48f1-4e9d-b37a-1033f81d896d", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 104, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Airstack Service", "resourceId": "24578515-1951-4064-967d-0d2acaf0aa70", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 256668, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "IcR94EjWuaUu89VBfjmU0lBMlzdiqjLqHsNkQS4iTMgTX09c", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "0e68752b-7dfa-400b-a6f5-1b54af90696a", "rngcStatus": 0}}, {"time": "2022-08-04T19:05:45.599589Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "50158", "resultSignature": "None", "resultDescription": "External security challenge was not satisfied.", "durationMs": 0, "callerIpAddress": "44.22.19.201", "correlationId": "1e6f325a-d02f-418f-9f3b-32cb22ffc824", "identity": "Thomas Price", "Level": 4, "location": "XN", "properties": {"id": "26dddd2e-8202-4375-92ca-d991062e8200", "createdDateTime": "2022-08-04T19:05:45.717589Z", "userDisplayName": "Thomas Price", "userPrincipalName": "tprice@domain.com", "userId": "32109ee2-ee4f-4d11-9c38-2556aec0f2b5", "appId": "79510a8f-6421-4348-a2ea-bcc2b02485c1", "appDisplayName": "Cisco AnyConnect", "ipAddress": "44.22.19.201", "status": {"errorCode": 50158, "failureReason": "External security challenge was not satisfied."}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (X11; Linux i686) AppleWebKit/535.2 (KHTML, like Gecko) Chrome/22.0.843.0 Safari/535.2 Edge/118.12158", "deviceDetail": {"deviceId": "a12f42a7-2ae0-42d8-aec8-bf7cb3dea82c", "displayName": "THOMASPRICE-LT", "operatingSystem": "Windows 10", "browser": "Edge 118.12158", "trustType": "Hybrid Azure AD joined"}, "location": {"city": "Littlemouth", "state": "Alexanderfurt", "countryOrRegion": "XN", "geoCoordinates": {"latitude": 25.4437255, "longitude": -109.530885}}, "correlationId": "c9800519-090f-44be-bf7a-74f2adfb43ca", "conditionalAccessStatus": "failure", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "dd0157a8-5707-4b08-b21a-8266a13097de", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 118, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Cisco AnyConnect Online", "resourceId": "5d5b8d28-6a28-472e-b837-a4094e466965", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 230297, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "sSiQ36nQnJ7KssZeHI0XpFmyGC1cBvInaDqeJVPOi5MRysoM", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "15655e1f-5005-4c53-b3c0-c4a1d1ca5e9e", "rngcStatus": 0}}, {"time": "2022-08-04T19:08:05.815637Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "50173", "resultSignature": "None", "resultDescription": "Fresh auth token is needed. Have the user re-sign using fresh credentials.", "durationMs": 0, "callerIpAddress": "99.116.100.205", "correlationId": "67c4b6a4-318d-4a0f-82d9-899b07116f90", "identity": "Aaron Cole", "Level": 4, "location": "XD", "properties": {"id": "8bc588a3-ee52-4f64-9b78-b88397367500", "createdDateTime": "2022-08-04T19:08:05.878637Z", "userDisplayName": "Aaron Cole", "userPrincipalName": "acole@domain.com", "userId": "5d557969-1645-4ba4-be83-b6fd943659f7", "appId": "b6eb5487-41e5-4254-acc5-72fbd850bd1e", "appDisplayName": "Google Cloud / G Suite Connector by Microsoft", "ipAddress": "99.116.100.205", "status": {"errorCode": 50173, "failureReason": "Fresh auth token is needed. Have the user re-sign using fresh credentials."}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (iPad; CPU iPad OS 9_3_6 like Mac OS X) AppleWebKit/536.1 (KHTML, like Gecko) CriOS/42.0.865.0 Mobile/77O124 Safari/536.1 Edge/99.14477", "deviceDetail": {"deviceId": "", "operatingSystem": "Windows 10", "browser": "Edge 99.14477"}, "location": {"city": "Carrollstad", "state": "Norrisbury", "countryOrRegion": "XD", "geoCoordinates": {"latitude": -38.8540465, "longitude": -17.674718}}, "correlationId": "9ad9077b-37d0-454d-8211-e916fb8e2ae8", "conditionalAccessStatus": "notApplied", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "32e478c5-aa11-42b2-9a20-791db6e4ccf3", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 63, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Google Cloud / G Suite Connector by Microsoft Service", "resourceId": "c76d5f74-7ee8-4657-b84f-a50641692265", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 214655, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "M1PRNSkWiLKaHh1G4wZ1TILy1RJIcwrb6j5pz4hchboDgPSj", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": null, "rngcStatus": 0}}, {"time": "2022-08-04T19:16:35.698483Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "50158", "resultSignature": "None", "resultDescription": "External security challenge was not satisfied.", "durationMs": 0, "callerIpAddress": "92.110.109.246", "correlationId": "f1806879-00f4-45b5-b9a7-269e34d82ec6", "identity": "Thomas Price", "Level": 4, "location": "XR", "properties": {"id": "b1801159-1f8f-4782-bc6c-aea69bb86400", "createdDateTime": "2022-08-04T19:16:35.839483Z", "userDisplayName": "Thomas Price", "userPrincipalName": "tprice@domain.com", "userId": "32109ee2-ee4f-4d11-9c38-2556aec0f2b5", "appId": "79510a8f-6421-4348-a2ea-bcc2b02485c1", "appDisplayName": "Cisco AnyConnect", "ipAddress": "92.110.109.246", "status": {"errorCode": 50158, "failureReason": "External security challenge was not satisfied."}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (X11; Linux i686) AppleWebKit/535.2 (KHTML, like Gecko) Chrome/22.0.843.0 Safari/535.2 Edge/118.12158", "deviceDetail": {"deviceId": "35819889-abdc-47e0-b28d-5195d26e941f", "displayName": "THOMASPRICE-LT", "operatingSystem": "Windows 10", "browser": "Edge 118.12158", "trustType": "Hybrid Azure AD joined"}, "location": {"city": "Port Denisetown", "state": "Smithton", "countryOrRegion": "XR", "geoCoordinates": {"latitude": 3.5518965, "longitude": 131.871582}}, "correlationId": "74c3d0f5-88c4-4c8f-8d7f-7351e23429fa", "conditionalAccessStatus": "failure", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "e3075cfd-350e-4060-9511-91d5707f1409", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 141, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Cisco AnyConnect Online", "resourceId": "5d5b8d28-6a28-472e-b837-a4094e466965", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 230297, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "iJNxt17bM0UYapiXjpLgr0CScWE0PdJHdYZzsg8YEgh0xuMt", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "15655e1f-5005-4c53-b3c0-c4a1d1ca5e9e", "rngcStatus": 0}}, {"time": "2022-08-04T19:25:18.158169Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "147.132.189.119", "correlationId": "b5273208-cd54-47d6-a6d8-dd7c79e442c3", "identity": "Melissa Martin", "Level": 4, "location": "XR", "properties": {"id": "6a5f64c1-1a9a-4556-9496-2d202df38800", "createdDateTime": "2022-08-04T19:25:18.269169Z", "userDisplayName": "Melissa Martin", "userPrincipalName": "mmartin@domain.com", "userId": "632ccb55-03a7-40f4-9893-653527cae790", "appId": "18bf60fa-77dd-4aad-891d-af82ca87dd06", "appDisplayName": "FortiGate SSL VPN", "ipAddress": "147.132.189.119", "status": {"errorCode": 0}, "clientAppUsed": "Browser", "deviceDetail": {"deviceId": "", "operatingSystem": "Windows", "browser": "Rich Client 4.22.0.0"}, "location": {"city": "Port Denisetown", "state": "Smithton", "countryOrRegion": "XR", "geoCoordinates": {"latitude": 3.5518965, "longitude": 131.871582}}, "correlationId": "235ccf19-8d1c-4e20-a5f0-deab02d460c6", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "39d513ad-1772-4a6d-8d1e-22f380c0588f", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 111, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "FortiGate SSL VPN", "resourceId": "51e679b4-5774-4b5f-9636-df5ea66b9380", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 256668, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "8p4QErIZJyd3u6oDVXAX0PLfl8KpDNyFpyidCbrjxv3zecOm", "incomingTokenType": "none", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "6e8f419c-7f10-40b1-a52a-e4fb253c74c2", "rngcStatus": 0}}, {"time": "2022-08-04T19:26:32.566294Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "1.210.58.10", "correlationId": "9d2d0df9-8e3c-4b21-9d29-6a45d00bcc6d", "identity": "Keith Sheppard", "Level": 4, "location": "XD", "properties": {"id": "e4ea9516-35e1-4b49-aa95-88a425867100", "createdDateTime": "2022-08-04T19:26:32.654294Z", "userDisplayName": "Keith Sheppard", "userPrincipalName": "ksheppard@domain.com", "userId": "05bd48f1-91d2-4c2d-9a7c-80e80f561b3c", "appId": "9de6e985-97a5-4d82-9c45-aedaa9c25ef9", "appDisplayName": "AWS Single-Account Access", "ipAddress": "1.210.58.10", "status": {"errorCode": 0}, "clientAppUsed": "Browser", "deviceDetail": {"deviceId": "639815fd-5018-4e38-9d81-67538b2ce460", "displayName": "KEITHSHEPPARD-LT", "operatingSystem": "Windows", "trustType": "Azure AD registered"}, "location": {"city": "Cooperhaven", "state": "Norrisbury", "countryOrRegion": "XD", "geoCoordinates": {"latitude": 70.436398, "longitude": -23.873747}}, "correlationId": "aa5e148b-ba3c-4aba-95bc-f20390bec07c", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "47447c65-6762-48df-943d-763214fa5b3d", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 88, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "AWS Single-Account Access Service", "resourceId": "f0630e90-b752-4960-bfb9-a0794fc34930", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 69487, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "DMvNBs7dko5hXE2irVYcWzZ7Dpp3XH3Vlsa4rhOIaavhj7qO", "incomingTokenType": "none", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "1f37c851-4be4-455b-928a-fbde7845a68a", "rngcStatus": 0}}, {"time": "2022-08-04T19:34:59.629248Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "500011", "resultSignature": "None", "resultDescription": "The resource principal was not found in the tenant. This can happen if the application has not been installed by the administrator of the tenant or consented to by any user in the tenant. You might have sent your authentication request to the wrong tenant.", "durationMs": 0, "callerIpAddress": "105.169.153.183", "correlationId": "12048f15-88ee-4a1a-b546-f3fd0ee523e1", "identity": "Jim Gonzalez", "Level": 4, "location": "XR", "properties": {"id": "45f948cc-c7b8-4f70-b09f-6ae1a5658c00", "createdDateTime": "2022-08-04T19:34:59.749248Z", "userDisplayName": "Jim Gonzalez", "userPrincipalName": "jgonzalez@domain.com", "userId": "95090045-a9c5-489c-adee-2db430a3333a", "appId": "413f12c2-a9cb-4ca6-a080-d4308249cbe1", "appDisplayName": "Air", "ipAddress": "105.169.153.183", "status": {"errorCode": 500011, "failureReason": "The resource principal was not found in the tenant. This can happen if the application has not been installed by the administrator of the tenant or consented to by any user in the tenant. You might have sent your authentication request to the wrong tenant."}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (Windows NT 4.0) AppleWebKit/532.1 (KHTML, like Gecko) Chrome/38.0.801.0 Safari/532.1 Edge/19.15284", "deviceDetail": {"deviceId": "15135d1f-cb47-4bd8-b76d-90a9171c09bd", "displayName": "JIMGONZALEZ-LT", "operatingSystem": "Windows 10", "browser": "Edge 19.15284", "trustType": "Azure AD registered"}, "location": {"city": "Santosborough", "state": "Smithton", "countryOrRegion": "XR", "geoCoordinates": {"latitude": 12.8350355, "longitude": 138.359011}}, "correlationId": "1acc6c6b-9e68-4b4a-b77c-243846e57b2b", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "ea9694e6-57e9-45d3-92a0-5fdea40a2aa4", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 120, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 256668, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "le024DhaA9f8l8YwNijzz76NYqg9IB43nvhZCEoTJmw8P6rq", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": null, "rngcStatus": 0}}, {"time": "2022-08-04T19:38:56.322569Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "86.154.193.190", "correlationId": "e3e4044f-9541-440c-9253-f06c2c4a890a", "identity": "Melissa Martin", "Level": 4, "location": "XR", "properties": {"id": "38b051b1-09e2-4d5c-9ca4-9786e7e16f00", "createdDateTime": "2022-08-04T19:38:56.428569Z", "userDisplayName": "Melissa Martin", "userPrincipalName": "mmartin@domain.com", "userId": "632ccb55-03a7-40f4-9893-653527cae790", "appId": "9de6e985-97a5-4d82-9c45-aedaa9c25ef9", "appDisplayName": "AWS Single-Account Access", "ipAddress": "86.154.193.190", "status": {"errorCode": 0}, "clientAppUsed": "Browser", "deviceDetail": {"deviceId": "", "operatingSystem": "Windows"}, "location": {"city": "Port Denisetown", "state": "Smithton", "countryOrRegion": "XR", "geoCoordinates": {"latitude": 3.5518965, "longitude": 131.871582}}, "correlationId": "c5922e08-d1a8-44ef-adce-adc9554ef189", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "91ccf2aa-d7cd-4e68-87f9-1d9e13f0ca25", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 106, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "AWS Single-Account Access Service", "resourceId": "9a84f55e-3a40-492c-9476-e069f64ed7a6", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 256668, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "I0cKSOXegxTEApuxY6bUTH6fcVokxDQhxhoNk4XTDggMK0i0", "incomingTokenType": "none", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "37ee873b-f901-4e25-be69-010243106d0f", "rngcStatus": 0}}, {"time": "2022-08-04T19:41:16.443134Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "147.132.189.119", "correlationId": "14a16346-6fea-4a83-8f5d-a60e872d47f5", "identity": "Cassie Fernandez", "Level": 4, "location": "XR", "properties": {"id": "8ac30e85-c1fa-42b1-a082-8c4389f06900", "createdDateTime": "2022-08-04T19:41:16.595134Z", "userDisplayName": "Cassie Fernandez", "userPrincipalName": "cfernandez@domain.com", "userId": "67ef8be6-3f44-4db7-8172-fd6211428c1e", "appId": "2eae4ad1-8cae-48fe-b718-76bd66e2fc7f", "appDisplayName": "Bipsync", "ipAddress": "147.132.189.119", "status": {"errorCode": 0}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (iPad; CPU iPad OS 9_3_6 like Mac OS X) AppleWebKit/536.1 (KHTML, like Gecko) CriOS/42.0.865.0 Mobile/77O124 Safari/536.1 Edge/99.14477", "deviceDetail": {"deviceId": "d5a487a1-ef7d-4960-9723-7fdadce19af3", "displayName": "CASSIEFERNANDEZ-LT", "operatingSystem": "Windows 10", "browser": "Edge 99.14477", "trustType": "Azure AD registered"}, "location": {"city": "Port Denisetown", "state": "Smithton", "countryOrRegion": "XR", "geoCoordinates": {"latitude": 3.5518965, "longitude": 131.871582}}, "correlationId": "7cb2d6f2-f766-41b1-af3b-5f4fd1a24199", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "52945d0b-b733-4f7f-b41e-3f8ce8586667", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 152, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Bipsync Service", "resourceId": "4b482d0a-88be-43f3-a771-aaf19d9bbf70", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 256668, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "gXAV2XSA1dUr1dhekupE4UvuZOB6yFFelSz4pohxGnH3ndYK", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "b4d48f3a-639f-4f89-a099-2fdd27423d1f", "rngcStatus": 0}}, {"time": "2022-08-04T19:44:55.532241Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "86.154.193.190", "correlationId": "8136e501-7253-4f8e-b151-81c91b8884eb", "identity": "Kristen Howell", "Level": 4, "location": "XR", "properties": {"id": "ace681b4-3934-4235-befc-67edc52e7400", "createdDateTime": "2022-08-04T19:44:55.646241Z", "userDisplayName": "Kristen Howell", "userPrincipalName": "khowell@domain.com", "userId": "20e1e3f9-665f-45bd-9984-5e74b526d3b5", "appId": "9a7e67c7-6f05-42a3-b226-97c7ec3e9696", "appDisplayName": "Adobe Identity Management", "ipAddress": "86.154.193.190", "status": {"errorCode": 0, "additionalDetails": "MFA requirement satisfied by claim in the token"}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (X11; Linux i686) AppleWebKit/533.0 (KHTML, like Gecko) Chrome/24.0.803.0 Safari/533.0 Edge/40.11325", "deviceDetail": {"deviceId": "6ea76864-5f18-47dd-adb9-2b1dfcbfc425", "displayName": "KRISTENHOWELL-LT", "operatingSystem": "Windows 10", "browser": "Edge 40.11325", "isCompliant": true, "isManaged": true, "trustType": "Azure AD joined"}, "location": {"city": "Port Denisetown", "state": "Smithton", "countryOrRegion": "XR", "geoCoordinates": {"latitude": 3.5518965, "longitude": 131.871582}}, "mfaDetail": {}, "correlationId": "db18b391-b7aa-4c67-8cbe-c5126ba5933f", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "97b0437f-ae03-42be-90c3-25cc4cab8e23", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 114, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Adobe Identity Management Service", "resourceId": "9a84f55e-3a40-492c-9476-e069f64ed7a6", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 256668, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "r9xPCwgERGpMk4RT42mZFkWbgZkl1uBwH4S88djvpKCKgdD2", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "37ee873b-f901-4e25-be69-010243106d0f", "rngcStatus": 0}}, {"time": "2022-08-04T19:49:34.576062Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "13.113.40.157", "correlationId": "6fa28d1d-1133-46d9-914d-ee959156e531", "identity": "Attack Target", "Level": 4, "location": "XR", "properties": {"id": "e3d678dd-4e47-4907-b11e-8dddd3647200", "createdDateTime": "2022-08-04T19:49:34.695062Z", "userDisplayName": "Attack Target", "userPrincipalName": "attacktarget@domain.com", "userId": "d735e84b-dcca-404d-9f7d-700f360f41a6", "appId": "9a7e67c7-6f05-42a3-b226-97c7ec3e9696", "appDisplayName": "Adobe Identity Management", "ipAddress": "13.113.40.157", "ipAddressFromResourceProvider": "11.5.130.220", "status": {"errorCode": 0}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (iPad; CPU iPad OS 9_3_6 like Mac OS X) AppleWebKit/536.1 (KHTML, like Gecko) CriOS/42.0.865.0 Mobile/77O124 Safari/536.1 Edge/99.14477", "deviceDetail": {"deviceId": "a44625dc-6f81-449a-9799-8005f7209b42", "displayName": "ATTACKTARGET-LT", "operatingSystem": "Windows 10", "browser": "Edge 99.14477", "trustType": "Azure AD registered"}, "location": {"city": "Smithfort", "state": "Smithfort", "countryOrRegion": "XR", "geoCoordinates": {"latitude": 3.7564095, "longitude": -121.574606}}, "correlationId": "3780731f-2af0-4719-b70f-9767f564da87", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "5be67289-a89e-46d5-96cb-6d5815674be3", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 119, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Adobe Identity Management Service", "resourceId": "9a84f55e-3a40-492c-9476-e069f64ed7a6", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 34974, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "Pb9NYPna5KUlVYwFHJUWzEpdJlLnwVSAFRoEUH8yGRaVWwUy", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "37ee873b-f901-4e25-be69-010243106d0f", "rngcStatus": 0}}, {"time": "2022-08-04T20:06:18.867241Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "147.132.189.119", "correlationId": "f362bb90-4ca8-4ab2-81ba-db0384dee477", "identity": "Terry Proctor", "Level": 4, "location": "XR", "properties": {"id": "515ffcc0-5449-40a2-80ac-594cc6696700", "createdDateTime": "2022-08-04T20:06:19.011241Z", "userDisplayName": "Terry Proctor", "userPrincipalName": "tproctor@domain.com", "userId": "03110cc5-e54f-4dae-b68a-bf5d945f8152", "appId": "2eae4ad1-8cae-48fe-b718-76bd66e2fc7f", "appDisplayName": "Bipsync", "ipAddress": "147.132.189.119", "status": {"errorCode": 0, "additionalDetails": "MFA requirement satisfied by claim in the token"}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (X11; Linux i686) AppleWebKit/533.0 (KHTML, like Gecko) Chrome/24.0.803.0 Safari/533.0 Edge/40.11325", "deviceDetail": {"deviceId": "88ee69d5-1eb7-4f29-b594-e9b4e3371940", "displayName": "TERRYPROCTOR-LT", "operatingSystem": "Windows 10", "browser": "Edge 40.11325", "isCompliant": true, "isManaged": true, "trustType": "Azure AD joined"}, "location": {"city": "Port Denisetown", "state": "Smithton", "countryOrRegion": "XR", "geoCoordinates": {"latitude": 3.5518965, "longitude": 131.871582}}, "mfaDetail": {}, "correlationId": "664610ac-d0dc-4100-8f6a-aa96d1ed0177", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "b5a7f48b-975b-4507-b215-0272c79200f3", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 144, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Bipsync Service", "resourceId": "9a84f55e-3a40-492c-9476-e069f64ed7a6", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 256668, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "xVo6GTBEpXqAq8Va90ETgCnlkSA1ndxrqvrgF3Clbxo46IF0", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "37ee873b-f901-4e25-be69-010243106d0f", "rngcStatus": 0}}, {"time": "2022-08-04T20:15:16.367774Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "SignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "50158", "resultSignature": "None", "resultDescription": "External security challenge was not satisfied.", "durationMs": 0, "callerIpAddress": "156.206.181.119", "correlationId": "577c3ba0-a025-1000-a35a-d490e380ea0c", "identity": "Cynthia Perry", "Level": 4, "location": "XY", "properties": {"id": "3252cc26-bd51-4e86-91d8-5aec92976600", "createdDateTime": "2022-08-04T20:15:16.494774Z", "userDisplayName": "Cynthia Perry", "userPrincipalName": "cperry@domain.com", "userId": "ac5fa380-9d5b-470e-beb2-5ba10aca48e6", "appId": "439cf80c-f381-45bd-9b6a-a006882e7246", "appDisplayName": "Atlassian Cloud", "ipAddress": "156.206.181.119", "status": {"errorCode": 50158, "failureReason": "External security challenge was not satisfied."}, "clientAppUsed": "Browser", "userAgent": "Mozilla/5.0 (compatible; MSIE 8.0; Windows NT 5.2; Trident/3.1)", "deviceDetail": {"deviceId": "", "operatingSystem": "Windows 10", "browser": "IE 8.0"}, "location": {"city": "Hannaville", "state": "Thomashaven", "countryOrRegion": "XY", "geoCoordinates": {"latitude": 1.1452695, "longitude": 128.249211}}, "correlationId": "0b01c0aa-ccf7-4405-aaa1-8ab86cc93cea", "conditionalAccessStatus": "failure", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "6d6ed61e-4a51-4cb7-9f43-0d6dcd04fcd0", "isInteractive": true, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 127, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Atlassian Cloud", "resourceId": "c8eab36d-0a82-409d-8693-a8dabc997921", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "alternateSignInName": "cperry1@domain.com", "signInIdentifier": "cperry1@domain.com", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 279165, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "eQyyUe0Y6um19DMLLMMCisvpE1iEhuvvKzgLhhqQBGjAgr4f", "incomingTokenType": "none", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "2248d3ef-d7b8-4eb2-bd20-fb53f725bfe3", "rngcStatus": 0}}, {"time": "2022-08-04T20:35:45.274064Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "105.169.153.183", "correlationId": "044e431d-93e2-415d-9fb5-2936a1a7ec3c", "identity": "Jim Gonzalez", "Level": 4, "location": "XR", "properties": {"id": "da07381e-cd4c-4b24-b359-ffd760337800", "createdDateTime": "2022-08-04T20:35:45.400064Z", "userDisplayName": "Jim Gonzalez", "userPrincipalName": "jgonzalez@domain.com", "userId": "95090045-a9c5-489c-adee-2db430a3333a", "appId": "9d794ea1-8d77-42e3-9fdd-6fd3620d616a", "appDisplayName": "Alaya", "ipAddress": "105.169.153.183", "status": {"errorCode": 0}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (Windows NT 4.0) AppleWebKit/532.1 (KHTML, like Gecko) Chrome/38.0.801.0 Safari/532.1 Edge/19.15284", "deviceDetail": {"deviceId": "15135d1f-cb47-4bd8-b76d-90a9171c09bd", "displayName": "JIMGONZALEZ-LT", "operatingSystem": "Windows 10", "browser": "Edge 19.15284", "trustType": "Azure AD registered"}, "location": {"city": "Santosborough", "state": "Smithton", "countryOrRegion": "XR", "geoCoordinates": {"latitude": 12.8350355, "longitude": 138.359011}}, "correlationId": "510c7a56-ccdc-44d2-8db2-e4d13f743f2c", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "f1152336-4b7b-47c4-8933-ac9da6958336", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 126, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Alaya Service", "resourceId": "e35e3da1-bf74-46a1-979f-06c9212ebfab", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 256668, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "YVI5vSVBMhLp77145jSTNpTrIYTGaD9nGC4dAN6XB4DPVmdl", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "33c2df33-b2d6-495e-85ea-298208628e8d", "rngcStatus": 0}}, {"time": "2022-08-04T20:45:20.911391Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "13.113.40.157", "correlationId": "269992b0-0f57-45cb-84d9-64218ca9990e", "identity": "Attack Target", "Level": 4, "location": "XR", "properties": {"id": "a1992293-def5-47de-a489-bdba596e5700", "createdDateTime": "2022-08-04T20:45:21.028391Z", "userDisplayName": "Attack Target", "userPrincipalName": "attacktarget@domain.com", "userId": "d735e84b-dcca-404d-9f7d-700f360f41a6", "appId": "9a7e67c7-6f05-42a3-b226-97c7ec3e9696", "appDisplayName": "Adobe Identity Management", "ipAddress": "13.113.40.157", "ipAddressFromResourceProvider": "13.113.40.157", "status": {"errorCode": 0}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (iPad; CPU iPad OS 9_3_6 like Mac OS X) AppleWebKit/536.1 (KHTML, like Gecko) CriOS/42.0.865.0 Mobile/77O124 Safari/536.1 Edge/99.14477", "deviceDetail": {"deviceId": "a44625dc-6f81-449a-9799-8005f7209b42", "displayName": "ATTACKTARGET-LT", "operatingSystem": "Windows 10", "browser": "Edge 99.14477", "trustType": "Azure AD registered"}, "location": {"city": "New John", "state": "Smithfort", "countryOrRegion": "XR", "geoCoordinates": {"latitude": -89.144242, "longitude": 168.119022}}, "correlationId": "a4c8a26d-e7c4-4b64-8ce3-6787521020fe", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "ebf1560d-07bb-4e2b-93f8-19d55d1d941a", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "processingTimeInMilliseconds": 117, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Adobe Identity Management Service", "resourceId": "c8eab36d-0a82-409d-8693-a8dabc997921", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 34974, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "LwOyna0pKjCx9IXPsS6xENPVTYUrmXKvb3mWwvxAFKJY8iqd", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "2248d3ef-d7b8-4eb2-bd20-fb53f725bfe3"}}, {"time": "2022-08-04T20:45:40.290629Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "192.109.198.118", "correlationId": "ed1a0afc-9aa1-414b-a0f9-e228d0c10aa5", "identity": "Joseph Taylor", "Level": 4, "location": "XF", "properties": {"id": "fc999d30-4d72-4b71-b130-a08a0ee19800", "createdDateTime": "2022-08-04T20:45:40.397629Z", "userDisplayName": "Joseph Taylor", "userPrincipalName": "jtaylor@domain.com", "userId": "af9847eb-c773-41ae-bf94-42747c5e986c", "appId": "b2421da4-c71e-46a9-b848-495ef54b79c4", "appDisplayName": "ServiceNow", "ipAddress": "192.109.198.118", "status": {"errorCode": 0, "additionalDetails": "MFA requirement satisfied by claim in the token"}, "clientAppUsed": "Browser", "deviceDetail": {"deviceId": "76b96bd3-e5d7-49ee-b195-bf363facdb3d", "displayName": "JOSEPHTAYLOR-LT", "operatingSystem": "Windows10", "browser": "Rich Client 4.30.1.0", "isCompliant": true, "isManaged": true, "trustType": "Azure AD joined"}, "location": {"city": "Lake Wendyberg", "state": "Smithbury", "countryOrRegion": "XF", "geoCoordinates": {"latitude": -19.553711, "longitude": -136.787477}}, "mfaDetail": {}, "correlationId": "51bd16c3-c938-4b9c-b6ef-177ed077d87c", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "e76f4f94-0a26-4577-9204-051a6e72f589", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 107, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "ServiceNow Online", "resourceId": "24578515-1951-4064-967d-0d2acaf0aa70", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 393508, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "n64aQkJF6uFFrYgZlV13MKvE1CWHcf2aq378aZQ6NQuQfCRf", "incomingTokenType": "none", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "0e68752b-7dfa-400b-a6f5-1b54af90696a", "rngcStatus": 0}}, {"time": "2022-08-04T20:46:56.852387Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "86.154.193.190", "correlationId": "38a59506-5288-40b5-a650-15735049c7d9", "identity": "Jamie Watson", "Level": 4, "location": "XR", "properties": {"id": "e0bb90da-c10b-4d5e-a497-7e4e34236800", "createdDateTime": "2022-08-04T20:46:57.071387Z", "userDisplayName": "Jamie Watson", "userPrincipalName": "jwatson@domain.com", "userId": "2844695b-9a70-48ed-a5ce-f3d711e2292b", "appId": "9a7e67c7-6f05-42a3-b226-97c7ec3e9696", "appDisplayName": "Adobe Identity Management", "ipAddress": "86.154.193.190", "status": {"errorCode": 0}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (X11; Linux i686) AppleWebKit/533.0 (KHTML, like Gecko) Chrome/24.0.803.0 Safari/533.0 Edge/40.11325", "deviceDetail": {"deviceId": "fc784602-6455-4450-be3c-6770e0359f8a", "displayName": "JAMIEWATSON-LT", "operatingSystem": "Windows 10", "browser": "Edge 40.11325", "isCompliant": true, "isManaged": true, "trustType": "Azure AD joined"}, "location": {"city": "Port Denisetown", "state": "Smithton", "countryOrRegion": "XR", "geoCoordinates": {"latitude": 3.5518965, "longitude": 131.871582}}, "correlationId": "12ce8551-96ae-4e62-a6ca-598dde0a4fcb", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "e92c8710-b6e1-45a6-bec5-87c1bdd94234", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 219, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Adobe Identity Management Service", "resourceId": "bbe47cc9-73c8-4c39-84ca-1747e6aeb301", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 256668, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "tpuaeyX0BlFwkK1wIavLsuYXByBjRdnmMyFLzJ8j3AwtWBDg", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "7ceb51a5-3cac-4ea9-9fe7-c18386b489cb", "rngcStatus": 0}}, {"time": "2022-08-04T21:13:42.613694Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "50158", "resultSignature": "None", "resultDescription": "External security challenge was not satisfied.", "durationMs": 0, "callerIpAddress": "44.22.19.201", "correlationId": "7b77e835-e194-4177-813c-8f75fb9f7922", "identity": "Thomas Price", "Level": 4, "location": "XN", "properties": {"id": "adadd79c-ff77-4494-a8fd-d4d312771300", "createdDateTime": "2022-08-04T21:13:42.772694Z", "userDisplayName": "Thomas Price", "userPrincipalName": "tprice@domain.com", "userId": "32109ee2-ee4f-4d11-9c38-2556aec0f2b5", "appId": "79510a8f-6421-4348-a2ea-bcc2b02485c1", "appDisplayName": "Cisco AnyConnect", "ipAddress": "44.22.19.201", "status": {"errorCode": 50158, "failureReason": "External security challenge was not satisfied."}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (X11; Linux i686) AppleWebKit/535.2 (KHTML, like Gecko) Chrome/22.0.843.0 Safari/535.2 Edge/118.12158", "deviceDetail": {"deviceId": "a31478d2-f778-4d5a-b081-22579a9edcbe", "displayName": "THOMASPRICE-LT", "operatingSystem": "Windows 10", "browser": "Edge 118.12158", "trustType": "Hybrid Azure AD joined"}, "location": {"city": "Littlemouth", "state": "Alexanderfurt", "countryOrRegion": "XN", "geoCoordinates": {"latitude": 25.4437255, "longitude": -109.530885}}, "correlationId": "07978c40-bbac-4908-9c9b-ae86982dfa7c", "conditionalAccessStatus": "failure", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "0bfab572-a8c7-4a7b-b89e-76134a206d98", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 159, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Cisco AnyConnect Online", "resourceId": "5d5b8d28-6a28-472e-b837-a4094e466965", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 230297, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "O4kb85nW5FsK71oqDIZrpXqdhbohB8hbTqprZKpOFyRkLddI", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "15655e1f-5005-4c53-b3c0-c4a1d1ca5e9e", "rngcStatus": 0}}, {"time": "2022-08-04T21:18:08.627725Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "22.42.248.243", "correlationId": "5637284e-8b07-4a76-8695-ac4dd7a78866", "identity": "Melissa Martin", "Level": 4, "location": "XR", "properties": {"id": "e0bb90da-c10b-4d5e-a497-7e4ed7716500", "createdDateTime": "2022-08-04T21:18:08.745725Z", "userDisplayName": "Melissa Martin", "userPrincipalName": "mmartin@domain.com", "userId": "632ccb55-03a7-40f4-9893-653527cae790", "appId": "2eae4ad1-8cae-48fe-b718-76bd66e2fc7f", "appDisplayName": "Bipsync", "ipAddress": "22.42.248.243", "status": {"errorCode": 0}, "clientAppUsed": "Mobile Apps and Desktop clients", "deviceDetail": {"deviceId": "", "operatingSystem": "Ios", "browser": "Mobile Safari"}, "location": {"city": "Port Denisetown", "state": "Smithton", "countryOrRegion": "XR", "geoCoordinates": {"latitude": 40.136047, "longitude": 44.514491}}, "correlationId": "d2e4c3d5-9ec4-48a5-bfeb-f4cfdb6dfa2e", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "89963ba8-b382-4fc5-8255-9e7a030cb1d4", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 118, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Bipsync Service", "resourceId": "aaf780ce-b996-49b9-986d-8bb23f7bce3a", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 432564, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "dwA9mq9hzb0Cmq5HouhSpLzZ0asBoY3pvKXGu3o8QCyCgO9B", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "b7da42cc-a168-4148-b15a-792ad32c2ff5", "rngcStatus": 0}}, {"time": "2022-08-04T21:28:49.177570Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "700082", "resultSignature": "None", "resultDescription": "Other", "durationMs": 0, "callerIpAddress": "54.119.29.60", "correlationId": "3ba8a7c7-a0cc-4c77-bccb-67d78d52ce1d", "identity": "Thomas Price", "Level": 4, "location": "XR", "properties": {"id": "2468034e-c03d-4a77-94b4-f89b84d46800", "createdDateTime": "2022-08-04T21:28:49.490570Z", "userDisplayName": "Thomas Price", "userPrincipalName": "tprice@domain.com", "userId": "32109ee2-ee4f-4d11-9c38-2556aec0f2b5", "appId": "9a7e67c7-6f05-42a3-b226-97c7ec3e9696", "appDisplayName": "Adobe Identity Management", "ipAddress": "54.119.29.60", "status": {"errorCode": 700082, "failureReason": "Other"}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (X11; Linux i686) AppleWebKit/535.2 (KHTML, like Gecko) Chrome/22.0.843.0 Safari/535.2 Edge/118.12158", "deviceDetail": {"deviceId": "852272bd-2ab1-474f-a99e-4922ea7031d3", "displayName": "THOMASPRICE-LT", "operatingSystem": "Windows 10", "browser": "Edge 118.12158", "trustType": "Hybrid Azure AD joined"}, "location": {"city": "Port Kimberlytown", "state": "Curtisport", "countryOrRegion": "XR", "geoCoordinates": {"latitude": 26.3152295, "longitude": 147.770404}}, "correlationId": "b3f1a35b-0d7f-4dff-a1cf-aefe08ffb862", "conditionalAccessStatus": "notApplied", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "7c49dd65-a1ef-4105-a742-8548f7ccf47e", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 313, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Adobe Identity Management Service", "resourceId": "30663ca7-f8a9-43ab-8ca1-7906bdbc1485", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 359213, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "wcj7G0fkWTczPPQ0InG9yecJh3m6sMYjDlSVC9nYJCQ5aidk", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "a6c259e5-7f16-48b2-a9f3-75becd6daa9b", "rngcStatus": 0}}, {"time": "2022-08-04T22:26:52.334569Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "21.206.133.221", "correlationId": "505d6ae5-033d-52ff-d9fd-486f9408331a", "identity": "Angela Kerr", "Level": 4, "location": "XQ", "properties": {"id": "0ddef0f4-1825-4108-b49b-6cf82b6c9b00", "createdDateTime": "2022-08-04T22:26:52.505569Z", "userDisplayName": "Angela Kerr", "userPrincipalName": "akerr@domain.com", "userId": "0db48846-20f7-44bc-bbdd-457a8ea9f7d8", "appId": "84f18b4b-ae12-484a-847f-f3e36093594a", "appDisplayName": "Slack", "ipAddress": "21.206.133.221", "status": {"errorCode": 0}, "clientAppUsed": "Browser", "deviceDetail": {"deviceId": "", "operatingSystem": "Windows"}, "location": {"city": "Brownton", "state": "Stephanieberg", "countryOrRegion": "XQ", "geoCoordinates": {"latitude": -37.755925, "longitude": -139.744832}}, "correlationId": "77fe0d7e-0888-400c-97c6-5da57e65ec0e", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "6015e004-e113-44bc-a388-e94585bf0bb0", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 171, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Slack", "resourceId": "9a84f55e-3a40-492c-9476-e069f64ed7a6", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 12916, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "Z5EGddhACF4g99jRVxiwzbMVTxqUg35OqGSQ7BhEgFPbWrzp", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "37ee873b-f901-4e25-be69-010243106d0f", "rngcStatus": 0}}, {"time": "2022-08-04T22:50:46.657638Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "156.206.181.119", "correlationId": "971d685a-472b-4a3b-a29e-f55b4a9b095e", "identity": "Cynthia Perry", "Level": 4, "location": "XY", "properties": {"id": "4c995af8-3e38-4dcb-9141-ed01c9736600", "createdDateTime": "2022-08-04T22:50:46.795638Z", "userDisplayName": "Cynthia Perry", "userPrincipalName": "cperry@domain.com", "userId": "ac5fa380-9d5b-470e-beb2-5ba10aca48e6", "appId": "9de6e985-97a5-4d82-9c45-aedaa9c25ef9", "appDisplayName": "AWS Single-Account Access", "ipAddress": "156.206.181.119", "status": {"errorCode": 0}, "clientAppUsed": "Browser", "deviceDetail": {"deviceId": "", "operatingSystem": "Windows"}, "location": {"city": "Hannaville", "state": "Thomashaven", "countryOrRegion": "XY", "geoCoordinates": {"latitude": 1.1452695, "longitude": 128.249211}}, "correlationId": "81cd3295-409d-4323-b2f0-02ee691117e0", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "a4a62211-60c1-4005-af1f-6e06e84c76df", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 138, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "AWS Single-Account Access Service", "resourceId": "c65cf5f9-5537-4200-889e-381c4f60ca7d", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 279165, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "1iEo9Hy68sIPSe98dHeNk5GrBNWMh4GordScC9x96wpcUXXi", "incomingTokenType": "none", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": null, "rngcStatus": 0}}, {"time": "2022-08-04T22:53:29.905425Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "86.154.193.190", "correlationId": "5ac149ae-e056-4c35-b652-f0e40f6ad81a", "identity": "Jamie Watson", "Level": 4, "location": "XR", "properties": {"id": "a663e275-045a-487f-8a9d-bf30f3785500", "createdDateTime": "2022-08-04T22:53:30.004425Z", "userDisplayName": "Jamie Watson", "userPrincipalName": "jwatson@domain.com", "userId": "2844695b-9a70-48ed-a5ce-f3d711e2292b", "appId": "7b74bf77-058a-4c0d-9d9d-5523c3bc80ed", "appDisplayName": "GitHub Enterprise Cloud - Organization", "ipAddress": "86.154.193.190", "status": {"errorCode": 0}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (X11; Linux i686) AppleWebKit/533.0 (KHTML, like Gecko) Chrome/24.0.803.0 Safari/533.0 Edge/40.11325", "deviceDetail": {"deviceId": "fc784602-6455-4450-be3c-6770e0359f8a", "displayName": "JAMIEWATSON-LT", "operatingSystem": "Windows 10", "browser": "Edge 40.11325", "isCompliant": true, "isManaged": true, "trustType": "Azure AD joined"}, "location": {"city": "Port Denisetown", "state": "Smithton", "countryOrRegion": "XR", "geoCoordinates": {"latitude": 3.5518965, "longitude": 131.871582}}, "correlationId": "6e913777-f0b2-467c-9ad8-9ba733b8e992", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "d0143e01-4691-4100-93a5-f9a3b66c8a09", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "processingTimeInMilliseconds": 99, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "GitHub Enterprise Cloud - Organization Online", "resourceId": "51e679b4-5774-4b5f-9636-df5ea66b9380", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 256668, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "avb4XBFqwzFS9yqFmZOqHANWvqlFKAYROAIpA0TiSqPnK1dp", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "6e8f419c-7f10-40b1-a52a-e4fb253c74c2"}}, {"time": "2022-08-04T22:56:13.703646Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "42.62.103.34", "correlationId": "97d55071-5000-4291-b8d3-1e9a27acf561", "identity": "Joseph Taylor", "Level": 4, "location": "XF", "properties": {"id": "8df1cc0f-951a-4b64-867c-236112be6800", "createdDateTime": "2022-08-04T22:56:13.962646Z", "userDisplayName": "Joseph Taylor", "userPrincipalName": "jtaylor@domain.com", "userId": "af9847eb-c773-41ae-bf94-42747c5e986c", "appId": "799c9328-8a17-44f8-9a7c-ff80ba21c468", "appDisplayName": "Sunrise Software Relations CRM", "ipAddress": "42.62.103.34", "status": {"errorCode": 0, "additionalDetails": "MFA requirement satisfied by claim in the token"}, "clientAppUsed": "Browser", "deviceDetail": {"deviceId": "76b96bd3-e5d7-49ee-b195-bf363facdb3d", "displayName": "JOSEPHTAYLOR-LT", "operatingSystem": "Windows", "isCompliant": true, "isManaged": true, "trustType": "Azure AD joined"}, "location": {"city": "Jessicafurt", "state": "Smithbury", "countryOrRegion": "XF", "geoCoordinates": {"latitude": 17.5082395, "longitude": -115.304215}}, "mfaDetail": {}, "correlationId": "88696a20-05a4-4433-89ef-ca48ebdde24a", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "5fd3f958-c26c-4b92-b03b-44192c411c07", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 259, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Sunrise Software Relations CRM Online", "resourceId": "9a84f55e-3a40-492c-9476-e069f64ed7a6", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 393508, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "YS1e2p5AyWzwiD2qAWZgfhCppxZtcEFn0xZ2B0RXS02YfpXV", "incomingTokenType": "none", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "37ee873b-f901-4e25-be69-010243106d0f", "rngcStatus": 0}}, {"time": "2022-08-04T23:01:02.208655Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "199.12.127.103", "correlationId": "a756e8db-7e6f-4c52-85e4-c4d119699ec9", "identity": "Jacob Meyers", "Level": 4, "location": "XG", "properties": {"id": "4c995af8-3e38-4dcb-9141-ed012a656500", "createdDateTime": "2022-08-04T23:01:02.339655Z", "userDisplayName": "Jacob Meyers", "userPrincipalName": "jmeyers@domain.com", "userId": "c63a67b0-1651-4a8a-9560-cc703cdad5ad", "appId": "9de6e985-97a5-4d82-9c45-aedaa9c25ef9", "appDisplayName": "AWS Single-Account Access", "ipAddress": "199.12.127.103", "status": {"errorCode": 0}, "clientAppUsed": "Browser", "deviceDetail": {"deviceId": "68cb982e-f215-496c-89bb-cc07716ff474", "displayName": "JACOBMEYERS-LT", "operatingSystem": "Windows", "trustType": "Azure AD registered"}, "location": {"city": "Port Nathan", "state": "Newmanville", "countryOrRegion": "XG", "geoCoordinates": {"latitude": 23.244641, "longitude": -113.392021}}, "correlationId": "811ca6c5-ab06-4f69-803c-807a80d4f8ed", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "53e0a24c-3772-4761-96c9-1f0bdedc36b0", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 131, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "AWS Single-Account Access Service", "resourceId": "c65cf5f9-5537-4200-889e-381c4f60ca7d", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 282405, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "xoLmH1rf5o1FeNpceRbmAKZj0s9zFfaLobehP6CGHj0dsl4c", "incomingTokenType": "none", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": null, "rngcStatus": 0}}, {"time": "2022-08-04T23:15:48.273457Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "156.206.181.119", "correlationId": "0180a2a9-f718-4497-9604-fb1553355919", "identity": "Cynthia Perry", "Level": 4, "location": "XY", "properties": {"id": "074fe23d-2629-40c0-b889-feb6a93e5100", "createdDateTime": "2022-08-04T23:15:48.388457Z", "userDisplayName": "Cynthia Perry", "userPrincipalName": "cperry@domain.com", "userId": "ac5fa380-9d5b-470e-beb2-5ba10aca48e6", "appId": "9de6e985-97a5-4d82-9c45-aedaa9c25ef9", "appDisplayName": "AWS Single-Account Access", "ipAddress": "156.206.181.119", "status": {"errorCode": 0}, "clientAppUsed": "Browser", "deviceDetail": {"deviceId": "", "operatingSystem": "Windows"}, "location": {"city": "Hannaville", "state": "Thomashaven", "countryOrRegion": "XY", "geoCoordinates": {"latitude": 1.1452695, "longitude": 128.249211}}, "correlationId": "73591ae8-71bf-46ac-a4ce-34bd13d0d819", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "b10c84f7-c6b6-4c9f-b76d-93ead1c0252e", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "processingTimeInMilliseconds": 115, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "AWS Single-Account Access Service", "resourceId": "9a84f55e-3a40-492c-9476-e069f64ed7a6", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 279165, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "suqtYN5I0gtJWbZkaQGy1TLE0G1O5loZBDVS5IkNBNlgRtx3", "incomingTokenType": "none", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "37ee873b-f901-4e25-be69-010243106d0f"}}, {"time": "2022-08-04T23:41:08.862013Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "147.132.189.119", "correlationId": "d048044c-65c2-41ea-87f9-38a8baaf65f1", "identity": "Melissa Martin", "Level": 4, "location": "XR", "properties": {"id": "43317af1-d34c-4247-ac49-5a5e22686e00", "createdDateTime": "2022-08-04T23:41:08.971013Z", "userDisplayName": "Melissa Martin", "userPrincipalName": "mmartin@domain.com", "userId": "632ccb55-03a7-40f4-9893-653527cae790", "appId": "9a7e67c7-6f05-42a3-b226-97c7ec3e9696", "appDisplayName": "Adobe Identity Management", "ipAddress": "147.132.189.119", "ipAddressFromResourceProvider": "86.154.193.190", "status": {"errorCode": 0}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (iPad; CPU iPad OS 9_3_6 like Mac OS X) AppleWebKit/536.1 (KHTML, like Gecko) CriOS/42.0.865.0 Mobile/77O124 Safari/536.1 Edge/99.14477", "deviceDetail": {"deviceId": "", "operatingSystem": "Windows 10", "browser": "Edge 99.14477"}, "location": {"city": "Port Denisetown", "state": "Smithton", "countryOrRegion": "XR", "geoCoordinates": {"latitude": 3.5518965, "longitude": 131.871582}}, "correlationId": "f7cdfe0e-e6c0-4de1-9e4d-7acea8545646", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "e1635dd8-a4a9-4412-8667-2e84ab1d7222", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 109, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Adobe Identity Management Service", "resourceId": "c8eab36d-0a82-409d-8693-a8dabc997921", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 256668, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "90EWKeiLoBa2vuE2TbVrnxUTS2oaJ2um7S3jK7YGj9as5uup", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "2248d3ef-d7b8-4eb2-bd20-fb53f725bfe3", "rngcStatus": 0}}, {"time": "2022-08-04T23:50:26.072379Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "50158", "resultSignature": "None", "resultDescription": "External security challenge was not satisfied.", "durationMs": 0, "callerIpAddress": "92.110.109.246", "correlationId": "5c967a13-4c6e-47b7-85e0-36caae3c9af0", "identity": "Thomas Price", "Level": 4, "location": "XR", "properties": {"id": "3f04f6e0-8681-475f-a0d6-0af7aca47800", "createdDateTime": "2022-08-04T23:50:26.191379Z", "userDisplayName": "Thomas Price", "userPrincipalName": "tprice@domain.com", "userId": "32109ee2-ee4f-4d11-9c38-2556aec0f2b5", "appId": "79510a8f-6421-4348-a2ea-bcc2b02485c1", "appDisplayName": "Cisco AnyConnect", "ipAddress": "92.110.109.246", "status": {"errorCode": 50158, "failureReason": "External security challenge was not satisfied."}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (X11; Linux i686) AppleWebKit/535.2 (KHTML, like Gecko) Chrome/22.0.843.0 Safari/535.2 Edge/118.12158", "deviceDetail": {"deviceId": "a31478d2-f778-4d5a-b081-22579a9edcbe", "displayName": "THOMASPRICE-LT", "operatingSystem": "Windows 10", "browser": "Edge 118.12158", "trustType": "Hybrid Azure AD joined"}, "location": {"city": "Port Denisetown", "state": "Smithton", "countryOrRegion": "XR", "geoCoordinates": {"latitude": 3.5518965, "longitude": 131.871582}}, "correlationId": "8c164e55-5877-47f9-9de3-14cee8d063aa", "conditionalAccessStatus": "failure", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "d25bd47e-40a9-4e2c-bf33-526695562fce", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 119, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Cisco AnyConnect Online", "resourceId": "5d5b8d28-6a28-472e-b837-a4094e466965", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 230297, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "BCkcrCJuVllKkPzq0G5fqnBU7c7AjwqdOk2crvrXNkVDxrAJ", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "15655e1f-5005-4c53-b3c0-c4a1d1ca5e9e", "rngcStatus": 0}}, {"time": "2022-08-05T00:14:48.503160Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "13.113.40.157", "correlationId": "f3983cc7-b1d8-4adc-a9b3-c75df80d6bc9", "identity": "Attack Target", "Level": 4, "location": "XR", "properties": {"id": "9490f5e6-f7c2-4ccf-bf79-005b79cc5d00", "createdDateTime": "2022-08-05T00:14:48.641160Z", "userDisplayName": "Attack Target", "userPrincipalName": "attacktarget@domain.com", "userId": "d735e84b-dcca-404d-9f7d-700f360f41a6", "appId": "9a7e67c7-6f05-42a3-b226-97c7ec3e9696", "appDisplayName": "Adobe Identity Management", "ipAddress": "13.113.40.157", "ipAddressFromResourceProvider": "13.113.40.157", "status": {"errorCode": 0}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (iPad; CPU iPad OS 9_3_6 like Mac OS X) AppleWebKit/536.1 (KHTML, like Gecko) CriOS/42.0.865.0 Mobile/77O124 Safari/536.1 Edge/99.14477", "deviceDetail": {"deviceId": "a44625dc-6f81-449a-9799-8005f7209b42", "displayName": "ATTACKTARGET-LT", "operatingSystem": "Windows 10", "browser": "Edge 99.14477", "trustType": "Azure AD registered"}, "location": {"city": "New John", "state": "Smithfort", "countryOrRegion": "XR", "geoCoordinates": {"latitude": -89.144242, "longitude": 168.119022}}, "correlationId": "58feb970-4db1-4422-a9b1-69409ecaf7f8", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "9336858d-de91-4874-889d-045cef9e6703", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "processingTimeInMilliseconds": 138, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Adobe Identity Management Service", "resourceId": "c8eab36d-0a82-409d-8693-a8dabc997921", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 34974, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "nwKIGybNtonNjjziheIPN8zeWBnyRWkxXJaAVQAgwnVbU2SZ", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "2248d3ef-d7b8-4eb2-bd20-fb53f725bfe3"}}, {"time": "2022-08-05T00:28:00.824572Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "13.113.40.157", "correlationId": "56ba7f98-287b-4cd3-8abf-d77459c0e094", "identity": "Attack Target", "Level": 4, "location": "XR", "properties": {"id": "7d318455-34d8-4ae2-8167-c67ccd4b5400", "createdDateTime": "2022-08-05T00:28:01.127572Z", "userDisplayName": "Attack Target", "userPrincipalName": "attacktarget@domain.com", "userId": "d735e84b-dcca-404d-9f7d-700f360f41a6", "appId": "9c5b7fe3-0ad2-4ea6-94e5-9e0001f367e3", "appDisplayName": "Articulate 360", "ipAddress": "13.113.40.157", "status": {"errorCode": 0}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (iPad; CPU iPad OS 9_3_6 like Mac OS X) AppleWebKit/536.1 (KHTML, like Gecko) CriOS/42.0.865.0 Mobile/77O124 Safari/536.1 Edge/99.14477", "deviceDetail": {"deviceId": "a44625dc-6f81-449a-9799-8005f7209b42", "displayName": "ATTACKTARGET-LT", "operatingSystem": "Windows 10", "browser": "Edge 99.14477", "trustType": "Azure AD registered"}, "location": {"city": "New John", "state": "Smithfort", "countryOrRegion": "XR", "geoCoordinates": {"latitude": -89.144242, "longitude": 168.119022}}, "correlationId": "9e577e9e-1bd6-46ec-8cb3-6ac4e03d820d", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "3af47316-29b7-4a9f-bd1f-96657db7e9a5", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "processingTimeInMilliseconds": 303, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Articulate 360 Online", "resourceId": "436260d5-3791-4aea-a4da-aa698ec35f2f", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 34974, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "y2qdMFnwt9vSbset6JG66mFcnBuzsqvDrntnvI5TyJeX3ZsZ", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "94b9f3ba-5f4b-4edc-99dc-a420b76960f9"}}, {"time": "2022-08-05T00:57:30.283967Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "50158", "resultSignature": "None", "resultDescription": "External security challenge was not satisfied.", "durationMs": 0, "callerIpAddress": "105.169.153.183", "correlationId": "93d2a245-67d8-42a4-b6e4-736ce0254cd0", "identity": "Thomas Price", "Level": 4, "location": "XR", "properties": {"id": "b948d0b4-8797-4aef-88d1-701568a55800", "createdDateTime": "2022-08-05T00:57:30.423967Z", "userDisplayName": "Thomas Price", "userPrincipalName": "tprice@domain.com", "userId": "32109ee2-ee4f-4d11-9c38-2556aec0f2b5", "appId": "79510a8f-6421-4348-a2ea-bcc2b02485c1", "appDisplayName": "Cisco AnyConnect", "ipAddress": "105.169.153.183", "status": {"errorCode": 50158, "failureReason": "External security challenge was not satisfied."}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (X11; Linux i686) AppleWebKit/535.2 (KHTML, like Gecko) Chrome/22.0.843.0 Safari/535.2 Edge/118.12158", "deviceDetail": {"deviceId": "61720755-0e96-468f-9935-10dacdc868e4", "displayName": "THOMASPRICE-LT", "operatingSystem": "Windows 10", "browser": "Edge 118.12158", "trustType": "Hybrid Azure AD joined"}, "location": {"city": "Kevinton", "state": "Smithton", "countryOrRegion": "XR", "geoCoordinates": {"latitude": -87.5106305, "longitude": -77.991036}}, "correlationId": "543e71ed-2a72-4df1-9c55-21930be5765d", "conditionalAccessStatus": "failure", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "4fabefe3-db12-48f8-8447-a8b035c6f5d9", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "processingTimeInMilliseconds": 140, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Cisco AnyConnect Online", "resourceId": "5d5b8d28-6a28-472e-b837-a4094e466965", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 256668, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "PWfxh174mRdkLfZKYLQ0arpEVzes05IkLeGzWZijmc9tULpf", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "15655e1f-5005-4c53-b3c0-c4a1d1ca5e9e"}}, {"time": "2022-08-05T01:00:07.740812Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "700082", "resultSignature": "None", "resultDescription": "Other", "durationMs": 0, "callerIpAddress": "199.12.127.103", "correlationId": "d29fc25a-8346-4674-ba73-b52c06fd4896", "identity": "Jacob Meyers", "Level": 4, "location": "XG", "properties": {"id": "3f04f6e0-8681-475f-a0d6-0af757527a00", "createdDateTime": "2022-08-05T01:00:07.838812Z", "userDisplayName": "Jacob Meyers", "userPrincipalName": "jmeyers@domain.com", "userId": "c63a67b0-1651-4a8a-9560-cc703cdad5ad", "appId": "bf2855c0-7434-4262-8885-ad2f5206d324", "appDisplayName": "COINS Construction Cloud - Project and Productivity Apps", "ipAddress": "199.12.127.103", "status": {"errorCode": 700082, "failureReason": "Other"}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (Windows NT 4.0) AppleWebKit/531.1 (KHTML, like Gecko) Chrome/20.0.823.0 Safari/531.1 Edge/87.11424", "deviceDetail": {"deviceId": "a0ea1625-4397-4c4c-963c-33347d3b0d73", "displayName": "JACOBMEYERS-LT", "operatingSystem": "Windows 10", "browser": "Edge 87.11424", "trustType": "Azure AD registered"}, "location": {"city": "Port Nathan", "state": "Newmanville", "countryOrRegion": "XG", "geoCoordinates": {"latitude": 23.244641, "longitude": -113.392021}}, "correlationId": "f4ee77d2-902b-49c0-8f40-1160b4427494", "conditionalAccessStatus": "notApplied", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "ca08ce4e-203d-4175-bfa7-135bd4afc994", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 98, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "COINS Construction Cloud - Project and Productivity Apps Service", "resourceId": "f0630e90-b752-4960-bfb9-a0794fc34930", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 282405, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "i9rPeXcZ6DlZxL5WHy4CnFd5UxAgh0IqiOhVDPTQUwJed5T7", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "1f37c851-4be4-455b-928a-fbde7845a68a", "rngcStatus": 0}}, {"time": "2022-08-05T01:03:37.345592Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "86.154.193.190", "correlationId": "5d614a46-23d8-41d9-b629-97323b240dc6", "identity": "Jamie Watson", "Level": 4, "location": "XR", "properties": {"id": "874e6e43-4c13-43c6-b48e-f4b35d005700", "createdDateTime": "2022-08-05T01:03:37.451592Z", "userDisplayName": "Jamie Watson", "userPrincipalName": "jwatson@domain.com", "userId": "2844695b-9a70-48ed-a5ce-f3d711e2292b", "appId": "bf2855c0-7434-4262-8885-ad2f5206d324", "appDisplayName": "COINS Construction Cloud - Project and Productivity Apps", "ipAddress": "86.154.193.190", "status": {"errorCode": 0}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (X11; Linux i686) AppleWebKit/533.0 (KHTML, like Gecko) Chrome/24.0.803.0 Safari/533.0 Edge/40.11325", "deviceDetail": {"deviceId": "fc784602-6455-4450-be3c-6770e0359f8a", "displayName": "JAMIEWATSON-LT", "operatingSystem": "Windows 10", "browser": "Edge 40.11325", "isCompliant": true, "isManaged": true, "trustType": "Azure AD joined"}, "location": {"city": "Port Denisetown", "state": "Smithton", "countryOrRegion": "XR", "geoCoordinates": {"latitude": 3.5518965, "longitude": 131.871582}}, "correlationId": "0ef6bcc6-64ae-418c-9564-14f41b6796e2", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "a9da9cf6-ed4b-46a8-8410-9b155d7bc49c", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "processingTimeInMilliseconds": 106, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "COINS Construction Cloud - Project and Productivity Apps Service", "resourceId": "054f44f6-54fb-4ef0-9fc3-d3ec90e47d0d", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 256668, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "xObnwsFstoFYa5LjCioGtHPNoaQcIW9U54MJzuh4B9ehQvCY", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": null}}, {"time": "2022-08-05T01:19:31.491804Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "50158", "resultSignature": "None", "resultDescription": "External security challenge was not satisfied.", "durationMs": 0, "callerIpAddress": "92.110.109.246", "correlationId": "f24b30a1-02a2-4f4f-a6c1-6709651e888f", "identity": "Thomas Price", "Level": 4, "location": "XR", "properties": {"id": "3d9beed6-c74c-4138-a357-12d66e819000", "createdDateTime": "2022-08-05T01:19:31.604804Z", "userDisplayName": "Thomas Price", "userPrincipalName": "tprice@domain.com", "userId": "32109ee2-ee4f-4d11-9c38-2556aec0f2b5", "appId": "79510a8f-6421-4348-a2ea-bcc2b02485c1", "appDisplayName": "Cisco AnyConnect", "ipAddress": "92.110.109.246", "status": {"errorCode": 50158, "failureReason": "External security challenge was not satisfied."}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (X11; Linux i686) AppleWebKit/535.2 (KHTML, like Gecko) Chrome/22.0.843.0 Safari/535.2 Edge/118.12158", "deviceDetail": {"deviceId": "fb4d911d-6441-411b-868f-d25d5586a326", "displayName": "THOMASPRICE-LT", "operatingSystem": "Windows 10", "browser": "Edge 118.12158", "trustType": "Hybrid Azure AD joined"}, "location": {"city": "Port Denisetown", "state": "Smithton", "countryOrRegion": "XR", "geoCoordinates": {"latitude": 3.5518965, "longitude": 131.871582}}, "correlationId": "6efa028d-d046-4e28-9c1b-628c905a0d3a", "conditionalAccessStatus": "failure", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "4f986723-89a1-4056-a57a-93004e85512f", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 113, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Cisco AnyConnect Online", "resourceId": "5d5b8d28-6a28-472e-b837-a4094e466965", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 230297, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "OwocvyQDHV06fqco0UaZIwsg3lep9eu0bxyFuu1Fwyhd66Up", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "15655e1f-5005-4c53-b3c0-c4a1d1ca5e9e", "rngcStatus": 0}}, {"time": "2022-08-05T01:20:20.065937Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "86.154.193.190", "correlationId": "1f1bf365-dde0-4c2a-8b2e-e68784fe0a86", "identity": "Jamie Watson", "Level": 4, "location": "XR", "properties": {"id": "9fd4e587-f898-44c4-9cdb-b09189da6a00", "createdDateTime": "2022-08-05T01:20:20.180937Z", "userDisplayName": "Jamie Watson", "userPrincipalName": "jwatson@domain.com", "userId": "2844695b-9a70-48ed-a5ce-f3d711e2292b", "appId": "7b74bf77-058a-4c0d-9d9d-5523c3bc80ed", "appDisplayName": "GitHub Enterprise Cloud - Organization", "ipAddress": "86.154.193.190", "status": {"errorCode": 0}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (X11; Linux i686) AppleWebKit/533.0 (KHTML, like Gecko) Chrome/24.0.803.0 Safari/533.0 Edge/40.11325", "deviceDetail": {"deviceId": "fc784602-6455-4450-be3c-6770e0359f8a", "displayName": "JAMIEWATSON-LT", "operatingSystem": "Windows 10", "browser": "Edge 40.11325", "isCompliant": true, "isManaged": true, "trustType": "Azure AD joined"}, "location": {"city": "Port Denisetown", "state": "Smithton", "countryOrRegion": "XR", "geoCoordinates": {"latitude": 3.5518965, "longitude": 131.871582}}, "correlationId": "66767df4-87a0-4cc3-a673-01f8b15d3ce8", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "d44e6091-abe5-4145-a728-5b804419d3a3", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 115, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "GitHub Enterprise Cloud - Organization Online", "resourceId": "51e679b4-5774-4b5f-9636-df5ea66b9380", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 256668, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "lw8ZfNVAGIR1pFPEENwLC66TB2Ua8rUt02LXXGIXvKOIBS8A", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "6e8f419c-7f10-40b1-a52a-e4fb253c74c2", "rngcStatus": 0}}, {"time": "2022-08-05T01:25:54.705223Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "105.169.153.183", "correlationId": "1c613598-2022-451a-a8ba-67db65f050c8", "identity": "Jim Gonzalez", "Level": 4, "location": "XR", "properties": {"id": "a4bfb34f-863d-4add-88f4-153df71b5100", "createdDateTime": "2022-08-05T01:25:54.893223Z", "userDisplayName": "Jim Gonzalez", "userPrincipalName": "jgonzalez@domain.com", "userId": "95090045-a9c5-489c-adee-2db430a3333a", "appId": "7b74bf77-058a-4c0d-9d9d-5523c3bc80ed", "appDisplayName": "GitHub Enterprise Cloud - Organization", "ipAddress": "105.169.153.183", "status": {"errorCode": 0}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (Windows NT 4.0) AppleWebKit/532.1 (KHTML, like Gecko) Chrome/38.0.801.0 Safari/532.1 Edge/19.15284", "deviceDetail": {"deviceId": "15135d1f-cb47-4bd8-b76d-90a9171c09bd", "displayName": "JIMGONZALEZ-LT", "operatingSystem": "Windows 10", "browser": "Edge 19.15284", "trustType": "Azure AD registered"}, "location": {"city": "Kevinton", "state": "Smithton", "countryOrRegion": "XR", "geoCoordinates": {"latitude": -87.5106305, "longitude": -77.991036}}, "correlationId": "317c0bf5-a7e2-4a18-a8c7-bd370c727b01", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "3bd6390b-aa41-45fa-9b5b-c259a55f93c6", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "processingTimeInMilliseconds": 188, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "GitHub Enterprise Cloud - Organization Online", "resourceId": "51e679b4-5774-4b5f-9636-df5ea66b9380", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 256668, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "U0lCirIE1ZsOkbvmZpN9MNJFNvAooUWWhjdOPSRbbt0b5RUq", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "6e8f419c-7f10-40b1-a52a-e4fb253c74c2"}}, {"time": "2022-08-05T01:42:03.405608Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "156.206.181.119", "correlationId": "a01c4e29-c9f6-4ffd-854d-ab6aa065f1f4", "identity": "Cynthia Perry", "Level": 4, "location": "XY", "properties": {"id": "203b54c4-44bd-4e9f-ab1a-6c1851fd6900", "createdDateTime": "2022-08-05T01:42:03.495608Z", "userDisplayName": "Cynthia Perry", "userPrincipalName": "cperry@domain.com", "userId": "ac5fa380-9d5b-470e-beb2-5ba10aca48e6", "appId": "9de6e985-97a5-4d82-9c45-aedaa9c25ef9", "appDisplayName": "AWS Single-Account Access", "ipAddress": "156.206.181.119", "status": {"errorCode": 0}, "clientAppUsed": "Browser", "deviceDetail": {"deviceId": "", "operatingSystem": "Windows"}, "location": {"city": "Hannaville", "state": "Thomashaven", "countryOrRegion": "XY", "geoCoordinates": {"latitude": 1.1452695, "longitude": 128.249211}}, "correlationId": "6423a912-527b-4e84-9c0d-549ea6fba63b", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "258c7224-3d5a-445e-b7ea-14aadd2ffb52", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 90, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "AWS Single-Account Access Service", "resourceId": "9a84f55e-3a40-492c-9476-e069f64ed7a6", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 279165, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "VLDwBVr2mUtrHhk4dU5LMxX7evS50jShQIdmb3nD3Tm2ZM8U", "incomingTokenType": "none", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "37ee873b-f901-4e25-be69-010243106d0f", "rngcStatus": 0}}, {"time": "2022-08-05T02:03:04.907453Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "50158", "resultSignature": "None", "resultDescription": "External security challenge was not satisfied.", "durationMs": 0, "callerIpAddress": "105.169.153.183", "correlationId": "017c228f-94a2-43c4-ad28-ed55c74ea1b5", "identity": "Thomas Price", "Level": 4, "location": "XR", "properties": {"id": "911f8da9-b80f-4328-bdcf-c11f05506600", "createdDateTime": "2022-08-05T02:03:05.059453Z", "userDisplayName": "Thomas Price", "userPrincipalName": "tprice@domain.com", "userId": "32109ee2-ee4f-4d11-9c38-2556aec0f2b5", "appId": "9a7e67c7-6f05-42a3-b226-97c7ec3e9696", "appDisplayName": "Adobe Identity Management", "ipAddress": "105.169.153.183", "status": {"errorCode": 50158, "failureReason": "External security challenge was not satisfied."}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (X11; Linux i686) AppleWebKit/535.2 (KHTML, like Gecko) Chrome/22.0.843.0 Safari/535.2 Edge/118.12158", "deviceDetail": {"deviceId": "2b85c59f-331a-4b61-9a44-9d3d6df62a06", "displayName": "THOMASPRICE-LT", "operatingSystem": "Windows 10", "browser": "Edge 118.12158", "trustType": "Hybrid Azure AD joined"}, "location": {"city": "Kevinton", "state": "Smithton", "countryOrRegion": "XR", "geoCoordinates": {"latitude": -87.5106305, "longitude": -77.991036}}, "correlationId": "9a5ea4ff-0a8d-4d92-8778-f13da2499f17", "conditionalAccessStatus": "failure", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "f250e9eb-cc7d-45e8-87f0-e94d7a0235b9", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 152, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Adobe Identity Management Service", "resourceId": "30663ca7-f8a9-43ab-8ca1-7906bdbc1485", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 256668, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "km8qaOAGxZ7quOazOb7CwZh9XXvQEqus8SQy09DMRWd8NAeo", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "a6c259e5-7f16-48b2-a9f3-75becd6daa9b", "rngcStatus": 0}}, {"time": "2022-08-05T02:20:10.387433Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "156.206.181.119", "correlationId": "014eae15-0c28-4317-8923-806b993eca77", "identity": "Cynthia Perry", "Level": 4, "location": "XY", "properties": {"id": "12cb0ee6-11e1-4bee-8a49-6d2edc306a00", "createdDateTime": "2022-08-05T02:20:10.476433Z", "userDisplayName": "Cynthia Perry", "userPrincipalName": "cperry@domain.com", "userId": "ac5fa380-9d5b-470e-beb2-5ba10aca48e6", "appId": "9de6e985-97a5-4d82-9c45-aedaa9c25ef9", "appDisplayName": "AWS Single-Account Access", "ipAddress": "156.206.181.119", "status": {"errorCode": 0}, "clientAppUsed": "Browser", "deviceDetail": {"deviceId": "", "operatingSystem": "Windows"}, "location": {"city": "Hannaville", "state": "Thomashaven", "countryOrRegion": "XY", "geoCoordinates": {"latitude": 1.1452695, "longitude": 128.249211}}, "correlationId": "2469f8c9-e007-4beb-9d3a-5f457882f68a", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "f2bd59c3-2f46-4963-bebe-11c5692a7a89", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 89, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "AWS Single-Account Access Service", "resourceId": "f0630e90-b752-4960-bfb9-a0794fc34930", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 279165, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "cYfTHS5lk3RWQVIPM1DnMV26DMethmFeDbY1QYh2y32UvwVC", "incomingTokenType": "none", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "1f37c851-4be4-455b-928a-fbde7845a68a", "rngcStatus": 0}}, {"time": "2022-08-05T02:36:47.140745Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "42.62.103.34", "correlationId": "4ac74f37-5ec4-4129-b07a-1ec1d0e5601c", "identity": "Joseph Taylor", "Level": 4, "location": "XF", "properties": {"id": "be6022e3-cefb-4a55-8ab2-6dd33d369900", "createdDateTime": "2022-08-05T02:36:47.219745Z", "userDisplayName": "Joseph Taylor", "userPrincipalName": "jtaylor@domain.com", "userId": "af9847eb-c773-41ae-bf94-42747c5e986c", "appId": "9d794ea1-8d77-42e3-9fdd-6fd3620d616a", "appDisplayName": "Alaya", "ipAddress": "42.62.103.34", "status": {"errorCode": 0, "additionalDetails": "MFA requirement satisfied by claim in the token"}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (iPad; CPU iPad OS 9_3_6 like Mac OS X) AppleWebKit/536.1 (KHTML, like Gecko) CriOS/42.0.865.0 Mobile/77O124 Safari/536.1 Edge/99.14477", "deviceDetail": {"deviceId": "76b96bd3-e5d7-49ee-b195-bf363facdb3d", "displayName": "JOSEPHTAYLOR-LT", "operatingSystem": "Windows 10", "browser": "Edge 99.14477", "isCompliant": true, "isManaged": true, "trustType": "Azure AD joined"}, "location": {"city": "Jessicafurt", "state": "Smithbury", "countryOrRegion": "XF", "geoCoordinates": {"latitude": 17.5082395, "longitude": -115.304215}}, "mfaDetail": {}, "correlationId": "4721ef0d-8239-4a18-9208-cb0eca5aba80", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "564fbf8e-697a-4e95-b705-f3993fd31a3c", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 79, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Alaya Service", "resourceId": "c8eab36d-0a82-409d-8693-a8dabc997921", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 393508, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "A1begGkcdHhqiIxLaYohvuTNum143mRUZhevXFfoxFq0XraN", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "2248d3ef-d7b8-4eb2-bd20-fb53f725bfe3", "rngcStatus": 0}}, {"time": "2022-08-05T02:45:58.139056Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "50158", "resultSignature": "None", "resultDescription": "External security challenge was not satisfied.", "durationMs": 0, "callerIpAddress": "105.169.153.183", "correlationId": "185edb0b-25b0-4235-b8b7-1e82d1a19168", "identity": "Thomas Price", "Level": 4, "location": "XR", "properties": {"id": "c42d1a02-7ec4-48b5-9f37-6b02d56a6c00", "createdDateTime": "2022-08-05T02:45:58.295056Z", "userDisplayName": "Thomas Price", "userPrincipalName": "tprice@domain.com", "userId": "32109ee2-ee4f-4d11-9c38-2556aec0f2b5", "appId": "9a7e67c7-6f05-42a3-b226-97c7ec3e9696", "appDisplayName": "Adobe Identity Management", "ipAddress": "105.169.153.183", "status": {"errorCode": 50158, "failureReason": "External security challenge was not satisfied."}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (X11; Linux i686) AppleWebKit/535.2 (KHTML, like Gecko) Chrome/22.0.843.0 Safari/535.2 Edge/118.12158", "deviceDetail": {"deviceId": "2b85c59f-331a-4b61-9a44-9d3d6df62a06", "displayName": "THOMASPRICE-LT", "operatingSystem": "Windows 10", "browser": "Edge 118.12158", "trustType": "Hybrid Azure AD joined"}, "location": {"city": "Santosborough", "state": "Smithton", "countryOrRegion": "XR", "geoCoordinates": {"latitude": 12.8350355, "longitude": 138.359011}}, "correlationId": "33bfc0ba-5ff3-4686-bcbe-d58c7d58d12b", "conditionalAccessStatus": "failure", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "b728685c-4db2-477c-a2eb-ea6ab15d9ff5", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 156, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Adobe Identity Management Service", "resourceId": "30663ca7-f8a9-43ab-8ca1-7906bdbc1485", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 256668, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "UcBiCRKbgHn5exVDubpK8gKwEGcFPUZ1SeVsnmm0g8WHjuJp", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "a6c259e5-7f16-48b2-a9f3-75becd6daa9b", "rngcStatus": 0}}, {"time": "2022-08-05T02:52:53.507399Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "13.113.40.157", "correlationId": "cc578c3c-6d78-4859-bf7f-5ba6c70bdcdb", "identity": "Attack Target", "Level": 4, "location": "XR", "properties": {"id": "df57eaed-63aa-4a28-8eda-7df80e8a6900", "createdDateTime": "2022-08-05T02:52:53.625399Z", "userDisplayName": "Attack Target", "userPrincipalName": "attacktarget@domain.com", "userId": "d735e84b-dcca-404d-9f7d-700f360f41a6", "appId": "9a7e67c7-6f05-42a3-b226-97c7ec3e9696", "appDisplayName": "Adobe Identity Management", "ipAddress": "13.113.40.157", "status": {"errorCode": 0}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (iPad; CPU iPad OS 9_3_6 like Mac OS X) AppleWebKit/536.1 (KHTML, like Gecko) CriOS/42.0.865.0 Mobile/77O124 Safari/536.1 Edge/99.14477", "deviceDetail": {"deviceId": "a44625dc-6f81-449a-9799-8005f7209b42", "displayName": "ATTACKTARGET-LT", "operatingSystem": "Windows 10", "browser": "Edge 99.14477", "trustType": "Azure AD registered"}, "location": {"city": "Smithfort", "state": "Smithfort", "countryOrRegion": "XR", "geoCoordinates": {"latitude": 3.7564095, "longitude": -121.574606}}, "correlationId": "31385c33-7737-4e0f-8041-70f17734e07b", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "e630be56-c178-462b-945e-e38c67ab058a", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 118, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Adobe Identity Management Service", "resourceId": "30663ca7-f8a9-43ab-8ca1-7906bdbc1485", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 34974, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "TO1wkU9uCJCFBOgrgaNp67xDaSlfDCU38Nvrj79TMLnDyicA", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "a6c259e5-7f16-48b2-a9f3-75becd6daa9b", "rngcStatus": 0}}, {"time": "2022-08-05T03:27:16.392731Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "156.206.181.119", "correlationId": "69cd39b4-6675-4619-ab55-098b8b045cd9", "identity": "Cynthia Perry", "Level": 4, "location": "XY", "properties": {"id": "d2644368-9b2b-45cb-8872-4b3fd5ad8d00", "createdDateTime": "2022-08-05T03:27:16.479731Z", "userDisplayName": "Cynthia Perry", "userPrincipalName": "cperry@domain.com", "userId": "ac5fa380-9d5b-470e-beb2-5ba10aca48e6", "appId": "9a7e67c7-6f05-42a3-b226-97c7ec3e9696", "appDisplayName": "Adobe Identity Management", "ipAddress": "156.206.181.119", "status": {"errorCode": 0}, "clientAppUsed": "Mobile Apps and Desktop clients", "deviceDetail": {"deviceId": "", "operatingSystem": "Windows 10", "browser": "Rich Client v3.4.1.35249"}, "location": {"city": "Hannaville", "state": "Thomashaven", "countryOrRegion": "XY", "geoCoordinates": {"latitude": 1.1452695, "longitude": 128.249211}}, "correlationId": "35eb07e6-671b-4adf-9993-279573fc79ae", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "cf4f6491-dddf-4da9-9a7a-e4d5245a6b67", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 87, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Adobe Identity Management Service", "resourceId": "f0630e90-b752-4960-bfb9-a0794fc34930", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 279165, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "xGy1aOvj9Ex0taSQxSv4Pim6FeQMjE44OJ9fwnjKVIy06poA", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "1f37c851-4be4-455b-928a-fbde7845a68a", "rngcStatus": 0}}, {"time": "2022-08-05T03:33:50.908922Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "50158", "resultSignature": "None", "resultDescription": "External security challenge was not satisfied.", "durationMs": 0, "callerIpAddress": "177.189.225.133", "correlationId": "c18ac15c-d0fb-42bb-bf1e-0dedc9916159", "identity": "Thomas Price", "Level": 4, "location": "XQ", "properties": {"id": "f1fc2489-d131-4e12-a62d-535f64b78d00", "createdDateTime": "2022-08-05T03:33:51.019922Z", "userDisplayName": "Thomas Price", "userPrincipalName": "tprice@domain.com", "userId": "32109ee2-ee4f-4d11-9c38-2556aec0f2b5", "appId": "9a7e67c7-6f05-42a3-b226-97c7ec3e9696", "appDisplayName": "Adobe Identity Management", "ipAddress": "177.189.225.133", "status": {"errorCode": 50158, "failureReason": "External security challenge was not satisfied."}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (X11; Linux i686) AppleWebKit/535.2 (KHTML, like Gecko) Chrome/22.0.843.0 Safari/535.2 Edge/118.12158", "deviceDetail": {"deviceId": "72c565a0-f587-4d5e-9fa9-82cab482ddf0", "displayName": "THOMASPRICE-LT", "operatingSystem": "Windows 10", "browser": "Edge 118.12158", "trustType": "Hybrid Azure AD joined"}, "location": {"city": "Brownton", "state": "Stephanieberg", "countryOrRegion": "XQ", "geoCoordinates": {"latitude": 60.015373, "longitude": -41.508557}}, "correlationId": "b4041196-aa03-4c98-bf2d-c0265d31c611", "conditionalAccessStatus": "failure", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "4937692c-0532-4324-aa6b-98437dc4c32b", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 111, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Adobe Identity Management Service", "resourceId": "30663ca7-f8a9-43ab-8ca1-7906bdbc1485", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 104135, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "74zal8fORhA3n6y8KWbMcKlLXKQgHW0O7jBsRsoam2pib0xS", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "a6c259e5-7f16-48b2-a9f3-75becd6daa9b", "rngcStatus": 0}}, {"time": "2022-08-05T03:45:43.658504Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "13.113.40.157", "correlationId": "8bc37c8d-1407-484a-a34c-681ab4b776b7", "identity": "Attack Target", "Level": 4, "location": "XR", "properties": {"id": "45f948cc-c7b8-4f70-b09f-6ae1b5cb8b00", "createdDateTime": "2022-08-05T03:45:43.770504Z", "userDisplayName": "Attack Target", "userPrincipalName": "attacktarget@domain.com", "userId": "d735e84b-dcca-404d-9f7d-700f360f41a6", "appId": "9a7e67c7-6f05-42a3-b226-97c7ec3e9696", "appDisplayName": "Adobe Identity Management", "ipAddress": "13.113.40.157", "ipAddressFromResourceProvider": "13.113.40.157", "status": {"errorCode": 0}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (iPad; CPU iPad OS 9_3_6 like Mac OS X) AppleWebKit/536.1 (KHTML, like Gecko) CriOS/42.0.865.0 Mobile/77O124 Safari/536.1 Edge/99.14477", "deviceDetail": {"deviceId": "a44625dc-6f81-449a-9799-8005f7209b42", "displayName": "ATTACKTARGET-LT", "operatingSystem": "Windows 10", "browser": "Edge 99.14477", "trustType": "Azure AD registered"}, "location": {"city": "Smithfort", "state": "Smithfort", "countryOrRegion": "XR", "geoCoordinates": {"latitude": 3.7564095, "longitude": -121.574606}}, "correlationId": "096d329d-dba7-4516-bdfc-0657d136355b", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "b2066034-93be-4f34-9fdc-eadb97ec91ef", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 112, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Adobe Identity Management Service", "resourceId": "c8eab36d-0a82-409d-8693-a8dabc997921", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 34974, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "XwOOnSK7SD7YICsgs84w3EZGGzhUaKghdx6ZYFDSQZTpJi5t", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "2248d3ef-d7b8-4eb2-bd20-fb53f725bfe3", "rngcStatus": 0}}, {"time": "2022-08-05T04:04:35.617303Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "81.209.4.19", "correlationId": "ab7bbc77-f318-4655-be20-8f7299037264", "identity": "Jim Gonzalez", "Level": 4, "location": "XR", "properties": {"id": "599e6756-2da1-4fc0-bb78-22b5ac5d5400", "createdDateTime": "2022-08-05T04:04:35.773303Z", "userDisplayName": "Jim Gonzalez", "userPrincipalName": "jgonzalez@domain.com", "userId": "95090045-a9c5-489c-adee-2db430a3333a", "appId": "dbe6b779-13df-45f2-a6d7-1323485479f6", "appDisplayName": "Cisco Webex", "ipAddress": "81.209.4.19", "status": {"errorCode": 0}, "clientAppUsed": "Browser", "deviceDetail": {"deviceId": "1a428e94-41e3-4c1d-865a-0d31c9a2540b", "displayName": "JIMGONZALEZ-LT", "operatingSystem": "Windows10", "browser": "Rich Client 4.38.0.0", "trustType": "Azure AD registered"}, "location": {"city": "Santosborough", "state": "Smithton", "countryOrRegion": "XR", "geoCoordinates": {"latitude": 50.0774195, "longitude": 64.938754}}, "correlationId": "45e1adcd-bb0e-4bfe-9cfc-32deef11d1cb", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "2263d030-0f6d-49cf-bc03-2a686b57131b", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "processingTimeInMilliseconds": 156, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Cisco Webex Service", "resourceId": "9a84f55e-3a40-492c-9476-e069f64ed7a6", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 34974, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "wVw82cg01wCVPSh6U9MNZQNKS19mld5AQrc3RoOpFDB0TkoR", "incomingTokenType": "none", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "37ee873b-f901-4e25-be69-010243106d0f"}}, {"time": "2022-08-05T04:17:46.425417Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "50158", "resultSignature": "None", "resultDescription": "External security challenge was not satisfied.", "durationMs": 0, "callerIpAddress": "92.110.109.246", "correlationId": "8bc1d5e6-3a36-4b16-a223-bf2a8cfa696a", "identity": "Thomas Price", "Level": 4, "location": "XR", "properties": {"id": "8bc588a3-ee52-4f64-9b78-b883ee766d00", "createdDateTime": "2022-08-05T04:17:46.542417Z", "userDisplayName": "Thomas Price", "userPrincipalName": "tprice@domain.com", "userId": "32109ee2-ee4f-4d11-9c38-2556aec0f2b5", "appId": "79510a8f-6421-4348-a2ea-bcc2b02485c1", "appDisplayName": "Cisco AnyConnect", "ipAddress": "92.110.109.246", "status": {"errorCode": 50158, "failureReason": "External security challenge was not satisfied."}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (X11; Linux i686) AppleWebKit/535.2 (KHTML, like Gecko) Chrome/22.0.843.0 Safari/535.2 Edge/118.12158", "deviceDetail": {"deviceId": "0927e60c-8dfa-4ecf-be85-ad63bccf40a1", "displayName": "THOMASPRICE-LT", "operatingSystem": "Windows 10", "browser": "Edge 118.12158", "trustType": "Hybrid Azure AD joined"}, "location": {"city": "Port Denisetown", "state": "Smithton", "countryOrRegion": "XR", "geoCoordinates": {"latitude": 3.5518965, "longitude": 131.871582}}, "correlationId": "2aa585f7-9764-43d4-ba16-b4c6c48a5181", "conditionalAccessStatus": "failure", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "9f615b04-349d-4e41-99f3-578ddc667550", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 117, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Cisco AnyConnect Online", "resourceId": "5d5b8d28-6a28-472e-b837-a4094e466965", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 230297, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "Y2NYyAXCfFhe951YMpYhq9guDaTS8pSudZe87CaYJCe9ykQF", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "15655e1f-5005-4c53-b3c0-c4a1d1ca5e9e", "rngcStatus": 0}}, {"time": "2022-08-05T04:39:49.896537Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "13.113.40.157", "correlationId": "748d952a-1672-44a3-9fc0-47281351aee5", "identity": "Attack Target", "Level": 4, "location": "XR", "properties": {"id": "717ef043-4342-4bef-be3f-b1a2a98b6500", "createdDateTime": "2022-08-05T04:39:50.043537Z", "userDisplayName": "Attack Target", "userPrincipalName": "attacktarget@domain.com", "userId": "d735e84b-dcca-404d-9f7d-700f360f41a6", "appId": "9a7e67c7-6f05-42a3-b226-97c7ec3e9696", "appDisplayName": "Adobe Identity Management", "ipAddress": "13.113.40.157", "ipAddressFromResourceProvider": "11.5.130.220", "status": {"errorCode": 0}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (iPad; CPU iPad OS 9_3_6 like Mac OS X) AppleWebKit/536.1 (KHTML, like Gecko) CriOS/42.0.865.0 Mobile/77O124 Safari/536.1 Edge/99.14477", "deviceDetail": {"deviceId": "a44625dc-6f81-449a-9799-8005f7209b42", "displayName": "ATTACKTARGET-LT", "operatingSystem": "Windows 10", "browser": "Edge 99.14477", "trustType": "Azure AD registered"}, "location": {"city": "Smithfort", "state": "Smithfort", "countryOrRegion": "XR", "geoCoordinates": {"latitude": 3.7564095, "longitude": -121.574606}}, "correlationId": "4835f9c5-03f0-4c4f-acbd-a13ba55375f1", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "ad191ca8-2550-4743-933e-1d26c06ee127", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 147, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Adobe Identity Management Service", "resourceId": "9a84f55e-3a40-492c-9476-e069f64ed7a6", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 34974, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "aqd769HsespfZVxX5DcYvMUnXGGZHbwcfIIWkHpUOtxlsZQp", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "37ee873b-f901-4e25-be69-010243106d0f", "rngcStatus": 0}}, {"time": "2022-08-05T04:49:38.030302Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "156.206.181.119", "correlationId": "edec6f63-c23f-44d2-b380-3818658793d4", "identity": "Cynthia Perry", "Level": 4, "location": "XY", "properties": {"id": "de11f2d6-e163-499e-b108-6f97f7179700", "createdDateTime": "2022-08-05T04:49:38.144302Z", "userDisplayName": "Cynthia Perry", "userPrincipalName": "cperry@domain.com", "userId": "ac5fa380-9d5b-470e-beb2-5ba10aca48e6", "appId": "9de6e985-97a5-4d82-9c45-aedaa9c25ef9", "appDisplayName": "AWS Single-Account Access", "ipAddress": "156.206.181.119", "status": {"errorCode": 0}, "clientAppUsed": "Browser", "deviceDetail": {"deviceId": "", "operatingSystem": "Windows"}, "location": {"city": "Hannaville", "state": "Thomashaven", "countryOrRegion": "XY", "geoCoordinates": {"latitude": 1.1452695, "longitude": 128.249211}}, "correlationId": "e77d58af-841a-4256-8a58-6cb37a6da208", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "90f4a22d-050d-4c40-b91d-8b0eefdff95d", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 114, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "AWS Single-Account Access Service", "resourceId": "c65cf5f9-5537-4200-889e-381c4f60ca7d", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 279165, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "TGWFw4LijAvlIi3QrYj2gEvVmj2b3CMaCs2yVxac1LajPWDg", "incomingTokenType": "none", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": null, "rngcStatus": 0}}, {"time": "2022-08-05T04:59:29.255022Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "147.132.189.119", "correlationId": "6e3bf2dd-a5c0-4352-b2e9-6268ec70ac6f", "identity": "Cassie Fernandez", "Level": 4, "location": "XR", "properties": {"id": "de11f2d6-e163-499e-b108-6f97c0d09900", "createdDateTime": "2022-08-05T04:59:29.360022Z", "userDisplayName": "Cassie Fernandez", "userPrincipalName": "cfernandez@domain.com", "userId": "67ef8be6-3f44-4db7-8172-fd6211428c1e", "appId": "2eae4ad1-8cae-48fe-b718-76bd66e2fc7f", "appDisplayName": "Bipsync", "ipAddress": "147.132.189.119", "status": {"errorCode": 0}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (iPad; CPU iPad OS 9_3_6 like Mac OS X) AppleWebKit/536.1 (KHTML, like Gecko) CriOS/42.0.865.0 Mobile/77O124 Safari/536.1 Edge/99.14477", "deviceDetail": {"deviceId": "bf67c857-685a-4457-89c4-db2afa581bd2", "displayName": "CASSIEFERNANDEZ-LT", "operatingSystem": "Windows 10", "browser": "Edge 99.14477", "trustType": "Hybrid Azure AD joined"}, "location": {"city": "Port Denisetown", "state": "Smithton", "countryOrRegion": "XR", "geoCoordinates": {"latitude": 3.5518965, "longitude": 131.871582}}, "correlationId": "ccd101b2-0bab-4336-8c3e-87cfc506f714", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "eee10f09-65ad-47ea-aa81-b17a5baf5089", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 105, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Bipsync Service", "resourceId": "4b482d0a-88be-43f3-a771-aaf19d9bbf70", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 256668, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "ojp84tuazamoOC4mSMzmBIvH4nqqc07Aj9YtMOdiGwgGJhd3", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "b4d48f3a-639f-4f89-a099-2fdd27423d1f", "rngcStatus": 0}}, {"time": "2022-08-05T05:02:07.112432Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "92.110.109.246", "correlationId": "8dabbdd0-6c25-46ac-a870-4260eae0eb14", "identity": "David Johnson", "Level": 4, "location": "XR", "properties": {"id": "61aaa40e-2fb7-4775-bea6-cf490c6f9b00", "createdDateTime": "2022-08-05T05:02:07.338432Z", "userDisplayName": "David Johnson", "userPrincipalName": "djohnson@domain.com", "userId": "ff2ae3d2-8cd2-4bd6-b65d-49c5ad946c7f", "appId": "9003b8ba-730c-412d-8972-267700304e01", "appDisplayName": "Box", "ipAddress": "92.110.109.246", "status": {"errorCode": 0}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (Windows NT 4.0) AppleWebKit/531.1 (KHTML, like Gecko) Chrome/20.0.823.0 Safari/531.1 Edge/87.11424", "deviceDetail": {"deviceId": "8fb0ff79-f116-4f20-8ca8-36b3f8d68865", "displayName": "DAVIDJOHNSON-LT", "operatingSystem": "Windows 10", "browser": "Edge 87.11424", "trustType": "Azure AD registered"}, "location": {"city": "Port Denisetown", "state": "Smithton", "countryOrRegion": "XR", "geoCoordinates": {"latitude": 3.5518965, "longitude": 131.871582}}, "correlationId": "1cde9fda-73ee-41b8-9acf-3f04a53d292b", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "12f0bbae-41a5-4042-9f78-1ee0754fb4c5", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 226, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Box Online", "resourceId": "f0630e90-b752-4960-bfb9-a0794fc34930", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 230297, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "X4A0JRherZe55qOT2BE7UQQYhYi8FEsFTW1pkFL8C0m2pZMO", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "1f37c851-4be4-455b-928a-fbde7845a68a", "rngcStatus": 0}}, {"time": "2022-08-05T05:17:19.834806Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "50158", "resultSignature": "None", "resultDescription": "External security challenge was not satisfied.", "durationMs": 0, "callerIpAddress": "105.169.153.183", "correlationId": "9eefffc4-8cdd-4be5-9fbe-727aff0f2821", "identity": "Thomas Price", "Level": 4, "location": "XR", "properties": {"id": "a1992293-def5-47de-a489-bdba7c405200", "createdDateTime": "2022-08-05T05:17:19.963806Z", "userDisplayName": "Thomas Price", "userPrincipalName": "tprice@domain.com", "userId": "32109ee2-ee4f-4d11-9c38-2556aec0f2b5", "appId": "79510a8f-6421-4348-a2ea-bcc2b02485c1", "appDisplayName": "Cisco AnyConnect", "ipAddress": "105.169.153.183", "status": {"errorCode": 50158, "failureReason": "External security challenge was not satisfied."}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (X11; Linux i686) AppleWebKit/535.2 (KHTML, like Gecko) Chrome/22.0.843.0 Safari/535.2 Edge/118.12158", "deviceDetail": {"deviceId": "2b85c59f-331a-4b61-9a44-9d3d6df62a06", "displayName": "THOMASPRICE-LT", "operatingSystem": "Windows 10", "browser": "Edge 118.12158", "trustType": "Hybrid Azure AD joined"}, "location": {"city": "Kevinton", "state": "Smithton", "countryOrRegion": "XR", "geoCoordinates": {"latitude": -87.5106305, "longitude": -77.991036}}, "correlationId": "3184dd8e-354c-4bfe-ae38-f889e0eb1779", "conditionalAccessStatus": "failure", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "f43187e0-ca6c-4cec-a279-064c679a3075", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "processingTimeInMilliseconds": 129, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Cisco AnyConnect Online", "resourceId": "5d5b8d28-6a28-472e-b837-a4094e466965", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 256668, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "aBa4BJcLTmnbx2tx9IlMr0lj3Hnp2ztWwsCjv58QRSe72w66", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "15655e1f-5005-4c53-b3c0-c4a1d1ca5e9e"}}, {"time": "2022-08-05T05:22:04.092778Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "156.206.181.119", "correlationId": "62acc10b-dda4-4f52-aa98-68740eb2b3ce", "identity": "Cynthia Perry", "Level": 4, "location": "XY", "properties": {"id": "f86fd039-b911-4a63-b06c-844776726200", "createdDateTime": "2022-08-05T05:22:04.228778Z", "userDisplayName": "Cynthia Perry", "userPrincipalName": "cperry@domain.com", "userId": "ac5fa380-9d5b-470e-beb2-5ba10aca48e6", "appId": "9de6e985-97a5-4d82-9c45-aedaa9c25ef9", "appDisplayName": "AWS Single-Account Access", "ipAddress": "156.206.181.119", "status": {"errorCode": 0}, "clientAppUsed": "Browser", "deviceDetail": {"deviceId": "", "operatingSystem": "Windows"}, "location": {"city": "Hannaville", "state": "Thomashaven", "countryOrRegion": "XY", "geoCoordinates": {"latitude": 1.1452695, "longitude": 128.249211}}, "correlationId": "0c982198-9c71-49a8-918b-9699540847bd", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "1ea36e3e-d8f9-4258-9d73-398065ed1a58", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 136, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "AWS Single-Account Access Service", "resourceId": "c65cf5f9-5537-4200-889e-381c4f60ca7d", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 279165, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "hlwxeGyJr3KMVjMBOYx6DrJVau1OmNrwxQLRSKskMC4jYsmu", "incomingTokenType": "none", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": null, "rngcStatus": 0}}, {"time": "2022-08-05T05:33:48.540468Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "50158", "resultSignature": "None", "resultDescription": "External security challenge was not satisfied.", "durationMs": 0, "callerIpAddress": "92.110.109.246", "correlationId": "b82f58f0-5caa-4430-b96f-13eb3987efee", "identity": "Thomas Price", "Level": 4, "location": "XR", "properties": {"id": "c1b5f5c8-ca60-424d-8983-bf9c59465000", "createdDateTime": "2022-08-05T05:33:48.684468Z", "userDisplayName": "Thomas Price", "userPrincipalName": "tprice@domain.com", "userId": "32109ee2-ee4f-4d11-9c38-2556aec0f2b5", "appId": "9a7e67c7-6f05-42a3-b226-97c7ec3e9696", "appDisplayName": "Adobe Identity Management", "ipAddress": "92.110.109.246", "status": {"errorCode": 50158, "failureReason": "External security challenge was not satisfied."}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (X11; Linux i686) AppleWebKit/535.2 (KHTML, like Gecko) Chrome/22.0.843.0 Safari/535.2 Edge/118.12158", "deviceDetail": {"deviceId": "fb4d911d-6441-411b-868f-d25d5586a326", "displayName": "THOMASPRICE-LT", "operatingSystem": "Windows 10", "browser": "Edge 118.12158", "trustType": "Hybrid Azure AD joined"}, "location": {"city": "Port Denisetown", "state": "Smithton", "countryOrRegion": "XR", "geoCoordinates": {"latitude": 3.5518965, "longitude": 131.871582}}, "correlationId": "06a02f4f-8492-4907-8df9-875bda90ef70", "conditionalAccessStatus": "failure", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "c34b31ce-6064-4cf4-bd10-387663c2bd89", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "processingTimeInMilliseconds": 144, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Adobe Identity Management Service", "resourceId": "30663ca7-f8a9-43ab-8ca1-7906bdbc1485", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 230297, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "f6wHpoXFymp8dx9cINNZH4M2K57NeeX5qwgonqpvfFQK5fyL", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "a6c259e5-7f16-48b2-a9f3-75becd6daa9b"}}, {"time": "2022-08-05T05:45:48.307946Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "205.33.24.92", "correlationId": "fa5092fa-137a-432a-8131-28e2a5c46263", "identity": "Aaron Cole", "Level": 4, "location": "XD", "properties": {"id": "d43ff6b9-d2e4-4291-bf54-8dd922e28500", "createdDateTime": "2022-08-05T05:45:48.370946Z", "userDisplayName": "Aaron Cole", "userPrincipalName": "acole@domain.com", "userId": "5d557969-1645-4ba4-be83-b6fd943659f7", "appId": "ad65aaed-51a8-4877-830e-8a5273604c87", "appDisplayName": "Docusign", "ipAddress": "205.33.24.92", "status": {"errorCode": 0}, "clientAppUsed": "Browser", "userAgent": "Mozilla/5.0 (X11; Linux i686) AppleWebKit/536.2 (KHTML, like Gecko) Chrome/22.0.877.0 Safari/536.2", "deviceDetail": {"deviceId": "", "operatingSystem": "Windows 10", "browser": "Chrome 22.0.877.0"}, "location": {"city": "Kristinmouth", "state": "Norrisbury", "countryOrRegion": "XD", "geoCoordinates": {"latitude": 26.278784, "longitude": -92.042573}}, "correlationId": "edd3225a-9182-41bf-a2e3-c8f21bba87f6", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "7760285f-5c7b-4bf5-84a3-de7370caa945", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 63, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Docusign Service", "resourceId": "8a137ba4-52ae-4dbf-94af-2e56851573c4", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 214655, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "qzQ7uv66Z5mvDbn8LWb2a4EbGARxxqnpqNwlBTG68w0nzwnb", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": null, "rngcStatus": 0}}, {"time": "2022-08-05T05:56:40.907455Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "50173", "resultSignature": "None", "resultDescription": "Fresh auth token is needed. Have the user re-sign using fresh credentials.", "durationMs": 0, "callerIpAddress": "99.116.100.205", "correlationId": "8dc7e62e-3240-410b-b6ef-f40d97a614aa", "identity": "Aaron Cole", "Level": 4, "location": "XD", "properties": {"id": "5e327247-139b-4579-a477-0876da949100", "createdDateTime": "2022-08-05T05:56:40.944455Z", "userDisplayName": "Aaron Cole", "userPrincipalName": "acole@domain.com", "userId": "5d557969-1645-4ba4-be83-b6fd943659f7", "appId": "b6eb5487-41e5-4254-acc5-72fbd850bd1e", "appDisplayName": "Google Cloud / G Suite Connector by Microsoft", "ipAddress": "99.116.100.205", "status": {"errorCode": 50173, "failureReason": "Fresh auth token is needed. Have the user re-sign using fresh credentials."}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (iPad; CPU iPad OS 9_3_6 like Mac OS X) AppleWebKit/536.1 (KHTML, like Gecko) CriOS/42.0.865.0 Mobile/77O124 Safari/536.1 Edge/99.14477", "deviceDetail": {"deviceId": "", "operatingSystem": "Windows 10", "browser": "Edge 99.14477"}, "location": {"city": "Carrollstad", "state": "Norrisbury", "countryOrRegion": "XD", "geoCoordinates": {"latitude": -38.8540465, "longitude": -17.674718}}, "correlationId": "1ae769a8-6973-4713-98fe-a6bbc718d672", "conditionalAccessStatus": "notApplied", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "4efd23bf-2ff1-4246-8478-f6b8d5b40d73", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 37, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Google Cloud / G Suite Connector by Microsoft Service", "resourceId": "ecbdb25d-8af8-4fc2-88e9-c990f2aca3eb", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 214655, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "fGCbFxXO0RQC5jborWYv040U1GxDN05zunqAzJXyzYQFF4kk", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "592bb571-3a2e-4a77-8560-63f6276de0da", "rngcStatus": 0}}, {"time": "2022-08-05T06:14:02.065627Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "42.62.103.34", "correlationId": "556270ea-a71a-4a2a-b3df-90cfd0c28393", "identity": "Joseph Taylor", "Level": 4, "location": "XF", "properties": {"id": "77327800-5251-4fce-ab74-464999118d00", "createdDateTime": "2022-08-05T06:14:02.178627Z", "userDisplayName": "Joseph Taylor", "userPrincipalName": "jtaylor@domain.com", "userId": "af9847eb-c773-41ae-bf94-42747c5e986c", "appId": "e47a1d38-5f61-45cd-b1b9-bc92f525c598", "appDisplayName": "Altoura", "ipAddress": "42.62.103.34", "status": {"errorCode": 0, "additionalDetails": "MFA requirement satisfied by claim in the token"}, "clientAppUsed": "Browser", "userAgent": "Mozilla/5.0 (Linux; Android 2.3.5) AppleWebKit/532.2 (KHTML, like Gecko) Chrome/46.0.898.0 Safari/532.2 Edge/105.19198", "deviceDetail": {"deviceId": "76b96bd3-e5d7-49ee-b195-bf363facdb3d", "displayName": "JOSEPHTAYLOR-LT", "operatingSystem": "Windows 10", "browser": "Edge 105.19198", "isCompliant": true, "isManaged": true, "trustType": "Azure AD joined"}, "location": {"city": "Jessicafurt", "state": "Smithbury", "countryOrRegion": "XF", "geoCoordinates": {"latitude": 17.5082395, "longitude": -115.304215}}, "mfaDetail": {}, "correlationId": "4608e401-a908-4b45-ab07-339067946563", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "120cff2a-3173-4a9b-bfc7-66cb04eef6e1", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 113, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Altoura Online", "resourceId": "f0630e90-b752-4960-bfb9-a0794fc34930", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 393508, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "nhB3aYLIwWfYI1MI4CCQgYYjmlJhg7VICdezzroUNMFvLL4t", "incomingTokenType": "none", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "1f37c851-4be4-455b-928a-fbde7845a68a", "rngcStatus": 0}}, {"time": "2022-08-05T06:41:35.233018Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "50158", "resultSignature": "None", "resultDescription": "External security challenge was not satisfied.", "durationMs": 0, "callerIpAddress": "92.110.109.246", "correlationId": "f33212da-ae3f-4c7d-8480-d3a4d22fca1f", "identity": "Thomas Price", "Level": 4, "location": "XR", "properties": {"id": "ed1cc7f2-5495-4045-9a89-642140a57600", "createdDateTime": "2022-08-05T06:41:35.396018Z", "userDisplayName": "Thomas Price", "userPrincipalName": "tprice@domain.com", "userId": "32109ee2-ee4f-4d11-9c38-2556aec0f2b5", "appId": "9a7e67c7-6f05-42a3-b226-97c7ec3e9696", "appDisplayName": "Adobe Identity Management", "ipAddress": "92.110.109.246", "status": {"errorCode": 50158, "failureReason": "External security challenge was not satisfied."}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (X11; Linux i686) AppleWebKit/535.2 (KHTML, like Gecko) Chrome/22.0.843.0 Safari/535.2 Edge/118.12158", "deviceDetail": {"deviceId": "35819889-abdc-47e0-b28d-5195d26e941f", "displayName": "THOMASPRICE-LT", "operatingSystem": "Windows 10", "browser": "Edge 118.12158", "trustType": "Hybrid Azure AD joined"}, "location": {"city": "Port Denisetown", "state": "Smithton", "countryOrRegion": "XR", "geoCoordinates": {"latitude": 3.5518965, "longitude": 131.871582}}, "correlationId": "e70816bf-06e7-467d-9e21-c2cdbec3ad97", "conditionalAccessStatus": "failure", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "3997395a-826c-4d1e-9240-a6144979ce89", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 163, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Adobe Identity Management Service", "resourceId": "30663ca7-f8a9-43ab-8ca1-7906bdbc1485", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 230297, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "lbxdfUWAIDNy9ncMAOL41xXd9Jn72PK4J2YvkA742nxCodE2", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "a6c259e5-7f16-48b2-a9f3-75becd6daa9b", "rngcStatus": 0}}, {"time": "2022-08-05T06:46:06.913473Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "77.44.40.28", "correlationId": "4b98b852-d99f-4209-b7dd-be6a71ca1096", "identity": "Thomas Price", "Level": 4, "location": "XQ", "properties": {"id": "21d9bc2a-9249-4dd7-ac71-d73d37d56300", "createdDateTime": "2022-08-05T06:46:07.043473Z", "userDisplayName": "Thomas Price", "userPrincipalName": "tprice@domain.com", "userId": "32109ee2-ee4f-4d11-9c38-2556aec0f2b5", "appId": "b9c45636-4d7c-4d33-8678-39527c8b5976", "appDisplayName": "LinkedIn Lookup", "ipAddress": "77.44.40.28", "status": {"errorCode": 0}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (X11; Linux i686) AppleWebKit/533.0 (KHTML, like Gecko) Chrome/24.0.803.0 Safari/533.0 Edge/40.11325", "deviceDetail": {"deviceId": "0729bd71-1465-4897-bba4-71c5ca15a9bb", "displayName": "THOMASPRICE-LT", "operatingSystem": "Windows 10", "browser": "Edge 40.11325", "isCompliant": true, "isManaged": true, "trustType": "Azure AD registered"}, "location": {"city": "Herringburgh", "state": "Chanshire", "countryOrRegion": "XQ", "geoCoordinates": {"latitude": 68.567938, "longitude": -27.641605}}, "correlationId": "b77c9109-25c1-4ced-8d53-0234d6248a90", "conditionalAccessStatus": "notApplied", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "f3465b5e-a146-417a-82b8-e47f680ff77d", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 130, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "LinkedIn Lookup Online", "resourceId": "4792a15b-0a23-4ddb-be78-f0f8eaecfae5", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 497360, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "drbyDFz3r8h1hjH9PdmWqbLmazpM9xbITASSIIblyTEJVI7C", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "bbd8c442-8cbf-48d6-9501-8bde23fb6f35", "rngcStatus": 0}}, {"time": "2022-08-05T07:16:53.988844Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "SignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "199.12.127.103", "correlationId": "e271d8e2-a0be-4a34-9221-a7e7ac205588", "identity": "Jacob Meyers", "Level": 4, "location": "XG", "properties": {"id": "8df1cc0f-951a-4b64-867c-236156256c00", "createdDateTime": "2022-08-05T07:16:54.099844Z", "userDisplayName": "Jacob Meyers", "userPrincipalName": "jmeyers@domain.com", "userId": "c63a67b0-1651-4a8a-9560-cc703cdad5ad", "appId": "1b3edb90-1e06-46db-b021-e2fc1f7ddaf5", "appDisplayName": "Beatrust", "ipAddress": "199.12.127.103", "status": {"errorCode": 0}, "clientAppUsed": "Browser", "userAgent": "Mozilla/5.0 (Windows NT 5.1) AppleWebKit/534.1 (KHTML, like Gecko) Chrome/37.0.847.0 Safari/534.1", "deviceDetail": {"deviceId": "", "operatingSystem": "Windows 10", "browser": "Chrome 37.0.847.0"}, "location": {"city": "Port Nathan", "state": "Newmanville", "countryOrRegion": "XG", "geoCoordinates": {"latitude": 23.244641, "longitude": -113.392021}}, "correlationId": "c20c2520-640b-4b31-b0bd-feaa328ddcf3", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "c9304302-c66e-4baf-b27c-666b1a9b27d9", "isInteractive": true, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 111, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Beatrust Service", "resourceId": "24578515-1951-4064-967d-0d2acaf0aa70", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 282405, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "ummy4ygMJzQ165w4PbhWlTzt4RDphiihsBGyDBOm9e7C5rDq", "incomingTokenType": "none", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "0e68752b-7dfa-400b-a6f5-1b54af90696a", "rngcStatus": 0}}, {"time": "2022-08-05T07:23:17.458939Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "50158", "resultSignature": "None", "resultDescription": "External security challenge was not satisfied.", "durationMs": 0, "callerIpAddress": "44.22.19.201", "correlationId": "1a867bff-9a2c-4ea6-9a19-799fb16a1bc2", "identity": "Thomas Price", "Level": 4, "location": "XN", "properties": {"id": "04386101-53be-4839-bba8-bcf1268c5500", "createdDateTime": "2022-08-05T07:23:17.623939Z", "userDisplayName": "Thomas Price", "userPrincipalName": "tprice@domain.com", "userId": "32109ee2-ee4f-4d11-9c38-2556aec0f2b5", "appId": "9a7e67c7-6f05-42a3-b226-97c7ec3e9696", "appDisplayName": "Adobe Identity Management", "ipAddress": "44.22.19.201", "status": {"errorCode": 50158, "failureReason": "External security challenge was not satisfied."}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (X11; Linux i686) AppleWebKit/535.2 (KHTML, like Gecko) Chrome/22.0.843.0 Safari/535.2 Edge/118.12158", "deviceDetail": {"deviceId": "a12f42a7-2ae0-42d8-aec8-bf7cb3dea82c", "displayName": "THOMASPRICE-LT", "operatingSystem": "Windows 10", "browser": "Edge 118.12158", "trustType": "Hybrid Azure AD joined"}, "location": {"city": "Littlemouth", "state": "Alexanderfurt", "countryOrRegion": "XN", "geoCoordinates": {"latitude": 25.4437255, "longitude": -109.530885}}, "correlationId": "c75c6720-0355-43b1-9208-0215045c6814", "conditionalAccessStatus": "failure", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "60210c96-0792-4d77-b205-f79f96b43692", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "processingTimeInMilliseconds": 165, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Adobe Identity Management Service", "resourceId": "30663ca7-f8a9-43ab-8ca1-7906bdbc1485", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 230297, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "VxFXV5amXfzs5MT0VEuz9PyCrCigdumhlFJbav0bfUTVmPEF", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "a6c259e5-7f16-48b2-a9f3-75becd6daa9b"}}, {"time": "2022-08-05T07:43:54.632954Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "42.62.103.34", "correlationId": "fbe3386b-66c9-4244-a580-304f18c5473c", "identity": "Joseph Taylor", "Level": 4, "location": "XF", "properties": {"id": "a77e0273-7a1d-4974-9159-7376a71d5e00", "createdDateTime": "2022-08-05T07:43:54.726954Z", "userDisplayName": "Joseph Taylor", "userPrincipalName": "jtaylor@domain.com", "userId": "af9847eb-c773-41ae-bf94-42747c5e986c", "appId": "e47a1d38-5f61-45cd-b1b9-bc92f525c598", "appDisplayName": "Altoura", "ipAddress": "42.62.103.34", "status": {"errorCode": 0, "additionalDetails": "MFA requirement satisfied by claim in the token"}, "clientAppUsed": "Browser", "userAgent": "Mozilla/5.0 (Linux; Android 2.3.5) AppleWebKit/532.2 (KHTML, like Gecko) Chrome/46.0.898.0 Safari/532.2 Edge/105.19198", "deviceDetail": {"deviceId": "76b96bd3-e5d7-49ee-b195-bf363facdb3d", "displayName": "JOSEPHTAYLOR-LT", "operatingSystem": "Windows 10", "browser": "Edge 105.19198", "isCompliant": true, "isManaged": true, "trustType": "Azure AD joined"}, "location": {"city": "Jessicafurt", "state": "Smithbury", "countryOrRegion": "XF", "geoCoordinates": {"latitude": 17.5082395, "longitude": -115.304215}}, "mfaDetail": {}, "correlationId": "3f2589df-f652-4bc4-80f8-b3cb78e6e3e9", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "b2489df7-8e73-4548-b777-15e7e1fc76fa", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "processingTimeInMilliseconds": 94, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Altoura Online", "resourceId": "9a84f55e-3a40-492c-9476-e069f64ed7a6", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 393508, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "x95tbG2KpW0k5N1EVFoabPRtwkzXLRUUWw6IadFWnSUtHor0", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "37ee873b-f901-4e25-be69-010243106d0f"}}, {"time": "2022-08-05T07:52:56.472978Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "42.62.103.34", "correlationId": "1873e8bc-bb11-45ca-85f1-79b18dcd14cd", "identity": "Joseph Taylor", "Level": 4, "location": "XF", "properties": {"id": "72a91770-778f-4a68-a911-ad08a1b56a00", "createdDateTime": "2022-08-05T07:52:56.666978Z", "userDisplayName": "Joseph Taylor", "userPrincipalName": "jtaylor@domain.com", "userId": "af9847eb-c773-41ae-bf94-42747c5e986c", "appId": "84f18b4b-ae12-484a-847f-f3e36093594a", "appDisplayName": "Slack", "ipAddress": "42.62.103.34", "status": {"errorCode": 0, "additionalDetails": "MFA requirement satisfied by claim in the token"}, "clientAppUsed": "Browser", "deviceDetail": {"deviceId": "76b96bd3-e5d7-49ee-b195-bf363facdb3d", "displayName": "JOSEPHTAYLOR-LT", "operatingSystem": "Windows", "isCompliant": true, "isManaged": true, "trustType": "Azure AD joined"}, "location": {"city": "Jessicafurt", "state": "Smithbury", "countryOrRegion": "XF", "geoCoordinates": {"latitude": 17.5082395, "longitude": -115.304215}}, "mfaDetail": {}, "correlationId": "7e3e2b62-76ce-497f-a627-0b2cfa990bb2", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "557b0872-bacc-472a-ae2f-762da180148a", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 194, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Slack Service", "resourceId": "f0630e90-b752-4960-bfb9-a0794fc34930", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 393508, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "q7GsxJE5zP36Q9mYVOlvPZ9lREEE3gmPX1Yq6MDNlb6w78RZ", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "1f37c851-4be4-455b-928a-fbde7845a68a", "rngcStatus": 0}}, {"time": "2022-08-05T08:00:21.689097Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "SignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "42.62.103.34", "correlationId": "69a8fb04-c075-4a2f-8af4-893de8384729", "identity": "Joseph Taylor", "Level": 4, "location": "XF", "properties": {"id": "b62243d9-70f0-4a91-8086-5bb392fd5200", "createdDateTime": "2022-08-05T08:00:21.838097Z", "userDisplayName": "Joseph Taylor", "userPrincipalName": "jtaylor@domain.com", "userId": "af9847eb-c773-41ae-bf94-42747c5e986c", "appId": "e47a1d38-5f61-45cd-b1b9-bc92f525c598", "appDisplayName": "Altoura", "ipAddress": "42.62.103.34", "status": {"errorCode": 0, "additionalDetails": "MFA requirement satisfied by claim in the token"}, "clientAppUsed": "Browser", "userAgent": "Mozilla/5.0 (Linux; Android 2.3.5) AppleWebKit/532.2 (KHTML, like Gecko) Chrome/46.0.898.0 Safari/532.2 Edge/105.19198", "deviceDetail": {"deviceId": "76b96bd3-e5d7-49ee-b195-bf363facdb3d", "displayName": "JOSEPHTAYLOR-LT", "operatingSystem": "Windows 10", "browser": "Edge 105.19198", "isCompliant": true, "isManaged": true, "trustType": "Azure AD joined"}, "location": {"city": "Jessicafurt", "state": "Smithbury", "countryOrRegion": "XF", "geoCoordinates": {"latitude": 17.5082395, "longitude": -115.304215}}, "mfaDetail": {}, "correlationId": "07e408dc-b065-44c3-8de4-ba15ead39358", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "6f4a1534-bdba-4f98-a4a2-47167c919cc8", "isInteractive": true, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "processingTimeInMilliseconds": 149, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Altoura Online", "resourceId": "8a137ba4-52ae-4dbf-94af-2e56851573c4", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 393508, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "dkEB0OjJqY7UVcnMo0hmTcgJXBlUyg9v0PlUIyfgemrLoPZH", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": null}}, {"time": "2022-08-05T08:07:54.838001Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "212.169.11.63", "correlationId": "83bf6cde-7d43-4a9d-b031-d7dfa661aa5e", "identity": "Kristen Howell", "Level": 4, "location": "XR", "properties": {"id": "1c658931-6466-4ef6-9398-7404776a7700", "createdDateTime": "2022-08-05T08:07:54.936001Z", "userDisplayName": "Kristen Howell", "userPrincipalName": "khowell@domain.com", "userId": "20e1e3f9-665f-45bd-9984-5e74b526d3b5", "appId": "9a7e67c7-6f05-42a3-b226-97c7ec3e9696", "appDisplayName": "Adobe Identity Management", "ipAddress": "212.169.11.63", "status": {"errorCode": 0}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (iPad; CPU iPad OS 9_3_6 like Mac OS X) AppleWebKit/536.1 (KHTML, like Gecko) CriOS/42.0.865.0 Mobile/77O124 Safari/536.1 Edge/99.14477", "deviceDetail": {"deviceId": "caf12d64-01ec-4396-b330-e7eb6349ad45", "displayName": "KRISTENHOWELL-LT", "operatingSystem": "Windows 10", "browser": "Edge 99.14477", "trustType": "Azure AD registered"}, "location": {"city": "North Lisachester", "state": "Smithton", "countryOrRegion": "XR", "geoCoordinates": {"latitude": -69.00844, "longitude": -172.534328}}, "correlationId": "78daba74-7ad8-4725-aab1-e33dacaee6d4", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "613920cc-9df8-4e8f-ad6c-01e777c66aae", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 98, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Adobe Identity Management Service", "resourceId": "80abac89-d2c0-4b6c-8ffc-5023bd7efc5e", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 144064, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "l9zs38Uy5GppoTdxfzDYjAZ9avqrejmxYQNeZ3qYt8ob8HjU", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": null, "rngcStatus": 0}}, {"time": "2022-08-05T08:16:39.663412Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "205.33.24.92", "correlationId": "ab016d61-fe7f-4279-8fce-fe12fe5e7b41", "identity": "Aaron Cole", "Level": 4, "location": "XD", "properties": {"id": "5d857cb0-2921-4775-a7e5-e499df058c00", "createdDateTime": "2022-08-05T08:16:39.739412Z", "userDisplayName": "Aaron Cole", "userPrincipalName": "acole@domain.com", "userId": "5d557969-1645-4ba4-be83-b6fd943659f7", "appId": "e47a1d38-5f61-45cd-b1b9-bc92f525c598", "appDisplayName": "Altoura", "ipAddress": "205.33.24.92", "status": {"errorCode": 0}, "clientAppUsed": "Browser", "userAgent": "Mozilla/5.0 (X11; Linux i686) AppleWebKit/536.2 (KHTML, like Gecko) Chrome/22.0.877.0 Safari/536.2", "deviceDetail": {"deviceId": "", "operatingSystem": "Windows 10", "browser": "Chrome 22.0.877.0"}, "location": {"city": "Kristinmouth", "state": "Norrisbury", "countryOrRegion": "XD", "geoCoordinates": {"latitude": 26.278784, "longitude": -92.042573}}, "correlationId": "2daf3091-8e15-456c-9781-ae6b5a975646", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "19130cb7-89d5-4e43-a8f8-67bb2cd6be8c", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 76, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Altoura Online", "resourceId": "8a137ba4-52ae-4dbf-94af-2e56851573c4", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 214655, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "Z7Fm3dlkiC0q121cZCf7OgQ4TDdT2sx9D7ZcfVCox4EvmRtb", "incomingTokenType": "none", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": null, "rngcStatus": 0}}, {"time": "2022-08-05T08:30:06.409943Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "1.210.58.10", "correlationId": "50f3d702-fc1e-4b9b-81f0-9f85b936a039", "identity": "Keith Sheppard", "Level": 4, "location": "XD", "properties": {"id": "c7effe19-f517-48ca-9f7d-2de58d986d00", "createdDateTime": "2022-08-05T08:30:06.489943Z", "userDisplayName": "Keith Sheppard", "userPrincipalName": "ksheppard@domain.com", "userId": "05bd48f1-91d2-4c2d-9a7c-80e80f561b3c", "appId": "dbe6b779-13df-45f2-a6d7-1323485479f6", "appDisplayName": "Cisco Webex", "ipAddress": "1.210.58.10", "status": {"errorCode": 0}, "clientAppUsed": "Browser", "deviceDetail": {"deviceId": "639815fd-5018-4e38-9d81-67538b2ce460", "displayName": "KEITHSHEPPARD-LT", "operatingSystem": "Windows10", "browser": "Rich Client 4.38.0.0", "trustType": "Azure AD registered"}, "location": {"city": "Cooperhaven", "state": "Norrisbury", "countryOrRegion": "XD", "geoCoordinates": {"latitude": 70.436398, "longitude": -23.873747}}, "correlationId": "6f10c2a3-dd7d-4583-b304-ba2924eb1e9f", "conditionalAccessStatus": "notApplied", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "3bd611e5-0978-46be-93d6-eb4afff06f39", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 80, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Cisco Webex Service", "resourceId": "f72c694e-4e03-4616-91f3-78c5fe54122a", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 69487, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "vR2EjiiyQDKAEnT6xVNAjgYfX5hK6tZF8woYVd5JOj0aRqsS", "incomingTokenType": "none", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "1674f597-9877-4ff9-a5d9-accfea860d15", "rngcStatus": 0}}, {"time": "2022-08-05T08:47:16.268459Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "156.206.181.119", "correlationId": "84bfb798-1b89-4b39-93c4-e0ffe4361035", "identity": "Cynthia Perry", "Level": 4, "location": "XY", "properties": {"id": "a6ae8eb8-8aea-4e1d-a5ac-6926af298800", "createdDateTime": "2022-08-05T08:47:16.369459Z", "userDisplayName": "Cynthia Perry", "userPrincipalName": "cperry@domain.com", "userId": "ac5fa380-9d5b-470e-beb2-5ba10aca48e6", "appId": "9de6e985-97a5-4d82-9c45-aedaa9c25ef9", "appDisplayName": "AWS Single-Account Access", "ipAddress": "156.206.181.119", "status": {"errorCode": 0}, "clientAppUsed": "Browser", "deviceDetail": {"deviceId": "", "operatingSystem": "Windows"}, "location": {"city": "Hannaville", "state": "Thomashaven", "countryOrRegion": "XY", "geoCoordinates": {"latitude": 1.1452695, "longitude": 128.249211}}, "correlationId": "29db45d4-cbaf-4d60-b2d4-297e7dc751de", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "df7447c0-16a5-48a1-9aeb-6a1dd90a2df7", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 101, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "AWS Single-Account Access Service", "resourceId": "c65cf5f9-5537-4200-889e-381c4f60ca7d", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 279165, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "tUkTYfNfiRn7KNllAcXXAP5in01rIrXnX9tLuby7oZcEasTv", "incomingTokenType": "none", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": null, "rngcStatus": 0}}, {"time": "2022-08-05T08:58:27.706957Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "42.62.103.34", "correlationId": "9022158c-f161-4a89-a96c-66618caddd7a", "identity": "Joseph Taylor", "Level": 4, "location": "XF", "properties": {"id": "d7ae6189-0038-4fdb-9ff7-6d7735336e00", "createdDateTime": "2022-08-05T08:58:27.801957Z", "userDisplayName": "Joseph Taylor", "userPrincipalName": "jtaylor@domain.com", "userId": "af9847eb-c773-41ae-bf94-42747c5e986c", "appId": "2eae4ad1-8cae-48fe-b718-76bd66e2fc7f", "appDisplayName": "Bipsync", "ipAddress": "42.62.103.34", "status": {"errorCode": 0, "additionalDetails": "MFA requirement satisfied by claim in the token"}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (iPad; CPU iPad OS 9_3_6 like Mac OS X) AppleWebKit/536.1 (KHTML, like Gecko) CriOS/42.0.865.0 Mobile/77O124 Safari/536.1 Edge/99.14477", "deviceDetail": {"deviceId": "76b96bd3-e5d7-49ee-b195-bf363facdb3d", "displayName": "JOSEPHTAYLOR-LT", "operatingSystem": "Windows 10", "browser": "Edge 99.14477", "isCompliant": true, "isManaged": true, "trustType": "Azure AD joined"}, "location": {"city": "Jessicafurt", "state": "Smithbury", "countryOrRegion": "XF", "geoCoordinates": {"latitude": 17.5082395, "longitude": -115.304215}}, "mfaDetail": {}, "correlationId": "62644a7d-e060-4e47-8752-70d1a37aeef2", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "7c01a13b-6c8f-4cf5-9b66-3e9eb5586d95", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 95, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Bipsync Service", "resourceId": "9a84f55e-3a40-492c-9476-e069f64ed7a6", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 393508, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "rhWeJXbeNLNl5B0SAcwHmvi3r97k9yydyCNJVbki7M3G3j9G", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "37ee873b-f901-4e25-be69-010243106d0f", "rngcStatus": 0}}, {"time": "2022-08-05T09:19:35.102889Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "50158", "resultSignature": "None", "resultDescription": "External security challenge was not satisfied.", "durationMs": 0, "callerIpAddress": "105.169.153.183", "correlationId": "b454ca39-70ac-44cf-b83d-e9ac78c1593b", "identity": "Thomas Price", "Level": 4, "location": "XR", "properties": {"id": "8bc588a3-ee52-4f64-9b78-b8831ebd6d00", "createdDateTime": "2022-08-05T09:19:35.225889Z", "userDisplayName": "Thomas Price", "userPrincipalName": "tprice@domain.com", "userId": "32109ee2-ee4f-4d11-9c38-2556aec0f2b5", "appId": "9a7e67c7-6f05-42a3-b226-97c7ec3e9696", "appDisplayName": "Adobe Identity Management", "ipAddress": "105.169.153.183", "status": {"errorCode": 50158, "failureReason": "External security challenge was not satisfied."}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (X11; Linux i686) AppleWebKit/535.2 (KHTML, like Gecko) Chrome/22.0.843.0 Safari/535.2 Edge/118.12158", "deviceDetail": {"deviceId": "2b85c59f-331a-4b61-9a44-9d3d6df62a06", "displayName": "THOMASPRICE-LT", "operatingSystem": "Windows 10", "browser": "Edge 118.12158", "trustType": "Hybrid Azure AD joined"}, "location": {"city": "Santosborough", "state": "Smithton", "countryOrRegion": "XR", "geoCoordinates": {"latitude": 12.8350355, "longitude": 138.359011}}, "correlationId": "440c57df-a998-45a5-8aee-3d53e2994403", "conditionalAccessStatus": "failure", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "b24cc433-7b5c-4b9f-a88d-19baf14a90dc", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 123, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Adobe Identity Management Service", "resourceId": "30663ca7-f8a9-43ab-8ca1-7906bdbc1485", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 256668, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "yVfhqUDs8VfjXs7hQjMV5hsw2jBFMhlWpdeRIihkDKBglKRv", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "a6c259e5-7f16-48b2-a9f3-75becd6daa9b", "rngcStatus": 0}}, {"time": "2022-08-05T09:22:27.130812Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "50158", "resultSignature": "None", "resultDescription": "External security challenge was not satisfied.", "durationMs": 0, "callerIpAddress": "166.105.218.213", "correlationId": "098ef505-2d0f-4fa0-bd2e-c3233bc10c37", "identity": "Thomas Price", "Level": 4, "location": "XR", "properties": {"id": "3e4015a7-fc3f-46ab-bde5-2cd8d29f6e00", "createdDateTime": "2022-08-05T09:22:27.247812Z", "userDisplayName": "Thomas Price", "userPrincipalName": "tprice@domain.com", "userId": "32109ee2-ee4f-4d11-9c38-2556aec0f2b5", "appId": "9a7e67c7-6f05-42a3-b226-97c7ec3e9696", "appDisplayName": "Adobe Identity Management", "ipAddress": "166.105.218.213", "status": {"errorCode": 50158, "failureReason": "External security challenge was not satisfied."}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (X11; Linux i686) AppleWebKit/535.2 (KHTML, like Gecko) Chrome/22.0.843.0 Safari/535.2 Edge/118.12158", "deviceDetail": {"deviceId": "81ad31fb-e9be-4498-b1b2-c62f8fae1a77", "displayName": "THOMASPRICE-LT", "operatingSystem": "Windows 10", "browser": "Edge 118.12158", "trustType": "Hybrid Azure AD joined"}, "location": {"city": "Santosborough", "state": "Smithton", "countryOrRegion": "XR", "geoCoordinates": {"latitude": 12.8350355, "longitude": 138.359011}}, "correlationId": "bb741187-5e44-4a2d-9635-fec7629a7da8", "conditionalAccessStatus": "failure", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "aac98def-c36d-4b0d-87ed-42b34949f1ce", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 117, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Adobe Identity Management Service", "resourceId": "30663ca7-f8a9-43ab-8ca1-7906bdbc1485", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 256668, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "RGFtKxYktwK1GkO03fsAlZLXIXxkBweEOHeulYRWdBJkuMBP", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "a6c259e5-7f16-48b2-a9f3-75becd6daa9b", "rngcStatus": 0}}, {"time": "2022-08-05T09:25:46.204769Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "SignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "50011", "resultSignature": "None", "resultDescription": "The reply address is missing, misconfigured, or does not match reply addresses configured for the application. Try out the resolution listed at https://docs.microsoft.com/azure/active-directory/application-sign-in-problem-federated-sso-gallery#the-reply-address-does-not-match-the-reply-addresses-configured-for-the-application. If you still see issues, contact the application owner or app admin.", "durationMs": 0, "callerIpAddress": "205.33.24.92", "correlationId": "a7e093d7-fa6e-448b-85bd-4d8100912e8c", "identity": "Aaron Cole", "Level": 4, "location": "XD", "properties": {"id": "7d318455-34d8-4ae2-8167-c67c8b335000", "createdDateTime": "2022-08-05T09:25:46.304769Z", "userDisplayName": "Aaron Cole", "userPrincipalName": "acole@domain.com", "userId": "5d557969-1645-4ba4-be83-b6fd943659f7", "appId": "af50c7b0-ad5f-40ec-840e-8d89be454ce4", "appDisplayName": "Citrix ShareFile", "ipAddress": "205.33.24.92", "status": {"errorCode": 50011, "failureReason": "The reply address is missing, misconfigured, or does not match reply addresses configured for the application. Try out the resolution listed at https://docs.microsoft.com/azure/active-directory/application-sign-in-problem-federated-sso-gallery#the-reply-address-does-not-match-the-reply-addresses-configured-for-the-application. If you still see issues, contact the application owner or app admin."}, "clientAppUsed": "Browser", "userAgent": "Mozilla/5.0 (X11; Linux i686) AppleWebKit/536.2 (KHTML, like Gecko) Chrome/22.0.877.0 Safari/536.2", "deviceDetail": {"deviceId": "", "operatingSystem": "Windows 10", "browser": "Chrome 22.0.877.0"}, "location": {"city": "Kristinmouth", "state": "Norrisbury", "countryOrRegion": "XD", "geoCoordinates": {"latitude": 26.278784, "longitude": -92.042573}}, "correlationId": "c6f922f1-ded3-4392-89c5-eee555369d86", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "fa2124fb-d0df-4248-aeaa-4ecc6775610e", "isInteractive": true, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "processingTimeInMilliseconds": 100, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Citrix ShareFile Online", "resourceId": "24578515-1951-4064-967d-0d2acaf0aa70", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 214655, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "UkHHvk5iCHsNWUhcKg2t4W6z8L1NGm4iZwKhZfWXsVvHMdI9", "incomingTokenType": "none", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "0e68752b-7dfa-400b-a6f5-1b54af90696a"}}, {"time": "2022-08-05T09:57:36.625588Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "19.20.89.178", "correlationId": "79031cef-126c-4b2b-a7f9-6a02ae4e23f8", "identity": "Jamie Watson", "Level": 4, "location": "XR", "properties": {"id": "e4ea9516-35e1-4b49-aa95-88a498e36a00", "createdDateTime": "2022-08-05T09:57:36.697588Z", "userDisplayName": "Jamie Watson", "userPrincipalName": "jwatson@domain.com", "userId": "2844695b-9a70-48ed-a5ce-f3d711e2292b", "appId": "9167c284-c68f-468a-84be-0ee4f23879fe", "appDisplayName": "ArcGIS Enterprise", "ipAddress": "19.20.89.178", "status": {"errorCode": 0}, "clientAppUsed": "Mobile Apps and Desktop clients", "deviceDetail": {"deviceId": "", "operatingSystem": "Android"}, "location": {"city": "Samanthaberg", "state": "Smithton", "countryOrRegion": "XR", "geoCoordinates": {"latitude": -68.556166, "longitude": -172.972506}}, "correlationId": "e7c280da-26fc-455e-9248-6cd37188666c", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "6f71f81d-a23d-4596-9fe2-69b240ae30ee", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 72, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "ArcGIS Enterprise Service", "resourceId": "bca2b487-3a6c-440f-b1b7-a15b02771ad0", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 34974, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "AbqTIDWGBtnudOLHv8iJDYD6QOvKQ4t5X8QEJpLbNniiagDL", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "4da47dd4-556d-4ba4-9847-c1850930ab5e", "rngcStatus": 0}}, {"time": "2022-08-05T10:08:55.603251Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "147.132.189.119", "correlationId": "838e0107-1ca2-4a86-91c6-0449cfde332b", "identity": "Melissa Martin", "Level": 4, "location": "XR", "properties": {"id": "86ec8f81-b065-45d1-84e2-abcf17468800", "createdDateTime": "2022-08-05T10:08:55.684251Z", "userDisplayName": "Melissa Martin", "userPrincipalName": "mmartin@domain.com", "userId": "632ccb55-03a7-40f4-9893-653527cae790", "appId": "ad65aaed-51a8-4877-830e-8a5273604c87", "appDisplayName": "Docusign", "ipAddress": "147.132.189.119", "status": {"errorCode": 0}, "clientAppUsed": "Browser", "deviceDetail": {"deviceId": "", "operatingSystem": "Windows", "browser": "Rich Client 4.42.0.0"}, "location": {"city": "Port Denisetown", "state": "Smithton", "countryOrRegion": "XR", "geoCoordinates": {"latitude": 3.5518965, "longitude": 131.871582}}, "correlationId": "52e6f57b-123f-430c-95ba-9d45c0d3800a", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "bc851f68-35dc-4dcd-bb19-07801144ee64", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 81, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Docusign Service", "resourceId": "24578515-1951-4064-967d-0d2acaf0aa70", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 256668, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "cBWexxToIYJlsV7yQyIQ5iywjO4ac2EuI4y0vUBXHgELB18A", "incomingTokenType": "none", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "0e68752b-7dfa-400b-a6f5-1b54af90696a", "rngcStatus": 0}}, {"time": "2022-08-05T10:12:12.432515Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "86.154.193.190", "correlationId": "e0ee09ed-37c7-406d-890b-787f4e5a4f98", "identity": "Jamie Watson", "Level": 4, "location": "XR", "properties": {"id": "b833bcd2-4c2b-43a0-9673-9bc63f5d6d00", "createdDateTime": "2022-08-05T10:12:12.526515Z", "userDisplayName": "Jamie Watson", "userPrincipalName": "jwatson@domain.com", "userId": "2844695b-9a70-48ed-a5ce-f3d711e2292b", "appId": "9de6e985-97a5-4d82-9c45-aedaa9c25ef9", "appDisplayName": "AWS Single-Account Access", "ipAddress": "86.154.193.190", "status": {"errorCode": 0}, "clientAppUsed": "Browser", "deviceDetail": {"deviceId": "fc784602-6455-4450-be3c-6770e0359f8a", "displayName": "JAMIEWATSON-LT", "operatingSystem": "Windows", "isCompliant": true, "isManaged": true, "trustType": "Azure AD joined"}, "location": {"city": "Port Denisetown", "state": "Smithton", "countryOrRegion": "XR", "geoCoordinates": {"latitude": 3.5518965, "longitude": 131.871582}}, "correlationId": "bfc48536-9ed9-4ec1-9d09-0c8210f14de7", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "670b08fd-b6af-4439-bf23-f1f9915da19a", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 94, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "AWS Single-Account Access Service", "resourceId": "9a84f55e-3a40-492c-9476-e069f64ed7a6", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 256668, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "3RhB39SsQw3uL25j33jTyQ2eSXkMGKT9PbNlbqQmxt81WCSN", "incomingTokenType": "none", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "37ee873b-f901-4e25-be69-010243106d0f", "rngcStatus": 0}}, {"time": "2022-08-05T11:00:28.344937Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "42.62.103.34", "correlationId": "12c10941-b26a-4fd0-a83c-4d4b73a5c448", "identity": "Joseph Taylor", "Level": 4, "location": "XF", "properties": {"id": "05ba222e-1564-4894-b208-c535a2e08600", "createdDateTime": "2022-08-05T11:00:28.442937Z", "userDisplayName": "Joseph Taylor", "userPrincipalName": "jtaylor@domain.com", "userId": "af9847eb-c773-41ae-bf94-42747c5e986c", "appId": "9a7e67c7-6f05-42a3-b226-97c7ec3e9696", "appDisplayName": "Adobe Identity Management", "ipAddress": "42.62.103.34", "status": {"errorCode": 0, "additionalDetails": "MFA requirement satisfied by claim in the token"}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (iPad; CPU iPad OS 9_3_6 like Mac OS X) AppleWebKit/536.1 (KHTML, like Gecko) CriOS/42.0.865.0 Mobile/77O124 Safari/536.1 Edge/99.14477", "deviceDetail": {"deviceId": "76b96bd3-e5d7-49ee-b195-bf363facdb3d", "displayName": "JOSEPHTAYLOR-LT", "operatingSystem": "Windows 10", "browser": "Edge 99.14477", "isCompliant": true, "isManaged": true, "trustType": "Azure AD joined"}, "location": {"city": "Jessicafurt", "state": "Smithbury", "countryOrRegion": "XF", "geoCoordinates": {"latitude": 17.5082395, "longitude": -115.304215}}, "mfaDetail": {}, "correlationId": "5ee92983-5619-4ee1-bbe5-d6641cdcb5c2", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "99c9bed9-685a-4bd5-b86c-1089c17aa77a", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 98, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Adobe Identity Management Service", "resourceId": "c4baffed-f90a-4ef3-84b1-d08d189a41c0", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 393508, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "aKEdBgDZ2SWyVD5hmK6MMVesNs2jl8dOPFC7qZR6KPPoynq3", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "64850142-3730-4958-94ec-3cf3a39cf409", "rngcStatus": 0}}, {"time": "2022-08-05T11:03:07.976381Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "92.110.109.246", "correlationId": "0a490b41-086c-44ad-87cb-75760dc6507c", "identity": "David Johnson", "Level": 4, "location": "XR", "properties": {"id": "bb73e259-c8ca-460e-86b8-ad97cce27500", "createdDateTime": "2022-08-05T11:03:08.137381Z", "userDisplayName": "David Johnson", "userPrincipalName": "djohnson@domain.com", "userId": "ff2ae3d2-8cd2-4bd6-b65d-49c5ad946c7f", "appId": "9a7e67c7-6f05-42a3-b226-97c7ec3e9696", "appDisplayName": "Adobe Identity Management", "ipAddress": "92.110.109.246", "status": {"errorCode": 0}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (Windows NT 4.0) AppleWebKit/531.1 (KHTML, like Gecko) Chrome/20.0.823.0 Safari/531.1 Edge/87.11424", "deviceDetail": {"deviceId": "8fb0ff79-f116-4f20-8ca8-36b3f8d68865", "displayName": "DAVIDJOHNSON-LT", "operatingSystem": "Windows 10", "browser": "Edge 87.11424", "trustType": "Azure AD registered"}, "location": {"city": "Port Denisetown", "state": "Smithton", "countryOrRegion": "XR", "geoCoordinates": {"latitude": 3.5518965, "longitude": 131.871582}}, "correlationId": "31514f18-cf16-49fc-86fc-47ca0290f0ae", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "fff094c6-f8cf-4a90-9399-bdb8df3e2e0b", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 161, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Adobe Identity Management Service", "resourceId": "30663ca7-f8a9-43ab-8ca1-7906bdbc1485", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 230297, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "yR8nZUCxRUMj1nrDJTr7nY2hzgbwgv0N0jzmu1BfcBnafVp7", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "a6c259e5-7f16-48b2-a9f3-75becd6daa9b", "rngcStatus": 0}}, {"time": "2022-08-05T11:03:45.606122Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "50158", "resultSignature": "None", "resultDescription": "External security challenge was not satisfied.", "durationMs": 0, "callerIpAddress": "92.110.109.246", "correlationId": "8b1dd567-efcd-474e-a37a-bb0358d8c740", "identity": "Thomas Price", "Level": 4, "location": "XR", "properties": {"id": "9a16f031-40cc-41ce-b832-c69586ca9600", "createdDateTime": "2022-08-05T11:03:45.754122Z", "userDisplayName": "Thomas Price", "userPrincipalName": "tprice@domain.com", "userId": "32109ee2-ee4f-4d11-9c38-2556aec0f2b5", "appId": "9a7e67c7-6f05-42a3-b226-97c7ec3e9696", "appDisplayName": "Adobe Identity Management", "ipAddress": "92.110.109.246", "status": {"errorCode": 50158, "failureReason": "External security challenge was not satisfied."}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (X11; Linux i686) AppleWebKit/535.2 (KHTML, like Gecko) Chrome/22.0.843.0 Safari/535.2 Edge/118.12158", "deviceDetail": {"deviceId": "35819889-abdc-47e0-b28d-5195d26e941f", "displayName": "THOMASPRICE-LT", "operatingSystem": "Windows 10", "browser": "Edge 118.12158", "trustType": "Hybrid Azure AD joined"}, "location": {"city": "Port Denisetown", "state": "Smithton", "countryOrRegion": "XR", "geoCoordinates": {"latitude": 3.5518965, "longitude": 131.871582}}, "correlationId": "13279fe1-7689-4d18-a58e-06a15ad5cb13", "conditionalAccessStatus": "failure", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "44202326-a391-4daf-9dce-cdff386d7c32", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 148, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Adobe Identity Management Service", "resourceId": "30663ca7-f8a9-43ab-8ca1-7906bdbc1485", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 230297, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "aLcUewtR893KFkbYxa9HlkhRJYdiVimvIdeOU11gOenvn2N2", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "a6c259e5-7f16-48b2-a9f3-75becd6daa9b", "rngcStatus": 0}}, {"time": "2022-08-05T11:17:09.106459Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "156.206.181.119", "correlationId": "7ca26303-6fd9-4e91-bc31-59cc2aaf71f3", "identity": "Cynthia Perry", "Level": 4, "location": "XY", "properties": {"id": "b07bba22-ec36-47ef-95f1-3c7f82623500", "createdDateTime": "2022-08-05T11:17:09.218459Z", "userDisplayName": "Cynthia Perry", "userPrincipalName": "cperry@domain.com", "userId": "ac5fa380-9d5b-470e-beb2-5ba10aca48e6", "appId": "9de6e985-97a5-4d82-9c45-aedaa9c25ef9", "appDisplayName": "AWS Single-Account Access", "ipAddress": "156.206.181.119", "status": {"errorCode": 0}, "clientAppUsed": "Browser", "deviceDetail": {"deviceId": "", "operatingSystem": "Windows"}, "location": {"city": "Hannaville", "state": "Thomashaven", "countryOrRegion": "XY", "geoCoordinates": {"latitude": 1.1452695, "longitude": 128.249211}}, "correlationId": "55189ea2-c9b5-4d14-ba45-38a05656b6c8", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "653194ff-227b-48d2-a7e3-b61198c4e6c0", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 112, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "AWS Single-Account Access Service", "resourceId": "72f0186d-d327-46c9-a8ff-497e0caa8691", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 279165, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "n9A7foAmDzqHId3FfKWqS7W4LMmAHS7TP5wDIxMRROHNM6Ne", "incomingTokenType": "none", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": null, "rngcStatus": 0}}, {"time": "2022-08-05T11:25:20.395404Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "42.62.103.34", "correlationId": "09e747f0-340e-7ebb-48df-a702f16d12af", "identity": "Joseph Taylor", "Level": 4, "location": "XF", "properties": {"id": "f1fc2489-d131-4e12-a62d-535f1ca58f00", "createdDateTime": "2022-08-05T11:25:20.476404Z", "userDisplayName": "Joseph Taylor", "userPrincipalName": "jtaylor@domain.com", "userId": "af9847eb-c773-41ae-bf94-42747c5e986c", "appId": "b2421da4-c71e-46a9-b848-495ef54b79c4", "appDisplayName": "ServiceNow", "ipAddress": "42.62.103.34", "status": {"errorCode": 0, "additionalDetails": "MFA requirement satisfied by claim in the token"}, "clientAppUsed": "Browser", "deviceDetail": {"deviceId": "76b96bd3-e5d7-49ee-b195-bf363facdb3d", "displayName": "JOSEPHTAYLOR-LT", "operatingSystem": "Windows10", "browser": "Rich Client 4.30.1.0", "isCompliant": true, "isManaged": true, "trustType": "Azure AD joined"}, "location": {"city": "Jessicafurt", "state": "Smithbury", "countryOrRegion": "XF", "geoCoordinates": {"latitude": 17.5082395, "longitude": -115.304215}}, "mfaDetail": {}, "correlationId": "6cffba4c-457d-4aa0-8a66-c8dde5f197a1", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "6722a564-c2cf-4c4f-8336-97089464aee6", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 81, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "ServiceNow Online", "resourceId": "bca2b487-3a6c-440f-b1b7-a15b02771ad0", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 393508, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "Qf6bLfWhz0LS4AAF80Xdpniw1y1F7iplJ3zIkQ8dKMVXE1N3", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "4da47dd4-556d-4ba4-9847-c1850930ab5e", "rngcStatus": 0}}, {"time": "2022-08-05T11:30:21.524936Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "147.132.189.119", "correlationId": "652a2c73-aa1c-43f5-ab8f-03748ba0d051", "identity": "Cassie Fernandez", "Level": 4, "location": "XR", "properties": {"id": "1cd5ccc5-a4e9-487c-82c8-57d93ecc6d00", "createdDateTime": "2022-08-05T11:30:21.652936Z", "userDisplayName": "Cassie Fernandez", "userPrincipalName": "cfernandez@domain.com", "userId": "67ef8be6-3f44-4db7-8172-fd6211428c1e", "appId": "9a7e67c7-6f05-42a3-b226-97c7ec3e9696", "appDisplayName": "Adobe Identity Management", "ipAddress": "147.132.189.119", "status": {"errorCode": 0}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (iPad; CPU iPad OS 9_3_6 like Mac OS X) AppleWebKit/536.1 (KHTML, like Gecko) CriOS/42.0.865.0 Mobile/77O124 Safari/536.1 Edge/99.14477", "deviceDetail": {"deviceId": "bf67c857-685a-4457-89c4-db2afa581bd2", "displayName": "CASSIEFERNANDEZ-LT", "operatingSystem": "Windows 10", "browser": "Edge 99.14477", "trustType": "Hybrid Azure AD joined"}, "location": {"city": "Port Denisetown", "state": "Smithton", "countryOrRegion": "XR", "geoCoordinates": {"latitude": 3.5518965, "longitude": 131.871582}}, "correlationId": "c3370a97-6c2d-4e71-9d42-6c19e394618d", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "66f6deab-021b-40fd-a777-74dd64b5bfcf", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 128, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Adobe Identity Management Service", "resourceId": "80abac89-d2c0-4b6c-8ffc-5023bd7efc5e", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 256668, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "wnmZdlxFxCg3wEsw9WMRKitFJtwYLj5FftXrqW6FiQVlDPTv", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": null, "rngcStatus": 0}}, {"time": "2022-08-05T11:37:49.214094Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "13.113.40.157", "correlationId": "6fa41bfe-b076-4515-8e5c-c10d61e7a5db", "identity": "Attack Target", "Level": 4, "location": "XR", "properties": {"id": "ed1cc7f2-5495-4045-9a89-6421eb6e7500", "createdDateTime": "2022-08-05T11:37:49.324094Z", "userDisplayName": "Attack Target", "userPrincipalName": "attacktarget@domain.com", "userId": "d735e84b-dcca-404d-9f7d-700f360f41a6", "appId": "9a7e67c7-6f05-42a3-b226-97c7ec3e9696", "appDisplayName": "Adobe Identity Management", "ipAddress": "13.113.40.157", "status": {"errorCode": 0}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (iPad; CPU iPad OS 9_3_6 like Mac OS X) AppleWebKit/536.1 (KHTML, like Gecko) CriOS/42.0.865.0 Mobile/77O124 Safari/536.1 Edge/99.14477", "deviceDetail": {"deviceId": "a44625dc-6f81-449a-9799-8005f7209b42", "displayName": "ATTACKTARGET-LT", "operatingSystem": "Windows 10", "browser": "Edge 99.14477", "trustType": "Azure AD registered"}, "location": {"city": "Smithfort", "state": "Smithfort", "countryOrRegion": "XR", "geoCoordinates": {"latitude": 3.7564095, "longitude": -121.574606}}, "correlationId": "411bffdd-b830-47e1-9bcd-6c15189dac86", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "f780b240-2faa-4011-a6ac-47c3d176765a", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 110, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Adobe Identity Management Service", "resourceId": "30663ca7-f8a9-43ab-8ca1-7906bdbc1485", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 34974, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "CveFnzvlAKNSunoG4ype2STau59170Optqg3D7GV9ua9ovyB", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "a6c259e5-7f16-48b2-a9f3-75becd6daa9b", "rngcStatus": 0}}, {"time": "2022-08-05T11:59:58.880574Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "156.206.181.119", "correlationId": "ff5d1a0d-aae4-44b6-bab1-ecacca1b945c", "identity": "Cynthia Perry", "Level": 4, "location": "XY", "properties": {"id": "49d543cf-3853-413c-83db-9812fffb8900", "createdDateTime": "2022-08-05T11:59:58.946574Z", "userDisplayName": "Cynthia Perry", "userPrincipalName": "cperry@domain.com", "userId": "ac5fa380-9d5b-470e-beb2-5ba10aca48e6", "appId": "9de6e985-97a5-4d82-9c45-aedaa9c25ef9", "appDisplayName": "AWS Single-Account Access", "ipAddress": "156.206.181.119", "status": {"errorCode": 0}, "clientAppUsed": "Browser", "deviceDetail": {"deviceId": "", "operatingSystem": "Windows"}, "location": {"city": "Hannaville", "state": "Thomashaven", "countryOrRegion": "XY", "geoCoordinates": {"latitude": 1.1452695, "longitude": 128.249211}}, "correlationId": "26315846-c3bf-48c3-862a-7e22807a5e40", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "d28048df-9960-47de-ab25-46aa8dc88cfe", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 66, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "AWS Single-Account Access Service", "resourceId": "9a84f55e-3a40-492c-9476-e069f64ed7a6", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 279165, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "aq80LCRitNhprlIrMsrOzq2zNc5bIBEWU48nWpWboK0XkUTL", "incomingTokenType": "none", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "37ee873b-f901-4e25-be69-010243106d0f", "rngcStatus": 0}}, {"time": "2022-08-05T12:24:54.388595Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "50158", "resultSignature": "None", "resultDescription": "External security challenge was not satisfied.", "durationMs": 0, "callerIpAddress": "166.105.218.213", "correlationId": "29086965-1acd-4370-85f5-066d4a842214", "identity": "Thomas Price", "Level": 4, "location": "XR", "properties": {"id": "091f472c-8c50-486e-b774-16dbf3f76600", "createdDateTime": "2022-08-05T12:24:54.515595Z", "userDisplayName": "Thomas Price", "userPrincipalName": "tprice@domain.com", "userId": "32109ee2-ee4f-4d11-9c38-2556aec0f2b5", "appId": "79510a8f-6421-4348-a2ea-bcc2b02485c1", "appDisplayName": "Cisco AnyConnect", "ipAddress": "166.105.218.213", "status": {"errorCode": 50158, "failureReason": "External security challenge was not satisfied."}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (X11; Linux i686) AppleWebKit/535.2 (KHTML, like Gecko) Chrome/22.0.843.0 Safari/535.2 Edge/118.12158", "deviceDetail": {"deviceId": "5224a875-801f-44b5-a725-542da3890d4b", "displayName": "THOMASPRICE-LT", "operatingSystem": "Windows 10", "browser": "Edge 118.12158", "trustType": "Hybrid Azure AD joined"}, "location": {"city": "Kevinton", "state": "Smithton", "countryOrRegion": "XR", "geoCoordinates": {"latitude": -87.5106305, "longitude": -77.991036}}, "correlationId": "e2a3ecd4-bb00-4004-9024-3bc98beec374", "conditionalAccessStatus": "failure", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "de6a894c-1dbe-4b96-a838-3ebe637189d8", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "processingTimeInMilliseconds": 127, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Cisco AnyConnect Online", "resourceId": "5d5b8d28-6a28-472e-b837-a4094e466965", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 256668, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "Tvgpt7OcEm8LJlcAzK2TwtbUW8JpC0GBSEuPupZhN88I2CAL", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "15655e1f-5005-4c53-b3c0-c4a1d1ca5e9e"}}, {"time": "2022-08-05T12:29:11.731750Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "99.116.100.205", "correlationId": "1f626826-3d8f-4d27-985b-090332af9124", "identity": "Aaron Cole", "Level": 4, "location": "XD", "properties": {"id": "49631f69-cc61-4c2e-82a5-314eb27e9d00", "createdDateTime": "2022-08-05T12:29:11.921750Z", "userDisplayName": "Aaron Cole", "userPrincipalName": "acole@domain.com", "userId": "5d557969-1645-4ba4-be83-b6fd943659f7", "appId": "1b3edb90-1e06-46db-b021-e2fc1f7ddaf5", "appDisplayName": "Beatrust", "ipAddress": "99.116.100.205", "status": {"errorCode": 0}, "clientAppUsed": "Browser", "deviceDetail": {"deviceId": "", "operatingSystem": "Windows 10", "browser": "Rich Client 5.2.7.0"}, "location": {"city": "Carrollstad", "state": "Norrisbury", "countryOrRegion": "XD", "geoCoordinates": {"latitude": -38.8540465, "longitude": -17.674718}}, "correlationId": "933273ec-38b2-4644-a60c-80f4be2b9228", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "435deeb1-4d1a-464f-b078-64c89e6f5c25", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 190, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Beatrust Service", "resourceId": "24578515-1951-4064-967d-0d2acaf0aa70", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 214655, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "S4Vrt9A56hidbfvhXi38Eyrac1m4sd4EhWM6o320TjxafHx6", "incomingTokenType": "none", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "0e68752b-7dfa-400b-a6f5-1b54af90696a", "rngcStatus": 0}}, {"time": "2022-08-05T12:37:59.788005Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "1.210.58.10", "correlationId": "4a8adef3-ce6e-4668-9694-8cc2ab601d3c", "identity": "Keith Sheppard", "Level": 4, "location": "XD", "properties": {"id": "bf3f8700-918c-41f4-af78-0e1007195700", "createdDateTime": "2022-08-05T12:37:59.921005Z", "userDisplayName": "Keith Sheppard", "userPrincipalName": "ksheppard@domain.com", "userId": "05bd48f1-91d2-4c2d-9a7c-80e80f561b3c", "appId": "9de6e985-97a5-4d82-9c45-aedaa9c25ef9", "appDisplayName": "AWS Single-Account Access", "ipAddress": "1.210.58.10", "status": {"errorCode": 0}, "clientAppUsed": "Browser", "deviceDetail": {"deviceId": "639815fd-5018-4e38-9d81-67538b2ce460", "displayName": "KEITHSHEPPARD-LT", "operatingSystem": "Windows", "trustType": "Azure AD registered"}, "location": {"city": "Cooperhaven", "state": "Norrisbury", "countryOrRegion": "XD", "geoCoordinates": {"latitude": 70.436398, "longitude": -23.873747}}, "correlationId": "aa70b556-0785-4e55-917f-6d7f09ef66e0", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "f6fbff3b-0b81-4f15-8c26-c6278267a346", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "processingTimeInMilliseconds": 133, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "AWS Single-Account Access Service", "resourceId": "c65cf5f9-5537-4200-889e-381c4f60ca7d", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 69487, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "6Ys6CopdgiWQKkQkNHJtY8Ix8KeIbZ9Mdv4wpD8CN9O4Vv4r", "incomingTokenType": "none", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": null}}, {"time": "2022-08-05T12:59:17.894791Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "SignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "91.132.253.146", "correlationId": "5263b992-4609-4217-a971-f6c69525f7d6", "identity": "Aaron Cole", "Level": 4, "location": "XD", "properties": {"id": "7f19788f-2e61-49ad-9601-4fe682e56e00", "createdDateTime": "2022-08-05T12:59:17.984791Z", "userDisplayName": "Aaron Cole", "userPrincipalName": "acole@domain.com", "userId": "5d557969-1645-4ba4-be83-b6fd943659f7", "appId": "d442730f-5e50-4d0b-9fa4-24c000ab6a15", "appDisplayName": "CallPlease", "ipAddress": "91.132.253.146", "status": {"errorCode": 0}, "clientAppUsed": "Browser", "userAgent": "Mozilla/5.0 (X11; Linux i686) AppleWebKit/536.2 (KHTML, like Gecko) Chrome/22.0.877.0 Safari/536.2", "deviceDetail": {"deviceId": "", "operatingSystem": "Windows 10", "browser": "Chrome 22.0.877.0"}, "location": {"city": "Rickshire", "state": "Norrisbury", "countryOrRegion": "XD", "geoCoordinates": {"latitude": -78.5751045, "longitude": 58.329246}}, "correlationId": "6fde1644-eb66-4523-9ef7-96985bc55eb1", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "d5ad32d6-8943-460d-8a3d-1df06075788b", "isInteractive": true, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 90, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "CallPlease Service", "resourceId": "24578515-1951-4064-967d-0d2acaf0aa70", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "alternateSignInName": "acole1@domain.com", "signInIdentifier": "acole1@domain.com", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 214655, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "vON4ZfFiqHvDasIPZoJ8eOjLeKO9K9o6n16SD4UZFv0Vk3zQ", "incomingTokenType": "none", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "0e68752b-7dfa-400b-a6f5-1b54af90696a", "rngcStatus": 0}}, {"time": "2022-08-05T13:20:12.940284Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "SignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "147.132.189.119", "correlationId": "6381076c-8c61-4eb4-899a-45a0d83f134b", "identity": "Melissa Martin", "Level": 4, "location": "XR", "properties": {"id": "96843c4e-d6c8-49c6-9d20-6412c6db6b00", "createdDateTime": "2022-08-05T13:20:13.047284Z", "userDisplayName": "Melissa Martin", "userPrincipalName": "mmartin@domain.com", "userId": "632ccb55-03a7-40f4-9893-653527cae790", "appId": "e47a1d38-5f61-45cd-b1b9-bc92f525c598", "appDisplayName": "Altoura", "ipAddress": "147.132.189.119", "status": {"errorCode": 0}, "clientAppUsed": "Browser", "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 12_4_8 like Mac OS X) AppleWebKit/536.2 (KHTML, like Gecko) CriOS/39.0.845.0 Mobile/81S373 Safari/536.2 Edge/40.11827", "deviceDetail": {"deviceId": "", "operatingSystem": "Windows 10", "browser": "Edge 40.11827"}, "location": {"city": "Port Denisetown", "state": "Smithton", "countryOrRegion": "XR", "geoCoordinates": {"latitude": 3.5518965, "longitude": 131.871582}}, "correlationId": "d1cc4d2f-ee2c-460a-8b66-9ed8208ad442", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "4001ffda-c3e0-40c4-b521-43d5e30803d4", "isInteractive": true, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 107, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Altoura Online", "resourceId": "f0630e90-b752-4960-bfb9-a0794fc34930", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 256668, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "P5LfBNxU4lzBlVU2wfZMA9fhTZ9vOumP93ylqhvM3tqyB47t", "incomingTokenType": "none", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "1f37c851-4be4-455b-928a-fbde7845a68a", "rngcStatus": 0}}, {"time": "2022-08-05T13:40:18.674634Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "50158", "resultSignature": "None", "resultDescription": "External security challenge was not satisfied.", "durationMs": 0, "callerIpAddress": "92.110.109.246", "correlationId": "1627c320-6018-4dae-9baa-74b73d294e6b", "identity": "Thomas Price", "Level": 4, "location": "XR", "properties": {"id": "717ef043-4342-4bef-be3f-b1a2f39c6e00", "createdDateTime": "2022-08-05T13:40:18.798634Z", "userDisplayName": "Thomas Price", "userPrincipalName": "tprice@domain.com", "userId": "32109ee2-ee4f-4d11-9c38-2556aec0f2b5", "appId": "9a7e67c7-6f05-42a3-b226-97c7ec3e9696", "appDisplayName": "Adobe Identity Management", "ipAddress": "92.110.109.246", "status": {"errorCode": 50158, "failureReason": "External security challenge was not satisfied."}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (X11; Linux i686) AppleWebKit/535.2 (KHTML, like Gecko) Chrome/22.0.843.0 Safari/535.2 Edge/118.12158", "deviceDetail": {"deviceId": "fb4d911d-6441-411b-868f-d25d5586a326", "displayName": "THOMASPRICE-LT", "operatingSystem": "Windows 10", "browser": "Edge 118.12158", "trustType": "Hybrid Azure AD joined"}, "location": {"city": "Port Denisetown", "state": "Smithton", "countryOrRegion": "XR", "geoCoordinates": {"latitude": 3.5518965, "longitude": 131.871582}}, "correlationId": "5bc34ede-6d68-430d-8a31-fb59ac56b53b", "conditionalAccessStatus": "failure", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "55933d92-37fa-4256-866d-715ccbb2940c", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 124, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Adobe Identity Management Service", "resourceId": "30663ca7-f8a9-43ab-8ca1-7906bdbc1485", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 230297, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "9kDDpLDneiZxyh9Ps5eLzAwUsSdISBLZAXRDoucnPZgMEZif", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "a6c259e5-7f16-48b2-a9f3-75becd6daa9b", "rngcStatus": 0}}, {"time": "2022-08-05T13:48:41.553770Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "50158", "resultSignature": "None", "resultDescription": "External security challenge was not satisfied.", "durationMs": 0, "callerIpAddress": "105.169.153.183", "correlationId": "440770f5-1aab-4049-8668-bea22dcec4b9", "identity": "Thomas Price", "Level": 4, "location": "XR", "properties": {"id": "5daad713-1a9b-42ef-b804-993d364b5600", "createdDateTime": "2022-08-05T13:48:41.700770Z", "userDisplayName": "Thomas Price", "userPrincipalName": "tprice@domain.com", "userId": "32109ee2-ee4f-4d11-9c38-2556aec0f2b5", "appId": "9a7e67c7-6f05-42a3-b226-97c7ec3e9696", "appDisplayName": "Adobe Identity Management", "ipAddress": "105.169.153.183", "status": {"errorCode": 50158, "failureReason": "External security challenge was not satisfied."}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (X11; Linux i686) AppleWebKit/535.2 (KHTML, like Gecko) Chrome/22.0.843.0 Safari/535.2 Edge/118.12158", "deviceDetail": {"deviceId": "2b85c59f-331a-4b61-9a44-9d3d6df62a06", "displayName": "THOMASPRICE-LT", "operatingSystem": "Windows 10", "browser": "Edge 118.12158", "trustType": "Hybrid Azure AD joined"}, "location": {"city": "Kevinton", "state": "Smithton", "countryOrRegion": "XR", "geoCoordinates": {"latitude": -87.5106305, "longitude": -77.991036}}, "correlationId": "1572518c-95be-4b9f-ba02-6151e83dd6c5", "conditionalAccessStatus": "failure", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "e7774b12-bf97-4222-99b6-b49a78f77433", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "processingTimeInMilliseconds": 147, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Adobe Identity Management Service", "resourceId": "30663ca7-f8a9-43ab-8ca1-7906bdbc1485", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 256668, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "u4rdGL64GDJdWq7ldmNYeFEetQWaKFvi9hj6gM8xOrDxVrgy", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "a6c259e5-7f16-48b2-a9f3-75becd6daa9b"}}, {"time": "2022-08-05T14:00:34.725548Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "13.113.40.157", "correlationId": "c3d4f036-f9c8-43c6-ade9-18ba93599027", "identity": "Attack Target", "Level": 4, "location": "XR", "properties": {"id": "a9fde73b-f4bf-4f4e-9e50-dc7585dc4f00", "createdDateTime": "2022-08-05T14:00:34.837548Z", "userDisplayName": "Attack Target", "userPrincipalName": "attacktarget@domain.com", "userId": "d735e84b-dcca-404d-9f7d-700f360f41a6", "appId": "9a7e67c7-6f05-42a3-b226-97c7ec3e9696", "appDisplayName": "Adobe Identity Management", "ipAddress": "13.113.40.157", "status": {"errorCode": 0}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (iPad; CPU iPad OS 9_3_6 like Mac OS X) AppleWebKit/536.1 (KHTML, like Gecko) CriOS/42.0.865.0 Mobile/77O124 Safari/536.1 Edge/99.14477", "deviceDetail": {"deviceId": "a44625dc-6f81-449a-9799-8005f7209b42", "displayName": "ATTACKTARGET-LT", "operatingSystem": "Windows 10", "browser": "Edge 99.14477", "trustType": "Azure AD registered"}, "location": {"city": "New John", "state": "Smithfort", "countryOrRegion": "XR", "geoCoordinates": {"latitude": -89.144242, "longitude": 168.119022}}, "correlationId": "2aefb8ed-c4d7-48d0-a02d-c65c1f3e53a8", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "0d8692d8-bb38-40cd-92be-af49c4733bfa", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "processingTimeInMilliseconds": 112, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Adobe Identity Management Service", "resourceId": "80abac89-d2c0-4b6c-8ffc-5023bd7efc5e", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 34974, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "Oqd9WBLLG0JcBuGzsSylkI5mNFYhEx0mNeEIicKdUqZafSuS", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": null}}, {"time": "2022-08-05T14:03:13.766851Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "156.206.181.119", "correlationId": "34150714-b92c-4e8c-ac86-fc6d45f39242", "identity": "Cynthia Perry", "Level": 4, "location": "XY", "properties": {"id": "3252cc26-bd51-4e86-91d8-5aec05446800", "createdDateTime": "2022-08-05T14:03:13.840851Z", "userDisplayName": "Cynthia Perry", "userPrincipalName": "cperry@domain.com", "userId": "ac5fa380-9d5b-470e-beb2-5ba10aca48e6", "appId": "9de6e985-97a5-4d82-9c45-aedaa9c25ef9", "appDisplayName": "AWS Single-Account Access", "ipAddress": "156.206.181.119", "status": {"errorCode": 0}, "clientAppUsed": "Browser", "deviceDetail": {"deviceId": "", "operatingSystem": "Windows"}, "location": {"city": "Hannaville", "state": "Thomashaven", "countryOrRegion": "XY", "geoCoordinates": {"latitude": 1.1452695, "longitude": 128.249211}}, "correlationId": "f9814e9b-7797-47b2-a82f-c5afdbfe5907", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "ebbe8d00-8f77-49b3-95b5-6176d9abe2b1", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 74, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "AWS Single-Account Access Service", "resourceId": "9a84f55e-3a40-492c-9476-e069f64ed7a6", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 279165, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "XTy9xokw6VkgSStpdyivQI0CVZKZ99RHn5h4NVys9O80u9wv", "incomingTokenType": "none", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "37ee873b-f901-4e25-be69-010243106d0f", "rngcStatus": 0}}, {"time": "2022-08-05T14:18:59.725663Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "13.113.40.157", "correlationId": "08647d53-8ac5-4310-b35e-b4882e017448", "identity": "Attack Target", "Level": 4, "location": "XR", "properties": {"id": "d613255f-ee47-4782-aac9-90426a1e6c00", "createdDateTime": "2022-08-05T14:18:59.834663Z", "userDisplayName": "Attack Target", "userPrincipalName": "attacktarget@domain.com", "userId": "d735e84b-dcca-404d-9f7d-700f360f41a6", "appId": "9a7e67c7-6f05-42a3-b226-97c7ec3e9696", "appDisplayName": "Adobe Identity Management", "ipAddress": "13.113.40.157", "ipAddressFromResourceProvider": "13.113.40.157", "status": {"errorCode": 0}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (iPad; CPU iPad OS 9_3_6 like Mac OS X) AppleWebKit/536.1 (KHTML, like Gecko) CriOS/42.0.865.0 Mobile/77O124 Safari/536.1 Edge/99.14477", "deviceDetail": {"deviceId": "a44625dc-6f81-449a-9799-8005f7209b42", "displayName": "ATTACKTARGET-LT", "operatingSystem": "Windows 10", "browser": "Edge 99.14477", "trustType": "Azure AD registered"}, "location": {"city": "Smithfort", "state": "Smithfort", "countryOrRegion": "XR", "geoCoordinates": {"latitude": 3.7564095, "longitude": -121.574606}}, "correlationId": "ffe3aec6-ed16-47d4-b73e-9da8ed24fef4", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "18ef5ec0-4111-4b08-8a28-4ed7487ccf0c", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 109, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Adobe Identity Management Service", "resourceId": "c8eab36d-0a82-409d-8693-a8dabc997921", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 34974, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "AtpnuEPsJoQiPfqDQq6anRTla4oQ4F8iXqNR12umzc7NFVUB", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "2248d3ef-d7b8-4eb2-bd20-fb53f725bfe3", "rngcStatus": 0}}, {"time": "2022-08-05T14:22:01.139247Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "156.206.181.119", "correlationId": "da478bea-f836-47dc-a73f-d371e446aa58", "identity": "Cynthia Perry", "Level": 4, "location": "XY", "properties": {"id": "45f948cc-c7b8-4f70-b09f-6ae1c32e8e00", "createdDateTime": "2022-08-05T14:22:01.261247Z", "userDisplayName": "Cynthia Perry", "userPrincipalName": "cperry@domain.com", "userId": "ac5fa380-9d5b-470e-beb2-5ba10aca48e6", "appId": "9de6e985-97a5-4d82-9c45-aedaa9c25ef9", "appDisplayName": "AWS Single-Account Access", "ipAddress": "156.206.181.119", "status": {"errorCode": 0}, "clientAppUsed": "Browser", "deviceDetail": {"deviceId": "", "operatingSystem": "Windows"}, "location": {"city": "Hannaville", "state": "Thomashaven", "countryOrRegion": "XY", "geoCoordinates": {"latitude": 1.1452695, "longitude": 128.249211}}, "correlationId": "2134f0ca-49d2-4f94-a5d5-4fb3f765e6cb", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "938f4d9e-0297-48fc-be97-f42cc338721b", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 122, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "AWS Single-Account Access Service", "resourceId": "f0630e90-b752-4960-bfb9-a0794fc34930", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 279165, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "vYh1xzm0eataQdWIEiV4QU49KsherT8v3xtZhPH5tuaVBb7O", "incomingTokenType": "none", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "1f37c851-4be4-455b-928a-fbde7845a68a", "rngcStatus": 0}}, {"time": "2022-08-05T14:53:49.913233Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "105.169.153.183", "correlationId": "41847e18-957c-40a2-8086-9ad1e7ec2b28", "identity": "Jim Gonzalez", "Level": 4, "location": "XR", "properties": {"id": "c98bb980-53fe-43a8-afd2-72b991856400", "createdDateTime": "2022-08-05T14:53:50.043233Z", "userDisplayName": "Jim Gonzalez", "userPrincipalName": "jgonzalez@domain.com", "userId": "95090045-a9c5-489c-adee-2db430a3333a", "appId": "9a7e67c7-6f05-42a3-b226-97c7ec3e9696", "appDisplayName": "Adobe Identity Management", "ipAddress": "105.169.153.183", "status": {"errorCode": 0}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (Windows NT 4.0) AppleWebKit/532.1 (KHTML, like Gecko) Chrome/38.0.801.0 Safari/532.1 Edge/19.15284", "deviceDetail": {"deviceId": "15135d1f-cb47-4bd8-b76d-90a9171c09bd", "displayName": "JIMGONZALEZ-LT", "operatingSystem": "Windows 10", "browser": "Edge 19.15284", "trustType": "Azure AD registered"}, "location": {"city": "Kevinton", "state": "Smithton", "countryOrRegion": "XR", "geoCoordinates": {"latitude": -87.5106305, "longitude": -77.991036}}, "correlationId": "d93d4852-2c87-4616-84e4-6d5a17e6a59c", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "8cea4362-ba24-46d7-bc70-09dfed7b7645", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 130, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Adobe Identity Management Service", "resourceId": "1f1f8006-bcaf-48ed-96be-45ba0b1802c3", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 256668, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "o0Vku9Z62dGfCDr43fv00fslgJ6gPNyVMJShq2LNyNxSDLmZ", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": null, "rngcStatus": 0}}, {"time": "2022-08-05T14:58:31.966442Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "50158", "resultSignature": "None", "resultDescription": "External security challenge was not satisfied.", "durationMs": 0, "callerIpAddress": "147.132.189.119", "correlationId": "cdb27673-bbe8-4beb-886c-f7c06a316f0d", "identity": "Terry Proctor", "Level": 4, "location": "XR", "properties": {"id": "8d2b057a-7641-4f9d-ad75-7b1964c25b00", "createdDateTime": "2022-08-05T14:58:32.094442Z", "userDisplayName": "Terry Proctor", "userPrincipalName": "tproctor@domain.com", "userId": "03110cc5-e54f-4dae-b68a-bf5d945f8152", "appId": "413f12c2-a9cb-4ca6-a080-d4308249cbe1", "appDisplayName": "Air", "ipAddress": "147.132.189.119", "status": {"errorCode": 50158, "failureReason": "External security challenge was not satisfied.", "additionalDetails": "MFA requirement satisfied by claim in the token"}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (X11; Linux i686) AppleWebKit/533.0 (KHTML, like Gecko) Chrome/24.0.803.0 Safari/533.0 Edge/40.11325", "deviceDetail": {"deviceId": "88ee69d5-1eb7-4f29-b594-e9b4e3371940", "displayName": "TERRYPROCTOR-LT", "operatingSystem": "Windows 10", "browser": "Edge 40.11325", "isCompliant": true, "isManaged": true, "trustType": "Azure AD joined"}, "location": {"city": "Port Denisetown", "state": "Smithton", "countryOrRegion": "XR", "geoCoordinates": {"latitude": 3.5518965, "longitude": 131.871582}}, "mfaDetail": {}, "correlationId": "4d4cb4bb-439b-47db-84ca-bea23e53829a", "conditionalAccessStatus": "failure", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "7a4483ef-6a88-447f-9b56-98cd6171ec7d", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "processingTimeInMilliseconds": 128, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Air Online", "resourceId": "d2c09315-f769-4fc6-9be8-f57cf8efa9cc", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 256668, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "34au51uTUDBcAzFKXWeYVHCvT0JK0PacEMURNoTYGLWWVnA5", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": null}}, {"time": "2022-08-05T15:02:19.596232Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "42.62.103.34", "correlationId": "fdca8582-6981-46a7-bde6-c4b68d542dcb", "identity": "Joseph Taylor", "Level": 4, "location": "XF", "properties": {"id": "96843c4e-d6c8-49c6-9d20-6412e3257100", "createdDateTime": "2022-08-05T15:02:19.683232Z", "userDisplayName": "Joseph Taylor", "userPrincipalName": "jtaylor@domain.com", "userId": "af9847eb-c773-41ae-bf94-42747c5e986c", "appId": "36cb8fe5-7667-4905-8700-4ebe4d3e46db", "appDisplayName": "Verto 365", "ipAddress": "42.62.103.34", "status": {"errorCode": 0, "additionalDetails": "MFA requirement satisfied by claim in the token"}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (iPad; CPU iPad OS 9_3_6 like Mac OS X) AppleWebKit/536.1 (KHTML, like Gecko) CriOS/42.0.865.0 Mobile/77O124 Safari/536.1 Edge/99.14477", "deviceDetail": {"deviceId": "76b96bd3-e5d7-49ee-b195-bf363facdb3d", "displayName": "JOSEPHTAYLOR-LT", "operatingSystem": "Windows 10", "browser": "Edge 99.14477", "isCompliant": true, "isManaged": true, "trustType": "Azure AD joined"}, "location": {"city": "Jessicafurt", "state": "Smithbury", "countryOrRegion": "XF", "geoCoordinates": {"latitude": 17.5082395, "longitude": -115.304215}}, "mfaDetail": {}, "correlationId": "58b59d17-ee80-4f99-8f1c-22983784915e", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "c2af0f85-5e5a-4e87-9a40-e6d1208f1c5c", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 87, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Verto 365 Service", "resourceId": "db504cc4-8f0b-4800-a3d2-d75104ad7e82", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 393508, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "daVAtskVpdGCxrq0MgZoEsK5AOIHsgiAORoHO676y9KrPXp7", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "e1eed55d-0b15-4abe-964b-f2d45bbc8964", "rngcStatus": 0}}, {"time": "2022-08-05T15:03:29.778414Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "13.113.40.157", "correlationId": "4ba7caa1-51ae-4b2b-83c8-9919387cb032", "identity": "Attack Target", "Level": 4, "location": "XR", "properties": {"id": "21cd51c1-e0da-46f7-88e2-556928e46500", "createdDateTime": "2022-08-05T15:03:29.930414Z", "userDisplayName": "Attack Target", "userPrincipalName": "attacktarget@domain.com", "userId": "d735e84b-dcca-404d-9f7d-700f360f41a6", "appId": "9a7e67c7-6f05-42a3-b226-97c7ec3e9696", "appDisplayName": "Adobe Identity Management", "ipAddress": "13.113.40.157", "ipAddressFromResourceProvider": "13.113.40.157", "status": {"errorCode": 0}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (iPad; CPU iPad OS 9_3_6 like Mac OS X) AppleWebKit/536.1 (KHTML, like Gecko) CriOS/42.0.865.0 Mobile/77O124 Safari/536.1 Edge/99.14477", "deviceDetail": {"deviceId": "a44625dc-6f81-449a-9799-8005f7209b42", "displayName": "ATTACKTARGET-LT", "operatingSystem": "Windows 10", "browser": "Edge 99.14477", "trustType": "Azure AD registered"}, "location": {"city": "New John", "state": "Smithfort", "countryOrRegion": "XR", "geoCoordinates": {"latitude": -89.144242, "longitude": 168.119022}}, "correlationId": "2392b921-fb1d-48b1-b88a-f0a5bf3d09ad", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "653e4365-661a-4823-826c-2da2560a195c", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 152, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Adobe Identity Management Service", "resourceId": "c8eab36d-0a82-409d-8693-a8dabc997921", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 34974, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "Pni9KKhns4EzN3OktINt1cJxoioohekNubZt31awdXEcKMJk", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "2248d3ef-d7b8-4eb2-bd20-fb53f725bfe3", "rngcStatus": 0}}, {"time": "2022-08-05T15:26:12.703149Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "134.219.180.76", "correlationId": "61cbee67-b207-4781-96a8-9c5b20829b6b", "identity": "Joseph Taylor", "Level": 4, "location": "XF", "properties": {"id": "5259cb5f-38c9-4c6a-8382-7d462c2d6b00", "createdDateTime": "2022-08-05T15:26:12.857149Z", "userDisplayName": "Joseph Taylor", "userPrincipalName": "jtaylor@domain.com", "userId": "af9847eb-c773-41ae-bf94-42747c5e986c", "appId": "84f18b4b-ae12-484a-847f-f3e36093594a", "appDisplayName": "Slack", "ipAddress": "134.219.180.76", "status": {"errorCode": 0, "additionalDetails": "MFA requirement satisfied by claim in the token"}, "clientAppUsed": "Browser", "deviceDetail": {"deviceId": "76b96bd3-e5d7-49ee-b195-bf363facdb3d", "displayName": "JOSEPHTAYLOR-LT", "operatingSystem": "Windows", "isCompliant": true, "isManaged": true, "trustType": "Azure AD joined"}, "location": {"city": "Mannville", "state": "Porterside", "countryOrRegion": "XF", "geoCoordinates": {"latitude": -50.9955705, "longitude": 104.613841}}, "mfaDetail": {}, "correlationId": "2c3a1c86-9075-4abe-ab7c-6049da240e0d", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "0ac812c7-a495-4970-97c1-fee02c4e4c8f", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 154, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Slack Service", "resourceId": "f0630e90-b752-4960-bfb9-a0794fc34930", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 124400, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "nq9EpJwzcQHRUhlE4Wnw5AEwU25kIURzPzhpD4U4KslOVOpz", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "1f37c851-4be4-455b-928a-fbde7845a68a", "rngcStatus": 0}}, {"time": "2022-08-05T15:35:07.515622Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "212.169.11.63", "correlationId": "2c335716-903c-4a66-be10-077f85814a6c", "identity": "Kristen Howell", "Level": 4, "location": "XR", "properties": {"id": "40d152cd-4283-43a4-b701-6f4a63185000", "createdDateTime": "2022-08-05T15:35:07.650622Z", "userDisplayName": "Kristen Howell", "userPrincipalName": "khowell@domain.com", "userId": "20e1e3f9-665f-45bd-9984-5e74b526d3b5", "appId": "9d794ea1-8d77-42e3-9fdd-6fd3620d616a", "appDisplayName": "Alaya", "ipAddress": "212.169.11.63", "status": {"errorCode": 0}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (iPad; CPU iPad OS 9_3_6 like Mac OS X) AppleWebKit/536.1 (KHTML, like Gecko) CriOS/42.0.865.0 Mobile/77O124 Safari/536.1 Edge/99.14477", "deviceDetail": {"deviceId": "caf12d64-01ec-4396-b330-e7eb6349ad45", "displayName": "KRISTENHOWELL-LT", "operatingSystem": "Windows 10", "browser": "Edge 99.14477", "trustType": "Azure AD registered"}, "location": {"city": "North Lisachester", "state": "Smithton", "countryOrRegion": "XR", "geoCoordinates": {"latitude": -69.00844, "longitude": -172.534328}}, "correlationId": "57e3c092-07ab-4230-8790-79c746ff480e", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "6c21e1f1-d994-4592-88f0-9ab62b9f1661", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "processingTimeInMilliseconds": 135, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Alaya Service", "resourceId": "f0630e90-b752-4960-bfb9-a0794fc34930", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 144064, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "WoCF9ULxc5roz2yNuGw287JAu5U1vWC0DYbdyb7rh3MJ2wYb", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "1f37c851-4be4-455b-928a-fbde7845a68a"}}, {"time": "2022-08-05T15:40:06.616896Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "13.113.40.157", "correlationId": "ebe3313e-72d2-44c2-91d6-6e9c3702f3bf", "identity": "Attack Target", "Level": 4, "location": "XR", "properties": {"id": "3d4a0393-eb98-40ac-b27b-dd9dc6798a00", "createdDateTime": "2022-08-05T15:40:06.725896Z", "userDisplayName": "Attack Target", "userPrincipalName": "attacktarget@domain.com", "userId": "d735e84b-dcca-404d-9f7d-700f360f41a6", "appId": "9a7e67c7-6f05-42a3-b226-97c7ec3e9696", "appDisplayName": "Adobe Identity Management", "ipAddress": "13.113.40.157", "ipAddressFromResourceProvider": "13.113.40.157", "status": {"errorCode": 0}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (iPad; CPU iPad OS 9_3_6 like Mac OS X) AppleWebKit/536.1 (KHTML, like Gecko) CriOS/42.0.865.0 Mobile/77O124 Safari/536.1 Edge/99.14477", "deviceDetail": {"deviceId": "a44625dc-6f81-449a-9799-8005f7209b42", "displayName": "ATTACKTARGET-LT", "operatingSystem": "Windows 10", "browser": "Edge 99.14477", "trustType": "Azure AD registered"}, "location": {"city": "Smithfort", "state": "Smithfort", "countryOrRegion": "XR", "geoCoordinates": {"latitude": 3.7564095, "longitude": -121.574606}}, "correlationId": "053f6097-9a87-4fce-9daa-1fdab31fad02", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "b5124a43-dd44-4ba1-b17a-90ba49389057", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 109, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Adobe Identity Management Service", "resourceId": "c8eab36d-0a82-409d-8693-a8dabc997921", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 34974, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "fQx3cCpM8Lh5Q13dfU1oeyCtyImrII1YGnsPyLNCnZxwGL5t", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "2248d3ef-d7b8-4eb2-bd20-fb53f725bfe3", "rngcStatus": 0}}, {"time": "2022-08-05T16:01:00.009032Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "86.154.193.190", "correlationId": "cec6e25e-993e-4a58-9c88-3c4b03c8b190", "identity": "Kristen Howell", "Level": 4, "location": "XR", "properties": {"id": "a41e8921-dafe-4500-91d4-0b5619a75d00", "createdDateTime": "2022-08-05T16:01:00.257032Z", "userDisplayName": "Kristen Howell", "userPrincipalName": "khowell@domain.com", "userId": "20e1e3f9-665f-45bd-9984-5e74b526d3b5", "appId": "9c5b7fe3-0ad2-4ea6-94e5-9e0001f367e3", "appDisplayName": "Articulate 360", "ipAddress": "86.154.193.190", "status": {"errorCode": 0}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (X11; Linux i686) AppleWebKit/533.0 (KHTML, like Gecko) Chrome/24.0.803.0 Safari/533.0 Edge/40.11325", "deviceDetail": {"deviceId": "af204333-3bdf-4228-bbeb-e3a654075b5c", "displayName": "KRISTENHOWELL-LT", "operatingSystem": "Windows 10", "browser": "Edge 40.11325", "trustType": "Azure AD registered"}, "location": {"city": "Port Denisetown", "state": "Smithton", "countryOrRegion": "XR", "geoCoordinates": {"latitude": 3.5518965, "longitude": 131.871582}}, "correlationId": "11c33f50-7383-4d97-9ac2-28e7d5d27e40", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "7c4080e9-2bce-4c36-8d85-51d3106b74ed", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "processingTimeInMilliseconds": 248, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Articulate 360 Online", "resourceId": "436260d5-3791-4aea-a4da-aa698ec35f2f", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 256668, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "pfKCS2qCpftsW1wEy0wxtBJuSnPj4jwvnOBtQokzbPsR9ale", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "94b9f3ba-5f4b-4edc-99dc-a420b76960f9"}}, {"time": "2022-08-05T16:13:36.177614Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "SignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "156.206.181.119", "correlationId": "91114ef3-c17c-4181-aad1-3ae04231013c", "identity": "Cynthia Perry", "Level": 4, "location": "XY", "properties": {"id": "b7d3efa6-fdbc-4020-888c-cd5f74428800", "createdDateTime": "2022-08-05T16:13:36.276614Z", "userDisplayName": "Cynthia Perry", "userPrincipalName": "cperry@domain.com", "userId": "ac5fa380-9d5b-470e-beb2-5ba10aca48e6", "appId": "51771de2-86d6-4e34-890a-fdf8d6c0663c", "appDisplayName": "Kiteworks", "ipAddress": "156.206.181.119", "status": {"errorCode": 0}, "clientAppUsed": "Browser", "userAgent": "Mozilla/5.0 (compatible; MSIE 8.0; Windows NT 5.2; Trident/3.1)", "deviceDetail": {"deviceId": "", "operatingSystem": "Windows 10", "browser": "IE 8.0"}, "location": {"city": "Hannaville", "state": "Thomashaven", "countryOrRegion": "XY", "geoCoordinates": {"latitude": 1.1452695, "longitude": 128.249211}}, "correlationId": "0c6af50f-b28b-4932-ac15-77b136b9d47e", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "937b81cd-c0bb-49fd-9c9b-757ad2765315", "isInteractive": true, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 99, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Kiteworks Service", "resourceId": "24578515-1951-4064-967d-0d2acaf0aa70", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 279165, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "o8o5sfpVlrhSbYOZvPv283rXE4FuCr7LjVIrhVX4dVk8LKpl", "incomingTokenType": "none", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "0e68752b-7dfa-400b-a6f5-1b54af90696a", "rngcStatus": 0}}, {"time": "2022-08-05T16:22:55.291652Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "13.113.40.157", "correlationId": "21ab8a0e-1b78-4c6b-a7cf-f2fd23187924", "identity": "Attack Target", "Level": 4, "location": "XR", "properties": {"id": "ea5400a2-5cfe-45d5-9d96-79ab0bc66600", "createdDateTime": "2022-08-05T16:22:55.563652Z", "userDisplayName": "Attack Target", "userPrincipalName": "attacktarget@domain.com", "userId": "d735e84b-dcca-404d-9f7d-700f360f41a6", "appId": "9c5b7fe3-0ad2-4ea6-94e5-9e0001f367e3", "appDisplayName": "Articulate 360", "ipAddress": "13.113.40.157", "status": {"errorCode": 0}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (iPad; CPU iPad OS 9_3_6 like Mac OS X) AppleWebKit/536.1 (KHTML, like Gecko) CriOS/42.0.865.0 Mobile/77O124 Safari/536.1 Edge/99.14477", "deviceDetail": {"deviceId": "a44625dc-6f81-449a-9799-8005f7209b42", "displayName": "ATTACKTARGET-LT", "operatingSystem": "Windows 10", "browser": "Edge 99.14477", "trustType": "Azure AD registered"}, "location": {"city": "Smithfort", "state": "Smithfort", "countryOrRegion": "XR", "geoCoordinates": {"latitude": 3.7564095, "longitude": -121.574606}}, "correlationId": "33765024-3b0e-4ff1-9ebc-918841255e21", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "2af802d7-e87b-4029-a010-55c3e30b4ece", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 272, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Articulate 360 Online", "resourceId": "436260d5-3791-4aea-a4da-aa698ec35f2f", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 34974, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "JT6vrN1zuPKoiaU2D4VkFfcGIq71hVrrNY84qT8c2g615h5E", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "94b9f3ba-5f4b-4edc-99dc-a420b76960f9", "rngcStatus": 0}}, {"time": "2022-08-05T16:40:23.527633Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "13.113.40.157", "correlationId": "07cdb7f5-f7b3-4f8b-8d04-ddb4d859947d", "identity": "Attack Target", "Level": 4, "location": "XR", "properties": {"id": "05ba222e-1564-4894-b208-c535c31f8400", "createdDateTime": "2022-08-05T16:40:23.654633Z", "userDisplayName": "Attack Target", "userPrincipalName": "attacktarget@domain.com", "userId": "d735e84b-dcca-404d-9f7d-700f360f41a6", "appId": "9a7e67c7-6f05-42a3-b226-97c7ec3e9696", "appDisplayName": "Adobe Identity Management", "ipAddress": "13.113.40.157", "ipAddressFromResourceProvider": "11.5.130.220", "status": {"errorCode": 0}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (iPad; CPU iPad OS 9_3_6 like Mac OS X) AppleWebKit/536.1 (KHTML, like Gecko) CriOS/42.0.865.0 Mobile/77O124 Safari/536.1 Edge/99.14477", "deviceDetail": {"deviceId": "a44625dc-6f81-449a-9799-8005f7209b42", "displayName": "ATTACKTARGET-LT", "operatingSystem": "Windows 10", "browser": "Edge 99.14477", "trustType": "Azure AD registered"}, "location": {"city": "Smithfort", "state": "Smithfort", "countryOrRegion": "XR", "geoCoordinates": {"latitude": 3.7564095, "longitude": -121.574606}}, "correlationId": "d592c6b0-7f7f-4527-8e9c-d272feac5bd5", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "012a243b-129d-4654-b4dc-f0ed5e2b5fe9", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 127, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Adobe Identity Management Service", "resourceId": "9a84f55e-3a40-492c-9476-e069f64ed7a6", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 34974, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "EGRgqU5grl9z7EokhJCaGBsJyuR4PIlKqqANj4ILdwviWzFP", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "37ee873b-f901-4e25-be69-010243106d0f", "rngcStatus": 0}}, {"time": "2022-08-05T17:23:57.027973Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "10.14.188.154", "correlationId": "f33ab29c-dcdb-49d2-b80a-ea5a463c9d76", "identity": "Alicia Ramirez", "Level": 4, "location": "XR", "properties": {"id": "f1fc2489-d131-4e12-a62d-535ffcae8500", "createdDateTime": "2022-08-05T17:23:57.109973Z", "userDisplayName": "Alicia Ramirez", "userPrincipalName": "aramirez@domain.com", "userId": "50125906-f0ff-4d56-a7d2-397a3c9d477e", "appId": "2eae4ad1-8cae-48fe-b718-76bd66e2fc7f", "appDisplayName": "Bipsync", "ipAddress": "10.14.188.154", "status": {"errorCode": 0}, "clientAppUsed": "Mobile Apps and Desktop clients", "deviceDetail": {"deviceId": "51dc6022-7b43-4a76-a5c8-6f29eb6be5c8", "displayName": "ALICIARAMIREZ-LT", "operatingSystem": "Android", "isCompliant": true, "isManaged": true, "trustType": "Azure AD registered"}, "location": {"city": "Susanside", "state": "Morrisview", "countryOrRegion": "XR", "geoCoordinates": {"latitude": 57.8050005, "longitude": -51.781534}}, "correlationId": "735a8ab0-c3a3-44dd-a5b7-31bff0f92470", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "58e35300-216a-4924-97fd-1e9be4d84b37", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 82, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Bipsync Service", "resourceId": "f0630e90-b752-4960-bfb9-a0794fc34930", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 432564, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "6mZ3rlOASGYXtvCzQVuB8CGjOyNCCEWJPfbITqf0ZaKNJRAH", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "1f37c851-4be4-455b-928a-fbde7845a68a", "rngcStatus": 0}}, {"time": "2022-08-05T17:30:16.786386Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "SignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "50140", "resultSignature": "None", "resultDescription": "This error occurred due to 'Keep me signed in' interrupt when the user was signing-in.", "durationMs": 0, "callerIpAddress": "91.132.253.146", "correlationId": "6f666f86-f1ba-4ab8-a021-ac1696b929c0", "identity": "Aaron Cole", "Level": 4, "location": "XD", "properties": {"id": "ea590d8d-e3b3-4fb0-bfa4-efd94f5a6600", "createdDateTime": "2022-08-05T17:30:16.886386Z", "userDisplayName": "Aaron Cole", "userPrincipalName": "acole@domain.com", "userId": "5d557969-1645-4ba4-be83-b6fd943659f7", "appId": "09882a0a-ccfc-4f24-bedf-653c30932b5b", "appDisplayName": "InviteDesk", "ipAddress": "91.132.253.146", "status": {"errorCode": 50140, "failureReason": "This error occurred due to 'Keep me signed in' interrupt when the user was signing-in."}, "clientAppUsed": "Browser", "userAgent": "Mozilla/5.0 (Linux; Android 2.3.5) AppleWebKit/532.2 (KHTML, like Gecko) Chrome/46.0.898.0 Safari/532.2 Edge/105.19198", "deviceDetail": {"deviceId": "", "operatingSystem": "Windows 10", "browser": "Edge 105.19198"}, "location": {"city": "Rickshire", "state": "Norrisbury", "countryOrRegion": "XD", "geoCoordinates": {"latitude": -78.5751045, "longitude": 58.329246}}, "correlationId": "68a80583-c62a-4d05-a683-3e81236c8a16", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "20ffaae8-70ba-480a-a7b4-c16242518d64", "isInteractive": true, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 100, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "InviteDesk Online", "resourceId": "f0630e90-b752-4960-bfb9-a0794fc34930", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "alternateSignInName": "acole1@domain.com", "signInIdentifier": "acole1@domain.com", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 214655, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "whYUvnnX8g2GyX3w3vWNAVDKA5l06icaC6Wb2e2cadni4GgS", "incomingTokenType": "none", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "1f37c851-4be4-455b-928a-fbde7845a68a", "rngcStatus": 0}}, {"time": "2022-08-05T17:30:47.885307Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "SignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "199.12.127.103", "correlationId": "57d48e47-9802-4ae7-a174-f1fb5587707f", "identity": "Jacob Meyers", "Level": 4, "location": "XG", "properties": {"id": "d2d6abb9-3d83-4187-a1d8-95eef5f47100", "createdDateTime": "2022-08-05T17:30:47.995307Z", "userDisplayName": "Jacob Meyers", "userPrincipalName": "jmeyers@domain.com", "userId": "c63a67b0-1651-4a8a-9560-cc703cdad5ad", "appId": "1b3edb90-1e06-46db-b021-e2fc1f7ddaf5", "appDisplayName": "Beatrust", "ipAddress": "199.12.127.103", "status": {"errorCode": 0}, "clientAppUsed": "Browser", "userAgent": "Mozilla/5.0 (Windows NT 5.1) AppleWebKit/534.1 (KHTML, like Gecko) Chrome/37.0.847.0 Safari/534.1", "deviceDetail": {"deviceId": "", "operatingSystem": "Windows 10", "browser": "Chrome 37.0.847.0"}, "location": {"city": "Port Nathan", "state": "Newmanville", "countryOrRegion": "XG", "geoCoordinates": {"latitude": 23.244641, "longitude": -113.392021}}, "correlationId": "cc26f7f2-e16d-47c6-8b4e-f9debb9e76af", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "1094dea4-f13d-48c8-9060-4789846725de", "isInteractive": true, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 110, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Beatrust Service", "resourceId": "24578515-1951-4064-967d-0d2acaf0aa70", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 282405, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "2Ygsdvh9GRCKlKYyUEo0zLrSXvVfvvjnT3wR0zovmB0dns0R", "incomingTokenType": "none", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "0e68752b-7dfa-400b-a6f5-1b54af90696a", "rngcStatus": 0}}, {"time": "2022-08-05T17:44:54.128645Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "700082", "resultSignature": "None", "resultDescription": "Other", "durationMs": 0, "callerIpAddress": "199.12.127.103", "correlationId": "5368058d-c747-4563-9577-f3a8f1a6e018", "identity": "Jacob Meyers", "Level": 4, "location": "XG", "properties": {"id": "541ec948-4b40-46bd-a337-75cbe21d6200", "createdDateTime": "2022-08-05T17:44:54.186645Z", "userDisplayName": "Jacob Meyers", "userPrincipalName": "jmeyers@domain.com", "userId": "c63a67b0-1651-4a8a-9560-cc703cdad5ad", "appId": "9003b8ba-730c-412d-8972-267700304e01", "appDisplayName": "Box", "ipAddress": "199.12.127.103", "status": {"errorCode": 700082, "failureReason": "Other"}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (Windows NT 4.0) AppleWebKit/531.1 (KHTML, like Gecko) Chrome/20.0.823.0 Safari/531.1 Edge/87.11424", "deviceDetail": {"deviceId": "a0ea1625-4397-4c4c-963c-33347d3b0d73", "displayName": "JACOBMEYERS-LT", "operatingSystem": "Windows 10", "browser": "Edge 87.11424", "trustType": "Azure AD registered"}, "location": {"city": "Port Nathan", "state": "Newmanville", "countryOrRegion": "XG", "geoCoordinates": {"latitude": 23.244641, "longitude": -113.392021}}, "correlationId": "0e3cb69d-95c7-44c4-b750-2121fc0e1b47", "conditionalAccessStatus": "notApplied", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "f8f08c5d-34a0-490e-a953-5b9010d52f90", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 58, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Box Online", "resourceId": "d2c09315-f769-4fc6-9be8-f57cf8efa9cc", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 282405, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "L81gPTgRHKugfqaa9rX6DRMBeWStdJAdKxjbffjDmkwyj23K", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": null, "rngcStatus": 0}}, {"time": "2022-08-05T18:07:31.442011Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "13.113.40.157", "correlationId": "36764e36-d379-45f4-914a-96a69bd59ae5", "identity": "Attack Target", "Level": 4, "location": "XR", "properties": {"id": "528a72ae-c612-474f-a22e-2f69e7ca7700", "createdDateTime": "2022-08-05T18:07:31.755011Z", "userDisplayName": "Attack Target", "userPrincipalName": "attacktarget@domain.com", "userId": "d735e84b-dcca-404d-9f7d-700f360f41a6", "appId": "9c5b7fe3-0ad2-4ea6-94e5-9e0001f367e3", "appDisplayName": "Articulate 360", "ipAddress": "13.113.40.157", "status": {"errorCode": 0}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (iPad; CPU iPad OS 9_3_6 like Mac OS X) AppleWebKit/536.1 (KHTML, like Gecko) CriOS/42.0.865.0 Mobile/77O124 Safari/536.1 Edge/99.14477", "deviceDetail": {"deviceId": "a44625dc-6f81-449a-9799-8005f7209b42", "displayName": "ATTACKTARGET-LT", "operatingSystem": "Windows 10", "browser": "Edge 99.14477", "trustType": "Azure AD registered"}, "location": {"city": "Smithfort", "state": "Smithfort", "countryOrRegion": "XR", "geoCoordinates": {"latitude": 3.7564095, "longitude": -121.574606}}, "correlationId": "2a7afd02-0af7-4919-b42e-e96c358011e4", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "1adc0f22-2e25-4831-a411-315dcf995f07", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 313, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Articulate 360 Online", "resourceId": "436260d5-3791-4aea-a4da-aa698ec35f2f", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 34974, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "KZ4AsNDKZSYNt3xpOb8Wvlfn7uWHiUcyz0JxdB4i6K7h0Br8", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "94b9f3ba-5f4b-4edc-99dc-a420b76960f9", "rngcStatus": 0}}, {"time": "2022-08-05T18:09:52.837222Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "205.33.24.92", "correlationId": "0f04646b-20b5-499d-a887-92f742c8dca1", "identity": "Aaron Cole", "Level": 4, "location": "XD", "properties": {"id": "5dd67554-af00-43ff-a601-8c33ecce6c00", "createdDateTime": "2022-08-05T18:09:52.905222Z", "userDisplayName": "Aaron Cole", "userPrincipalName": "acole@domain.com", "userId": "5d557969-1645-4ba4-be83-b6fd943659f7", "appId": "36f74ffc-90e8-46e0-b0ed-588b76ed6f47", "appDisplayName": "Inspire", "ipAddress": "205.33.24.92", "status": {"errorCode": 0}, "clientAppUsed": "Browser", "deviceDetail": {"deviceId": "", "operatingSystem": "Windows", "browser": "Rich Client 4.35.1.0"}, "location": {"city": "Kristinmouth", "state": "Norrisbury", "countryOrRegion": "XD", "geoCoordinates": {"latitude": 26.278784, "longitude": -92.042573}}, "correlationId": "c1c65049-111d-4dcd-9f90-90c869db22b1", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "b52cfc59-d0e3-4352-85dc-7bd9fa942a3c", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 68, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Inspire Online", "resourceId": "042c3df9-f692-4971-8c0b-72867fa422dd", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 214655, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "SYaLFBJf8x7qh7yHJ5Uqz14GlktCuSDWXGingsBqUHscQCrk", "incomingTokenType": "none", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "9dab86e5-2edb-4073-bed1-a1b309638aa2", "rngcStatus": 0}}, {"time": "2022-08-05T18:28:56.611951Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "86.154.193.190", "correlationId": "51ac1177-a27c-4acf-a824-ff3cb208e196", "identity": "Kristen Howell", "Level": 4, "location": "XR", "properties": {"id": "5259cb5f-38c9-4c6a-8382-7d46f0886900", "createdDateTime": "2022-08-05T18:28:56.716951Z", "userDisplayName": "Kristen Howell", "userPrincipalName": "khowell@domain.com", "userId": "20e1e3f9-665f-45bd-9984-5e74b526d3b5", "appId": "7b74bf77-058a-4c0d-9d9d-5523c3bc80ed", "appDisplayName": "GitHub Enterprise Cloud - Organization", "ipAddress": "86.154.193.190", "status": {"errorCode": 0, "additionalDetails": "MFA requirement satisfied by claim in the token"}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (X11; Linux i686) AppleWebKit/533.0 (KHTML, like Gecko) Chrome/24.0.803.0 Safari/533.0 Edge/40.11325", "deviceDetail": {"deviceId": "6ea76864-5f18-47dd-adb9-2b1dfcbfc425", "displayName": "KRISTENHOWELL-LT", "operatingSystem": "Windows 10", "browser": "Edge 40.11325", "isCompliant": true, "isManaged": true, "trustType": "Azure AD joined"}, "location": {"city": "Port Denisetown", "state": "Smithton", "countryOrRegion": "XR", "geoCoordinates": {"latitude": 3.5518965, "longitude": 131.871582}}, "mfaDetail": {}, "correlationId": "039da67d-d6d5-4de9-99e0-1189a7e88a12", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "1ab06c1e-d51f-4906-9111-27b127d27854", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 105, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "GitHub Enterprise Cloud - Organization Online", "resourceId": "51e679b4-5774-4b5f-9636-df5ea66b9380", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 256668, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "ZIajbXDdzRR5efVkeDNovAu8lMOK6OWo2hXoUbzcu8JdfhR6", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "6e8f419c-7f10-40b1-a52a-e4fb253c74c2", "rngcStatus": 0}}, {"time": "2022-08-05T18:40:22.841552Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "91.132.253.146", "correlationId": "40155a37-aaf5-4f51-b04d-a2c23a37d0b0", "identity": "Aaron Cole", "Level": 4, "location": "XD", "properties": {"id": "7911156a-02ea-4cca-ba29-f657a71c8400", "createdDateTime": "2022-08-05T18:40:22.924552Z", "userDisplayName": "Aaron Cole", "userPrincipalName": "acole@domain.com", "userId": "5d557969-1645-4ba4-be83-b6fd943659f7", "appId": "18bf60fa-77dd-4aad-891d-af82ca87dd06", "appDisplayName": "FortiGate SSL VPN", "ipAddress": "91.132.253.146", "status": {"errorCode": 0}, "clientAppUsed": "Browser", "deviceDetail": {"deviceId": "", "operatingSystem": "Windows", "browser": "Rich Client 4.22.0.0"}, "location": {"city": "Rickshire", "state": "Norrisbury", "countryOrRegion": "XD", "geoCoordinates": {"latitude": -78.5751045, "longitude": 58.329246}}, "correlationId": "e4806f6e-5b93-4fd3-b8f1-b91987cee58e", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "801c47a3-c543-4db9-83ff-54510f781741", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 83, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "FortiGate SSL VPN Service", "resourceId": "9a84f55e-3a40-492c-9476-e069f64ed7a6", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 214655, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "nBTGjn37ygp2OX3XIo5nLRYxVwWc3UUFvm11eKmomzceFr4C", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "37ee873b-f901-4e25-be69-010243106d0f", "rngcStatus": 0}}, {"time": "2022-08-05T18:42:52.429041Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "13.113.40.157", "correlationId": "e9584cb7-4c0e-4d59-9dc1-5d8af1e5dbec", "identity": "Attack Target", "Level": 4, "location": "XR", "properties": {"id": "c31f11f3-65b0-42f1-80e6-a81fac469800", "createdDateTime": "2022-08-05T18:42:52.541041Z", "userDisplayName": "Attack Target", "userPrincipalName": "attacktarget@domain.com", "userId": "d735e84b-dcca-404d-9f7d-700f360f41a6", "appId": "9a7e67c7-6f05-42a3-b226-97c7ec3e9696", "appDisplayName": "Adobe Identity Management", "ipAddress": "13.113.40.157", "ipAddressFromResourceProvider": "13.113.40.157", "status": {"errorCode": 0}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (iPad; CPU iPad OS 9_3_6 like Mac OS X) AppleWebKit/536.1 (KHTML, like Gecko) CriOS/42.0.865.0 Mobile/77O124 Safari/536.1 Edge/99.14477", "deviceDetail": {"deviceId": "a44625dc-6f81-449a-9799-8005f7209b42", "displayName": "ATTACKTARGET-LT", "operatingSystem": "Windows 10", "browser": "Edge 99.14477", "trustType": "Azure AD registered"}, "location": {"city": "Smithfort", "state": "Smithfort", "countryOrRegion": "XR", "geoCoordinates": {"latitude": 3.7564095, "longitude": -121.574606}}, "correlationId": "7bc04f34-3e69-4c0a-aef8-8994304ab430", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "6f401390-ecda-469b-ba23-91d017b28f8d", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 112, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Adobe Identity Management Service", "resourceId": "c8eab36d-0a82-409d-8693-a8dabc997921", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 34974, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "fD7iemHh5fUAwWaqFfj0K2fr5xbbf1PyvRzPWtNeFt2XTnFm", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "2248d3ef-d7b8-4eb2-bd20-fb53f725bfe3", "rngcStatus": 0}}, {"time": "2022-08-05T19:13:21.041653Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "50158", "resultSignature": "None", "resultDescription": "External security challenge was not satisfied.", "durationMs": 0, "callerIpAddress": "92.110.109.246", "correlationId": "ca66f505-2500-4e0d-bdb7-e47318ba15e9", "identity": "Thomas Price", "Level": 4, "location": "XR", "properties": {"id": "f4fa1a63-e0af-4531-86dc-163a931b6800", "createdDateTime": "2022-08-05T19:13:21.221653Z", "userDisplayName": "Thomas Price", "userPrincipalName": "tprice@domain.com", "userId": "32109ee2-ee4f-4d11-9c38-2556aec0f2b5", "appId": "9a7e67c7-6f05-42a3-b226-97c7ec3e9696", "appDisplayName": "Adobe Identity Management", "ipAddress": "92.110.109.246", "status": {"errorCode": 50158, "failureReason": "External security challenge was not satisfied."}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (X11; Linux i686) AppleWebKit/535.2 (KHTML, like Gecko) Chrome/22.0.843.0 Safari/535.2 Edge/118.12158", "deviceDetail": {"deviceId": "fb4d911d-6441-411b-868f-d25d5586a326", "displayName": "THOMASPRICE-LT", "operatingSystem": "Windows 10", "browser": "Edge 118.12158", "trustType": "Hybrid Azure AD joined"}, "location": {"city": "Port Denisetown", "state": "Smithton", "countryOrRegion": "XR", "geoCoordinates": {"latitude": 3.5518965, "longitude": 131.871582}}, "correlationId": "04731cfb-ffa8-4d2d-be5b-2558757bd46b", "conditionalAccessStatus": "failure", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "5eb43de5-9ec3-4c49-95e2-e2bfc0004a4e", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 180, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Adobe Identity Management Service", "resourceId": "30663ca7-f8a9-43ab-8ca1-7906bdbc1485", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 230297, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "xI5g7s7vDMyNPFmcHt6ky2PE2h5MXF4ISh7TQ1WcvVttwTon", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "a6c259e5-7f16-48b2-a9f3-75becd6daa9b", "rngcStatus": 0}}, {"time": "2022-08-05T19:42:13.718452Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "86.154.193.190", "correlationId": "02b6105a-9293-4725-a9f8-07c29c64a935", "identity": "Kristen Howell", "Level": 4, "location": "XR", "properties": {"id": "3f04f6e0-8681-475f-a0d6-0af7e5037400", "createdDateTime": "2022-08-05T19:42:13.824452Z", "userDisplayName": "Kristen Howell", "userPrincipalName": "khowell@domain.com", "userId": "20e1e3f9-665f-45bd-9984-5e74b526d3b5", "appId": "9c5b7fe3-0ad2-4ea6-94e5-9e0001f367e3", "appDisplayName": "Articulate 360", "ipAddress": "86.154.193.190", "status": {"errorCode": 0}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (X11; Linux i686) AppleWebKit/533.0 (KHTML, like Gecko) Chrome/24.0.803.0 Safari/533.0 Edge/40.11325", "deviceDetail": {"deviceId": "af204333-3bdf-4228-bbeb-e3a654075b5c", "displayName": "KRISTENHOWELL-LT", "operatingSystem": "Windows 10", "browser": "Edge 40.11325", "trustType": "Azure AD registered"}, "location": {"city": "Port Denisetown", "state": "Smithton", "countryOrRegion": "XR", "geoCoordinates": {"latitude": 3.5518965, "longitude": 131.871582}}, "correlationId": "f18c7954-4d51-4caa-b1b5-1b9716a3b04c", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "3f2c1b52-29da-4a08-8fdd-ea3354a4d993", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 106, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Articulate 360 Online", "resourceId": "5e244d4f-26b9-4ef2-a497-f0c533628ee1", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 256668, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "Rk6S8cIqrAaQZfhnd1tdlASPObgNQG86NR14bXX83eVgf4uZ", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "36673087-318c-4304-8804-602d45a6f290", "rngcStatus": 0}}, {"time": "2022-08-05T19:50:42.872460Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "19.20.89.178", "correlationId": "1edb48b0-576a-40ca-b922-4d4ab0f1471d", "identity": "Jamie Watson", "Level": 4, "location": "XR", "properties": {"id": "aae6799f-ea3c-499a-892d-2f1a68b55800", "createdDateTime": "2022-08-05T19:50:42.959460Z", "userDisplayName": "Jamie Watson", "userPrincipalName": "jwatson@domain.com", "userId": "2844695b-9a70-48ed-a5ce-f3d711e2292b", "appId": "9167c284-c68f-468a-84be-0ee4f23879fe", "appDisplayName": "ArcGIS Enterprise", "ipAddress": "19.20.89.178", "status": {"errorCode": 0}, "clientAppUsed": "Mobile Apps and Desktop clients", "deviceDetail": {"deviceId": "", "operatingSystem": "Android"}, "location": {"city": "Samanthaberg", "state": "Smithton", "countryOrRegion": "XR", "geoCoordinates": {"latitude": -68.556166, "longitude": -172.972506}}, "correlationId": "b6a56a52-6552-4503-b3a4-22dbb5ee8742", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "d564b7a9-b870-4495-b45e-bf14d6decdd1", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "processingTimeInMilliseconds": 87, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "ArcGIS Enterprise Service", "resourceId": "72f0186d-d327-46c9-a8ff-497e0caa8691", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 34974, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "FzKWR3wdBSfpELaFzhCrxLCc5KGlH19Aar8FsnXMJyCfGaZ1", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": null}}, {"time": "2022-08-05T19:58:39.050818Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "199.12.127.103", "correlationId": "9cbdbe3f-491f-4fd2-806c-923028b8142b", "identity": "Jacob Meyers", "Level": 4, "location": "XG", "properties": {"id": "f656c79e-6ed9-4ee9-bee4-408e23c36d00", "createdDateTime": "2022-08-05T19:58:39.189818Z", "userDisplayName": "Jacob Meyers", "userPrincipalName": "jmeyers@domain.com", "userId": "c63a67b0-1651-4a8a-9560-cc703cdad5ad", "appId": "9a7e67c7-6f05-42a3-b226-97c7ec3e9696", "appDisplayName": "Adobe Identity Management", "ipAddress": "199.12.127.103", "ipAddressFromResourceProvider": "199.12.127.103", "status": {"errorCode": 0}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (iPad; CPU iPad OS 9_3_6 like Mac OS X) AppleWebKit/536.1 (KHTML, like Gecko) CriOS/42.0.865.0 Mobile/77O124 Safari/536.1 Edge/99.14477", "deviceDetail": {"deviceId": "68cb982e-f215-496c-89bb-cc07716ff474", "displayName": "JACOBMEYERS-LT", "operatingSystem": "Windows 10", "browser": "Edge 99.14477", "trustType": "Azure AD registered"}, "location": {"city": "Port Nathan", "state": "Newmanville", "countryOrRegion": "XG", "geoCoordinates": {"latitude": 23.244641, "longitude": -113.392021}}, "correlationId": "2604def9-5cfa-427d-a6ff-fdd7ae3fa027", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "e1b463ef-a716-4dcb-84dc-344243056d06", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 139, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Adobe Identity Management Service", "resourceId": "c8eab36d-0a82-409d-8693-a8dabc997921", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 282405, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "qLwXqyRss8DDQezZmx9NyKdkeh6EyqGnATR7pp3tOh9O5LdU", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "2248d3ef-d7b8-4eb2-bd20-fb53f725bfe3", "rngcStatus": 0}}, {"time": "2022-08-05T20:27:39.163636Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "50158", "resultSignature": "None", "resultDescription": "External security challenge was not satisfied.", "durationMs": 0, "callerIpAddress": "44.22.19.201", "correlationId": "42443bba-e0e2-42a1-8617-eb837e557074", "identity": "Thomas Price", "Level": 4, "location": "XN", "properties": {"id": "fce40f88-fa2b-4b99-9183-5ba118b95700", "createdDateTime": "2022-08-05T20:27:39.289636Z", "userDisplayName": "Thomas Price", "userPrincipalName": "tprice@domain.com", "userId": "32109ee2-ee4f-4d11-9c38-2556aec0f2b5", "appId": "9a7e67c7-6f05-42a3-b226-97c7ec3e9696", "appDisplayName": "Adobe Identity Management", "ipAddress": "44.22.19.201", "status": {"errorCode": 50158, "failureReason": "External security challenge was not satisfied."}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (X11; Linux i686) AppleWebKit/535.2 (KHTML, like Gecko) Chrome/22.0.843.0 Safari/535.2 Edge/118.12158", "deviceDetail": {"deviceId": "35819889-abdc-47e0-b28d-5195d26e941f", "displayName": "THOMASPRICE-LT", "operatingSystem": "Windows 10", "browser": "Edge 118.12158", "trustType": "Hybrid Azure AD joined"}, "location": {"city": "Littlemouth", "state": "Alexanderfurt", "countryOrRegion": "XN", "geoCoordinates": {"latitude": 25.4437255, "longitude": -109.530885}}, "correlationId": "204899ac-e8dd-4297-b21f-c9587451895e", "conditionalAccessStatus": "failure", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "14646e35-da82-4557-988b-463e440c6316", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "processingTimeInMilliseconds": 126, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Adobe Identity Management Service", "resourceId": "30663ca7-f8a9-43ab-8ca1-7906bdbc1485", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 230297, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "8MQY1ATrkta7VOwghhoZ7GzCpF8FFwS5J5w0Ati0DrZprz3I", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "a6c259e5-7f16-48b2-a9f3-75becd6daa9b"}}, {"time": "2022-08-05T20:29:51.614393Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "50158", "resultSignature": "None", "resultDescription": "External security challenge was not satisfied.", "durationMs": 0, "callerIpAddress": "147.132.189.119", "correlationId": "9c33a61d-b2cc-4c69-8f15-af94e44eb5d5", "identity": "Terry Proctor", "Level": 4, "location": "XR", "properties": {"id": "b7d3efa6-fdbc-4020-888c-cd5f1a248800", "createdDateTime": "2022-08-05T20:29:51.700393Z", "userDisplayName": "Terry Proctor", "userPrincipalName": "tproctor@domain.com", "userId": "03110cc5-e54f-4dae-b68a-bf5d945f8152", "appId": "413f12c2-a9cb-4ca6-a080-d4308249cbe1", "appDisplayName": "Air", "ipAddress": "147.132.189.119", "status": {"errorCode": 50158, "failureReason": "External security challenge was not satisfied.", "additionalDetails": "MFA requirement satisfied by claim in the token"}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (X11; Linux i686) AppleWebKit/533.0 (KHTML, like Gecko) Chrome/24.0.803.0 Safari/533.0 Edge/40.11325", "deviceDetail": {"deviceId": "88ee69d5-1eb7-4f29-b594-e9b4e3371940", "displayName": "TERRYPROCTOR-LT", "operatingSystem": "Windows 10", "browser": "Edge 40.11325", "isCompliant": true, "isManaged": true, "trustType": "Azure AD joined"}, "location": {"city": "Port Denisetown", "state": "Smithton", "countryOrRegion": "XR", "geoCoordinates": {"latitude": 3.5518965, "longitude": 131.871582}}, "mfaDetail": {}, "correlationId": "01f78044-3f39-4761-b31d-95d41ec9dc20", "conditionalAccessStatus": "failure", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "dd4d4a2b-1f18-4fc9-a152-bf2dea697a92", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 86, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Air Online", "resourceId": "72f0186d-d327-46c9-a8ff-497e0caa8691", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 256668, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "LKiLHGbLgpMrk5kdwnZdD5hbvpQB7VqsaWcxpYpX6SHMIyFU", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": null, "rngcStatus": 0}}, {"time": "2022-08-05T20:33:03.570835Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "50158", "resultSignature": "None", "resultDescription": "External security challenge was not satisfied.", "durationMs": 0, "callerIpAddress": "92.110.109.246", "correlationId": "1b2c476d-e6cd-4ae3-9a22-82304b7adaf6", "identity": "Thomas Price", "Level": 4, "location": "XR", "properties": {"id": "c09145de-2e38-4616-bd8d-3308cbb45f00", "createdDateTime": "2022-08-05T20:33:03.699835Z", "userDisplayName": "Thomas Price", "userPrincipalName": "tprice@domain.com", "userId": "32109ee2-ee4f-4d11-9c38-2556aec0f2b5", "appId": "9a7e67c7-6f05-42a3-b226-97c7ec3e9696", "appDisplayName": "Adobe Identity Management", "ipAddress": "92.110.109.246", "status": {"errorCode": 50158, "failureReason": "External security challenge was not satisfied."}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (X11; Linux i686) AppleWebKit/535.2 (KHTML, like Gecko) Chrome/22.0.843.0 Safari/535.2 Edge/118.12158", "deviceDetail": {"deviceId": "35819889-abdc-47e0-b28d-5195d26e941f", "displayName": "THOMASPRICE-LT", "operatingSystem": "Windows 10", "browser": "Edge 118.12158", "trustType": "Hybrid Azure AD joined"}, "location": {"city": "Port Denisetown", "state": "Smithton", "countryOrRegion": "XR", "geoCoordinates": {"latitude": 3.5518965, "longitude": 131.871582}}, "correlationId": "739d8467-39c1-49a4-be43-89b8dbdbf1bf", "conditionalAccessStatus": "failure", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "9a00b5b6-a5d1-48bb-9585-ed3c8733d034", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 129, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Adobe Identity Management Service", "resourceId": "30663ca7-f8a9-43ab-8ca1-7906bdbc1485", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 230297, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "or3eNgD4wvK30AOGZFOkpZO9w2YMp5kWPOD0Y1Hahjk2PobE", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "a6c259e5-7f16-48b2-a9f3-75becd6daa9b", "rngcStatus": 0}}, {"time": "2022-08-05T20:38:25.056123Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "156.206.181.119", "correlationId": "02690b6c-800b-4b28-b54c-0f489cfcd4a8", "identity": "Cynthia Perry", "Level": 4, "location": "XY", "properties": {"id": "5d857cb0-2921-4775-a7e5-e4992fe48c00", "createdDateTime": "2022-08-05T20:38:25.132123Z", "userDisplayName": "Cynthia Perry", "userPrincipalName": "cperry@domain.com", "userId": "ac5fa380-9d5b-470e-beb2-5ba10aca48e6", "appId": "9de6e985-97a5-4d82-9c45-aedaa9c25ef9", "appDisplayName": "AWS Single-Account Access", "ipAddress": "156.206.181.119", "status": {"errorCode": 0}, "clientAppUsed": "Browser", "deviceDetail": {"deviceId": "", "operatingSystem": "Windows"}, "location": {"city": "Hannaville", "state": "Thomashaven", "countryOrRegion": "XY", "geoCoordinates": {"latitude": 1.1452695, "longitude": 128.249211}}, "correlationId": "7dccb457-9b22-4aea-8244-eb89df272692", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "c41355cb-2674-44a2-8bf9-2870d2eaf040", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 76, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "AWS Single-Account Access Service", "resourceId": "9a84f55e-3a40-492c-9476-e069f64ed7a6", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 279165, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "k9BGVWudcAsPm8MdAgnBOkPpylm4oyp6Y1THsUotiWpNIL1t", "incomingTokenType": "none", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "37ee873b-f901-4e25-be69-010243106d0f", "rngcStatus": 0}}, {"time": "2022-08-05T20:44:35.732794Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "105.169.153.183", "correlationId": "68bbd090-666b-4176-9b41-d592da196ecf", "identity": "Jim Gonzalez", "Level": 4, "location": "XR", "properties": {"id": "ed1cc7f2-5495-4045-9a89-6421f8657000", "createdDateTime": "2022-08-05T20:44:35.909794Z", "userDisplayName": "Jim Gonzalez", "userPrincipalName": "jgonzalez@domain.com", "userId": "95090045-a9c5-489c-adee-2db430a3333a", "appId": "bf2855c0-7434-4262-8885-ad2f5206d324", "appDisplayName": "COINS Construction Cloud - Project and Productivity Apps", "ipAddress": "105.169.153.183", "status": {"errorCode": 0}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (Windows NT 4.0) AppleWebKit/532.1 (KHTML, like Gecko) Chrome/38.0.801.0 Safari/532.1 Edge/19.15284", "deviceDetail": {"deviceId": "15135d1f-cb47-4bd8-b76d-90a9171c09bd", "displayName": "JIMGONZALEZ-LT", "operatingSystem": "Windows 10", "browser": "Edge 19.15284", "trustType": "Azure AD registered"}, "location": {"city": "Santosborough", "state": "Smithton", "countryOrRegion": "XR", "geoCoordinates": {"latitude": 12.8350355, "longitude": 138.359011}}, "correlationId": "d4723a3b-7fad-4cf6-8059-8d4c028c290a", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "c18ed4f5-2ee1-41af-85f1-1ffbb80f2cfd", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 177, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "COINS Construction Cloud - Project and Productivity Apps Service", "resourceId": "3f7d0d52-e3b6-4712-8e89-01c915dc0294", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 256668, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "DrUY3L5vHkG5etYfzxrW0LUf8ONm2Is7tR1NxhOmeccJzQej", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "84036992-5b2b-4836-8aca-9de3ba4c15b9", "rngcStatus": 0}}, {"time": "2022-08-05T20:51:58.533022Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "50158", "resultSignature": "None", "resultDescription": "External security challenge was not satisfied.", "durationMs": 0, "callerIpAddress": "92.110.109.246", "correlationId": "2d08d7ed-aafd-4e34-b381-77fa9bffbd85", "identity": "Thomas Price", "Level": 4, "location": "XR", "properties": {"id": "61aaa40e-2fb7-4775-bea6-cf49b57f9a00", "createdDateTime": "2022-08-05T20:51:58.729022Z", "userDisplayName": "Thomas Price", "userPrincipalName": "tprice@domain.com", "userId": "32109ee2-ee4f-4d11-9c38-2556aec0f2b5", "appId": "9a7e67c7-6f05-42a3-b226-97c7ec3e9696", "appDisplayName": "Adobe Identity Management", "ipAddress": "92.110.109.246", "status": {"errorCode": 50158, "failureReason": "External security challenge was not satisfied."}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (X11; Linux i686) AppleWebKit/535.2 (KHTML, like Gecko) Chrome/22.0.843.0 Safari/535.2 Edge/118.12158", "deviceDetail": {"deviceId": "fb4d911d-6441-411b-868f-d25d5586a326", "displayName": "THOMASPRICE-LT", "operatingSystem": "Windows 10", "browser": "Edge 118.12158", "trustType": "Hybrid Azure AD joined"}, "location": {"city": "Port Denisetown", "state": "Smithton", "countryOrRegion": "XR", "geoCoordinates": {"latitude": 3.5518965, "longitude": 131.871582}}, "correlationId": "c993904e-518d-4eb0-9e48-0b30fcc7a9de", "conditionalAccessStatus": "failure", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "0d619591-8efb-431c-a246-bc6ec33dd92f", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 196, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Adobe Identity Management Service", "resourceId": "30663ca7-f8a9-43ab-8ca1-7906bdbc1485", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 230297, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "3kGTrwCKmUbbxb3Y8sbA3Phn08pQNS8htMokYURNcfqzs0Py", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "a6c259e5-7f16-48b2-a9f3-75becd6daa9b", "rngcStatus": 0}}, {"time": "2022-08-05T20:53:20.995143Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "156.206.181.119", "correlationId": "a330da98-4d0d-4aa8-85b4-9453b4a6acb2", "identity": "Cynthia Perry", "Level": 4, "location": "XY", "properties": {"id": "8ffdb2ce-02a0-4390-8a24-4d18d85a3e00", "createdDateTime": "2022-08-05T20:53:21.060143Z", "userDisplayName": "Cynthia Perry", "userPrincipalName": "cperry@domain.com", "userId": "ac5fa380-9d5b-470e-beb2-5ba10aca48e6", "appId": "9de6e985-97a5-4d82-9c45-aedaa9c25ef9", "appDisplayName": "AWS Single-Account Access", "ipAddress": "156.206.181.119", "status": {"errorCode": 0}, "clientAppUsed": "Browser", "deviceDetail": {"deviceId": "", "operatingSystem": "Windows"}, "location": {"city": "Hannaville", "state": "Thomashaven", "countryOrRegion": "XY", "geoCoordinates": {"latitude": 1.1452695, "longitude": 128.249211}}, "correlationId": "cc77ab1c-cadf-4663-bcde-850d3375e605", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "f71d4a2d-c359-465b-97f8-5eec2d48a34a", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 65, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "AWS Single-Account Access Service", "resourceId": "72f0186d-d327-46c9-a8ff-497e0caa8691", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 279165, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "PqD1o1HnV0dJvfO08LLegSnCNAy2rXX4HbI1gMSr8fAI7iHM", "incomingTokenType": "none", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": null, "rngcStatus": 0}}, {"time": "2022-08-05T21:10:10.626225Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "205.33.24.92", "correlationId": "2abe4dd7-b8fe-4c37-abe1-6bf51d1cab20", "identity": "Aaron Cole", "Level": 4, "location": "XD", "properties": {"id": "cb1cdc58-3d1a-4d1a-ab9f-1d77866b1b00", "createdDateTime": "2022-08-05T21:10:10.720225Z", "userDisplayName": "Aaron Cole", "userPrincipalName": "acole@domain.com", "userId": "5d557969-1645-4ba4-be83-b6fd943659f7", "appId": "e47a1d38-5f61-45cd-b1b9-bc92f525c598", "appDisplayName": "Altoura", "ipAddress": "205.33.24.92", "status": {"errorCode": 0}, "clientAppUsed": "Browser", "userAgent": "Mozilla/5.0 (Linux; Android 2.3.5) AppleWebKit/532.2 (KHTML, like Gecko) Chrome/46.0.898.0 Safari/532.2 Edge/105.19198", "deviceDetail": {"deviceId": "", "operatingSystem": "Windows 10", "browser": "Edge 105.19198"}, "location": {"city": "Kristinmouth", "state": "Norrisbury", "countryOrRegion": "XD", "geoCoordinates": {"latitude": 26.278784, "longitude": -92.042573}}, "correlationId": "316b55f2-dffa-4010-b076-251b55415fdb", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "2463d5c2-28cf-4f2e-b3cb-4113104b215f", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 94, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Altoura Online", "resourceId": "f0630e90-b752-4960-bfb9-a0794fc34930", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 214655, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "dOctmFXK9FyDgSupZBJnPkfBgfEXOYKwWJA1tihB8W2S18I7", "incomingTokenType": "none", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "1f37c851-4be4-455b-928a-fbde7845a68a", "rngcStatus": 0}}, {"time": "2022-08-05T21:28:54.899301Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "147.132.189.119", "correlationId": "11de2795-3382-40c6-a2ae-87b78de5308d", "identity": "Cassie Fernandez", "Level": 4, "location": "XR", "properties": {"id": "b7d3efa6-fdbc-4020-888c-cd5fc0f98900", "createdDateTime": "2022-08-05T21:28:55.006301Z", "userDisplayName": "Cassie Fernandez", "userPrincipalName": "cfernandez@domain.com", "userId": "67ef8be6-3f44-4db7-8172-fd6211428c1e", "appId": "9a7e67c7-6f05-42a3-b226-97c7ec3e9696", "appDisplayName": "Adobe Identity Management", "ipAddress": "147.132.189.119", "status": {"errorCode": 0}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (iPad; CPU iPad OS 9_3_6 like Mac OS X) AppleWebKit/536.1 (KHTML, like Gecko) CriOS/42.0.865.0 Mobile/77O124 Safari/536.1 Edge/99.14477", "deviceDetail": {"deviceId": "bf67c857-685a-4457-89c4-db2afa581bd2", "displayName": "CASSIEFERNANDEZ-LT", "operatingSystem": "Windows 10", "browser": "Edge 99.14477", "trustType": "Hybrid Azure AD joined"}, "location": {"city": "Port Denisetown", "state": "Smithton", "countryOrRegion": "XR", "geoCoordinates": {"latitude": 3.5518965, "longitude": 131.871582}}, "correlationId": "a9b26315-fe71-45e1-ae4c-2a41998d8c17", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "f0ce86a9-c3cb-4a30-81d7-3bf1880a46f2", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 107, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Adobe Identity Management Service", "resourceId": "7d6a0897-8b82-49e9-90e2-d482fb9202bd", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 256668, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "HIeinaLovLECoiWkfPzJbakOkUU9KgihdLF4CueCGbP2qg4q", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "537d9419-7e2b-4778-9102-62256bcfcf45", "rngcStatus": 0}}, {"time": "2022-08-05T21:35:47.693807Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "156.206.181.119", "correlationId": "459b7833-41d5-48a9-98d9-38e256828b5b", "identity": "Cynthia Perry", "Level": 4, "location": "XY", "properties": {"id": "1cd5ccc5-a4e9-487c-82c8-57d9671f6a00", "createdDateTime": "2022-08-05T21:35:47.836807Z", "userDisplayName": "Cynthia Perry", "userPrincipalName": "cperry@domain.com", "userId": "ac5fa380-9d5b-470e-beb2-5ba10aca48e6", "appId": "9de6e985-97a5-4d82-9c45-aedaa9c25ef9", "appDisplayName": "AWS Single-Account Access", "ipAddress": "156.206.181.119", "status": {"errorCode": 0}, "clientAppUsed": "Browser", "deviceDetail": {"deviceId": "", "operatingSystem": "Windows"}, "location": {"city": "Hannaville", "state": "Thomashaven", "countryOrRegion": "XY", "geoCoordinates": {"latitude": 1.1452695, "longitude": 128.249211}}, "correlationId": "e084cc8f-88b5-48e5-886c-d7471d918bd7", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "2cc0b088-2a37-4c53-a419-6c997e4993ae", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 143, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "AWS Single-Account Access Service", "resourceId": "c65cf5f9-5537-4200-889e-381c4f60ca7d", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 279165, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "630m7jgeaRSdzt2S1eJt7qFBZCp3MScTDVxcEJN8UyK1ytIn", "incomingTokenType": "none", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": null, "rngcStatus": 0}}, {"time": "2022-08-05T21:56:18.849562Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "156.206.181.119", "correlationId": "258cae23-5555-4df0-b025-d62af17dd765", "identity": "Cynthia Perry", "Level": 4, "location": "XY", "properties": {"id": "cd604170-057f-460d-b144-5da3b79c6400", "createdDateTime": "2022-08-05T21:56:18.941562Z", "userDisplayName": "Cynthia Perry", "userPrincipalName": "cperry@domain.com", "userId": "ac5fa380-9d5b-470e-beb2-5ba10aca48e6", "appId": "9de6e985-97a5-4d82-9c45-aedaa9c25ef9", "appDisplayName": "AWS Single-Account Access", "ipAddress": "156.206.181.119", "status": {"errorCode": 0}, "clientAppUsed": "Browser", "deviceDetail": {"deviceId": "", "operatingSystem": "Windows"}, "location": {"city": "Hannaville", "state": "Thomashaven", "countryOrRegion": "XY", "geoCoordinates": {"latitude": 1.1452695, "longitude": 128.249211}}, "correlationId": "2deab1fa-64bc-4ec1-b1b4-682c1d6ab9e9", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "c3e46fef-e10c-45a3-abaa-7651eb84c5fa", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 92, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "AWS Single-Account Access Service", "resourceId": "9a84f55e-3a40-492c-9476-e069f64ed7a6", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 279165, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "9IsgE5lB8uwjWgwLTvfQoPjegBOqz9LkEzfV4hkrxzKBhPdV", "incomingTokenType": "none", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "37ee873b-f901-4e25-be69-010243106d0f", "rngcStatus": 0}}, {"time": "2022-08-05T22:13:15.226718Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "50158", "resultSignature": "None", "resultDescription": "External security challenge was not satisfied.", "durationMs": 0, "callerIpAddress": "166.105.218.213", "correlationId": "5cc543b0-d4e2-4859-8c0e-3711939494b7", "identity": "Thomas Price", "Level": 4, "location": "XR", "properties": {"id": "10696f74-a92e-4dcd-9925-f1834ae06500", "createdDateTime": "2022-08-05T22:13:15.397718Z", "userDisplayName": "Thomas Price", "userPrincipalName": "tprice@domain.com", "userId": "32109ee2-ee4f-4d11-9c38-2556aec0f2b5", "appId": "9a7e67c7-6f05-42a3-b226-97c7ec3e9696", "appDisplayName": "Adobe Identity Management", "ipAddress": "166.105.218.213", "status": {"errorCode": 50158, "failureReason": "External security challenge was not satisfied."}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (X11; Linux i686) AppleWebKit/535.2 (KHTML, like Gecko) Chrome/22.0.843.0 Safari/535.2 Edge/118.12158", "deviceDetail": {"deviceId": "81ad31fb-e9be-4498-b1b2-c62f8fae1a77", "displayName": "THOMASPRICE-LT", "operatingSystem": "Windows 10", "browser": "Edge 118.12158", "trustType": "Hybrid Azure AD joined"}, "location": {"city": "Santosborough", "state": "Smithton", "countryOrRegion": "XR", "geoCoordinates": {"latitude": 12.8350355, "longitude": 138.359011}}, "correlationId": "8223a286-3031-4679-a8dc-3295c95861c1", "conditionalAccessStatus": "failure", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "95437aa6-8ef1-4b9e-80af-e7d5dc747c20", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 171, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Adobe Identity Management Service", "resourceId": "30663ca7-f8a9-43ab-8ca1-7906bdbc1485", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 256668, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "3jBjHQ1zYu6WJwjftsMDc4Zkds4kwgqDLseViceqElliAr67", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "a6c259e5-7f16-48b2-a9f3-75becd6daa9b", "rngcStatus": 0}}, {"time": "2022-08-05T22:23:23.891518Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "19.20.89.178", "correlationId": "c94a64b3-6f4b-4bd9-95ed-98b0aa47de30", "identity": "Jamie Watson", "Level": 4, "location": "XR", "properties": {"id": "5770b2e0-7013-44f8-922c-53e634006c00", "createdDateTime": "2022-08-05T22:23:23.968518Z", "userDisplayName": "Jamie Watson", "userPrincipalName": "jwatson@domain.com", "userId": "2844695b-9a70-48ed-a5ce-f3d711e2292b", "appId": "9167c284-c68f-468a-84be-0ee4f23879fe", "appDisplayName": "ArcGIS Enterprise", "ipAddress": "19.20.89.178", "status": {"errorCode": 0}, "clientAppUsed": "Mobile Apps and Desktop clients", "deviceDetail": {"deviceId": "", "operatingSystem": "Android"}, "location": {"city": "Samanthaberg", "state": "Smithton", "countryOrRegion": "XR", "geoCoordinates": {"latitude": -68.556166, "longitude": -172.972506}}, "correlationId": "6fe787f6-93ff-49b1-9102-0a8e63b4b3cd", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "4de6fb69-bebb-4a11-a1bf-c97096acf94f", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 77, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "ArcGIS Enterprise Service", "resourceId": "db504cc4-8f0b-4800-a3d2-d75104ad7e82", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 34974, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "FJkDK3sq2syVlfGlYx9y8QhCeDstwuYtOYDngfAJzF7wEVcp", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "e1eed55d-0b15-4abe-964b-f2d45bbc8964", "rngcStatus": 0}}, {"time": "2022-08-05T22:24:27.330597Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "92.110.109.246", "correlationId": "d0c19282-33b5-4f5f-ac89-27a268018f70", "identity": "Joseph Taylor", "Level": 4, "location": "XR", "properties": {"id": "bbd0f834-7826-4e71-92d2-dd87ae316e00", "createdDateTime": "2022-08-05T22:24:27.429597Z", "userDisplayName": "Joseph Taylor", "userPrincipalName": "jtaylor@domain.com", "userId": "af9847eb-c773-41ae-bf94-42747c5e986c", "appId": "2eae4ad1-8cae-48fe-b718-76bd66e2fc7f", "appDisplayName": "Bipsync", "ipAddress": "92.110.109.246", "status": {"errorCode": 0, "additionalDetails": "MFA requirement satisfied by claim in the token"}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (iPad; CPU iPad OS 9_3_6 like Mac OS X) AppleWebKit/536.1 (KHTML, like Gecko) CriOS/42.0.865.0 Mobile/77O124 Safari/536.1 Edge/99.14477", "deviceDetail": {"deviceId": "76b96bd3-e5d7-49ee-b195-bf363facdb3d", "displayName": "JOSEPHTAYLOR-LT", "operatingSystem": "Windows 10", "browser": "Edge 99.14477", "isCompliant": true, "isManaged": true, "trustType": "Azure AD joined"}, "location": {"city": "Port Denisetown", "state": "Smithton", "countryOrRegion": "XR", "geoCoordinates": {"latitude": 3.5518965, "longitude": 131.871582}}, "mfaDetail": {}, "correlationId": "84e750ba-7de8-4a01-b01f-50aa493ed4d1", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "74d72f8a-dc01-4569-9126-b77069a5dd3d", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 99, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Bipsync Service", "resourceId": "9a84f55e-3a40-492c-9476-e069f64ed7a6", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 230297, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "EQfzokIYeZuOb4S9xXTcE64aVKUo82nzvJRJ0ZFZxAxUC3D7", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "37ee873b-f901-4e25-be69-010243106d0f", "rngcStatus": 0}}, {"time": "2022-08-05T22:45:18.392301Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "105.169.153.183", "correlationId": "867cb58c-197d-49cc-b3a2-957d80b05204", "identity": "Jim Gonzalez", "Level": 4, "location": "XR", "properties": {"id": "39883d07-6185-4780-8d0b-82bc6a575a00", "createdDateTime": "2022-08-05T22:45:18.537301Z", "userDisplayName": "Jim Gonzalez", "userPrincipalName": "jgonzalez@domain.com", "userId": "95090045-a9c5-489c-adee-2db430a3333a", "appId": "7b74bf77-058a-4c0d-9d9d-5523c3bc80ed", "appDisplayName": "GitHub Enterprise Cloud - Organization", "ipAddress": "105.169.153.183", "status": {"errorCode": 0}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (Windows NT 4.0) AppleWebKit/532.1 (KHTML, like Gecko) Chrome/38.0.801.0 Safari/532.1 Edge/19.15284", "deviceDetail": {"deviceId": "15135d1f-cb47-4bd8-b76d-90a9171c09bd", "displayName": "JIMGONZALEZ-LT", "operatingSystem": "Windows 10", "browser": "Edge 19.15284", "trustType": "Azure AD registered"}, "location": {"city": "Kevinton", "state": "Smithton", "countryOrRegion": "XR", "geoCoordinates": {"latitude": -87.5106305, "longitude": -77.991036}}, "correlationId": "ddf1a0c7-7b0f-4145-9302-5a95cd5739be", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "6a4caa47-8bc6-45fe-8283-eb2e9a77ac27", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "processingTimeInMilliseconds": 145, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "GitHub Enterprise Cloud - Organization Online", "resourceId": "51e679b4-5774-4b5f-9636-df5ea66b9380", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 256668, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "w0ETRVjaX76mhV4085d6bIfteiOKRgXGcLgD8EFIzFqOpQn5", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "6e8f419c-7f10-40b1-a52a-e4fb253c74c2"}}, {"time": "2022-08-05T22:59:50.694650Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "205.33.24.92", "correlationId": "a2e13517-4fc4-4cda-80b0-d7e270e74e6e", "identity": "Aaron Cole", "Level": 4, "location": "XD", "properties": {"id": "5751f928-f6db-4f32-8ce6-397044586a00", "createdDateTime": "2022-08-05T22:59:50.807650Z", "userDisplayName": "Aaron Cole", "userPrincipalName": "acole@domain.com", "userId": "5d557969-1645-4ba4-be83-b6fd943659f7", "appId": "1b3edb90-1e06-46db-b021-e2fc1f7ddaf5", "appDisplayName": "Beatrust", "ipAddress": "205.33.24.92", "status": {"errorCode": 0}, "clientAppUsed": "Browser", "deviceDetail": {"deviceId": "", "operatingSystem": "Windows 10", "browser": "Rich Client 5.2.7.0"}, "location": {"city": "Kristinmouth", "state": "Norrisbury", "countryOrRegion": "XD", "geoCoordinates": {"latitude": 26.278784, "longitude": -92.042573}}, "correlationId": "7ae2dd0f-97c3-4244-b288-a0814a2b23cd", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "72b947c6-1ef8-4008-9e59-784712e26b22", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 113, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Beatrust Service", "resourceId": "24578515-1951-4064-967d-0d2acaf0aa70", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 214655, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "I4B61tCnnwz3xLmb85XNwJltL2AZ9oE5awL3va43PSA7XUfa", "incomingTokenType": "none", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "0e68752b-7dfa-400b-a6f5-1b54af90696a", "rngcStatus": 0}}, {"time": "2022-08-05T23:11:28.439447Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "42.62.103.34", "correlationId": "77c6d614-2c61-42e4-9b46-d0114a630512", "identity": "Joseph Taylor", "Level": 4, "location": "XF", "properties": {"id": "8ffdb2ce-02a0-4390-8a24-4d189f8b4500", "createdDateTime": "2022-08-05T23:11:28.583447Z", "userDisplayName": "Joseph Taylor", "userPrincipalName": "jtaylor@domain.com", "userId": "af9847eb-c773-41ae-bf94-42747c5e986c", "appId": "84f18b4b-ae12-484a-847f-f3e36093594a", "appDisplayName": "Slack", "ipAddress": "42.62.103.34", "status": {"errorCode": 0, "additionalDetails": "MFA requirement satisfied by claim in the token"}, "clientAppUsed": "Browser", "deviceDetail": {"deviceId": "76b96bd3-e5d7-49ee-b195-bf363facdb3d", "displayName": "JOSEPHTAYLOR-LT", "operatingSystem": "Windows", "isCompliant": true, "isManaged": true, "trustType": "Azure AD joined"}, "location": {"city": "Jessicafurt", "state": "Smithbury", "countryOrRegion": "XF", "geoCoordinates": {"latitude": 17.5082395, "longitude": -115.304215}}, "mfaDetail": {}, "correlationId": "7c7156dc-27a1-456a-95c2-782f0fc30459", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "c31e4373-e209-4452-845d-73ac2fdbb33c", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 144, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Slack Service", "resourceId": "bca2b487-3a6c-440f-b1b7-a15b02771ad0", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 393508, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "DEXoTh9wLoszKIiVLbovWzjAczKGzoM7IIO2pXbF7gRvC6yd", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "4da47dd4-556d-4ba4-9847-c1850930ab5e", "rngcStatus": 0}}, {"time": "2022-08-05T23:23:59.160011Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "147.132.189.119", "correlationId": "3425ff44-4898-4a35-ab49-a7e90ee9fb6c", "identity": "Cassie Fernandez", "Level": 4, "location": "XR", "properties": {"id": "ace681b4-3934-4235-befc-67ed99367a00", "createdDateTime": "2022-08-05T23:23:59.276011Z", "userDisplayName": "Cassie Fernandez", "userPrincipalName": "cfernandez@domain.com", "userId": "67ef8be6-3f44-4db7-8172-fd6211428c1e", "appId": "9a7e67c7-6f05-42a3-b226-97c7ec3e9696", "appDisplayName": "Adobe Identity Management", "ipAddress": "147.132.189.119", "status": {"errorCode": 0}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (iPad; CPU iPad OS 9_3_6 like Mac OS X) AppleWebKit/536.1 (KHTML, like Gecko) CriOS/42.0.865.0 Mobile/77O124 Safari/536.1 Edge/99.14477", "deviceDetail": {"deviceId": "d5a487a1-ef7d-4960-9723-7fdadce19af3", "displayName": "CASSIEFERNANDEZ-LT", "operatingSystem": "Windows 10", "browser": "Edge 99.14477", "trustType": "Azure AD registered"}, "location": {"city": "Port Denisetown", "state": "Smithton", "countryOrRegion": "XR", "geoCoordinates": {"latitude": 3.5518965, "longitude": 131.871582}}, "correlationId": "f803df0c-3a0b-4ffe-b9fe-4a6fc3314a97", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "50ba363d-2f4f-4424-8c87-31e2fde78c03", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 116, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Adobe Identity Management Service", "resourceId": "30663ca7-f8a9-43ab-8ca1-7906bdbc1485", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 256668, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "qm3iL11qEKFIKNMsEXPbhAfSoG8RqaaNfUH3n9xNupWP2zbO", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "a6c259e5-7f16-48b2-a9f3-75becd6daa9b", "rngcStatus": 0}}, {"time": "2022-08-05T23:45:07.826898Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "50158", "resultSignature": "None", "resultDescription": "External security challenge was not satisfied.", "durationMs": 0, "callerIpAddress": "92.110.109.246", "correlationId": "4f4bc711-a459-4b5d-9f87-12979c8de6e1", "identity": "Thomas Price", "Level": 4, "location": "XR", "properties": {"id": "fce40f88-fa2b-4b99-9183-5ba1a3c44e00", "createdDateTime": "2022-08-05T23:45:07.968898Z", "userDisplayName": "Thomas Price", "userPrincipalName": "tprice@domain.com", "userId": "32109ee2-ee4f-4d11-9c38-2556aec0f2b5", "appId": "9a7e67c7-6f05-42a3-b226-97c7ec3e9696", "appDisplayName": "Adobe Identity Management", "ipAddress": "92.110.109.246", "status": {"errorCode": 50158, "failureReason": "External security challenge was not satisfied."}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (X11; Linux i686) AppleWebKit/535.2 (KHTML, like Gecko) Chrome/22.0.843.0 Safari/535.2 Edge/118.12158", "deviceDetail": {"deviceId": "fb4d911d-6441-411b-868f-d25d5586a326", "displayName": "THOMASPRICE-LT", "operatingSystem": "Windows 10", "browser": "Edge 118.12158", "trustType": "Hybrid Azure AD joined"}, "location": {"city": "Port Denisetown", "state": "Smithton", "countryOrRegion": "XR", "geoCoordinates": {"latitude": 3.5518965, "longitude": 131.871582}}, "correlationId": "91860b28-e7c1-4174-b3cc-f726ca40fe17", "conditionalAccessStatus": "failure", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "0ac53056-d07c-4246-bdea-eff96702e4f7", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "processingTimeInMilliseconds": 142, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Adobe Identity Management Service", "resourceId": "30663ca7-f8a9-43ab-8ca1-7906bdbc1485", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 230297, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "UPdXZHpz2RZlYjPPw5uEm1dD59NXVO6FooVAZklb2qibOaDj", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "a6c259e5-7f16-48b2-a9f3-75becd6daa9b"}}, {"time": "2022-08-06T00:08:48.348649Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "50158", "resultSignature": "None", "resultDescription": "External security challenge was not satisfied.", "durationMs": 0, "callerIpAddress": "166.105.218.213", "correlationId": "328e6af3-cf1a-4daa-b944-0f4a8c5f3a9b", "identity": "Thomas Price", "Level": 4, "location": "XR", "properties": {"id": "83171bf7-91eb-4e18-89eb-6964b9215600", "createdDateTime": "2022-08-06T00:08:48.475649Z", "userDisplayName": "Thomas Price", "userPrincipalName": "tprice@domain.com", "userId": "32109ee2-ee4f-4d11-9c38-2556aec0f2b5", "appId": "79510a8f-6421-4348-a2ea-bcc2b02485c1", "appDisplayName": "Cisco AnyConnect", "ipAddress": "166.105.218.213", "status": {"errorCode": 50158, "failureReason": "External security challenge was not satisfied."}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (X11; Linux i686) AppleWebKit/535.2 (KHTML, like Gecko) Chrome/22.0.843.0 Safari/535.2 Edge/118.12158", "deviceDetail": {"deviceId": "5224a875-801f-44b5-a725-542da3890d4b", "displayName": "THOMASPRICE-LT", "operatingSystem": "Windows 10", "browser": "Edge 118.12158", "trustType": "Hybrid Azure AD joined"}, "location": {"city": "Kevinton", "state": "Smithton", "countryOrRegion": "XR", "geoCoordinates": {"latitude": -87.5106305, "longitude": -77.991036}}, "correlationId": "c00eae4f-cd94-4319-9295-49a5319017c4", "conditionalAccessStatus": "failure", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "35c7cf6a-453e-43d1-a27a-8edf24b3e1e1", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "processingTimeInMilliseconds": 127, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Cisco AnyConnect Online", "resourceId": "5d5b8d28-6a28-472e-b837-a4094e466965", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 256668, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "sEqOCiH1aQFO2xaXnrpP95DkDF4F6hIMEJAEiBLlHPo1XGA7", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "15655e1f-5005-4c53-b3c0-c4a1d1ca5e9e"}}, {"time": "2022-08-06T00:09:01.151717Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "50158", "resultSignature": "None", "resultDescription": "External security challenge was not satisfied.", "durationMs": 0, "callerIpAddress": "105.169.153.183", "correlationId": "641ffa8e-35db-4c4a-8bac-4968dd68740b", "identity": "Thomas Price", "Level": 4, "location": "XR", "properties": {"id": "5e327247-139b-4579-a477-0876cf169400", "createdDateTime": "2022-08-06T00:09:01.259717Z", "userDisplayName": "Thomas Price", "userPrincipalName": "tprice@domain.com", "userId": "32109ee2-ee4f-4d11-9c38-2556aec0f2b5", "appId": "9a7e67c7-6f05-42a3-b226-97c7ec3e9696", "appDisplayName": "Adobe Identity Management", "ipAddress": "105.169.153.183", "status": {"errorCode": 50158, "failureReason": "External security challenge was not satisfied."}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (X11; Linux i686) AppleWebKit/535.2 (KHTML, like Gecko) Chrome/22.0.843.0 Safari/535.2 Edge/118.12158", "deviceDetail": {"deviceId": "2b85c59f-331a-4b61-9a44-9d3d6df62a06", "displayName": "THOMASPRICE-LT", "operatingSystem": "Windows 10", "browser": "Edge 118.12158", "trustType": "Hybrid Azure AD joined"}, "location": {"city": "Santosborough", "state": "Smithton", "countryOrRegion": "XR", "geoCoordinates": {"latitude": 12.8350355, "longitude": 138.359011}}, "correlationId": "8f799011-1bb4-4cfa-9a96-3771225a42ec", "conditionalAccessStatus": "failure", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "0b5589c6-89ed-4a74-836b-923f4b135f8a", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 108, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Adobe Identity Management Service", "resourceId": "30663ca7-f8a9-43ab-8ca1-7906bdbc1485", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 256668, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "qO1o3vvNawcqpfPK5hBRiZtzvGcWhBVRtPSKA5hB7lkoZ3Kx", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "a6c259e5-7f16-48b2-a9f3-75becd6daa9b", "rngcStatus": 0}}, {"time": "2022-08-06T01:06:35.651434Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "50173", "resultSignature": "None", "resultDescription": "Fresh auth token is needed. Have the user re-sign using fresh credentials.", "durationMs": 0, "callerIpAddress": "156.206.181.119", "correlationId": "62909a07-221f-4d41-9cb8-998742b39f0d", "identity": "Cynthia Perry", "Level": 4, "location": "XY", "properties": {"id": "656b6a55-9c7d-4cd4-981f-e418dcae9500", "createdDateTime": "2022-08-06T01:06:35.692434Z", "userDisplayName": "Cynthia Perry", "userPrincipalName": "cperry@domain.com", "userId": "ac5fa380-9d5b-470e-beb2-5ba10aca48e6", "appId": "bf2855c0-7434-4262-8885-ad2f5206d324", "appDisplayName": "COINS Construction Cloud - Project and Productivity Apps", "ipAddress": "156.206.181.119", "status": {"errorCode": 50173, "failureReason": "Fresh auth token is needed. Have the user re-sign using fresh credentials."}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (Windows NT 4.0) AppleWebKit/531.1 (KHTML, like Gecko) Chrome/20.0.823.0 Safari/531.1 Edge/87.11424", "deviceDetail": {"deviceId": "", "operatingSystem": "Windows 10", "browser": "Edge 87.11424"}, "location": {"city": "Hannaville", "state": "Thomashaven", "countryOrRegion": "XY", "geoCoordinates": {"latitude": 1.1452695, "longitude": 128.249211}}, "correlationId": "2962f0d8-6b2e-4928-bbae-51a79cbedd20", "conditionalAccessStatus": "notApplied", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "f6ee04aa-8f4b-4770-b4a7-a1b9266ded7b", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 41, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "COINS Construction Cloud - Project and Productivity Apps Service", "resourceId": "436260d5-3791-4aea-a4da-aa698ec35f2f", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 279165, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "Y8BNVzOqNSVcgj6NtPzzB0FnSkkMeIqC2rxdLDaC2cfbfYgu", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "94b9f3ba-5f4b-4edc-99dc-a420b76960f9", "rngcStatus": 0}}, {"time": "2022-08-06T01:19:16.728961Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "156.206.181.119", "correlationId": "e0bf25bf-9aa9-4560-bcbf-41d4f806cd1e", "identity": "Cynthia Perry", "Level": 4, "location": "XY", "properties": {"id": "2b60f3d6-0a82-440d-b179-44ac0f474f00", "createdDateTime": "2022-08-06T01:19:16.827961Z", "userDisplayName": "Cynthia Perry", "userPrincipalName": "cperry@domain.com", "userId": "ac5fa380-9d5b-470e-beb2-5ba10aca48e6", "appId": "9de6e985-97a5-4d82-9c45-aedaa9c25ef9", "appDisplayName": "AWS Single-Account Access", "ipAddress": "156.206.181.119", "status": {"errorCode": 0}, "clientAppUsed": "Browser", "deviceDetail": {"deviceId": "", "operatingSystem": "Windows"}, "location": {"city": "Hannaville", "state": "Thomashaven", "countryOrRegion": "XY", "geoCoordinates": {"latitude": 1.1452695, "longitude": 128.249211}}, "correlationId": "1f1812f3-6445-4867-8e33-cb888cc27ee8", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "850f6fc1-b29d-4463-8003-4071964bd768", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "processingTimeInMilliseconds": 99, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "AWS Single-Account Access Service", "resourceId": "72f0186d-d327-46c9-a8ff-497e0caa8691", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 279165, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "YPZOWI41IiN1PrEb3MdM9fCJhrflMCdnlIvYNHnI9QHK9XbX", "incomingTokenType": "none", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": null}}, {"time": "2022-08-06T01:42:58.225206Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "91.132.253.146", "correlationId": "9f2ce599-79b5-45bb-b397-1276b9b79967", "identity": "Aaron Cole", "Level": 4, "location": "XD", "properties": {"id": "a7040866-7462-4670-869d-e4820ae37100", "createdDateTime": "2022-08-06T01:42:58.287206Z", "userDisplayName": "Aaron Cole", "userPrincipalName": "acole@domain.com", "userId": "5d557969-1645-4ba4-be83-b6fd943659f7", "appId": "b6eb5487-41e5-4254-acc5-72fbd850bd1e", "appDisplayName": "Google Cloud / G Suite Connector by Microsoft", "ipAddress": "91.132.253.146", "status": {"errorCode": 0}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (iPad; CPU iPad OS 9_3_6 like Mac OS X) AppleWebKit/536.1 (KHTML, like Gecko) CriOS/42.0.865.0 Mobile/77O124 Safari/536.1 Edge/99.14477", "deviceDetail": {"deviceId": "", "operatingSystem": "Windows 10", "browser": "Edge 99.14477"}, "location": {"city": "Rickshire", "state": "Norrisbury", "countryOrRegion": "XD", "geoCoordinates": {"latitude": -78.5751045, "longitude": 58.329246}}, "correlationId": "2839b13b-4f09-4704-8cd2-81afe95f5600", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "e4c9f14a-1c74-4788-8582-e4385d1278ce", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 62, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Google Cloud / G Suite Connector by Microsoft Service", "resourceId": "ecbdb25d-8af8-4fc2-88e9-c990f2aca3eb", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 214655, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "pWW1lkOdfAFgEL2yigbSWxBEGazrH6Qiz8coewcztwnfzI5r", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "592bb571-3a2e-4a77-8560-63f6276de0da", "rngcStatus": 0}}, {"time": "2022-08-06T02:11:32.691403Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "156.206.181.119", "correlationId": "e44a0572-6a10-45aa-af23-00f028488a5a", "identity": "Cynthia Perry", "Level": 4, "location": "XY", "properties": {"id": "515ffcc0-5449-40a2-80ac-594cb6456400", "createdDateTime": "2022-08-06T02:11:32.776403Z", "userDisplayName": "Cynthia Perry", "userPrincipalName": "cperry@domain.com", "userId": "ac5fa380-9d5b-470e-beb2-5ba10aca48e6", "appId": "9de6e985-97a5-4d82-9c45-aedaa9c25ef9", "appDisplayName": "AWS Single-Account Access", "ipAddress": "156.206.181.119", "status": {"errorCode": 0}, "clientAppUsed": "Browser", "deviceDetail": {"deviceId": "", "operatingSystem": "Windows"}, "location": {"city": "Hannaville", "state": "Thomashaven", "countryOrRegion": "XY", "geoCoordinates": {"latitude": 1.1452695, "longitude": 128.249211}}, "correlationId": "e0f0cd14-52a0-47e9-ba59-ec9eac3fbc9a", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "ff32f229-e15c-470d-8974-6ee013a5f171", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 85, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "AWS Single-Account Access Service", "resourceId": "9a84f55e-3a40-492c-9476-e069f64ed7a6", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 279165, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "9sswRWtDuGVRNplaEzzKLLofXmgfWk484uURtP5j5BK7RrfV", "incomingTokenType": "none", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "37ee873b-f901-4e25-be69-010243106d0f", "rngcStatus": 0}}, {"time": "2022-08-06T02:13:52.323414Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "86.154.193.190", "correlationId": "3c4a8221-e414-4fdb-ad40-4dca38785dc1", "identity": "Kristen Howell", "Level": 4, "location": "XR", "properties": {"id": "47feb9b1-20cd-45b9-b445-8c6190a67000", "createdDateTime": "2022-08-06T02:13:52.478414Z", "userDisplayName": "Kristen Howell", "userPrincipalName": "khowell@domain.com", "userId": "20e1e3f9-665f-45bd-9984-5e74b526d3b5", "appId": "9a7e67c7-6f05-42a3-b226-97c7ec3e9696", "appDisplayName": "Adobe Identity Management", "ipAddress": "86.154.193.190", "status": {"errorCode": 0}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (X11; Linux i686) AppleWebKit/533.0 (KHTML, like Gecko) Chrome/24.0.803.0 Safari/533.0 Edge/40.11325", "deviceDetail": {"deviceId": "af204333-3bdf-4228-bbeb-e3a654075b5c", "displayName": "KRISTENHOWELL-LT", "operatingSystem": "Windows 10", "browser": "Edge 40.11325", "trustType": "Azure AD registered"}, "location": {"city": "Port Denisetown", "state": "Smithton", "countryOrRegion": "XR", "geoCoordinates": {"latitude": 3.5518965, "longitude": 131.871582}}, "correlationId": "422fc868-15b9-4d00-893b-ba1747451552", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "c5761692-a9da-40da-8509-95331696b045", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 155, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Adobe Identity Management Service", "resourceId": "30663ca7-f8a9-43ab-8ca1-7906bdbc1485", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 256668, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "LHYpPAhJD200lRyOo0jJitmZ9seR80FG8jKRxgaSfB3qSX2F", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "a6c259e5-7f16-48b2-a9f3-75becd6daa9b", "rngcStatus": 0}}, {"time": "2022-08-06T02:27:04.137692Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "42.62.103.34", "correlationId": "8233d1f7-bb20-4942-a615-21d7fe40f0c1", "identity": "Joseph Taylor", "Level": 4, "location": "XF", "properties": {"id": "4add604d-9260-4299-90f9-149d59136d00", "createdDateTime": "2022-08-06T02:27:04.215692Z", "userDisplayName": "Joseph Taylor", "userPrincipalName": "jtaylor@domain.com", "userId": "af9847eb-c773-41ae-bf94-42747c5e986c", "appId": "bf2855c0-7434-4262-8885-ad2f5206d324", "appDisplayName": "COINS Construction Cloud - Project and Productivity Apps", "ipAddress": "42.62.103.34", "status": {"errorCode": 0, "additionalDetails": "MFA requirement satisfied by claim in the token"}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (iPad; CPU iPad OS 9_3_6 like Mac OS X) AppleWebKit/536.1 (KHTML, like Gecko) CriOS/42.0.865.0 Mobile/77O124 Safari/536.1 Edge/99.14477", "deviceDetail": {"deviceId": "76b96bd3-e5d7-49ee-b195-bf363facdb3d", "displayName": "JOSEPHTAYLOR-LT", "operatingSystem": "Windows 10", "browser": "Edge 99.14477", "isCompliant": true, "isManaged": true, "trustType": "Azure AD joined"}, "location": {"city": "Jessicafurt", "state": "Smithbury", "countryOrRegion": "XF", "geoCoordinates": {"latitude": 17.5082395, "longitude": -115.304215}}, "mfaDetail": {}, "correlationId": "30eb4508-a93d-42eb-8d7d-4871b5db6523", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "3248ac0c-ce9a-4d16-96d3-a93fdf7284fd", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 78, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "COINS Construction Cloud - Project and Productivity Apps Service", "resourceId": "054f44f6-54fb-4ef0-9fc3-d3ec90e47d0d", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 393508, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "Vdx6RLsOKPjqfR7nabF3UIShSodCVyCD3mKSiaPMa8VW4rGk", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": null, "rngcStatus": 0}}, {"time": "2022-08-06T02:52:44.020482Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "1.210.58.10", "correlationId": "5d0af0c5-9533-446f-8231-5656cb32dbf9", "identity": "Keith Sheppard", "Level": 4, "location": "XD", "properties": {"id": "444f54e0-e5b3-4eda-8063-00d232418b00", "createdDateTime": "2022-08-06T02:52:44.085482Z", "userDisplayName": "Keith Sheppard", "userPrincipalName": "ksheppard@domain.com", "userId": "05bd48f1-91d2-4c2d-9a7c-80e80f561b3c", "appId": "9c5b7fe3-0ad2-4ea6-94e5-9e0001f367e3", "appDisplayName": "Articulate 360", "ipAddress": "1.210.58.10", "status": {"errorCode": 0}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (Windows NT 4.0) AppleWebKit/531.1 (KHTML, like Gecko) Chrome/20.0.823.0 Safari/531.1 Edge/87.11424", "deviceDetail": {"deviceId": "639815fd-5018-4e38-9d81-67538b2ce460", "displayName": "KEITHSHEPPARD-LT", "operatingSystem": "Windows 10", "browser": "Edge 87.11424", "trustType": "Azure AD registered"}, "location": {"city": "Cooperhaven", "state": "Norrisbury", "countryOrRegion": "XD", "geoCoordinates": {"latitude": 70.436398, "longitude": -23.873747}}, "correlationId": "762b47c8-78a6-482f-aa06-148d9ab23b45", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "28dd63dd-5e41-408a-91d1-0734ea487357", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 65, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Articulate 360 Online", "resourceId": "5e244d4f-26b9-4ef2-a497-f0c533628ee1", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 69487, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "w4kYfJ2nxdHpXRI1BtJU9V46vxKYUN3CLCUy60SZkKQ2kMO2", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "36673087-318c-4304-8804-602d45a6f290", "rngcStatus": 0}}, {"time": "2022-08-06T03:00:47.733847Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "86.154.193.190", "correlationId": "251553ab-c26a-4e2c-9896-8967b19f081c", "identity": "Kristen Howell", "Level": 4, "location": "XR", "properties": {"id": "fef7587f-28d0-4463-aaba-05417f1d4800", "createdDateTime": "2022-08-06T03:00:47.846847Z", "userDisplayName": "Kristen Howell", "userPrincipalName": "khowell@domain.com", "userId": "20e1e3f9-665f-45bd-9984-5e74b526d3b5", "appId": "9c5b7fe3-0ad2-4ea6-94e5-9e0001f367e3", "appDisplayName": "Articulate 360", "ipAddress": "86.154.193.190", "status": {"errorCode": 0}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (X11; Linux i686) AppleWebKit/533.0 (KHTML, like Gecko) Chrome/24.0.803.0 Safari/533.0 Edge/40.11325", "deviceDetail": {"deviceId": "af204333-3bdf-4228-bbeb-e3a654075b5c", "displayName": "KRISTENHOWELL-LT", "operatingSystem": "Windows 10", "browser": "Edge 40.11325", "trustType": "Azure AD registered"}, "location": {"city": "Port Denisetown", "state": "Smithton", "countryOrRegion": "XR", "geoCoordinates": {"latitude": 3.5518965, "longitude": 131.871582}}, "correlationId": "5e986d10-c5d9-4999-8a36-631223ccc5e2", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "9d71ce57-38ac-48dc-bdfe-ff8a74d2d3f9", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "processingTimeInMilliseconds": 113, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Articulate 360 Online", "resourceId": "5e244d4f-26b9-4ef2-a497-f0c533628ee1", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 256668, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "8UO1o3UiLEBEbd8jd3WTMH9ZEgyRwWPmjKMwCKr2WOoRGkpb", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "36673087-318c-4304-8804-602d45a6f290"}}, {"time": "2022-08-06T03:26:32.350185Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "SignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "91.132.253.146", "correlationId": "a83ee06d-5d6f-4ea1-b973-401c7f0349f7", "identity": "Aaron Cole", "Level": 4, "location": "XD", "properties": {"id": "72a91770-778f-4a68-a911-ad081d276400", "createdDateTime": "2022-08-06T03:26:32.416185Z", "userDisplayName": "Aaron Cole", "userPrincipalName": "acole@domain.com", "userId": "5d557969-1645-4ba4-be83-b6fd943659f7", "appId": "89b4b5a9-dbf0-4ca2-b48d-55730a51e3bb", "appDisplayName": "Screencast-O-Matic", "ipAddress": "91.132.253.146", "status": {"errorCode": 0}, "clientAppUsed": "Browser", "userAgent": "Mozilla/5.0 (Linux; Android 2.3.5) AppleWebKit/532.2 (KHTML, like Gecko) Chrome/46.0.898.0 Safari/532.2 Edge/105.19198", "deviceDetail": {"deviceId": "", "operatingSystem": "Windows 10", "browser": "Edge 105.19198"}, "location": {"city": "Rickshire", "state": "Norrisbury", "countryOrRegion": "XD", "geoCoordinates": {"latitude": -78.5751045, "longitude": 58.329246}}, "correlationId": "de6a5157-1a93-46f6-8254-bdc803452d77", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "7aae4478-f19c-4c5a-913d-c9afbfb3b8e3", "isInteractive": true, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 66, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 214655, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "38EH2wEA8jDAcW1NyEZpzG6w9tP7ZhL8AY5wFQRqGR3khJY2", "incomingTokenType": "none", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": null, "rngcStatus": 0}}, {"time": "2022-08-06T03:29:51.642870Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "50173", "resultSignature": "None", "resultDescription": "Fresh auth token is needed. Have the user re-sign using fresh credentials.", "durationMs": 0, "callerIpAddress": "156.206.181.119", "correlationId": "b63a852e-e9a4-4c92-9992-76ab2acaff5a", "identity": "Cynthia Perry", "Level": 4, "location": "XY", "properties": {"id": "91857813-fa29-4b22-bbd5-ccdb97e96100", "createdDateTime": "2022-08-06T03:29:51.698870Z", "userDisplayName": "Cynthia Perry", "userPrincipalName": "cperry@domain.com", "userId": "ac5fa380-9d5b-470e-beb2-5ba10aca48e6", "appId": "9003b8ba-730c-412d-8972-267700304e01", "appDisplayName": "Box", "ipAddress": "156.206.181.119", "status": {"errorCode": 50173, "failureReason": "Fresh auth token is needed. Have the user re-sign using fresh credentials."}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (Windows NT 4.0) AppleWebKit/531.1 (KHTML, like Gecko) Chrome/20.0.823.0 Safari/531.1 Edge/87.11424", "deviceDetail": {"deviceId": "", "operatingSystem": "Windows 10", "browser": "Edge 87.11424"}, "location": {"city": "Hannaville", "state": "Thomashaven", "countryOrRegion": "XY", "geoCoordinates": {"latitude": 1.1452695, "longitude": 128.249211}}, "correlationId": "720a2d0a-c52d-4974-ac27-d7d609ab24db", "conditionalAccessStatus": "notApplied", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "8a6eeffc-cc3b-4cd0-9067-152fbb859d01", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 56, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Box Online", "resourceId": "72f0186d-d327-46c9-a8ff-497e0caa8691", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 279165, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "PQWdZiTD7uoJeYT5oVBdUbnAVaoFK0NcPE6rPFEfvsNvSBcT", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": null, "rngcStatus": 0}}, {"time": "2022-08-06T03:31:36.638325Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "81.209.4.19", "correlationId": "5c67180e-0536-4217-a970-838e5bbfd04e", "identity": "Jim Gonzalez", "Level": 4, "location": "XR", "properties": {"id": "61a4e203-e55e-4977-9b6d-1848f42c6f00", "createdDateTime": "2022-08-06T03:31:36.773325Z", "userDisplayName": "Jim Gonzalez", "userPrincipalName": "jgonzalez@domain.com", "userId": "95090045-a9c5-489c-adee-2db430a3333a", "appId": "2eae4ad1-8cae-48fe-b718-76bd66e2fc7f", "appDisplayName": "Bipsync", "ipAddress": "81.209.4.19", "ipAddressFromResourceProvider": "81.209.4.19", "status": {"errorCode": 0}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (Linux; Android 4.4.3) AppleWebKit/533.2 (KHTML, like Gecko) Chrome/28.0.882.0 Safari/533.2 Edge/44.18413", "deviceDetail": {"deviceId": "1a428e94-41e3-4c1d-865a-0d31c9a2540b", "displayName": "JIMGONZALEZ-LT", "operatingSystem": "Windows 10", "browser": "Edge 44.18413", "trustType": "Azure AD registered"}, "location": {"city": "Santosborough", "state": "Smithton", "countryOrRegion": "XR", "geoCoordinates": {"latitude": 50.0774195, "longitude": 64.938754}}, "correlationId": "2f8b76a6-9d4f-4369-b4d4-b121da780d07", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "5974ed5a-c64c-49c6-b69b-1940ec37b1b1", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 135, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Bipsync Service", "resourceId": "aaf780ce-b996-49b9-986d-8bb23f7bce3a", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 34974, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "OcDqoWWhB3IP48TFuxcatPK89ZZRH3rG6SDDKRhlFds85kg4", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "b7da42cc-a168-4148-b15a-792ad32c2ff5", "rngcStatus": 0}}, {"time": "2022-08-06T04:06:42.414936Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "91.132.253.146", "correlationId": "40155a37-aaf5-4f51-b04d-a2c23a37d0b0", "identity": "Aaron Cole", "Level": 4, "location": "XD", "properties": {"id": "dafafffb-9e45-4fd2-84a0-bf4543256b00", "createdDateTime": "2022-08-06T04:06:42.491936Z", "userDisplayName": "Aaron Cole", "userPrincipalName": "acole@domain.com", "userId": "5d557969-1645-4ba4-be83-b6fd943659f7", "appId": "18bf60fa-77dd-4aad-891d-af82ca87dd06", "appDisplayName": "FortiGate SSL VPN", "ipAddress": "91.132.253.146", "status": {"errorCode": 0}, "clientAppUsed": "Browser", "deviceDetail": {"deviceId": "", "operatingSystem": "Windows", "browser": "Rich Client 4.22.0.0"}, "location": {"city": "Rickshire", "state": "Norrisbury", "countryOrRegion": "XD", "geoCoordinates": {"latitude": -78.5751045, "longitude": 58.329246}}, "correlationId": "3a780f3f-ae25-4eb3-99e9-1cdedaa65657", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "6130e95d-c487-4601-aa16-602617f58ac1", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 77, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "FortiGate SSL VPN Service", "resourceId": "f5d2a2c6-a513-4877-bde1-3ab04473ec93", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 214655, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "DDDHSImuEjY47F5wjIr1H4E3Ylda5r4L1EVpGR5nwvfU0SIT", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "99b9b7dc-7e8a-4ed5-82df-fd174b5b04f1", "rngcStatus": 0}}, {"time": "2022-08-06T04:20:43.105530Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "199.12.127.103", "correlationId": "a57d6974-52ed-4bc9-b35d-15f4dfbc38b4", "identity": "Jacob Meyers", "Level": 4, "location": "XG", "properties": {"id": "ed1cc7f2-5495-4045-9a89-6421709e6d00", "createdDateTime": "2022-08-06T04:20:43.196530Z", "userDisplayName": "Jacob Meyers", "userPrincipalName": "jmeyers@domain.com", "userId": "c63a67b0-1651-4a8a-9560-cc703cdad5ad", "appId": "2eae4ad1-8cae-48fe-b718-76bd66e2fc7f", "appDisplayName": "Bipsync", "ipAddress": "199.12.127.103", "status": {"errorCode": 0}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (iPad; CPU iPad OS 9_3_6 like Mac OS X) AppleWebKit/536.1 (KHTML, like Gecko) CriOS/42.0.865.0 Mobile/77O124 Safari/536.1 Edge/99.14477", "deviceDetail": {"deviceId": "68cb982e-f215-496c-89bb-cc07716ff474", "displayName": "JACOBMEYERS-LT", "operatingSystem": "Windows 10", "browser": "Edge 99.14477", "trustType": "Azure AD registered"}, "location": {"city": "Port Nathan", "state": "Newmanville", "countryOrRegion": "XG", "geoCoordinates": {"latitude": 23.244641, "longitude": -113.392021}}, "correlationId": "be41cceb-7b65-4416-81b3-25c553622635", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "c6ea3741-6639-4af5-b5b4-ea1702259e71", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 91, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Bipsync Service", "resourceId": "4b482d0a-88be-43f3-a771-aaf19d9bbf70", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 282405, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "qXnNoii2ijV1NnrMRfS2HLTpjvHy78O0g4hvYWy0vDX5IHCm", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "b4d48f3a-639f-4f89-a099-2fdd27423d1f", "rngcStatus": 0}}, {"time": "2022-08-06T04:27:18.208637Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "13.113.40.157", "correlationId": "addfecf1-045f-4704-a5ef-060cb9e36367", "identity": "Attack Target", "Level": 4, "location": "XR", "properties": {"id": "94c99ee9-21d2-4aba-9fc3-5d1fd3495200", "createdDateTime": "2022-08-06T04:27:18.337637Z", "userDisplayName": "Attack Target", "userPrincipalName": "attacktarget@domain.com", "userId": "d735e84b-dcca-404d-9f7d-700f360f41a6", "appId": "9a7e67c7-6f05-42a3-b226-97c7ec3e9696", "appDisplayName": "Adobe Identity Management", "ipAddress": "13.113.40.157", "ipAddressFromResourceProvider": "13.113.40.157", "status": {"errorCode": 0}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (iPad; CPU iPad OS 9_3_6 like Mac OS X) AppleWebKit/536.1 (KHTML, like Gecko) CriOS/42.0.865.0 Mobile/77O124 Safari/536.1 Edge/99.14477", "deviceDetail": {"deviceId": "a44625dc-6f81-449a-9799-8005f7209b42", "displayName": "ATTACKTARGET-LT", "operatingSystem": "Windows 10", "browser": "Edge 99.14477", "trustType": "Azure AD registered"}, "location": {"city": "New John", "state": "Smithfort", "countryOrRegion": "XR", "geoCoordinates": {"latitude": -89.144242, "longitude": 168.119022}}, "correlationId": "2d39e980-b274-4f36-99f5-3f0a35128cd3", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "de4d3f46-a44b-4536-95f8-df8b2315db4d", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "processingTimeInMilliseconds": 129, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Adobe Identity Management Service", "resourceId": "c8eab36d-0a82-409d-8693-a8dabc997921", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 34974, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "VXGQgBlG9fj5nbhdfQcyOxXqoFEU3a32EkOpWwcfcVbAreoB", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "2248d3ef-d7b8-4eb2-bd20-fb53f725bfe3"}}, {"time": "2022-08-06T04:42:55.761024Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "13.113.40.157", "correlationId": "0b831024-7077-4409-9f2f-55a695345d05", "identity": "Attack Target", "Level": 4, "location": "XR", "properties": {"id": "0171151e-6e1f-4bc0-81e6-ff4686566c00", "createdDateTime": "2022-08-06T04:42:55.944024Z", "userDisplayName": "Attack Target", "userPrincipalName": "attacktarget@domain.com", "userId": "d735e84b-dcca-404d-9f7d-700f360f41a6", "appId": "9a7e67c7-6f05-42a3-b226-97c7ec3e9696", "appDisplayName": "Adobe Identity Management", "ipAddress": "13.113.40.157", "status": {"errorCode": 0}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (iPad; CPU iPad OS 9_3_6 like Mac OS X) AppleWebKit/536.1 (KHTML, like Gecko) CriOS/42.0.865.0 Mobile/77O124 Safari/536.1 Edge/99.14477", "deviceDetail": {"deviceId": "a44625dc-6f81-449a-9799-8005f7209b42", "displayName": "ATTACKTARGET-LT", "operatingSystem": "Windows 10", "browser": "Edge 99.14477", "trustType": "Azure AD registered"}, "location": {"city": "New John", "state": "Smithfort", "countryOrRegion": "XR", "geoCoordinates": {"latitude": -89.144242, "longitude": 168.119022}}, "correlationId": "d3acf0ed-f0a7-4c9c-8dda-958059c7bbb5", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "0a958608-e92f-46fe-8a60-b6ea1d181826", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 183, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Adobe Identity Management Service", "resourceId": "7d6a0897-8b82-49e9-90e2-d482fb9202bd", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 34974, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "PAo9a2QuOazg2JUhM8aRio3d3zdMKDtvMg4g9emlIcvwGuu2", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "537d9419-7e2b-4778-9102-62256bcfcf45", "rngcStatus": 0}}, {"time": "2022-08-06T04:44:45.799068Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "13.113.40.157", "correlationId": "6054d83f-b491-4432-a3e3-1e4db247d471", "identity": "Attack Target", "Level": 4, "location": "XR", "properties": {"id": "066c4fda-4abb-44ac-95c8-0075db976900", "createdDateTime": "2022-08-06T04:44:46.142068Z", "userDisplayName": "Attack Target", "userPrincipalName": "attacktarget@domain.com", "userId": "d735e84b-dcca-404d-9f7d-700f360f41a6", "appId": "9c5b7fe3-0ad2-4ea6-94e5-9e0001f367e3", "appDisplayName": "Articulate 360", "ipAddress": "13.113.40.157", "status": {"errorCode": 0}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (iPad; CPU iPad OS 9_3_6 like Mac OS X) AppleWebKit/536.1 (KHTML, like Gecko) CriOS/42.0.865.0 Mobile/77O124 Safari/536.1 Edge/99.14477", "deviceDetail": {"deviceId": "a44625dc-6f81-449a-9799-8005f7209b42", "displayName": "ATTACKTARGET-LT", "operatingSystem": "Windows 10", "browser": "Edge 99.14477", "trustType": "Azure AD registered"}, "location": {"city": "New John", "state": "Smithfort", "countryOrRegion": "XR", "geoCoordinates": {"latitude": -89.144242, "longitude": 168.119022}}, "correlationId": "ea373a83-8aa9-493f-a20d-b4c52bdfe3a4", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "97f9bc5a-cb6e-41ca-a502-d9bfdca9e3bb", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 343, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Articulate 360 Online", "resourceId": "436260d5-3791-4aea-a4da-aa698ec35f2f", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 34974, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "Lz5jIAwLd97xk18172VS6kHFHLn4hyu4BMiRcgzaJDgrSCQM", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "94b9f3ba-5f4b-4edc-99dc-a420b76960f9", "rngcStatus": 0}}, {"time": "2022-08-06T04:45:01.341928Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "SignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "86.154.193.190", "correlationId": "57e8b99e-23a2-4aa7-8208-d5b4ce88b492", "identity": "Melissa Martin", "Level": 4, "location": "XR", "properties": {"id": "c09145de-2e38-4616-bd8d-33080e826200", "createdDateTime": "2022-08-06T04:45:01.444928Z", "userDisplayName": "Melissa Martin", "userPrincipalName": "mmartin@domain.com", "userId": "632ccb55-03a7-40f4-9893-653527cae790", "appId": "43bab1d2-e8f3-4e50-8dca-9d08c3dfcdab", "appDisplayName": "NanoNotion", "ipAddress": "86.154.193.190", "status": {"errorCode": 0}, "clientAppUsed": "Browser", "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 12_4_8 like Mac OS X) AppleWebKit/536.2 (KHTML, like Gecko) CriOS/39.0.845.0 Mobile/81S373 Safari/536.2 Edge/40.11827", "deviceDetail": {"deviceId": "", "operatingSystem": "Windows 10", "browser": "Edge 40.11827"}, "location": {"city": "Port Denisetown", "state": "Smithton", "countryOrRegion": "XR", "geoCoordinates": {"latitude": 3.5518965, "longitude": 131.871582}}, "correlationId": "63230a15-5b28-4892-b56e-022e17e5c7bc", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "65462d2c-6fe9-4b2e-a71c-823e35f3f81a", "isInteractive": true, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 103, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "NanoNotion Service", "resourceId": "24578515-1951-4064-967d-0d2acaf0aa70", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 256668, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "Q4In4BbHVLgunLWLK8fNr7m3qLnMrdC8AIddD4OhZ5NoQeI1", "incomingTokenType": "none", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "0e68752b-7dfa-400b-a6f5-1b54af90696a", "rngcStatus": 0}}, {"time": "2022-08-06T04:50:42.474270Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "50158", "resultSignature": "None", "resultDescription": "External security challenge was not satisfied.", "durationMs": 0, "callerIpAddress": "44.22.19.201", "correlationId": "2e230b9a-cc5e-4ac5-b24b-bf52896c838d", "identity": "Thomas Price", "Level": 4, "location": "XN", "properties": {"id": "957852e5-3659-44e0-9376-780549af5900", "createdDateTime": "2022-08-06T04:50:42.619270Z", "userDisplayName": "Thomas Price", "userPrincipalName": "tprice@domain.com", "userId": "32109ee2-ee4f-4d11-9c38-2556aec0f2b5", "appId": "9a7e67c7-6f05-42a3-b226-97c7ec3e9696", "appDisplayName": "Adobe Identity Management", "ipAddress": "44.22.19.201", "status": {"errorCode": 50158, "failureReason": "External security challenge was not satisfied."}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (X11; Linux i686) AppleWebKit/535.2 (KHTML, like Gecko) Chrome/22.0.843.0 Safari/535.2 Edge/118.12158", "deviceDetail": {"deviceId": "a31478d2-f778-4d5a-b081-22579a9edcbe", "displayName": "THOMASPRICE-LT", "operatingSystem": "Windows 10", "browser": "Edge 118.12158", "trustType": "Hybrid Azure AD joined"}, "location": {"city": "Littlemouth", "state": "Alexanderfurt", "countryOrRegion": "XN", "geoCoordinates": {"latitude": 25.4437255, "longitude": -109.530885}}, "correlationId": "74249700-08d5-4648-9e5a-e1a85ec122cb", "conditionalAccessStatus": "failure", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "d2450b76-384b-4d37-b326-33772fba6dea", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 145, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Adobe Identity Management Service", "resourceId": "30663ca7-f8a9-43ab-8ca1-7906bdbc1485", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 230297, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "NuMBN2diDZHHotjTvCDnVi81xn01xwiFU9o40USzbFg3uo2E", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "a6c259e5-7f16-48b2-a9f3-75becd6daa9b", "rngcStatus": 0}}, {"time": "2022-08-06T05:00:39.882410Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "50173", "resultSignature": "None", "resultDescription": "Fresh auth token is needed. Have the user re-sign using fresh credentials.", "durationMs": 0, "callerIpAddress": "99.116.100.205", "correlationId": "7e943402-b6b3-4eaf-979b-32934e15760b", "identity": "Aaron Cole", "Level": 4, "location": "XD", "properties": {"id": "daba1fa0-45a8-4cfc-8268-990aa5716800", "createdDateTime": "2022-08-06T05:00:39.921410Z", "userDisplayName": "Aaron Cole", "userPrincipalName": "acole@domain.com", "userId": "5d557969-1645-4ba4-be83-b6fd943659f7", "appId": "b6eb5487-41e5-4254-acc5-72fbd850bd1e", "appDisplayName": "Google Cloud / G Suite Connector by Microsoft", "ipAddress": "99.116.100.205", "status": {"errorCode": 50173, "failureReason": "Fresh auth token is needed. Have the user re-sign using fresh credentials."}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (iPad; CPU iPad OS 9_3_6 like Mac OS X) AppleWebKit/536.1 (KHTML, like Gecko) CriOS/42.0.865.0 Mobile/77O124 Safari/536.1 Edge/99.14477", "deviceDetail": {"deviceId": "", "operatingSystem": "Windows 10", "browser": "Edge 99.14477"}, "location": {"city": "Carrollstad", "state": "Norrisbury", "countryOrRegion": "XD", "geoCoordinates": {"latitude": -38.8540465, "longitude": -17.674718}}, "correlationId": "c256ce78-4223-47ee-b543-39e3cdc9ca82", "conditionalAccessStatus": "notApplied", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "0fe9f242-1512-452f-8e0e-0969018fcef8", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 39, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Google Cloud / G Suite Connector by Microsoft Service", "resourceId": "9a84f55e-3a40-492c-9476-e069f64ed7a6", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 214655, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "wBh8U7nyBresG5JTnp1h9yJgnFIxvafMtS6h9Dwsb7P6FZId", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "37ee873b-f901-4e25-be69-010243106d0f", "rngcStatus": 0}}, {"time": "2022-08-06T05:25:46.434164Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "50158", "resultSignature": "None", "resultDescription": "External security challenge was not satisfied.", "durationMs": 0, "callerIpAddress": "105.169.153.183", "correlationId": "a65f2df9-63f6-44a0-aedd-f577a7dc24ef", "identity": "Thomas Price", "Level": 4, "location": "XR", "properties": {"id": "f76a87a3-7638-4ccc-9bfd-93d26b626b00", "createdDateTime": "2022-08-06T05:25:46.566164Z", "userDisplayName": "Thomas Price", "userPrincipalName": "tprice@domain.com", "userId": "32109ee2-ee4f-4d11-9c38-2556aec0f2b5", "appId": "9a7e67c7-6f05-42a3-b226-97c7ec3e9696", "appDisplayName": "Adobe Identity Management", "ipAddress": "105.169.153.183", "status": {"errorCode": 50158, "failureReason": "External security challenge was not satisfied."}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (X11; Linux i686) AppleWebKit/535.2 (KHTML, like Gecko) Chrome/22.0.843.0 Safari/535.2 Edge/118.12158", "deviceDetail": {"deviceId": "61720755-0e96-468f-9935-10dacdc868e4", "displayName": "THOMASPRICE-LT", "operatingSystem": "Windows 10", "browser": "Edge 118.12158", "trustType": "Hybrid Azure AD joined"}, "location": {"city": "Santosborough", "state": "Smithton", "countryOrRegion": "XR", "geoCoordinates": {"latitude": 12.8350355, "longitude": 138.359011}}, "correlationId": "fdb9e58d-b5aa-4747-b9dd-f3755a08968c", "conditionalAccessStatus": "failure", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "8fe5dfb6-2879-4096-bacf-92a8171a5d73", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 132, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Adobe Identity Management Service", "resourceId": "30663ca7-f8a9-43ab-8ca1-7906bdbc1485", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 256668, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "PQu5Ej9jkybYttQs7bglp6InmNUmRsk6ahKAaZ0lFvtUePZh", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "a6c259e5-7f16-48b2-a9f3-75becd6daa9b", "rngcStatus": 0}}, {"time": "2022-08-06T05:27:50.252518Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "147.132.189.119", "correlationId": "8d9b145e-21c3-47ad-9c88-d17b846c8517", "identity": "Cassie Fernandez", "Level": 4, "location": "XR", "properties": {"id": "20f677f0-ddf9-46df-bf50-9e2986709500", "createdDateTime": "2022-08-06T05:27:50.354518Z", "userDisplayName": "Cassie Fernandez", "userPrincipalName": "cfernandez@domain.com", "userId": "67ef8be6-3f44-4db7-8172-fd6211428c1e", "appId": "2eae4ad1-8cae-48fe-b718-76bd66e2fc7f", "appDisplayName": "Bipsync", "ipAddress": "147.132.189.119", "status": {"errorCode": 0}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (iPad; CPU iPad OS 9_3_6 like Mac OS X) AppleWebKit/536.1 (KHTML, like Gecko) CriOS/42.0.865.0 Mobile/77O124 Safari/536.1 Edge/99.14477", "deviceDetail": {"deviceId": "bf67c857-685a-4457-89c4-db2afa581bd2", "displayName": "CASSIEFERNANDEZ-LT", "operatingSystem": "Windows 10", "browser": "Edge 99.14477", "trustType": "Hybrid Azure AD joined"}, "location": {"city": "Port Denisetown", "state": "Smithton", "countryOrRegion": "XR", "geoCoordinates": {"latitude": 3.5518965, "longitude": 131.871582}}, "correlationId": "8032b548-2a0e-446d-b0d2-4097ec6e3ced", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "1c67a462-ba7e-427a-9cd8-8ba31bb343fc", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 102, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Bipsync Service", "resourceId": "9a84f55e-3a40-492c-9476-e069f64ed7a6", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 256668, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "vfN4gArT12cXB2CYGfTEomZ7gUlm9ZiDXWnyE44BoQAEsOkr", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "37ee873b-f901-4e25-be69-010243106d0f", "rngcStatus": 0}}, {"time": "2022-08-06T05:33:23.667135Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "147.132.189.119", "correlationId": "408930ee-8472-4223-b302-0338dc3114d8", "identity": "Terry Proctor", "Level": 4, "location": "XR", "properties": {"id": "682e4218-20e2-44e1-afc7-1363dd755b00", "createdDateTime": "2022-08-06T05:33:23.908135Z", "userDisplayName": "Terry Proctor", "userPrincipalName": "tproctor@domain.com", "userId": "03110cc5-e54f-4dae-b68a-bf5d945f8152", "appId": "9c5b7fe3-0ad2-4ea6-94e5-9e0001f367e3", "appDisplayName": "Articulate 360", "ipAddress": "147.132.189.119", "status": {"errorCode": 0, "additionalDetails": "MFA requirement satisfied by claim in the token"}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (X11; Linux i686) AppleWebKit/533.0 (KHTML, like Gecko) Chrome/24.0.803.0 Safari/533.0 Edge/40.11325", "deviceDetail": {"deviceId": "88ee69d5-1eb7-4f29-b594-e9b4e3371940", "displayName": "TERRYPROCTOR-LT", "operatingSystem": "Windows 10", "browser": "Edge 40.11325", "isCompliant": true, "isManaged": true, "trustType": "Azure AD joined"}, "location": {"city": "Port Denisetown", "state": "Smithton", "countryOrRegion": "XR", "geoCoordinates": {"latitude": 3.5518965, "longitude": 131.871582}}, "mfaDetail": {}, "correlationId": "703eb598-7af3-4ee0-ac28-6d6c194941a5", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "126a0ec4-0534-4655-a043-93a805c11e34", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "processingTimeInMilliseconds": 241, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Articulate 360 Online", "resourceId": "436260d5-3791-4aea-a4da-aa698ec35f2f", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 256668, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "7QokGMjYqByFf48bmK4OkczeP86oIzPIPJ1fW1xkttSMT58C", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "94b9f3ba-5f4b-4edc-99dc-a420b76960f9"}}, {"time": "2022-08-06T05:41:04.290529Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "SignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "147.132.189.119", "correlationId": "b2d3339d-0683-4979-a317-a1bdcafaba2e", "identity": "Melissa Martin", "Level": 4, "location": "XR", "properties": {"id": "7e102f1d-1757-4798-8f5c-7789ff857500", "createdDateTime": "2022-08-06T05:41:04.394529Z", "userDisplayName": "Melissa Martin", "userPrincipalName": "mmartin@domain.com", "userId": "632ccb55-03a7-40f4-9893-653527cae790", "appId": "e47a1d38-5f61-45cd-b1b9-bc92f525c598", "appDisplayName": "Altoura", "ipAddress": "147.132.189.119", "status": {"errorCode": 0}, "clientAppUsed": "Browser", "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 12_4_8 like Mac OS X) AppleWebKit/536.2 (KHTML, like Gecko) CriOS/39.0.845.0 Mobile/81S373 Safari/536.2 Edge/40.11827", "deviceDetail": {"deviceId": "", "operatingSystem": "Windows 10", "browser": "Edge 40.11827"}, "location": {"city": "Port Denisetown", "state": "Smithton", "countryOrRegion": "XR", "geoCoordinates": {"latitude": 3.5518965, "longitude": 131.871582}}, "correlationId": "fe1ae9a6-ad74-4663-b40e-ba7267190fc5", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "55a468ac-b126-4ce0-a901-97c24b58f24f", "isInteractive": true, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 104, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Altoura Online", "resourceId": "f0630e90-b752-4960-bfb9-a0794fc34930", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 256668, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "fVv6NlYYdHwV6BYGZFxZKCtyOe550U4CUEJ836GnkxTgyFrW", "incomingTokenType": "none", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "1f37c851-4be4-455b-928a-fbde7845a68a", "rngcStatus": 0}}, {"time": "2022-08-06T06:00:32.252826Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "13.113.40.157", "correlationId": "4ec70ee6-19e9-4e81-b989-ae775f91b488", "identity": "Attack Target", "Level": 4, "location": "XR", "properties": {"id": "717ef043-4342-4bef-be3f-b1a207226300", "createdDateTime": "2022-08-06T06:00:32.529826Z", "userDisplayName": "Attack Target", "userPrincipalName": "attacktarget@domain.com", "userId": "d735e84b-dcca-404d-9f7d-700f360f41a6", "appId": "9c5b7fe3-0ad2-4ea6-94e5-9e0001f367e3", "appDisplayName": "Articulate 360", "ipAddress": "13.113.40.157", "status": {"errorCode": 0}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (iPad; CPU iPad OS 9_3_6 like Mac OS X) AppleWebKit/536.1 (KHTML, like Gecko) CriOS/42.0.865.0 Mobile/77O124 Safari/536.1 Edge/99.14477", "deviceDetail": {"deviceId": "a44625dc-6f81-449a-9799-8005f7209b42", "displayName": "ATTACKTARGET-LT", "operatingSystem": "Windows 10", "browser": "Edge 99.14477", "trustType": "Azure AD registered"}, "location": {"city": "Smithfort", "state": "Smithfort", "countryOrRegion": "XR", "geoCoordinates": {"latitude": 3.7564095, "longitude": -121.574606}}, "correlationId": "2fbd4db7-86f9-43c9-8b1a-19ffaf55e12a", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "8c56bc43-c8b6-40fb-9cfc-c58d88367672", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 277, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Articulate 360 Online", "resourceId": "436260d5-3791-4aea-a4da-aa698ec35f2f", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 34974, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "LgQAffvxLmZegWKryOp94hkr2ewxJyUJqCeq7ezVoghB2orI", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "94b9f3ba-5f4b-4edc-99dc-a420b76960f9", "rngcStatus": 0}}, {"time": "2022-08-06T06:22:20.411961Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "99.116.100.205", "correlationId": "af23d8b1-6acf-4651-8736-c03b8b991f99", "identity": "Aaron Cole", "Level": 4, "location": "XD", "properties": {"id": "c7effe19-f517-48ca-9f7d-2de566276f00", "createdDateTime": "2022-08-06T06:22:20.482961Z", "userDisplayName": "Aaron Cole", "userPrincipalName": "acole@domain.com", "userId": "5d557969-1645-4ba4-be83-b6fd943659f7", "appId": "9d64cdda-8fe1-424a-8325-912d9d512004", "appDisplayName": "Help Scout", "ipAddress": "99.116.100.205", "status": {"errorCode": 0}, "clientAppUsed": "Browser", "deviceDetail": {"deviceId": "", "operatingSystem": "Windows", "browser": "Rich Client 4.35.1.0"}, "location": {"city": "Carrollstad", "state": "Norrisbury", "countryOrRegion": "XD", "geoCoordinates": {"latitude": -38.8540465, "longitude": -17.674718}}, "correlationId": "df1d9214-6d77-41d9-b4bf-fdc97bfa6e65", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "c2d55790-8b31-4df5-b8ad-3e7e139bb535", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 71, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Help Scout Service", "resourceId": "24578515-1951-4064-967d-0d2acaf0aa70", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 214655, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "ev3aMk6ZT5qyIhijYpmuqFtWsnHmKyqKu1qDZCJdMiGtjjvx", "incomingTokenType": "none", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "0e68752b-7dfa-400b-a6f5-1b54af90696a", "rngcStatus": 0}}, {"time": "2022-08-06T06:30:31.748611Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "205.33.24.92", "correlationId": "f8748865-f9f6-4d89-b3ef-b10be4f09395", "identity": "Vanessa Ramirez", "Level": 4, "location": "XD", "properties": {"id": "f95b27fd-8962-466c-86b8-589833438b00", "createdDateTime": "2022-08-06T06:30:31.840611Z", "userDisplayName": "Vanessa Ramirez", "userPrincipalName": "vramirez@domain.com", "userId": "5d72b7ed-62ea-4b94-b931-ccef65d71ebd", "appId": "2eae4ad1-8cae-48fe-b718-76bd66e2fc7f", "appDisplayName": "Bipsync", "ipAddress": "205.33.24.92", "status": {"errorCode": 0}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (X11; Linux i686) AppleWebKit/532.2 (KHTML, like Gecko) Chrome/21.0.853.0 Safari/532.2 Edge/89.19380", "deviceDetail": {"deviceId": "e395a3f4-8f2d-4170-804f-d3e13ce3151b", "displayName": "VANESSARAMIREZ-LT", "operatingSystem": "Windows 10", "browser": "Edge 89.19380", "trustType": "Azure AD registered"}, "location": {"city": "Kristinmouth", "state": "Norrisbury", "countryOrRegion": "XD", "geoCoordinates": {"latitude": 26.278784, "longitude": -92.042573}}, "correlationId": "68f835db-7a36-4086-8d08-dcb44e2903af", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "3714faa6-9931-432f-a854-2cc16aec32a8", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 92, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Bipsync Service", "resourceId": "9a84f55e-3a40-492c-9476-e069f64ed7a6", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 214655, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "g4znrHK3FqTqThNBCku7y4YryGjB92v60fVjVbn9O6olRmRg", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "37ee873b-f901-4e25-be69-010243106d0f", "rngcStatus": 0}}, {"time": "2022-08-06T06:31:34.386648Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "50158", "resultSignature": "None", "resultDescription": "External security challenge was not satisfied.", "durationMs": 0, "callerIpAddress": "92.110.109.246", "correlationId": "cbc416d8-85ff-4f21-afdd-ac499f5ce79a", "identity": "Thomas Price", "Level": 4, "location": "XR", "properties": {"id": "ea590d8d-e3b3-4fb0-bfa4-efd922fc6e00", "createdDateTime": "2022-08-06T06:31:34.497648Z", "userDisplayName": "Thomas Price", "userPrincipalName": "tprice@domain.com", "userId": "32109ee2-ee4f-4d11-9c38-2556aec0f2b5", "appId": "79510a8f-6421-4348-a2ea-bcc2b02485c1", "appDisplayName": "Cisco AnyConnect", "ipAddress": "92.110.109.246", "status": {"errorCode": 50158, "failureReason": "External security challenge was not satisfied."}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (X11; Linux i686) AppleWebKit/535.2 (KHTML, like Gecko) Chrome/22.0.843.0 Safari/535.2 Edge/118.12158", "deviceDetail": {"deviceId": "fb4d911d-6441-411b-868f-d25d5586a326", "displayName": "THOMASPRICE-LT", "operatingSystem": "Windows 10", "browser": "Edge 118.12158", "trustType": "Hybrid Azure AD joined"}, "location": {"city": "Port Denisetown", "state": "Smithton", "countryOrRegion": "XR", "geoCoordinates": {"latitude": 3.5518965, "longitude": 131.871582}}, "correlationId": "26481eb5-5619-45ab-a35f-7415dac7d43b", "conditionalAccessStatus": "failure", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "83a77ebc-6e27-4231-a831-9186704c8ad1", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 111, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Cisco AnyConnect Online", "resourceId": "5d5b8d28-6a28-472e-b837-a4094e466965", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 230297, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "VGen4uvOmaWLlRUYJqeJVS4PpOSsD9nuveQEmRC8pxS4sy8x", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "15655e1f-5005-4c53-b3c0-c4a1d1ca5e9e", "rngcStatus": 0}}, {"time": "2022-08-06T06:45:04.332212Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "147.132.189.119", "correlationId": "e928ea65-754a-4186-b9de-21a88df78d39", "identity": "Melissa Martin", "Level": 4, "location": "XR", "properties": {"id": "fa857fed-7d3f-40f5-b98a-925cea9f6a00", "createdDateTime": "2022-08-06T06:45:04.438212Z", "userDisplayName": "Melissa Martin", "userPrincipalName": "mmartin@domain.com", "userId": "632ccb55-03a7-40f4-9893-653527cae790", "appId": "e47a1d38-5f61-45cd-b1b9-bc92f525c598", "appDisplayName": "Altoura", "ipAddress": "147.132.189.119", "status": {"errorCode": 0}, "clientAppUsed": "Browser", "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 12_4_8 like Mac OS X) AppleWebKit/536.2 (KHTML, like Gecko) CriOS/39.0.845.0 Mobile/81S373 Safari/536.2 Edge/40.11827", "deviceDetail": {"deviceId": "", "operatingSystem": "Windows 10", "browser": "Edge 40.11827"}, "location": {"city": "Port Denisetown", "state": "Smithton", "countryOrRegion": "XR", "geoCoordinates": {"latitude": 3.5518965, "longitude": 131.871582}}, "correlationId": "c0e0b4d8-0615-4cba-b0bc-ea761b4eb330", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "eb1a885d-df0c-4cda-868d-b347696554c3", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 106, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Altoura Online", "resourceId": "f0630e90-b752-4960-bfb9-a0794fc34930", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 256668, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "ORTfLL3vK95KZD2glE2Z5EvlyVcL0LCn5C7VFabsFWvqHCbI", "incomingTokenType": "none", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "1f37c851-4be4-455b-928a-fbde7845a68a", "rngcStatus": 0}}, {"time": "2022-08-06T07:00:56.090170Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "SignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "205.33.24.92", "correlationId": "0f6f1585-7cc5-4763-91ce-20b98e01ef28", "identity": "Aaron Cole", "Level": 4, "location": "XD", "properties": {"id": "68c181e0-8fba-4fa6-b9af-85d0d3114f00", "createdDateTime": "2022-08-06T07:00:56.195170Z", "userDisplayName": "Aaron Cole", "userPrincipalName": "acole@domain.com", "userId": "5d557969-1645-4ba4-be83-b6fd943659f7", "appId": "03d81133-bfaa-4cad-b5fc-938f0fe86da9", "appDisplayName": "Dream Broker Studio", "ipAddress": "205.33.24.92", "status": {"errorCode": 0}, "clientAppUsed": "Browser", "userAgent": "Mozilla/5.0 (X11; Linux i686) AppleWebKit/536.2 (KHTML, like Gecko) Chrome/22.0.877.0 Safari/536.2", "deviceDetail": {"deviceId": "", "operatingSystem": "Windows 10", "browser": "Chrome 22.0.877.0"}, "location": {"city": "Kristinmouth", "state": "Norrisbury", "countryOrRegion": "XD", "geoCoordinates": {"latitude": 26.278784, "longitude": -92.042573}}, "correlationId": "ea2539a9-1622-4f59-ac89-7fb3ec7e566c", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "328adb9f-5d96-48e5-b8d5-fa56222d5b6d", "isInteractive": true, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "processingTimeInMilliseconds": 105, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Dream Broker Studio Online", "resourceId": "f0630e90-b752-4960-bfb9-a0794fc34930", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 214655, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "qDCqgoa4Ri5L4KaMwNmurUrp56HxljG2oDiR7ZPJWNmy0RZF", "incomingTokenType": "none", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "1f37c851-4be4-455b-928a-fbde7845a68a"}}, {"time": "2022-08-06T07:47:42.945431Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "86.154.193.190", "correlationId": "098df0a8-1e2c-4c7e-bc31-5f2b66a42497", "identity": "Kristen Howell", "Level": 4, "location": "XR", "properties": {"id": "f656c79e-6ed9-4ee9-bee4-408eab7f6a00", "createdDateTime": "2022-08-06T07:47:43.061431Z", "userDisplayName": "Kristen Howell", "userPrincipalName": "khowell@domain.com", "userId": "20e1e3f9-665f-45bd-9984-5e74b526d3b5", "appId": "9a7e67c7-6f05-42a3-b226-97c7ec3e9696", "appDisplayName": "Adobe Identity Management", "ipAddress": "86.154.193.190", "status": {"errorCode": 0}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (X11; Linux i686) AppleWebKit/533.0 (KHTML, like Gecko) Chrome/24.0.803.0 Safari/533.0 Edge/40.11325", "deviceDetail": {"deviceId": "af204333-3bdf-4228-bbeb-e3a654075b5c", "displayName": "KRISTENHOWELL-LT", "operatingSystem": "Windows 10", "browser": "Edge 40.11325", "trustType": "Azure AD registered"}, "location": {"city": "Port Denisetown", "state": "Smithton", "countryOrRegion": "XR", "geoCoordinates": {"latitude": 3.5518965, "longitude": 131.871582}}, "correlationId": "2a62dacb-2c13-4e1c-9ea7-b14588407558", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "e0c5a9fc-428e-40a5-ac54-be84cda728c7", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 116, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Adobe Identity Management Service", "resourceId": "9a84f55e-3a40-492c-9476-e069f64ed7a6", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 256668, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "ShS2v7rVqm5b87fwEl2VYkd3jsCg37T1sRNBwrgp23nRUKXg", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "37ee873b-f901-4e25-be69-010243106d0f", "rngcStatus": 0}}, {"time": "2022-08-06T07:50:46.339354Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "86.154.193.190", "correlationId": "719a13e6-8ee0-4131-9223-04945e9fcb4c", "identity": "Jamie Watson", "Level": 4, "location": "XR", "properties": {"id": "987debf8-7865-4cdd-bac4-4800cb1b6d00", "createdDateTime": "2022-08-06T07:50:46.457354Z", "userDisplayName": "Jamie Watson", "userPrincipalName": "jwatson@domain.com", "userId": "2844695b-9a70-48ed-a5ce-f3d711e2292b", "appId": "413f12c2-a9cb-4ca6-a080-d4308249cbe1", "appDisplayName": "Air", "ipAddress": "86.154.193.190", "status": {"errorCode": 0}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (X11; Linux i686) AppleWebKit/533.0 (KHTML, like Gecko) Chrome/24.0.803.0 Safari/533.0 Edge/40.11325", "deviceDetail": {"deviceId": "fc784602-6455-4450-be3c-6770e0359f8a", "displayName": "JAMIEWATSON-LT", "operatingSystem": "Windows 10", "browser": "Edge 40.11325", "isCompliant": true, "isManaged": true, "trustType": "Azure AD joined"}, "location": {"city": "Port Denisetown", "state": "Smithton", "countryOrRegion": "XR", "geoCoordinates": {"latitude": 3.5518965, "longitude": 131.871582}}, "correlationId": "cba683a3-8d3f-4d7b-9817-0a4fca6e31b8", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "d4fce3f6-ee61-4e78-8a21-c2f6b1e33901", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 118, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Air Online", "resourceId": "76f4ef5e-0b9a-478c-89cd-2dcd57ca60c3", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 256668, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "GbzPRIm7BRX0WDXazND4aQ07kO6jqlVATimVbPGsnnVhDZfP", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": null, "rngcStatus": 0}}, {"time": "2022-08-06T07:57:44.624076Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "199.12.127.103", "correlationId": "f4e2bd54-48b4-49b7-99b3-e82e79f32a20", "identity": "Jacob Meyers", "Level": 4, "location": "XG", "properties": {"id": "16bcb29d-4da5-4f0e-bf12-1079da9e8900", "createdDateTime": "2022-08-06T07:57:44.696076Z", "userDisplayName": "Jacob Meyers", "userPrincipalName": "jmeyers@domain.com", "userId": "c63a67b0-1651-4a8a-9560-cc703cdad5ad", "appId": "9a7e67c7-6f05-42a3-b226-97c7ec3e9696", "appDisplayName": "Adobe Identity Management", "ipAddress": "199.12.127.103", "status": {"errorCode": 0}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (iPad; CPU iPad OS 9_3_6 like Mac OS X) AppleWebKit/536.1 (KHTML, like Gecko) CriOS/42.0.865.0 Mobile/77O124 Safari/536.1 Edge/99.14477", "deviceDetail": {"deviceId": "68cb982e-f215-496c-89bb-cc07716ff474", "displayName": "JACOBMEYERS-LT", "operatingSystem": "Windows 10", "browser": "Edge 99.14477", "trustType": "Azure AD registered"}, "location": {"city": "Port Nathan", "state": "Newmanville", "countryOrRegion": "XG", "geoCoordinates": {"latitude": 23.244641, "longitude": -113.392021}}, "correlationId": "51630078-35eb-4ea8-8cf4-145892ae3700", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "fbf9135e-ee64-42a0-96a2-fad5163d9ed3", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 72, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Adobe Identity Management Service", "resourceId": "80abac89-d2c0-4b6c-8ffc-5023bd7efc5e", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 282405, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "uNdhqyYqLzEZlyyzNSIsNByM5CE6NVAVK6AzCCHsbOLHrvTB", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": null, "rngcStatus": 0}}, {"time": "2022-08-06T07:58:42.681571Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "SignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "42.62.103.34", "correlationId": "48843ba0-90b2-1000-c9a6-a0aaf90ab913", "identity": "Joseph Taylor", "Level": 4, "location": "XF", "properties": {"id": "f0f4834e-896b-4034-86be-e32a009d9500", "createdDateTime": "2022-08-06T07:58:42.847571Z", "userDisplayName": "Joseph Taylor", "userPrincipalName": "jtaylor@domain.com", "userId": "af9847eb-c773-41ae-bf94-42747c5e986c", "appId": "439cf80c-f381-45bd-9b6a-a006882e7246", "appDisplayName": "Atlassian Cloud", "ipAddress": "42.62.103.34", "status": {"errorCode": 0, "additionalDetails": "MFA requirement satisfied by claim in the token"}, "clientAppUsed": "Browser", "userAgent": "Mozilla/5.0 (Linux; Android 2.3.5) AppleWebKit/532.2 (KHTML, like Gecko) Chrome/46.0.898.0 Safari/532.2 Edge/105.19198", "deviceDetail": {"deviceId": "76b96bd3-e5d7-49ee-b195-bf363facdb3d", "displayName": "JOSEPHTAYLOR-LT", "operatingSystem": "Windows 10", "browser": "Edge 105.19198", "isCompliant": true, "isManaged": true, "trustType": "Azure AD joined"}, "location": {"city": "Jessicafurt", "state": "Smithbury", "countryOrRegion": "XF", "geoCoordinates": {"latitude": 17.5082395, "longitude": -115.304215}}, "mfaDetail": {}, "correlationId": "882337e1-4496-4730-a907-1621fc216400", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "c9d219b3-e6e3-49bf-83bd-fbb420db763e", "isInteractive": true, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 166, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Atlassian Cloud", "resourceId": "c8eab36d-0a82-409d-8693-a8dabc997921", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 393508, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "hZKNyGZRVKwRmaEuzsPJs4fjZO56PJba6i3HmnImOwOz1Fld", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "2248d3ef-d7b8-4eb2-bd20-fb53f725bfe3", "rngcStatus": 0}}, {"time": "2022-08-06T07:58:51.591797Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "50158", "resultSignature": "None", "resultDescription": "External security challenge was not satisfied.", "durationMs": 0, "callerIpAddress": "147.132.189.119", "correlationId": "279101c0-8c7c-49e4-8eae-db4f2c958727", "identity": "Terry Proctor", "Level": 4, "location": "XR", "properties": {"id": "c39e6449-499a-4a56-b4b3-75e262df6500", "createdDateTime": "2022-08-06T07:58:51.697797Z", "userDisplayName": "Terry Proctor", "userPrincipalName": "tproctor@domain.com", "userId": "03110cc5-e54f-4dae-b68a-bf5d945f8152", "appId": "2eae4ad1-8cae-48fe-b718-76bd66e2fc7f", "appDisplayName": "Bipsync", "ipAddress": "147.132.189.119", "status": {"errorCode": 50158, "failureReason": "External security challenge was not satisfied.", "additionalDetails": "MFA requirement satisfied by claim in the token"}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (X11; Linux i686) AppleWebKit/533.0 (KHTML, like Gecko) Chrome/24.0.803.0 Safari/533.0 Edge/40.11325", "deviceDetail": {"deviceId": "88ee69d5-1eb7-4f29-b594-e9b4e3371940", "displayName": "TERRYPROCTOR-LT", "operatingSystem": "Windows 10", "browser": "Edge 40.11325", "isCompliant": true, "isManaged": true, "trustType": "Azure AD joined"}, "location": {"city": "Port Denisetown", "state": "Smithton", "countryOrRegion": "XR", "geoCoordinates": {"latitude": 3.5518965, "longitude": 131.871582}}, "mfaDetail": {}, "correlationId": "c7dc2bc9-2c66-41a8-944b-3b618cc6b08c", "conditionalAccessStatus": "failure", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "c6ae6e0d-28fe-45c0-a176-a8763c7d617e", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 106, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Bipsync Service", "resourceId": "819aa3ed-3b63-4925-8388-0b8d41022941", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 256668, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "Jiufdh3rgHk5mlPz45g6S7EaKxLUtgDSHOUdFeboUKv90TQy", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "7f0c9abd-8b0d-4973-8675-a495454c0c86", "rngcStatus": 0}}, {"time": "2022-08-06T08:06:35.246358Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "13.113.40.157", "correlationId": "4f6ea80f-4188-4a14-8812-35c2fa42a729", "identity": "Attack Target", "Level": 4, "location": "XR", "properties": {"id": "05ba222e-1564-4894-b208-c535f82f8300", "createdDateTime": "2022-08-06T08:06:35.347358Z", "userDisplayName": "Attack Target", "userPrincipalName": "attacktarget@domain.com", "userId": "d735e84b-dcca-404d-9f7d-700f360f41a6", "appId": "9a7e67c7-6f05-42a3-b226-97c7ec3e9696", "appDisplayName": "Adobe Identity Management", "ipAddress": "13.113.40.157", "status": {"errorCode": 0}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (iPad; CPU iPad OS 9_3_6 like Mac OS X) AppleWebKit/536.1 (KHTML, like Gecko) CriOS/42.0.865.0 Mobile/77O124 Safari/536.1 Edge/99.14477", "deviceDetail": {"deviceId": "a44625dc-6f81-449a-9799-8005f7209b42", "displayName": "ATTACKTARGET-LT", "operatingSystem": "Windows 10", "browser": "Edge 99.14477", "trustType": "Azure AD registered"}, "location": {"city": "Smithfort", "state": "Smithfort", "countryOrRegion": "XR", "geoCoordinates": {"latitude": 3.7564095, "longitude": -121.574606}}, "correlationId": "5419d0ba-50d5-4c00-a200-628a4d4e9abd", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "89c4ea19-85f7-40f0-87cd-53abdf20cf49", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 101, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Adobe Identity Management Service", "resourceId": "7d6a0897-8b82-49e9-90e2-d482fb9202bd", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 34974, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "DktoJW6rNNu1ebjawHvlJlXkUnCJs94qurycOprHWd3opbPW", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "537d9419-7e2b-4778-9102-62256bcfcf45", "rngcStatus": 0}}, {"time": "2022-08-06T08:38:26.798854Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "105.169.153.183", "correlationId": "3d08865c-0e83-43d8-8d15-e6e39b685b94", "identity": "Jim Gonzalez", "Level": 4, "location": "XR", "properties": {"id": "c4e18eba-fde1-4935-9777-9ad508c96000", "createdDateTime": "2022-08-06T08:38:26.931854Z", "userDisplayName": "Jim Gonzalez", "userPrincipalName": "jgonzalez@domain.com", "userId": "95090045-a9c5-489c-adee-2db430a3333a", "appId": "bf2855c0-7434-4262-8885-ad2f5206d324", "appDisplayName": "COINS Construction Cloud - Project and Productivity Apps", "ipAddress": "105.169.153.183", "status": {"errorCode": 0}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (Windows NT 4.0) AppleWebKit/532.1 (KHTML, like Gecko) Chrome/38.0.801.0 Safari/532.1 Edge/19.15284", "deviceDetail": {"deviceId": "15135d1f-cb47-4bd8-b76d-90a9171c09bd", "displayName": "JIMGONZALEZ-LT", "operatingSystem": "Windows 10", "browser": "Edge 19.15284", "trustType": "Azure AD registered"}, "location": {"city": "Kevinton", "state": "Smithton", "countryOrRegion": "XR", "geoCoordinates": {"latitude": -87.5106305, "longitude": -77.991036}}, "correlationId": "efab351f-badf-4ecb-8726-a5e62ec0fb1f", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "7f2b9e5a-7528-437f-aece-abab7648c101", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 133, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "COINS Construction Cloud - Project and Productivity Apps Service", "resourceId": "3f7d0d52-e3b6-4712-8e89-01c915dc0294", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 256668, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "HbfPjunm8Ru1dQKs2DgYiZMffhblhsv6X7qaV59TTmZX5vUV", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "84036992-5b2b-4836-8aca-9de3ba4c15b9", "rngcStatus": 0}}, {"time": "2022-08-06T09:21:44.486781Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "50158", "resultSignature": "None", "resultDescription": "External security challenge was not satisfied.", "durationMs": 0, "callerIpAddress": "177.189.225.133", "correlationId": "ed84b978-f7a2-43d4-a0a8-f702b54f9974", "identity": "Thomas Price", "Level": 4, "location": "XQ", "properties": {"id": "159590e9-5419-4dbb-867e-3641a42b5f00", "createdDateTime": "2022-08-06T09:21:44.621781Z", "userDisplayName": "Thomas Price", "userPrincipalName": "tprice@domain.com", "userId": "32109ee2-ee4f-4d11-9c38-2556aec0f2b5", "appId": "79510a8f-6421-4348-a2ea-bcc2b02485c1", "appDisplayName": "Cisco AnyConnect", "ipAddress": "177.189.225.133", "status": {"errorCode": 50158, "failureReason": "External security challenge was not satisfied."}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (X11; Linux i686) AppleWebKit/535.2 (KHTML, like Gecko) Chrome/22.0.843.0 Safari/535.2 Edge/118.12158", "deviceDetail": {"deviceId": "72c565a0-f587-4d5e-9fa9-82cab482ddf0", "displayName": "THOMASPRICE-LT", "operatingSystem": "Windows 10", "browser": "Edge 118.12158", "trustType": "Hybrid Azure AD joined"}, "location": {"city": "Brownton", "state": "Stephanieberg", "countryOrRegion": "XQ", "geoCoordinates": {"latitude": 60.015373, "longitude": -41.508557}}, "correlationId": "090eec96-c11b-4d12-bf0c-da861d3ed69f", "conditionalAccessStatus": "failure", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "189dd5b8-0b71-4ed1-a478-1b230e0014db", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 135, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Cisco AnyConnect Online", "resourceId": "5d5b8d28-6a28-472e-b837-a4094e466965", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 104135, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "gYZz0PBGJ7E52MD5stxKM3gVwKknf8UYzFGxOj6BQZCoQkTO", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "15655e1f-5005-4c53-b3c0-c4a1d1ca5e9e", "rngcStatus": 0}}, {"time": "2022-08-06T09:40:23.051543Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "50158", "resultSignature": "None", "resultDescription": "External security challenge was not satisfied.", "durationMs": 0, "callerIpAddress": "92.110.109.246", "correlationId": "e4a3b1b5-c07d-4760-b664-bf3937145697", "identity": "Thomas Price", "Level": 4, "location": "XR", "properties": {"id": "c27355bf-335a-4f00-ab57-c82798c55600", "createdDateTime": "2022-08-06T09:40:23.179543Z", "userDisplayName": "Thomas Price", "userPrincipalName": "tprice@domain.com", "userId": "32109ee2-ee4f-4d11-9c38-2556aec0f2b5", "appId": "9a7e67c7-6f05-42a3-b226-97c7ec3e9696", "appDisplayName": "Adobe Identity Management", "ipAddress": "92.110.109.246", "status": {"errorCode": 50158, "failureReason": "External security challenge was not satisfied."}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (X11; Linux i686) AppleWebKit/535.2 (KHTML, like Gecko) Chrome/22.0.843.0 Safari/535.2 Edge/118.12158", "deviceDetail": {"deviceId": "0927e60c-8dfa-4ecf-be85-ad63bccf40a1", "displayName": "THOMASPRICE-LT", "operatingSystem": "Windows 10", "browser": "Edge 118.12158", "trustType": "Hybrid Azure AD joined"}, "location": {"city": "Port Denisetown", "state": "Smithton", "countryOrRegion": "XR", "geoCoordinates": {"latitude": 3.5518965, "longitude": 131.871582}}, "correlationId": "a136bc1a-d233-4c71-a10d-3e97866bfb95", "conditionalAccessStatus": "failure", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "ca30effc-d197-4e3b-8abd-0af713f8b3b9", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "processingTimeInMilliseconds": 128, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Adobe Identity Management Service", "resourceId": "30663ca7-f8a9-43ab-8ca1-7906bdbc1485", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 230297, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "B8NvRKVkLapapbdiv5iCOmsMZGlhxFLYXFqFDlxfOES5F3ZL", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "a6c259e5-7f16-48b2-a9f3-75becd6daa9b"}}, {"time": "2022-08-06T10:11:48.669873Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "105.169.153.183", "correlationId": "8380b00b-d211-4459-b0d2-88f0cf2d3b17", "identity": "Jim Gonzalez", "Level": 4, "location": "XR", "properties": {"id": "15eb634f-eb85-4980-9f88-59ceb2b15000", "createdDateTime": "2022-08-06T10:11:48.809873Z", "userDisplayName": "Jim Gonzalez", "userPrincipalName": "jgonzalez@domain.com", "userId": "95090045-a9c5-489c-adee-2db430a3333a", "appId": "9a7e67c7-6f05-42a3-b226-97c7ec3e9696", "appDisplayName": "Adobe Identity Management", "ipAddress": "105.169.153.183", "status": {"errorCode": 0}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (Windows NT 4.0) AppleWebKit/532.1 (KHTML, like Gecko) Chrome/38.0.801.0 Safari/532.1 Edge/19.15284", "deviceDetail": {"deviceId": "15135d1f-cb47-4bd8-b76d-90a9171c09bd", "displayName": "JIMGONZALEZ-LT", "operatingSystem": "Windows 10", "browser": "Edge 19.15284", "trustType": "Azure AD registered"}, "location": {"city": "Kevinton", "state": "Smithton", "countryOrRegion": "XR", "geoCoordinates": {"latitude": -87.5106305, "longitude": -77.991036}}, "correlationId": "695ac32e-3c7d-4b60-8584-9aeaee4ade77", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "62b03f1f-a476-4b50-99e4-4a9143a97896", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "processingTimeInMilliseconds": 140, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Adobe Identity Management Service", "resourceId": "80abac89-d2c0-4b6c-8ffc-5023bd7efc5e", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 256668, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "bQeUPDeFywCHaUcX7A2hyUz4y0xmmX3qG4z9729cPyPwKg47", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": null}}, {"time": "2022-08-06T10:15:27.286314Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "50158", "resultSignature": "None", "resultDescription": "External security challenge was not satisfied.", "durationMs": 0, "callerIpAddress": "177.189.225.133", "correlationId": "5ab39d37-8ed2-4edf-9645-4ca3e2a0f898", "identity": "Thomas Price", "Level": 4, "location": "XQ", "properties": {"id": "4d388231-6fac-4932-9fc8-5499c97e5e00", "createdDateTime": "2022-08-06T10:15:27.427314Z", "userDisplayName": "Thomas Price", "userPrincipalName": "tprice@domain.com", "userId": "32109ee2-ee4f-4d11-9c38-2556aec0f2b5", "appId": "79510a8f-6421-4348-a2ea-bcc2b02485c1", "appDisplayName": "Cisco AnyConnect", "ipAddress": "177.189.225.133", "status": {"errorCode": 50158, "failureReason": "External security challenge was not satisfied."}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (X11; Linux i686) AppleWebKit/535.2 (KHTML, like Gecko) Chrome/22.0.843.0 Safari/535.2 Edge/118.12158", "deviceDetail": {"deviceId": "72c565a0-f587-4d5e-9fa9-82cab482ddf0", "displayName": "THOMASPRICE-LT", "operatingSystem": "Windows 10", "browser": "Edge 118.12158", "trustType": "Hybrid Azure AD joined"}, "location": {"city": "Brownton", "state": "Stephanieberg", "countryOrRegion": "XQ", "geoCoordinates": {"latitude": 60.015373, "longitude": -41.508557}}, "correlationId": "993d2781-d2d0-441b-bc2f-25c3b36d90a6", "conditionalAccessStatus": "failure", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "8f9d830c-351d-4217-8448-f4e48aba332f", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 141, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Cisco AnyConnect Online", "resourceId": "5d5b8d28-6a28-472e-b837-a4094e466965", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 104135, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "qPuyNSLeJYDz5Acf4CnWllyWISQHQ2AchT3oQlD0A28Mz8Da", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "15655e1f-5005-4c53-b3c0-c4a1d1ca5e9e", "rngcStatus": 0}}, {"time": "2022-08-06T10:26:07.740871Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "50158", "resultSignature": "None", "resultDescription": "External security challenge was not satisfied.", "durationMs": 0, "callerIpAddress": "105.169.153.183", "correlationId": "e3baa7ee-2f98-40a5-a117-0c68bce4f8de", "identity": "Thomas Price", "Level": 4, "location": "XR", "properties": {"id": "8ffdb2ce-02a0-4390-8a24-4d1896933d00", "createdDateTime": "2022-08-06T10:26:07.850871Z", "userDisplayName": "Thomas Price", "userPrincipalName": "tprice@domain.com", "userId": "32109ee2-ee4f-4d11-9c38-2556aec0f2b5", "appId": "9a7e67c7-6f05-42a3-b226-97c7ec3e9696", "appDisplayName": "Adobe Identity Management", "ipAddress": "105.169.153.183", "status": {"errorCode": 50158, "failureReason": "External security challenge was not satisfied."}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (X11; Linux i686) AppleWebKit/535.2 (KHTML, like Gecko) Chrome/22.0.843.0 Safari/535.2 Edge/118.12158", "deviceDetail": {"deviceId": "2b85c59f-331a-4b61-9a44-9d3d6df62a06", "displayName": "THOMASPRICE-LT", "operatingSystem": "Windows 10", "browser": "Edge 118.12158", "trustType": "Hybrid Azure AD joined"}, "location": {"city": "Santosborough", "state": "Smithton", "countryOrRegion": "XR", "geoCoordinates": {"latitude": 12.8350355, "longitude": 138.359011}}, "correlationId": "c51f9f94-695f-4188-88d1-00b5d6b31fb7", "conditionalAccessStatus": "failure", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "2df979d0-809a-4f07-934d-03d222442cb0", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 110, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Adobe Identity Management Service", "resourceId": "30663ca7-f8a9-43ab-8ca1-7906bdbc1485", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 256668, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "eiFQZHNR0Od9ERsk40faDHNwSVOHaniCRqCxcYkVJQ7LDz0g", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "a6c259e5-7f16-48b2-a9f3-75becd6daa9b", "rngcStatus": 0}}, {"time": "2022-08-06T10:49:22.449634Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "1.210.58.10", "correlationId": "e91f348c-99eb-4a25-8172-cfd21e5ca362", "identity": "Keith Sheppard", "Level": 4, "location": "XD", "properties": {"id": "0845bbb6-89fe-4165-bbbd-5202a69d5200", "createdDateTime": "2022-08-06T10:49:22.559634Z", "userDisplayName": "Keith Sheppard", "userPrincipalName": "ksheppard@domain.com", "userId": "05bd48f1-91d2-4c2d-9a7c-80e80f561b3c", "appId": "9a7e67c7-6f05-42a3-b226-97c7ec3e9696", "appDisplayName": "Adobe Identity Management", "ipAddress": "1.210.58.10", "status": {"errorCode": 0}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (Windows NT 4.0) AppleWebKit/531.1 (KHTML, like Gecko) Chrome/20.0.823.0 Safari/531.1 Edge/87.11424", "deviceDetail": {"deviceId": "639815fd-5018-4e38-9d81-67538b2ce460", "displayName": "KEITHSHEPPARD-LT", "operatingSystem": "Windows 10", "browser": "Edge 87.11424", "trustType": "Azure AD registered"}, "location": {"city": "Cooperhaven", "state": "Norrisbury", "countryOrRegion": "XD", "geoCoordinates": {"latitude": 70.436398, "longitude": -23.873747}}, "correlationId": "edff3b90-ffe2-495a-87b3-67e4a6b4f236", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "3279c0a7-0443-4d99-963f-012aa563ebae", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "processingTimeInMilliseconds": 110, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Adobe Identity Management Service", "resourceId": "c65cf5f9-5537-4200-889e-381c4f60ca7d", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 69487, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "Hb7gWCwd5t1LVYdhWzoM6Lt5wUid17wYfLYmagQsroshxvgl", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": null}}, {"time": "2022-08-06T10:50:22.238089Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "13.113.40.157", "correlationId": "b2bddc0a-f0b3-494a-a687-8f5bcfe4ca0d", "identity": "Attack Target", "Level": 4, "location": "XR", "properties": {"id": "203b54c4-44bd-4e9f-ab1a-6c18b1416b00", "createdDateTime": "2022-08-06T10:50:22.361089Z", "userDisplayName": "Attack Target", "userPrincipalName": "attacktarget@domain.com", "userId": "d735e84b-dcca-404d-9f7d-700f360f41a6", "appId": "9a7e67c7-6f05-42a3-b226-97c7ec3e9696", "appDisplayName": "Adobe Identity Management", "ipAddress": "13.113.40.157", "ipAddressFromResourceProvider": "11.5.130.220", "status": {"errorCode": 0}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (iPad; CPU iPad OS 9_3_6 like Mac OS X) AppleWebKit/536.1 (KHTML, like Gecko) CriOS/42.0.865.0 Mobile/77O124 Safari/536.1 Edge/99.14477", "deviceDetail": {"deviceId": "a44625dc-6f81-449a-9799-8005f7209b42", "displayName": "ATTACKTARGET-LT", "operatingSystem": "Windows 10", "browser": "Edge 99.14477", "trustType": "Azure AD registered"}, "location": {"city": "Smithfort", "state": "Smithfort", "countryOrRegion": "XR", "geoCoordinates": {"latitude": 3.7564095, "longitude": -121.574606}}, "correlationId": "5c10793f-a42f-461d-8844-8e5124b03530", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "725f0cdf-8041-44cd-89ce-8853ed07d812", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 123, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Adobe Identity Management Service", "resourceId": "9a84f55e-3a40-492c-9476-e069f64ed7a6", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 34974, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "GsXPr1AFsFIUMzcPy5DwA0y85mIywW0tI3OWkXDE1mrd5ry8", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "37ee873b-f901-4e25-be69-010243106d0f", "rngcStatus": 0}}, {"time": "2022-08-06T10:55:24.336851Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "50158", "resultSignature": "None", "resultDescription": "External security challenge was not satisfied.", "durationMs": 0, "callerIpAddress": "44.22.19.201", "correlationId": "e716108d-f8b8-4588-a9b3-fee2edbe7e08", "identity": "Thomas Price", "Level": 4, "location": "XN", "properties": {"id": "8ffdb2ce-02a0-4390-8a24-4d1808a03f00", "createdDateTime": "2022-08-06T10:55:24.448851Z", "userDisplayName": "Thomas Price", "userPrincipalName": "tprice@domain.com", "userId": "32109ee2-ee4f-4d11-9c38-2556aec0f2b5", "appId": "9a7e67c7-6f05-42a3-b226-97c7ec3e9696", "appDisplayName": "Adobe Identity Management", "ipAddress": "44.22.19.201", "status": {"errorCode": 50158, "failureReason": "External security challenge was not satisfied."}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (X11; Linux i686) AppleWebKit/535.2 (KHTML, like Gecko) Chrome/22.0.843.0 Safari/535.2 Edge/118.12158", "deviceDetail": {"deviceId": "fb4d911d-6441-411b-868f-d25d5586a326", "displayName": "THOMASPRICE-LT", "operatingSystem": "Windows 10", "browser": "Edge 118.12158", "trustType": "Hybrid Azure AD joined"}, "location": {"city": "Littlemouth", "state": "Alexanderfurt", "countryOrRegion": "XN", "geoCoordinates": {"latitude": 25.4437255, "longitude": -109.530885}}, "correlationId": "f48299f9-0846-48bb-b3ea-ecae3b3f8a41", "conditionalAccessStatus": "failure", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "ce337e02-7224-48aa-82b3-49f7d3ca4dab", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 112, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Adobe Identity Management Service", "resourceId": "30663ca7-f8a9-43ab-8ca1-7906bdbc1485", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 230297, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "lZWqJQg0ojXg6uBKFfYL0tsftfNIyzPnwSwEkNzkd6RGd9OC", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "a6c259e5-7f16-48b2-a9f3-75becd6daa9b", "rngcStatus": 0}}, {"time": "2022-08-06T10:58:17.226743Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "42.62.103.34", "correlationId": "ae607e9b-aae2-4c92-a3f8-f7c389b56a36", "identity": "Joseph Taylor", "Level": 4, "location": "XF", "properties": {"id": "428b6e35-2558-4b6a-b97f-38a2e2977400", "createdDateTime": "2022-08-06T10:58:17.578743Z", "userDisplayName": "Joseph Taylor", "userPrincipalName": "jtaylor@domain.com", "userId": "af9847eb-c773-41ae-bf94-42747c5e986c", "appId": "1b3edb90-1e06-46db-b021-e2fc1f7ddaf5", "appDisplayName": "Beatrust", "ipAddress": "42.62.103.34", "status": {"errorCode": 0, "additionalDetails": "MFA requirement satisfied by claim in the token"}, "clientAppUsed": "Browser", "deviceDetail": {"deviceId": "76b96bd3-e5d7-49ee-b195-bf363facdb3d", "displayName": "JOSEPHTAYLOR-LT", "operatingSystem": "Windows 10", "browser": "Rich Client 5.2.7.0", "isCompliant": true, "isManaged": true, "trustType": "Azure AD joined"}, "location": {"city": "Jessicafurt", "state": "Smithbury", "countryOrRegion": "XF", "geoCoordinates": {"latitude": 17.5082395, "longitude": -115.304215}}, "mfaDetail": {}, "correlationId": "4d584e15-d5a1-4761-9f3d-2a0b99ff3fde", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "fdfc4416-2576-4897-a1bd-0c08df084c4c", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 352, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Beatrust Service", "resourceId": "24578515-1951-4064-967d-0d2acaf0aa70", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 393508, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "lAOlsRWyEBfdothKTXLajzLAkN4EW6HeBilGRWtF8r1kHkRh", "incomingTokenType": "none", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "0e68752b-7dfa-400b-a6f5-1b54af90696a", "rngcStatus": 0}}, {"time": "2022-08-06T11:35:52.155468Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "156.206.181.119", "correlationId": "31bfeee3-c6fb-4e25-9c1f-ebea580fc55f", "identity": "Cynthia Perry", "Level": 4, "location": "XY", "properties": {"id": "381dc42c-1581-42c2-8b81-ee5d366c6700", "createdDateTime": "2022-08-06T11:35:52.267468Z", "userDisplayName": "Cynthia Perry", "userPrincipalName": "cperry@domain.com", "userId": "ac5fa380-9d5b-470e-beb2-5ba10aca48e6", "appId": "9de6e985-97a5-4d82-9c45-aedaa9c25ef9", "appDisplayName": "AWS Single-Account Access", "ipAddress": "156.206.181.119", "status": {"errorCode": 0}, "clientAppUsed": "Browser", "deviceDetail": {"deviceId": "", "operatingSystem": "Windows"}, "location": {"city": "Hannaville", "state": "Thomashaven", "countryOrRegion": "XY", "geoCoordinates": {"latitude": 1.1452695, "longitude": 128.249211}}, "correlationId": "9ba9a08f-bf1a-4c08-bd02-808d4a390ce9", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "9aa27a44-b500-4f3f-9d76-ccbcafd9d11f", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 112, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "AWS Single-Account Access Service", "resourceId": "72f0186d-d327-46c9-a8ff-497e0caa8691", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 279165, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "ncM9XsXCOERb5Ei26RC5GXmwuhrxaoosWtmfq4UCxRAv5ktU", "incomingTokenType": "none", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": null, "rngcStatus": 0}}, {"time": "2022-08-06T11:52:32.492414Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "50158", "resultSignature": "None", "resultDescription": "External security challenge was not satisfied.", "durationMs": 0, "callerIpAddress": "166.105.218.213", "correlationId": "4598769a-5116-4781-bc8f-17f1f0363dc8", "identity": "Thomas Price", "Level": 4, "location": "XR", "properties": {"id": "2e5b02b3-50ef-483f-bed8-628e42049000", "createdDateTime": "2022-08-06T11:52:32.606414Z", "userDisplayName": "Thomas Price", "userPrincipalName": "tprice@domain.com", "userId": "32109ee2-ee4f-4d11-9c38-2556aec0f2b5", "appId": "9a7e67c7-6f05-42a3-b226-97c7ec3e9696", "appDisplayName": "Adobe Identity Management", "ipAddress": "166.105.218.213", "status": {"errorCode": 50158, "failureReason": "External security challenge was not satisfied."}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (X11; Linux i686) AppleWebKit/535.2 (KHTML, like Gecko) Chrome/22.0.843.0 Safari/535.2 Edge/118.12158", "deviceDetail": {"deviceId": "81ad31fb-e9be-4498-b1b2-c62f8fae1a77", "displayName": "THOMASPRICE-LT", "operatingSystem": "Windows 10", "browser": "Edge 118.12158", "trustType": "Hybrid Azure AD joined"}, "location": {"city": "Santosborough", "state": "Smithton", "countryOrRegion": "XR", "geoCoordinates": {"latitude": 12.8350355, "longitude": 138.359011}}, "correlationId": "45c6e70f-37ca-421f-a6c5-b5d72522bd94", "conditionalAccessStatus": "failure", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "3349e30c-0f73-4419-9c02-0f459dc89614", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 114, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Adobe Identity Management Service", "resourceId": "30663ca7-f8a9-43ab-8ca1-7906bdbc1485", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 256668, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "IarfQSfAgKQwPWMNyr5nWM62QMNQyXpWi6LEsEVP7ZDrTd88", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "a6c259e5-7f16-48b2-a9f3-75becd6daa9b", "rngcStatus": 0}}, {"time": "2022-08-06T12:06:11.372866Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "147.132.189.119", "correlationId": "c455a24d-ac01-4635-8ab8-aa0571782ca3", "identity": "Jim Gonzalez", "Level": 4, "location": "XR", "properties": {"id": "af9e7e21-6c19-4624-b1df-527860eb6500", "createdDateTime": "2022-08-06T12:06:11.515866Z", "userDisplayName": "Jim Gonzalez", "userPrincipalName": "jgonzalez@domain.com", "userId": "95090045-a9c5-489c-adee-2db430a3333a", "appId": "18bf60fa-77dd-4aad-891d-af82ca87dd06", "appDisplayName": "FortiGate SSL VPN", "ipAddress": "147.132.189.119", "status": {"errorCode": 0}, "clientAppUsed": "Browser", "deviceDetail": {"deviceId": "1a428e94-41e3-4c1d-865a-0d31c9a2540b", "displayName": "JIMGONZALEZ-LT", "operatingSystem": "Windows", "browser": "Rich Client 4.22.0.0", "trustType": "Azure AD registered"}, "location": {"city": "Port Denisetown", "state": "Smithton", "countryOrRegion": "XR", "geoCoordinates": {"latitude": 3.5518965, "longitude": 131.871582}}, "correlationId": "effd24bb-09e8-4b0d-9320-8f73c3d5103f", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "70969cfc-77cb-4586-a920-6382db9b0ce7", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 143, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "FortiGate SSL VPN Service", "resourceId": "a1edee32-85c4-4a57-afcb-5853873a47e7", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 256668, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "PgqM2r4pqPEEaY83VHM3PrUmij7JrZMOARFrKlnxrmjPBFFb", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "0898af19-dfef-4b51-a918-f534c473013d", "rngcStatus": 0}}, {"time": "2022-08-06T12:14:18.335861Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "50158", "resultSignature": "None", "resultDescription": "External security challenge was not satisfied.", "durationMs": 0, "callerIpAddress": "92.110.109.246", "correlationId": "b0f36fd1-4185-4add-b9c8-ebaa0023c91d", "identity": "Thomas Price", "Level": 4, "location": "XR", "properties": {"id": "86ec8f81-b065-45d1-84e2-abcffb5d8e00", "createdDateTime": "2022-08-06T12:14:18.454861Z", "userDisplayName": "Thomas Price", "userPrincipalName": "tprice@domain.com", "userId": "32109ee2-ee4f-4d11-9c38-2556aec0f2b5", "appId": "79510a8f-6421-4348-a2ea-bcc2b02485c1", "appDisplayName": "Cisco AnyConnect", "ipAddress": "92.110.109.246", "status": {"errorCode": 50158, "failureReason": "External security challenge was not satisfied."}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (X11; Linux i686) AppleWebKit/535.2 (KHTML, like Gecko) Chrome/22.0.843.0 Safari/535.2 Edge/118.12158", "deviceDetail": {"deviceId": "a31478d2-f778-4d5a-b081-22579a9edcbe", "displayName": "THOMASPRICE-LT", "operatingSystem": "Windows 10", "browser": "Edge 118.12158", "trustType": "Hybrid Azure AD joined"}, "location": {"city": "Port Denisetown", "state": "Smithton", "countryOrRegion": "XR", "geoCoordinates": {"latitude": 3.5518965, "longitude": 131.871582}}, "correlationId": "30567a53-e0b8-47d4-af03-dd87e84f724f", "conditionalAccessStatus": "failure", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "69e1f325-14bd-4033-b027-ad6efe8b99d2", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 119, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Cisco AnyConnect Online", "resourceId": "5d5b8d28-6a28-472e-b837-a4094e466965", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 230297, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "8wYTrVagXDlSF5e8l0m71r4Ye0XV3g59bBFTEMvkHSSRs5dA", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "15655e1f-5005-4c53-b3c0-c4a1d1ca5e9e", "rngcStatus": 0}}, {"time": "2022-08-06T12:42:28.821176Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "42.62.103.34", "correlationId": "a838d8e0-1bb7-4463-b0d5-9da5770225f4", "identity": "Joseph Taylor", "Level": 4, "location": "XF", "properties": {"id": "cd604170-057f-460d-b144-5da309286900", "createdDateTime": "2022-08-06T12:42:29.004176Z", "userDisplayName": "Joseph Taylor", "userPrincipalName": "jtaylor@domain.com", "userId": "af9847eb-c773-41ae-bf94-42747c5e986c", "appId": "84f18b4b-ae12-484a-847f-f3e36093594a", "appDisplayName": "Slack", "ipAddress": "42.62.103.34", "status": {"errorCode": 0, "additionalDetails": "MFA requirement satisfied by claim in the token"}, "clientAppUsed": "Browser", "deviceDetail": {"deviceId": "76b96bd3-e5d7-49ee-b195-bf363facdb3d", "displayName": "JOSEPHTAYLOR-LT", "operatingSystem": "Windows", "isCompliant": true, "isManaged": true, "trustType": "Azure AD joined"}, "location": {"city": "Jessicafurt", "state": "Smithbury", "countryOrRegion": "XF", "geoCoordinates": {"latitude": 17.5082395, "longitude": -115.304215}}, "mfaDetail": {}, "correlationId": "081d1428-6ea7-4816-8182-92576bef9d20", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "7394d91d-2f39-43fc-9244-245b5969c822", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 183, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Slack Service", "resourceId": "a1edee32-85c4-4a57-afcb-5853873a47e7", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 393508, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "EkqL4pRWBODNclU5Jlt9X266JWRGHTgTfjQYMS0I3EtNZlxj", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "0898af19-dfef-4b51-a918-f534c473013d", "rngcStatus": 0}}, {"time": "2022-08-06T12:47:48.014645Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "50158", "resultSignature": "None", "resultDescription": "External security challenge was not satisfied.", "durationMs": 0, "callerIpAddress": "44.22.19.201", "correlationId": "1f884940-7a32-4bec-8713-7212bf605ece", "identity": "Thomas Price", "Level": 4, "location": "XN", "properties": {"id": "d1c71b55-a9e3-4309-9710-b39271625200", "createdDateTime": "2022-08-06T12:47:48.142645Z", "userDisplayName": "Thomas Price", "userPrincipalName": "tprice@domain.com", "userId": "32109ee2-ee4f-4d11-9c38-2556aec0f2b5", "appId": "79510a8f-6421-4348-a2ea-bcc2b02485c1", "appDisplayName": "Cisco AnyConnect", "ipAddress": "44.22.19.201", "status": {"errorCode": 50158, "failureReason": "External security challenge was not satisfied."}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (X11; Linux i686) AppleWebKit/535.2 (KHTML, like Gecko) Chrome/22.0.843.0 Safari/535.2 Edge/118.12158", "deviceDetail": {"deviceId": "0927e60c-8dfa-4ecf-be85-ad63bccf40a1", "displayName": "THOMASPRICE-LT", "operatingSystem": "Windows 10", "browser": "Edge 118.12158", "trustType": "Hybrid Azure AD joined"}, "location": {"city": "Littlemouth", "state": "Alexanderfurt", "countryOrRegion": "XN", "geoCoordinates": {"latitude": 25.4437255, "longitude": -109.530885}}, "correlationId": "16d0fc53-d625-4885-ab00-639d2b696115", "conditionalAccessStatus": "failure", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "d569b285-116f-48ba-8d20-ad74bc1580cd", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "processingTimeInMilliseconds": 128, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Cisco AnyConnect Online", "resourceId": "5d5b8d28-6a28-472e-b837-a4094e466965", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 230297, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "gZffjVpd7vB13M4EOqQgVSRTV7jy3IuU7xWEGtmRvpgTTWOu", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "15655e1f-5005-4c53-b3c0-c4a1d1ca5e9e"}}, {"time": "2022-08-06T12:49:45.700684Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "147.132.189.119", "correlationId": "790520c3-67d0-4dec-ba3d-46b40c62c6c7", "identity": "Terry Proctor", "Level": 4, "location": "XR", "properties": {"id": "1cd5ccc5-a4e9-487c-82c8-57d994786d00", "createdDateTime": "2022-08-06T12:49:45.805684Z", "userDisplayName": "Terry Proctor", "userPrincipalName": "tproctor@domain.com", "userId": "03110cc5-e54f-4dae-b68a-bf5d945f8152", "appId": "bf2855c0-7434-4262-8885-ad2f5206d324", "appDisplayName": "COINS Construction Cloud - Project and Productivity Apps", "ipAddress": "147.132.189.119", "status": {"errorCode": 0, "additionalDetails": "MFA requirement satisfied by claim in the token"}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (X11; Linux i686) AppleWebKit/533.0 (KHTML, like Gecko) Chrome/24.0.803.0 Safari/533.0 Edge/40.11325", "deviceDetail": {"deviceId": "88ee69d5-1eb7-4f29-b594-e9b4e3371940", "displayName": "TERRYPROCTOR-LT", "operatingSystem": "Windows 10", "browser": "Edge 40.11325", "isCompliant": true, "isManaged": true, "trustType": "Azure AD joined"}, "location": {"city": "Port Denisetown", "state": "Smithton", "countryOrRegion": "XR", "geoCoordinates": {"latitude": 3.5518965, "longitude": 131.871582}}, "mfaDetail": {}, "correlationId": "055b5a76-1613-422d-b3cf-bc6cfd97440d", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "6f1d0bfc-4abe-4634-89d6-7050f64f24cf", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 105, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "COINS Construction Cloud - Project and Productivity Apps Service", "resourceId": "054f44f6-54fb-4ef0-9fc3-d3ec90e47d0d", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 256668, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "WB95wYJZ1wqJVQrooYDtaVgcT3K4oiDcjhneceDJv7wITKPN", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": null, "rngcStatus": 0}}, {"time": "2022-08-06T12:56:06.527085Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "44.22.19.201", "correlationId": "ebdb2431-41a7-4253-96c6-dc396654133b", "identity": "David Johnson", "Level": 4, "location": "XN", "properties": {"id": "61aaa40e-2fb7-4775-bea6-cf49b20ca100", "createdDateTime": "2022-08-06T12:56:06.668085Z", "userDisplayName": "David Johnson", "userPrincipalName": "djohnson@domain.com", "userId": "ff2ae3d2-8cd2-4bd6-b65d-49c5ad946c7f", "appId": "9a7e67c7-6f05-42a3-b226-97c7ec3e9696", "appDisplayName": "Adobe Identity Management", "ipAddress": "44.22.19.201", "status": {"errorCode": 0}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (Windows NT 4.0) AppleWebKit/531.1 (KHTML, like Gecko) Chrome/20.0.823.0 Safari/531.1 Edge/87.11424", "deviceDetail": {"deviceId": "8fb0ff79-f116-4f20-8ca8-36b3f8d68865", "displayName": "DAVIDJOHNSON-LT", "operatingSystem": "Windows 10", "browser": "Edge 87.11424", "trustType": "Azure AD registered"}, "location": {"city": "Littlemouth", "state": "Alexanderfurt", "countryOrRegion": "XN", "geoCoordinates": {"latitude": 25.4437255, "longitude": -109.530885}}, "correlationId": "c9a92a39-5494-4f00-bf6e-90ea9abcf91d", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "3096d87a-579b-4ac8-9b30-6856712baab2", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 141, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Adobe Identity Management Service", "resourceId": "7d6a0897-8b82-49e9-90e2-d482fb9202bd", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 230297, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "KBXaaI7mnckSesH7puP1WGSMBNDSiTruWDh7Ta75bOH6aDNI", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "537d9419-7e2b-4778-9102-62256bcfcf45", "rngcStatus": 0}}, {"time": "2022-08-06T13:15:16.643923Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "205.33.24.92", "correlationId": "7223a679-ce50-49af-aa70-ce885484c9b8", "identity": "Vanessa Ramirez", "Level": 4, "location": "XD", "properties": {"id": "fc999d30-4d72-4b71-b130-a08a823a9100", "createdDateTime": "2022-08-06T13:15:16.750923Z", "userDisplayName": "Vanessa Ramirez", "userPrincipalName": "vramirez@domain.com", "userId": "5d72b7ed-62ea-4b94-b931-ccef65d71ebd", "appId": "18bf60fa-77dd-4aad-891d-af82ca87dd06", "appDisplayName": "FortiGate SSL VPN", "ipAddress": "205.33.24.92", "status": {"errorCode": 0}, "clientAppUsed": "Browser", "deviceDetail": {"deviceId": "e395a3f4-8f2d-4170-804f-d3e13ce3151b", "displayName": "VANESSARAMIREZ-LT", "operatingSystem": "Windows", "browser": "Rich Client 4.22.0.0", "trustType": "Azure AD registered"}, "location": {"city": "Kristinmouth", "state": "Norrisbury", "countryOrRegion": "XD", "geoCoordinates": {"latitude": 26.278784, "longitude": -92.042573}}, "correlationId": "7f544428-7e3e-44dd-a9ea-f86399a83d19", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "be855c75-6632-4485-955b-1b5f2a85747c", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 107, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "FortiGate SSL VPN", "resourceId": "51e679b4-5774-4b5f-9636-df5ea66b9380", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 214655, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "2NftxzfiBZeV4JmLDT2aiXd8QAx1ATaHLFYsKAfuSPFSRrLu", "incomingTokenType": "none", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "6e8f419c-7f10-40b1-a52a-e4fb253c74c2", "rngcStatus": 0}}, {"time": "2022-08-06T13:27:49.392231Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "50158", "resultSignature": "None", "resultDescription": "External security challenge was not satisfied.", "durationMs": 0, "callerIpAddress": "42.62.103.34", "correlationId": "72df6080-a3a9-4c6c-b0ce-26681e4161cb", "identity": "Joseph Taylor", "Level": 4, "location": "XF", "properties": {"id": "80a78cf7-7251-46ba-b35b-bdc362bc6100", "createdDateTime": "2022-08-06T13:27:49.576231Z", "userDisplayName": "Joseph Taylor", "userPrincipalName": "jtaylor@domain.com", "userId": "af9847eb-c773-41ae-bf94-42747c5e986c", "appId": "ce17d629-c602-4606-b278-f9698b779e35", "appDisplayName": "Office 365 SharePoint Online", "ipAddress": "42.62.103.34", "status": {"errorCode": 50158, "failureReason": "External security challenge was not satisfied."}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (iPad; CPU iPad OS 9_3_6 like Mac OS X) AppleWebKit/536.1 (KHTML, like Gecko) CriOS/42.0.865.0 Mobile/77O124 Safari/536.1 Edge/99.14477", "deviceDetail": {"deviceId": "76b96bd3-e5d7-49ee-b195-bf363facdb3d", "displayName": "JOSEPHTAYLOR-LT", "operatingSystem": "Windows 10", "browser": "Edge 99.14477", "isCompliant": true, "isManaged": true, "trustType": "Azure AD joined"}, "location": {"city": "Jessicafurt", "state": "Smithbury", "countryOrRegion": "XF", "geoCoordinates": {"latitude": 17.5082395, "longitude": -115.304215}}, "correlationId": "baf4faf5-04d8-45ec-87af-0f106d4e5aff", "conditionalAccessStatus": "failure", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "6cbea9f7-14ef-4aa6-832d-54a0f6e4555b", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 184, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Office 365 SharePoint Online Service", "resourceId": "6a59cbef-3ac0-4cd5-aad7-58d1f43d5302", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 393508, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "aoOQDT5JE903ngwulF9AeHZWfhwliFZoSX5DUnpuRfKVqEyN", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "6e49c7cd-137b-480c-a5be-4942a826743e", "rngcStatus": 0}}, {"time": "2022-08-06T13:40:01.694742Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "50158", "resultSignature": "None", "resultDescription": "External security challenge was not satisfied.", "durationMs": 0, "callerIpAddress": "177.189.225.133", "correlationId": "d79e3b93-a1c7-4ed2-b699-699b1fe82390", "identity": "Thomas Price", "Level": 4, "location": "XQ", "properties": {"id": "5259cb5f-38c9-4c6a-8382-7d46e7b56700", "createdDateTime": "2022-08-06T13:40:01.826742Z", "userDisplayName": "Thomas Price", "userPrincipalName": "tprice@domain.com", "userId": "32109ee2-ee4f-4d11-9c38-2556aec0f2b5", "appId": "9a7e67c7-6f05-42a3-b226-97c7ec3e9696", "appDisplayName": "Adobe Identity Management", "ipAddress": "177.189.225.133", "status": {"errorCode": 50158, "failureReason": "External security challenge was not satisfied."}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (X11; Linux i686) AppleWebKit/535.2 (KHTML, like Gecko) Chrome/22.0.843.0 Safari/535.2 Edge/118.12158", "deviceDetail": {"deviceId": "72c565a0-f587-4d5e-9fa9-82cab482ddf0", "displayName": "THOMASPRICE-LT", "operatingSystem": "Windows 10", "browser": "Edge 118.12158", "trustType": "Hybrid Azure AD joined"}, "location": {"city": "Brownton", "state": "Stephanieberg", "countryOrRegion": "XQ", "geoCoordinates": {"latitude": 60.015373, "longitude": -41.508557}}, "correlationId": "b92154a1-1603-4a9e-a803-3ebf02f995ee", "conditionalAccessStatus": "failure", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "21985752-a316-4f95-92bc-8dca88d71b40", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 132, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Adobe Identity Management Service", "resourceId": "30663ca7-f8a9-43ab-8ca1-7906bdbc1485", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 104135, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "iIlYfH5y7WujBdkCugg805O0FasCKoLblk6ua3STmbZJo7dG", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "a6c259e5-7f16-48b2-a9f3-75becd6daa9b", "rngcStatus": 0}}, {"time": "2022-08-06T13:52:28.823070Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "92.110.109.246", "correlationId": "d6c7c74a-af4c-4e70-8018-716f7a0d00b3", "identity": "David Johnson", "Level": 4, "location": "XR", "properties": {"id": "bb403b05-f7d3-472e-b7b3-be6c58146700", "createdDateTime": "2022-08-06T13:52:28.973070Z", "userDisplayName": "David Johnson", "userPrincipalName": "djohnson@domain.com", "userId": "ff2ae3d2-8cd2-4bd6-b65d-49c5ad946c7f", "appId": "b6eb5487-41e5-4254-acc5-72fbd850bd1e", "appDisplayName": "Google Cloud / G Suite Connector by Microsoft", "ipAddress": "92.110.109.246", "status": {"errorCode": 0}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (Windows NT 4.0) AppleWebKit/531.1 (KHTML, like Gecko) Chrome/20.0.823.0 Safari/531.1 Edge/87.11424", "deviceDetail": {"deviceId": "8fb0ff79-f116-4f20-8ca8-36b3f8d68865", "displayName": "DAVIDJOHNSON-LT", "operatingSystem": "Windows 10", "browser": "Edge 87.11424", "trustType": "Azure AD registered"}, "location": {"city": "Port Denisetown", "state": "Smithton", "countryOrRegion": "XR", "geoCoordinates": {"latitude": 3.5518965, "longitude": 131.871582}}, "correlationId": "7c08a5f6-e704-42dd-bd6c-3ac052d34fdf", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "d2425096-7f3a-409c-9b10-6529410589d7", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 150, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Google Cloud / G Suite Connector by Microsoft Service", "resourceId": "47e06079-6a63-42ab-89ea-840a60f3ea94", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 230297, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "Dxm6JqCwpCd6nqLtF49lmfBgywYRV65ceFR1SFq45Pw1oMif", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "af115473-a920-4919-a03a-7215ca304189", "rngcStatus": 0}}, {"time": "2022-08-06T14:02:20.407515Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "156.206.181.119", "correlationId": "13c6286c-e9c9-4497-bab5-afc5aea89051", "identity": "Cynthia Perry", "Level": 4, "location": "XY", "properties": {"id": "af9e7e21-6c19-4624-b1df-5278c25b5e00", "createdDateTime": "2022-08-06T14:02:20.598515Z", "userDisplayName": "Cynthia Perry", "userPrincipalName": "cperry@domain.com", "userId": "ac5fa380-9d5b-470e-beb2-5ba10aca48e6", "appId": "9de6e985-97a5-4d82-9c45-aedaa9c25ef9", "appDisplayName": "AWS Single-Account Access", "ipAddress": "156.206.181.119", "status": {"errorCode": 0}, "clientAppUsed": "Browser", "deviceDetail": {"deviceId": "", "operatingSystem": "Windows"}, "location": {"city": "Hannaville", "state": "Thomashaven", "countryOrRegion": "XY", "geoCoordinates": {"latitude": 1.1452695, "longitude": 128.249211}}, "correlationId": "e674f4ff-5c5f-45c0-b230-c04b022f14eb", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "fb537ee1-d249-4df7-962e-d2ad17d719bd", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 191, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "AWS Single-Account Access Service", "resourceId": "f0630e90-b752-4960-bfb9-a0794fc34930", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 279165, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "m1QclUeSHS7UrYPAcsyDQtaT5h5uqxWzGfnZKObjizIgA1Lb", "incomingTokenType": "none", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "1f37c851-4be4-455b-928a-fbde7845a68a", "rngcStatus": 0}}, {"time": "2022-08-06T14:26:14.109416Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "50173", "resultSignature": "None", "resultDescription": "Fresh auth token is needed. Have the user re-sign using fresh credentials.", "durationMs": 0, "callerIpAddress": "99.116.100.205", "correlationId": "8581e5e7-7e7f-4017-8583-bae6617bbdfd", "identity": "Aaron Cole", "Level": 4, "location": "XD", "properties": {"id": "9cc7e7ee-3d25-4c52-b364-34d918185900", "createdDateTime": "2022-08-06T14:26:14.164416Z", "userDisplayName": "Aaron Cole", "userPrincipalName": "acole@domain.com", "userId": "5d557969-1645-4ba4-be83-b6fd943659f7", "appId": "b6eb5487-41e5-4254-acc5-72fbd850bd1e", "appDisplayName": "Google Cloud / G Suite Connector by Microsoft", "ipAddress": "99.116.100.205", "status": {"errorCode": 50173, "failureReason": "Fresh auth token is needed. Have the user re-sign using fresh credentials."}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (iPad; CPU iPad OS 9_3_6 like Mac OS X) AppleWebKit/536.1 (KHTML, like Gecko) CriOS/42.0.865.0 Mobile/77O124 Safari/536.1 Edge/99.14477", "deviceDetail": {"deviceId": "", "operatingSystem": "Windows 10", "browser": "Edge 99.14477"}, "location": {"city": "Carrollstad", "state": "Norrisbury", "countryOrRegion": "XD", "geoCoordinates": {"latitude": -38.8540465, "longitude": -17.674718}}, "correlationId": "ead1c062-7be3-4149-96dc-32a67b432360", "conditionalAccessStatus": "notApplied", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "3c0b7424-4b7f-4b53-a3ab-ec78c56dfcdf", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "processingTimeInMilliseconds": 55, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Google Cloud / G Suite Connector by Microsoft Service", "resourceId": "72f0186d-d327-46c9-a8ff-497e0caa8691", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 214655, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "RYYxXVrX5bQO33GQxs3kyyxR1TJAoMFtSyXfwlRrlp2KkpiT", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": null}}, {"time": "2022-08-06T14:29:58.048405Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "13.113.40.157", "correlationId": "4a6525f2-7944-4e3f-af4b-104b9b33bc41", "identity": "Attack Target", "Level": 4, "location": "XR", "properties": {"id": "5f49701c-c5bf-4acf-bdf6-78ffc2e07100", "createdDateTime": "2022-08-06T14:29:58.218405Z", "userDisplayName": "Attack Target", "userPrincipalName": "attacktarget@domain.com", "userId": "d735e84b-dcca-404d-9f7d-700f360f41a6", "appId": "9a7e67c7-6f05-42a3-b226-97c7ec3e9696", "appDisplayName": "Adobe Identity Management", "ipAddress": "13.113.40.157", "ipAddressFromResourceProvider": "13.113.40.157", "status": {"errorCode": 0}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (iPad; CPU iPad OS 9_3_6 like Mac OS X) AppleWebKit/536.1 (KHTML, like Gecko) CriOS/42.0.865.0 Mobile/77O124 Safari/536.1 Edge/99.14477", "deviceDetail": {"deviceId": "a44625dc-6f81-449a-9799-8005f7209b42", "displayName": "ATTACKTARGET-LT", "operatingSystem": "Windows 10", "browser": "Edge 99.14477", "trustType": "Azure AD registered"}, "location": {"city": "New John", "state": "Smithfort", "countryOrRegion": "XR", "geoCoordinates": {"latitude": -89.144242, "longitude": 168.119022}}, "correlationId": "39b883b5-6b05-44c6-8fd0-7417132ece34", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "efd91556-e945-46b0-9d97-217250efb14e", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 170, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Adobe Identity Management Service", "resourceId": "c8eab36d-0a82-409d-8693-a8dabc997921", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 34974, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "0urO3tL6GOMwWLStEIIebG6G0V6ANcrjwQanCOedW8yzdg9i", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "2248d3ef-d7b8-4eb2-bd20-fb53f725bfe3", "rngcStatus": 0}}, {"time": "2022-08-06T14:57:13.958164Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "SignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "147.132.189.119", "correlationId": "a3cb49d2-8084-43ba-9525-2171abbb45b6", "identity": "Melissa Martin", "Level": 4, "location": "XR", "properties": {"id": "3e4015a7-fc3f-46ab-bde5-2cd85bd27200", "createdDateTime": "2022-08-06T14:57:14.151164Z", "userDisplayName": "Melissa Martin", "userPrincipalName": "mmartin@domain.com", "userId": "632ccb55-03a7-40f4-9893-653527cae790", "appId": "e47a1d38-5f61-45cd-b1b9-bc92f525c598", "appDisplayName": "Altoura", "ipAddress": "147.132.189.119", "status": {"errorCode": 0}, "clientAppUsed": "Browser", "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 12_4_8 like Mac OS X) AppleWebKit/536.2 (KHTML, like Gecko) CriOS/39.0.845.0 Mobile/81S373 Safari/536.2 Edge/40.11827", "deviceDetail": {"deviceId": "", "operatingSystem": "Windows 10", "browser": "Edge 40.11827"}, "location": {"city": "Port Denisetown", "state": "Smithton", "countryOrRegion": "XR", "geoCoordinates": {"latitude": 3.5518965, "longitude": 131.871582}}, "correlationId": "c44b17ce-e0ed-402f-b624-ca46fe411164", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "0767e808-2ee4-499b-8cec-73cc0bc48ffe", "isInteractive": true, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 193, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Altoura Online", "resourceId": "f0630e90-b752-4960-bfb9-a0794fc34930", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 256668, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "bFJx1QvSFqlCFYIHIdbhqeitZFAU4AfxNNa6P96x6X9XTsgS", "incomingTokenType": "none", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "1f37c851-4be4-455b-928a-fbde7845a68a", "rngcStatus": 0}}, {"time": "2022-08-06T15:00:53.066982Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "212.169.11.63", "correlationId": "550fefdb-2dfb-47da-8e30-cbe5b4e47d49", "identity": "Kristen Howell", "Level": 4, "location": "XR", "properties": {"id": "68c181e0-8fba-4fa6-b9af-85d0adf75200", "createdDateTime": "2022-08-06T15:00:53.185982Z", "userDisplayName": "Kristen Howell", "userPrincipalName": "khowell@domain.com", "userId": "20e1e3f9-665f-45bd-9984-5e74b526d3b5", "appId": "9a7e67c7-6f05-42a3-b226-97c7ec3e9696", "appDisplayName": "Adobe Identity Management", "ipAddress": "212.169.11.63", "status": {"errorCode": 0}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (iPad; CPU iPad OS 9_3_6 like Mac OS X) AppleWebKit/536.1 (KHTML, like Gecko) CriOS/42.0.865.0 Mobile/77O124 Safari/536.1 Edge/99.14477", "deviceDetail": {"deviceId": "caf12d64-01ec-4396-b330-e7eb6349ad45", "displayName": "KRISTENHOWELL-LT", "operatingSystem": "Windows 10", "browser": "Edge 99.14477", "trustType": "Azure AD registered"}, "location": {"city": "North Lisachester", "state": "Smithton", "countryOrRegion": "XR", "geoCoordinates": {"latitude": -69.00844, "longitude": -172.534328}}, "correlationId": "82016315-9dd3-48ff-bee6-73091b416fed", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "5ccd2414-5ecc-4231-93bc-59b217e74bf8", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "processingTimeInMilliseconds": 119, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Adobe Identity Management Service", "resourceId": "9a84f55e-3a40-492c-9476-e069f64ed7a6", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 144064, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "9DfCLZV8t49k3gv4m9oyL705hJKfkpZlmJYamDXsNlTrezWY", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "37ee873b-f901-4e25-be69-010243106d0f"}}, {"time": "2022-08-06T15:09:43.532975Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "42.62.103.34", "correlationId": "5522a4b4-b92e-4198-aa42-05a927148566", "identity": "Joseph Taylor", "Level": 4, "location": "XF", "properties": {"id": "0e90a778-2cf2-4eee-b19f-bc6d15239400", "createdDateTime": "2022-08-06T15:09:43.630975Z", "userDisplayName": "Joseph Taylor", "userPrincipalName": "jtaylor@domain.com", "userId": "af9847eb-c773-41ae-bf94-42747c5e986c", "appId": "9d794ea1-8d77-42e3-9fdd-6fd3620d616a", "appDisplayName": "Alaya", "ipAddress": "42.62.103.34", "status": {"errorCode": 0, "additionalDetails": "MFA requirement satisfied by claim in the token"}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (iPad; CPU iPad OS 9_3_6 like Mac OS X) AppleWebKit/536.1 (KHTML, like Gecko) CriOS/42.0.865.0 Mobile/77O124 Safari/536.1 Edge/99.14477", "deviceDetail": {"deviceId": "76b96bd3-e5d7-49ee-b195-bf363facdb3d", "displayName": "JOSEPHTAYLOR-LT", "operatingSystem": "Windows 10", "browser": "Edge 99.14477", "isCompliant": true, "isManaged": true, "trustType": "Azure AD joined"}, "location": {"city": "Jessicafurt", "state": "Smithbury", "countryOrRegion": "XF", "geoCoordinates": {"latitude": 17.5082395, "longitude": -115.304215}}, "mfaDetail": {}, "correlationId": "abd344f5-88f5-43e8-b783-f4ec0f3f8a97", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "356bb380-fb60-4bad-b1ca-3221b2ec91eb", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 98, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Alaya Service", "resourceId": "e35e3da1-bf74-46a1-979f-06c9212ebfab", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 393508, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "kExyZoMjtXcsH2xvto042iYyjmzJNQ5qapNNCzYoqxi2CAeo", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "33c2df33-b2d6-495e-85ea-298208628e8d", "rngcStatus": 0}}, {"time": "2022-08-06T15:29:23.334192Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "86.154.193.190", "correlationId": "859d5026-372a-4ad1-a5f6-2d7ec912c962", "identity": "Melissa Martin", "Level": 4, "location": "XR", "properties": {"id": "49d543cf-3853-413c-83db-98125cfc8900", "createdDateTime": "2022-08-06T15:29:23.412192Z", "userDisplayName": "Melissa Martin", "userPrincipalName": "mmartin@domain.com", "userId": "632ccb55-03a7-40f4-9893-653527cae790", "appId": "43bab1d2-e8f3-4e50-8dca-9d08c3dfcdab", "appDisplayName": "NanoNotion", "ipAddress": "86.154.193.190", "status": {"errorCode": 0}, "clientAppUsed": "Browser", "deviceDetail": {"deviceId": "", "operatingSystem": "Windows 10", "browser": "Rich Client 2.14.0.0"}, "location": {"city": "Port Denisetown", "state": "Smithton", "countryOrRegion": "XR", "geoCoordinates": {"latitude": 3.5518965, "longitude": 131.871582}}, "correlationId": "fa439811-3429-415d-a120-6e4e88287353", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "68f194ba-0c8b-4ad7-97dc-ce3830a89396", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 78, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "NanoNotion Service", "resourceId": "9a84f55e-3a40-492c-9476-e069f64ed7a6", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 256668, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "9rXbWS2h8opn6dnmFzABYIGArtGdbbBEjX2QiWs2T0FQZnXf", "incomingTokenType": "none", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "37ee873b-f901-4e25-be69-010243106d0f", "rngcStatus": 0}}, {"time": "2022-08-06T15:32:08.972773Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "105.169.153.183", "correlationId": "798c3ba0-3097-1000-b3ca-f36926e815c4", "identity": "Jim Gonzalez", "Level": 4, "location": "XR", "properties": {"id": "28aa4dbc-8a6f-40da-9789-2ca1d20c6e00", "createdDateTime": "2022-08-06T15:32:09.151773Z", "userDisplayName": "Jim Gonzalez", "userPrincipalName": "jgonzalez@domain.com", "userId": "95090045-a9c5-489c-adee-2db430a3333a", "appId": "439cf80c-f381-45bd-9b6a-a006882e7246", "appDisplayName": "Atlassian Cloud", "ipAddress": "105.169.153.183", "status": {"errorCode": 0}, "clientAppUsed": "Browser", "deviceDetail": {"deviceId": "15135d1f-cb47-4bd8-b76d-90a9171c09bd", "displayName": "JIMGONZALEZ-LT", "operatingSystem": "Windows", "trustType": "Azure AD registered"}, "location": {"city": "Santosborough", "state": "Smithton", "countryOrRegion": "XR", "geoCoordinates": {"latitude": 12.8350355, "longitude": 138.359011}}, "correlationId": "147a0e55-28e3-4bf6-8f03-787f0c9621dd", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "71ea1bcb-decb-4273-87c5-5cf756f13323", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 179, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Atlassian Cloud", "resourceId": "c8eab36d-0a82-409d-8693-a8dabc997921", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 256668, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "LSYldi2TnW4lYi3EwVYNmYV3kZxdJb08KiO4Gn5i2CYeZ9RI", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "2248d3ef-d7b8-4eb2-bd20-fb53f725bfe3", "rngcStatus": 0}}, {"time": "2022-08-06T15:43:44.721496Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "153.254.8.0", "correlationId": "1d4f2cbb-7a31-42c6-bb32-ae0a5f371865", "identity": "Keith Sheppard", "Level": 4, "location": "XD", "properties": {"id": "cfcb865f-7e5f-417b-b8f8-3d15dc8c7900", "createdDateTime": "2022-08-06T15:43:44.795496Z", "userDisplayName": "Keith Sheppard", "userPrincipalName": "ksheppard@domain.com", "userId": "05bd48f1-91d2-4c2d-9a7c-80e80f561b3c", "appId": "9167c284-c68f-468a-84be-0ee4f23879fe", "appDisplayName": "ArcGIS Enterprise", "ipAddress": "153.254.8.0", "status": {"errorCode": 0}, "clientAppUsed": "Mobile Apps and Desktop clients", "deviceDetail": {"deviceId": "", "operatingSystem": "Android"}, "location": {"city": "New James", "state": "Norrisbury", "countryOrRegion": "XD", "geoCoordinates": {"latitude": 64.5727225, "longitude": 92.661569}}, "correlationId": "ebbb8601-94c7-4c3d-8125-18877bb4f3c9", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "ea9f870f-79f0-4923-a0a6-d4eac1cee3f5", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 74, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "ArcGIS Enterprise Service", "resourceId": "c8eab36d-0a82-409d-8693-a8dabc997921", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 80621, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "NVNvqq5CiDEGdGtjCJN8dZ3kYH6C800HgbgjKid4GEjvQYqm", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "2248d3ef-d7b8-4eb2-bd20-fb53f725bfe3", "rngcStatus": 0}}, {"time": "2022-08-06T15:49:46.313070Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "42.62.103.34", "correlationId": "2bc016d6-3d1b-43a0-ab89-c91267acba17", "identity": "Joseph Taylor", "Level": 4, "location": "XF", "properties": {"id": "24f34ea2-62fd-45db-9e25-0b53d7699400", "createdDateTime": "2022-08-06T15:49:46.414070Z", "userDisplayName": "Joseph Taylor", "userPrincipalName": "jtaylor@domain.com", "userId": "af9847eb-c773-41ae-bf94-42747c5e986c", "appId": "9de6e985-97a5-4d82-9c45-aedaa9c25ef9", "appDisplayName": "AWS Single-Account Access", "ipAddress": "42.62.103.34", "status": {"errorCode": 0, "additionalDetails": "MFA requirement satisfied by claim in the token"}, "clientAppUsed": "Browser", "deviceDetail": {"deviceId": "76b96bd3-e5d7-49ee-b195-bf363facdb3d", "displayName": "JOSEPHTAYLOR-LT", "operatingSystem": "Windows", "isCompliant": true, "isManaged": true, "trustType": "Azure AD joined"}, "location": {"city": "Jessicafurt", "state": "Smithbury", "countryOrRegion": "XF", "geoCoordinates": {"latitude": 17.5082395, "longitude": -115.304215}}, "mfaDetail": {}, "correlationId": "63b908c3-e995-4c08-b66d-c26f740a27b0", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "67aabc55-9ff0-4f60-9041-074c70460379", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 101, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "AWS Single-Account Access Service", "resourceId": "72f0186d-d327-46c9-a8ff-497e0caa8691", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 393508, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "RT629BeEBWRzAF7wImh8HnlDqmZXG3SbHJCXoiH0Uuw9Eo57", "incomingTokenType": "none", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": null, "rngcStatus": 0}}, {"time": "2022-08-06T16:06:56.206919Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "1.210.58.10", "correlationId": "9d8f6dad-8446-4a88-aa7c-d73c8f07649f", "identity": "Keith Sheppard", "Level": 4, "location": "XD", "properties": {"id": "5aec81a3-c272-48c4-afbf-d9dc9b4d8d00", "createdDateTime": "2022-08-06T16:06:56.281919Z", "userDisplayName": "Keith Sheppard", "userPrincipalName": "ksheppard@domain.com", "userId": "05bd48f1-91d2-4c2d-9a7c-80e80f561b3c", "appId": "9c5b7fe3-0ad2-4ea6-94e5-9e0001f367e3", "appDisplayName": "Articulate 360", "ipAddress": "1.210.58.10", "status": {"errorCode": 0}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (Windows NT 4.0) AppleWebKit/531.1 (KHTML, like Gecko) Chrome/20.0.823.0 Safari/531.1 Edge/87.11424", "deviceDetail": {"deviceId": "639815fd-5018-4e38-9d81-67538b2ce460", "displayName": "KEITHSHEPPARD-LT", "operatingSystem": "Windows 10", "browser": "Edge 87.11424", "trustType": "Azure AD registered"}, "location": {"city": "Cooperhaven", "state": "Norrisbury", "countryOrRegion": "XD", "geoCoordinates": {"latitude": 70.436398, "longitude": -23.873747}}, "correlationId": "cddf03e9-fc95-444d-aee0-73897b736962", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "2f82cb42-36e1-458f-a331-c5b737e384c0", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 75, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Articulate 360 Online", "resourceId": "5e244d4f-26b9-4ef2-a497-f0c533628ee1", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 69487, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "ddvvvVkEqcFWyaEEW9l2tZC6GB7QTS28XIXmcqK10ByjDqCH", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "36673087-318c-4304-8804-602d45a6f290", "rngcStatus": 0}}, {"time": "2022-08-06T16:10:12.518305Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "86.154.193.190", "correlationId": "45d82652-6e7a-4d84-b95b-94494f2d3cc2", "identity": "Jamie Watson", "Level": 4, "location": "XR", "properties": {"id": "80a78cf7-7251-46ba-b35b-bdc3f12c5f00", "createdDateTime": "2022-08-06T16:10:12.656305Z", "userDisplayName": "Jamie Watson", "userPrincipalName": "jwatson@domain.com", "userId": "2844695b-9a70-48ed-a5ce-f3d711e2292b", "appId": "bc269cd9-8681-4af0-9e76-2a9b4ca24e65", "appDisplayName": "GlassFrog", "ipAddress": "86.154.193.190", "status": {"errorCode": 0}, "clientAppUsed": "Browser", "deviceDetail": {"deviceId": "fc784602-6455-4450-be3c-6770e0359f8a", "displayName": "JAMIEWATSON-LT", "operatingSystem": "Windows", "browser": "Rich Client 4.42.0.0", "isCompliant": true, "isManaged": true, "trustType": "Azure AD joined"}, "location": {"city": "Port Denisetown", "state": "Smithton", "countryOrRegion": "XR", "geoCoordinates": {"latitude": 3.5518965, "longitude": 131.871582}}, "correlationId": "2e4b3426-bcb7-4ecd-a34c-31e192c8babe", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "8d7c5373-e7d5-46c1-bfc8-6393a06567e2", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 138, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "GlassFrog Service", "resourceId": "f0630e90-b752-4960-bfb9-a0794fc34930", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 256668, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "SVQ4Y9wMSg7BnMumXhcXJzg7bosX3Qk0jZMOFyAfGHrYqi99", "incomingTokenType": "none", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "1f37c851-4be4-455b-928a-fbde7845a68a", "rngcStatus": 0}}, {"time": "2022-08-06T16:11:26.425672Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "107.40.113.143", "correlationId": "e39e905d-d3a3-45ea-84f7-f54b1a1ebb3a", "identity": "Terry Proctor", "Level": 4, "location": "XR", "properties": {"id": "676a8b82-7787-4511-9ea8-0339ce58a100", "createdDateTime": "2022-08-06T16:11:27.356672Z", "userDisplayName": "Terry Proctor", "userPrincipalName": "tproctor@domain.com", "userId": "03110cc5-e54f-4dae-b68a-bf5d945f8152", "appId": "9d794ea1-8d77-42e3-9fdd-6fd3620d616a", "appDisplayName": "Alaya", "ipAddress": "107.40.113.143", "status": {"errorCode": 0, "additionalDetails": "MFA requirement satisfied by claim in the token"}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (X11; Linux i686) AppleWebKit/533.0 (KHTML, like Gecko) Chrome/24.0.803.0 Safari/533.0 Edge/40.11325", "deviceDetail": {"deviceId": "88ee69d5-1eb7-4f29-b594-e9b4e3371940", "displayName": "TERRYPROCTOR-LT", "operatingSystem": "Windows 10", "browser": "Edge 40.11325", "isCompliant": true, "isManaged": true, "trustType": "Azure AD joined"}, "location": {"city": "Port Denisetown", "state": "Smithton", "countryOrRegion": "XR", "geoCoordinates": {"latitude": 64.356494, "longitude": 92.919325}}, "mfaDetail": {}, "correlationId": "6b68e4a2-7857-472d-83f0-50e4d899dcf5", "conditionalAccessStatus": "notApplied", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "918b1b1b-c65f-48cf-b5e1-2b5972a69836", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 931, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Alaya Service", "resourceId": "160206c5-38b8-4cb6-9549-0c8c3b1a9661", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 34974, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "rqjmL8b3ki6I9eirt6pZB2kNXu2BY8HZZJ5Whbp34RFHjaYq", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "a98241f8-e789-4dcd-8f11-cc1ec1c92092", "rngcStatus": 0}}, {"time": "2022-08-06T16:15:23.675987Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "147.132.189.119", "correlationId": "57e8c899-1378-4b23-af0b-1b6e51d4abaa", "identity": "Terry Proctor", "Level": 4, "location": "XR", "properties": {"id": "d1b61d49-f2e0-43b7-95f4-0aabcf6c5900", "createdDateTime": "2022-08-06T16:15:23.786987Z", "userDisplayName": "Terry Proctor", "userPrincipalName": "tproctor@domain.com", "userId": "03110cc5-e54f-4dae-b68a-bf5d945f8152", "appId": "b9c45636-4d7c-4d33-8678-39527c8b5976", "appDisplayName": "LinkedIn Lookup", "ipAddress": "147.132.189.119", "status": {"errorCode": 0, "additionalDetails": "MFA requirement satisfied by claim in the token"}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (X11; Linux i686) AppleWebKit/533.0 (KHTML, like Gecko) Chrome/24.0.803.0 Safari/533.0 Edge/40.11325", "deviceDetail": {"deviceId": "88ee69d5-1eb7-4f29-b594-e9b4e3371940", "displayName": "TERRYPROCTOR-LT", "operatingSystem": "Windows 10", "browser": "Edge 40.11325", "isCompliant": true, "isManaged": true, "trustType": "Azure AD joined"}, "location": {"city": "Port Denisetown", "state": "Smithton", "countryOrRegion": "XR", "geoCoordinates": {"latitude": 3.5518965, "longitude": 131.871582}}, "mfaDetail": {}, "correlationId": "09ab269d-5899-4d8c-8cbe-4bd204f83710", "conditionalAccessStatus": "notApplied", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "c72671f0-a596-4da0-acb7-462842682ea4", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "processingTimeInMilliseconds": 111, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "LinkedIn Lookup Online", "resourceId": "4792a15b-0a23-4ddb-be78-f0f8eaecfae5", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 256668, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "8FNEMeWPnphILsqDdpPpxl5VAKNgt7ahQYcllyuLTRDUtscn", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "bbd8c442-8cbf-48d6-9501-8bde23fb6f35"}}, {"time": "2022-08-06T16:22:34.471930Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "205.33.24.92", "correlationId": "3321d5ee-a3d7-441e-98ac-23942692636e", "identity": "Aaron Cole", "Level": 4, "location": "XD", "properties": {"id": "9a107f00-2749-4783-90dd-b34862035b00", "createdDateTime": "2022-08-06T16:22:34.726930Z", "userDisplayName": "Aaron Cole", "userPrincipalName": "acole@domain.com", "userId": "5d557969-1645-4ba4-be83-b6fd943659f7", "appId": "1b3edb90-1e06-46db-b021-e2fc1f7ddaf5", "appDisplayName": "Beatrust", "ipAddress": "205.33.24.92", "status": {"errorCode": 0}, "clientAppUsed": "Browser", "deviceDetail": {"deviceId": "", "operatingSystem": "Windows 10", "browser": "Rich Client 5.2.7.0"}, "location": {"city": "Kristinmouth", "state": "Norrisbury", "countryOrRegion": "XD", "geoCoordinates": {"latitude": 26.278784, "longitude": -92.042573}}, "correlationId": "99196d3f-f9f5-4ebe-85fe-6af0aac606cf", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "b1497d05-b9a2-4270-8e90-abcda33b1d77", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "processingTimeInMilliseconds": 255, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Beatrust", "resourceId": "042c3df9-f692-4971-8c0b-72867fa422dd", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 214655, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "ZqpGSqk2xpXUimUUwSRqwBteUubaxSF1uU6FGDtRKRIiCHur", "incomingTokenType": "none", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "9dab86e5-2edb-4073-bed1-a1b309638aa2"}}, {"time": "2022-08-06T16:22:50.066911Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "SignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "91.132.253.146", "correlationId": "4a62f448-c072-447a-a546-67ec7b9f0619", "identity": "Aaron Cole", "Level": 4, "location": "XD", "properties": {"id": "bbd0f834-7826-4e71-92d2-dd87007e6700", "createdDateTime": "2022-08-06T16:22:50.129911Z", "userDisplayName": "Aaron Cole", "userPrincipalName": "acole@domain.com", "userId": "5d557969-1645-4ba4-be83-b6fd943659f7", "appId": "89b4b5a9-dbf0-4ca2-b48d-55730a51e3bb", "appDisplayName": "Screencast-O-Matic", "ipAddress": "91.132.253.146", "status": {"errorCode": 0}, "clientAppUsed": "Browser", "userAgent": "Mozilla/5.0 (Linux; Android 2.3.5) AppleWebKit/532.2 (KHTML, like Gecko) Chrome/46.0.898.0 Safari/532.2 Edge/105.19198", "deviceDetail": {"deviceId": "", "operatingSystem": "Windows 10", "browser": "Edge 105.19198"}, "location": {"city": "Rickshire", "state": "Norrisbury", "countryOrRegion": "XD", "geoCoordinates": {"latitude": -78.5751045, "longitude": 58.329246}}, "correlationId": "9b011568-b496-4a3a-97ec-a9948ff4abf5", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "79256e05-6079-4f57-8b36-4335033b368b", "isInteractive": true, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 63, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 214655, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "zcbjbspcPsJI0C115yymjtmWvAXHbWbVwRocXFxTfRk7sOh0", "incomingTokenType": "none", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": null, "rngcStatus": 0}}, {"time": "2022-08-06T16:56:02.584737Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "42.62.103.34", "correlationId": "64cb4f06-6311-4b5c-add7-2f813cf81338", "identity": "Joseph Taylor", "Level": 4, "location": "XF", "properties": {"id": "5259cb5f-38c9-4c6a-8382-7d46e1da6800", "createdDateTime": "2022-08-06T16:56:02.675737Z", "userDisplayName": "Joseph Taylor", "userPrincipalName": "jtaylor@domain.com", "userId": "af9847eb-c773-41ae-bf94-42747c5e986c", "appId": "ce17d629-c602-4606-b278-f9698b779e35", "appDisplayName": "Office 365 SharePoint Online", "ipAddress": "42.62.103.34", "status": {"errorCode": 0}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (iPad; CPU iPad OS 9_3_6 like Mac OS X) AppleWebKit/536.1 (KHTML, like Gecko) CriOS/42.0.865.0 Mobile/77O124 Safari/536.1 Edge/99.14477", "deviceDetail": {"deviceId": "76b96bd3-e5d7-49ee-b195-bf363facdb3d", "displayName": "JOSEPHTAYLOR-LT", "operatingSystem": "Windows 10", "browser": "Edge 99.14477", "isCompliant": true, "isManaged": true, "trustType": "Azure AD joined"}, "location": {"city": "Jessicafurt", "state": "Smithbury", "countryOrRegion": "XF", "geoCoordinates": {"latitude": 17.5082395, "longitude": -115.304215}}, "correlationId": "529987f8-0803-46e9-aae4-9cbbd107d994", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "a6186a2c-dc1e-45ca-903f-b8bbc044f742", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 91, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Office 365 SharePoint Online Service", "resourceId": "6a59cbef-3ac0-4cd5-aad7-58d1f43d5302", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 393508, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "TGsfBUp8GAAbJSUYkod80JT2Odg5fTyE257wEsjGGnnCshj0", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "6e49c7cd-137b-480c-a5be-4942a826743e", "rngcStatus": 0}}, {"time": "2022-08-06T16:57:20.277302Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "166.111.151.233", "correlationId": "ba74b3a1-19cf-4244-8d4a-25af82461585", "identity": "Robert Rojas", "Level": 4, "location": "XR", "properties": {"id": "d2644368-9b2b-45cb-8872-4b3f7ce68e00", "createdDateTime": "2022-08-06T16:57:20.386302Z", "userDisplayName": "Robert Rojas", "userPrincipalName": "rrojas@domain.com", "userId": "e6bf534a-7fe5-4c26-99f7-59e782bbe948", "appId": "9167c284-c68f-468a-84be-0ee4f23879fe", "appDisplayName": "ArcGIS Enterprise", "ipAddress": "166.111.151.233", "status": {"errorCode": 0}, "clientAppUsed": "Mobile Apps and Desktop clients", "deviceDetail": {"deviceId": "", "operatingSystem": "Ios", "browser": "Mobile Safari"}, "location": {"city": "Stewarthaven", "state": "Smithton", "countryOrRegion": "XR", "geoCoordinates": {"latitude": -77.5119755, "longitude": -51.969667}}, "correlationId": "16fd4e31-27c4-4239-93da-711e22530b51", "conditionalAccessStatus": "notApplied", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "393dd0d4-7824-4ff2-bb05-a03cf75f93d4", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 109, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "ArcGIS Enterprise Service", "resourceId": "f72c694e-4e03-4616-91f3-78c5fe54122a", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 34974, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "rTrwL8p7iYaHbuBCMKfzmDjVs5heym6zNLGSV5VO0zqU3lWM", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "1674f597-9877-4ff9-a5d9-accfea860d15", "rngcStatus": 0}}, {"time": "2022-08-06T17:57:02.071563Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "50158", "resultSignature": "None", "resultDescription": "External security challenge was not satisfied.", "durationMs": 0, "callerIpAddress": "105.169.153.183", "correlationId": "42aa0726-6b5d-4d86-be7f-a9a15b0f8106", "identity": "Thomas Price", "Level": 4, "location": "XR", "properties": {"id": "d3f6133c-40ae-4464-a6cd-9ee9822e7100", "createdDateTime": "2022-08-06T17:57:02.193563Z", "userDisplayName": "Thomas Price", "userPrincipalName": "tprice@domain.com", "userId": "32109ee2-ee4f-4d11-9c38-2556aec0f2b5", "appId": "79510a8f-6421-4348-a2ea-bcc2b02485c1", "appDisplayName": "Cisco AnyConnect", "ipAddress": "105.169.153.183", "status": {"errorCode": 50158, "failureReason": "External security challenge was not satisfied."}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (X11; Linux i686) AppleWebKit/535.2 (KHTML, like Gecko) Chrome/22.0.843.0 Safari/535.2 Edge/118.12158", "deviceDetail": {"deviceId": "61720755-0e96-468f-9935-10dacdc868e4", "displayName": "THOMASPRICE-LT", "operatingSystem": "Windows 10", "browser": "Edge 118.12158", "trustType": "Hybrid Azure AD joined"}, "location": {"city": "Santosborough", "state": "Smithton", "countryOrRegion": "XR", "geoCoordinates": {"latitude": 12.8350355, "longitude": 138.359011}}, "correlationId": "09ae265c-4dac-4c0f-98f1-3ea274b47819", "conditionalAccessStatus": "failure", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "828adff7-09bb-417d-b740-c73ce90b7744", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 122, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Cisco AnyConnect Online", "resourceId": "5d5b8d28-6a28-472e-b837-a4094e466965", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 256668, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "O2C03KaU7VtyUgpjsHBom2c91o2a84u7twhG9ByR75as8AIx", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "15655e1f-5005-4c53-b3c0-c4a1d1ca5e9e", "rngcStatus": 0}}, {"time": "2022-08-06T18:15:37.469556Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "105.169.153.183", "correlationId": "679bfd1a-a8bb-4006-a20e-343ba8b43ec5", "identity": "Jim Gonzalez", "Level": 4, "location": "XR", "properties": {"id": "40d152cd-4283-43a4-b701-6f4a891e4a00", "createdDateTime": "2022-08-06T18:15:37.653556Z", "userDisplayName": "Jim Gonzalez", "userPrincipalName": "jgonzalez@domain.com", "userId": "95090045-a9c5-489c-adee-2db430a3333a", "appId": "9a7e67c7-6f05-42a3-b226-97c7ec3e9696", "appDisplayName": "Adobe Identity Management", "ipAddress": "105.169.153.183", "status": {"errorCode": 0}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (Windows NT 4.0) AppleWebKit/532.1 (KHTML, like Gecko) Chrome/38.0.801.0 Safari/532.1 Edge/19.15284", "deviceDetail": {"deviceId": "15135d1f-cb47-4bd8-b76d-90a9171c09bd", "displayName": "JIMGONZALEZ-LT", "operatingSystem": "Windows 10", "browser": "Edge 19.15284", "trustType": "Azure AD registered"}, "location": {"city": "Kevinton", "state": "Smithton", "countryOrRegion": "XR", "geoCoordinates": {"latitude": -87.5106305, "longitude": -77.991036}}, "correlationId": "66b72ec5-18af-4239-8a50-7022a2b7184b", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "701e204b-591a-4471-8483-2a90f0fc7804", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "processingTimeInMilliseconds": 184, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Adobe Identity Management Service", "resourceId": "30663ca7-f8a9-43ab-8ca1-7906bdbc1485", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 256668, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "1p1v5kx7vBp7zfMxT9A2xcU0sRDylamU31eEf1NGYuGQDCbY", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "a6c259e5-7f16-48b2-a9f3-75becd6daa9b"}}, {"time": "2022-08-06T18:19:34.251780Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "156.206.181.119", "correlationId": "420b1060-7065-45b9-b782-2b89ed640754", "identity": "Cynthia Perry", "Level": 4, "location": "XY", "properties": {"id": "2b60f3d6-0a82-440d-b179-44ac59514f00", "createdDateTime": "2022-08-06T18:19:34.356780Z", "userDisplayName": "Cynthia Perry", "userPrincipalName": "cperry@domain.com", "userId": "ac5fa380-9d5b-470e-beb2-5ba10aca48e6", "appId": "9de6e985-97a5-4d82-9c45-aedaa9c25ef9", "appDisplayName": "AWS Single-Account Access", "ipAddress": "156.206.181.119", "status": {"errorCode": 0}, "clientAppUsed": "Browser", "deviceDetail": {"deviceId": "", "operatingSystem": "Windows"}, "location": {"city": "Hannaville", "state": "Thomashaven", "countryOrRegion": "XY", "geoCoordinates": {"latitude": 1.1452695, "longitude": 128.249211}}, "correlationId": "70dd6328-b00f-4035-8328-451beb3b9900", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "78eeed50-93cb-42b7-9ad3-ad63e2aea28b", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "processingTimeInMilliseconds": 105, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "AWS Single-Account Access Service", "resourceId": "9a84f55e-3a40-492c-9476-e069f64ed7a6", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 279165, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "wvsIN8D41Wzk9qwSjLeXDfBgEtK6ea7nk8idG3uztaP3Tizx", "incomingTokenType": "none", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "37ee873b-f901-4e25-be69-010243106d0f"}}, {"time": "2022-08-06T18:32:42.697882Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "91.132.253.146", "correlationId": "c50f0df9-8402-4879-a8a9-e9cb6aed60e9", "identity": "Aaron Cole", "Level": 4, "location": "XD", "properties": {"id": "a1992293-def5-47de-a489-bdbae9265200", "createdDateTime": "2022-08-06T18:32:42.812882Z", "userDisplayName": "Aaron Cole", "userPrincipalName": "acole@domain.com", "userId": "5d557969-1645-4ba4-be83-b6fd943659f7", "appId": "895b9fb3-4084-4f9f-a314-d082d67e3c5c", "appDisplayName": "Airstack", "ipAddress": "91.132.253.146", "status": {"errorCode": 0}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (iPad; CPU iPad OS 14_2 like Mac OS X) AppleWebKit/535.2 (KHTML, like Gecko) CriOS/33.0.816.0 Mobile/88O531 Safari/535.2 Edge/117.19612", "deviceDetail": {"deviceId": "", "operatingSystem": "Windows 10", "browser": "Edge 117.19612"}, "location": {"city": "Rickshire", "state": "Norrisbury", "countryOrRegion": "XD", "geoCoordinates": {"latitude": -78.5751045, "longitude": 58.329246}}, "correlationId": "82f5dccc-9ae5-48e8-87ea-244f016adf45", "conditionalAccessStatus": "notApplied", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "9cd44aad-9e0b-4219-acff-d3a28f9cead7", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "processingTimeInMilliseconds": 115, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Airstack Service", "resourceId": "01f2a7c1-e668-4e23-a099-726ca374f477", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 214655, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "f1DD8UIQxngN3ETJ0cXpl9vyEbL2C0YYDecb4jGvNycTwxbp", "incomingTokenType": "none", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "e133b8e5-4d8b-4e43-9ae4-962ce64fbbd5"}}, {"time": "2022-08-06T18:41:42.594733Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "50158", "resultSignature": "None", "resultDescription": "External security challenge was not satisfied.", "durationMs": 0, "callerIpAddress": "44.22.19.201", "correlationId": "81b4253b-2252-4586-be98-48115d8e53c4", "identity": "Thomas Price", "Level": 4, "location": "XN", "properties": {"id": "c7a26d47-4335-4fb6-9ae4-3b53f6446f00", "createdDateTime": "2022-08-06T18:41:42.750733Z", "userDisplayName": "Thomas Price", "userPrincipalName": "tprice@domain.com", "userId": "32109ee2-ee4f-4d11-9c38-2556aec0f2b5", "appId": "9a7e67c7-6f05-42a3-b226-97c7ec3e9696", "appDisplayName": "Adobe Identity Management", "ipAddress": "44.22.19.201", "status": {"errorCode": 50158, "failureReason": "External security challenge was not satisfied."}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (X11; Linux i686) AppleWebKit/535.2 (KHTML, like Gecko) Chrome/22.0.843.0 Safari/535.2 Edge/118.12158", "deviceDetail": {"deviceId": "a31478d2-f778-4d5a-b081-22579a9edcbe", "displayName": "THOMASPRICE-LT", "operatingSystem": "Windows 10", "browser": "Edge 118.12158", "trustType": "Hybrid Azure AD joined"}, "location": {"city": "Littlemouth", "state": "Alexanderfurt", "countryOrRegion": "XN", "geoCoordinates": {"latitude": 25.4437255, "longitude": -109.530885}}, "correlationId": "1d56728e-2abf-40f9-ac84-35a2a3a2490d", "conditionalAccessStatus": "failure", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "b1b34992-78d2-4e09-8948-5529648ccf5b", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 156, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Adobe Identity Management Service", "resourceId": "30663ca7-f8a9-43ab-8ca1-7906bdbc1485", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 230297, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "TJxB0CMbEDwmhlPFPhLNvBAOAuFn06d4fU95Kuszp8iQufOC", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "a6c259e5-7f16-48b2-a9f3-75becd6daa9b", "rngcStatus": 0}}, {"time": "2022-08-06T19:36:44.022762Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "147.132.189.119", "correlationId": "cc01859a-1dd6-4815-8ede-6af27b60d2c6", "identity": "Melissa Martin", "Level": 4, "location": "XR", "properties": {"id": "49631f69-cc61-4c2e-82a5-314e6b3a9a00", "createdDateTime": "2022-08-06T19:36:44.113762Z", "userDisplayName": "Melissa Martin", "userPrincipalName": "mmartin@domain.com", "userId": "632ccb55-03a7-40f4-9893-653527cae790", "appId": "e47a1d38-5f61-45cd-b1b9-bc92f525c598", "appDisplayName": "Altoura", "ipAddress": "147.132.189.119", "status": {"errorCode": 0}, "clientAppUsed": "Browser", "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 12_4_8 like Mac OS X) AppleWebKit/536.2 (KHTML, like Gecko) CriOS/39.0.845.0 Mobile/81S373 Safari/536.2 Edge/40.11827", "deviceDetail": {"deviceId": "", "operatingSystem": "Windows 10", "browser": "Edge 40.11827"}, "location": {"city": "Port Denisetown", "state": "Smithton", "countryOrRegion": "XR", "geoCoordinates": {"latitude": 3.5518965, "longitude": 131.871582}}, "correlationId": "0dd78e37-b4f3-4852-91d3-34077f616de7", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "b1d67f5c-681d-42d3-b586-1cb744c17a16", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 91, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Altoura Online", "resourceId": "8a137ba4-52ae-4dbf-94af-2e56851573c4", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 256668, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "DU2gM0HibcLsI2W3PPcqMQ1gEIVDqamutq2W9fNWgycgid2X", "incomingTokenType": "none", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": null, "rngcStatus": 0}}, {"time": "2022-08-06T19:45:48.926363Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "50158", "resultSignature": "None", "resultDescription": "External security challenge was not satisfied.", "durationMs": 0, "callerIpAddress": "42.62.103.34", "correlationId": "90f6473e-60ca-4d0e-a0d9-17e810d8398f", "identity": "Joseph Taylor", "Level": 4, "location": "XF", "properties": {"id": "be6022e3-cefb-4a55-8ab2-6dd3ae269400", "createdDateTime": "2022-08-06T19:45:49.059363Z", "userDisplayName": "Joseph Taylor", "userPrincipalName": "jtaylor@domain.com", "userId": "af9847eb-c773-41ae-bf94-42747c5e986c", "appId": "bf2855c0-7434-4262-8885-ad2f5206d324", "appDisplayName": "COINS Construction Cloud - Project and Productivity Apps", "ipAddress": "42.62.103.34", "status": {"errorCode": 50158, "failureReason": "External security challenge was not satisfied.", "additionalDetails": "MFA requirement satisfied by claim in the token"}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (iPad; CPU iPad OS 9_3_6 like Mac OS X) AppleWebKit/536.1 (KHTML, like Gecko) CriOS/42.0.865.0 Mobile/77O124 Safari/536.1 Edge/99.14477", "deviceDetail": {"deviceId": "76b96bd3-e5d7-49ee-b195-bf363facdb3d", "displayName": "JOSEPHTAYLOR-LT", "operatingSystem": "Windows 10", "browser": "Edge 99.14477", "isCompliant": true, "isManaged": true, "trustType": "Azure AD joined"}, "location": {"city": "Jessicafurt", "state": "Smithbury", "countryOrRegion": "XF", "geoCoordinates": {"latitude": 17.5082395, "longitude": -115.304215}}, "mfaDetail": {}, "correlationId": "da52f29f-bdbf-4bd3-a6f4-763fcd263124", "conditionalAccessStatus": "failure", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "2ce985c1-b984-4d7a-be44-319fa4d7ac88", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 133, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "COINS Construction Cloud - Project and Productivity Apps Service", "resourceId": "436260d5-3791-4aea-a4da-aa698ec35f2f", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 393508, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "v4NyI1oUnlTQX7jz1NQREM8cYUhN1MViU8L6zBjg2NfxW5xp", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "94b9f3ba-5f4b-4edc-99dc-a420b76960f9", "rngcStatus": 0}}, {"time": "2022-08-06T19:54:22.428908Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "205.33.24.92", "correlationId": "f8a571b3-989f-49ab-a50e-661f53898b43", "identity": "Aaron Cole", "Level": 4, "location": "XD", "properties": {"id": "9e1a73f6-a00a-49a9-886a-dc866c735500", "createdDateTime": "2022-08-06T19:54:22.529908Z", "userDisplayName": "Aaron Cole", "userPrincipalName": "acole@domain.com", "userId": "5d557969-1645-4ba4-be83-b6fd943659f7", "appId": "36f74ffc-90e8-46e0-b0ed-588b76ed6f47", "appDisplayName": "Inspire", "ipAddress": "205.33.24.92", "status": {"errorCode": 0}, "clientAppUsed": "Browser", "deviceDetail": {"deviceId": "", "operatingSystem": "Windows", "browser": "Rich Client 4.35.1.0"}, "location": {"city": "Kristinmouth", "state": "Norrisbury", "countryOrRegion": "XD", "geoCoordinates": {"latitude": 26.278784, "longitude": -92.042573}}, "correlationId": "6dc7981c-8960-4486-a17e-0f739281412c", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "bda49b94-fc7a-463d-a5f6-b4793ca0e785", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "processingTimeInMilliseconds": 101, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Inspire Online", "resourceId": "f0630e90-b752-4960-bfb9-a0794fc34930", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 214655, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "0QW0GQ9pJsZRWiG29D2ttsLpQ3uoczthYR4NCASAfDIPTvTv", "incomingTokenType": "none", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "1f37c851-4be4-455b-928a-fbde7845a68a"}}, {"time": "2022-08-06T20:07:05.101501Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "156.206.181.119", "correlationId": "1d94ca75-60a7-49c7-9865-d71efeff390e", "identity": "Cynthia Perry", "Level": 4, "location": "XY", "properties": {"id": "a7040866-7462-4670-869d-e48234a77000", "createdDateTime": "2022-08-06T20:07:05.193501Z", "userDisplayName": "Cynthia Perry", "userPrincipalName": "cperry@domain.com", "userId": "ac5fa380-9d5b-470e-beb2-5ba10aca48e6", "appId": "9de6e985-97a5-4d82-9c45-aedaa9c25ef9", "appDisplayName": "AWS Single-Account Access", "ipAddress": "156.206.181.119", "status": {"errorCode": 0}, "clientAppUsed": "Browser", "deviceDetail": {"deviceId": "", "operatingSystem": "Windows"}, "location": {"city": "Hannaville", "state": "Thomashaven", "countryOrRegion": "XY", "geoCoordinates": {"latitude": 1.1452695, "longitude": 128.249211}}, "correlationId": "43f51f11-a418-4267-a729-f5981148c4f3", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "25fdbd4f-e7d2-4f98-8df0-bdd7921890d7", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 92, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "AWS Single-Account Access Service", "resourceId": "f0630e90-b752-4960-bfb9-a0794fc34930", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 279165, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "XGfXrtHVcXMHuRTgEq3uCTDw39ZZhCxH0HK7da6bAwLa3dd6", "incomingTokenType": "none", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "1f37c851-4be4-455b-928a-fbde7845a68a", "rngcStatus": 0}}, {"time": "2022-08-06T20:22:01.857380Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "156.206.181.119", "correlationId": "4a2110bd-9e9b-4d43-8d48-dd831faad642", "identity": "Cynthia Perry", "Level": 4, "location": "XY", "properties": {"id": "ada0cd79-9550-4249-a9fe-bc5746db8f00", "createdDateTime": "2022-08-06T20:22:01.942380Z", "userDisplayName": "Cynthia Perry", "userPrincipalName": "cperry@domain.com", "userId": "ac5fa380-9d5b-470e-beb2-5ba10aca48e6", "appId": "9de6e985-97a5-4d82-9c45-aedaa9c25ef9", "appDisplayName": "AWS Single-Account Access", "ipAddress": "156.206.181.119", "status": {"errorCode": 0}, "clientAppUsed": "Browser", "deviceDetail": {"deviceId": "", "operatingSystem": "Windows"}, "location": {"city": "Hannaville", "state": "Thomashaven", "countryOrRegion": "XY", "geoCoordinates": {"latitude": 1.1452695, "longitude": 128.249211}}, "correlationId": "4254b859-d91f-4b4c-8622-9e11b10281e9", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "37aa776d-e52d-4a34-ba8d-8bfbcbdec912", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 85, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "AWS Single-Account Access Service", "resourceId": "f0630e90-b752-4960-bfb9-a0794fc34930", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 279165, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "cXgbc7V782qZawqritSlQRsjZA8pqdN4iPuKr61VoQK8oc56", "incomingTokenType": "none", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "1f37c851-4be4-455b-928a-fbde7845a68a", "rngcStatus": 0}}, {"time": "2022-08-06T20:42:14.976155Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "700082", "resultSignature": "None", "resultDescription": "Other", "durationMs": 0, "callerIpAddress": "199.12.127.103", "correlationId": "72d24f26-2488-4b05-8a52-d28c1cc2baf8", "identity": "Jacob Meyers", "Level": 4, "location": "XG", "properties": {"id": "eb6726f4-2522-4aaf-8ec9-60cde2115d00", "createdDateTime": "2022-08-06T20:42:15.040155Z", "userDisplayName": "Jacob Meyers", "userPrincipalName": "jmeyers@domain.com", "userId": "c63a67b0-1651-4a8a-9560-cc703cdad5ad", "appId": "b6eb5487-41e5-4254-acc5-72fbd850bd1e", "appDisplayName": "Google Cloud / G Suite Connector by Microsoft", "ipAddress": "199.12.127.103", "status": {"errorCode": 700082, "failureReason": "Other"}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (Windows NT 4.0) AppleWebKit/531.1 (KHTML, like Gecko) Chrome/20.0.823.0 Safari/531.1 Edge/87.11424", "deviceDetail": {"deviceId": "a0ea1625-4397-4c4c-963c-33347d3b0d73", "displayName": "JACOBMEYERS-LT", "operatingSystem": "Windows 10", "browser": "Edge 87.11424", "trustType": "Azure AD registered"}, "location": {"city": "Port Nathan", "state": "Newmanville", "countryOrRegion": "XG", "geoCoordinates": {"latitude": 23.244641, "longitude": -113.392021}}, "correlationId": "188f407a-0e81-4105-94ea-0c7e44a7804d", "conditionalAccessStatus": "notApplied", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "2ead75e1-2051-4e57-ab05-5dcb1f8ef227", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "processingTimeInMilliseconds": 64, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Google Cloud / G Suite Connector by Microsoft Service", "resourceId": "47e06079-6a63-42ab-89ea-840a60f3ea94", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 282405, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "o0KDhR7dHraD977TunbDZMROhu8AllYY6UBPf5gUNeZdxKBh", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "af115473-a920-4919-a03a-7215ca304189"}}, {"time": "2022-08-06T21:04:29.994395Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "13.113.40.157", "correlationId": "3b6121b9-8405-480e-b6eb-7f7314b79c19", "identity": "Attack Target", "Level": 4, "location": "XR", "properties": {"id": "df57eaed-63aa-4a28-8eda-7df8be536800", "createdDateTime": "2022-08-06T21:04:30.095395Z", "userDisplayName": "Attack Target", "userPrincipalName": "attacktarget@domain.com", "userId": "d735e84b-dcca-404d-9f7d-700f360f41a6", "appId": "9a7e67c7-6f05-42a3-b226-97c7ec3e9696", "appDisplayName": "Adobe Identity Management", "ipAddress": "13.113.40.157", "status": {"errorCode": 0}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (iPad; CPU iPad OS 9_3_6 like Mac OS X) AppleWebKit/536.1 (KHTML, like Gecko) CriOS/42.0.865.0 Mobile/77O124 Safari/536.1 Edge/99.14477", "deviceDetail": {"deviceId": "a44625dc-6f81-449a-9799-8005f7209b42", "displayName": "ATTACKTARGET-LT", "operatingSystem": "Windows 10", "browser": "Edge 99.14477", "trustType": "Azure AD registered"}, "location": {"city": "Smithfort", "state": "Smithfort", "countryOrRegion": "XR", "geoCoordinates": {"latitude": 3.7564095, "longitude": -121.574606}}, "correlationId": "f981ccc3-0a4c-4e72-8534-1a711f0ee0b3", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "e096ca41-d2b4-4a28-8975-e795dc7f66f5", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 101, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Adobe Identity Management Service", "resourceId": "80abac89-d2c0-4b6c-8ffc-5023bd7efc5e", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 34974, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "7bosEPDkF42cRD4rZdG5ZhWXkiC4PTb8e9I4brhkNGQWdFFf", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": null, "rngcStatus": 0}}, {"time": "2022-08-06T21:26:30.257352Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "50158", "resultSignature": "None", "resultDescription": "External security challenge was not satisfied.", "durationMs": 0, "callerIpAddress": "44.22.19.201", "correlationId": "758c5839-a32b-4c83-8130-602c474b5492", "identity": "Thomas Price", "Level": 4, "location": "XN", "properties": {"id": "e69329df-c356-440d-a977-9ca783a48500", "createdDateTime": "2022-08-06T21:26:30.367352Z", "userDisplayName": "Thomas Price", "userPrincipalName": "tprice@domain.com", "userId": "32109ee2-ee4f-4d11-9c38-2556aec0f2b5", "appId": "9a7e67c7-6f05-42a3-b226-97c7ec3e9696", "appDisplayName": "Adobe Identity Management", "ipAddress": "44.22.19.201", "status": {"errorCode": 50158, "failureReason": "External security challenge was not satisfied."}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (X11; Linux i686) AppleWebKit/535.2 (KHTML, like Gecko) Chrome/22.0.843.0 Safari/535.2 Edge/118.12158", "deviceDetail": {"deviceId": "35819889-abdc-47e0-b28d-5195d26e941f", "displayName": "THOMASPRICE-LT", "operatingSystem": "Windows 10", "browser": "Edge 118.12158", "trustType": "Hybrid Azure AD joined"}, "location": {"city": "Littlemouth", "state": "Alexanderfurt", "countryOrRegion": "XN", "geoCoordinates": {"latitude": 25.4437255, "longitude": -109.530885}}, "correlationId": "9b915aea-9c58-4ec5-86b8-e92573c9bd95", "conditionalAccessStatus": "failure", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "99223b24-09e7-40d2-8c9f-6624dd93cbf2", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 110, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Adobe Identity Management Service", "resourceId": "30663ca7-f8a9-43ab-8ca1-7906bdbc1485", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 230297, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "t37oscsyrI09X9Vh6RbwZMGvgtX2BmoRoxwyhJT11wnoH3JG", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "a6c259e5-7f16-48b2-a9f3-75becd6daa9b", "rngcStatus": 0}}, {"time": "2022-08-06T21:31:32.137016Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "1.210.58.10", "correlationId": "5ebb7a12-838c-4e1f-9a59-0f72acef7da6", "identity": "Keith Sheppard", "Level": 4, "location": "XD", "properties": {"id": "cfcb865f-7e5f-417b-b8f8-3d15aedb7800", "createdDateTime": "2022-08-06T21:31:32.233016Z", "userDisplayName": "Keith Sheppard", "userPrincipalName": "ksheppard@domain.com", "userId": "05bd48f1-91d2-4c2d-9a7c-80e80f561b3c", "appId": "9a7e67c7-6f05-42a3-b226-97c7ec3e9696", "appDisplayName": "Adobe Identity Management", "ipAddress": "1.210.58.10", "ipAddressFromResourceProvider": "1.210.58.10", "status": {"errorCode": 0}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (Windows NT 4.0) AppleWebKit/531.1 (KHTML, like Gecko) Chrome/20.0.823.0 Safari/531.1 Edge/87.11424", "deviceDetail": {"deviceId": "639815fd-5018-4e38-9d81-67538b2ce460", "displayName": "KEITHSHEPPARD-LT", "operatingSystem": "Windows 10", "browser": "Edge 87.11424", "trustType": "Azure AD registered"}, "location": {"city": "Cooperhaven", "state": "Norrisbury", "countryOrRegion": "XD", "geoCoordinates": {"latitude": 70.436398, "longitude": -23.873747}}, "correlationId": "4b90bcef-a150-47d4-9c85-d789e5047f65", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "128c6edc-e078-47d6-b382-7b8c285d2f9a", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 96, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Adobe Identity Management Service", "resourceId": "c8eab36d-0a82-409d-8693-a8dabc997921", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 69487, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "pi6ZnHjvzp58WsiMikZaCz6SbXRaPpmnqcwWXYV36nymVZsw", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "2248d3ef-d7b8-4eb2-bd20-fb53f725bfe3", "rngcStatus": 0}}, {"time": "2022-08-06T21:35:14.848553Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "57.9.228.50", "correlationId": "7c64672a-b726-401e-93f5-b15a35b22852", "identity": "Thomas Price", "Level": 4, "location": "XQ", "properties": {"id": "40186134-719b-42e2-9e2d-e44032f87a00", "createdDateTime": "2022-08-06T21:35:14.961553Z", "userDisplayName": "Thomas Price", "userPrincipalName": "tprice@domain.com", "userId": "32109ee2-ee4f-4d11-9c38-2556aec0f2b5", "appId": "413f12c2-a9cb-4ca6-a080-d4308249cbe1", "appDisplayName": "Air", "ipAddress": "57.9.228.50", "status": {"errorCode": 0}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (X11; Linux i686) AppleWebKit/533.0 (KHTML, like Gecko) Chrome/24.0.803.0 Safari/533.0 Edge/40.11325", "deviceDetail": {"deviceId": "0729bd71-1465-4897-bba4-71c5ca15a9bb", "displayName": "THOMASPRICE-LT", "operatingSystem": "Windows 10", "browser": "Edge 40.11325", "isCompliant": true, "isManaged": true, "trustType": "Azure AD registered"}, "location": {"city": "Francoshire", "state": "Chanshire", "countryOrRegion": "XQ", "geoCoordinates": {"latitude": -6.227289, "longitude": -139.229536}}, "correlationId": "da840051-dd8f-45a6-9bb7-8e81aaac541b", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "7a24841c-f818-4fa4-9ae2-f5865c76d34b", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 113, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Air Online", "resourceId": "72f0186d-d327-46c9-a8ff-497e0caa8691", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 497360, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "bk54Uc0xzTGIWqHXgGTDI7M3rI9elWPXaK0qLlrVGhEeLhuw", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": null, "rngcStatus": 0}}, {"time": "2022-08-06T21:52:40.987339Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "57.9.228.50", "correlationId": "6a4c89a5-d2e1-4403-9d50-32171aef3f8e", "identity": "Thomas Price", "Level": 4, "location": "XQ", "properties": {"id": "b84db3dc-6311-47ec-98ed-c2509f417500", "createdDateTime": "2022-08-06T21:52:41.311339Z", "userDisplayName": "Thomas Price", "userPrincipalName": "tprice@domain.com", "userId": "32109ee2-ee4f-4d11-9c38-2556aec0f2b5", "appId": "9c5b7fe3-0ad2-4ea6-94e5-9e0001f367e3", "appDisplayName": "Articulate 360", "ipAddress": "57.9.228.50", "status": {"errorCode": 0}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (X11; Linux i686) AppleWebKit/533.0 (KHTML, like Gecko) Chrome/24.0.803.0 Safari/533.0 Edge/40.11325", "deviceDetail": {"deviceId": "0729bd71-1465-4897-bba4-71c5ca15a9bb", "displayName": "THOMASPRICE-LT", "operatingSystem": "Windows 10", "browser": "Edge 40.11325", "isCompliant": true, "isManaged": true, "trustType": "Azure AD registered"}, "location": {"city": "Francoshire", "state": "Chanshire", "countryOrRegion": "XQ", "geoCoordinates": {"latitude": -6.227289, "longitude": -139.229536}}, "correlationId": "fe46e35b-d811-41e1-b7e4-009c0f9ce167", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "9d24e7bc-78f8-45a5-a2ba-a0e3b06626ec", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 324, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Articulate 360 Online", "resourceId": "436260d5-3791-4aea-a4da-aa698ec35f2f", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 497360, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "ksCbzEvq7NdB8u9aOUQxYL8yCgt5hv3kVrg86tS7O57tIw4Z", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "94b9f3ba-5f4b-4edc-99dc-a420b76960f9", "rngcStatus": 0}}, {"time": "2022-08-06T21:53:45.236633Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "63.94.19.180", "correlationId": "14c0e0f7-6c40-4f09-88aa-1929fa584787", "identity": "Vanessa Ramirez", "Level": 4, "location": "XD", "properties": {"id": "911f8da9-b80f-4328-bdcf-c11f83fd6b00", "createdDateTime": "2022-08-06T21:53:45.492633Z", "userDisplayName": "Vanessa Ramirez", "userPrincipalName": "vramirez@domain.com", "userId": "5d72b7ed-62ea-4b94-b931-ccef65d71ebd", "appId": "2eae4ad1-8cae-48fe-b718-76bd66e2fc7f", "appDisplayName": "Bipsync", "ipAddress": "63.94.19.180", "status": {"errorCode": 0}, "clientAppUsed": "Mobile Apps and Desktop clients", "deviceDetail": {"deviceId": "", "operatingSystem": "Ios", "browser": "Mobile Safari"}, "location": {"city": "New James", "state": "Norrisbury", "countryOrRegion": "XD", "geoCoordinates": {"latitude": 64.5727225, "longitude": 92.661569}}, "correlationId": "f9f59967-81a0-4a9e-96e1-c315eebb0993", "conditionalAccessStatus": "notApplied", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "73b75bb4-c94b-4737-ae0b-1be1521733b1", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 256, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Bipsync Service", "resourceId": "7a8caa38-3454-4033-9b2e-0e69152cca1e", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 45904, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "aOWiajVvdNPGZFgNi2DOsjdI3OnvFvtEWjr9iErjyWmIpiJG", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "7c9b147a-b2e2-42f4-8881-d000653c3411", "rngcStatus": 0}}, {"time": "2022-08-06T22:06:32.125148Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "205.33.24.92", "correlationId": "b7263abf-b2bd-41b5-a2ee-fe93d6fa06e0", "identity": "Aaron Cole", "Level": 4, "location": "XD", "properties": {"id": "9cc7e7ee-3d25-4c52-b364-34d94bf75400", "createdDateTime": "2022-08-06T22:06:32.256148Z", "userDisplayName": "Aaron Cole", "userPrincipalName": "acole@domain.com", "userId": "5d557969-1645-4ba4-be83-b6fd943659f7", "appId": "1b3edb90-1e06-46db-b021-e2fc1f7ddaf5", "appDisplayName": "Beatrust", "ipAddress": "205.33.24.92", "status": {"errorCode": 0}, "clientAppUsed": "Browser", "deviceDetail": {"deviceId": "", "operatingSystem": "Windows 10", "browser": "Rich Client 5.2.7.0"}, "location": {"city": "Kristinmouth", "state": "Norrisbury", "countryOrRegion": "XD", "geoCoordinates": {"latitude": 26.278784, "longitude": -92.042573}}, "correlationId": "3041e5a4-0e35-47a2-8579-9fcc9b077f68", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "72a6773e-93bc-4317-bd2a-fcdb0db445af", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "processingTimeInMilliseconds": 131, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Beatrust Service", "resourceId": "24578515-1951-4064-967d-0d2acaf0aa70", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 214655, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "MwLjVUUtU6xzPmiwfAcvm0Kyc71Q0OVAklE8w8ivum5N7ZjS", "incomingTokenType": "none", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "0e68752b-7dfa-400b-a6f5-1b54af90696a"}}, {"time": "2022-08-06T22:07:12.990900Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "86.154.193.190", "correlationId": "7407b0cc-0094-4abf-a807-95fc2a95486e", "identity": "Melissa Martin", "Level": 4, "location": "XR", "properties": {"id": "849f5eb8-988d-4520-b45c-6016ea0b6e00", "createdDateTime": "2022-08-06T22:07:13.210900Z", "userDisplayName": "Melissa Martin", "userPrincipalName": "mmartin@domain.com", "userId": "632ccb55-03a7-40f4-9893-653527cae790", "appId": "9de6e985-97a5-4d82-9c45-aedaa9c25ef9", "appDisplayName": "AWS Single-Account Access", "ipAddress": "86.154.193.190", "status": {"errorCode": 0}, "clientAppUsed": "Browser", "deviceDetail": {"deviceId": "", "operatingSystem": "Windows"}, "location": {"city": "Port Denisetown", "state": "Smithton", "countryOrRegion": "XR", "geoCoordinates": {"latitude": 3.5518965, "longitude": 131.871582}}, "correlationId": "e864fb60-26ba-42ef-856a-28d6340715a9", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "4d47fe4c-66c6-4527-bbc4-60fccf55cd78", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 220, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "AWS Single-Account Access Service", "resourceId": "c65cf5f9-5537-4200-889e-381c4f60ca7d", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 256668, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "tfIhnnw90ATYGlEsrFAAl3skz2E71DNgHvb8HoTYP0fILetx", "incomingTokenType": "none", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": null, "rngcStatus": 0}}, {"time": "2022-08-06T22:16:22.652026Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "SignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "86.154.193.190", "correlationId": "f6f42d10-8c43-43a2-a38d-1254d40ed036", "identity": "Jamie Watson", "Level": 4, "location": "XR", "properties": {"id": "c98bb980-53fe-43a8-afd2-72b95d256300", "createdDateTime": "2022-08-06T22:16:22.826026Z", "userDisplayName": "Jamie Watson", "userPrincipalName": "jwatson@domain.com", "userId": "2844695b-9a70-48ed-a5ce-f3d711e2292b", "appId": "55f6aa2e-0a02-47b7-a7a7-f726d3460ff8", "appDisplayName": "Maverics Identity Orchestrator SAML Connector", "ipAddress": "86.154.193.190", "status": {"errorCode": 0}, "clientAppUsed": "Browser", "userAgent": "Mozilla/5.0 (Linux; Android 2.3.5) AppleWebKit/532.2 (KHTML, like Gecko) Chrome/46.0.898.0 Safari/532.2 Edge/105.19198", "deviceDetail": {"deviceId": "fc784602-6455-4450-be3c-6770e0359f8a", "displayName": "JAMIEWATSON-LT", "operatingSystem": "Windows 10", "browser": "Edge 105.19198", "isCompliant": true, "isManaged": true, "trustType": "Azure AD joined"}, "location": {"city": "Port Denisetown", "state": "Smithton", "countryOrRegion": "XR", "geoCoordinates": {"latitude": 3.5518965, "longitude": 131.871582}}, "correlationId": "635f3f59-da4c-4bc4-8023-1ce4b30bbb3e", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "ff62e4ad-f5db-48f0-b98c-c3caa8f55385", "isInteractive": true, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 174, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Maverics Identity Orchestrator SAML Connector Online", "resourceId": "24578515-1951-4064-967d-0d2acaf0aa70", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 256668, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "rCsx8USNNtcO6yr4CxKXleHUOQjlgmY91ySxqgAk5sgKhLf8", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "0e68752b-7dfa-400b-a6f5-1b54af90696a", "rngcStatus": 0}}, {"time": "2022-08-06T22:20:26.814230Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "50158", "resultSignature": "None", "resultDescription": "External security challenge was not satisfied.", "durationMs": 0, "callerIpAddress": "92.110.109.246", "correlationId": "1701a747-d01b-4900-a5f5-d38100ef2434", "identity": "Thomas Price", "Level": 4, "location": "XR", "properties": {"id": "80a78cf7-7251-46ba-b35b-bdc302b86800", "createdDateTime": "2022-08-06T22:20:26.944230Z", "userDisplayName": "Thomas Price", "userPrincipalName": "tprice@domain.com", "userId": "32109ee2-ee4f-4d11-9c38-2556aec0f2b5", "appId": "9a7e67c7-6f05-42a3-b226-97c7ec3e9696", "appDisplayName": "Adobe Identity Management", "ipAddress": "92.110.109.246", "status": {"errorCode": 50158, "failureReason": "External security challenge was not satisfied."}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (X11; Linux i686) AppleWebKit/535.2 (KHTML, like Gecko) Chrome/22.0.843.0 Safari/535.2 Edge/118.12158", "deviceDetail": {"deviceId": "0927e60c-8dfa-4ecf-be85-ad63bccf40a1", "displayName": "THOMASPRICE-LT", "operatingSystem": "Windows 10", "browser": "Edge 118.12158", "trustType": "Hybrid Azure AD joined"}, "location": {"city": "Port Denisetown", "state": "Smithton", "countryOrRegion": "XR", "geoCoordinates": {"latitude": 3.5518965, "longitude": 131.871582}}, "correlationId": "b8e30ce0-cff0-4907-a861-e8ea6ba1115b", "conditionalAccessStatus": "failure", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "0d27da73-b1ce-49ec-b424-8699ce1b0316", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 130, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Adobe Identity Management Service", "resourceId": "30663ca7-f8a9-43ab-8ca1-7906bdbc1485", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 230297, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "H7FhPP0pwvG0WBHrpsaA26PJftu4uKt2A9EbNlbjgOcaOSG3", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "a6c259e5-7f16-48b2-a9f3-75becd6daa9b", "rngcStatus": 0}}, {"time": "2022-08-06T22:45:07.497280Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "50158", "resultSignature": "None", "resultDescription": "External security challenge was not satisfied.", "durationMs": 0, "callerIpAddress": "147.132.189.119", "correlationId": "c0794308-bb87-412e-8e8a-0761351d9568", "identity": "Cassie Fernandez", "Level": 4, "location": "XR", "properties": {"id": "b4caa848-f8c1-4832-a328-e5095f946700", "createdDateTime": "2022-08-06T22:45:07.605280Z", "userDisplayName": "Cassie Fernandez", "userPrincipalName": "cfernandez@domain.com", "userId": "67ef8be6-3f44-4db7-8172-fd6211428c1e", "appId": "79510a8f-6421-4348-a2ea-bcc2b02485c1", "appDisplayName": "Cisco AnyConnect", "ipAddress": "147.132.189.119", "status": {"errorCode": 50158, "failureReason": "External security challenge was not satisfied."}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (iPad; CPU iPad OS 9_3_6 like Mac OS X) AppleWebKit/536.1 (KHTML, like Gecko) CriOS/42.0.865.0 Mobile/77O124 Safari/536.1 Edge/99.14477", "deviceDetail": {"deviceId": "bf67c857-685a-4457-89c4-db2afa581bd2", "displayName": "CASSIEFERNANDEZ-LT", "operatingSystem": "Windows 10", "browser": "Edge 99.14477", "trustType": "Hybrid Azure AD joined"}, "location": {"city": "Port Denisetown", "state": "Smithton", "countryOrRegion": "XR", "geoCoordinates": {"latitude": 3.5518965, "longitude": 131.871582}}, "correlationId": "b766a04d-38d3-479d-bc9f-03611bcae8c7", "conditionalAccessStatus": "failure", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "9aa1cbaa-ddb8-4c26-a3da-f541e85cd0dc", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 108, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Cisco AnyConnect Online", "resourceId": "5d5b8d28-6a28-472e-b837-a4094e466965", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 256668, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "rAyEcfF0RwtvlhnBiIpFdrE8EOUF8GGnrKSmNwKZZVNiGcAx", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "15655e1f-5005-4c53-b3c0-c4a1d1ca5e9e", "rngcStatus": 0}}, {"time": "2022-08-06T23:10:25.298888Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "212.169.11.63", "correlationId": "8be85bcf-cde5-4fe3-bb00-f8d54b32308f", "identity": "Kristen Howell", "Level": 4, "location": "XR", "properties": {"id": "91857813-fa29-4b22-bbd5-ccdbfb616600", "createdDateTime": "2022-08-06T23:10:25.438888Z", "userDisplayName": "Kristen Howell", "userPrincipalName": "khowell@domain.com", "userId": "20e1e3f9-665f-45bd-9984-5e74b526d3b5", "appId": "9a7e67c7-6f05-42a3-b226-97c7ec3e9696", "appDisplayName": "Adobe Identity Management", "ipAddress": "212.169.11.63", "status": {"errorCode": 0}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (iPad; CPU iPad OS 9_3_6 like Mac OS X) AppleWebKit/536.1 (KHTML, like Gecko) CriOS/42.0.865.0 Mobile/77O124 Safari/536.1 Edge/99.14477", "deviceDetail": {"deviceId": "caf12d64-01ec-4396-b330-e7eb6349ad45", "displayName": "KRISTENHOWELL-LT", "operatingSystem": "Windows 10", "browser": "Edge 99.14477", "trustType": "Azure AD registered"}, "location": {"city": "North Lisachester", "state": "Smithton", "countryOrRegion": "XR", "geoCoordinates": {"latitude": -69.00844, "longitude": -172.534328}}, "correlationId": "60033d4a-20e2-476e-8a28-182f0eb76d68", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "e9d9c2ae-6786-4f5e-a09f-72519e4ec5fa", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 140, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Adobe Identity Management Service", "resourceId": "30663ca7-f8a9-43ab-8ca1-7906bdbc1485", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 144064, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "eUc3xe1td2TncYXsi6qvkch7o3HlgltGG9juPvxLJSv2Rep4", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "a6c259e5-7f16-48b2-a9f3-75becd6daa9b", "rngcStatus": 0}}, {"time": "2022-08-06T23:11:16.785992Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "91.132.253.146", "correlationId": "dc3c30f2-b4d5-4d30-8be7-169d817675a4", "identity": "Aaron Cole", "Level": 4, "location": "XD", "properties": {"id": "fbcedcc7-b4d5-4563-84a7-f03843db6a00", "createdDateTime": "2022-08-06T23:11:16.873992Z", "userDisplayName": "Aaron Cole", "userPrincipalName": "acole@domain.com", "userId": "5d557969-1645-4ba4-be83-b6fd943659f7", "appId": "ad65aaed-51a8-4877-830e-8a5273604c87", "appDisplayName": "Docusign", "ipAddress": "91.132.253.146", "status": {"errorCode": 0}, "clientAppUsed": "Browser", "deviceDetail": {"deviceId": "", "operatingSystem": "Windows", "browser": "Rich Client 4.42.0.0"}, "location": {"city": "Rickshire", "state": "Norrisbury", "countryOrRegion": "XD", "geoCoordinates": {"latitude": -78.5751045, "longitude": 58.329246}}, "correlationId": "33a067c5-45a6-47c9-9126-d844874b7ebc", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "a2c4aacc-e214-42ed-9804-cf3f6b407921", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 88, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Docusign Service", "resourceId": "a666212f-ee1d-48b1-b4cf-45433f66d402", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 214655, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "9SarTKEsRV4Wqn8zU1vK9zxyphayuTFOkoNg4IKmY8I1rzDe", "incomingTokenType": "none", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "b9c9c5b0-1fce-4e9e-af57-8d5084987162", "rngcStatus": 0}}, {"time": "2022-08-06T23:13:24.357469Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "50158", "resultSignature": "None", "resultDescription": "External security challenge was not satisfied.", "durationMs": 0, "callerIpAddress": "166.105.218.213", "correlationId": "13ed969b-c6c3-4dc6-94dc-5ae11e734a79", "identity": "Thomas Price", "Level": 4, "location": "XR", "properties": {"id": "3fa5718a-e3f0-486e-b768-6362665e9100", "createdDateTime": "2022-08-06T23:13:24.455469Z", "userDisplayName": "Thomas Price", "userPrincipalName": "tprice@domain.com", "userId": "32109ee2-ee4f-4d11-9c38-2556aec0f2b5", "appId": "79510a8f-6421-4348-a2ea-bcc2b02485c1", "appDisplayName": "Cisco AnyConnect", "ipAddress": "166.105.218.213", "status": {"errorCode": 50158, "failureReason": "External security challenge was not satisfied."}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (X11; Linux i686) AppleWebKit/535.2 (KHTML, like Gecko) Chrome/22.0.843.0 Safari/535.2 Edge/118.12158", "deviceDetail": {"deviceId": "81ad31fb-e9be-4498-b1b2-c62f8fae1a77", "displayName": "THOMASPRICE-LT", "operatingSystem": "Windows 10", "browser": "Edge 118.12158", "trustType": "Hybrid Azure AD joined"}, "location": {"city": "Santosborough", "state": "Smithton", "countryOrRegion": "XR", "geoCoordinates": {"latitude": 12.8350355, "longitude": 138.359011}}, "correlationId": "51edb1fb-bebb-47cf-98e4-742a425a84d9", "conditionalAccessStatus": "failure", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "a23659bc-b50a-4aac-904a-3a94690458b5", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 98, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Cisco AnyConnect Online", "resourceId": "5d5b8d28-6a28-472e-b837-a4094e466965", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 256668, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "F1yjeSBn6CssVxBjxA9X1GIUsRPM8uVBaPASOjDQnVVtGeLT", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "15655e1f-5005-4c53-b3c0-c4a1d1ca5e9e", "rngcStatus": 0}}, {"time": "2022-08-06T23:29:21.294383Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "700082", "resultSignature": "None", "resultDescription": "Other", "durationMs": 0, "callerIpAddress": "54.119.29.60", "correlationId": "9687c75e-3834-4d1c-b4fb-d65555a0837d", "identity": "Thomas Price", "Level": 4, "location": "XR", "properties": {"id": "b2a55e86-02d0-4234-820e-b3891b515a00", "createdDateTime": "2022-08-06T23:29:21.372383Z", "userDisplayName": "Thomas Price", "userPrincipalName": "tprice@domain.com", "userId": "32109ee2-ee4f-4d11-9c38-2556aec0f2b5", "appId": "9a7e67c7-6f05-42a3-b226-97c7ec3e9696", "appDisplayName": "Adobe Identity Management", "ipAddress": "54.119.29.60", "status": {"errorCode": 700082, "failureReason": "Other"}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (X11; Linux i686) AppleWebKit/535.2 (KHTML, like Gecko) Chrome/22.0.843.0 Safari/535.2 Edge/118.12158", "deviceDetail": {"deviceId": "852272bd-2ab1-474f-a99e-4922ea7031d3", "displayName": "THOMASPRICE-LT", "operatingSystem": "Windows 10", "browser": "Edge 118.12158", "trustType": "Hybrid Azure AD joined"}, "location": {"city": "Port Kimberlytown", "state": "Curtisport", "countryOrRegion": "XR", "geoCoordinates": {"latitude": 26.3152295, "longitude": 147.770404}}, "correlationId": "d9c87969-c7a8-43b8-adde-3f952a8a9f2f", "conditionalAccessStatus": "notApplied", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "e464d143-00e4-4236-abee-af43a9425eb7", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 78, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Adobe Identity Management Service", "resourceId": "30663ca7-f8a9-43ab-8ca1-7906bdbc1485", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 359213, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "0wKVqdwgh7ousLaL88UsFKXASVZGu62AxC4MtzWIkzKAD6SO", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "a6c259e5-7f16-48b2-a9f3-75becd6daa9b", "rngcStatus": 0}}, {"time": "2022-08-06T23:37:41.516540Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "156.206.181.119", "correlationId": "f6f31fdc-eaa1-41ac-bab1-2d59598fc4ec", "identity": "Cynthia Perry", "Level": 4, "location": "XY", "properties": {"id": "f505147a-5077-45f0-a7a3-a6b412206600", "createdDateTime": "2022-08-06T23:37:41.596540Z", "userDisplayName": "Cynthia Perry", "userPrincipalName": "cperry@domain.com", "userId": "ac5fa380-9d5b-470e-beb2-5ba10aca48e6", "appId": "9de6e985-97a5-4d82-9c45-aedaa9c25ef9", "appDisplayName": "AWS Single-Account Access", "ipAddress": "156.206.181.119", "status": {"errorCode": 0}, "clientAppUsed": "Browser", "deviceDetail": {"deviceId": "", "operatingSystem": "Windows"}, "location": {"city": "Hannaville", "state": "Thomashaven", "countryOrRegion": "XY", "geoCoordinates": {"latitude": 1.1452695, "longitude": 128.249211}}, "correlationId": "8f44f0bc-b3fe-4846-bc28-b2f524ab75b2", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "fee930a5-109f-47d7-9666-c9c9e264f2ea", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 80, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "AWS Single-Account Access Service", "resourceId": "9a84f55e-3a40-492c-9476-e069f64ed7a6", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 279165, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "4ZUIL2d43NARdEFn9VrAHoUIqNp6qAtuy96mVYIm2xlWhu4f", "incomingTokenType": "none", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "37ee873b-f901-4e25-be69-010243106d0f", "rngcStatus": 0}}, {"time": "2022-08-06T23:38:31.461499Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "205.33.24.92", "correlationId": "c6b4db34-5cc3-44ed-9dc4-3f8b1c5ac835", "identity": "Vanessa Ramirez", "Level": 4, "location": "XD", "properties": {"id": "3e4015a7-fc3f-46ab-bde5-2cd88ffd6e00", "createdDateTime": "2022-08-06T23:38:31.560499Z", "userDisplayName": "Vanessa Ramirez", "userPrincipalName": "vramirez@domain.com", "userId": "5d72b7ed-62ea-4b94-b931-ccef65d71ebd", "appId": "9a7e67c7-6f05-42a3-b226-97c7ec3e9696", "appDisplayName": "Adobe Identity Management", "ipAddress": "205.33.24.92", "status": {"errorCode": 0}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (X11; Linux i686) AppleWebKit/532.2 (KHTML, like Gecko) Chrome/21.0.853.0 Safari/532.2 Edge/89.19380", "deviceDetail": {"deviceId": "e395a3f4-8f2d-4170-804f-d3e13ce3151b", "displayName": "VANESSARAMIREZ-LT", "operatingSystem": "Windows 10", "browser": "Edge 89.19380", "trustType": "Azure AD registered"}, "location": {"city": "Kristinmouth", "state": "Norrisbury", "countryOrRegion": "XD", "geoCoordinates": {"latitude": 26.278784, "longitude": -92.042573}}, "correlationId": "b0ca0882-e5ae-40e2-b3cd-d77cd62ffffb", "conditionalAccessStatus": "notApplied", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "bfaf7de9-fd33-4cc2-87dc-650a0dcb13ab", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 99, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Adobe Identity Management Service", "resourceId": "f72c694e-4e03-4616-91f3-78c5fe54122a", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 214655, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "JcT9ljVqNotGxXvEsJBPFhAtaCFFjwKYXQ2kBxmBaqzY0EDh", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "1674f597-9877-4ff9-a5d9-accfea860d15", "rngcStatus": 0}}, {"time": "2022-08-06T23:47:38.663305Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "700082", "resultSignature": "None", "resultDescription": "Other", "durationMs": 0, "callerIpAddress": "54.119.29.60", "correlationId": "4396464c-667c-4a1a-b918-fc5b87009985", "identity": "Thomas Price", "Level": 4, "location": "XR", "properties": {"id": "dbc70563-d52e-4283-b326-d172af1c7700", "createdDateTime": "2022-08-06T23:47:38.745305Z", "userDisplayName": "Thomas Price", "userPrincipalName": "tprice@domain.com", "userId": "32109ee2-ee4f-4d11-9c38-2556aec0f2b5", "appId": "9a7e67c7-6f05-42a3-b226-97c7ec3e9696", "appDisplayName": "Adobe Identity Management", "ipAddress": "54.119.29.60", "status": {"errorCode": 700082, "failureReason": "Other"}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (X11; Linux i686) AppleWebKit/535.2 (KHTML, like Gecko) Chrome/22.0.843.0 Safari/535.2 Edge/118.12158", "deviceDetail": {"deviceId": "852272bd-2ab1-474f-a99e-4922ea7031d3", "displayName": "THOMASPRICE-LT", "operatingSystem": "Windows 10", "browser": "Edge 118.12158", "trustType": "Hybrid Azure AD joined"}, "location": {"city": "Port Kimberlytown", "state": "Curtisport", "countryOrRegion": "XR", "geoCoordinates": {"latitude": 26.3152295, "longitude": 147.770404}}, "correlationId": "881f99ce-1ab0-449e-8a7c-0f5c74a34ce9", "conditionalAccessStatus": "notApplied", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "312cb654-0290-4c6a-aade-a562750f4183", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 82, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Adobe Identity Management Service", "resourceId": "30663ca7-f8a9-43ab-8ca1-7906bdbc1485", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 359213, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "K7juAxlWMebWj1NYjxS6iTp2ueGUV90m8ehVWCuyCPavFSbt", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "a6c259e5-7f16-48b2-a9f3-75becd6daa9b", "rngcStatus": 0}}, {"time": "2022-08-06T23:53:00.392382Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "1.210.58.10", "correlationId": "43de6b6a-134b-4bd2-a34b-f40eda7f1cf6", "identity": "Keith Sheppard", "Level": 4, "location": "XD", "properties": {"id": "94c99ee9-21d2-4aba-9fc3-5d1f968f5400", "createdDateTime": "2022-08-06T23:53:00.491382Z", "userDisplayName": "Keith Sheppard", "userPrincipalName": "ksheppard@domain.com", "userId": "05bd48f1-91d2-4c2d-9a7c-80e80f561b3c", "appId": "7b74bf77-058a-4c0d-9d9d-5523c3bc80ed", "appDisplayName": "GitHub Enterprise Cloud - Organization", "ipAddress": "1.210.58.10", "status": {"errorCode": 0}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (Windows NT 4.0) AppleWebKit/531.1 (KHTML, like Gecko) Chrome/20.0.823.0 Safari/531.1 Edge/87.11424", "deviceDetail": {"deviceId": "639815fd-5018-4e38-9d81-67538b2ce460", "displayName": "KEITHSHEPPARD-LT", "operatingSystem": "Windows 10", "browser": "Edge 87.11424", "trustType": "Azure AD registered"}, "location": {"city": "Cooperhaven", "state": "Norrisbury", "countryOrRegion": "XD", "geoCoordinates": {"latitude": 70.436398, "longitude": -23.873747}}, "correlationId": "cdcced2e-40d1-4100-8e55-8435b7a8f5d8", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "a82798f6-7db6-4792-996d-a5eac1c943d9", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "processingTimeInMilliseconds": 99, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "GitHub Enterprise Cloud - Organization Online", "resourceId": "51e679b4-5774-4b5f-9636-df5ea66b9380", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 69487, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "ZiyiDKARKnNE5dAPtrFpsESzmRvjdGMXssbg8W61VLpHCA5S", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "6e8f419c-7f10-40b1-a52a-e4fb253c74c2"}}, {"time": "2022-08-07T00:00:23.959795Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "42.62.103.34", "correlationId": "23cbe474-8ccd-4f08-9eb6-f8fb65a39a82", "identity": "Joseph Taylor", "Level": 4, "location": "XF", "properties": {"id": "3d9beed6-c74c-4138-a357-12d66fdc9800", "createdDateTime": "2022-08-07T00:00:24.227795Z", "userDisplayName": "Joseph Taylor", "userPrincipalName": "jtaylor@domain.com", "userId": "af9847eb-c773-41ae-bf94-42747c5e986c", "appId": "1b3edb90-1e06-46db-b021-e2fc1f7ddaf5", "appDisplayName": "Beatrust", "ipAddress": "42.62.103.34", "status": {"errorCode": 0, "additionalDetails": "MFA requirement satisfied by claim in the token"}, "clientAppUsed": "Browser", "deviceDetail": {"deviceId": "76b96bd3-e5d7-49ee-b195-bf363facdb3d", "displayName": "JOSEPHTAYLOR-LT", "operatingSystem": "Windows 10", "browser": "Rich Client 5.2.7.0", "isCompliant": true, "isManaged": true, "trustType": "Azure AD joined"}, "location": {"city": "Jessicafurt", "state": "Smithbury", "countryOrRegion": "XF", "geoCoordinates": {"latitude": 17.5082395, "longitude": -115.304215}}, "mfaDetail": {}, "correlationId": "0ca863cb-6d7f-460d-b843-6b82b073a59b", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "c46b8adb-8300-4beb-826a-0e4805a98dde", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 268, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Beatrust Service", "resourceId": "f0630e90-b752-4960-bfb9-a0794fc34930", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 393508, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "Gge0iQru9nG0rPusTOSnDBTd86uLFsCzYK5wOfwVxzj8rw9E", "incomingTokenType": "none", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "1f37c851-4be4-455b-928a-fbde7845a68a", "rngcStatus": 0}}, {"time": "2022-08-07T00:08:45.106021Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "205.33.24.92", "correlationId": "9a680992-469a-495b-83c1-1b6d190a1dc1", "identity": "Aaron Cole", "Level": 4, "location": "XD", "properties": {"id": "8fcd3dec-5cc1-4573-b657-ef9575fe7700", "createdDateTime": "2022-08-07T00:08:45.213021Z", "userDisplayName": "Aaron Cole", "userPrincipalName": "acole@domain.com", "userId": "5d557969-1645-4ba4-be83-b6fd943659f7", "appId": "ad65aaed-51a8-4877-830e-8a5273604c87", "appDisplayName": "Docusign", "ipAddress": "205.33.24.92", "status": {"errorCode": 0}, "clientAppUsed": "Browser", "deviceDetail": {"deviceId": "", "operatingSystem": "Windows", "browser": "Rich Client 4.42.0.0"}, "location": {"city": "Kristinmouth", "state": "Norrisbury", "countryOrRegion": "XD", "geoCoordinates": {"latitude": 26.278784, "longitude": -92.042573}}, "correlationId": "fc7575b4-1d15-4e1e-9846-9968cfff927f", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "39975ba3-faed-4e34-a6fb-1da9f965ce6e", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 107, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Docusign Service", "resourceId": "a666212f-ee1d-48b1-b4cf-45433f66d402", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 214655, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "OBOndtXzOOAoeGiK7SR2ns7wdgD7FKZZRFnSLPyyQ0dqrvPG", "incomingTokenType": "none", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "b9c9c5b0-1fce-4e9e-af57-8d5084987162", "rngcStatus": 0}}, {"time": "2022-08-07T00:47:39.095137Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "13.113.40.157", "correlationId": "cac3c1bb-c2ca-415e-af6f-82984a32041b", "identity": "Attack Target", "Level": 4, "location": "XR", "properties": {"id": "a9fde73b-f4bf-4f4e-9e50-dc75a3944c00", "createdDateTime": "2022-08-07T00:47:39.226137Z", "userDisplayName": "Attack Target", "userPrincipalName": "attacktarget@domain.com", "userId": "d735e84b-dcca-404d-9f7d-700f360f41a6", "appId": "9a7e67c7-6f05-42a3-b226-97c7ec3e9696", "appDisplayName": "Adobe Identity Management", "ipAddress": "13.113.40.157", "ipAddressFromResourceProvider": "11.5.130.220", "status": {"errorCode": 0}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (iPad; CPU iPad OS 9_3_6 like Mac OS X) AppleWebKit/536.1 (KHTML, like Gecko) CriOS/42.0.865.0 Mobile/77O124 Safari/536.1 Edge/99.14477", "deviceDetail": {"deviceId": "a44625dc-6f81-449a-9799-8005f7209b42", "displayName": "ATTACKTARGET-LT", "operatingSystem": "Windows 10", "browser": "Edge 99.14477", "trustType": "Azure AD registered"}, "location": {"city": "New John", "state": "Smithfort", "countryOrRegion": "XR", "geoCoordinates": {"latitude": -89.144242, "longitude": 168.119022}}, "correlationId": "80febec4-7a46-4ee1-b0b0-2412bdc5150d", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "20ad1fa5-7042-4f04-aadc-5e0cad901822", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "processingTimeInMilliseconds": 131, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Adobe Identity Management Service", "resourceId": "9a84f55e-3a40-492c-9476-e069f64ed7a6", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 34974, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "zaAbCdqiGRQmNJqlaZbogJxYqG7PHK83M8RPGMDkx5NosMAM", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "37ee873b-f901-4e25-be69-010243106d0f"}}, {"time": "2022-08-07T00:59:27.100424Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "50158", "resultSignature": "None", "resultDescription": "External security challenge was not satisfied.", "durationMs": 0, "callerIpAddress": "105.169.153.183", "correlationId": "fec467ee-fc5b-4e76-9ea3-b0f9943047d2", "identity": "Thomas Price", "Level": 4, "location": "XR", "properties": {"id": "20f677f0-ddf9-46df-bf50-9e29e3528a00", "createdDateTime": "2022-08-07T00:59:27.203424Z", "userDisplayName": "Thomas Price", "userPrincipalName": "tprice@domain.com", "userId": "32109ee2-ee4f-4d11-9c38-2556aec0f2b5", "appId": "9a7e67c7-6f05-42a3-b226-97c7ec3e9696", "appDisplayName": "Adobe Identity Management", "ipAddress": "105.169.153.183", "status": {"errorCode": 50158, "failureReason": "External security challenge was not satisfied."}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (X11; Linux i686) AppleWebKit/535.2 (KHTML, like Gecko) Chrome/22.0.843.0 Safari/535.2 Edge/118.12158", "deviceDetail": {"deviceId": "2b85c59f-331a-4b61-9a44-9d3d6df62a06", "displayName": "THOMASPRICE-LT", "operatingSystem": "Windows 10", "browser": "Edge 118.12158", "trustType": "Hybrid Azure AD joined"}, "location": {"city": "Santosborough", "state": "Smithton", "countryOrRegion": "XR", "geoCoordinates": {"latitude": 12.8350355, "longitude": 138.359011}}, "correlationId": "a84fbcb0-541d-4a87-ad4c-e36ee07a9ee4", "conditionalAccessStatus": "failure", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "f6cd530d-9594-4857-b7f0-fa28a218822e", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 103, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Adobe Identity Management Service", "resourceId": "30663ca7-f8a9-43ab-8ca1-7906bdbc1485", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 256668, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "MdTcSaawUiluAPKbCG8n7qDnxW8dB3ALmAQoNI9BMGgqinP1", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "a6c259e5-7f16-48b2-a9f3-75becd6daa9b", "rngcStatus": 0}}, {"time": "2022-08-07T01:12:22.023553Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "13.113.40.157", "correlationId": "8e42bbd8-640c-4acb-bddc-33550eebc84e", "identity": "Attack Target", "Level": 4, "location": "XR", "properties": {"id": "2e5b02b3-50ef-483f-bed8-628e49e38600", "createdDateTime": "2022-08-07T01:12:22.116553Z", "userDisplayName": "Attack Target", "userPrincipalName": "attacktarget@domain.com", "userId": "d735e84b-dcca-404d-9f7d-700f360f41a6", "appId": "9a7e67c7-6f05-42a3-b226-97c7ec3e9696", "appDisplayName": "Adobe Identity Management", "ipAddress": "13.113.40.157", "status": {"errorCode": 0}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (iPad; CPU iPad OS 9_3_6 like Mac OS X) AppleWebKit/536.1 (KHTML, like Gecko) CriOS/42.0.865.0 Mobile/77O124 Safari/536.1 Edge/99.14477", "deviceDetail": {"deviceId": "a44625dc-6f81-449a-9799-8005f7209b42", "displayName": "ATTACKTARGET-LT", "operatingSystem": "Windows 10", "browser": "Edge 99.14477", "trustType": "Azure AD registered"}, "location": {"city": "Smithfort", "state": "Smithfort", "countryOrRegion": "XR", "geoCoordinates": {"latitude": 3.7564095, "longitude": -121.574606}}, "correlationId": "48e17871-9751-4c8d-8d7c-0fd5e8522a5b", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "ec9814eb-7140-4594-8d4a-33b219b13975", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 93, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Adobe Identity Management Service", "resourceId": "80abac89-d2c0-4b6c-8ffc-5023bd7efc5e", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 34974, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "myu8fE9vqCw2GWQMarvmTw8o7OJFWWf4KhAhmKDjH2oTmyCR", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": null, "rngcStatus": 0}}, {"time": "2022-08-07T01:30:29.567260Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "44.22.19.201", "correlationId": "0f6fa58f-db65-4979-acef-efad7ca16edc", "identity": "David Johnson", "Level": 4, "location": "XN", "properties": {"id": "89d2bf47-746f-4da3-ab65-82922aea4f00", "createdDateTime": "2022-08-07T01:30:29.738260Z", "userDisplayName": "David Johnson", "userPrincipalName": "djohnson@domain.com", "userId": "ff2ae3d2-8cd2-4bd6-b65d-49c5ad946c7f", "appId": "2eae4ad1-8cae-48fe-b718-76bd66e2fc7f", "appDisplayName": "Bipsync", "ipAddress": "44.22.19.201", "status": {"errorCode": 0}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (iPad; CPU iPad OS 9_3_6 like Mac OS X) AppleWebKit/536.1 (KHTML, like Gecko) CriOS/42.0.865.0 Mobile/77O124 Safari/536.1 Edge/99.14477", "deviceDetail": {"deviceId": "717ebe00-a5eb-412e-97b6-7b8ab7cfbc02", "displayName": "DAVIDJOHNSON-LT", "operatingSystem": "Windows 10", "browser": "Edge 99.14477", "trustType": "Azure AD registered"}, "location": {"city": "Littlemouth", "state": "Alexanderfurt", "countryOrRegion": "XN", "geoCoordinates": {"latitude": 25.4437255, "longitude": -109.530885}}, "correlationId": "e2592797-f3fe-49ba-a7a5-d4f9099782d1", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "97083a02-7415-4460-b9ef-50e49d7a4dcb", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "processingTimeInMilliseconds": 171, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Bipsync Service", "resourceId": "9a84f55e-3a40-492c-9476-e069f64ed7a6", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 230297, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "UUtpkmF3Kqd0CkaF9J6ionFaEJVx38ubW4SoieWS3bREdfP6", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "37ee873b-f901-4e25-be69-010243106d0f"}}, {"time": "2022-08-07T01:38:47.692775Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "42.62.103.34", "correlationId": "949cf6dd-9e2f-43bb-b362-f113a01945cd", "identity": "Joseph Taylor", "Level": 4, "location": "XF", "properties": {"id": "61a4e203-e55e-4977-9b6d-1848a8c27100", "createdDateTime": "2022-08-07T01:38:47.797775Z", "userDisplayName": "Joseph Taylor", "userPrincipalName": "jtaylor@domain.com", "userId": "af9847eb-c773-41ae-bf94-42747c5e986c", "appId": "e47a1d38-5f61-45cd-b1b9-bc92f525c598", "appDisplayName": "Altoura", "ipAddress": "42.62.103.34", "status": {"errorCode": 0, "additionalDetails": "MFA requirement satisfied by claim in the token"}, "clientAppUsed": "Browser", "userAgent": "Mozilla/5.0 (Linux; Android 2.3.5) AppleWebKit/532.2 (KHTML, like Gecko) Chrome/46.0.898.0 Safari/532.2 Edge/105.19198", "deviceDetail": {"deviceId": "76b96bd3-e5d7-49ee-b195-bf363facdb3d", "displayName": "JOSEPHTAYLOR-LT", "operatingSystem": "Windows 10", "browser": "Edge 105.19198", "isCompliant": true, "isManaged": true, "trustType": "Azure AD joined"}, "location": {"city": "Jessicafurt", "state": "Smithbury", "countryOrRegion": "XF", "geoCoordinates": {"latitude": 17.5082395, "longitude": -115.304215}}, "mfaDetail": {}, "correlationId": "3b09da3b-fbe4-486a-a030-6ed43c206261", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "e09e4633-d0cc-4e30-8c33-52a8a5fce6d9", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 105, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Altoura Online", "resourceId": "8a137ba4-52ae-4dbf-94af-2e56851573c4", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 393508, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "eZlfO5QqOZcZsKKPppnIb1uivZqVmKJyWcOIAWyw7Ugn4Eog", "incomingTokenType": "none", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": null, "rngcStatus": 0}}, {"time": "2022-08-07T01:40:22.299469Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "92.150.146.180", "correlationId": "61bd24eb-376e-4c88-ae95-f2618b6b9dd1", "identity": "Nicholas Black", "Level": 4, "location": "XP", "properties": {"id": "20f677f0-ddf9-46df-bf50-9e29c0c38b00", "createdDateTime": "2022-08-07T01:40:22.368469Z", "userDisplayName": "Nicholas Black", "userPrincipalName": "nblack@domain.com", "userId": "fdbaeb01-a814-4736-b297-facda1075c14", "appId": "9167c284-c68f-468a-84be-0ee4f23879fe", "appDisplayName": "ArcGIS Enterprise", "ipAddress": "92.150.146.180", "status": {"errorCode": 0}, "clientAppUsed": "Mobile Apps and Desktop clients", "deviceDetail": {"deviceId": "", "operatingSystem": "Android"}, "location": {"city": "Christopherton", "state": "Andreaport", "countryOrRegion": "XP", "geoCoordinates": {"latitude": -59.4533945, "longitude": -153.616856}}, "correlationId": "a4d747cf-0e20-45f1-b22e-e5e342840850", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "6d303c35-f0ee-489e-a709-eae0737c0054", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 69, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "ArcGIS Enterprise Service", "resourceId": "9a84f55e-3a40-492c-9476-e069f64ed7a6", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 370904, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "8WMjGNCqXYZlPwmPYMhpO4YYqw9hmfxoCQZY8270IeCJN2Mc", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "37ee873b-f901-4e25-be69-010243106d0f", "rngcStatus": 0}}, {"time": "2022-08-07T02:07:41.834918Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "13.113.40.157", "correlationId": "08537222-e35a-4598-a001-288eedfb15d8", "identity": "Attack Target", "Level": 4, "location": "XR", "properties": {"id": "07e9bef6-9926-4484-b7b4-4a15acaa8f00", "createdDateTime": "2022-08-07T02:07:41.942918Z", "userDisplayName": "Attack Target", "userPrincipalName": "attacktarget@domain.com", "userId": "d735e84b-dcca-404d-9f7d-700f360f41a6", "appId": "9a7e67c7-6f05-42a3-b226-97c7ec3e9696", "appDisplayName": "Adobe Identity Management", "ipAddress": "13.113.40.157", "ipAddressFromResourceProvider": "13.113.40.157", "status": {"errorCode": 0}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (iPad; CPU iPad OS 9_3_6 like Mac OS X) AppleWebKit/536.1 (KHTML, like Gecko) CriOS/42.0.865.0 Mobile/77O124 Safari/536.1 Edge/99.14477", "deviceDetail": {"deviceId": "a44625dc-6f81-449a-9799-8005f7209b42", "displayName": "ATTACKTARGET-LT", "operatingSystem": "Windows 10", "browser": "Edge 99.14477", "trustType": "Azure AD registered"}, "location": {"city": "Smithfort", "state": "Smithfort", "countryOrRegion": "XR", "geoCoordinates": {"latitude": 3.7564095, "longitude": -121.574606}}, "correlationId": "f1af031e-e8b8-4e65-9d46-cd4ea6dca300", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "34e51624-d0ac-4edc-be22-769f30ed97f5", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 108, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Adobe Identity Management Service", "resourceId": "c8eab36d-0a82-409d-8693-a8dabc997921", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 34974, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "pzyzi7BlswMtWIw7y0wpZfHZwdutRzoX4SYA732F3BvBPo0K", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "2248d3ef-d7b8-4eb2-bd20-fb53f725bfe3", "rngcStatus": 0}}, {"time": "2022-08-07T02:15:57.326464Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "13.113.40.157", "correlationId": "34c8d3bb-88f5-4cd1-a203-855a108b71e9", "identity": "Attack Target", "Level": 4, "location": "XR", "properties": {"id": "86ba97e9-45f2-4c3d-bbb5-6d0bbf296100", "createdDateTime": "2022-08-07T02:15:57.463464Z", "userDisplayName": "Attack Target", "userPrincipalName": "attacktarget@domain.com", "userId": "d735e84b-dcca-404d-9f7d-700f360f41a6", "appId": "9a7e67c7-6f05-42a3-b226-97c7ec3e9696", "appDisplayName": "Adobe Identity Management", "ipAddress": "13.113.40.157", "status": {"errorCode": 0}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (iPad; CPU iPad OS 9_3_6 like Mac OS X) AppleWebKit/536.1 (KHTML, like Gecko) CriOS/42.0.865.0 Mobile/77O124 Safari/536.1 Edge/99.14477", "deviceDetail": {"deviceId": "a44625dc-6f81-449a-9799-8005f7209b42", "displayName": "ATTACKTARGET-LT", "operatingSystem": "Windows 10", "browser": "Edge 99.14477", "trustType": "Azure AD registered"}, "location": {"city": "New John", "state": "Smithfort", "countryOrRegion": "XR", "geoCoordinates": {"latitude": -89.144242, "longitude": 168.119022}}, "correlationId": "1dc25cb8-9cf3-46e7-b02b-1d5987d334f6", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "a7d5e81c-a629-4407-9842-010df9a682c9", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 137, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Adobe Identity Management Service", "resourceId": "30663ca7-f8a9-43ab-8ca1-7906bdbc1485", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 34974, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "aiTuNyn3uSxeuvcfJf1tKX5xZ4gEYDu973Od0xAqeNCSJPqN", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "a6c259e5-7f16-48b2-a9f3-75becd6daa9b", "rngcStatus": 0}}, {"time": "2022-08-07T02:48:24.670987Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "86.154.193.190", "correlationId": "9358d517-d536-46fd-8087-0d1decec42a3", "identity": "Jamie Watson", "Level": 4, "location": "XR", "properties": {"id": "bda3243b-e692-4956-ba3d-d34059ce7700", "createdDateTime": "2022-08-07T02:48:24.856987Z", "userDisplayName": "Jamie Watson", "userPrincipalName": "jwatson@domain.com", "userId": "2844695b-9a70-48ed-a5ce-f3d711e2292b", "appId": "9a7e67c7-6f05-42a3-b226-97c7ec3e9696", "appDisplayName": "Adobe Identity Management", "ipAddress": "86.154.193.190", "status": {"errorCode": 0}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (X11; Linux i686) AppleWebKit/533.0 (KHTML, like Gecko) Chrome/24.0.803.0 Safari/533.0 Edge/40.11325", "deviceDetail": {"deviceId": "fc784602-6455-4450-be3c-6770e0359f8a", "displayName": "JAMIEWATSON-LT", "operatingSystem": "Windows 10", "browser": "Edge 40.11325", "isCompliant": true, "isManaged": true, "trustType": "Azure AD joined"}, "location": {"city": "Port Denisetown", "state": "Smithton", "countryOrRegion": "XR", "geoCoordinates": {"latitude": 3.5518965, "longitude": 131.871582}}, "correlationId": "549cb2e1-7cb6-4624-ae0f-114b52be7bd2", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "388f9896-fc67-47b9-b529-e841e89eddfd", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 186, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Adobe Identity Management Service", "resourceId": "64e29d5c-d767-4f7f-95c0-36a33f97503f", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 256668, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "eLAf2RfaFGXmo0jwHb9rJOqpbDy85Un78iFOuTQQs8DedXng", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": null, "rngcStatus": 0}}, {"time": "2022-08-07T02:52:40.833075Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "42.62.103.34", "correlationId": "1007523c-08bd-2173-12bb-4e4c0881d7a8", "identity": "Joseph Taylor", "Level": 4, "location": "XF", "properties": {"id": "528a72ae-c612-474f-a22e-2f6942167800", "createdDateTime": "2022-08-07T02:52:40.964075Z", "userDisplayName": "Joseph Taylor", "userPrincipalName": "jtaylor@domain.com", "userId": "af9847eb-c773-41ae-bf94-42747c5e986c", "appId": "b2421da4-c71e-46a9-b848-495ef54b79c4", "appDisplayName": "ServiceNow", "ipAddress": "42.62.103.34", "status": {"errorCode": 0, "additionalDetails": "MFA requirement satisfied by claim in the token"}, "clientAppUsed": "Browser", "deviceDetail": {"deviceId": "76b96bd3-e5d7-49ee-b195-bf363facdb3d", "displayName": "JOSEPHTAYLOR-LT", "operatingSystem": "Windows10", "browser": "Rich Client 4.30.1.0", "isCompliant": true, "isManaged": true, "trustType": "Azure AD joined"}, "location": {"city": "Jessicafurt", "state": "Smithbury", "countryOrRegion": "XF", "geoCoordinates": {"latitude": 17.5082395, "longitude": -115.304215}}, "mfaDetail": {}, "correlationId": "b065303b-7bf0-4eab-9902-6b11146607ea", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "9d4a0f57-193c-43c4-96e8-3ec7c76b0aab", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 131, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "ServiceNow Online", "resourceId": "f0630e90-b752-4960-bfb9-a0794fc34930", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 393508, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "2F6wSBewb1l2ixg0wefMLJ0Ep2C0bQktQJIUJaoQEAwrtFQz", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "1f37c851-4be4-455b-928a-fbde7845a68a", "rngcStatus": 0}}, {"time": "2022-08-07T03:11:01.088151Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "42.62.103.34", "correlationId": "7a667b5e-44a9-4a4a-9c47-d2281607c857", "identity": "Joseph Taylor", "Level": 4, "location": "XF", "properties": {"id": "7682696f-415e-4a05-906d-36aa528b7700", "createdDateTime": "2022-08-07T03:11:01.170151Z", "userDisplayName": "Joseph Taylor", "userPrincipalName": "jtaylor@domain.com", "userId": "af9847eb-c773-41ae-bf94-42747c5e986c", "appId": "18bf60fa-77dd-4aad-891d-af82ca87dd06", "appDisplayName": "FortiGate SSL VPN", "ipAddress": "42.62.103.34", "status": {"errorCode": 0, "additionalDetails": "MFA requirement satisfied by claim in the token"}, "clientAppUsed": "Browser", "deviceDetail": {"deviceId": "76b96bd3-e5d7-49ee-b195-bf363facdb3d", "displayName": "JOSEPHTAYLOR-LT", "operatingSystem": "Windows", "browser": "Rich Client 4.22.0.0", "isCompliant": true, "isManaged": true, "trustType": "Azure AD joined"}, "location": {"city": "Jessicafurt", "state": "Smithbury", "countryOrRegion": "XF", "geoCoordinates": {"latitude": 17.5082395, "longitude": -115.304215}}, "mfaDetail": {}, "correlationId": "ac22cec0-ef16-4032-ac34-fb881293561c", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "ab8a10cf-7cdf-4e64-ad1a-efa5bed97bb9", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 82, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "FortiGate SSL VPN Service", "resourceId": "a1edee32-85c4-4a57-afcb-5853873a47e7", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 393508, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "754YYmFVMRtr8Jf2Uor9m5GluPfbXAnvm7WYLQ5IMbLCgRGS", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "0898af19-dfef-4b51-a918-f534c473013d", "rngcStatus": 0}}, {"time": "2022-08-07T03:38:46.264800Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "50158", "resultSignature": "None", "resultDescription": "External security challenge was not satisfied.", "durationMs": 0, "callerIpAddress": "44.22.19.201", "correlationId": "38ce0132-e439-4f2c-a55a-fce268ad9ff8", "identity": "Thomas Price", "Level": 4, "location": "XN", "properties": {"id": "ec269e96-7bac-4a1f-b78f-5698b2886100", "createdDateTime": "2022-08-07T03:38:46.388800Z", "userDisplayName": "Thomas Price", "userPrincipalName": "tprice@domain.com", "userId": "32109ee2-ee4f-4d11-9c38-2556aec0f2b5", "appId": "9a7e67c7-6f05-42a3-b226-97c7ec3e9696", "appDisplayName": "Adobe Identity Management", "ipAddress": "44.22.19.201", "status": {"errorCode": 50158, "failureReason": "External security challenge was not satisfied."}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (X11; Linux i686) AppleWebKit/535.2 (KHTML, like Gecko) Chrome/22.0.843.0 Safari/535.2 Edge/118.12158", "deviceDetail": {"deviceId": "a12f42a7-2ae0-42d8-aec8-bf7cb3dea82c", "displayName": "THOMASPRICE-LT", "operatingSystem": "Windows 10", "browser": "Edge 118.12158", "trustType": "Hybrid Azure AD joined"}, "location": {"city": "Littlemouth", "state": "Alexanderfurt", "countryOrRegion": "XN", "geoCoordinates": {"latitude": 25.4437255, "longitude": -109.530885}}, "correlationId": "b8aa9611-e875-4bb6-b8fe-90719a5d66d8", "conditionalAccessStatus": "failure", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "2f3cd431-1ff9-474d-b101-7dbccdb8b6ff", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "processingTimeInMilliseconds": 124, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Adobe Identity Management Service", "resourceId": "30663ca7-f8a9-43ab-8ca1-7906bdbc1485", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 230297, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "jRLsqo4NvZkmAUtEAYViS8qg0co6UvFMkHPdVfJNjJxTSv8C", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "a6c259e5-7f16-48b2-a9f3-75becd6daa9b"}}, {"time": "2022-08-07T03:40:02.562836Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "13.113.40.157", "correlationId": "0bc3e406-e723-4deb-8ef0-4260721bd18d", "identity": "Attack Target", "Level": 4, "location": "XR", "properties": {"id": "0247f9e7-1fff-44eb-af6f-23a3ce6a7500", "createdDateTime": "2022-08-07T03:40:02.697836Z", "userDisplayName": "Attack Target", "userPrincipalName": "attacktarget@domain.com", "userId": "d735e84b-dcca-404d-9f7d-700f360f41a6", "appId": "9a7e67c7-6f05-42a3-b226-97c7ec3e9696", "appDisplayName": "Adobe Identity Management", "ipAddress": "13.113.40.157", "status": {"errorCode": 0}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (iPad; CPU iPad OS 9_3_6 like Mac OS X) AppleWebKit/536.1 (KHTML, like Gecko) CriOS/42.0.865.0 Mobile/77O124 Safari/536.1 Edge/99.14477", "deviceDetail": {"deviceId": "a44625dc-6f81-449a-9799-8005f7209b42", "displayName": "ATTACKTARGET-LT", "operatingSystem": "Windows 10", "browser": "Edge 99.14477", "trustType": "Azure AD registered"}, "location": {"city": "Smithfort", "state": "Smithfort", "countryOrRegion": "XR", "geoCoordinates": {"latitude": 3.7564095, "longitude": -121.574606}}, "correlationId": "dbdbd926-2ef1-4ae7-be26-cbd9b2db9c8a", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "1198a9ce-c001-4d96-a127-4a256f8d7a26", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 135, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Adobe Identity Management Service", "resourceId": "30663ca7-f8a9-43ab-8ca1-7906bdbc1485", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 34974, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "ws6z7AkkQsE3PqjPvopvRBuCvV50v4VOSqeyuvAKrT4vjcCv", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "a6c259e5-7f16-48b2-a9f3-75becd6daa9b", "rngcStatus": 0}}, {"time": "2022-08-07T03:51:29.830750Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "199.12.127.103", "correlationId": "427bdf4a-284b-4765-8bef-53a14046eea9", "identity": "Jacob Meyers", "Level": 4, "location": "XG", "properties": {"id": "e0bb90da-c10b-4d5e-a497-7e4e508d6500", "createdDateTime": "2022-08-07T03:51:29.933750Z", "userDisplayName": "Jacob Meyers", "userPrincipalName": "jmeyers@domain.com", "userId": "c63a67b0-1651-4a8a-9560-cc703cdad5ad", "appId": "9de6e985-97a5-4d82-9c45-aedaa9c25ef9", "appDisplayName": "AWS Single-Account Access", "ipAddress": "199.12.127.103", "status": {"errorCode": 0}, "clientAppUsed": "Browser", "deviceDetail": {"deviceId": "68cb982e-f215-496c-89bb-cc07716ff474", "displayName": "JACOBMEYERS-LT", "operatingSystem": "Windows", "trustType": "Azure AD registered"}, "location": {"city": "Port Nathan", "state": "Newmanville", "countryOrRegion": "XG", "geoCoordinates": {"latitude": 23.244641, "longitude": -113.392021}}, "correlationId": "db486080-db54-4b07-b087-f8257a79df7b", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "f919113b-2a14-4631-80b2-2d02895bb0ec", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 103, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "AWS Single-Account Access Service", "resourceId": "9a84f55e-3a40-492c-9476-e069f64ed7a6", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 282405, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "UQRNElIsFPjjLM1AgQOTNuoBx8HxSJ5MNRqjXJf79bi03oCi", "incomingTokenType": "none", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "37ee873b-f901-4e25-be69-010243106d0f", "rngcStatus": 0}}, {"time": "2022-08-07T03:54:30.542727Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "SignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "199.12.127.103", "correlationId": "e3756cea-2af0-42e4-9558-861d17abab89", "identity": "Jacob Meyers", "Level": 4, "location": "XG", "properties": {"id": "daba1fa0-45a8-4cfc-8268-990ae3b76500", "createdDateTime": "2022-08-07T03:54:30.635727Z", "userDisplayName": "Jacob Meyers", "userPrincipalName": "jmeyers@domain.com", "userId": "c63a67b0-1651-4a8a-9560-cc703cdad5ad", "appId": "1b3edb90-1e06-46db-b021-e2fc1f7ddaf5", "appDisplayName": "Beatrust", "ipAddress": "199.12.127.103", "status": {"errorCode": 0}, "clientAppUsed": "Browser", "userAgent": "Mozilla/5.0 (Windows NT 5.1) AppleWebKit/534.1 (KHTML, like Gecko) Chrome/37.0.847.0 Safari/534.1", "deviceDetail": {"deviceId": "", "operatingSystem": "Windows 10", "browser": "Chrome 37.0.847.0"}, "location": {"city": "Port Nathan", "state": "Newmanville", "countryOrRegion": "XG", "geoCoordinates": {"latitude": 23.244641, "longitude": -113.392021}}, "correlationId": "3f1a2cf7-6490-43d1-b05c-a8830acd0cdd", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "e75d30af-01a0-49ee-904a-70f1e748bfd2", "isInteractive": true, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 93, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Beatrust Service", "resourceId": "24578515-1951-4064-967d-0d2acaf0aa70", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 282405, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "6bKV8UDLPZ6LWppNZIa7ZHoNuhUrjOsLFJkeKxbeJ6wndH7L", "incomingTokenType": "none", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "0e68752b-7dfa-400b-a6f5-1b54af90696a", "rngcStatus": 0}}, {"time": "2022-08-07T04:20:51.055270Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "156.206.181.119", "correlationId": "c6ce6453-8df9-4b68-9c8b-3aa3172df5e4", "identity": "Cynthia Perry", "Level": 4, "location": "XY", "properties": {"id": "ec269e96-7bac-4a1f-b78f-569880015c00", "createdDateTime": "2022-08-07T04:20:51.142270Z", "userDisplayName": "Cynthia Perry", "userPrincipalName": "cperry@domain.com", "userId": "ac5fa380-9d5b-470e-beb2-5ba10aca48e6", "appId": "9de6e985-97a5-4d82-9c45-aedaa9c25ef9", "appDisplayName": "AWS Single-Account Access", "ipAddress": "156.206.181.119", "status": {"errorCode": 0}, "clientAppUsed": "Browser", "deviceDetail": {"deviceId": "", "operatingSystem": "Windows"}, "location": {"city": "Hannaville", "state": "Thomashaven", "countryOrRegion": "XY", "geoCoordinates": {"latitude": 1.1452695, "longitude": 128.249211}}, "correlationId": "2689b29c-a926-47a7-9e31-e58d285fa94f", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "4360a3a1-c465-4414-8fcb-f4e8f09cbfbf", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "processingTimeInMilliseconds": 87, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "AWS Single-Account Access Service", "resourceId": "9a84f55e-3a40-492c-9476-e069f64ed7a6", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 279165, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "5ZfkNqWhuqSLj2x6UL8TMYo3z6lasaKAICaup8IY67TjzVQe", "incomingTokenType": "none", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "37ee873b-f901-4e25-be69-010243106d0f"}}, {"time": "2022-08-07T04:21:59.473499Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "22.42.248.243", "correlationId": "346ea46c-7a86-471c-a384-7abba64cc729", "identity": "Melissa Martin", "Level": 4, "location": "XR", "properties": {"id": "63bfc6bd-dc3a-4cb3-9260-851d695d5e00", "createdDateTime": "2022-08-07T04:21:59.637499Z", "userDisplayName": "Melissa Martin", "userPrincipalName": "mmartin@domain.com", "userId": "632ccb55-03a7-40f4-9893-653527cae790", "appId": "9167c284-c68f-468a-84be-0ee4f23879fe", "appDisplayName": "ArcGIS Enterprise", "ipAddress": "22.42.248.243", "status": {"errorCode": 0}, "clientAppUsed": "Mobile Apps and Desktop clients", "deviceDetail": {"deviceId": "", "operatingSystem": "Ios", "browser": "Mobile Safari"}, "location": {"city": "Port Denisetown", "state": "Smithton", "countryOrRegion": "XR", "geoCoordinates": {"latitude": 40.136047, "longitude": 44.514491}}, "correlationId": "45ea5244-c73c-4573-97a8-656685798794", "conditionalAccessStatus": "notApplied", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "abcfbc88-f3f6-49a3-84db-dcf52ea32fcb", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "processingTimeInMilliseconds": 164, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "ArcGIS Enterprise Service", "resourceId": "7a8caa38-3454-4033-9b2e-0e69152cca1e", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 432564, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "FTLS8aWxlcDiS7971SwnAdFC1hF4MT90GNM6vAT37Zy2Hrl3", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "7c9b147a-b2e2-42f4-8881-d000653c3411"}}, {"time": "2022-08-07T04:30:03.123546Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "86.154.193.190", "correlationId": "db215e0a-ca7c-4002-a54d-d37e0e1d3937", "identity": "Jamie Watson", "Level": 4, "location": "XR", "properties": {"id": "37de7214-048f-4127-804b-50860c0f6900", "createdDateTime": "2022-08-07T04:30:03.316546Z", "userDisplayName": "Jamie Watson", "userPrincipalName": "jwatson@domain.com", "userId": "2844695b-9a70-48ed-a5ce-f3d711e2292b", "appId": "9c5b7fe3-0ad2-4ea6-94e5-9e0001f367e3", "appDisplayName": "Articulate 360", "ipAddress": "86.154.193.190", "status": {"errorCode": 0}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (X11; Linux i686) AppleWebKit/533.0 (KHTML, like Gecko) Chrome/24.0.803.0 Safari/533.0 Edge/40.11325", "deviceDetail": {"deviceId": "fc784602-6455-4450-be3c-6770e0359f8a", "displayName": "JAMIEWATSON-LT", "operatingSystem": "Windows 10", "browser": "Edge 40.11325", "isCompliant": true, "isManaged": true, "trustType": "Azure AD joined"}, "location": {"city": "Port Denisetown", "state": "Smithton", "countryOrRegion": "XR", "geoCoordinates": {"latitude": 3.5518965, "longitude": 131.871582}}, "correlationId": "d01e0de0-00c1-4b7d-83ee-1f92821425a4", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "64ab057a-a84f-44a0-9de0-2da9f0616e97", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 193, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Articulate 360 Online", "resourceId": "436260d5-3791-4aea-a4da-aa698ec35f2f", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 256668, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "k2ZWkrOamA1HmBWOQ39YMMzrVyvB7P5Mszf7RIbrnFKATiby", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "94b9f3ba-5f4b-4edc-99dc-a420b76960f9", "rngcStatus": 0}}, {"time": "2022-08-07T05:02:42.457547Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "1.210.58.10", "correlationId": "3fe695bb-539f-4c54-ba93-0635ad2378d0", "identity": "Keith Sheppard", "Level": 4, "location": "XD", "properties": {"id": "c09145de-2e38-4616-bd8d-3308b7366700", "createdDateTime": "2022-08-07T05:02:42.614547Z", "userDisplayName": "Keith Sheppard", "userPrincipalName": "ksheppard@domain.com", "userId": "05bd48f1-91d2-4c2d-9a7c-80e80f561b3c", "appId": "dbe6b779-13df-45f2-a6d7-1323485479f6", "appDisplayName": "Cisco Webex", "ipAddress": "1.210.58.10", "status": {"errorCode": 0}, "clientAppUsed": "Browser", "deviceDetail": {"deviceId": "639815fd-5018-4e38-9d81-67538b2ce460", "displayName": "KEITHSHEPPARD-LT", "operatingSystem": "Windows10", "browser": "Rich Client 4.38.0.0", "trustType": "Azure AD registered"}, "location": {"city": "Cooperhaven", "state": "Norrisbury", "countryOrRegion": "XD", "geoCoordinates": {"latitude": 70.436398, "longitude": -23.873747}}, "correlationId": "f0317c42-bf89-469c-b01f-38be6dd0e2e0", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "e9cbaf24-d8f4-494c-9904-78f3f61a91c5", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 157, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Cisco Webex Service", "resourceId": "9a84f55e-3a40-492c-9476-e069f64ed7a6", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 69487, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "v5ZSEvzV6OkvXOJ6QSzhpO3dBN6T3HqSoHuBEyiVJWCYpZ6x", "incomingTokenType": "none", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "37ee873b-f901-4e25-be69-010243106d0f", "rngcStatus": 0}}, {"time": "2022-08-07T05:17:12.595440Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "1.210.58.10", "correlationId": "811c93f9-a9bb-4cdc-90c5-f14db9155dc6", "identity": "Keith Sheppard", "Level": 4, "location": "XD", "properties": {"id": "10696f74-a92e-4dcd-9925-f183db686800", "createdDateTime": "2022-08-07T05:17:12.671440Z", "userDisplayName": "Keith Sheppard", "userPrincipalName": "ksheppard@domain.com", "userId": "05bd48f1-91d2-4c2d-9a7c-80e80f561b3c", "appId": "9a7e67c7-6f05-42a3-b226-97c7ec3e9696", "appDisplayName": "Adobe Identity Management", "ipAddress": "1.210.58.10", "status": {"errorCode": 0}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (Windows NT 4.0) AppleWebKit/531.1 (KHTML, like Gecko) Chrome/20.0.823.0 Safari/531.1 Edge/87.11424", "deviceDetail": {"deviceId": "639815fd-5018-4e38-9d81-67538b2ce460", "displayName": "KEITHSHEPPARD-LT", "operatingSystem": "Windows 10", "browser": "Edge 87.11424", "trustType": "Azure AD registered"}, "location": {"city": "Cooperhaven", "state": "Norrisbury", "countryOrRegion": "XD", "geoCoordinates": {"latitude": 70.436398, "longitude": -23.873747}}, "correlationId": "f886c34e-e4b1-42bc-84ea-64f4db9e077b", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "c057f1fb-c5d2-40a5-b843-f01aaf8b5664", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 76, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Adobe Identity Management Service", "resourceId": "7d6a0897-8b82-49e9-90e2-d482fb9202bd", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 69487, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "U7Y71BI4S5adI6nvKJofhNgqwSVSDOLV2dipGULpya7MRYlJ", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "537d9419-7e2b-4778-9102-62256bcfcf45", "rngcStatus": 0}}, {"time": "2022-08-07T05:19:12.694543Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "50158", "resultSignature": "None", "resultDescription": "External security challenge was not satisfied.", "durationMs": 0, "callerIpAddress": "92.110.109.246", "correlationId": "6571805a-7209-47d3-861e-68d8403f3e8a", "identity": "Thomas Price", "Level": 4, "location": "XR", "properties": {"id": "7d318455-34d8-4ae2-8167-c67cbc785900", "createdDateTime": "2022-08-07T05:19:12.819543Z", "userDisplayName": "Thomas Price", "userPrincipalName": "tprice@domain.com", "userId": "32109ee2-ee4f-4d11-9c38-2556aec0f2b5", "appId": "9a7e67c7-6f05-42a3-b226-97c7ec3e9696", "appDisplayName": "Adobe Identity Management", "ipAddress": "92.110.109.246", "status": {"errorCode": 50158, "failureReason": "External security challenge was not satisfied."}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (X11; Linux i686) AppleWebKit/535.2 (KHTML, like Gecko) Chrome/22.0.843.0 Safari/535.2 Edge/118.12158", "deviceDetail": {"deviceId": "0927e60c-8dfa-4ecf-be85-ad63bccf40a1", "displayName": "THOMASPRICE-LT", "operatingSystem": "Windows 10", "browser": "Edge 118.12158", "trustType": "Hybrid Azure AD joined"}, "location": {"city": "Port Denisetown", "state": "Smithton", "countryOrRegion": "XR", "geoCoordinates": {"latitude": 3.5518965, "longitude": 131.871582}}, "correlationId": "aef95b67-2464-451b-bc3c-ea534e15612c", "conditionalAccessStatus": "failure", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "648dcf20-622c-470e-b2f8-db00cca13afe", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "processingTimeInMilliseconds": 125, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Adobe Identity Management Service", "resourceId": "30663ca7-f8a9-43ab-8ca1-7906bdbc1485", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 230297, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "IOtkDUpkTu18Qt0h2yGmnOLFreQFDvU7qXrtVfiOsp4Z2tbg", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "a6c259e5-7f16-48b2-a9f3-75becd6daa9b"}}, {"time": "2022-08-07T05:24:03.098443Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "147.132.189.119", "correlationId": "ca6f01c9-23a5-4f9c-a607-dbd4864ef1c9", "identity": "Terry Proctor", "Level": 4, "location": "XR", "properties": {"id": "528a72ae-c612-474f-a22e-2f692ae66e00", "createdDateTime": "2022-08-07T05:24:03.200443Z", "userDisplayName": "Terry Proctor", "userPrincipalName": "tproctor@domain.com", "userId": "03110cc5-e54f-4dae-b68a-bf5d945f8152", "appId": "9a7e67c7-6f05-42a3-b226-97c7ec3e9696", "appDisplayName": "Adobe Identity Management", "ipAddress": "147.132.189.119", "ipAddressFromResourceProvider": "86.154.193.190", "status": {"errorCode": 0, "additionalDetails": "MFA requirement satisfied by claim in the token"}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (X11; Linux i686) AppleWebKit/533.0 (KHTML, like Gecko) Chrome/24.0.803.0 Safari/533.0 Edge/40.11325", "deviceDetail": {"deviceId": "88ee69d5-1eb7-4f29-b594-e9b4e3371940", "displayName": "TERRYPROCTOR-LT", "operatingSystem": "Windows 10", "browser": "Edge 40.11325", "isCompliant": true, "isManaged": true, "trustType": "Azure AD joined"}, "location": {"city": "Port Denisetown", "state": "Smithton", "countryOrRegion": "XR", "geoCoordinates": {"latitude": 3.5518965, "longitude": 131.871582}}, "mfaDetail": {}, "correlationId": "5cfb2977-d1a6-4f9d-85e4-1e960c609061", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "ea9636a1-0b15-41ff-8c0b-2823159224ba", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 102, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Adobe Identity Management Service", "resourceId": "c8eab36d-0a82-409d-8693-a8dabc997921", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 256668, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "cf7bLwHJSXn6q1dSHTSs3z19Zp4mzMb91R0Hw1o68SJmXaRt", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "2248d3ef-d7b8-4eb2-bd20-fb53f725bfe3", "rngcStatus": 0}}, {"time": "2022-08-07T05:38:41.425135Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "50158", "resultSignature": "None", "resultDescription": "External security challenge was not satisfied.", "durationMs": 0, "callerIpAddress": "105.169.153.183", "correlationId": "fcad5799-da97-433e-9cec-fbaefb9ad722", "identity": "Thomas Price", "Level": 4, "location": "XR", "properties": {"id": "637c2839-00f2-4bd6-9b14-b8f53f515200", "createdDateTime": "2022-08-07T05:38:41.565135Z", "userDisplayName": "Thomas Price", "userPrincipalName": "tprice@domain.com", "userId": "32109ee2-ee4f-4d11-9c38-2556aec0f2b5", "appId": "79510a8f-6421-4348-a2ea-bcc2b02485c1", "appDisplayName": "Cisco AnyConnect", "ipAddress": "105.169.153.183", "status": {"errorCode": 50158, "failureReason": "External security challenge was not satisfied."}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (X11; Linux i686) AppleWebKit/535.2 (KHTML, like Gecko) Chrome/22.0.843.0 Safari/535.2 Edge/118.12158", "deviceDetail": {"deviceId": "2b85c59f-331a-4b61-9a44-9d3d6df62a06", "displayName": "THOMASPRICE-LT", "operatingSystem": "Windows 10", "browser": "Edge 118.12158", "trustType": "Hybrid Azure AD joined"}, "location": {"city": "Kevinton", "state": "Smithton", "countryOrRegion": "XR", "geoCoordinates": {"latitude": -87.5106305, "longitude": -77.991036}}, "correlationId": "35b72d76-8f0f-461c-b54a-7fa92b0a72fb", "conditionalAccessStatus": "failure", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "884708b9-1726-4740-84c2-fed0f86256ab", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "processingTimeInMilliseconds": 140, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Cisco AnyConnect Online", "resourceId": "5d5b8d28-6a28-472e-b837-a4094e466965", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 256668, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "nnCfO5NkgfIKxmaXGe0PMUfs4Vbr735UYfHGAqBqGDZdBDhV", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "15655e1f-5005-4c53-b3c0-c4a1d1ca5e9e"}}, {"time": "2022-08-07T05:50:11.425404Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "50173", "resultSignature": "None", "resultDescription": "Fresh auth token is needed. Have the user re-sign using fresh credentials.", "durationMs": 0, "callerIpAddress": "99.116.100.205", "correlationId": "48fabddf-40bf-485b-832e-5f32d513e925", "identity": "Aaron Cole", "Level": 4, "location": "XD", "properties": {"id": "8e02be17-b237-45cb-8237-03a193d36c00", "createdDateTime": "2022-08-07T05:50:11.483404Z", "userDisplayName": "Aaron Cole", "userPrincipalName": "acole@domain.com", "userId": "5d557969-1645-4ba4-be83-b6fd943659f7", "appId": "b6eb5487-41e5-4254-acc5-72fbd850bd1e", "appDisplayName": "Google Cloud / G Suite Connector by Microsoft", "ipAddress": "99.116.100.205", "status": {"errorCode": 50173, "failureReason": "Fresh auth token is needed. Have the user re-sign using fresh credentials."}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (iPad; CPU iPad OS 9_3_6 like Mac OS X) AppleWebKit/536.1 (KHTML, like Gecko) CriOS/42.0.865.0 Mobile/77O124 Safari/536.1 Edge/99.14477", "deviceDetail": {"deviceId": "", "operatingSystem": "Windows 10", "browser": "Edge 99.14477"}, "location": {"city": "Carrollstad", "state": "Norrisbury", "countryOrRegion": "XD", "geoCoordinates": {"latitude": -38.8540465, "longitude": -17.674718}}, "correlationId": "c30781a8-2474-4c0d-b6ac-cdbeb2316540", "conditionalAccessStatus": "notApplied", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "a70b1e02-0b2a-46e2-a35a-16d114965615", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 58, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Google Cloud / G Suite Connector by Microsoft Service", "resourceId": "2c3383ff-432a-49ee-bb8b-8699a7d0416f", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 214655, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "S12y5RweJEDmvI336A74j3yoJbmkH6GFjuxLXFXolAYZJOt8", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "35efb8e5-3b35-4a86-b7ce-660b69bfa773", "rngcStatus": 0}}, {"time": "2022-08-07T05:53:29.750804Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "13.113.40.157", "correlationId": "7be1a258-ef67-4883-b648-d5780d53b684", "identity": "Attack Target", "Level": 4, "location": "XR", "properties": {"id": "8e02be17-b237-45cb-8237-03a1dd5a6800", "createdDateTime": "2022-08-07T05:53:30.100804Z", "userDisplayName": "Attack Target", "userPrincipalName": "attacktarget@domain.com", "userId": "d735e84b-dcca-404d-9f7d-700f360f41a6", "appId": "9c5b7fe3-0ad2-4ea6-94e5-9e0001f367e3", "appDisplayName": "Articulate 360", "ipAddress": "13.113.40.157", "status": {"errorCode": 0}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (iPad; CPU iPad OS 9_3_6 like Mac OS X) AppleWebKit/536.1 (KHTML, like Gecko) CriOS/42.0.865.0 Mobile/77O124 Safari/536.1 Edge/99.14477", "deviceDetail": {"deviceId": "a44625dc-6f81-449a-9799-8005f7209b42", "displayName": "ATTACKTARGET-LT", "operatingSystem": "Windows 10", "browser": "Edge 99.14477", "trustType": "Azure AD registered"}, "location": {"city": "Smithfort", "state": "Smithfort", "countryOrRegion": "XR", "geoCoordinates": {"latitude": 3.7564095, "longitude": -121.574606}}, "correlationId": "30d684bb-95f2-4088-8b7d-56189ddfbb37", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "52f95c82-38d1-456f-970c-2fedeb6ada2a", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 350, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Articulate 360 Online", "resourceId": "436260d5-3791-4aea-a4da-aa698ec35f2f", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 34974, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "xhQlcBJ43oyCpT4GGcNaf5ISA62FipDo14sbCLo7GAEXFyOT", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "94b9f3ba-5f4b-4edc-99dc-a420b76960f9", "rngcStatus": 0}}, {"time": "2022-08-07T06:02:39.472737Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "13.113.40.157", "correlationId": "c03a0cdc-ecb8-4887-bc26-fbc5461a7fea", "identity": "Attack Target", "Level": 4, "location": "XR", "properties": {"id": "36638119-94db-4a83-8a4c-0142968f4b00", "createdDateTime": "2022-08-07T06:02:39.593737Z", "userDisplayName": "Attack Target", "userPrincipalName": "attacktarget@domain.com", "userId": "d735e84b-dcca-404d-9f7d-700f360f41a6", "appId": "9a7e67c7-6f05-42a3-b226-97c7ec3e9696", "appDisplayName": "Adobe Identity Management", "ipAddress": "13.113.40.157", "ipAddressFromResourceProvider": "13.113.40.157", "status": {"errorCode": 0}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (iPad; CPU iPad OS 9_3_6 like Mac OS X) AppleWebKit/536.1 (KHTML, like Gecko) CriOS/42.0.865.0 Mobile/77O124 Safari/536.1 Edge/99.14477", "deviceDetail": {"deviceId": "a44625dc-6f81-449a-9799-8005f7209b42", "displayName": "ATTACKTARGET-LT", "operatingSystem": "Windows 10", "browser": "Edge 99.14477", "trustType": "Azure AD registered"}, "location": {"city": "New John", "state": "Smithfort", "countryOrRegion": "XR", "geoCoordinates": {"latitude": -89.144242, "longitude": 168.119022}}, "correlationId": "5f3e24ed-e437-43e4-a686-bdd46108842e", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "bacffbbc-a84b-45eb-b9fd-c22827f44ba9", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "processingTimeInMilliseconds": 121, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Adobe Identity Management Service", "resourceId": "c8eab36d-0a82-409d-8693-a8dabc997921", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 34974, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "DVrhELtZLomYZTgGEVyJvMM3BjGXaJie7FVHaM4FUnEzENPw", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "2248d3ef-d7b8-4eb2-bd20-fb53f725bfe3"}}, {"time": "2022-08-07T06:09:15.492881Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "86.154.193.190", "correlationId": "ef20fec0-434f-4177-bb22-5f927c3b6618", "identity": "Melissa Martin", "Level": 4, "location": "XR", "properties": {"id": "06dee02d-5499-45a9-a062-939ccfdd5300", "createdDateTime": "2022-08-07T06:09:15.591881Z", "userDisplayName": "Melissa Martin", "userPrincipalName": "mmartin@domain.com", "userId": "632ccb55-03a7-40f4-9893-653527cae790", "appId": "e47a1d38-5f61-45cd-b1b9-bc92f525c598", "appDisplayName": "Altoura", "ipAddress": "86.154.193.190", "status": {"errorCode": 0}, "clientAppUsed": "Browser", "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 12_4_8 like Mac OS X) AppleWebKit/536.2 (KHTML, like Gecko) CriOS/39.0.845.0 Mobile/81S373 Safari/536.2 Edge/40.11827", "deviceDetail": {"deviceId": "", "operatingSystem": "Windows 10", "browser": "Edge 40.11827"}, "location": {"city": "Port Denisetown", "state": "Smithton", "countryOrRegion": "XR", "geoCoordinates": {"latitude": 3.5518965, "longitude": 131.871582}}, "correlationId": "00c9508f-7adc-4279-ac9e-8bf8335bd5e4", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "f0d66c2e-b546-4539-9b0f-cf1e18aa5be4", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "processingTimeInMilliseconds": 99, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Altoura Online", "resourceId": "8a137ba4-52ae-4dbf-94af-2e56851573c4", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 256668, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "nrOoGeM7qh7629sP8ZT3z6yyTvp2UMJLSUdBEx5WtC9fyCIW", "incomingTokenType": "none", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": null}}, {"time": "2022-08-07T06:40:14.941353Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "199.12.127.103", "correlationId": "a435ff14-7a89-4aa8-a0d8-fe932036f3ab", "identity": "Jacob Meyers", "Level": 4, "location": "XG", "properties": {"id": "21cd51c1-e0da-46f7-88e2-556945016300", "createdDateTime": "2022-08-07T06:40:15.030353Z", "userDisplayName": "Jacob Meyers", "userPrincipalName": "jmeyers@domain.com", "userId": "c63a67b0-1651-4a8a-9560-cc703cdad5ad", "appId": "9167c284-c68f-468a-84be-0ee4f23879fe", "appDisplayName": "ArcGIS Enterprise", "ipAddress": "199.12.127.103", "status": {"errorCode": 0}, "clientAppUsed": "Mobile Apps and Desktop clients", "deviceDetail": {"deviceId": "", "operatingSystem": "Android"}, "location": {"city": "Port Nathan", "state": "Newmanville", "countryOrRegion": "XG", "geoCoordinates": {"latitude": 23.244641, "longitude": -113.392021}}, "correlationId": "763007f7-401f-4314-8938-325660b9159e", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "03e2e8af-dae3-4552-af81-ac4c03a877b1", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 89, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "ArcGIS Enterprise Service", "resourceId": "c8eab36d-0a82-409d-8693-a8dabc997921", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 282405, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "eVr4ATV3KBRYIuvZ1q8AKeOJSKzvoRJSlzytaqXZzkKMXAFw", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "2248d3ef-d7b8-4eb2-bd20-fb53f725bfe3", "rngcStatus": 0}}, {"time": "2022-08-07T07:02:36.085476Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "SignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "91.132.253.146", "correlationId": "30e03b72-805d-4c42-9fb1-4a393ff87907", "identity": "Aaron Cole", "Level": 4, "location": "XD", "properties": {"id": "49d543cf-3853-413c-83db-98127d868700", "createdDateTime": "2022-08-07T07:02:36.200476Z", "userDisplayName": "Aaron Cole", "userPrincipalName": "acole@domain.com", "userId": "5d557969-1645-4ba4-be83-b6fd943659f7", "appId": "09882a0a-ccfc-4f24-bedf-653c30932b5b", "appDisplayName": "InviteDesk", "ipAddress": "91.132.253.146", "status": {"errorCode": 0}, "clientAppUsed": "Browser", "userAgent": "Mozilla/5.0 (Linux; Android 2.3.5) AppleWebKit/532.2 (KHTML, like Gecko) Chrome/46.0.898.0 Safari/532.2 Edge/105.19198", "deviceDetail": {"deviceId": "", "operatingSystem": "Windows 10", "browser": "Edge 105.19198"}, "location": {"city": "Rickshire", "state": "Norrisbury", "countryOrRegion": "XD", "geoCoordinates": {"latitude": -78.5751045, "longitude": 58.329246}}, "correlationId": "796b79b7-79a7-4980-b67f-7406f8cb0152", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "99223b69-03e4-431f-ad58-bd3a0f0398a8", "isInteractive": true, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 115, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "InviteDesk Online", "resourceId": "f0630e90-b752-4960-bfb9-a0794fc34930", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 214655, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "38ijrNuZapGYlqyXYZyijSJHDiPmpajpDnVAXDJPSuWJ4gI6", "incomingTokenType": "none", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "1f37c851-4be4-455b-928a-fbde7845a68a", "rngcStatus": 0}}, {"time": "2022-08-07T07:11:13.866522Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "13.113.40.157", "correlationId": "5c5b34ab-bc5a-4bbe-b313-fc26dc6c9243", "identity": "Attack Target", "Level": 4, "location": "XR", "properties": {"id": "dafafffb-9e45-4fd2-84a0-bf456ab66a00", "createdDateTime": "2022-08-07T07:11:14.000522Z", "userDisplayName": "Attack Target", "userPrincipalName": "attacktarget@domain.com", "userId": "d735e84b-dcca-404d-9f7d-700f360f41a6", "appId": "9a7e67c7-6f05-42a3-b226-97c7ec3e9696", "appDisplayName": "Adobe Identity Management", "ipAddress": "13.113.40.157", "ipAddressFromResourceProvider": "13.113.40.157", "status": {"errorCode": 0}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (iPad; CPU iPad OS 9_3_6 like Mac OS X) AppleWebKit/536.1 (KHTML, like Gecko) CriOS/42.0.865.0 Mobile/77O124 Safari/536.1 Edge/99.14477", "deviceDetail": {"deviceId": "a44625dc-6f81-449a-9799-8005f7209b42", "displayName": "ATTACKTARGET-LT", "operatingSystem": "Windows 10", "browser": "Edge 99.14477", "trustType": "Azure AD registered"}, "location": {"city": "New John", "state": "Smithfort", "countryOrRegion": "XR", "geoCoordinates": {"latitude": -89.144242, "longitude": 168.119022}}, "correlationId": "45596f91-f7fb-44b9-9464-7e1274a35130", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "41d0d8ad-ef87-4858-aa61-dca80269945c", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 134, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Adobe Identity Management Service", "resourceId": "c8eab36d-0a82-409d-8693-a8dabc997921", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 34974, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "hI8oIYpqLqbdX4QmV43DXvRpIn6zsBORJyRFEUwS4dCWDTXx", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "2248d3ef-d7b8-4eb2-bd20-fb53f725bfe3", "rngcStatus": 0}}, {"time": "2022-08-07T07:21:29.573927Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "86.154.193.190", "correlationId": "128376ca-312f-44f5-a370-6659418d65c8", "identity": "Kristen Howell", "Level": 4, "location": "XR", "properties": {"id": "d3f6133c-40ae-4464-a6cd-9ee9685c6800", "createdDateTime": "2022-08-07T07:21:29.691927Z", "userDisplayName": "Kristen Howell", "userPrincipalName": "khowell@domain.com", "userId": "20e1e3f9-665f-45bd-9984-5e74b526d3b5", "appId": "bf2855c0-7434-4262-8885-ad2f5206d324", "appDisplayName": "COINS Construction Cloud - Project and Productivity Apps", "ipAddress": "86.154.193.190", "status": {"errorCode": 0, "additionalDetails": "MFA requirement satisfied by claim in the token"}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (X11; Linux i686) AppleWebKit/533.0 (KHTML, like Gecko) Chrome/24.0.803.0 Safari/533.0 Edge/40.11325", "deviceDetail": {"deviceId": "6ea76864-5f18-47dd-adb9-2b1dfcbfc425", "displayName": "KRISTENHOWELL-LT", "operatingSystem": "Windows 10", "browser": "Edge 40.11325", "isCompliant": true, "isManaged": true, "trustType": "Azure AD joined"}, "location": {"city": "Port Denisetown", "state": "Smithton", "countryOrRegion": "XR", "geoCoordinates": {"latitude": 3.5518965, "longitude": 131.871582}}, "mfaDetail": {}, "correlationId": "bbc11865-8af0-43e1-8878-49aa484d5e0f", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "3efce506-658e-4b0a-9345-53a569cfbe9c", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 118, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "COINS Construction Cloud - Project and Productivity Apps Service", "resourceId": "f0630e90-b752-4960-bfb9-a0794fc34930", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 256668, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "pDzeRjliGFJyk6sfFP5xpRTkvSrsj0oWWSmog8ZogW2yJLWi", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "1f37c851-4be4-455b-928a-fbde7845a68a", "rngcStatus": 0}}, {"time": "2022-08-07T07:25:05.919026Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "86.154.193.190", "correlationId": "19dd6c2f-4f3a-4050-b98c-d0822c9684b0", "identity": "Kristen Howell", "Level": 4, "location": "XR", "properties": {"id": "70bcc8c7-ed06-41fc-82cc-ef535df08200", "createdDateTime": "2022-08-07T07:25:06.011026Z", "userDisplayName": "Kristen Howell", "userPrincipalName": "khowell@domain.com", "userId": "20e1e3f9-665f-45bd-9984-5e74b526d3b5", "appId": "9a7e67c7-6f05-42a3-b226-97c7ec3e9696", "appDisplayName": "Adobe Identity Management", "ipAddress": "86.154.193.190", "status": {"errorCode": 0, "additionalDetails": "MFA requirement satisfied by claim in the token"}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (X11; Linux i686) AppleWebKit/533.0 (KHTML, like Gecko) Chrome/24.0.803.0 Safari/533.0 Edge/40.11325", "deviceDetail": {"deviceId": "6ea76864-5f18-47dd-adb9-2b1dfcbfc425", "displayName": "KRISTENHOWELL-LT", "operatingSystem": "Windows 10", "browser": "Edge 40.11325", "isCompliant": true, "isManaged": true, "trustType": "Azure AD joined"}, "location": {"city": "Port Denisetown", "state": "Smithton", "countryOrRegion": "XR", "geoCoordinates": {"latitude": 3.5518965, "longitude": 131.871582}}, "mfaDetail": {}, "correlationId": "b47b9de5-83c3-4827-88be-ceeb2e3717f0", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "5c076a16-8ba5-4b70-bb3c-268cf28fbc5b", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 92, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Adobe Identity Management Service", "resourceId": "7d6a0897-8b82-49e9-90e2-d482fb9202bd", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 256668, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "d2zYKDE4p9stuEQ279X5Ks6qUFLnWcBw7MGrMnv0XBBP9gdF", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "537d9419-7e2b-4778-9102-62256bcfcf45", "rngcStatus": 0}}, {"time": "2022-08-07T07:40:00.659144Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "42.62.103.34", "correlationId": "edeb474c-b3b2-16d8-7113-863cdf4ad6f7", "identity": "Joseph Taylor", "Level": 4, "location": "XF", "properties": {"id": "adaecd29-d27b-47bd-bda0-f9ce541f6f00", "createdDateTime": "2022-08-07T07:40:00.814144Z", "userDisplayName": "Joseph Taylor", "userPrincipalName": "jtaylor@domain.com", "userId": "af9847eb-c773-41ae-bf94-42747c5e986c", "appId": "84f18b4b-ae12-484a-847f-f3e36093594a", "appDisplayName": "Slack", "ipAddress": "42.62.103.34", "status": {"errorCode": 0, "additionalDetails": "MFA requirement satisfied by claim in the token"}, "clientAppUsed": "Browser", "deviceDetail": {"deviceId": "76b96bd3-e5d7-49ee-b195-bf363facdb3d", "displayName": "JOSEPHTAYLOR-LT", "operatingSystem": "Windows", "isCompliant": true, "isManaged": true, "trustType": "Azure AD joined"}, "location": {"city": "Jessicafurt", "state": "Smithbury", "countryOrRegion": "XF", "geoCoordinates": {"latitude": 17.5082395, "longitude": -115.304215}}, "mfaDetail": {}, "correlationId": "672cfc95-9786-4485-a8a6-622cf2359ca3", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "52d8fe94-22f9-422a-bcb2-b03d75c6fefb", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 155, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Slack", "resourceId": "9a84f55e-3a40-492c-9476-e069f64ed7a6", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 393508, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "PAulaTo1DdczPS4b0NW8ZT318geU2vkKRfmNs49uZoKbtsYU", "incomingTokenType": "none", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "37ee873b-f901-4e25-be69-010243106d0f", "rngcStatus": 0}}, {"time": "2022-08-07T08:13:32.052601Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "156.206.181.119", "correlationId": "dda5bf4c-e5f5-4213-969a-0913eeb18aeb", "identity": "Cynthia Perry", "Level": 4, "location": "XY", "properties": {"id": "5e327247-139b-4579-a477-0876bdf38d00", "createdDateTime": "2022-08-07T08:13:32.150601Z", "userDisplayName": "Cynthia Perry", "userPrincipalName": "cperry@domain.com", "userId": "ac5fa380-9d5b-470e-beb2-5ba10aca48e6", "appId": "9de6e985-97a5-4d82-9c45-aedaa9c25ef9", "appDisplayName": "AWS Single-Account Access", "ipAddress": "156.206.181.119", "status": {"errorCode": 0}, "clientAppUsed": "Browser", "deviceDetail": {"deviceId": "", "operatingSystem": "Windows"}, "location": {"city": "Hannaville", "state": "Thomashaven", "countryOrRegion": "XY", "geoCoordinates": {"latitude": 1.1452695, "longitude": 128.249211}}, "correlationId": "e38cf837-163f-43f4-950b-645ddd3a9ac6", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "c1f0fb15-0d4b-415d-a156-2b709eaef633", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 98, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "AWS Single-Account Access Service", "resourceId": "72f0186d-d327-46c9-a8ff-497e0caa8691", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 279165, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "Lyy2HNzHJWCJUpRZf5lMej64nUZGMzGup5q8oYmQqJy8W4O4", "incomingTokenType": "none", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": null, "rngcStatus": 0}}, {"time": "2022-08-07T08:27:21.799740Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "156.206.181.119", "correlationId": "ba44b253-b32b-45fb-b93e-e74e5bcad458", "identity": "Cynthia Perry", "Level": 4, "location": "XY", "properties": {"id": "12cb0ee6-11e1-4bee-8a49-6d2e153e6c00", "createdDateTime": "2022-08-07T08:27:21.923740Z", "userDisplayName": "Cynthia Perry", "userPrincipalName": "cperry@domain.com", "userId": "ac5fa380-9d5b-470e-beb2-5ba10aca48e6", "appId": "9de6e985-97a5-4d82-9c45-aedaa9c25ef9", "appDisplayName": "AWS Single-Account Access", "ipAddress": "156.206.181.119", "status": {"errorCode": 0}, "clientAppUsed": "Browser", "deviceDetail": {"deviceId": "", "operatingSystem": "Windows"}, "location": {"city": "Hannaville", "state": "Thomashaven", "countryOrRegion": "XY", "geoCoordinates": {"latitude": 1.1452695, "longitude": 128.249211}}, "correlationId": "10261570-976d-48f6-967e-1b2d0f337fc0", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "2de49d64-bce6-4f0e-a5a8-4864dca61460", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 124, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "AWS Single-Account Access Service", "resourceId": "c65cf5f9-5537-4200-889e-381c4f60ca7d", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 279165, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "Ob3VVRojcs1Dcu0I5KE8CK7Qa7acs97t71R1XqUO5xzd0swl", "incomingTokenType": "none", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": null, "rngcStatus": 0}}, {"time": "2022-08-07T08:29:45.393550Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "205.33.24.92", "correlationId": "064d0a87-ac44-4084-892a-1340212b3ff6", "identity": "Aaron Cole", "Level": 4, "location": "XD", "properties": {"id": "b84db3dc-6311-47ec-98ed-c25076a56b00", "createdDateTime": "2022-08-07T08:29:45.466550Z", "userDisplayName": "Aaron Cole", "userPrincipalName": "acole@domain.com", "userId": "5d557969-1645-4ba4-be83-b6fd943659f7", "appId": "ad65aaed-51a8-4877-830e-8a5273604c87", "appDisplayName": "Docusign", "ipAddress": "205.33.24.92", "status": {"errorCode": 0}, "clientAppUsed": "Browser", "deviceDetail": {"deviceId": "", "operatingSystem": "Windows", "browser": "Rich Client 4.42.0.0"}, "location": {"city": "Kristinmouth", "state": "Norrisbury", "countryOrRegion": "XD", "geoCoordinates": {"latitude": 26.278784, "longitude": -92.042573}}, "correlationId": "1d794396-1b0c-42fa-b1f4-92d2f00c73b3", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "e5f89a67-352b-48fc-84e8-2be1d9b5ca1a", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 73, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Docusign Service", "resourceId": "a666212f-ee1d-48b1-b4cf-45433f66d402", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 214655, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "yzXulXxQZY5l69rWeZQfVMR4TV35TCSWcLEnR6AUrHNzm2lN", "incomingTokenType": "none", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "b9c9c5b0-1fce-4e9e-af57-8d5084987162", "rngcStatus": 0}}, {"time": "2022-08-07T08:42:26.682083Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "50158", "resultSignature": "None", "resultDescription": "External security challenge was not satisfied.", "durationMs": 0, "callerIpAddress": "166.105.218.213", "correlationId": "84aba0df-c7ad-4a60-a923-e8201eca65d0", "identity": "Thomas Price", "Level": 4, "location": "XR", "properties": {"id": "2468034e-c03d-4a77-94b4-f89b265c6600", "createdDateTime": "2022-08-07T08:42:26.812083Z", "userDisplayName": "Thomas Price", "userPrincipalName": "tprice@domain.com", "userId": "32109ee2-ee4f-4d11-9c38-2556aec0f2b5", "appId": "9a7e67c7-6f05-42a3-b226-97c7ec3e9696", "appDisplayName": "Adobe Identity Management", "ipAddress": "166.105.218.213", "status": {"errorCode": 50158, "failureReason": "External security challenge was not satisfied."}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (X11; Linux i686) AppleWebKit/535.2 (KHTML, like Gecko) Chrome/22.0.843.0 Safari/535.2 Edge/118.12158", "deviceDetail": {"deviceId": "81ad31fb-e9be-4498-b1b2-c62f8fae1a77", "displayName": "THOMASPRICE-LT", "operatingSystem": "Windows 10", "browser": "Edge 118.12158", "trustType": "Hybrid Azure AD joined"}, "location": {"city": "Santosborough", "state": "Smithton", "countryOrRegion": "XR", "geoCoordinates": {"latitude": 12.8350355, "longitude": 138.359011}}, "correlationId": "bc53f4d1-2feb-4d1f-a79a-75c861e71f9c", "conditionalAccessStatus": "failure", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "f8a49036-90d1-4e07-bbc2-71e23f1bb6aa", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 130, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Adobe Identity Management Service", "resourceId": "30663ca7-f8a9-43ab-8ca1-7906bdbc1485", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 256668, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "HDGAMJolah4VhInQbTVr2BqTFXdHv1LygEtdEgzoWOLyLGuS", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "a6c259e5-7f16-48b2-a9f3-75becd6daa9b", "rngcStatus": 0}}, {"time": "2022-08-07T08:42:30.090878Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "50173", "resultSignature": "None", "resultDescription": "Fresh auth token is needed. Have the user re-sign using fresh credentials.", "durationMs": 0, "callerIpAddress": "147.132.189.119", "correlationId": "aa4a8fc6-f997-4dd0-8f80-e1759c846c5b", "identity": "Cassie Fernandez", "Level": 4, "location": "XR", "properties": {"id": "de11f2d6-e163-499e-b108-6f97073aa100", "createdDateTime": "2022-08-07T08:42:30.209878Z", "userDisplayName": "Cassie Fernandez", "userPrincipalName": "cfernandez@domain.com", "userId": "67ef8be6-3f44-4db7-8172-fd6211428c1e", "appId": "474393df-e79b-4768-a629-d4c7a0b5ec84", "appDisplayName": "Nimblex", "ipAddress": "147.132.189.119", "status": {"errorCode": 50173, "failureReason": "Fresh auth token is needed. Have the user re-sign using fresh credentials."}, "clientAppUsed": "Mobile Apps and Desktop clients", "deviceDetail": {"deviceId": "bf67c857-685a-4457-89c4-db2afa581bd2", "displayName": "CASSIEFERNANDEZ-LT", "operatingSystem": "Windows 10", "browser": "Rich Client 3.17.2.31", "trustType": "Hybrid Azure AD joined"}, "location": {"city": "Port Denisetown", "state": "Smithton", "countryOrRegion": "XR", "geoCoordinates": {"latitude": 3.5518965, "longitude": 131.871582}}, "correlationId": "ca676d53-a778-4c29-95ac-1b9550deb54b", "conditionalAccessStatus": "notApplied", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "137927b8-d172-4c13-9109-40c3f97d861b", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 119, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Nimblex Service", "resourceId": "bdb492c2-9da7-4ead-91d2-dbf7615b1368", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 256668, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "f2Pjy4NkgNWHnY8m7hxgLhONwbtKpTN5qvDGFjFzAMvTbGxa", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "54a06a5f-facc-4b8e-a373-bf9fd1a1fd87", "rngcStatus": 0}}, {"time": "2022-08-07T08:46:48.389198Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "19.20.89.178", "correlationId": "78b73aa3-da9f-414d-8dcc-8352d3193f86", "identity": "Jamie Watson", "Level": 4, "location": "XR", "properties": {"id": "501074c3-fbf3-458c-a18b-f710eecc6700", "createdDateTime": "2022-08-07T08:46:48.504198Z", "userDisplayName": "Jamie Watson", "userPrincipalName": "jwatson@domain.com", "userId": "2844695b-9a70-48ed-a5ce-f3d711e2292b", "appId": "18bf60fa-77dd-4aad-891d-af82ca87dd06", "appDisplayName": "FortiGate SSL VPN", "ipAddress": "19.20.89.178", "status": {"errorCode": 0}, "clientAppUsed": "Browser", "deviceDetail": {"deviceId": "fc784602-6455-4450-be3c-6770e0359f8a", "displayName": "JAMIEWATSON-LT", "operatingSystem": "Windows", "browser": "Rich Client 4.22.0.0", "isCompliant": true, "isManaged": true, "trustType": "Azure AD joined"}, "location": {"city": "Samanthaberg", "state": "Smithton", "countryOrRegion": "XR", "geoCoordinates": {"latitude": -68.556166, "longitude": -172.972506}}, "correlationId": "bdb5fd1b-8fed-4bb0-94ae-c5975298c912", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "972a1613-cb09-4101-959f-428f53a1cc86", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 115, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "FortiGate SSL VPN", "resourceId": "51e679b4-5774-4b5f-9636-df5ea66b9380", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 34974, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "5u8sy0KpM8H3bqMQF6a7u9Z9LkWVcXbfrhiZsoM1x9j33IXz", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "6e8f419c-7f10-40b1-a52a-e4fb253c74c2", "rngcStatus": 0}}, {"time": "2022-08-07T09:05:02.341470Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "134.219.180.76", "correlationId": "43d3d9b5-c868-420e-bd1e-e291eacd228a", "identity": "Joseph Taylor", "Level": 4, "location": "XF", "properties": {"id": "4e6951e2-962b-4b78-9df6-14b2f03c8b00", "createdDateTime": "2022-08-07T09:05:02.435470Z", "userDisplayName": "Joseph Taylor", "userPrincipalName": "jtaylor@domain.com", "userId": "af9847eb-c773-41ae-bf94-42747c5e986c", "appId": "bf2855c0-7434-4262-8885-ad2f5206d324", "appDisplayName": "COINS Construction Cloud - Project and Productivity Apps", "ipAddress": "134.219.180.76", "status": {"errorCode": 0, "additionalDetails": "MFA requirement satisfied by claim in the token"}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (iPad; CPU iPad OS 9_3_6 like Mac OS X) AppleWebKit/536.1 (KHTML, like Gecko) CriOS/42.0.865.0 Mobile/77O124 Safari/536.1 Edge/99.14477", "deviceDetail": {"deviceId": "76b96bd3-e5d7-49ee-b195-bf363facdb3d", "displayName": "JOSEPHTAYLOR-LT", "operatingSystem": "Windows 10", "browser": "Edge 99.14477", "isCompliant": true, "isManaged": true, "trustType": "Azure AD joined"}, "location": {"city": "Mannville", "state": "Porterside", "countryOrRegion": "XF", "geoCoordinates": {"latitude": -50.9955705, "longitude": 104.613841}}, "mfaDetail": {}, "correlationId": "c599429e-78c9-455d-a31f-2271fa82283a", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "42d6ebfd-7f1d-47eb-b97b-1bababff180c", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 94, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "COINS Construction Cloud - Project and Productivity Apps Service", "resourceId": "3f7d0d52-e3b6-4712-8e89-01c915dc0294", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 124400, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "U9ITMq0OXMcPibzJZZlsP423bSjOekxnFrXs20C4nCYX4uGn", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "84036992-5b2b-4836-8aca-9de3ba4c15b9", "rngcStatus": 0}}, {"time": "2022-08-07T09:17:52.496997Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "SignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "205.33.24.92", "correlationId": "4d6f7f4b-32c4-45ed-9476-c128b413467e", "identity": "Aaron Cole", "Level": 4, "location": "XD", "properties": {"id": "159590e9-5419-4dbb-867e-3641da0b6900", "createdDateTime": "2022-08-07T09:17:52.605997Z", "userDisplayName": "Aaron Cole", "userPrincipalName": "acole@domain.com", "userId": "5d557969-1645-4ba4-be83-b6fd943659f7", "appId": "af50c7b0-ad5f-40ec-840e-8d89be454ce4", "appDisplayName": "Citrix ShareFile", "ipAddress": "205.33.24.92", "status": {"errorCode": 0}, "clientAppUsed": "Browser", "userAgent": "Mozilla/5.0 (Linux; Android 2.3.5) AppleWebKit/532.2 (KHTML, like Gecko) Chrome/46.0.898.0 Safari/532.2 Edge/105.19198", "deviceDetail": {"deviceId": "", "operatingSystem": "Windows 10", "browser": "Edge 105.19198"}, "location": {"city": "Kristinmouth", "state": "Norrisbury", "countryOrRegion": "XD", "geoCoordinates": {"latitude": 26.278784, "longitude": -92.042573}}, "correlationId": "0e4f7456-cacf-49b7-a992-a444896a3670", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "ffe64d8e-403b-4208-bde9-b1be2b24c59a", "isInteractive": true, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 109, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Citrix ShareFile Online", "resourceId": "24578515-1951-4064-967d-0d2acaf0aa70", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 214655, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "HYHzZN1x4fKNUGTvequ2apGCKGbVsQbqraNOZRkdDgBcrLsO", "incomingTokenType": "none", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "0e68752b-7dfa-400b-a6f5-1b54af90696a", "rngcStatus": 0}}, {"time": "2022-08-07T09:21:53.996024Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "13.113.40.157", "correlationId": "0e4ab3d7-623c-4486-b134-4f2abf10a0e3", "identity": "Attack Target", "Level": 4, "location": "XR", "properties": {"id": "428b6e35-2558-4b6a-b97f-38a209bd6d00", "createdDateTime": "2022-08-07T09:21:54.115024Z", "userDisplayName": "Attack Target", "userPrincipalName": "attacktarget@domain.com", "userId": "d735e84b-dcca-404d-9f7d-700f360f41a6", "appId": "9a7e67c7-6f05-42a3-b226-97c7ec3e9696", "appDisplayName": "Adobe Identity Management", "ipAddress": "13.113.40.157", "status": {"errorCode": 0}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (iPad; CPU iPad OS 9_3_6 like Mac OS X) AppleWebKit/536.1 (KHTML, like Gecko) CriOS/42.0.865.0 Mobile/77O124 Safari/536.1 Edge/99.14477", "deviceDetail": {"deviceId": "a44625dc-6f81-449a-9799-8005f7209b42", "displayName": "ATTACKTARGET-LT", "operatingSystem": "Windows 10", "browser": "Edge 99.14477", "trustType": "Azure AD registered"}, "location": {"city": "Smithfort", "state": "Smithfort", "countryOrRegion": "XR", "geoCoordinates": {"latitude": 3.7564095, "longitude": -121.574606}}, "correlationId": "26ba329d-8be5-41b2-a621-cb2a28e34e94", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "839aae76-a0e9-4c1f-8bd3-b30636ec7d0f", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 119, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Adobe Identity Management Service", "resourceId": "7d6a0897-8b82-49e9-90e2-d482fb9202bd", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 34974, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "JIkU0QYcCjBWPZbKFNVIYunqhbXIgcldJOeRwBl0SlKNYDNX", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "537d9419-7e2b-4778-9102-62256bcfcf45", "rngcStatus": 0}}, {"time": "2022-08-07T09:39:56.656601Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "105.169.153.183", "correlationId": "f6eec7e5-b9c5-4333-a0a3-f1788a285d90", "identity": "Jim Gonzalez", "Level": 4, "location": "XR", "properties": {"id": "a77e0273-7a1d-4974-9159-7376c15e5b00", "createdDateTime": "2022-08-07T09:39:56.826601Z", "userDisplayName": "Jim Gonzalez", "userPrincipalName": "jgonzalez@domain.com", "userId": "95090045-a9c5-489c-adee-2db430a3333a", "appId": "dbe6b779-13df-45f2-a6d7-1323485479f6", "appDisplayName": "Cisco Webex", "ipAddress": "105.169.153.183", "status": {"errorCode": 0}, "clientAppUsed": "Browser", "deviceDetail": {"deviceId": "15135d1f-cb47-4bd8-b76d-90a9171c09bd", "displayName": "JIMGONZALEZ-LT", "operatingSystem": "Windows10", "browser": "Rich Client 4.38.0.0", "trustType": "Azure AD registered"}, "location": {"city": "Kevinton", "state": "Smithton", "countryOrRegion": "XR", "geoCoordinates": {"latitude": -87.5106305, "longitude": -77.991036}}, "correlationId": "ad7ef23b-6c00-4fd8-b853-e25a7274b7f3", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "1d154898-af1c-48dc-ac38-9650da7e4ff7", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "processingTimeInMilliseconds": 170, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Cisco Webex Service", "resourceId": "24578515-1951-4064-967d-0d2acaf0aa70", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 256668, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "NOEqY0XMbXxDB13tAroCGFQDSrW52RBCASOLZn3jtAAhKlJM", "incomingTokenType": "none", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "0e68752b-7dfa-400b-a6f5-1b54af90696a"}}, {"time": "2022-08-07T10:21:49.370299Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "91.132.253.146", "correlationId": "4d935693-b509-451a-9f96-f45f15d53ebb", "identity": "Aaron Cole", "Level": 4, "location": "XD", "properties": {"id": "ea590d8d-e3b3-4fb0-bfa4-efd953706500", "createdDateTime": "2022-08-07T10:21:49.652299Z", "userDisplayName": "Aaron Cole", "userPrincipalName": "acole@domain.com", "userId": "5d557969-1645-4ba4-be83-b6fd943659f7", "appId": "1b3edb90-1e06-46db-b021-e2fc1f7ddaf5", "appDisplayName": "Beatrust", "ipAddress": "91.132.253.146", "status": {"errorCode": 0}, "clientAppUsed": "Browser", "deviceDetail": {"deviceId": "", "operatingSystem": "Windows 10", "browser": "Rich Client 5.2.7.0"}, "location": {"city": "Rickshire", "state": "Norrisbury", "countryOrRegion": "XD", "geoCoordinates": {"latitude": -78.5751045, "longitude": 58.329246}}, "correlationId": "71515851-4eab-4bbb-98e0-32f32258a199", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "305b1c37-1d34-4044-962b-469e6fa5a083", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 282, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Beatrust Service", "resourceId": "f0630e90-b752-4960-bfb9-a0794fc34930", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 214655, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "ujrmRJyqlOhOTlODFOLn878wwHnliBqjdqeENFqIJbL7WEI8", "incomingTokenType": "none", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "1f37c851-4be4-455b-928a-fbde7845a68a", "rngcStatus": 0}}, {"time": "2022-08-07T10:30:36.803674Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "SignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "42.62.103.34", "correlationId": "5201f520-7d9d-45f6-8833-21ce6c780fdc", "identity": "Joseph Taylor", "Level": 4, "location": "XF", "properties": {"id": "0b6f52fe-7d96-46e1-808f-a39869170300", "createdDateTime": "2022-08-07T10:30:36.934674Z", "userDisplayName": "Joseph Taylor", "userPrincipalName": "jtaylor@domain.com", "userId": "af9847eb-c773-41ae-bf94-42747c5e986c", "appId": "392d4693-47fa-482f-aa23-dd2bcf36278c", "appDisplayName": "WeVideo", "ipAddress": "42.62.103.34", "status": {"errorCode": 0, "additionalDetails": "MFA requirement satisfied by claim in the token"}, "clientAppUsed": "Browser", "userAgent": "Mozilla/5.0 (Linux; Android 2.3.5) AppleWebKit/532.2 (KHTML, like Gecko) Chrome/46.0.898.0 Safari/532.2 Edge/105.19198", "deviceDetail": {"deviceId": "76b96bd3-e5d7-49ee-b195-bf363facdb3d", "displayName": "JOSEPHTAYLOR-LT", "operatingSystem": "Windows 10", "browser": "Edge 105.19198", "isCompliant": true, "isManaged": true, "trustType": "Azure AD joined"}, "location": {"city": "Jessicafurt", "state": "Smithbury", "countryOrRegion": "XF", "geoCoordinates": {"latitude": 17.5082395, "longitude": -115.304215}}, "mfaDetail": {}, "correlationId": "e3b4884d-e686-4636-b4ee-52f2b98c9de8", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "f4b9144d-126b-44c8-8771-f13465b5ebb2", "isInteractive": true, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 131, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "WeVideo Online", "resourceId": "24578515-1951-4064-967d-0d2acaf0aa70", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 393508, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "rBwCo1PDON1ErM4XPL4ijuHFzFEwPkDLQyZxVCiBj5QVeY8W", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "0e68752b-7dfa-400b-a6f5-1b54af90696a", "rngcStatus": 0}}, {"time": "2022-08-07T10:42:09.331357Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "700082", "resultSignature": "None", "resultDescription": "Other", "durationMs": 0, "callerIpAddress": "54.119.29.60", "correlationId": "aa8eb7e1-cd4c-4dad-b73b-f677155c9323", "identity": "Thomas Price", "Level": 4, "location": "XR", "properties": {"id": "9a16f031-40cc-41ce-b832-c695772f8e00", "createdDateTime": "2022-08-07T10:42:09.393357Z", "userDisplayName": "Thomas Price", "userPrincipalName": "tprice@domain.com", "userId": "32109ee2-ee4f-4d11-9c38-2556aec0f2b5", "appId": "9a7e67c7-6f05-42a3-b226-97c7ec3e9696", "appDisplayName": "Adobe Identity Management", "ipAddress": "54.119.29.60", "status": {"errorCode": 700082, "failureReason": "Other"}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (X11; Linux i686) AppleWebKit/535.2 (KHTML, like Gecko) Chrome/22.0.843.0 Safari/535.2 Edge/118.12158", "deviceDetail": {"deviceId": "852272bd-2ab1-474f-a99e-4922ea7031d3", "displayName": "THOMASPRICE-LT", "operatingSystem": "Windows 10", "browser": "Edge 118.12158", "trustType": "Hybrid Azure AD joined"}, "location": {"city": "Port Kimberlytown", "state": "Curtisport", "countryOrRegion": "XR", "geoCoordinates": {"latitude": 26.3152295, "longitude": 147.770404}}, "correlationId": "ed5e21d3-d5fa-42e6-8cb4-32fd144bfd08", "conditionalAccessStatus": "notApplied", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "954252ce-9f62-421a-bf84-d375a10a8ff8", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 62, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Adobe Identity Management Service", "resourceId": "30663ca7-f8a9-43ab-8ca1-7906bdbc1485", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 359213, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "nffjQVWxAPe1a7uhJr9APBzalR4wYqZCF5f3nEtibjscft2P", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "a6c259e5-7f16-48b2-a9f3-75becd6daa9b", "rngcStatus": 0}}, {"time": "2022-08-07T10:50:42.000200Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "1.210.58.10", "correlationId": "3de16014-583c-4522-b981-60367fb06407", "identity": "Keith Sheppard", "Level": 4, "location": "XD", "properties": {"id": "21d9bc2a-9249-4dd7-ac71-d73d8bf67000", "createdDateTime": "2022-08-07T10:50:42.082200Z", "userDisplayName": "Keith Sheppard", "userPrincipalName": "ksheppard@domain.com", "userId": "05bd48f1-91d2-4c2d-9a7c-80e80f561b3c", "appId": "9de6e985-97a5-4d82-9c45-aedaa9c25ef9", "appDisplayName": "AWS Single-Account Access", "ipAddress": "1.210.58.10", "status": {"errorCode": 0}, "clientAppUsed": "Browser", "deviceDetail": {"deviceId": "639815fd-5018-4e38-9d81-67538b2ce460", "displayName": "KEITHSHEPPARD-LT", "operatingSystem": "Windows", "trustType": "Azure AD registered"}, "location": {"city": "Cooperhaven", "state": "Norrisbury", "countryOrRegion": "XD", "geoCoordinates": {"latitude": 70.436398, "longitude": -23.873747}}, "correlationId": "b75757d3-c48a-4d5a-86bc-f4784bbbce92", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "17acb2c8-686e-47af-89f2-2a258fdc13d3", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 82, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "AWS Single-Account Access Service", "resourceId": "72f0186d-d327-46c9-a8ff-497e0caa8691", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 69487, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "6vmbNzgO78hmbQODOdA8Ac9Gz1QqO8WR3cFnzAZKtiJrnjaR", "incomingTokenType": "none", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": null, "rngcStatus": 0}}, {"time": "2022-08-07T11:06:56.450227Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "205.33.24.92", "correlationId": "d4d47ca6-5770-45eb-9c56-e83837445919", "identity": "Vanessa Ramirez", "Level": 4, "location": "XD", "properties": {"id": "91857813-fa29-4b22-bbd5-ccdb6d6e6600", "createdDateTime": "2022-08-07T11:06:56.592227Z", "userDisplayName": "Vanessa Ramirez", "userPrincipalName": "vramirez@domain.com", "userId": "5d72b7ed-62ea-4b94-b931-ccef65d71ebd", "appId": "9de6e985-97a5-4d82-9c45-aedaa9c25ef9", "appDisplayName": "AWS Single-Account Access", "ipAddress": "205.33.24.92", "status": {"errorCode": 0}, "clientAppUsed": "Browser", "deviceDetail": {"deviceId": "e395a3f4-8f2d-4170-804f-d3e13ce3151b", "displayName": "VANESSARAMIREZ-LT", "operatingSystem": "Windows", "trustType": "Azure AD registered"}, "location": {"city": "Kristinmouth", "state": "Norrisbury", "countryOrRegion": "XD", "geoCoordinates": {"latitude": 26.278784, "longitude": -92.042573}}, "correlationId": "69a54d58-41dc-454d-9095-112d2f7b192f", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "d59a5474-5bd6-45d2-b2be-b7f92f31dcec", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 142, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "AWS Single-Account Access Service", "resourceId": "9a84f55e-3a40-492c-9476-e069f64ed7a6", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 214655, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "fWHOoFl29EiLqsxdA29iJOy1TMUDS9jrtgVbNlWiqfUnCRBg", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "37ee873b-f901-4e25-be69-010243106d0f", "rngcStatus": 0}}, {"time": "2022-08-07T11:19:35.704008Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "156.206.181.119", "correlationId": "82319a5d-0471-40b4-bf74-59367ac3ad0d", "identity": "Cynthia Perry", "Level": 4, "location": "XY", "properties": {"id": "216ffce3-7ff0-474b-bd97-34a491066c00", "createdDateTime": "2022-08-07T11:19:35.783008Z", "userDisplayName": "Cynthia Perry", "userPrincipalName": "cperry@domain.com", "userId": "ac5fa380-9d5b-470e-beb2-5ba10aca48e6", "appId": "9de6e985-97a5-4d82-9c45-aedaa9c25ef9", "appDisplayName": "AWS Single-Account Access", "ipAddress": "156.206.181.119", "status": {"errorCode": 0}, "clientAppUsed": "Browser", "deviceDetail": {"deviceId": "", "operatingSystem": "Windows"}, "location": {"city": "Hannaville", "state": "Thomashaven", "countryOrRegion": "XY", "geoCoordinates": {"latitude": 1.1452695, "longitude": 128.249211}}, "correlationId": "6d7d3f65-9ddb-482d-97e5-ea18fd8b100e", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "6db9f18f-2914-42f0-8b1b-19c24b1a681d", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 79, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "AWS Single-Account Access Service", "resourceId": "9a84f55e-3a40-492c-9476-e069f64ed7a6", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 279165, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "LvUoZTnlM20Te6auxrKciCbo0Yw34SbAy2AEdl3UfEZ1Bj7s", "incomingTokenType": "none", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "37ee873b-f901-4e25-be69-010243106d0f", "rngcStatus": 0}}, {"time": "2022-08-07T11:20:10.512135Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "50158", "resultSignature": "None", "resultDescription": "External security challenge was not satisfied.", "durationMs": 0, "callerIpAddress": "92.110.109.246", "correlationId": "76f5e566-ff29-4665-82b7-76ade83cdb46", "identity": "Thomas Price", "Level": 4, "location": "XR", "properties": {"id": "fc7381e7-8660-4e7b-937f-ae038b126f00", "createdDateTime": "2022-08-07T11:20:10.624135Z", "userDisplayName": "Thomas Price", "userPrincipalName": "tprice@domain.com", "userId": "32109ee2-ee4f-4d11-9c38-2556aec0f2b5", "appId": "9a7e67c7-6f05-42a3-b226-97c7ec3e9696", "appDisplayName": "Adobe Identity Management", "ipAddress": "92.110.109.246", "status": {"errorCode": 50158, "failureReason": "External security challenge was not satisfied."}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (X11; Linux i686) AppleWebKit/535.2 (KHTML, like Gecko) Chrome/22.0.843.0 Safari/535.2 Edge/118.12158", "deviceDetail": {"deviceId": "0927e60c-8dfa-4ecf-be85-ad63bccf40a1", "displayName": "THOMASPRICE-LT", "operatingSystem": "Windows 10", "browser": "Edge 118.12158", "trustType": "Hybrid Azure AD joined"}, "location": {"city": "Port Denisetown", "state": "Smithton", "countryOrRegion": "XR", "geoCoordinates": {"latitude": 3.5518965, "longitude": 131.871582}}, "correlationId": "17f83b45-23f1-4c4b-a51b-3adf6957362f", "conditionalAccessStatus": "failure", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "5087de33-0c8f-4496-831c-e0aa3e1c3108", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 112, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Adobe Identity Management Service", "resourceId": "30663ca7-f8a9-43ab-8ca1-7906bdbc1485", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 230297, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "vMUPzjW86DGnRXoprhfbLldqLIkJqwbED5wFn4bKOUcBqxml", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "a6c259e5-7f16-48b2-a9f3-75becd6daa9b", "rngcStatus": 0}}, {"time": "2022-08-07T11:24:34.750578Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "153.254.8.0", "correlationId": "35123763-775e-49b1-be20-5c39a10778c5", "identity": "Keith Sheppard", "Level": 4, "location": "XD", "properties": {"id": "10851c42-cb04-4202-b7bb-75c7d9409900", "createdDateTime": "2022-08-07T11:24:34.810578Z", "userDisplayName": "Keith Sheppard", "userPrincipalName": "ksheppard@domain.com", "userId": "05bd48f1-91d2-4c2d-9a7c-80e80f561b3c", "appId": "9167c284-c68f-468a-84be-0ee4f23879fe", "appDisplayName": "ArcGIS Enterprise", "ipAddress": "153.254.8.0", "status": {"errorCode": 0}, "clientAppUsed": "Mobile Apps and Desktop clients", "deviceDetail": {"deviceId": "", "operatingSystem": "Android"}, "location": {"city": "New James", "state": "Norrisbury", "countryOrRegion": "XD", "geoCoordinates": {"latitude": 64.5727225, "longitude": 92.661569}}, "correlationId": "9d3d41ee-5013-4f27-a43d-0dc9522d02a3", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "b6c35161-e959-4317-aed3-93d5e5f2325f", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 60, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "ArcGIS Enterprise Service", "resourceId": "c8eab36d-0a82-409d-8693-a8dabc997921", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 80621, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "bqqDBUIf026xa7YYs3Zx50cMWsoUHnbqquV1lgmDZwPOg9lE", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "2248d3ef-d7b8-4eb2-bd20-fb53f725bfe3", "rngcStatus": 0}}, {"time": "2022-08-07T11:27:59.611028Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "13.113.40.157", "correlationId": "aa65a4d3-7918-46a6-8ae1-2d37e79fe3d7", "identity": "Attack Target", "Level": 4, "location": "XR", "properties": {"id": "0247f9e7-1fff-44eb-af6f-23a379df6b00", "createdDateTime": "2022-08-07T11:27:59.882028Z", "userDisplayName": "Attack Target", "userPrincipalName": "attacktarget@domain.com", "userId": "d735e84b-dcca-404d-9f7d-700f360f41a6", "appId": "9c5b7fe3-0ad2-4ea6-94e5-9e0001f367e3", "appDisplayName": "Articulate 360", "ipAddress": "13.113.40.157", "status": {"errorCode": 0}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (iPad; CPU iPad OS 9_3_6 like Mac OS X) AppleWebKit/536.1 (KHTML, like Gecko) CriOS/42.0.865.0 Mobile/77O124 Safari/536.1 Edge/99.14477", "deviceDetail": {"deviceId": "a44625dc-6f81-449a-9799-8005f7209b42", "displayName": "ATTACKTARGET-LT", "operatingSystem": "Windows 10", "browser": "Edge 99.14477", "trustType": "Azure AD registered"}, "location": {"city": "Smithfort", "state": "Smithfort", "countryOrRegion": "XR", "geoCoordinates": {"latitude": 3.7564095, "longitude": -121.574606}}, "correlationId": "71b0cf05-ff85-4945-b5cc-54ab9060f695", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "ee56a739-c4cd-4155-be1a-1178838873ff", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 271, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Articulate 360 Online", "resourceId": "436260d5-3791-4aea-a4da-aa698ec35f2f", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 34974, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "4exRXrZePet9MjcTA6icnGVYoqDUvazTwcMccR70Q5foPRQ5", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "94b9f3ba-5f4b-4edc-99dc-a420b76960f9", "rngcStatus": 0}}, {"time": "2022-08-07T11:41:45.891087Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "205.33.24.92", "correlationId": "6f4bfc60-5a29-4b76-bf53-54c7be702769", "identity": "Vanessa Ramirez", "Level": 4, "location": "XD", "properties": {"id": "5d857cb0-2921-4775-a7e5-e49907fb8f00", "createdDateTime": "2022-08-07T11:41:46.173087Z", "userDisplayName": "Vanessa Ramirez", "userPrincipalName": "vramirez@domain.com", "userId": "5d72b7ed-62ea-4b94-b931-ccef65d71ebd", "appId": "9de6e985-97a5-4d82-9c45-aedaa9c25ef9", "appDisplayName": "AWS Single-Account Access", "ipAddress": "205.33.24.92", "status": {"errorCode": 0}, "clientAppUsed": "Browser", "deviceDetail": {"deviceId": "e395a3f4-8f2d-4170-804f-d3e13ce3151b", "displayName": "VANESSARAMIREZ-LT", "operatingSystem": "Windows", "trustType": "Azure AD registered"}, "location": {"city": "Kristinmouth", "state": "Norrisbury", "countryOrRegion": "XD", "geoCoordinates": {"latitude": 26.278784, "longitude": -92.042573}}, "correlationId": "992024a8-4c5d-45d3-98ed-53906294966c", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "1507d6e8-f56c-43d3-9267-74377f20fa8a", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 282, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "AWS Single-Account Access Service", "resourceId": "c65cf5f9-5537-4200-889e-381c4f60ca7d", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 214655, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "n8Iantu9Bebi9E5FUiTmfBlfG8SpSQohflnGywFr87dNIj4C", "incomingTokenType": "none", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": null, "rngcStatus": 0}}, {"time": "2022-08-07T11:44:28.787639Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "205.33.24.92", "correlationId": "ef6a645c-8428-4edd-95ee-970c5a3eb075", "identity": "Aaron Cole", "Level": 4, "location": "XD", "properties": {"id": "9a3c3137-71f5-45a5-a185-e440dcd96800", "createdDateTime": "2022-08-07T11:44:28.896639Z", "userDisplayName": "Aaron Cole", "userPrincipalName": "acole@domain.com", "userId": "5d557969-1645-4ba4-be83-b6fd943659f7", "appId": "e47a1d38-5f61-45cd-b1b9-bc92f525c598", "appDisplayName": "Altoura", "ipAddress": "205.33.24.92", "status": {"errorCode": 0}, "clientAppUsed": "Browser", "userAgent": "Mozilla/5.0 (X11; Linux i686) AppleWebKit/536.2 (KHTML, like Gecko) Chrome/22.0.877.0 Safari/536.2", "deviceDetail": {"deviceId": "", "operatingSystem": "Windows 10", "browser": "Chrome 22.0.877.0"}, "location": {"city": "Kristinmouth", "state": "Norrisbury", "countryOrRegion": "XD", "geoCoordinates": {"latitude": 26.278784, "longitude": -92.042573}}, "correlationId": "78a3369c-3980-41a6-abe2-a4848c4613bf", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "4fa40ce9-7d56-41e0-a2e2-6523f52733fe", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 109, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Altoura Online", "resourceId": "8a137ba4-52ae-4dbf-94af-2e56851573c4", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 214655, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "fAlPTHsJSpaSsA8YOnPyWUailAUdxhCVDDjaeGesyxpNtVvm", "incomingTokenType": "none", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": null, "rngcStatus": 0}}, {"time": "2022-08-07T11:47:24.242286Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "13.113.40.157", "correlationId": "e0f7f370-09ae-4949-ae5f-f53334adce86", "identity": "Attack Target", "Level": 4, "location": "XR", "properties": {"id": "fc7381e7-8660-4e7b-937f-ae0392136c00", "createdDateTime": "2022-08-07T11:47:24.375286Z", "userDisplayName": "Attack Target", "userPrincipalName": "attacktarget@domain.com", "userId": "d735e84b-dcca-404d-9f7d-700f360f41a6", "appId": "9a7e67c7-6f05-42a3-b226-97c7ec3e9696", "appDisplayName": "Adobe Identity Management", "ipAddress": "13.113.40.157", "ipAddressFromResourceProvider": "13.113.40.157", "status": {"errorCode": 0}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (iPad; CPU iPad OS 9_3_6 like Mac OS X) AppleWebKit/536.1 (KHTML, like Gecko) CriOS/42.0.865.0 Mobile/77O124 Safari/536.1 Edge/99.14477", "deviceDetail": {"deviceId": "a44625dc-6f81-449a-9799-8005f7209b42", "displayName": "ATTACKTARGET-LT", "operatingSystem": "Windows 10", "browser": "Edge 99.14477", "trustType": "Azure AD registered"}, "location": {"city": "Smithfort", "state": "Smithfort", "countryOrRegion": "XR", "geoCoordinates": {"latitude": 3.7564095, "longitude": -121.574606}}, "correlationId": "cb734881-f4c9-4569-af91-94c46320dc68", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "f20c7f13-2ed9-47d1-8543-611a5b840205", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 133, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Adobe Identity Management Service", "resourceId": "c8eab36d-0a82-409d-8693-a8dabc997921", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 34974, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "zjehL7WJ2AxvuMmGAcj6lOeGUyNYUf03fFazsc7k5c3BgAzo", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "2248d3ef-d7b8-4eb2-bd20-fb53f725bfe3", "rngcStatus": 0}}, {"time": "2022-08-07T11:48:38.138955Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "50158", "resultSignature": "None", "resultDescription": "External security challenge was not satisfied.", "durationMs": 0, "callerIpAddress": "147.132.189.119", "correlationId": "66427e9f-9c80-4cb2-91db-0a57c05c644c", "identity": "Terry Proctor", "Level": 4, "location": "XR", "properties": {"id": "47feb9b1-20cd-45b9-b445-8c6170676c00", "createdDateTime": "2022-08-07T11:48:38.255955Z", "userDisplayName": "Terry Proctor", "userPrincipalName": "tproctor@domain.com", "userId": "03110cc5-e54f-4dae-b68a-bf5d945f8152", "appId": "7b74bf77-058a-4c0d-9d9d-5523c3bc80ed", "appDisplayName": "GitHub Enterprise Cloud - Organization", "ipAddress": "147.132.189.119", "status": {"errorCode": 50158, "failureReason": "External security challenge was not satisfied.", "additionalDetails": "MFA requirement satisfied by claim in the token"}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (X11; Linux i686) AppleWebKit/533.0 (KHTML, like Gecko) Chrome/24.0.803.0 Safari/533.0 Edge/40.11325", "deviceDetail": {"deviceId": "88ee69d5-1eb7-4f29-b594-e9b4e3371940", "displayName": "TERRYPROCTOR-LT", "operatingSystem": "Windows 10", "browser": "Edge 40.11325", "isCompliant": true, "isManaged": true, "trustType": "Azure AD joined"}, "location": {"city": "Port Denisetown", "state": "Smithton", "countryOrRegion": "XR", "geoCoordinates": {"latitude": 3.5518965, "longitude": 131.871582}}, "mfaDetail": {}, "correlationId": "fdf1aaf1-aa5d-4904-a27f-66dc577355b5", "conditionalAccessStatus": "failure", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "e69fe91e-ac73-4843-8520-2d83a4f10fc1", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 117, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "GitHub Enterprise Cloud - Organization Online", "resourceId": "51e679b4-5774-4b5f-9636-df5ea66b9380", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 256668, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "FEsaGOLfLrBLtoLEVWRCPM4gPJHF3shAS4yS5LJYoTPWX5sK", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "6e8f419c-7f10-40b1-a52a-e4fb253c74c2", "rngcStatus": 0}}, {"time": "2022-08-07T11:48:39.012257Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "50158", "resultSignature": "None", "resultDescription": "External security challenge was not satisfied.", "durationMs": 0, "callerIpAddress": "105.169.153.183", "correlationId": "6ea00ffd-6586-4199-88e2-ad5d05ce9b02", "identity": "Thomas Price", "Level": 4, "location": "XR", "properties": {"id": "21cd51c1-e0da-46f7-88e2-55691a026300", "createdDateTime": "2022-08-07T11:48:39.175257Z", "userDisplayName": "Thomas Price", "userPrincipalName": "tprice@domain.com", "userId": "32109ee2-ee4f-4d11-9c38-2556aec0f2b5", "appId": "79510a8f-6421-4348-a2ea-bcc2b02485c1", "appDisplayName": "Cisco AnyConnect", "ipAddress": "105.169.153.183", "status": {"errorCode": 50158, "failureReason": "External security challenge was not satisfied."}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (X11; Linux i686) AppleWebKit/535.2 (KHTML, like Gecko) Chrome/22.0.843.0 Safari/535.2 Edge/118.12158", "deviceDetail": {"deviceId": "2b85c59f-331a-4b61-9a44-9d3d6df62a06", "displayName": "THOMASPRICE-LT", "operatingSystem": "Windows 10", "browser": "Edge 118.12158", "trustType": "Hybrid Azure AD joined"}, "location": {"city": "Kevinton", "state": "Smithton", "countryOrRegion": "XR", "geoCoordinates": {"latitude": -87.5106305, "longitude": -77.991036}}, "correlationId": "4601c7a5-49ec-41a1-9fb9-918f7addf9cf", "conditionalAccessStatus": "failure", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "30b39718-bc4e-4658-a482-1b54eb6521b5", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 163, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Cisco AnyConnect Online", "resourceId": "5d5b8d28-6a28-472e-b837-a4094e466965", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 256668, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "Z0ClUmKuvLr6YVV2Va5zTWjw14w6toys74H0NUN3bUu3bsBY", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "15655e1f-5005-4c53-b3c0-c4a1d1ca5e9e", "rngcStatus": 0}}, {"time": "2022-08-07T12:02:57.483754Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "SignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "205.33.24.92", "correlationId": "fe2bbda3-673f-45ad-af85-4e51e9a215b8", "identity": "Aaron Cole", "Level": 4, "location": "XD", "properties": {"id": "c7effe19-f517-48ca-9f7d-2de516596a00", "createdDateTime": "2022-08-07T12:02:57.575754Z", "userDisplayName": "Aaron Cole", "userPrincipalName": "acole@domain.com", "userId": "5d557969-1645-4ba4-be83-b6fd943659f7", "appId": "03d81133-bfaa-4cad-b5fc-938f0fe86da9", "appDisplayName": "Dream Broker Studio", "ipAddress": "205.33.24.92", "status": {"errorCode": 0}, "clientAppUsed": "Browser", "userAgent": "Mozilla/5.0 (X11; Linux i686) AppleWebKit/536.2 (KHTML, like Gecko) Chrome/22.0.877.0 Safari/536.2", "deviceDetail": {"deviceId": "", "operatingSystem": "Windows 10", "browser": "Chrome 22.0.877.0"}, "location": {"city": "Kristinmouth", "state": "Norrisbury", "countryOrRegion": "XD", "geoCoordinates": {"latitude": 26.278784, "longitude": -92.042573}}, "correlationId": "7ffeb8ab-6cc0-49b9-b4c6-f0699ef2de7e", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "b886670c-3e16-4ba5-9713-d53964cfa5fa", "isInteractive": true, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 92, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Dream Broker Studio Online", "resourceId": "f0630e90-b752-4960-bfb9-a0794fc34930", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 214655, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "uHyyBtyWG74F9Pt6y6TvAuoUw39fb0MX0XMAQEv2tOjrRDVU", "incomingTokenType": "none", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "1f37c851-4be4-455b-928a-fbde7845a68a", "rngcStatus": 0}}, {"time": "2022-08-07T12:18:30.220801Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "13.113.40.157", "correlationId": "5729ca03-ffdb-4ca1-863a-34781f3b1581", "identity": "Attack Target", "Level": 4, "location": "XR", "properties": {"id": "541ec948-4b40-46bd-a337-75cb97e46500", "createdDateTime": "2022-08-07T12:18:30.343801Z", "userDisplayName": "Attack Target", "userPrincipalName": "attacktarget@domain.com", "userId": "d735e84b-dcca-404d-9f7d-700f360f41a6", "appId": "9a7e67c7-6f05-42a3-b226-97c7ec3e9696", "appDisplayName": "Adobe Identity Management", "ipAddress": "13.113.40.157", "ipAddressFromResourceProvider": "13.113.40.157", "status": {"errorCode": 0}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (iPad; CPU iPad OS 9_3_6 like Mac OS X) AppleWebKit/536.1 (KHTML, like Gecko) CriOS/42.0.865.0 Mobile/77O124 Safari/536.1 Edge/99.14477", "deviceDetail": {"deviceId": "a44625dc-6f81-449a-9799-8005f7209b42", "displayName": "ATTACKTARGET-LT", "operatingSystem": "Windows 10", "browser": "Edge 99.14477", "trustType": "Azure AD registered"}, "location": {"city": "New John", "state": "Smithfort", "countryOrRegion": "XR", "geoCoordinates": {"latitude": -89.144242, "longitude": 168.119022}}, "correlationId": "036bfe33-3e47-42cd-a19f-ca030aa8b999", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "14bd6e47-59b4-451f-b7e7-c4fe8cf591d8", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 123, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Adobe Identity Management Service", "resourceId": "c8eab36d-0a82-409d-8693-a8dabc997921", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 34974, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "DNESokaseePQCe0IA4uw6pU1XcNYyhjSXovZjs6SiMSnElKK", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "2248d3ef-d7b8-4eb2-bd20-fb53f725bfe3", "rngcStatus": 0}}, {"time": "2022-08-07T12:34:18.259682Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "50158", "resultSignature": "None", "resultDescription": "External security challenge was not satisfied.", "durationMs": 0, "callerIpAddress": "105.169.153.183", "correlationId": "a6822e32-58c1-4bc2-9080-c62a45cfe7ac", "identity": "Thomas Price", "Level": 4, "location": "XR", "properties": {"id": "8c15fcd6-e5ab-490e-8c73-4d9a10fe5500", "createdDateTime": "2022-08-07T12:34:18.403682Z", "userDisplayName": "Thomas Price", "userPrincipalName": "tprice@domain.com", "userId": "32109ee2-ee4f-4d11-9c38-2556aec0f2b5", "appId": "9a7e67c7-6f05-42a3-b226-97c7ec3e9696", "appDisplayName": "Adobe Identity Management", "ipAddress": "105.169.153.183", "status": {"errorCode": 50158, "failureReason": "External security challenge was not satisfied."}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (X11; Linux i686) AppleWebKit/535.2 (KHTML, like Gecko) Chrome/22.0.843.0 Safari/535.2 Edge/118.12158", "deviceDetail": {"deviceId": "2b85c59f-331a-4b61-9a44-9d3d6df62a06", "displayName": "THOMASPRICE-LT", "operatingSystem": "Windows 10", "browser": "Edge 118.12158", "trustType": "Hybrid Azure AD joined"}, "location": {"city": "Kevinton", "state": "Smithton", "countryOrRegion": "XR", "geoCoordinates": {"latitude": -87.5106305, "longitude": -77.991036}}, "correlationId": "741e2665-7eee-4294-a89a-0c83ff5b62fb", "conditionalAccessStatus": "failure", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "25dca1ec-74ef-4be8-a10e-4f8620c2f424", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 144, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Adobe Identity Management Service", "resourceId": "30663ca7-f8a9-43ab-8ca1-7906bdbc1485", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 256668, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "oPAnEe0i4TTZ3J46Q9KoLM25sMwiLRSSBKUgnaqSEIDH3yaT", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "a6c259e5-7f16-48b2-a9f3-75becd6daa9b", "rngcStatus": 0}}, {"time": "2022-08-07T12:37:34.159879Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "700082", "resultSignature": "None", "resultDescription": "Other", "durationMs": 0, "callerIpAddress": "54.119.29.60", "correlationId": "051d2696-efda-49e6-8ac6-526ec62e07c6", "identity": "Thomas Price", "Level": 4, "location": "XR", "properties": {"id": "d1c71b55-a9e3-4309-9710-b39201875100", "createdDateTime": "2022-08-07T12:37:34.231879Z", "userDisplayName": "Thomas Price", "userPrincipalName": "tprice@domain.com", "userId": "32109ee2-ee4f-4d11-9c38-2556aec0f2b5", "appId": "9a7e67c7-6f05-42a3-b226-97c7ec3e9696", "appDisplayName": "Adobe Identity Management", "ipAddress": "54.119.29.60", "status": {"errorCode": 700082, "failureReason": "Other"}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (X11; Linux i686) AppleWebKit/535.2 (KHTML, like Gecko) Chrome/22.0.843.0 Safari/535.2 Edge/118.12158", "deviceDetail": {"deviceId": "852272bd-2ab1-474f-a99e-4922ea7031d3", "displayName": "THOMASPRICE-LT", "operatingSystem": "Windows 10", "browser": "Edge 118.12158", "trustType": "Hybrid Azure AD joined"}, "location": {"city": "Port Kimberlytown", "state": "Curtisport", "countryOrRegion": "XR", "geoCoordinates": {"latitude": 26.3152295, "longitude": 147.770404}}, "correlationId": "f26d30c6-b772-4c67-b1ac-e3cb8ba61b9f", "conditionalAccessStatus": "notApplied", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "72b5cd7e-fdbb-423e-ab32-8d484ba64622", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "processingTimeInMilliseconds": 72, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Adobe Identity Management Service", "resourceId": "30663ca7-f8a9-43ab-8ca1-7906bdbc1485", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 359213, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "VljfOJQ96gusz9m0dietzm3tFULoIsxxbURvq8nhkoMMqfPk", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "a6c259e5-7f16-48b2-a9f3-75becd6daa9b"}}, {"time": "2022-08-07T12:46:29.964980Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "92.110.109.246", "correlationId": "736409f0-de06-462a-9514-b7385aaea75d", "identity": "Joseph Taylor", "Level": 4, "location": "XR", "properties": {"id": "71326cde-8812-4486-b054-a01eaa449300", "createdDateTime": "2022-08-07T12:46:30.046980Z", "userDisplayName": "Joseph Taylor", "userPrincipalName": "jtaylor@domain.com", "userId": "af9847eb-c773-41ae-bf94-42747c5e986c", "appId": "dbe6b779-13df-45f2-a6d7-1323485479f6", "appDisplayName": "Cisco Webex", "ipAddress": "92.110.109.246", "status": {"errorCode": 0, "additionalDetails": "MFA requirement satisfied by claim in the token"}, "clientAppUsed": "Browser", "deviceDetail": {"deviceId": "76b96bd3-e5d7-49ee-b195-bf363facdb3d", "displayName": "JOSEPHTAYLOR-LT", "operatingSystem": "Windows10", "browser": "Rich Client 4.38.0.0", "isCompliant": true, "isManaged": true, "trustType": "Azure AD joined"}, "location": {"city": "Port Denisetown", "state": "Smithton", "countryOrRegion": "XR", "geoCoordinates": {"latitude": 3.5518965, "longitude": 131.871582}}, "mfaDetail": {}, "correlationId": "42400ace-4596-47a2-9e70-96d57101e2b7", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "21cbdfbe-01e8-402f-82dc-4ae67a49a5fe", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 82, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Cisco Webex Service", "resourceId": "9a84f55e-3a40-492c-9476-e069f64ed7a6", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 230297, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "YNDfM1oG5mqewHk0p2bhE9AqdRuV5L9aYojjiSWC8kqxsbYe", "incomingTokenType": "none", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "37ee873b-f901-4e25-be69-010243106d0f", "rngcStatus": 0}}, {"time": "2022-08-07T13:09:26.362892Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "13.113.40.157", "correlationId": "781b8500-0724-46c7-85a9-03de705c0d07", "identity": "Attack Target", "Level": 4, "location": "XR", "properties": {"id": "d2644368-9b2b-45cb-8872-4b3fb6518f00", "createdDateTime": "2022-08-07T13:09:26.475892Z", "userDisplayName": "Attack Target", "userPrincipalName": "attacktarget@domain.com", "userId": "d735e84b-dcca-404d-9f7d-700f360f41a6", "appId": "9a7e67c7-6f05-42a3-b226-97c7ec3e9696", "appDisplayName": "Adobe Identity Management", "ipAddress": "13.113.40.157", "status": {"errorCode": 0}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (iPad; CPU iPad OS 9_3_6 like Mac OS X) AppleWebKit/536.1 (KHTML, like Gecko) CriOS/42.0.865.0 Mobile/77O124 Safari/536.1 Edge/99.14477", "deviceDetail": {"deviceId": "a44625dc-6f81-449a-9799-8005f7209b42", "displayName": "ATTACKTARGET-LT", "operatingSystem": "Windows 10", "browser": "Edge 99.14477", "trustType": "Azure AD registered"}, "location": {"city": "Smithfort", "state": "Smithfort", "countryOrRegion": "XR", "geoCoordinates": {"latitude": 3.7564095, "longitude": -121.574606}}, "correlationId": "9f25d0b2-d574-41eb-9caa-ed6710e88479", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "8da287bc-fce4-43ce-867e-7b78837f08ef", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 113, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Adobe Identity Management Service", "resourceId": "80abac89-d2c0-4b6c-8ffc-5023bd7efc5e", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 34974, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "t8ZSbV1s5STBzEjiqrCScBdhpJDXS1lZi99o4IovYSyWbnkm", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": null, "rngcStatus": 0}}, {"time": "2022-08-07T13:35:15.828545Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "86.154.193.190", "correlationId": "ffecc7e2-f21a-4ec7-9528-a244c95aaa49", "identity": "Kristen Howell", "Level": 4, "location": "XR", "properties": {"id": "6bc2e7cc-9e37-4d1b-b0e2-c04d3eb45300", "createdDateTime": "2022-08-07T13:35:15.948545Z", "userDisplayName": "Kristen Howell", "userPrincipalName": "khowell@domain.com", "userId": "20e1e3f9-665f-45bd-9984-5e74b526d3b5", "appId": "9a7e67c7-6f05-42a3-b226-97c7ec3e9696", "appDisplayName": "Adobe Identity Management", "ipAddress": "86.154.193.190", "status": {"errorCode": 0, "additionalDetails": "MFA requirement satisfied by claim in the token"}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (X11; Linux i686) AppleWebKit/533.0 (KHTML, like Gecko) Chrome/24.0.803.0 Safari/533.0 Edge/40.11325", "deviceDetail": {"deviceId": "6ea76864-5f18-47dd-adb9-2b1dfcbfc425", "displayName": "KRISTENHOWELL-LT", "operatingSystem": "Windows 10", "browser": "Edge 40.11325", "isCompliant": true, "isManaged": true, "trustType": "Azure AD joined"}, "location": {"city": "Port Denisetown", "state": "Smithton", "countryOrRegion": "XR", "geoCoordinates": {"latitude": 3.5518965, "longitude": 131.871582}}, "mfaDetail": {}, "correlationId": "da6eab9d-fa22-40cf-901d-93e0ac4a47ba", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "2544fe97-81cc-463c-a364-ba2ef56b3011", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "processingTimeInMilliseconds": 120, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Adobe Identity Management Service", "resourceId": "7d6a0897-8b82-49e9-90e2-d482fb9202bd", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 256668, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "lQIOOkUnQgdDXFb3EyZPe5vfEiF4vjuS9zCnVyF7A2tU4CHy", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "537d9419-7e2b-4778-9102-62256bcfcf45"}}, {"time": "2022-08-07T13:37:51.847715Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "205.33.24.92", "correlationId": "31e4e3e2-bbcc-4537-8187-abd45b73029c", "identity": "Vanessa Ramirez", "Level": 4, "location": "XD", "properties": {"id": "f95b27fd-8962-466c-86b8-5898b0dc8a00", "createdDateTime": "2022-08-07T13:37:52.001715Z", "userDisplayName": "Vanessa Ramirez", "userPrincipalName": "vramirez@domain.com", "userId": "5d72b7ed-62ea-4b94-b931-ccef65d71ebd", "appId": "9a7e67c7-6f05-42a3-b226-97c7ec3e9696", "appDisplayName": "Adobe Identity Management", "ipAddress": "205.33.24.92", "status": {"errorCode": 0}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (X11; Linux i686) AppleWebKit/532.2 (KHTML, like Gecko) Chrome/21.0.853.0 Safari/532.2 Edge/89.19380", "deviceDetail": {"deviceId": "e395a3f4-8f2d-4170-804f-d3e13ce3151b", "displayName": "VANESSARAMIREZ-LT", "operatingSystem": "Windows 10", "browser": "Edge 89.19380", "trustType": "Azure AD registered"}, "location": {"city": "Kristinmouth", "state": "Norrisbury", "countryOrRegion": "XD", "geoCoordinates": {"latitude": 26.278784, "longitude": -92.042573}}, "correlationId": "c9047f67-9500-4b78-b0df-361b7c938e8f", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "e1fed013-c0e4-4702-961a-cb863ce7c8d2", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 154, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Adobe Identity Management Service", "resourceId": "716aba4b-c9f6-4449-afd5-9a63e6544db2", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 214655, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "uItCqinjjo2AI9ZQKb6K34CURVRYakmVKlzFJLCpKqMjXJrB", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "91299e6a-641e-45f3-8eb9-00c8dc321db1", "rngcStatus": 0}}, {"time": "2022-08-07T13:42:51.590402Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "147.132.189.119", "correlationId": "220e6f95-3e44-41a7-9ed2-8cebe7d3d557", "identity": "Melissa Martin", "Level": 4, "location": "XR", "properties": {"id": "fbcedcc7-b4d5-4563-84a7-f03880d36f00", "createdDateTime": "2022-08-07T13:42:51.702402Z", "userDisplayName": "Melissa Martin", "userPrincipalName": "mmartin@domain.com", "userId": "632ccb55-03a7-40f4-9893-653527cae790", "appId": "e47a1d38-5f61-45cd-b1b9-bc92f525c598", "appDisplayName": "Altoura", "ipAddress": "147.132.189.119", "status": {"errorCode": 0}, "clientAppUsed": "Browser", "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 12_4_8 like Mac OS X) AppleWebKit/536.2 (KHTML, like Gecko) CriOS/39.0.845.0 Mobile/81S373 Safari/536.2 Edge/40.11827", "deviceDetail": {"deviceId": "", "operatingSystem": "Windows 10", "browser": "Edge 40.11827"}, "location": {"city": "Port Denisetown", "state": "Smithton", "countryOrRegion": "XR", "geoCoordinates": {"latitude": 3.5518965, "longitude": 131.871582}}, "correlationId": "0aab89c0-b3c6-4580-8e7a-ae27800813d3", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "c7b21151-597f-46da-9e04-1cd68066b0bc", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 112, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Altoura Online", "resourceId": "f0630e90-b752-4960-bfb9-a0794fc34930", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 256668, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "LMLtLcF7zneyc97hhjjutNnSGsrrXGyJwoB7irL5TLl91pqe", "incomingTokenType": "none", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "1f37c851-4be4-455b-928a-fbde7845a68a", "rngcStatus": 0}}, {"time": "2022-08-07T13:54:22.577190Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "50158", "resultSignature": "None", "resultDescription": "External security challenge was not satisfied.", "durationMs": 0, "callerIpAddress": "105.169.153.183", "correlationId": "9a6c8358-df5c-4cd4-8822-4f26cc241073", "identity": "Thomas Price", "Level": 4, "location": "XR", "properties": {"id": "ed1cc7f2-5495-4045-9a89-6421d9106d00", "createdDateTime": "2022-08-07T13:54:22.720190Z", "userDisplayName": "Thomas Price", "userPrincipalName": "tprice@domain.com", "userId": "32109ee2-ee4f-4d11-9c38-2556aec0f2b5", "appId": "9a7e67c7-6f05-42a3-b226-97c7ec3e9696", "appDisplayName": "Adobe Identity Management", "ipAddress": "105.169.153.183", "status": {"errorCode": 50158, "failureReason": "External security challenge was not satisfied."}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (X11; Linux i686) AppleWebKit/535.2 (KHTML, like Gecko) Chrome/22.0.843.0 Safari/535.2 Edge/118.12158", "deviceDetail": {"deviceId": "2b85c59f-331a-4b61-9a44-9d3d6df62a06", "displayName": "THOMASPRICE-LT", "operatingSystem": "Windows 10", "browser": "Edge 118.12158", "trustType": "Hybrid Azure AD joined"}, "location": {"city": "Santosborough", "state": "Smithton", "countryOrRegion": "XR", "geoCoordinates": {"latitude": 12.8350355, "longitude": 138.359011}}, "correlationId": "ee01d073-48b4-4e7a-ba22-369364b7d885", "conditionalAccessStatus": "failure", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "bdfe7c3b-8278-4b65-bb20-f29bf6570ea3", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 143, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Adobe Identity Management Service", "resourceId": "30663ca7-f8a9-43ab-8ca1-7906bdbc1485", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 256668, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "imP6OI3AcuY68J2f6A6oywGbXc7mJuinENQm75xX58LoS7ij", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "a6c259e5-7f16-48b2-a9f3-75becd6daa9b", "rngcStatus": 0}}, {"time": "2022-08-07T14:06:02.291493Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "SignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "205.33.24.92", "correlationId": "66f2b4fc-f9b0-4344-8e59-604529daac21", "identity": "Aaron Cole", "Level": 4, "location": "XD", "properties": {"id": "c7effe19-f517-48ca-9f7d-2de5994f6a00", "createdDateTime": "2022-08-07T14:06:02.432493Z", "userDisplayName": "Aaron Cole", "userPrincipalName": "acole@domain.com", "userId": "5d557969-1645-4ba4-be83-b6fd943659f7", "appId": "03d81133-bfaa-4cad-b5fc-938f0fe86da9", "appDisplayName": "Dream Broker Studio", "ipAddress": "205.33.24.92", "status": {"errorCode": 0}, "clientAppUsed": "Browser", "userAgent": "Mozilla/5.0 (X11; Linux i686) AppleWebKit/536.2 (KHTML, like Gecko) Chrome/22.0.877.0 Safari/536.2", "deviceDetail": {"deviceId": "", "operatingSystem": "Windows 10", "browser": "Chrome 22.0.877.0"}, "location": {"city": "Kristinmouth", "state": "Norrisbury", "countryOrRegion": "XD", "geoCoordinates": {"latitude": 26.278784, "longitude": -92.042573}}, "correlationId": "a9d1824d-2f5a-4be8-bb9c-c8708928a6e1", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "45c13773-3448-4532-a2aa-b2d498845ba5", "isInteractive": true, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 141, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Dream Broker Studio Online", "resourceId": "f0630e90-b752-4960-bfb9-a0794fc34930", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 214655, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "s1aV6m68VoMFlNKW7lpTTzQWCr79hjZN2dxRz69wYBxESdx9", "incomingTokenType": "none", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "1f37c851-4be4-455b-928a-fbde7845a68a", "rngcStatus": 0}}, {"time": "2022-08-07T14:50:27.664898Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "50158", "resultSignature": "None", "resultDescription": "External security challenge was not satisfied.", "durationMs": 0, "callerIpAddress": "105.169.153.183", "correlationId": "a0a28bdd-b74f-455f-ba8e-3058dfb8f612", "identity": "Thomas Price", "Level": 4, "location": "XR", "properties": {"id": "6bc2e7cc-9e37-4d1b-b0e2-c04dbc574b00", "createdDateTime": "2022-08-07T14:50:27.814898Z", "userDisplayName": "Thomas Price", "userPrincipalName": "tprice@domain.com", "userId": "32109ee2-ee4f-4d11-9c38-2556aec0f2b5", "appId": "9a7e67c7-6f05-42a3-b226-97c7ec3e9696", "appDisplayName": "Adobe Identity Management", "ipAddress": "105.169.153.183", "status": {"errorCode": 50158, "failureReason": "External security challenge was not satisfied."}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (X11; Linux i686) AppleWebKit/535.2 (KHTML, like Gecko) Chrome/22.0.843.0 Safari/535.2 Edge/118.12158", "deviceDetail": {"deviceId": "2b85c59f-331a-4b61-9a44-9d3d6df62a06", "displayName": "THOMASPRICE-LT", "operatingSystem": "Windows 10", "browser": "Edge 118.12158", "trustType": "Hybrid Azure AD joined"}, "location": {"city": "Kevinton", "state": "Smithton", "countryOrRegion": "XR", "geoCoordinates": {"latitude": -87.5106305, "longitude": -77.991036}}, "correlationId": "d838bcd8-175b-491d-af55-3b4b3c97fb22", "conditionalAccessStatus": "failure", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "595dbf77-c682-4966-813b-1e94b7594642", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "processingTimeInMilliseconds": 150, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Adobe Identity Management Service", "resourceId": "30663ca7-f8a9-43ab-8ca1-7906bdbc1485", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 256668, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "hpsgcxSVgyxSW342aKaPoaaYwYWvJygyMA7X9wWIOTwAxWkm", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "a6c259e5-7f16-48b2-a9f3-75becd6daa9b"}}, {"time": "2022-08-07T14:58:41.721070Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "134.219.180.76", "correlationId": "1d5b6ef5-38f9-4967-880d-6a5a52f56ffd", "identity": "Joseph Taylor", "Level": 4, "location": "XF", "properties": {"id": "f656c79e-6ed9-4ee9-bee4-408e88bb6700", "createdDateTime": "2022-08-07T14:58:41.859070Z", "userDisplayName": "Joseph Taylor", "userPrincipalName": "jtaylor@domain.com", "userId": "af9847eb-c773-41ae-bf94-42747c5e986c", "appId": "0eb582d3-3445-46b8-ba86-6c84693c6f72", "appDisplayName": "Smartsheet", "ipAddress": "134.219.180.76", "status": {"errorCode": 0, "additionalDetails": "MFA requirement satisfied by claim in the token"}, "clientAppUsed": "Browser", "deviceDetail": {"deviceId": "76b96bd3-e5d7-49ee-b195-bf363facdb3d", "displayName": "JOSEPHTAYLOR-LT", "operatingSystem": "Windows", "browser": "Rich Client 4.25.0.0", "isCompliant": true, "isManaged": true, "trustType": "Azure AD joined"}, "location": {"city": "Mannville", "state": "Porterside", "countryOrRegion": "XF", "geoCoordinates": {"latitude": -50.9955705, "longitude": 104.613841}}, "mfaDetail": {}, "correlationId": "abd7d4e6-4c25-4484-8a1c-973d893da5f1", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "c1b47d21-4dba-4945-a200-17b68ad02572", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 138, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Smartsheet Online", "resourceId": "f0630e90-b752-4960-bfb9-a0794fc34930", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 124400, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "9P3juQNOObLhZtDvtfndYK68ErBvt7iZfyI5nyp7TxUErXpQ", "incomingTokenType": "none", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "1f37c851-4be4-455b-928a-fbde7845a68a", "rngcStatus": 0}}, {"time": "2022-08-07T16:00:01.986082Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "1.210.58.10", "correlationId": "bec1af72-bf5d-41cb-8247-bc18ebf2e76c", "identity": "Keith Sheppard", "Level": 4, "location": "XD", "properties": {"id": "159590e9-5419-4dbb-867e-364176e26500", "createdDateTime": "2022-08-07T16:00:02.115082Z", "userDisplayName": "Keith Sheppard", "userPrincipalName": "ksheppard@domain.com", "userId": "05bd48f1-91d2-4c2d-9a7c-80e80f561b3c", "appId": "9a7e67c7-6f05-42a3-b226-97c7ec3e9696", "appDisplayName": "Adobe Identity Management", "ipAddress": "1.210.58.10", "status": {"errorCode": 0}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (Windows NT 4.0) AppleWebKit/531.1 (KHTML, like Gecko) Chrome/20.0.823.0 Safari/531.1 Edge/87.11424", "deviceDetail": {"deviceId": "639815fd-5018-4e38-9d81-67538b2ce460", "displayName": "KEITHSHEPPARD-LT", "operatingSystem": "Windows 10", "browser": "Edge 87.11424", "trustType": "Azure AD registered"}, "location": {"city": "Cooperhaven", "state": "Norrisbury", "countryOrRegion": "XD", "geoCoordinates": {"latitude": 70.436398, "longitude": -23.873747}}, "correlationId": "348b6fed-f93a-4131-9313-89ec3dac39f6", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "1184af9d-be7a-4de5-8c50-5d09358d2df1", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 129, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Adobe Identity Management Service", "resourceId": "f0630e90-b752-4960-bfb9-a0794fc34930", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 69487, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "G8X1TEEyujHcS04DPXhjmjnnjuE95RT5wrbfgA10pIjppcig", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "1f37c851-4be4-455b-928a-fbde7845a68a", "rngcStatus": 0}}, {"time": "2022-08-07T16:06:34.033250Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "44.22.19.201", "correlationId": "ad69b117-7577-4299-b281-bc370599f5b8", "identity": "David Johnson", "Level": 4, "location": "XN", "properties": {"id": "8bc588a3-ee52-4f64-9b78-b883d6e77800", "createdDateTime": "2022-08-07T16:06:34.235250Z", "userDisplayName": "David Johnson", "userPrincipalName": "djohnson@domain.com", "userId": "ff2ae3d2-8cd2-4bd6-b65d-49c5ad946c7f", "appId": "d8f06ac5-2544-406a-a145-2d3d64bc920f", "appDisplayName": "Workday", "ipAddress": "44.22.19.201", "status": {"errorCode": 0}, "clientAppUsed": "Browser", "deviceDetail": {"deviceId": "8fb0ff79-f116-4f20-8ca8-36b3f8d68865", "displayName": "DAVIDJOHNSON-LT", "operatingSystem": "Windows", "trustType": "Azure AD registered"}, "location": {"city": "Littlemouth", "state": "Alexanderfurt", "countryOrRegion": "XN", "geoCoordinates": {"latitude": 25.4437255, "longitude": -109.530885}}, "correlationId": "355ed1c4-6b36-438f-8310-475526d6b098", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "883a246b-02de-4306-86b6-8c9ce3336c0d", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 202, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Workday Online", "resourceId": "f0630e90-b752-4960-bfb9-a0794fc34930", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 230297, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "4gDLzQMv2FDQ9XXccA9orMl4LqAvQgMAhA4ZiGyziBcChE7v", "incomingTokenType": "none", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "1f37c851-4be4-455b-928a-fbde7845a68a", "rngcStatus": 0}}, {"time": "2022-08-07T16:11:55.624931Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "50158", "resultSignature": "None", "resultDescription": "External security challenge was not satisfied.", "durationMs": 0, "callerIpAddress": "92.110.109.246", "correlationId": "0e92934d-a00f-47e5-87a1-c6e6f13be832", "identity": "Thomas Price", "Level": 4, "location": "XR", "properties": {"id": "9fd4e587-f898-44c4-9cdb-b0919fb36600", "createdDateTime": "2022-08-07T16:11:55.765931Z", "userDisplayName": "Thomas Price", "userPrincipalName": "tprice@domain.com", "userId": "32109ee2-ee4f-4d11-9c38-2556aec0f2b5", "appId": "9a7e67c7-6f05-42a3-b226-97c7ec3e9696", "appDisplayName": "Adobe Identity Management", "ipAddress": "92.110.109.246", "status": {"errorCode": 50158, "failureReason": "External security challenge was not satisfied."}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (X11; Linux i686) AppleWebKit/535.2 (KHTML, like Gecko) Chrome/22.0.843.0 Safari/535.2 Edge/118.12158", "deviceDetail": {"deviceId": "35819889-abdc-47e0-b28d-5195d26e941f", "displayName": "THOMASPRICE-LT", "operatingSystem": "Windows 10", "browser": "Edge 118.12158", "trustType": "Hybrid Azure AD joined"}, "location": {"city": "Port Denisetown", "state": "Smithton", "countryOrRegion": "XR", "geoCoordinates": {"latitude": 3.5518965, "longitude": 131.871582}}, "correlationId": "ccb00ce3-6b39-4cf6-b501-ab192073c7fb", "conditionalAccessStatus": "failure", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "70606621-ca2e-48e8-94fb-57ec58f27baa", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 141, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Adobe Identity Management Service", "resourceId": "30663ca7-f8a9-43ab-8ca1-7906bdbc1485", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 230297, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "pqEygi5AwWeKuGT9wNTXB26w8i2IR2KxQBPPVcfv6sNoiaoP", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "a6c259e5-7f16-48b2-a9f3-75becd6daa9b", "rngcStatus": 0}}, {"time": "2022-08-07T16:14:41.735042Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "50158", "resultSignature": "None", "resultDescription": "External security challenge was not satisfied.", "durationMs": 0, "callerIpAddress": "147.132.189.119", "correlationId": "54fd8f74-337e-4930-ab80-c5a79e83bafc", "identity": "Cassie Fernandez", "Level": 4, "location": "XR", "properties": {"id": "86ec8f81-b065-45d1-84e2-abcfc3698c00", "createdDateTime": "2022-08-07T16:14:41.832042Z", "userDisplayName": "Cassie Fernandez", "userPrincipalName": "cfernandez@domain.com", "userId": "67ef8be6-3f44-4db7-8172-fd6211428c1e", "appId": "413f12c2-a9cb-4ca6-a080-d4308249cbe1", "appDisplayName": "Air", "ipAddress": "147.132.189.119", "status": {"errorCode": 50158, "failureReason": "External security challenge was not satisfied."}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (iPad; CPU iPad OS 9_3_6 like Mac OS X) AppleWebKit/536.1 (KHTML, like Gecko) CriOS/42.0.865.0 Mobile/77O124 Safari/536.1 Edge/99.14477", "deviceDetail": {"deviceId": "bf67c857-685a-4457-89c4-db2afa581bd2", "displayName": "CASSIEFERNANDEZ-LT", "operatingSystem": "Windows 10", "browser": "Edge 99.14477", "trustType": "Hybrid Azure AD joined"}, "location": {"city": "Port Denisetown", "state": "Smithton", "countryOrRegion": "XR", "geoCoordinates": {"latitude": 3.5518965, "longitude": 131.871582}}, "correlationId": "28b02d87-b9c3-410b-8939-fd772ba02771", "conditionalAccessStatus": "failure", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "80a891cc-1b95-42c1-82bf-cd5fa88995d6", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 97, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Air Online", "resourceId": "d2c09315-f769-4fc6-9be8-f57cf8efa9cc", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 256668, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "LKvyOxD3OtOkONYc9OQGPX4lyL5FDgCJqk1l1SnIlBGXI9Y8", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": null, "rngcStatus": 0}}, {"time": "2022-08-07T16:16:43.151498Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "SignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "50011", "resultSignature": "None", "resultDescription": "The reply address is missing, misconfigured, or does not match reply addresses configured for the application. Try out the resolution listed at https://docs.microsoft.com/azure/active-directory/application-sign-in-problem-federated-sso-gallery#the-reply-address-does-not-match-the-reply-addresses-configured-for-the-application. If you still see issues, contact the application owner or app admin.", "durationMs": 0, "callerIpAddress": "205.33.24.92", "correlationId": "fe4d27de-7c72-40ad-9505-fca261b1b7a9", "identity": "Aaron Cole", "Level": 4, "location": "XD", "properties": {"id": "2deb6159-9641-4f72-833f-3a31c2b14a00", "createdDateTime": "2022-08-07T16:16:43.304498Z", "userDisplayName": "Aaron Cole", "userPrincipalName": "acole@domain.com", "userId": "5d557969-1645-4ba4-be83-b6fd943659f7", "appId": "af50c7b0-ad5f-40ec-840e-8d89be454ce4", "appDisplayName": "Citrix ShareFile", "ipAddress": "205.33.24.92", "status": {"errorCode": 50011, "failureReason": "The reply address is missing, misconfigured, or does not match reply addresses configured for the application. Try out the resolution listed at https://docs.microsoft.com/azure/active-directory/application-sign-in-problem-federated-sso-gallery#the-reply-address-does-not-match-the-reply-addresses-configured-for-the-application. If you still see issues, contact the application owner or app admin."}, "clientAppUsed": "Browser", "userAgent": "Mozilla/5.0 (X11; Linux i686) AppleWebKit/536.2 (KHTML, like Gecko) Chrome/22.0.877.0 Safari/536.2", "deviceDetail": {"deviceId": "", "operatingSystem": "Windows 10", "browser": "Chrome 22.0.877.0"}, "location": {"city": "Kristinmouth", "state": "Norrisbury", "countryOrRegion": "XD", "geoCoordinates": {"latitude": 26.278784, "longitude": -92.042573}}, "correlationId": "4575aba3-0cc7-4c74-a18e-14fb49ac8ac8", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "b6555f8b-bc76-40b2-8b48-35d692493454", "isInteractive": true, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "processingTimeInMilliseconds": 153, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Citrix ShareFile Online", "resourceId": "24578515-1951-4064-967d-0d2acaf0aa70", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 214655, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "d9Is0Dk2k8WnwSE7zZVtlDyZwtJTi52waNoNu3N5M2W1453p", "incomingTokenType": "none", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "0e68752b-7dfa-400b-a6f5-1b54af90696a"}}, {"time": "2022-08-07T16:38:59.750735Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "156.206.181.119", "correlationId": "5c86b239-391e-44e8-b4be-79121aa2dce2", "identity": "Cynthia Perry", "Level": 4, "location": "XY", "properties": {"id": "16bcb29d-4da5-4f0e-bf12-107913f98200", "createdDateTime": "2022-08-07T16:38:59.826735Z", "userDisplayName": "Cynthia Perry", "userPrincipalName": "cperry@domain.com", "userId": "ac5fa380-9d5b-470e-beb2-5ba10aca48e6", "appId": "9de6e985-97a5-4d82-9c45-aedaa9c25ef9", "appDisplayName": "AWS Single-Account Access", "ipAddress": "156.206.181.119", "status": {"errorCode": 0}, "clientAppUsed": "Browser", "deviceDetail": {"deviceId": "", "operatingSystem": "Windows"}, "location": {"city": "Hannaville", "state": "Thomashaven", "countryOrRegion": "XY", "geoCoordinates": {"latitude": 1.1452695, "longitude": 128.249211}}, "correlationId": "55931fae-0b6c-4321-913d-33d4a092a2bd", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "6cfe1061-ff45-4af8-b574-4188fb114613", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 76, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "AWS Single-Account Access Service", "resourceId": "9a84f55e-3a40-492c-9476-e069f64ed7a6", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 279165, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "XChtPTyCD6L0pNn77pO2kOH7Q03siX3Pc9W9khMDlv2Tszy5", "incomingTokenType": "none", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "37ee873b-f901-4e25-be69-010243106d0f", "rngcStatus": 0}}, {"time": "2022-08-07T16:40:50.665033Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "50158", "resultSignature": "None", "resultDescription": "External security challenge was not satisfied.", "durationMs": 0, "callerIpAddress": "166.105.218.213", "correlationId": "b54b6626-d6d0-4778-a3f2-4a30fca50954", "identity": "Thomas Price", "Level": 4, "location": "XR", "properties": {"id": "37de7214-048f-4127-804b-5086f3506100", "createdDateTime": "2022-08-07T16:40:50.810033Z", "userDisplayName": "Thomas Price", "userPrincipalName": "tprice@domain.com", "userId": "32109ee2-ee4f-4d11-9c38-2556aec0f2b5", "appId": "79510a8f-6421-4348-a2ea-bcc2b02485c1", "appDisplayName": "Cisco AnyConnect", "ipAddress": "166.105.218.213", "status": {"errorCode": 50158, "failureReason": "External security challenge was not satisfied."}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (X11; Linux i686) AppleWebKit/535.2 (KHTML, like Gecko) Chrome/22.0.843.0 Safari/535.2 Edge/118.12158", "deviceDetail": {"deviceId": "5224a875-801f-44b5-a725-542da3890d4b", "displayName": "THOMASPRICE-LT", "operatingSystem": "Windows 10", "browser": "Edge 118.12158", "trustType": "Hybrid Azure AD joined"}, "location": {"city": "Kevinton", "state": "Smithton", "countryOrRegion": "XR", "geoCoordinates": {"latitude": -87.5106305, "longitude": -77.991036}}, "correlationId": "7c34fd6c-f2d1-49b4-b9e1-b1511028254c", "conditionalAccessStatus": "failure", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "d0041b5f-5a0a-479e-af3c-90056d0b7631", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 145, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Cisco AnyConnect Online", "resourceId": "5d5b8d28-6a28-472e-b837-a4094e466965", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 256668, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "tcu4uMqaq25QgnbNy3lrLNpckrFm7iSMq5SV9nXvhSDLSS9g", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "15655e1f-5005-4c53-b3c0-c4a1d1ca5e9e", "rngcStatus": 0}}, {"time": "2022-08-07T16:57:25.236515Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "44.22.19.201", "correlationId": "41a1a99f-d2c2-4525-b6ec-5b7eb1c807fc", "identity": "David Johnson", "Level": 4, "location": "XN", "properties": {"id": "37d9e640-8f8f-42d8-9d97-1f4d2a736400", "createdDateTime": "2022-08-07T16:57:25.435515Z", "userDisplayName": "David Johnson", "userPrincipalName": "djohnson@domain.com", "userId": "ff2ae3d2-8cd2-4bd6-b65d-49c5ad946c7f", "appId": "9a7e67c7-6f05-42a3-b226-97c7ec3e9696", "appDisplayName": "Adobe Identity Management", "ipAddress": "44.22.19.201", "status": {"errorCode": 0}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (Windows NT 4.0) AppleWebKit/531.1 (KHTML, like Gecko) Chrome/20.0.823.0 Safari/531.1 Edge/87.11424", "deviceDetail": {"deviceId": "8fb0ff79-f116-4f20-8ca8-36b3f8d68865", "displayName": "DAVIDJOHNSON-LT", "operatingSystem": "Windows 10", "browser": "Edge 87.11424", "trustType": "Azure AD registered"}, "location": {"city": "Littlemouth", "state": "Alexanderfurt", "countryOrRegion": "XN", "geoCoordinates": {"latitude": 25.4437255, "longitude": -109.530885}}, "correlationId": "09818361-df66-4100-ae6f-ed2aa15fb221", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "5f031452-f6d9-407c-8b8b-f49fd5965606", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 199, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Adobe Identity Management Service", "resourceId": "30663ca7-f8a9-43ab-8ca1-7906bdbc1485", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 230297, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "gsODNKtAZZHwoVgoi8W9djgMnUSpUIZRjGEgzP7gS1J91hb0", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "a6c259e5-7f16-48b2-a9f3-75becd6daa9b", "rngcStatus": 0}}, {"time": "2022-08-07T17:26:26.475496Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "13.113.40.157", "correlationId": "191b2370-9419-4b61-a232-9f3e0c804ec4", "identity": "Attack Target", "Level": 4, "location": "XR", "properties": {"id": "b833bcd2-4c2b-43a0-9673-9bc697226f00", "createdDateTime": "2022-08-07T17:26:26.767496Z", "userDisplayName": "Attack Target", "userPrincipalName": "attacktarget@domain.com", "userId": "d735e84b-dcca-404d-9f7d-700f360f41a6", "appId": "9c5b7fe3-0ad2-4ea6-94e5-9e0001f367e3", "appDisplayName": "Articulate 360", "ipAddress": "13.113.40.157", "status": {"errorCode": 0}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (iPad; CPU iPad OS 9_3_6 like Mac OS X) AppleWebKit/536.1 (KHTML, like Gecko) CriOS/42.0.865.0 Mobile/77O124 Safari/536.1 Edge/99.14477", "deviceDetail": {"deviceId": "a44625dc-6f81-449a-9799-8005f7209b42", "displayName": "ATTACKTARGET-LT", "operatingSystem": "Windows 10", "browser": "Edge 99.14477", "trustType": "Azure AD registered"}, "location": {"city": "Smithfort", "state": "Smithfort", "countryOrRegion": "XR", "geoCoordinates": {"latitude": 3.7564095, "longitude": -121.574606}}, "correlationId": "14a753f5-afe4-4621-a8a2-f80ec8451be8", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "8ef55cda-5f63-45d1-9264-b4f20c41ad91", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 292, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Articulate 360 Online", "resourceId": "436260d5-3791-4aea-a4da-aa698ec35f2f", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 34974, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "Dq74JTTqpnfLMg97tWSMXmqA7boViUbxTL8IFKu44T5DfUX3", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "94b9f3ba-5f4b-4edc-99dc-a420b76960f9", "rngcStatus": 0}}, {"time": "2022-08-07T18:27:37.071848Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "156.206.181.119", "correlationId": "d542f5f6-59af-4458-800e-bdfdfb27ee5d", "identity": "Cynthia Perry", "Level": 4, "location": "XY", "properties": {"id": "5e4e730b-8d3c-4dbc-a1a3-d712b4da5300", "createdDateTime": "2022-08-07T18:27:37.159848Z", "userDisplayName": "Cynthia Perry", "userPrincipalName": "cperry@domain.com", "userId": "ac5fa380-9d5b-470e-beb2-5ba10aca48e6", "appId": "9de6e985-97a5-4d82-9c45-aedaa9c25ef9", "appDisplayName": "AWS Single-Account Access", "ipAddress": "156.206.181.119", "status": {"errorCode": 0}, "clientAppUsed": "Browser", "deviceDetail": {"deviceId": "", "operatingSystem": "Windows"}, "location": {"city": "Hannaville", "state": "Thomashaven", "countryOrRegion": "XY", "geoCoordinates": {"latitude": 1.1452695, "longitude": 128.249211}}, "correlationId": "843f492b-05f4-4903-9baf-e9a87715df91", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "4f5f7d0b-2740-41ef-b86c-2b933a22cd2e", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "processingTimeInMilliseconds": 88, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "AWS Single-Account Access Service", "resourceId": "72f0186d-d327-46c9-a8ff-497e0caa8691", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 279165, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "35ZjmluCRUn2fUY8jrLxYSWVyN9HhAgndD3l4CaWnquPMtgy", "incomingTokenType": "none", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": null}}, {"time": "2022-08-07T18:30:07.752597Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "50158", "resultSignature": "None", "resultDescription": "External security challenge was not satisfied.", "durationMs": 0, "callerIpAddress": "105.169.153.183", "correlationId": "70fa5f23-1942-496f-8109-d2f421540b0b", "identity": "Thomas Price", "Level": 4, "location": "XR", "properties": {"id": "49631f69-cc61-4c2e-82a5-314e588a9f00", "createdDateTime": "2022-08-07T18:30:07.880597Z", "userDisplayName": "Thomas Price", "userPrincipalName": "tprice@domain.com", "userId": "32109ee2-ee4f-4d11-9c38-2556aec0f2b5", "appId": "9a7e67c7-6f05-42a3-b226-97c7ec3e9696", "appDisplayName": "Adobe Identity Management", "ipAddress": "105.169.153.183", "status": {"errorCode": 50158, "failureReason": "External security challenge was not satisfied."}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (X11; Linux i686) AppleWebKit/535.2 (KHTML, like Gecko) Chrome/22.0.843.0 Safari/535.2 Edge/118.12158", "deviceDetail": {"deviceId": "61720755-0e96-468f-9935-10dacdc868e4", "displayName": "THOMASPRICE-LT", "operatingSystem": "Windows 10", "browser": "Edge 118.12158", "trustType": "Hybrid Azure AD joined"}, "location": {"city": "Santosborough", "state": "Smithton", "countryOrRegion": "XR", "geoCoordinates": {"latitude": 12.8350355, "longitude": 138.359011}}, "correlationId": "836fc1bf-c752-4783-bd46-d3119cc26ef4", "conditionalAccessStatus": "failure", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "614532ad-22e5-4d26-aebe-4c09d85b701e", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 128, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Adobe Identity Management Service", "resourceId": "30663ca7-f8a9-43ab-8ca1-7906bdbc1485", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 256668, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "pBvIvExOZnuL9frNNMCCUHiSBt0AXObQB7Zkuti7d1Yrvukw", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "a6c259e5-7f16-48b2-a9f3-75becd6daa9b", "rngcStatus": 0}}, {"time": "2022-08-07T18:36:02.126963Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "50173", "resultSignature": "None", "resultDescription": "Fresh auth token is needed. Have the user re-sign using fresh credentials.", "durationMs": 0, "callerIpAddress": "156.206.181.119", "correlationId": "a75abb81-4bfe-489d-9d1e-9af785a540b5", "identity": "Cynthia Perry", "Level": 4, "location": "XY", "properties": {"id": "2b60f3d6-0a82-440d-b179-44acff474e00", "createdDateTime": "2022-08-07T18:36:02.228963Z", "userDisplayName": "Cynthia Perry", "userPrincipalName": "cperry@domain.com", "userId": "ac5fa380-9d5b-470e-beb2-5ba10aca48e6", "appId": "9003b8ba-730c-412d-8972-267700304e01", "appDisplayName": "Box", "ipAddress": "156.206.181.119", "status": {"errorCode": 50173, "failureReason": "Fresh auth token is needed. Have the user re-sign using fresh credentials."}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (Windows NT 4.0) AppleWebKit/531.1 (KHTML, like Gecko) Chrome/20.0.823.0 Safari/531.1 Edge/87.11424", "deviceDetail": {"deviceId": "", "operatingSystem": "Windows 10", "browser": "Edge 87.11424"}, "location": {"city": "Hannaville", "state": "Thomashaven", "countryOrRegion": "XY", "geoCoordinates": {"latitude": 1.1452695, "longitude": 128.249211}}, "correlationId": "0e0cac64-aad3-4d59-9bc3-0391aa8e8c67", "conditionalAccessStatus": "notApplied", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "e18d87db-213d-4041-8b9f-4ea3bdd920c7", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "processingTimeInMilliseconds": 102, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Box Online", "resourceId": "d2c09315-f769-4fc6-9be8-f57cf8efa9cc", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 279165, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "MSoPAV6TVO8MBchAjGhZBJy4T4DYQSMiWQSpXemxYJMLQ37R", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": null}}, {"time": "2022-08-07T18:58:14.900343Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "13.113.40.157", "correlationId": "2f201177-2fb9-4fbc-884e-20471d994277", "identity": "Attack Target", "Level": 4, "location": "XR", "properties": {"id": "2c5f4472-dc1e-49b2-8fbb-327552a35d00", "createdDateTime": "2022-08-07T18:58:15.152343Z", "userDisplayName": "Attack Target", "userPrincipalName": "attacktarget@domain.com", "userId": "d735e84b-dcca-404d-9f7d-700f360f41a6", "appId": "9a7e67c7-6f05-42a3-b226-97c7ec3e9696", "appDisplayName": "Adobe Identity Management", "ipAddress": "13.113.40.157", "status": {"errorCode": 0}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (iPad; CPU iPad OS 9_3_6 like Mac OS X) AppleWebKit/536.1 (KHTML, like Gecko) CriOS/42.0.865.0 Mobile/77O124 Safari/536.1 Edge/99.14477", "deviceDetail": {"deviceId": "a44625dc-6f81-449a-9799-8005f7209b42", "displayName": "ATTACKTARGET-LT", "operatingSystem": "Windows 10", "browser": "Edge 99.14477", "trustType": "Azure AD registered"}, "location": {"city": "New John", "state": "Smithfort", "countryOrRegion": "XR", "geoCoordinates": {"latitude": -89.144242, "longitude": 168.119022}}, "correlationId": "e29a42b9-5404-434f-bc53-b9df1c546d1d", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "c31292fe-44a7-44a2-ad8a-c7363d5d2ca0", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 252, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Adobe Identity Management Service", "resourceId": "30663ca7-f8a9-43ab-8ca1-7906bdbc1485", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 34974, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "acbRs9wSJIB22aj5hSBBDZ7M8MvKIJjDJ5QXOD0VSZrvT6L6", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "a6c259e5-7f16-48b2-a9f3-75becd6daa9b", "rngcStatus": 0}}, {"time": "2022-08-07T19:37:38.849427Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "50158", "resultSignature": "None", "resultDescription": "External security challenge was not satisfied.", "durationMs": 0, "callerIpAddress": "92.110.109.246", "correlationId": "fe96c7a5-7f59-4da5-a13a-fb361b9e1f96", "identity": "Thomas Price", "Level": 4, "location": "XR", "properties": {"id": "1c6a3fdd-a0db-4dca-8c1d-bb569a5e9b00", "createdDateTime": "2022-08-07T19:37:38.963427Z", "userDisplayName": "Thomas Price", "userPrincipalName": "tprice@domain.com", "userId": "32109ee2-ee4f-4d11-9c38-2556aec0f2b5", "appId": "9a7e67c7-6f05-42a3-b226-97c7ec3e9696", "appDisplayName": "Adobe Identity Management", "ipAddress": "92.110.109.246", "status": {"errorCode": 50158, "failureReason": "External security challenge was not satisfied."}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (X11; Linux i686) AppleWebKit/535.2 (KHTML, like Gecko) Chrome/22.0.843.0 Safari/535.2 Edge/118.12158", "deviceDetail": {"deviceId": "0927e60c-8dfa-4ecf-be85-ad63bccf40a1", "displayName": "THOMASPRICE-LT", "operatingSystem": "Windows 10", "browser": "Edge 118.12158", "trustType": "Hybrid Azure AD joined"}, "location": {"city": "Port Denisetown", "state": "Smithton", "countryOrRegion": "XR", "geoCoordinates": {"latitude": 3.5518965, "longitude": 131.871582}}, "correlationId": "9bc16e22-892f-4a71-b97d-e52b5b6215a5", "conditionalAccessStatus": "failure", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "577c19a1-b94d-479d-8e11-a429fac860dc", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 114, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Adobe Identity Management Service", "resourceId": "30663ca7-f8a9-43ab-8ca1-7906bdbc1485", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 230297, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "3R6EcYBX6JfjC9wtM19k27MQU3e3jEWZIazJKHJGQsTJwwng", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "a6c259e5-7f16-48b2-a9f3-75becd6daa9b", "rngcStatus": 0}}, {"time": "2022-08-07T19:45:34.185990Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "50158", "resultSignature": "None", "resultDescription": "External security challenge was not satisfied.", "durationMs": 0, "callerIpAddress": "147.132.189.119", "correlationId": "57fa5e96-d403-4117-b577-a0ff91252e5c", "identity": "Cassie Fernandez", "Level": 4, "location": "XR", "properties": {"id": "e69329df-c356-440d-a977-9ca74bad8900", "createdDateTime": "2022-08-07T19:45:34.321990Z", "userDisplayName": "Cassie Fernandez", "userPrincipalName": "cfernandez@domain.com", "userId": "67ef8be6-3f44-4db7-8172-fd6211428c1e", "appId": "9d794ea1-8d77-42e3-9fdd-6fd3620d616a", "appDisplayName": "Alaya", "ipAddress": "147.132.189.119", "status": {"errorCode": 50158, "failureReason": "External security challenge was not satisfied."}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (iPad; CPU iPad OS 9_3_6 like Mac OS X) AppleWebKit/536.1 (KHTML, like Gecko) CriOS/42.0.865.0 Mobile/77O124 Safari/536.1 Edge/99.14477", "deviceDetail": {"deviceId": "bf67c857-685a-4457-89c4-db2afa581bd2", "displayName": "CASSIEFERNANDEZ-LT", "operatingSystem": "Windows 10", "browser": "Edge 99.14477", "trustType": "Hybrid Azure AD joined"}, "location": {"city": "Port Denisetown", "state": "Smithton", "countryOrRegion": "XR", "geoCoordinates": {"latitude": 3.5518965, "longitude": 131.871582}}, "correlationId": "4d3d6fcc-1964-4e27-97c5-265bf08c1d29", "conditionalAccessStatus": "failure", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "cfe58372-847b-4cdf-9d8c-cce6ecc7a40e", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 136, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Alaya Service", "resourceId": "f0630e90-b752-4960-bfb9-a0794fc34930", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 256668, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "58zc9BfJ8cWo7ySL2MhCeqnwNo47BoA8yNomceD9e5NDgoyv", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "1f37c851-4be4-455b-928a-fbde7845a68a", "rngcStatus": 0}}, {"time": "2022-08-07T19:55:37.977571Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "73.190.117.25", "correlationId": "35ffd7d2-9d2e-4c03-bb5d-bece13122b86", "identity": "Cassie Fernandez", "Level": 4, "location": "XR", "properties": {"id": "428b6e35-2558-4b6a-b97f-38a2fc636e00", "createdDateTime": "2022-08-07T19:55:38.071571Z", "userDisplayName": "Cassie Fernandez", "userPrincipalName": "cfernandez@domain.com", "userId": "67ef8be6-3f44-4db7-8172-fd6211428c1e", "appId": "9167c284-c68f-468a-84be-0ee4f23879fe", "appDisplayName": "ArcGIS Enterprise", "ipAddress": "73.190.117.25", "status": {"errorCode": 0}, "clientAppUsed": "Mobile Apps and Desktop clients", "deviceDetail": {"deviceId": "", "operatingSystem": "Ios", "browser": "Mobile Safari"}, "location": {"city": "Boonetown", "state": "Smithton", "countryOrRegion": "XR", "geoCoordinates": {"latitude": 69.3533095, "longitude": -24.043896}}, "correlationId": "9d742b0c-90d1-47a6-acb9-d600bcb0a872", "conditionalAccessStatus": "notApplied", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "b88e7f4a-c8e5-45fa-b0b0-cb9464672774", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 94, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "ArcGIS Enterprise Service", "resourceId": "f72c694e-4e03-4616-91f3-78c5fe54122a", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 478055, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "748tAN0C56SIGMSwWkIasROS49KlumXMFBrx4dmU54VwDpYN", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "1674f597-9877-4ff9-a5d9-accfea860d15", "rngcStatus": 0}}, {"time": "2022-08-07T19:55:50.428848Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "SignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "86.154.193.190", "correlationId": "8e8c23a5-589c-4d0e-b3ee-4e81db3e082b", "identity": "Jamie Watson", "Level": 4, "location": "XR", "properties": {"id": "09f5a465-b9bd-4377-a98a-f7dd57f93800", "createdDateTime": "2022-08-07T19:55:50.556848Z", "userDisplayName": "Jamie Watson", "userPrincipalName": "jwatson@domain.com", "userId": "2844695b-9a70-48ed-a5ce-f3d711e2292b", "appId": "e47a1d38-5f61-45cd-b1b9-bc92f525c598", "appDisplayName": "Altoura", "ipAddress": "86.154.193.190", "status": {"errorCode": 0}, "clientAppUsed": "Browser", "userAgent": "Mozilla/5.0 (Linux; Android 2.3.5) AppleWebKit/532.2 (KHTML, like Gecko) Chrome/46.0.898.0 Safari/532.2 Edge/105.19198", "deviceDetail": {"deviceId": "fc784602-6455-4450-be3c-6770e0359f8a", "displayName": "JAMIEWATSON-LT", "operatingSystem": "Windows 10", "browser": "Edge 105.19198", "isCompliant": true, "isManaged": true, "trustType": "Azure AD joined"}, "location": {"city": "Port Denisetown", "state": "Smithton", "countryOrRegion": "XR", "geoCoordinates": {"latitude": 3.5518965, "longitude": 131.871582}}, "correlationId": "b94171a7-a888-4257-ab7e-edc41e04c0a5", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "95bf3fb6-bdbc-494f-a2e9-1d4234511e51", "isInteractive": true, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "processingTimeInMilliseconds": 128, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Altoura Online", "resourceId": "8a137ba4-52ae-4dbf-94af-2e56851573c4", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 256668, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "XadyYftSHHcJszMVZqd7vDXdLphIrdIHqOiPVxpHDi0iuQ6k", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": null}}, {"time": "2022-08-07T19:57:17.250946Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "147.132.189.119", "correlationId": "5cb45bf2-14d9-4b6f-ab6d-c14fdfbc8c6d", "identity": "Terry Proctor", "Level": 4, "location": "XR", "properties": {"id": "e69329df-c356-440d-a977-9ca7f9f88400", "createdDateTime": "2022-08-07T19:57:17.347946Z", "userDisplayName": "Terry Proctor", "userPrincipalName": "tproctor@domain.com", "userId": "03110cc5-e54f-4dae-b68a-bf5d945f8152", "appId": "9a7e67c7-6f05-42a3-b226-97c7ec3e9696", "appDisplayName": "Adobe Identity Management", "ipAddress": "147.132.189.119", "status": {"errorCode": 0, "additionalDetails": "MFA requirement satisfied by claim in the token"}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (X11; Linux i686) AppleWebKit/533.0 (KHTML, like Gecko) Chrome/24.0.803.0 Safari/533.0 Edge/40.11325", "deviceDetail": {"deviceId": "88ee69d5-1eb7-4f29-b594-e9b4e3371940", "displayName": "TERRYPROCTOR-LT", "operatingSystem": "Windows 10", "browser": "Edge 40.11325", "isCompliant": true, "isManaged": true, "trustType": "Azure AD joined"}, "location": {"city": "Port Denisetown", "state": "Smithton", "countryOrRegion": "XR", "geoCoordinates": {"latitude": 3.5518965, "longitude": 131.871582}}, "mfaDetail": {}, "correlationId": "f2911503-d02a-4831-98d1-332b396be7fa", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "ee39d37a-854e-4072-89d6-f6f05e78041b", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 97, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Adobe Identity Management Service", "resourceId": "30663ca7-f8a9-43ab-8ca1-7906bdbc1485", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 256668, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "DyrxwPZUItuVMg6A8JBRUjFLW2bKEUkgDGxQWP0ig5UIswFa", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "a6c259e5-7f16-48b2-a9f3-75becd6daa9b", "rngcStatus": 0}}, {"time": "2022-08-07T20:01:20.758029Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "205.33.24.92", "correlationId": "ae735112-7efd-49f0-beb3-1d88be832ef9", "identity": "Aaron Cole", "Level": 4, "location": "XD", "properties": {"id": "f76a87a3-7638-4ccc-9bfd-93d2ebe76b00", "createdDateTime": "2022-08-07T20:01:20.882029Z", "userDisplayName": "Aaron Cole", "userPrincipalName": "acole@domain.com", "userId": "5d557969-1645-4ba4-be83-b6fd943659f7", "appId": "4c2f7c2a-ff05-4df6-9087-9ba8388a3861", "appDisplayName": "Foko Retail", "ipAddress": "205.33.24.92", "status": {"errorCode": 0}, "clientAppUsed": "Browser", "deviceDetail": {"deviceId": "", "operatingSystem": "Windows10", "browser": "Rich Client 4.39.0.0"}, "location": {"city": "Kristinmouth", "state": "Norrisbury", "countryOrRegion": "XD", "geoCoordinates": {"latitude": 26.278784, "longitude": -92.042573}}, "correlationId": "337c8dbc-086b-449a-bc89-4796acfa038b", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "d3b8b97a-6041-40cc-b9dd-c5999a0a4aa2", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 124, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Foko Retail Service", "resourceId": "24578515-1951-4064-967d-0d2acaf0aa70", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 214655, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "SHCux0xAwCn3fPhDt0KvbEfmXJmqD41uEl0ze8pjLIDq77ml", "incomingTokenType": "none", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "0e68752b-7dfa-400b-a6f5-1b54af90696a", "rngcStatus": 0}}, {"time": "2022-08-07T20:27:18.525857Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "SignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "205.33.24.92", "correlationId": "cc298071-6587-41cc-8103-0fe295cdf43b", "identity": "Aaron Cole", "Level": 4, "location": "XD", "properties": {"id": "a1992293-def5-47de-a489-bdba6ad65100", "createdDateTime": "2022-08-07T20:27:18.601857Z", "userDisplayName": "Aaron Cole", "userPrincipalName": "acole@domain.com", "userId": "5d557969-1645-4ba4-be83-b6fd943659f7", "appId": "e47a1d38-5f61-45cd-b1b9-bc92f525c598", "appDisplayName": "Altoura", "ipAddress": "205.33.24.92", "status": {"errorCode": 0}, "clientAppUsed": "Browser", "userAgent": "Mozilla/5.0 (X11; Linux i686) AppleWebKit/536.2 (KHTML, like Gecko) Chrome/22.0.877.0 Safari/536.2", "deviceDetail": {"deviceId": "", "operatingSystem": "Windows 10", "browser": "Chrome 22.0.877.0"}, "location": {"city": "Kristinmouth", "state": "Norrisbury", "countryOrRegion": "XD", "geoCoordinates": {"latitude": 26.278784, "longitude": -92.042573}}, "correlationId": "a2ad439c-c19e-4f0d-9fa9-1245ed80be41", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "cf4687d3-165c-413d-a6f5-66653c8fc70f", "isInteractive": true, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "processingTimeInMilliseconds": 76, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Altoura Online", "resourceId": "8a137ba4-52ae-4dbf-94af-2e56851573c4", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 214655, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "54bC0LMqAjWHUekV8f79O1UTdeYSnma18QEucOBfWzpwaYFh", "incomingTokenType": "none", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": null}}, {"time": "2022-08-07T20:29:00.261694Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "147.132.189.119", "correlationId": "1f2df54b-22c1-4c6f-8829-c29cd699bfdd", "identity": "Terry Proctor", "Level": 4, "location": "XR", "properties": {"id": "957852e5-3659-44e0-9376-7805fdaa5a00", "createdDateTime": "2022-08-07T20:29:00.403694Z", "userDisplayName": "Terry Proctor", "userPrincipalName": "tproctor@domain.com", "userId": "03110cc5-e54f-4dae-b68a-bf5d945f8152", "appId": "9d794ea1-8d77-42e3-9fdd-6fd3620d616a", "appDisplayName": "Alaya", "ipAddress": "147.132.189.119", "status": {"errorCode": 0, "additionalDetails": "MFA requirement satisfied by claim in the token"}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (X11; Linux i686) AppleWebKit/533.0 (KHTML, like Gecko) Chrome/24.0.803.0 Safari/533.0 Edge/40.11325", "deviceDetail": {"deviceId": "88ee69d5-1eb7-4f29-b594-e9b4e3371940", "displayName": "TERRYPROCTOR-LT", "operatingSystem": "Windows 10", "browser": "Edge 40.11325", "isCompliant": true, "isManaged": true, "trustType": "Azure AD joined"}, "location": {"city": "Port Denisetown", "state": "Smithton", "countryOrRegion": "XR", "geoCoordinates": {"latitude": 3.5518965, "longitude": 131.871582}}, "mfaDetail": {}, "correlationId": "3f1b0017-5265-402c-91ae-0bc96c9ee4e5", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "92a29d91-f51f-45e3-8740-1e9fcef6aa7d", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 142, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Alaya Service", "resourceId": "e35e3da1-bf74-46a1-979f-06c9212ebfab", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 256668, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "7Zox3jbxT9K4qbOGHLy5NypaYXTysU9afROHYRXX8eEiyioL", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "33c2df33-b2d6-495e-85ea-298208628e8d", "rngcStatus": 0}}, {"time": "2022-08-07T20:36:44.968456Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "SignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "50158", "resultSignature": "None", "resultDescription": "External security challenge was not satisfied.", "durationMs": 0, "callerIpAddress": "91.132.253.146", "correlationId": "c488575c-c8ab-43ec-84d7-2135f2001b7e", "identity": "Aaron Cole", "Level": 4, "location": "XD", "properties": {"id": "883e5098-3851-4488-b9f8-2db05da96000", "createdDateTime": "2022-08-07T20:36:45.069456Z", "userDisplayName": "Aaron Cole", "userPrincipalName": "acole@domain.com", "userId": "5d557969-1645-4ba4-be83-b6fd943659f7", "appId": "9d794ea1-8d77-42e3-9fdd-6fd3620d616a", "appDisplayName": "Alaya", "ipAddress": "91.132.253.146", "status": {"errorCode": 50158, "failureReason": "External security challenge was not satisfied."}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (compatible; MSIE 6.0; Windows NT 5.2; Trident/5.1)", "deviceDetail": {"deviceId": "", "operatingSystem": "Windows 10", "browser": "IE 6.0"}, "location": {"city": "Rickshire", "state": "Norrisbury", "countryOrRegion": "XD", "geoCoordinates": {"latitude": -78.5751045, "longitude": 58.329246}}, "correlationId": "8665ef4d-7463-49e7-8169-33db06326894", "conditionalAccessStatus": "failure", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "f65358f2-b0f0-4171-ac03-625df8a2681f", "isInteractive": true, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 101, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Alaya Service", "resourceId": "2c3383ff-432a-49ee-bb8b-8699a7d0416f", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "alternateSignInName": "acole1@domain.com", "signInIdentifier": "acole1@domain.com", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 214655, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "6HObSR6D0AtOUT77K0Bw7xMiwfhSsSG0m2jHdx67xD8wJnv5", "incomingTokenType": "none", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "35efb8e5-3b35-4a86-b7ce-660b69bfa773", "rngcStatus": 0}}, {"time": "2022-08-07T21:28:01.308695Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "700082", "resultSignature": "None", "resultDescription": "Other", "durationMs": 0, "callerIpAddress": "199.12.127.103", "correlationId": "efde2ca8-9137-47d2-944a-32ead68f6faf", "identity": "Jacob Meyers", "Level": 4, "location": "XG", "properties": {"id": "6319605d-e64e-4864-8be8-7fc33cd99b00", "createdDateTime": "2022-08-07T21:28:01.369695Z", "userDisplayName": "Jacob Meyers", "userPrincipalName": "jmeyers@domain.com", "userId": "c63a67b0-1651-4a8a-9560-cc703cdad5ad", "appId": "b6eb5487-41e5-4254-acc5-72fbd850bd1e", "appDisplayName": "Google Cloud / G Suite Connector by Microsoft", "ipAddress": "199.12.127.103", "status": {"errorCode": 700082, "failureReason": "Other"}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (Windows NT 4.0) AppleWebKit/531.1 (KHTML, like Gecko) Chrome/20.0.823.0 Safari/531.1 Edge/87.11424", "deviceDetail": {"deviceId": "a0ea1625-4397-4c4c-963c-33347d3b0d73", "displayName": "JACOBMEYERS-LT", "operatingSystem": "Windows 10", "browser": "Edge 87.11424", "trustType": "Azure AD registered"}, "location": {"city": "Port Nathan", "state": "Newmanville", "countryOrRegion": "XG", "geoCoordinates": {"latitude": 23.244641, "longitude": -113.392021}}, "correlationId": "6042ade1-379b-43cc-852f-edcd464477b8", "conditionalAccessStatus": "notApplied", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "8df62ef2-ce94-483a-903d-8adda180a658", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 61, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Google Cloud / G Suite Connector by Microsoft Service", "resourceId": "47e06079-6a63-42ab-89ea-840a60f3ea94", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 282405, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "nwzS6abytdMptWPf1lJGeFL2ulrEWyKdnChNap8UfRPHf2VM", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "af115473-a920-4919-a03a-7215ca304189", "rngcStatus": 0}}, {"time": "2022-08-07T21:43:25.013169Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "13.113.40.157", "correlationId": "0a2b9c72-9a7e-434c-9740-8d86b30a9ec3", "identity": "Attack Target", "Level": 4, "location": "XR", "properties": {"id": "8ad50de0-ebdd-4ace-9747-d47caf938700", "createdDateTime": "2022-08-07T21:43:25.117169Z", "userDisplayName": "Attack Target", "userPrincipalName": "attacktarget@domain.com", "userId": "d735e84b-dcca-404d-9f7d-700f360f41a6", "appId": "9a7e67c7-6f05-42a3-b226-97c7ec3e9696", "appDisplayName": "Adobe Identity Management", "ipAddress": "13.113.40.157", "ipAddressFromResourceProvider": "13.113.40.157", "status": {"errorCode": 0}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (iPad; CPU iPad OS 9_3_6 like Mac OS X) AppleWebKit/536.1 (KHTML, like Gecko) CriOS/42.0.865.0 Mobile/77O124 Safari/536.1 Edge/99.14477", "deviceDetail": {"deviceId": "a44625dc-6f81-449a-9799-8005f7209b42", "displayName": "ATTACKTARGET-LT", "operatingSystem": "Windows 10", "browser": "Edge 99.14477", "trustType": "Azure AD registered"}, "location": {"city": "Smithfort", "state": "Smithfort", "countryOrRegion": "XR", "geoCoordinates": {"latitude": 3.7564095, "longitude": -121.574606}}, "correlationId": "024d4a98-75e3-4bdf-b854-de9b550e13a2", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "08d0cf7b-dcbf-4293-a692-d645596918c4", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 104, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Adobe Identity Management Service", "resourceId": "c8eab36d-0a82-409d-8693-a8dabc997921", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 34974, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "sJfbz4tzlwYpWR3anxaQ4ZCYDtnzmVETvl4nCNamxKr6uRsO", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "2248d3ef-d7b8-4eb2-bd20-fb53f725bfe3", "rngcStatus": 0}}, {"time": "2022-08-07T22:02:53.329526Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "50158", "resultSignature": "None", "resultDescription": "External security challenge was not satisfied.", "durationMs": 0, "callerIpAddress": "147.132.189.119", "correlationId": "5519e323-ca70-4261-ba58-24a4d528a561", "identity": "Terry Proctor", "Level": 4, "location": "XR", "properties": {"id": "36248e68-8333-45f4-aadc-85f60c216c00", "createdDateTime": "2022-08-07T22:02:53.429526Z", "userDisplayName": "Terry Proctor", "userPrincipalName": "tproctor@domain.com", "userId": "03110cc5-e54f-4dae-b68a-bf5d945f8152", "appId": "9a7e67c7-6f05-42a3-b226-97c7ec3e9696", "appDisplayName": "Adobe Identity Management", "ipAddress": "147.132.189.119", "ipAddressFromResourceProvider": "86.154.193.190", "status": {"errorCode": 50158, "failureReason": "External security challenge was not satisfied.", "additionalDetails": "MFA requirement satisfied by claim in the token"}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (X11; Linux i686) AppleWebKit/533.0 (KHTML, like Gecko) Chrome/24.0.803.0 Safari/533.0 Edge/40.11325", "deviceDetail": {"deviceId": "88ee69d5-1eb7-4f29-b594-e9b4e3371940", "displayName": "TERRYPROCTOR-LT", "operatingSystem": "Windows 10", "browser": "Edge 40.11325", "isCompliant": true, "isManaged": true, "trustType": "Azure AD joined"}, "location": {"city": "Port Denisetown", "state": "Smithton", "countryOrRegion": "XR", "geoCoordinates": {"latitude": 3.5518965, "longitude": 131.871582}}, "mfaDetail": {}, "correlationId": "e44a4965-29ae-49de-9c86-7f251b19eda2", "conditionalAccessStatus": "failure", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "dbe89513-a8ed-4490-8bed-ee24a54a3041", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 100, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Adobe Identity Management Service", "resourceId": "9a84f55e-3a40-492c-9476-e069f64ed7a6", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 256668, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "xnQo8MfSNBuFKzGVhe9na4fS2LHSh7qy74ypyGXFZGLhoE4P", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "37ee873b-f901-4e25-be69-010243106d0f", "rngcStatus": 0}}, {"time": "2022-08-07T22:25:47.180876Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "13.113.40.157", "correlationId": "099106ce-9917-4d11-a570-452099d78656", "identity": "Attack Target", "Level": 4, "location": "XR", "properties": {"id": "9766f1aa-839e-413d-b538-b601b6559a00", "createdDateTime": "2022-08-07T22:25:47.451876Z", "userDisplayName": "Attack Target", "userPrincipalName": "attacktarget@domain.com", "userId": "d735e84b-dcca-404d-9f7d-700f360f41a6", "appId": "9c5b7fe3-0ad2-4ea6-94e5-9e0001f367e3", "appDisplayName": "Articulate 360", "ipAddress": "13.113.40.157", "status": {"errorCode": 0}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (iPad; CPU iPad OS 9_3_6 like Mac OS X) AppleWebKit/536.1 (KHTML, like Gecko) CriOS/42.0.865.0 Mobile/77O124 Safari/536.1 Edge/99.14477", "deviceDetail": {"deviceId": "a44625dc-6f81-449a-9799-8005f7209b42", "displayName": "ATTACKTARGET-LT", "operatingSystem": "Windows 10", "browser": "Edge 99.14477", "trustType": "Azure AD registered"}, "location": {"city": "Smithfort", "state": "Smithfort", "countryOrRegion": "XR", "geoCoordinates": {"latitude": 3.7564095, "longitude": -121.574606}}, "correlationId": "4a37ce7d-ce45-4ad7-89c3-d920ae2456ad", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "32c81040-a9ef-41c5-b380-5f5597d1807d", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 271, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Articulate 360 Online", "resourceId": "436260d5-3791-4aea-a4da-aa698ec35f2f", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 34974, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "KwdnsfAMSUIF6mssO3aPC8kdRKFv6EiJcIa75ndEOL87lTOn", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "94b9f3ba-5f4b-4edc-99dc-a420b76960f9", "rngcStatus": 0}}, {"time": "2022-08-07T22:27:58.529205Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "156.206.181.119", "correlationId": "48f634ff-a3b2-4271-9889-889ab19727d4", "identity": "Cynthia Perry", "Level": 4, "location": "XY", "properties": {"id": "34e3f02d-c81c-4cc6-8a75-7f89495e8c00", "createdDateTime": "2022-08-07T22:27:58.599205Z", "userDisplayName": "Cynthia Perry", "userPrincipalName": "cperry@domain.com", "userId": "ac5fa380-9d5b-470e-beb2-5ba10aca48e6", "appId": "9de6e985-97a5-4d82-9c45-aedaa9c25ef9", "appDisplayName": "AWS Single-Account Access", "ipAddress": "156.206.181.119", "status": {"errorCode": 0}, "clientAppUsed": "Browser", "deviceDetail": {"deviceId": "", "operatingSystem": "Windows"}, "location": {"city": "Hannaville", "state": "Thomashaven", "countryOrRegion": "XY", "geoCoordinates": {"latitude": 1.1452695, "longitude": 128.249211}}, "correlationId": "62d784cc-5aff-4966-800b-39baa76f8b8c", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "eb9b2505-73a6-4743-a428-c38c17727d93", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 70, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "AWS Single-Account Access Service", "resourceId": "72f0186d-d327-46c9-a8ff-497e0caa8691", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 279165, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "F0EtZvHuIqq0GhHGLY2xD9AeTVf95njIlJS8xO0yq9ccMCZG", "incomingTokenType": "none", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": null, "rngcStatus": 0}}, {"time": "2022-08-07T22:42:46.202571Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "53003", "resultSignature": "None", "resultDescription": "Access has been blocked due to conditional access policies.", "durationMs": 0, "callerIpAddress": "63.94.19.180", "correlationId": "efbefde0-a678-4684-9e15-df365bd20905", "identity": "Vanessa Ramirez", "Level": 4, "location": "XD", "properties": {"id": "577b2aec-56fb-4f7c-9a9d-23c228793f00", "createdDateTime": "2022-08-07T22:42:49.396571Z", "userDisplayName": "Vanessa Ramirez", "userPrincipalName": "vramirez@domain.com", "userId": "5d72b7ed-62ea-4b94-b931-ccef65d71ebd", "appId": "9a7e67c7-6f05-42a3-b226-97c7ec3e9696", "appDisplayName": "Adobe Identity Management", "ipAddress": "63.94.19.180", "status": {"errorCode": 53003, "failureReason": "Access has been blocked due to conditional access policies."}, "userAgent": "Mozilla/5.0 (X11; Linux i686) AppleWebKit/532.2 (KHTML, like Gecko) Chrome/21.0.853.0 Safari/532.2 Edge/89.19380", "deviceDetail": {"deviceId": "e395a3f4-8f2d-4170-804f-d3e13ce3151b", "displayName": "VANESSARAMIREZ-LT", "operatingSystem": "Windows 10", "browser": "Edge 89.19380", "trustType": "Azure AD registered"}, "location": {"city": "New James", "state": "Norrisbury", "countryOrRegion": "XD", "geoCoordinates": {"latitude": 64.5727225, "longitude": 92.661569}}, "correlationId": "c4bd266f-62ba-4a86-a8b6-50543a42e6e4", "conditionalAccessStatus": "notApplied", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "fdbbab30-eef3-4550-b1dd-5a28cb9e5f55", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 3194, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Adobe Identity Management Service", "resourceId": "c8eab36d-0a82-409d-8693-a8dabc997921", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 45904, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "SDvVYJpJnoPbXOsJw0U5oKqtzacrJvJjvkEWYnXXbWI54Fyv", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "7dd08479-05c3-4004-ab92-d4ea68209b5f", "rngcStatus": 0}}, {"time": "2022-08-07T22:44:35.093510Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "205.33.24.92", "correlationId": "28b7558b-0c81-4af1-bbf8-b0e120e19306", "identity": "Aaron Cole", "Level": 4, "location": "XD", "properties": {"id": "21d9bc2a-9249-4dd7-ac71-d73d3c616600", "createdDateTime": "2022-08-07T22:44:35.220510Z", "userDisplayName": "Aaron Cole", "userPrincipalName": "acole@domain.com", "userId": "5d557969-1645-4ba4-be83-b6fd943659f7", "appId": "36f74ffc-90e8-46e0-b0ed-588b76ed6f47", "appDisplayName": "Inspire", "ipAddress": "205.33.24.92", "status": {"errorCode": 0}, "clientAppUsed": "Browser", "userAgent": "Mozilla/5.0 (X11; Linux i686) AppleWebKit/536.2 (KHTML, like Gecko) Chrome/22.0.877.0 Safari/536.2", "deviceDetail": {"deviceId": "", "operatingSystem": "Windows 10", "browser": "Chrome 22.0.877.0"}, "location": {"city": "Kristinmouth", "state": "Norrisbury", "countryOrRegion": "XD", "geoCoordinates": {"latitude": 26.278784, "longitude": -92.042573}}, "correlationId": "05f65b6a-0f49-4254-93fc-ba00e03221ac", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "704277cb-2efb-446e-bca6-66a7f03fa6c6", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 127, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Inspire", "resourceId": "63fac12a-054f-4646-9f95-734d1c2d6f37", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 214655, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "dQ4cw1vXPV0baP5iYonX5vPTcPQGE2MVh2X1uTIpxWs2yYfX", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "eb9433f0-1859-4ebe-a3a4-65b8faa666f7", "rngcStatus": 0}}, {"time": "2022-08-07T22:45:20.595011Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "147.132.189.119", "correlationId": "f88701a1-774b-4a17-bddf-cb7ea49d8f2c", "identity": "Cassie Fernandez", "Level": 4, "location": "XR", "properties": {"id": "23856212-0a3a-4f29-a3b7-e17644269d00", "createdDateTime": "2022-08-07T22:45:20.709011Z", "userDisplayName": "Cassie Fernandez", "userPrincipalName": "cfernandez@domain.com", "userId": "67ef8be6-3f44-4db7-8172-fd6211428c1e", "appId": "9a7e67c7-6f05-42a3-b226-97c7ec3e9696", "appDisplayName": "Adobe Identity Management", "ipAddress": "147.132.189.119", "status": {"errorCode": 0}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (iPad; CPU iPad OS 9_3_6 like Mac OS X) AppleWebKit/536.1 (KHTML, like Gecko) CriOS/42.0.865.0 Mobile/77O124 Safari/536.1 Edge/99.14477", "deviceDetail": {"deviceId": "d5a487a1-ef7d-4960-9723-7fdadce19af3", "displayName": "CASSIEFERNANDEZ-LT", "operatingSystem": "Windows 10", "browser": "Edge 99.14477", "trustType": "Azure AD registered"}, "location": {"city": "Port Denisetown", "state": "Smithton", "countryOrRegion": "XR", "geoCoordinates": {"latitude": 3.5518965, "longitude": 131.871582}}, "correlationId": "68916d31-6128-4ac6-abd5-54d811f80808", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "a331719f-6054-43ee-ae75-58eb9cd87f25", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 114, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Adobe Identity Management Service", "resourceId": "30663ca7-f8a9-43ab-8ca1-7906bdbc1485", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 256668, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "22zKIPJ0UBynUcCManXei3Soz5cPjfet1ohl7OaL5pHbWMcZ", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "a6c259e5-7f16-48b2-a9f3-75becd6daa9b", "rngcStatus": 0}}, {"time": "2022-08-07T22:57:31.229637Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "86.154.193.190", "correlationId": "349c6886-b1d4-4646-8326-9ece399b914c", "identity": "Melissa Martin", "Level": 4, "location": "XR", "properties": {"id": "61aaa40e-2fb7-4775-bea6-cf4985009900", "createdDateTime": "2022-08-07T22:57:31.356637Z", "userDisplayName": "Melissa Martin", "userPrincipalName": "mmartin@domain.com", "userId": "632ccb55-03a7-40f4-9893-653527cae790", "appId": "dbe6b779-13df-45f2-a6d7-1323485479f6", "appDisplayName": "Cisco Webex", "ipAddress": "86.154.193.190", "status": {"errorCode": 0}, "clientAppUsed": "Browser", "deviceDetail": {"deviceId": "", "operatingSystem": "Windows10", "browser": "Rich Client 4.38.0.0"}, "location": {"city": "Port Denisetown", "state": "Smithton", "countryOrRegion": "XR", "geoCoordinates": {"latitude": 3.5518965, "longitude": 131.871582}}, "correlationId": "8f3b1732-0f1b-40e3-bbcb-f95f8f370b72", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "2fcc9fd4-c976-449e-99f2-9bd0c2b5e3aa", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 127, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Cisco Webex Service", "resourceId": "24578515-1951-4064-967d-0d2acaf0aa70", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 256668, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "4RvZcwVXYygfCUkOQyhm0fQ7iTXikClwFPaBRX4jtVL8eKVv", "incomingTokenType": "none", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "0e68752b-7dfa-400b-a6f5-1b54af90696a", "rngcStatus": 0}}, {"time": "2022-08-07T23:22:12.947316Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "13.113.40.157", "correlationId": "bf644d75-6b1e-4d7a-8e88-40c0f0a53f7f", "identity": "Attack Target", "Level": 4, "location": "XR", "properties": {"id": "8ac30e85-c1fa-42b1-a082-8c439ba65f00", "createdDateTime": "2022-08-07T23:22:13.070316Z", "userDisplayName": "Attack Target", "userPrincipalName": "attacktarget@domain.com", "userId": "d735e84b-dcca-404d-9f7d-700f360f41a6", "appId": "9a7e67c7-6f05-42a3-b226-97c7ec3e9696", "appDisplayName": "Adobe Identity Management", "ipAddress": "13.113.40.157", "ipAddressFromResourceProvider": "13.113.40.157", "status": {"errorCode": 0}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (iPad; CPU iPad OS 9_3_6 like Mac OS X) AppleWebKit/536.1 (KHTML, like Gecko) CriOS/42.0.865.0 Mobile/77O124 Safari/536.1 Edge/99.14477", "deviceDetail": {"deviceId": "a44625dc-6f81-449a-9799-8005f7209b42", "displayName": "ATTACKTARGET-LT", "operatingSystem": "Windows 10", "browser": "Edge 99.14477", "trustType": "Azure AD registered"}, "location": {"city": "New John", "state": "Smithfort", "countryOrRegion": "XR", "geoCoordinates": {"latitude": -89.144242, "longitude": 168.119022}}, "correlationId": "afa195a4-08c1-482f-8915-ec1c4ee9666e", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "b370dbc5-dc9f-4813-970b-09be5e5fe52d", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 123, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Adobe Identity Management Service", "resourceId": "c8eab36d-0a82-409d-8693-a8dabc997921", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 34974, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "vQ4WrRpAaxyqK5X8uZO33yexJcFGupCqnthCEILjqPehlq5B", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "2248d3ef-d7b8-4eb2-bd20-fb53f725bfe3", "rngcStatus": 0}}, {"time": "2022-08-07T23:45:30.005907Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "SignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "50011", "resultSignature": "None", "resultDescription": "The reply address is missing, misconfigured, or does not match reply addresses configured for the application. Try out the resolution listed at https://docs.microsoft.com/azure/active-directory/application-sign-in-problem-federated-sso-gallery#the-reply-address-does-not-match-the-reply-addresses-configured-for-the-application. If you still see issues, contact the application owner or app admin.", "durationMs": 0, "callerIpAddress": "205.33.24.92", "correlationId": "562b843a-61fe-4cdc-8180-6e1504422857", "identity": "Aaron Cole", "Level": 4, "location": "XD", "properties": {"id": "61f774b4-bfab-427d-9daf-8440bc236300", "createdDateTime": "2022-08-07T23:45:30.109907Z", "userDisplayName": "Aaron Cole", "userPrincipalName": "acole@domain.com", "userId": "5d557969-1645-4ba4-be83-b6fd943659f7", "appId": "af50c7b0-ad5f-40ec-840e-8d89be454ce4", "appDisplayName": "Citrix ShareFile", "ipAddress": "205.33.24.92", "status": {"errorCode": 50011, "failureReason": "The reply address is missing, misconfigured, or does not match reply addresses configured for the application. Try out the resolution listed at https://docs.microsoft.com/azure/active-directory/application-sign-in-problem-federated-sso-gallery#the-reply-address-does-not-match-the-reply-addresses-configured-for-the-application. If you still see issues, contact the application owner or app admin."}, "clientAppUsed": "Browser", "userAgent": "Mozilla/5.0 (X11; Linux i686) AppleWebKit/536.2 (KHTML, like Gecko) Chrome/22.0.877.0 Safari/536.2", "deviceDetail": {"deviceId": "", "operatingSystem": "Windows 10", "browser": "Chrome 22.0.877.0"}, "location": {"city": "Kristinmouth", "state": "Norrisbury", "countryOrRegion": "XD", "geoCoordinates": {"latitude": 26.278784, "longitude": -92.042573}}, "correlationId": "a085cfee-dcc1-4097-8033-877e97cfb1dd", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "b87d6f8f-db35-41d6-9bec-a39778bd6a9c", "isInteractive": true, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 104, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Citrix ShareFile Online", "resourceId": "24578515-1951-4064-967d-0d2acaf0aa70", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 214655, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "mVZDOlQshNDowEqcpauWC7Lw2ePqwn7j5791yB8zGFwMo8cA", "incomingTokenType": "none", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "0e68752b-7dfa-400b-a6f5-1b54af90696a", "rngcStatus": 0}}, {"time": "2022-08-07T23:52:19.898481Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "50158", "resultSignature": "None", "resultDescription": "External security challenge was not satisfied.", "durationMs": 0, "callerIpAddress": "166.105.218.213", "correlationId": "06ffb7d3-5b89-4dd4-aca4-ac4de5e1f73c", "identity": "Thomas Price", "Level": 4, "location": "XR", "properties": {"id": "89d2bf47-746f-4da3-ab65-8292b9a84f00", "createdDateTime": "2022-08-07T23:52:20.058481Z", "userDisplayName": "Thomas Price", "userPrincipalName": "tprice@domain.com", "userId": "32109ee2-ee4f-4d11-9c38-2556aec0f2b5", "appId": "9a7e67c7-6f05-42a3-b226-97c7ec3e9696", "appDisplayName": "Adobe Identity Management", "ipAddress": "166.105.218.213", "status": {"errorCode": 50158, "failureReason": "External security challenge was not satisfied."}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (X11; Linux i686) AppleWebKit/535.2 (KHTML, like Gecko) Chrome/22.0.843.0 Safari/535.2 Edge/118.12158", "deviceDetail": {"deviceId": "81ad31fb-e9be-4498-b1b2-c62f8fae1a77", "displayName": "THOMASPRICE-LT", "operatingSystem": "Windows 10", "browser": "Edge 118.12158", "trustType": "Hybrid Azure AD joined"}, "location": {"city": "Kevinton", "state": "Smithton", "countryOrRegion": "XR", "geoCoordinates": {"latitude": -87.5106305, "longitude": -77.991036}}, "correlationId": "8e1bb6a1-cf27-4c93-826c-cddf17a67fbf", "conditionalAccessStatus": "failure", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "42216d07-7319-4683-9dbd-3314898ea942", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "processingTimeInMilliseconds": 160, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Adobe Identity Management Service", "resourceId": "30663ca7-f8a9-43ab-8ca1-7906bdbc1485", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 256668, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "wrJB3tNIkDuhecuG7pqgh1Ou6c51302J1WKm0FA4ozn6sIZD", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "a6c259e5-7f16-48b2-a9f3-75becd6daa9b"}}, {"time": "2022-08-07T23:56:24.809043Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "SignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "42.62.103.34", "correlationId": "0a065403-b7d3-4975-8a4f-b66ba7d12dfa", "identity": "Joseph Taylor", "Level": 4, "location": "XF", "properties": {"id": "7682696f-415e-4a05-906d-36aa1f907400", "createdDateTime": "2022-08-07T23:56:24.975043Z", "userDisplayName": "Joseph Taylor", "userPrincipalName": "jtaylor@domain.com", "userId": "af9847eb-c773-41ae-bf94-42747c5e986c", "appId": "36f74ffc-90e8-46e0-b0ed-588b76ed6f47", "appDisplayName": "Inspire", "ipAddress": "42.62.103.34", "status": {"errorCode": 0, "additionalDetails": "MFA requirement satisfied by claim in the token"}, "clientAppUsed": "Browser", "userAgent": "Mozilla/5.0 (Linux; Android 2.3.5) AppleWebKit/532.2 (KHTML, like Gecko) Chrome/46.0.898.0 Safari/532.2 Edge/105.19198", "deviceDetail": {"deviceId": "76b96bd3-e5d7-49ee-b195-bf363facdb3d", "displayName": "JOSEPHTAYLOR-LT", "operatingSystem": "Windows 10", "browser": "Edge 105.19198", "isCompliant": true, "isManaged": true, "trustType": "Azure AD joined"}, "location": {"city": "Jessicafurt", "state": "Smithbury", "countryOrRegion": "XF", "geoCoordinates": {"latitude": 17.5082395, "longitude": -115.304215}}, "mfaDetail": {}, "correlationId": "f97d700c-6f4f-44c6-923a-e73fedcdb9e8", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "884c243b-8089-4d33-b3e8-b1803d0d5e47", "isInteractive": true, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 166, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Inspire Online", "resourceId": "f0630e90-b752-4960-bfb9-a0794fc34930", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 393508, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "6IaIxbs0ivXdLP0Ac8VhO1ZudFZByJSm83zpLSVV1pXKpme3", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "1f37c851-4be4-455b-928a-fbde7845a68a", "rngcStatus": 0}}, {"time": "2022-08-08T00:16:13.439012Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "86.154.193.190", "correlationId": "15043d15-3c0c-4799-b642-afbe1bb98d63", "identity": "Jamie Watson", "Level": 4, "location": "XR", "properties": {"id": "e58dc878-5ee5-450b-a8f3-2bff45380400", "createdDateTime": "2022-08-08T00:16:13.542012Z", "userDisplayName": "Jamie Watson", "userPrincipalName": "jwatson@domain.com", "userId": "2844695b-9a70-48ed-a5ce-f3d711e2292b", "appId": "99190773-7529-426f-b498-cb936b6504ab", "appDisplayName": "Linux Foundation Training", "ipAddress": "86.154.193.190", "status": {"errorCode": 0}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (X11; Linux i686) AppleWebKit/533.0 (KHTML, like Gecko) Chrome/24.0.803.0 Safari/533.0 Edge/40.11325", "deviceDetail": {"deviceId": "fc784602-6455-4450-be3c-6770e0359f8a", "displayName": "JAMIEWATSON-LT", "operatingSystem": "Windows 10", "browser": "Edge 40.11325", "isCompliant": true, "isManaged": true, "trustType": "Azure AD joined"}, "location": {"city": "Port Denisetown", "state": "Smithton", "countryOrRegion": "XR", "geoCoordinates": {"latitude": 3.5518965, "longitude": 131.871582}}, "correlationId": "a39b8804-432e-4932-b521-fbee2f939c55", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "aac9102d-a041-486d-a715-6e5b58bad4c8", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "processingTimeInMilliseconds": 103, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Linux Foundation Training Service", "resourceId": "23d8eebf-9978-46f0-940b-ae289d18dc9a", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 256668, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "9N7vvQ7AfmptzAwzvHpcSqp8Yz9xFOKu6Bnrsa0HCNOQG7dM", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "93de1a95-6b22-4357-a7b5-675c4205561a"}}, {"time": "2022-08-08T00:23:14.039058Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "50158", "resultSignature": "None", "resultDescription": "External security challenge was not satisfied.", "durationMs": 0, "callerIpAddress": "177.189.225.133", "correlationId": "63a0f2e0-c80c-4163-8a94-d9ced3369993", "identity": "Thomas Price", "Level": 4, "location": "XQ", "properties": {"id": "6f7168cd-e484-40e8-bcf7-7fe95da37e00", "createdDateTime": "2022-08-08T00:23:14.149058Z", "userDisplayName": "Thomas Price", "userPrincipalName": "tprice@domain.com", "userId": "32109ee2-ee4f-4d11-9c38-2556aec0f2b5", "appId": "79510a8f-6421-4348-a2ea-bcc2b02485c1", "appDisplayName": "Cisco AnyConnect", "ipAddress": "177.189.225.133", "status": {"errorCode": 50158, "failureReason": "External security challenge was not satisfied."}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (X11; Linux i686) AppleWebKit/535.2 (KHTML, like Gecko) Chrome/22.0.843.0 Safari/535.2 Edge/118.12158", "deviceDetail": {"deviceId": "72c565a0-f587-4d5e-9fa9-82cab482ddf0", "displayName": "THOMASPRICE-LT", "operatingSystem": "Windows 10", "browser": "Edge 118.12158", "trustType": "Hybrid Azure AD joined"}, "location": {"city": "Brownton", "state": "Stephanieberg", "countryOrRegion": "XQ", "geoCoordinates": {"latitude": 60.015373, "longitude": -41.508557}}, "correlationId": "a01bf2bd-274f-43ff-90e9-f3684031cd8c", "conditionalAccessStatus": "failure", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "b27e807d-49d9-4a6f-99a5-72f3cc45168d", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 110, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Cisco AnyConnect Online", "resourceId": "5d5b8d28-6a28-472e-b837-a4094e466965", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 104135, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "vxawCL4kckkugxb8gghpgFlLqt6hfxbjB49sNbtnItLzVeSc", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "15655e1f-5005-4c53-b3c0-c4a1d1ca5e9e", "rngcStatus": 0}}, {"time": "2022-08-08T00:27:41.571311Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "50158", "resultSignature": "None", "resultDescription": "External security challenge was not satisfied.", "durationMs": 0, "callerIpAddress": "166.105.218.213", "correlationId": "6456a4b3-fa2f-4a88-9ece-3f30467958b4", "identity": "Thomas Price", "Level": 4, "location": "XR", "properties": {"id": "ece24cb8-8bbf-4dc3-90e8-e3acd32c6600", "createdDateTime": "2022-08-08T00:27:41.719311Z", "userDisplayName": "Thomas Price", "userPrincipalName": "tprice@domain.com", "userId": "32109ee2-ee4f-4d11-9c38-2556aec0f2b5", "appId": "79510a8f-6421-4348-a2ea-bcc2b02485c1", "appDisplayName": "Cisco AnyConnect", "ipAddress": "166.105.218.213", "status": {"errorCode": 50158, "failureReason": "External security challenge was not satisfied."}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (X11; Linux i686) AppleWebKit/535.2 (KHTML, like Gecko) Chrome/22.0.843.0 Safari/535.2 Edge/118.12158", "deviceDetail": {"deviceId": "81ad31fb-e9be-4498-b1b2-c62f8fae1a77", "displayName": "THOMASPRICE-LT", "operatingSystem": "Windows 10", "browser": "Edge 118.12158", "trustType": "Hybrid Azure AD joined"}, "location": {"city": "Santosborough", "state": "Smithton", "countryOrRegion": "XR", "geoCoordinates": {"latitude": 12.8350355, "longitude": 138.359011}}, "correlationId": "24a65447-6bd2-4844-bfee-bbc69022776e", "conditionalAccessStatus": "failure", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "5a3d3212-7ee3-415b-8c59-676efaa4566f", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 148, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Cisco AnyConnect Online", "resourceId": "5d5b8d28-6a28-472e-b837-a4094e466965", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 256668, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "KiqhezBvwFCcfvDK5LMfjBkA8UFtCazhd8OMHkq4QxWRnbdD", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "15655e1f-5005-4c53-b3c0-c4a1d1ca5e9e", "rngcStatus": 0}}, {"time": "2022-08-08T00:32:30.682936Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "147.132.189.119", "correlationId": "6284f408-1915-46b5-9c3c-b07dbfd53767", "identity": "Cassie Fernandez", "Level": 4, "location": "XR", "properties": {"id": "e77f7dfb-e270-4e13-aaf4-26975be86000", "createdDateTime": "2022-08-08T00:32:30.804936Z", "userDisplayName": "Cassie Fernandez", "userPrincipalName": "cfernandez@domain.com", "userId": "67ef8be6-3f44-4db7-8172-fd6211428c1e", "appId": "2eae4ad1-8cae-48fe-b718-76bd66e2fc7f", "appDisplayName": "Bipsync", "ipAddress": "147.132.189.119", "status": {"errorCode": 0}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (iPad; CPU iPad OS 9_3_6 like Mac OS X) AppleWebKit/536.1 (KHTML, like Gecko) CriOS/42.0.865.0 Mobile/77O124 Safari/536.1 Edge/99.14477", "deviceDetail": {"deviceId": "d5a487a1-ef7d-4960-9723-7fdadce19af3", "displayName": "CASSIEFERNANDEZ-LT", "operatingSystem": "Windows 10", "browser": "Edge 99.14477", "trustType": "Azure AD registered"}, "location": {"city": "Port Denisetown", "state": "Smithton", "countryOrRegion": "XR", "geoCoordinates": {"latitude": 3.5518965, "longitude": 131.871582}}, "correlationId": "97995df4-d2a7-478c-9cc5-83506b8515a5", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "f3757e7c-0492-4b85-9688-4a837c29d898", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "processingTimeInMilliseconds": 122, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Bipsync Service", "resourceId": "4b482d0a-88be-43f3-a771-aaf19d9bbf70", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 256668, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "Ef5Ie8MvEb8aZ8H4wydRtnMnU3NQ0RRPFV1dDZKiMRjroRpB", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "b4d48f3a-639f-4f89-a099-2fdd27423d1f"}}, {"time": "2022-08-08T00:38:25.653581Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "25.228.18.106", "correlationId": "696add72-1cb4-47f4-8755-87f1aafbcf53", "identity": "Thomas Price", "Level": 4, "location": "XQ", "properties": {"id": "b1801159-1f8f-4782-bc6c-aea664ce6c00", "createdDateTime": "2022-08-08T00:38:25.828581Z", "userDisplayName": "Thomas Price", "userPrincipalName": "tprice@domain.com", "userId": "32109ee2-ee4f-4d11-9c38-2556aec0f2b5", "appId": "2eae4ad1-8cae-48fe-b718-76bd66e2fc7f", "appDisplayName": "Bipsync", "ipAddress": "25.228.18.106", "status": {"errorCode": 0}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (X11; Linux i686) AppleWebKit/533.0 (KHTML, like Gecko) Chrome/24.0.803.0 Safari/533.0 Edge/40.11325", "deviceDetail": {"deviceId": "0729bd71-1465-4897-bba4-71c5ca15a9bb", "displayName": "THOMASPRICE-LT", "operatingSystem": "Windows 10", "browser": "Edge 40.11325", "isCompliant": true, "isManaged": true, "trustType": "Azure AD registered"}, "location": {"city": "Veronicachester", "state": "Chanshire", "countryOrRegion": "XQ", "geoCoordinates": {"latitude": -5.3151345, "longitude": -4.976578}}, "correlationId": "8a63d9ac-3820-4769-9c05-3f3e25dbdc82", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "8488a48b-a1a9-4f78-b8e8-afa018bece98", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 175, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Bipsync Service", "resourceId": "bca2b487-3a6c-440f-b1b7-a15b02771ad0", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 79359, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "YTBx91pbShTOwjqI17icR5QlksNR0jGCAg4sNW6bjPmmbsZv", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "4da47dd4-556d-4ba4-9847-c1850930ab5e", "rngcStatus": 0}}, {"time": "2022-08-08T01:14:33.801373Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "205.33.24.92", "correlationId": "70679498-0f6f-41b3-b0c1-cbca5980eb3d", "identity": "Aaron Cole", "Level": 4, "location": "XD", "properties": {"id": "c4e18eba-fde1-4935-9777-9ad57bfe6100", "createdDateTime": "2022-08-08T01:14:34.048373Z", "userDisplayName": "Aaron Cole", "userPrincipalName": "acole@domain.com", "userId": "5d557969-1645-4ba4-be83-b6fd943659f7", "appId": "af50c7b0-ad5f-40ec-840e-8d89be454ce4", "appDisplayName": "Citrix ShareFile", "ipAddress": "205.33.24.92", "status": {"errorCode": 0}, "clientAppUsed": "Browser", "deviceDetail": {"deviceId": "", "operatingSystem": "Windows10", "browser": "Rich Client 4.36.1.0"}, "location": {"city": "Kristinmouth", "state": "Norrisbury", "countryOrRegion": "XD", "geoCoordinates": {"latitude": 26.278784, "longitude": -92.042573}}, "correlationId": "e45c21f6-fd27-4992-afce-1b76fbd9cade", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "fcb50d39-32fa-4276-b273-f648958a9662", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 247, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Citrix ShareFile Online", "resourceId": "d8366350-0530-4466-a457-c56b5975664e", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 214655, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "YKtjbfnItndmk2904TiORAbdSwpgoha3uyhJd1JRjEkQHwxF", "incomingTokenType": "none", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": null, "rngcStatus": 0}}, {"time": "2022-08-08T01:45:00.801731Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "212.169.11.63", "correlationId": "541c1932-5b45-4259-afd9-daef4b0886e5", "identity": "Kristen Howell", "Level": 4, "location": "XR", "properties": {"id": "528a72ae-c612-474f-a22e-2f6974037a00", "createdDateTime": "2022-08-08T01:45:00.930731Z", "userDisplayName": "Kristen Howell", "userPrincipalName": "khowell@domain.com", "userId": "20e1e3f9-665f-45bd-9984-5e74b526d3b5", "appId": "9a7e67c7-6f05-42a3-b226-97c7ec3e9696", "appDisplayName": "Adobe Identity Management", "ipAddress": "212.169.11.63", "status": {"errorCode": 0}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (iPad; CPU iPad OS 9_3_6 like Mac OS X) AppleWebKit/536.1 (KHTML, like Gecko) CriOS/42.0.865.0 Mobile/77O124 Safari/536.1 Edge/99.14477", "deviceDetail": {"deviceId": "caf12d64-01ec-4396-b330-e7eb6349ad45", "displayName": "KRISTENHOWELL-LT", "operatingSystem": "Windows 10", "browser": "Edge 99.14477", "trustType": "Azure AD registered"}, "location": {"city": "North Lisachester", "state": "Smithton", "countryOrRegion": "XR", "geoCoordinates": {"latitude": -69.00844, "longitude": -172.534328}}, "correlationId": "75e1a8c0-c48a-45f3-ac03-3ed3bcbbf1fe", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "22fd37d6-e84d-483a-bc55-4f2ec9a13995", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 129, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Adobe Identity Management Service", "resourceId": "7d6a0897-8b82-49e9-90e2-d482fb9202bd", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 144064, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "rRKcEnzCu4TkRaWSmsAh5z5C6GDvEOk6PSfTvadT9Hi1aPdr", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "537d9419-7e2b-4778-9102-62256bcfcf45", "rngcStatus": 0}}, {"time": "2022-08-08T01:56:18.153164Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "50158", "resultSignature": "None", "resultDescription": "External security challenge was not satisfied.", "durationMs": 0, "callerIpAddress": "166.105.218.213", "correlationId": "b6ae1074-d82f-44df-a910-47a066e86e45", "identity": "Thomas Price", "Level": 4, "location": "XR", "properties": {"id": "9a16f031-40cc-41ce-b832-c69530dc9600", "createdDateTime": "2022-08-08T01:56:18.267164Z", "userDisplayName": "Thomas Price", "userPrincipalName": "tprice@domain.com", "userId": "32109ee2-ee4f-4d11-9c38-2556aec0f2b5", "appId": "9a7e67c7-6f05-42a3-b226-97c7ec3e9696", "appDisplayName": "Adobe Identity Management", "ipAddress": "166.105.218.213", "status": {"errorCode": 50158, "failureReason": "External security challenge was not satisfied."}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (X11; Linux i686) AppleWebKit/535.2 (KHTML, like Gecko) Chrome/22.0.843.0 Safari/535.2 Edge/118.12158", "deviceDetail": {"deviceId": "81ad31fb-e9be-4498-b1b2-c62f8fae1a77", "displayName": "THOMASPRICE-LT", "operatingSystem": "Windows 10", "browser": "Edge 118.12158", "trustType": "Hybrid Azure AD joined"}, "location": {"city": "Santosborough", "state": "Smithton", "countryOrRegion": "XR", "geoCoordinates": {"latitude": 12.8350355, "longitude": 138.359011}}, "correlationId": "baf454dc-22f2-4bbd-a676-9238481624e2", "conditionalAccessStatus": "failure", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "07505c94-0dc1-4370-a8c7-8975af1022d1", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 114, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Adobe Identity Management Service", "resourceId": "30663ca7-f8a9-43ab-8ca1-7906bdbc1485", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 256668, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "0HDqmSItxf1u2yA0gzrZHrHe2V84qI3kt6NiCz1t8Pn7bgyZ", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "a6c259e5-7f16-48b2-a9f3-75becd6daa9b", "rngcStatus": 0}}, {"time": "2022-08-08T02:04:35.421985Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "212.169.11.63", "correlationId": "372cf6d3-2ef4-4121-883b-134d036cfaf3", "identity": "Kristen Howell", "Level": 4, "location": "XR", "properties": {"id": "4e6951e2-962b-4b78-9df6-14b2a8968f00", "createdDateTime": "2022-08-08T02:04:35.529985Z", "userDisplayName": "Kristen Howell", "userPrincipalName": "khowell@domain.com", "userId": "20e1e3f9-665f-45bd-9984-5e74b526d3b5", "appId": "9a7e67c7-6f05-42a3-b226-97c7ec3e9696", "appDisplayName": "Adobe Identity Management", "ipAddress": "212.169.11.63", "status": {"errorCode": 0}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (iPad; CPU iPad OS 9_3_6 like Mac OS X) AppleWebKit/536.1 (KHTML, like Gecko) CriOS/42.0.865.0 Mobile/77O124 Safari/536.1 Edge/99.14477", "deviceDetail": {"deviceId": "caf12d64-01ec-4396-b330-e7eb6349ad45", "displayName": "KRISTENHOWELL-LT", "operatingSystem": "Windows 10", "browser": "Edge 99.14477", "trustType": "Azure AD registered"}, "location": {"city": "North Lisachester", "state": "Smithton", "countryOrRegion": "XR", "geoCoordinates": {"latitude": -69.00844, "longitude": -172.534328}}, "correlationId": "972aa2db-0557-4f5c-ac57-146700b16ad1", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "31b425c8-81a6-4fa9-9041-cd5ecd132e4a", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 108, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Adobe Identity Management Service", "resourceId": "f0630e90-b752-4960-bfb9-a0794fc34930", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 144064, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "5CuvNSix5gIXeWF5l1sYIvwiyVRiS6AchGXS7FcSoGy0FkYm", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "1f37c851-4be4-455b-928a-fbde7845a68a", "rngcStatus": 0}}, {"time": "2022-08-08T02:07:18.977715Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "50158", "resultSignature": "None", "resultDescription": "External security challenge was not satisfied.", "durationMs": 0, "callerIpAddress": "147.132.189.119", "correlationId": "1a40c3e5-b2e9-427c-b9da-19718c9c4450", "identity": "Terry Proctor", "Level": 4, "location": "XR", "properties": {"id": "2ec58a60-47cc-4e67-815d-e9dab1df5800", "createdDateTime": "2022-08-08T02:07:19.090715Z", "userDisplayName": "Terry Proctor", "userPrincipalName": "tproctor@domain.com", "userId": "03110cc5-e54f-4dae-b68a-bf5d945f8152", "appId": "2eae4ad1-8cae-48fe-b718-76bd66e2fc7f", "appDisplayName": "Bipsync", "ipAddress": "147.132.189.119", "status": {"errorCode": 50158, "failureReason": "External security challenge was not satisfied.", "additionalDetails": "MFA requirement satisfied by claim in the token"}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (X11; Linux i686) AppleWebKit/533.0 (KHTML, like Gecko) Chrome/24.0.803.0 Safari/533.0 Edge/40.11325", "deviceDetail": {"deviceId": "88ee69d5-1eb7-4f29-b594-e9b4e3371940", "displayName": "TERRYPROCTOR-LT", "operatingSystem": "Windows 10", "browser": "Edge 40.11325", "isCompliant": true, "isManaged": true, "trustType": "Azure AD joined"}, "location": {"city": "Port Denisetown", "state": "Smithton", "countryOrRegion": "XR", "geoCoordinates": {"latitude": 3.5518965, "longitude": 131.871582}}, "mfaDetail": {}, "correlationId": "f3de56d8-2f63-40fa-855e-ce3d9a7dd891", "conditionalAccessStatus": "failure", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "66525cb4-8edd-46d2-a1b8-c08fd116d2cd", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "processingTimeInMilliseconds": 113, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Bipsync Service", "resourceId": "9a84f55e-3a40-492c-9476-e069f64ed7a6", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 256668, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "AdzyV03UZkVZzbIaKJ04pFVLoLiVlEU49XlvtO7j05iGp5wz", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "37ee873b-f901-4e25-be69-010243106d0f"}}, {"time": "2022-08-08T02:22:29.076880Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "50158", "resultSignature": "None", "resultDescription": "External security challenge was not satisfied.", "durationMs": 0, "callerIpAddress": "147.132.189.119", "correlationId": "8ced0d58-f663-4f20-93d0-564d8a68a75b", "identity": "Terry Proctor", "Level": 4, "location": "XR", "properties": {"id": "b2a55e86-02d0-4234-820e-b389fabe5200", "createdDateTime": "2022-08-08T02:22:29.190880Z", "userDisplayName": "Terry Proctor", "userPrincipalName": "tproctor@domain.com", "userId": "03110cc5-e54f-4dae-b68a-bf5d945f8152", "appId": "bf2855c0-7434-4262-8885-ad2f5206d324", "appDisplayName": "COINS Construction Cloud - Project and Productivity Apps", "ipAddress": "147.132.189.119", "status": {"errorCode": 50158, "failureReason": "External security challenge was not satisfied.", "additionalDetails": "MFA requirement satisfied by claim in the token"}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (X11; Linux i686) AppleWebKit/533.0 (KHTML, like Gecko) Chrome/24.0.803.0 Safari/533.0 Edge/40.11325", "deviceDetail": {"deviceId": "88ee69d5-1eb7-4f29-b594-e9b4e3371940", "displayName": "TERRYPROCTOR-LT", "operatingSystem": "Windows 10", "browser": "Edge 40.11325", "isCompliant": true, "isManaged": true, "trustType": "Azure AD joined"}, "location": {"city": "Port Denisetown", "state": "Smithton", "countryOrRegion": "XR", "geoCoordinates": {"latitude": 3.5518965, "longitude": 131.871582}}, "mfaDetail": {}, "correlationId": "06424c61-acd3-485f-a2d8-d68cba8d064a", "conditionalAccessStatus": "failure", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "7bd1205e-4b7e-463b-8889-22b765a9768c", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 114, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "COINS Construction Cloud - Project and Productivity Apps Service", "resourceId": "3f7d0d52-e3b6-4712-8e89-01c915dc0294", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 256668, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "TlNGzmOaj7TQ6iyRkKxfwh3jJtH6QSgHmvmc2RcvbUOJTQ9I", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "84036992-5b2b-4836-8aca-9de3ba4c15b9", "rngcStatus": 0}}, {"time": "2022-08-08T02:24:47.269606Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "SignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "199.12.127.103", "correlationId": "cd115456-4322-4b02-827a-3a3477c85996", "identity": "Jacob Meyers", "Level": 4, "location": "XG", "properties": {"id": "4ddb034d-d670-4525-9f72-a30584976900", "createdDateTime": "2022-08-08T02:24:47.375606Z", "userDisplayName": "Jacob Meyers", "userPrincipalName": "jmeyers@domain.com", "userId": "c63a67b0-1651-4a8a-9560-cc703cdad5ad", "appId": "1b3edb90-1e06-46db-b021-e2fc1f7ddaf5", "appDisplayName": "Beatrust", "ipAddress": "199.12.127.103", "status": {"errorCode": 0}, "clientAppUsed": "Browser", "userAgent": "Mozilla/5.0 (Windows NT 5.1) AppleWebKit/534.1 (KHTML, like Gecko) Chrome/37.0.847.0 Safari/534.1", "deviceDetail": {"deviceId": "", "operatingSystem": "Windows 10", "browser": "Chrome 37.0.847.0"}, "location": {"city": "Port Nathan", "state": "Newmanville", "countryOrRegion": "XG", "geoCoordinates": {"latitude": 23.244641, "longitude": -113.392021}}, "correlationId": "f67fe107-92d5-43e6-bb48-b9ef5ced01fe", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "b6891a02-8c88-42d1-b13f-1da18f683b24", "isInteractive": true, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 106, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Beatrust Service", "resourceId": "24578515-1951-4064-967d-0d2acaf0aa70", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 282405, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "0FN7gmereOlzD5YHnFdXX2rDbqF7J7rOxCexfJrjct6A99f1", "incomingTokenType": "none", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "0e68752b-7dfa-400b-a6f5-1b54af90696a", "rngcStatus": 0}}, {"time": "2022-08-08T02:36:51.047962Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "205.33.24.92", "correlationId": "d25adc29-a735-4684-8b4b-e8714345dc5e", "identity": "Aaron Cole", "Level": 4, "location": "XD", "properties": {"id": "bfd288f0-15c8-449b-8773-65df24248000", "createdDateTime": "2022-08-08T02:36:51.117962Z", "userDisplayName": "Aaron Cole", "userPrincipalName": "acole@domain.com", "userId": "5d557969-1645-4ba4-be83-b6fd943659f7", "appId": "ad65aaed-51a8-4877-830e-8a5273604c87", "appDisplayName": "Docusign", "ipAddress": "205.33.24.92", "status": {"errorCode": 0}, "clientAppUsed": "Browser", "deviceDetail": {"deviceId": "", "operatingSystem": "Windows", "browser": "Rich Client 4.42.0.0"}, "location": {"city": "Kristinmouth", "state": "Norrisbury", "countryOrRegion": "XD", "geoCoordinates": {"latitude": 26.278784, "longitude": -92.042573}}, "correlationId": "0210196f-f09e-46a6-b24b-45ce9b5911d8", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "b89c170e-c160-4f18-9eef-f71733a0e2e7", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 70, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Docusign Service", "resourceId": "24578515-1951-4064-967d-0d2acaf0aa70", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 214655, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "Gmc1ySbaegdIsP1QsaEQXpfFnnTpLmdESNwEyKGQT68MTniI", "incomingTokenType": "none", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "0e68752b-7dfa-400b-a6f5-1b54af90696a", "rngcStatus": 0}}, {"time": "2022-08-08T02:41:36.007356Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "1.210.58.10", "correlationId": "0fd1730e-fc38-45a3-a182-3ba096cada6e", "identity": "Keith Sheppard", "Level": 4, "location": "XD", "properties": {"id": "693e71cc-b15a-4126-a489-a7777e315200", "createdDateTime": "2022-08-08T02:41:36.138356Z", "userDisplayName": "Keith Sheppard", "userPrincipalName": "ksheppard@domain.com", "userId": "05bd48f1-91d2-4c2d-9a7c-80e80f561b3c", "appId": "9de6e985-97a5-4d82-9c45-aedaa9c25ef9", "appDisplayName": "AWS Single-Account Access", "ipAddress": "1.210.58.10", "status": {"errorCode": 0}, "clientAppUsed": "Browser", "deviceDetail": {"deviceId": "639815fd-5018-4e38-9d81-67538b2ce460", "displayName": "KEITHSHEPPARD-LT", "operatingSystem": "Windows", "trustType": "Azure AD registered"}, "location": {"city": "Cooperhaven", "state": "Norrisbury", "countryOrRegion": "XD", "geoCoordinates": {"latitude": 70.436398, "longitude": -23.873747}}, "correlationId": "6e339fa2-ece6-4272-8642-9a371599c4f7", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "eb905417-9a72-4dc5-ac66-b161670e8631", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "processingTimeInMilliseconds": 131, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "AWS Single-Account Access Service", "resourceId": "c65cf5f9-5537-4200-889e-381c4f60ca7d", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 69487, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "ACfi9O4uYajw62zwGJId7pVFRLQxjIUxiNEg88su4vFu6uAK", "incomingTokenType": "none", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": null}}, {"time": "2022-08-08T02:42:27.894614Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "42.62.103.34", "correlationId": "4d7261f5-2871-4c20-b198-b49e3c00c9bc", "identity": "Joseph Taylor", "Level": 4, "location": "XF", "properties": {"id": "9e1a73f6-a00a-49a9-886a-dc86d88e5a00", "createdDateTime": "2022-08-08T02:42:28.087614Z", "userDisplayName": "Joseph Taylor", "userPrincipalName": "jtaylor@domain.com", "userId": "af9847eb-c773-41ae-bf94-42747c5e986c", "appId": "84f18b4b-ae12-484a-847f-f3e36093594a", "appDisplayName": "Slack", "ipAddress": "42.62.103.34", "status": {"errorCode": 0, "additionalDetails": "MFA requirement satisfied by claim in the token"}, "clientAppUsed": "Browser", "deviceDetail": {"deviceId": "76b96bd3-e5d7-49ee-b195-bf363facdb3d", "displayName": "JOSEPHTAYLOR-LT", "operatingSystem": "Windows", "isCompliant": true, "isManaged": true, "trustType": "Azure AD joined"}, "location": {"city": "Jessicafurt", "state": "Smithbury", "countryOrRegion": "XF", "geoCoordinates": {"latitude": 17.5082395, "longitude": -115.304215}}, "mfaDetail": {}, "correlationId": "646ac7e4-7d02-49ab-9060-0f02fc9d4605", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "f60a53a8-229f-48f1-b603-af72e0ebf10c", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "processingTimeInMilliseconds": 193, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Slack Service", "resourceId": "f0630e90-b752-4960-bfb9-a0794fc34930", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 393508, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "vZAhk8ySDjUXHk0XJucGLb7Q7jbGtGgawdcgZm8jQKk2T1mY", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "1f37c851-4be4-455b-928a-fbde7845a68a"}}, {"time": "2022-08-08T02:44:00.217002Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "92.110.109.246", "correlationId": "6c5a40aa-3dc1-42f2-9142-bb5c65dda81a", "identity": "David Johnson", "Level": 4, "location": "XR", "properties": {"id": "b09cec58-d319-4fa9-9389-e3f74c6b5600", "createdDateTime": "2022-08-08T02:44:00.382002Z", "userDisplayName": "David Johnson", "userPrincipalName": "djohnson@domain.com", "userId": "ff2ae3d2-8cd2-4bd6-b65d-49c5ad946c7f", "appId": "dbe6b779-13df-45f2-a6d7-1323485479f6", "appDisplayName": "Cisco Webex", "ipAddress": "92.110.109.246", "status": {"errorCode": 0}, "clientAppUsed": "Browser", "deviceDetail": {"deviceId": "717ebe00-a5eb-412e-97b6-7b8ab7cfbc02", "displayName": "DAVIDJOHNSON-LT", "operatingSystem": "Windows10", "browser": "Rich Client 4.38.0.0", "trustType": "Azure AD registered"}, "location": {"city": "Port Denisetown", "state": "Smithton", "countryOrRegion": "XR", "geoCoordinates": {"latitude": 3.5518965, "longitude": 131.871582}}, "correlationId": "c4868720-f198-4bc8-82b2-1c0131840600", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "191fcb2f-98f2-40bd-be92-3935a8dba8ab", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "processingTimeInMilliseconds": 165, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Cisco Webex Service", "resourceId": "9a84f55e-3a40-492c-9476-e069f64ed7a6", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 230297, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "65Eo13r9aypBIzHUL34iFeIiZfnCiTBRsMInK2jJBgSnnF7I", "incomingTokenType": "none", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "37ee873b-f901-4e25-be69-010243106d0f"}}, {"time": "2022-08-08T02:58:56.334645Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "13.113.40.157", "correlationId": "feb83d04-5244-42df-a22d-54fdeac7017d", "identity": "Attack Target", "Level": 4, "location": "XR", "properties": {"id": "02ec6f9a-da67-41d5-8cea-0af77b976900", "createdDateTime": "2022-08-08T02:58:56.462645Z", "userDisplayName": "Attack Target", "userPrincipalName": "attacktarget@domain.com", "userId": "d735e84b-dcca-404d-9f7d-700f360f41a6", "appId": "9a7e67c7-6f05-42a3-b226-97c7ec3e9696", "appDisplayName": "Adobe Identity Management", "ipAddress": "13.113.40.157", "ipAddressFromResourceProvider": "13.113.40.157", "status": {"errorCode": 0}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (iPad; CPU iPad OS 9_3_6 like Mac OS X) AppleWebKit/536.1 (KHTML, like Gecko) CriOS/42.0.865.0 Mobile/77O124 Safari/536.1 Edge/99.14477", "deviceDetail": {"deviceId": "a44625dc-6f81-449a-9799-8005f7209b42", "displayName": "ATTACKTARGET-LT", "operatingSystem": "Windows 10", "browser": "Edge 99.14477", "trustType": "Azure AD registered"}, "location": {"city": "Smithfort", "state": "Smithfort", "countryOrRegion": "XR", "geoCoordinates": {"latitude": 3.7564095, "longitude": -121.574606}}, "correlationId": "04ecc316-4f33-4b2d-a18f-d21b212a86c1", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "0a97d38f-d434-4432-b67b-107735f9c107", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 128, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Adobe Identity Management Service", "resourceId": "c8eab36d-0a82-409d-8693-a8dabc997921", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 34974, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "E5gWEktJDNJA570A3fvPdvoyPX5Vy6weSCzeOaOHxPBnjfb4", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "2248d3ef-d7b8-4eb2-bd20-fb53f725bfe3", "rngcStatus": 0}}, {"time": "2022-08-08T03:00:06.848128Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "25.228.18.106", "correlationId": "580cc313-9704-40b7-b06e-ece384963584", "identity": "Thomas Price", "Level": 4, "location": "XQ", "properties": {"id": "fce40f88-fa2b-4b99-9183-5ba17fe65800", "createdDateTime": "2022-08-08T03:00:07.142128Z", "userDisplayName": "Thomas Price", "userPrincipalName": "tprice@domain.com", "userId": "32109ee2-ee4f-4d11-9c38-2556aec0f2b5", "appId": "9a7e67c7-6f05-42a3-b226-97c7ec3e9696", "appDisplayName": "Adobe Identity Management", "ipAddress": "25.228.18.106", "status": {"errorCode": 0}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (X11; Linux i686) AppleWebKit/533.0 (KHTML, like Gecko) Chrome/24.0.803.0 Safari/533.0 Edge/40.11325", "deviceDetail": {"deviceId": "0729bd71-1465-4897-bba4-71c5ca15a9bb", "displayName": "THOMASPRICE-LT", "operatingSystem": "Windows 10", "browser": "Edge 40.11325", "isCompliant": true, "isManaged": true, "trustType": "Azure AD registered"}, "location": {"city": "Veronicachester", "state": "Chanshire", "countryOrRegion": "XQ", "geoCoordinates": {"latitude": -5.3151345, "longitude": -4.976578}}, "correlationId": "26707490-7a9f-42b3-9600-21db6c3a4f71", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "51bdc9ad-0bc5-4487-9f44-1f9c7f80ee87", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "processingTimeInMilliseconds": 294, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Adobe Identity Management Service", "resourceId": "64e29d5c-d767-4f7f-95c0-36a33f97503f", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 79359, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "pSgSVEqYTpnSnU3Ct0CSJo0iIQCkwj5RsrUQFsyDQk68ODUS", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": null}}, {"time": "2022-08-08T03:21:49.603713Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "86.154.193.190", "correlationId": "8fa83814-d137-43e2-bda9-4370f0c03f9b", "identity": "Kristen Howell", "Level": 4, "location": "XR", "properties": {"id": "5e4e730b-8d3c-4dbc-a1a3-d712b0be5400", "createdDateTime": "2022-08-08T03:21:49.709713Z", "userDisplayName": "Kristen Howell", "userPrincipalName": "khowell@domain.com", "userId": "20e1e3f9-665f-45bd-9984-5e74b526d3b5", "appId": "7b74bf77-058a-4c0d-9d9d-5523c3bc80ed", "appDisplayName": "GitHub Enterprise Cloud - Organization", "ipAddress": "86.154.193.190", "status": {"errorCode": 0, "additionalDetails": "MFA requirement satisfied by claim in the token"}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (X11; Linux i686) AppleWebKit/533.0 (KHTML, like Gecko) Chrome/24.0.803.0 Safari/533.0 Edge/40.11325", "deviceDetail": {"deviceId": "6ea76864-5f18-47dd-adb9-2b1dfcbfc425", "displayName": "KRISTENHOWELL-LT", "operatingSystem": "Windows 10", "browser": "Edge 40.11325", "isCompliant": true, "isManaged": true, "trustType": "Azure AD joined"}, "location": {"city": "Port Denisetown", "state": "Smithton", "countryOrRegion": "XR", "geoCoordinates": {"latitude": 3.5518965, "longitude": 131.871582}}, "mfaDetail": {}, "correlationId": "36a683d8-5f9b-4202-951d-90ec146e855a", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "75fcd0ac-422f-4c5a-b181-509439e7d2df", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "processingTimeInMilliseconds": 106, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "GitHub Enterprise Cloud - Organization Online", "resourceId": "51e679b4-5774-4b5f-9636-df5ea66b9380", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 256668, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "52FUcHu8dVFbisJnng1Y5PjYMvC5MkjWXNbk5jpWIW2M4R5b", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "6e8f419c-7f10-40b1-a52a-e4fb253c74c2"}}, {"time": "2022-08-08T03:33:29.164349Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "156.206.181.119", "correlationId": "6c5d31af-f7cc-4c86-8014-4340bd702dc2", "identity": "Cynthia Perry", "Level": 4, "location": "XY", "properties": {"id": "9a107f00-2749-4783-90dd-b348f6415e00", "createdDateTime": "2022-08-08T03:33:29.253349Z", "userDisplayName": "Cynthia Perry", "userPrincipalName": "cperry@domain.com", "userId": "ac5fa380-9d5b-470e-beb2-5ba10aca48e6", "appId": "9de6e985-97a5-4d82-9c45-aedaa9c25ef9", "appDisplayName": "AWS Single-Account Access", "ipAddress": "156.206.181.119", "status": {"errorCode": 0}, "clientAppUsed": "Browser", "deviceDetail": {"deviceId": "", "operatingSystem": "Windows"}, "location": {"city": "Hannaville", "state": "Thomashaven", "countryOrRegion": "XY", "geoCoordinates": {"latitude": 1.1452695, "longitude": 128.249211}}, "correlationId": "23184a78-ae71-4dd4-ac38-b30e1f2f01bd", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "e44c14a9-53d7-4b8a-960d-e74becf63da0", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "processingTimeInMilliseconds": 89, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "AWS Single-Account Access Service", "resourceId": "72f0186d-d327-46c9-a8ff-497e0caa8691", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 279165, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "ggDJbV3E7OpFUwMIPlAnjo4pLCp9oTTGO8ZRqAm2kgdyBOja", "incomingTokenType": "none", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": null}}, {"time": "2022-08-08T03:45:20.716780Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "1.210.58.10", "correlationId": "ec6d1082-b366-41c7-8bf1-b2fb25e54eae", "identity": "Keith Sheppard", "Level": 4, "location": "XD", "properties": {"id": "cb1cdc58-3d1a-4d1a-ab9f-1d77f0e81800", "createdDateTime": "2022-08-08T03:45:20.793780Z", "userDisplayName": "Keith Sheppard", "userPrincipalName": "ksheppard@domain.com", "userId": "05bd48f1-91d2-4c2d-9a7c-80e80f561b3c", "appId": "ad65aaed-51a8-4877-830e-8a5273604c87", "appDisplayName": "Docusign", "ipAddress": "1.210.58.10", "status": {"errorCode": 0}, "clientAppUsed": "Browser", "deviceDetail": {"deviceId": "639815fd-5018-4e38-9d81-67538b2ce460", "displayName": "KEITHSHEPPARD-LT", "operatingSystem": "Windows", "browser": "Rich Client 4.42.0.0", "trustType": "Azure AD registered"}, "location": {"city": "Cooperhaven", "state": "Norrisbury", "countryOrRegion": "XD", "geoCoordinates": {"latitude": 70.436398, "longitude": -23.873747}}, "correlationId": "8dd4022c-2b6b-4143-a796-7577ffae1b20", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "0db86582-81c5-47dc-a3c0-fc1ea3e4b0a2", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 77, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Docusign Service", "resourceId": "a666212f-ee1d-48b1-b4cf-45433f66d402", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 69487, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "7t1JiREMRROLWhg4LcOQ1RIK8RwRxhYH0TEiYgz8EYQiwRpW", "incomingTokenType": "none", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "b9c9c5b0-1fce-4e9e-af57-8d5084987162", "rngcStatus": 0}}, {"time": "2022-08-08T03:57:31.412432Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "205.33.24.92", "correlationId": "9b1d2305-d973-4f94-920a-59327bdf4619", "identity": "Vanessa Ramirez", "Level": 4, "location": "XD", "properties": {"id": "6a5f64c1-1a9a-4556-9496-2d200df68700", "createdDateTime": "2022-08-08T03:57:31.516432Z", "userDisplayName": "Vanessa Ramirez", "userPrincipalName": "vramirez@domain.com", "userId": "5d72b7ed-62ea-4b94-b931-ccef65d71ebd", "appId": "9a7e67c7-6f05-42a3-b226-97c7ec3e9696", "appDisplayName": "Adobe Identity Management", "ipAddress": "205.33.24.92", "status": {"errorCode": 0}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (X11; Linux i686) AppleWebKit/532.2 (KHTML, like Gecko) Chrome/21.0.853.0 Safari/532.2 Edge/89.19380", "deviceDetail": {"deviceId": "e395a3f4-8f2d-4170-804f-d3e13ce3151b", "displayName": "VANESSARAMIREZ-LT", "operatingSystem": "Windows 10", "browser": "Edge 89.19380", "trustType": "Azure AD registered"}, "location": {"city": "Kristinmouth", "state": "Norrisbury", "countryOrRegion": "XD", "geoCoordinates": {"latitude": 26.278784, "longitude": -92.042573}}, "correlationId": "d1217236-5aba-48dc-813f-6526bcc8d110", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "f907a5f9-fd32-4245-bb2b-403b3919d61f", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 104, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Adobe Identity Management Service", "resourceId": "7d6a0897-8b82-49e9-90e2-d482fb9202bd", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 214655, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "UiLGdr8bSN5imLtqNktn1of8yrnMpbTswl870ktBPsir4Xk2", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "537d9419-7e2b-4778-9102-62256bcfcf45", "rngcStatus": 0}}, {"time": "2022-08-08T04:22:07.341320Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "156.206.181.119", "correlationId": "a29e5d33-639c-4824-9344-ed902fd9bd7f", "identity": "Cynthia Perry", "Level": 4, "location": "XY", "properties": {"id": "49d543cf-3853-413c-83db-9812261c8800", "createdDateTime": "2022-08-08T04:22:07.458320Z", "userDisplayName": "Cynthia Perry", "userPrincipalName": "cperry@domain.com", "userId": "ac5fa380-9d5b-470e-beb2-5ba10aca48e6", "appId": "9de6e985-97a5-4d82-9c45-aedaa9c25ef9", "appDisplayName": "AWS Single-Account Access", "ipAddress": "156.206.181.119", "status": {"errorCode": 0}, "clientAppUsed": "Browser", "deviceDetail": {"deviceId": "", "operatingSystem": "Windows"}, "location": {"city": "Hannaville", "state": "Thomashaven", "countryOrRegion": "XY", "geoCoordinates": {"latitude": 1.1452695, "longitude": 128.249211}}, "correlationId": "79637088-6455-41a8-a596-cc6f8beb42bd", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "753e7276-db5a-4d7a-bfb6-0bf9fdf675cb", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 117, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "AWS Single-Account Access Service", "resourceId": "c65cf5f9-5537-4200-889e-381c4f60ca7d", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 279165, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "oKKg6vZCWJusGeCTNjDcg5Dx0X2OEj4EpcENdP9Q9k890B8N", "incomingTokenType": "none", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": null, "rngcStatus": 0}}, {"time": "2022-08-08T04:28:53.660732Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "105.169.153.183", "correlationId": "7aee912c-edff-439b-a575-1af04afaffc1", "identity": "Jim Gonzalez", "Level": 4, "location": "XR", "properties": {"id": "d43ff6b9-d2e4-4291-bf54-8dd9b53e8b00", "createdDateTime": "2022-08-08T04:28:53.806732Z", "userDisplayName": "Jim Gonzalez", "userPrincipalName": "jgonzalez@domain.com", "userId": "95090045-a9c5-489c-adee-2db430a3333a", "appId": "9a7e67c7-6f05-42a3-b226-97c7ec3e9696", "appDisplayName": "Adobe Identity Management", "ipAddress": "105.169.153.183", "status": {"errorCode": 0}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (Windows NT 4.0) AppleWebKit/532.1 (KHTML, like Gecko) Chrome/38.0.801.0 Safari/532.1 Edge/19.15284", "deviceDetail": {"deviceId": "15135d1f-cb47-4bd8-b76d-90a9171c09bd", "displayName": "JIMGONZALEZ-LT", "operatingSystem": "Windows 10", "browser": "Edge 19.15284", "trustType": "Azure AD registered"}, "location": {"city": "Santosborough", "state": "Smithton", "countryOrRegion": "XR", "geoCoordinates": {"latitude": 12.8350355, "longitude": 138.359011}}, "correlationId": "bcdc6b61-6fc4-4693-80b5-dca5b6a3f774", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "1e99c0c8-e342-4938-9b36-d45aee40d359", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 146, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Adobe Identity Management Service", "resourceId": "30663ca7-f8a9-43ab-8ca1-7906bdbc1485", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 256668, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "kFu4EGjgWNQUw74JCYqGVja1FGDPMJiiUHJ2vsmF1szQmgZk", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "a6c259e5-7f16-48b2-a9f3-75becd6daa9b", "rngcStatus": 0}}, {"time": "2022-08-08T04:32:53.725800Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "91.132.253.146", "correlationId": "cb168f33-fcf8-43c4-a1f4-65c6b1487e0e", "identity": "Aaron Cole", "Level": 4, "location": "XD", "properties": {"id": "aa27beb4-60ea-43f9-8437-c2ba1b0a5100", "createdDateTime": "2022-08-08T04:32:53.809800Z", "userDisplayName": "Aaron Cole", "userPrincipalName": "acole@domain.com", "userId": "5d557969-1645-4ba4-be83-b6fd943659f7", "appId": "b6eb5487-41e5-4254-acc5-72fbd850bd1e", "appDisplayName": "Google Cloud / G Suite Connector by Microsoft", "ipAddress": "91.132.253.146", "status": {"errorCode": 0}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (iPad; CPU iPad OS 9_3_6 like Mac OS X) AppleWebKit/536.1 (KHTML, like Gecko) CriOS/42.0.865.0 Mobile/77O124 Safari/536.1 Edge/99.14477", "deviceDetail": {"deviceId": "", "operatingSystem": "Windows 10", "browser": "Edge 99.14477"}, "location": {"city": "Rickshire", "state": "Norrisbury", "countryOrRegion": "XD", "geoCoordinates": {"latitude": -78.5751045, "longitude": 58.329246}}, "correlationId": "31d28ecc-f03a-427e-9ac8-d4ecf1c713ea", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "9dad68aa-ec62-4ff6-b5ae-02f618937112", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "processingTimeInMilliseconds": 84, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Google Cloud / G Suite Connector by Microsoft Service", "resourceId": "9a84f55e-3a40-492c-9476-e069f64ed7a6", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 214655, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "DExAMk1sUzA2hVDEvxLpctgYmax70D4evakYC9tlzVCXmQIw", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "37ee873b-f901-4e25-be69-010243106d0f"}}, {"time": "2022-08-08T04:59:53.718147Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "92.110.109.246", "correlationId": "5c38224a-ee92-4e9a-8d94-1c965317c70c", "identity": "David Johnson", "Level": 4, "location": "XR", "properties": {"id": "be6022e3-cefb-4a55-8ab2-6dd339759200", "createdDateTime": "2022-08-08T04:59:53.844147Z", "userDisplayName": "David Johnson", "userPrincipalName": "djohnson@domain.com", "userId": "ff2ae3d2-8cd2-4bd6-b65d-49c5ad946c7f", "appId": "bf2855c0-7434-4262-8885-ad2f5206d324", "appDisplayName": "COINS Construction Cloud - Project and Productivity Apps", "ipAddress": "92.110.109.246", "status": {"errorCode": 0}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (iPad; CPU iPad OS 9_3_6 like Mac OS X) AppleWebKit/536.1 (KHTML, like Gecko) CriOS/42.0.865.0 Mobile/77O124 Safari/536.1 Edge/99.14477", "deviceDetail": {"deviceId": "717ebe00-a5eb-412e-97b6-7b8ab7cfbc02", "displayName": "DAVIDJOHNSON-LT", "operatingSystem": "Windows 10", "browser": "Edge 99.14477", "trustType": "Azure AD registered"}, "location": {"city": "Port Denisetown", "state": "Smithton", "countryOrRegion": "XR", "geoCoordinates": {"latitude": 3.5518965, "longitude": 131.871582}}, "correlationId": "554ddc72-1c56-4fe9-bb95-5b5399aa0914", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "cca6ec63-b282-4542-ab70-78e6e382b733", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 126, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "COINS Construction Cloud - Project and Productivity Apps Service", "resourceId": "054f44f6-54fb-4ef0-9fc3-d3ec90e47d0d", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 230297, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "PEA81naQaAapaDGe1cK8OyX5ZsvPRLGlqdKuwLqFVKSlJnxH", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": null, "rngcStatus": 0}}, {"time": "2022-08-08T05:23:22.401833Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "199.12.127.103", "correlationId": "5d5e7721-8a48-4977-868d-163a4d92ef4e", "identity": "Jacob Meyers", "Level": 4, "location": "XG", "properties": {"id": "06dee02d-5499-45a9-a062-939c390a5100", "createdDateTime": "2022-08-08T05:23:22.517833Z", "userDisplayName": "Jacob Meyers", "userPrincipalName": "jmeyers@domain.com", "userId": "c63a67b0-1651-4a8a-9560-cc703cdad5ad", "appId": "9a7e67c7-6f05-42a3-b226-97c7ec3e9696", "appDisplayName": "Adobe Identity Management", "ipAddress": "199.12.127.103", "ipAddressFromResourceProvider": "199.12.127.103", "status": {"errorCode": 0}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (iPad; CPU iPad OS 9_3_6 like Mac OS X) AppleWebKit/536.1 (KHTML, like Gecko) CriOS/42.0.865.0 Mobile/77O124 Safari/536.1 Edge/99.14477", "deviceDetail": {"deviceId": "68cb982e-f215-496c-89bb-cc07716ff474", "displayName": "JACOBMEYERS-LT", "operatingSystem": "Windows 10", "browser": "Edge 99.14477", "trustType": "Azure AD registered"}, "location": {"city": "Port Nathan", "state": "Newmanville", "countryOrRegion": "XG", "geoCoordinates": {"latitude": 23.244641, "longitude": -113.392021}}, "correlationId": "2d832e5f-c6de-4e16-b441-f1e583e0a396", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "c38432e2-21fc-49bc-82c7-f66b30eabd28", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "processingTimeInMilliseconds": 116, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Adobe Identity Management Service", "resourceId": "9a84f55e-3a40-492c-9476-e069f64ed7a6", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 282405, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "nmAnEBH697u8qTSyhgRPWr0dbrK1SOA1GLrLcmcepuANNCMx", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "37ee873b-f901-4e25-be69-010243106d0f"}}, {"time": "2022-08-08T05:31:31.858139Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "SignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "205.33.24.92", "correlationId": "9c88df91-e30e-4cae-a0ad-4b265df28482", "identity": "Aaron Cole", "Level": 4, "location": "XD", "properties": {"id": "c7effe19-f517-48ca-9f7d-2de5745b6a00", "createdDateTime": "2022-08-08T05:31:31.946139Z", "userDisplayName": "Aaron Cole", "userPrincipalName": "acole@domain.com", "userId": "5d557969-1645-4ba4-be83-b6fd943659f7", "appId": "36f74ffc-90e8-46e0-b0ed-588b76ed6f47", "appDisplayName": "Inspire", "ipAddress": "205.33.24.92", "status": {"errorCode": 0}, "clientAppUsed": "Browser", "userAgent": "Mozilla/5.0 (X11; Linux i686) AppleWebKit/536.2 (KHTML, like Gecko) Chrome/22.0.877.0 Safari/536.2", "deviceDetail": {"deviceId": "", "operatingSystem": "Windows 10", "browser": "Chrome 22.0.877.0"}, "location": {"city": "Kristinmouth", "state": "Norrisbury", "countryOrRegion": "XD", "geoCoordinates": {"latitude": 26.278784, "longitude": -92.042573}}, "correlationId": "bc42e68b-131c-4e22-b175-af53a8c81046", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "f9aeaaa6-7fce-4329-a252-fde844f09e5c", "isInteractive": true, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 88, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Inspire Online", "resourceId": "f0630e90-b752-4960-bfb9-a0794fc34930", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 214655, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "ROZ3sMrhToRzXVd6Kl4emQBgHmcGGqza45D8toPej60duLnP", "incomingTokenType": "none", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "1f37c851-4be4-455b-928a-fbde7845a68a", "rngcStatus": 0}}, {"time": "2022-08-08T06:10:54.304447Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "199.12.127.103", "correlationId": "e3fd8774-0766-45af-865e-ba10af986434", "identity": "Jacob Meyers", "Level": 4, "location": "XG", "properties": {"id": "66d1265d-a794-48fb-9188-fc353d467300", "createdDateTime": "2022-08-08T06:10:54.402447Z", "userDisplayName": "Jacob Meyers", "userPrincipalName": "jmeyers@domain.com", "userId": "c63a67b0-1651-4a8a-9560-cc703cdad5ad", "appId": "9a7e67c7-6f05-42a3-b226-97c7ec3e9696", "appDisplayName": "Adobe Identity Management", "ipAddress": "199.12.127.103", "status": {"errorCode": 0}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (iPad; CPU iPad OS 9_3_6 like Mac OS X) AppleWebKit/536.1 (KHTML, like Gecko) CriOS/42.0.865.0 Mobile/77O124 Safari/536.1 Edge/99.14477", "deviceDetail": {"deviceId": "68cb982e-f215-496c-89bb-cc07716ff474", "displayName": "JACOBMEYERS-LT", "operatingSystem": "Windows 10", "browser": "Edge 99.14477", "trustType": "Azure AD registered"}, "location": {"city": "Port Nathan", "state": "Newmanville", "countryOrRegion": "XG", "geoCoordinates": {"latitude": 23.244641, "longitude": -113.392021}}, "correlationId": "0e5d138e-bb1e-4aca-b585-94878e09b9e8", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "10124979-bac0-4c6e-8176-eb5753ac7969", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 98, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Adobe Identity Management Service", "resourceId": "7d6a0897-8b82-49e9-90e2-d482fb9202bd", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 282405, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "1eJw1RD8VGQZehwtULXZZoswjuScz5xHKT70jSQIrWZIoqvr", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "537d9419-7e2b-4778-9102-62256bcfcf45", "rngcStatus": 0}}, {"time": "2022-08-08T06:58:31.363881Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "81.209.4.19", "correlationId": "218b00d3-d6b9-4b8e-a5d5-b9ad7e89494c", "identity": "Jim Gonzalez", "Level": 4, "location": "XR", "properties": {"id": "ace681b4-3934-4235-befc-67ed60a26f00", "createdDateTime": "2022-08-08T06:58:31.525881Z", "userDisplayName": "Jim Gonzalez", "userPrincipalName": "jgonzalez@domain.com", "userId": "95090045-a9c5-489c-adee-2db430a3333a", "appId": "dbe6b779-13df-45f2-a6d7-1323485479f6", "appDisplayName": "Cisco Webex", "ipAddress": "81.209.4.19", "status": {"errorCode": 0}, "clientAppUsed": "Browser", "deviceDetail": {"deviceId": "1a428e94-41e3-4c1d-865a-0d31c9a2540b", "displayName": "JIMGONZALEZ-LT", "operatingSystem": "Windows10", "browser": "Rich Client 4.38.0.0", "trustType": "Azure AD registered"}, "location": {"city": "Santosborough", "state": "Smithton", "countryOrRegion": "XR", "geoCoordinates": {"latitude": 50.0774195, "longitude": 64.938754}}, "correlationId": "972b8d94-dc2f-4dec-a068-8c4ba0fbabf1", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "2d21966e-636e-4df6-81a7-64fe3cc9fcf0", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 162, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Cisco Webex Service", "resourceId": "9a84f55e-3a40-492c-9476-e069f64ed7a6", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 34974, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "Rh4PgT0e2HJxEcfuhp6dRls032HADsZaPyd3GodpBtDsraMO", "incomingTokenType": "none", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "37ee873b-f901-4e25-be69-010243106d0f", "rngcStatus": 0}}, {"time": "2022-08-08T07:21:26.560289Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "SignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "50011", "resultSignature": "None", "resultDescription": "The reply address is missing, misconfigured, or does not match reply addresses configured for the application. Try out the resolution listed at https://docs.microsoft.com/azure/active-directory/application-sign-in-problem-federated-sso-gallery#the-reply-address-does-not-match-the-reply-addresses-configured-for-the-application. If you still see issues, contact the application owner or app admin.", "durationMs": 0, "callerIpAddress": "205.33.24.92", "correlationId": "cc893523-4ec1-4d05-a3d4-cb5fc6bda849", "identity": "Aaron Cole", "Level": 4, "location": "XD", "properties": {"id": "528a72ae-c612-474f-a22e-2f699a097000", "createdDateTime": "2022-08-08T07:21:26.650289Z", "userDisplayName": "Aaron Cole", "userPrincipalName": "acole@domain.com", "userId": "5d557969-1645-4ba4-be83-b6fd943659f7", "appId": "af50c7b0-ad5f-40ec-840e-8d89be454ce4", "appDisplayName": "Citrix ShareFile", "ipAddress": "205.33.24.92", "status": {"errorCode": 50011, "failureReason": "The reply address is missing, misconfigured, or does not match reply addresses configured for the application. Try out the resolution listed at https://docs.microsoft.com/azure/active-directory/application-sign-in-problem-federated-sso-gallery#the-reply-address-does-not-match-the-reply-addresses-configured-for-the-application. If you still see issues, contact the application owner or app admin."}, "clientAppUsed": "Browser", "userAgent": "Mozilla/5.0 (X11; Linux i686) AppleWebKit/536.2 (KHTML, like Gecko) Chrome/22.0.877.0 Safari/536.2", "deviceDetail": {"deviceId": "", "operatingSystem": "Windows 10", "browser": "Chrome 22.0.877.0"}, "location": {"city": "Kristinmouth", "state": "Norrisbury", "countryOrRegion": "XD", "geoCoordinates": {"latitude": 26.278784, "longitude": -92.042573}}, "correlationId": "aaf5c637-3c31-4873-a137-0c2e1be65199", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "a0688512-1e82-4b1a-bc6b-2c3b26873ddc", "isInteractive": true, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 90, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Citrix ShareFile Online", "resourceId": "24578515-1951-4064-967d-0d2acaf0aa70", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 214655, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "ADpP5MAXqmaLzlklDFw4W3O1I3wClR9BzZjtmRdcHbstVAFf", "incomingTokenType": "none", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "0e68752b-7dfa-400b-a6f5-1b54af90696a", "rngcStatus": 0}}, {"time": "2022-08-08T07:31:03.756825Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "50158", "resultSignature": "None", "resultDescription": "External security challenge was not satisfied.", "durationMs": 0, "callerIpAddress": "166.105.218.213", "correlationId": "2c6944cd-2dac-4721-a631-e3a7dc9e5879", "identity": "Thomas Price", "Level": 4, "location": "XR", "properties": {"id": "c39e6449-499a-4a56-b4b3-75e2ca5f6d00", "createdDateTime": "2022-08-08T07:31:03.904825Z", "userDisplayName": "Thomas Price", "userPrincipalName": "tprice@domain.com", "userId": "32109ee2-ee4f-4d11-9c38-2556aec0f2b5", "appId": "79510a8f-6421-4348-a2ea-bcc2b02485c1", "appDisplayName": "Cisco AnyConnect", "ipAddress": "166.105.218.213", "status": {"errorCode": 50158, "failureReason": "External security challenge was not satisfied."}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (X11; Linux i686) AppleWebKit/535.2 (KHTML, like Gecko) Chrome/22.0.843.0 Safari/535.2 Edge/118.12158", "deviceDetail": {"deviceId": "81ad31fb-e9be-4498-b1b2-c62f8fae1a77", "displayName": "THOMASPRICE-LT", "operatingSystem": "Windows 10", "browser": "Edge 118.12158", "trustType": "Hybrid Azure AD joined"}, "location": {"city": "Kevinton", "state": "Smithton", "countryOrRegion": "XR", "geoCoordinates": {"latitude": -87.5106305, "longitude": -77.991036}}, "correlationId": "256af8dc-4467-4ae0-bdfe-6b8b6df649a1", "conditionalAccessStatus": "failure", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "5982bb36-5375-4dc1-a5d5-4f1d062a651f", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 148, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Cisco AnyConnect Online", "resourceId": "5d5b8d28-6a28-472e-b837-a4094e466965", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 256668, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "f4n3yeEuYpHTwOidyLMg0Yi6UavwgeYNesXKrYm0v5iCzJi0", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "15655e1f-5005-4c53-b3c0-c4a1d1ca5e9e", "rngcStatus": 0}}, {"time": "2022-08-08T07:56:59.341037Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "50158", "resultSignature": "None", "resultDescription": "External security challenge was not satisfied.", "durationMs": 0, "callerIpAddress": "92.110.109.246", "correlationId": "cebacadd-b6e4-45ce-8a84-3f91d16d168a", "identity": "Thomas Price", "Level": 4, "location": "XR", "properties": {"id": "4c7c9715-4f0f-4164-9319-f39958bf8d00", "createdDateTime": "2022-08-08T07:56:59.450037Z", "userDisplayName": "Thomas Price", "userPrincipalName": "tprice@domain.com", "userId": "32109ee2-ee4f-4d11-9c38-2556aec0f2b5", "appId": "9a7e67c7-6f05-42a3-b226-97c7ec3e9696", "appDisplayName": "Adobe Identity Management", "ipAddress": "92.110.109.246", "status": {"errorCode": 50158, "failureReason": "External security challenge was not satisfied."}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (X11; Linux i686) AppleWebKit/535.2 (KHTML, like Gecko) Chrome/22.0.843.0 Safari/535.2 Edge/118.12158", "deviceDetail": {"deviceId": "35819889-abdc-47e0-b28d-5195d26e941f", "displayName": "THOMASPRICE-LT", "operatingSystem": "Windows 10", "browser": "Edge 118.12158", "trustType": "Hybrid Azure AD joined"}, "location": {"city": "Port Denisetown", "state": "Smithton", "countryOrRegion": "XR", "geoCoordinates": {"latitude": 3.5518965, "longitude": 131.871582}}, "correlationId": "698c014a-5411-4985-9957-198049443358", "conditionalAccessStatus": "failure", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "5e397905-5802-4f88-b368-5e5ad9c88481", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 109, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Adobe Identity Management Service", "resourceId": "30663ca7-f8a9-43ab-8ca1-7906bdbc1485", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 230297, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "Fj6KQbCAtO2kRT64eLW3u4pB346zohJkNADcY0wCJet5h6Ha", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "a6c259e5-7f16-48b2-a9f3-75becd6daa9b", "rngcStatus": 0}}, {"time": "2022-08-08T08:00:38.709876Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "13.113.40.157", "correlationId": "8aaa2ad7-ed6a-40c1-b1e6-6ac7f423dfbe", "identity": "Attack Target", "Level": 4, "location": "XR", "properties": {"id": "17558929-4181-40d4-9645-7d29b8747000", "createdDateTime": "2022-08-08T08:00:38.816876Z", "userDisplayName": "Attack Target", "userPrincipalName": "attacktarget@domain.com", "userId": "d735e84b-dcca-404d-9f7d-700f360f41a6", "appId": "9a7e67c7-6f05-42a3-b226-97c7ec3e9696", "appDisplayName": "Adobe Identity Management", "ipAddress": "13.113.40.157", "status": {"errorCode": 0}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (iPad; CPU iPad OS 9_3_6 like Mac OS X) AppleWebKit/536.1 (KHTML, like Gecko) CriOS/42.0.865.0 Mobile/77O124 Safari/536.1 Edge/99.14477", "deviceDetail": {"deviceId": "a44625dc-6f81-449a-9799-8005f7209b42", "displayName": "ATTACKTARGET-LT", "operatingSystem": "Windows 10", "browser": "Edge 99.14477", "trustType": "Azure AD registered"}, "location": {"city": "Smithfort", "state": "Smithfort", "countryOrRegion": "XR", "geoCoordinates": {"latitude": 3.7564095, "longitude": -121.574606}}, "correlationId": "6b946400-f26a-4f56-89c3-c00a5ed4a2cd", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "789794e7-8249-4932-8c28-0e73e3b28078", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 107, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Adobe Identity Management Service", "resourceId": "30663ca7-f8a9-43ab-8ca1-7906bdbc1485", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 34974, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "HLlVMpddrCNIqpBd0S1D3DQOaMkADh4x3zrdbMUJ1uL3OOLS", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "a6c259e5-7f16-48b2-a9f3-75becd6daa9b", "rngcStatus": 0}}, {"time": "2022-08-08T08:10:47.277917Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "13.113.40.157", "correlationId": "a851250d-5a70-49c2-8140-64ed02a393dd", "identity": "Attack Target", "Level": 4, "location": "XR", "properties": {"id": "21d9bc2a-9249-4dd7-ac71-d73d66a56400", "createdDateTime": "2022-08-08T08:10:47.406917Z", "userDisplayName": "Attack Target", "userPrincipalName": "attacktarget@domain.com", "userId": "d735e84b-dcca-404d-9f7d-700f360f41a6", "appId": "9a7e67c7-6f05-42a3-b226-97c7ec3e9696", "appDisplayName": "Adobe Identity Management", "ipAddress": "13.113.40.157", "status": {"errorCode": 0}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (iPad; CPU iPad OS 9_3_6 like Mac OS X) AppleWebKit/536.1 (KHTML, like Gecko) CriOS/42.0.865.0 Mobile/77O124 Safari/536.1 Edge/99.14477", "deviceDetail": {"deviceId": "a44625dc-6f81-449a-9799-8005f7209b42", "displayName": "ATTACKTARGET-LT", "operatingSystem": "Windows 10", "browser": "Edge 99.14477", "trustType": "Azure AD registered"}, "location": {"city": "New John", "state": "Smithfort", "countryOrRegion": "XR", "geoCoordinates": {"latitude": -89.144242, "longitude": 168.119022}}, "correlationId": "1cb67136-7089-4ffb-ad88-2ee6a78c2c37", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "42e1b238-f65e-4d38-a974-b211e43e2e71", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 129, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Adobe Identity Management Service", "resourceId": "7d6a0897-8b82-49e9-90e2-d482fb9202bd", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 34974, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "h82tR7AMNOIsk9rkr5ksvE2QO5Ylr9Fo9ypXDUF06oRbPWOp", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "537d9419-7e2b-4778-9102-62256bcfcf45", "rngcStatus": 0}}, {"time": "2022-08-08T08:19:08.539558Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "92.150.146.180", "correlationId": "18832e30-e2ff-4ed6-ad26-1d68add7aedc", "identity": "Nicholas Black", "Level": 4, "location": "XP", "properties": {"id": "0601d2d4-487c-4cb2-ba5c-b8d94c3e4e00", "createdDateTime": "2022-08-08T08:19:08.633558Z", "userDisplayName": "Nicholas Black", "userPrincipalName": "nblack@domain.com", "userId": "fdbaeb01-a814-4736-b297-facda1075c14", "appId": "9167c284-c68f-468a-84be-0ee4f23879fe", "appDisplayName": "ArcGIS Enterprise", "ipAddress": "92.150.146.180", "status": {"errorCode": 0}, "clientAppUsed": "Mobile Apps and Desktop clients", "deviceDetail": {"deviceId": "", "operatingSystem": "Android"}, "location": {"city": "Christopherton", "state": "Andreaport", "countryOrRegion": "XP", "geoCoordinates": {"latitude": -59.4533945, "longitude": -153.616856}}, "correlationId": "09d4f768-4096-4777-8c05-04466e2e906f", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "c7703d0e-0a6c-4a6d-9ad4-ade20eaa9412", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "processingTimeInMilliseconds": 94, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "ArcGIS Enterprise Service", "resourceId": "db504cc4-8f0b-4800-a3d2-d75104ad7e82", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 370904, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "CfMZPSRrp1jJs72M0TgL6KpudRSBOewNkgcMQJ7fSksXBMYO", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "e1eed55d-0b15-4abe-964b-f2d45bbc8964"}}, {"time": "2022-08-08T08:37:52.843422Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "156.206.181.119", "correlationId": "8186962a-2173-4a04-906d-785fb25b3137", "identity": "Cynthia Perry", "Level": 4, "location": "XY", "properties": {"id": "4d388231-6fac-4932-9fc8-5499385b6000", "createdDateTime": "2022-08-08T08:37:52.940422Z", "userDisplayName": "Cynthia Perry", "userPrincipalName": "cperry@domain.com", "userId": "ac5fa380-9d5b-470e-beb2-5ba10aca48e6", "appId": "9de6e985-97a5-4d82-9c45-aedaa9c25ef9", "appDisplayName": "AWS Single-Account Access", "ipAddress": "156.206.181.119", "status": {"errorCode": 0}, "clientAppUsed": "Browser", "deviceDetail": {"deviceId": "", "operatingSystem": "Windows"}, "location": {"city": "Hannaville", "state": "Thomashaven", "countryOrRegion": "XY", "geoCoordinates": {"latitude": 1.1452695, "longitude": 128.249211}}, "correlationId": "aab898a4-bd57-42fe-bca5-661d6e2eb1da", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "8d96764d-fde1-4803-bcd2-c53c8d9fbb8a", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 97, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "AWS Single-Account Access Service", "resourceId": "72f0186d-d327-46c9-a8ff-497e0caa8691", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 279165, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "8mAQdAlYFletWbKXdwy5d7PIc6edLEchtFnvnMdc0LDH9yKg", "incomingTokenType": "none", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": null, "rngcStatus": 0}}, {"time": "2022-08-08T08:40:30.713118Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "147.132.189.119", "correlationId": "facd74d5-c924-4f9e-963d-0df388004560", "identity": "Terry Proctor", "Level": 4, "location": "XR", "properties": {"id": "0ddef0f4-1825-4108-b49b-6cf820c19100", "createdDateTime": "2022-08-08T08:40:30.819118Z", "userDisplayName": "Terry Proctor", "userPrincipalName": "tproctor@domain.com", "userId": "03110cc5-e54f-4dae-b68a-bf5d945f8152", "appId": "b6eb5487-41e5-4254-acc5-72fbd850bd1e", "appDisplayName": "Google Cloud / G Suite Connector by Microsoft", "ipAddress": "147.132.189.119", "status": {"errorCode": 0, "additionalDetails": "MFA requirement satisfied by claim in the token"}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (X11; Linux i686) AppleWebKit/533.0 (KHTML, like Gecko) Chrome/24.0.803.0 Safari/533.0 Edge/40.11325", "deviceDetail": {"deviceId": "88ee69d5-1eb7-4f29-b594-e9b4e3371940", "displayName": "TERRYPROCTOR-LT", "operatingSystem": "Windows 10", "browser": "Edge 40.11325", "isCompliant": true, "isManaged": true, "trustType": "Azure AD joined"}, "location": {"city": "Port Denisetown", "state": "Smithton", "countryOrRegion": "XR", "geoCoordinates": {"latitude": 3.5518965, "longitude": 131.871582}}, "mfaDetail": {}, "correlationId": "958fa7dc-c92e-441a-95db-fa25a08bcd46", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "4782038f-17ca-4066-a0aa-e2cd12d7e7c8", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 106, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Google Cloud / G Suite Connector by Microsoft Service", "resourceId": "47e06079-6a63-42ab-89ea-840a60f3ea94", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 256668, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "mSxWLSYb2JfBaAmp101baUnWYJSXvrreAPBAzxtbh4pVV8ny", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "af115473-a920-4919-a03a-7215ca304189", "rngcStatus": 0}}, {"time": "2022-08-08T08:57:55.978194Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "156.206.181.119", "correlationId": "d1af5e09-0db6-454b-a05a-1bc96d6b6e5a", "identity": "Cynthia Perry", "Level": 4, "location": "XY", "properties": {"id": "2b60f3d6-0a82-440d-b179-44ac44474f00", "createdDateTime": "2022-08-08T08:57:56.131194Z", "userDisplayName": "Cynthia Perry", "userPrincipalName": "cperry@domain.com", "userId": "ac5fa380-9d5b-470e-beb2-5ba10aca48e6", "appId": "9de6e985-97a5-4d82-9c45-aedaa9c25ef9", "appDisplayName": "AWS Single-Account Access", "ipAddress": "156.206.181.119", "status": {"errorCode": 0}, "clientAppUsed": "Browser", "deviceDetail": {"deviceId": "", "operatingSystem": "Windows"}, "location": {"city": "Hannaville", "state": "Thomashaven", "countryOrRegion": "XY", "geoCoordinates": {"latitude": 1.1452695, "longitude": 128.249211}}, "correlationId": "5bba677b-78a7-47ca-a73f-5e888880d3d6", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "442825e8-c6c4-4d34-ae69-2df354c885fb", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "processingTimeInMilliseconds": 153, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "AWS Single-Account Access Service", "resourceId": "c65cf5f9-5537-4200-889e-381c4f60ca7d", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 279165, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "mivS2yX119wxvqVoYrwLouBsk41swx48TfxumKiJ08Wmfova", "incomingTokenType": "none", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": null}}, {"time": "2022-08-08T09:07:13.422854Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "107.40.113.143", "correlationId": "09857f9c-dcd0-4c60-a0e5-b9a6f1fab5e1", "identity": "Terry Proctor", "Level": 4, "location": "XR", "properties": {"id": "5e4e730b-8d3c-4dbc-a1a3-d712eef55800", "createdDateTime": "2022-08-08T09:07:13.570854Z", "userDisplayName": "Terry Proctor", "userPrincipalName": "tproctor@domain.com", "userId": "03110cc5-e54f-4dae-b68a-bf5d945f8152", "appId": "18bf60fa-77dd-4aad-891d-af82ca87dd06", "appDisplayName": "FortiGate SSL VPN", "ipAddress": "107.40.113.143", "status": {"errorCode": 0, "additionalDetails": "MFA requirement satisfied by claim in the token"}, "clientAppUsed": "Browser", "deviceDetail": {"deviceId": "88ee69d5-1eb7-4f29-b594-e9b4e3371940", "displayName": "TERRYPROCTOR-LT", "operatingSystem": "Windows", "browser": "Rich Client 4.22.0.0", "isCompliant": true, "isManaged": true, "trustType": "Azure AD joined"}, "location": {"city": "Matthewborough", "state": "Smithton", "countryOrRegion": "XR", "geoCoordinates": {"latitude": -61.4020595, "longitude": -158.46244}}, "mfaDetail": {}, "correlationId": "4d55108b-8a90-48be-873d-e31f3aa57dca", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "2e09979c-175e-47f2-bb7d-2ef6b030ae27", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "processingTimeInMilliseconds": 148, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "FortiGate SSL VPN Service", "resourceId": "a1edee32-85c4-4a57-afcb-5853873a47e7", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 34974, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "dyUDK0IwoLRXFBmfZD5rJ1Ae3unc2bWRvkRotYdfnEllGJYk", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "0898af19-dfef-4b51-a918-f534c473013d"}}, {"time": "2022-08-08T09:23:09.344079Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "50158", "resultSignature": "None", "resultDescription": "External security challenge was not satisfied.", "durationMs": 0, "callerIpAddress": "44.22.19.201", "correlationId": "2929d6e4-d851-4227-aed5-ee7951a2cf6e", "identity": "Thomas Price", "Level": 4, "location": "XN", "properties": {"id": "1cd5ccc5-a4e9-487c-82c8-57d973b16b00", "createdDateTime": "2022-08-08T09:23:09.492079Z", "userDisplayName": "Thomas Price", "userPrincipalName": "tprice@domain.com", "userId": "32109ee2-ee4f-4d11-9c38-2556aec0f2b5", "appId": "9a7e67c7-6f05-42a3-b226-97c7ec3e9696", "appDisplayName": "Adobe Identity Management", "ipAddress": "44.22.19.201", "status": {"errorCode": 50158, "failureReason": "External security challenge was not satisfied."}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (X11; Linux i686) AppleWebKit/535.2 (KHTML, like Gecko) Chrome/22.0.843.0 Safari/535.2 Edge/118.12158", "deviceDetail": {"deviceId": "a12f42a7-2ae0-42d8-aec8-bf7cb3dea82c", "displayName": "THOMASPRICE-LT", "operatingSystem": "Windows 10", "browser": "Edge 118.12158", "trustType": "Hybrid Azure AD joined"}, "location": {"city": "Littlemouth", "state": "Alexanderfurt", "countryOrRegion": "XN", "geoCoordinates": {"latitude": 25.4437255, "longitude": -109.530885}}, "correlationId": "f98399e8-22ce-49bb-a0f6-2182970e94c1", "conditionalAccessStatus": "failure", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "8e2fa7b7-2ddd-45c3-9595-0f958c16079d", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 148, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Adobe Identity Management Service", "resourceId": "30663ca7-f8a9-43ab-8ca1-7906bdbc1485", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 230297, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "8pV0dir9zJtJIbcwiPKQcJKT2LHQ7lbSH3PqU9VHlpX3WK3W", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "a6c259e5-7f16-48b2-a9f3-75becd6daa9b", "rngcStatus": 0}}, {"time": "2022-08-08T09:49:31.652881Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "1.210.58.10", "correlationId": "01863ba0-8067-1000-b966-45cbf3540690", "identity": "Keith Sheppard", "Level": 4, "location": "XD", "properties": {"id": "9a107f00-2749-4783-90dd-b34855a86000", "createdDateTime": "2022-08-08T09:49:31.848881Z", "userDisplayName": "Keith Sheppard", "userPrincipalName": "ksheppard@domain.com", "userId": "05bd48f1-91d2-4c2d-9a7c-80e80f561b3c", "appId": "439cf80c-f381-45bd-9b6a-a006882e7246", "appDisplayName": "Atlassian Cloud", "ipAddress": "1.210.58.10", "status": {"errorCode": 0}, "clientAppUsed": "Browser", "deviceDetail": {"deviceId": "639815fd-5018-4e38-9d81-67538b2ce460", "displayName": "KEITHSHEPPARD-LT", "operatingSystem": "Windows", "trustType": "Azure AD registered"}, "location": {"city": "Cooperhaven", "state": "Norrisbury", "countryOrRegion": "XD", "geoCoordinates": {"latitude": 70.436398, "longitude": -23.873747}}, "correlationId": "c73b1f9f-c9ea-4644-9bc3-bf83ebb36fa7", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "9dc5a1b0-f470-40c2-9929-2d2918974d3c", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "processingTimeInMilliseconds": 196, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Atlassian Cloud", "resourceId": "c8eab36d-0a82-409d-8693-a8dabc997921", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 69487, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "I5LXpoKAyUD7sWpEAomLh9H1XRbrEWnYghO9DjqPX5wLgkOT", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "2248d3ef-d7b8-4eb2-bd20-fb53f725bfe3"}}, {"time": "2022-08-08T09:54:15.057514Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "147.132.189.119", "correlationId": "fd345ee3-f236-47f0-b700-f00ede5ecc5d", "identity": "Cassie Fernandez", "Level": 4, "location": "XR", "properties": {"id": "5960508f-6c99-4371-9d17-a215ebc66000", "createdDateTime": "2022-08-08T09:54:15.196514Z", "userDisplayName": "Cassie Fernandez", "userPrincipalName": "cfernandez@domain.com", "userId": "67ef8be6-3f44-4db7-8172-fd6211428c1e", "appId": "9de6e985-97a5-4d82-9c45-aedaa9c25ef9", "appDisplayName": "AWS Single-Account Access", "ipAddress": "147.132.189.119", "status": {"errorCode": 0}, "clientAppUsed": "Browser", "deviceDetail": {"deviceId": "d5a487a1-ef7d-4960-9723-7fdadce19af3", "displayName": "CASSIEFERNANDEZ-LT", "operatingSystem": "Windows", "trustType": "Azure AD registered"}, "location": {"city": "Port Denisetown", "state": "Smithton", "countryOrRegion": "XR", "geoCoordinates": {"latitude": 3.5518965, "longitude": 131.871582}}, "correlationId": "97a3a291-7673-4c92-a8c8-7f5094f715ac", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "346ece46-1f47-4456-b840-20e4e0db5e34", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 139, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "AWS Single-Account Access Service", "resourceId": "f0630e90-b752-4960-bfb9-a0794fc34930", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 256668, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "bQw45p6Qa7EQaopqFFkOLQJLuLlKIANZJB0EcFRp35eAPQeu", "incomingTokenType": "none", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "1f37c851-4be4-455b-928a-fbde7845a68a", "rngcStatus": 0}}, {"time": "2022-08-08T09:55:35.701276Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "50158", "resultSignature": "None", "resultDescription": "External security challenge was not satisfied.", "durationMs": 0, "callerIpAddress": "44.22.19.201", "correlationId": "7a7389a5-6927-4c1e-b2a4-90997e0b88e0", "identity": "Thomas Price", "Level": 4, "location": "XN", "properties": {"id": "5e4e730b-8d3c-4dbc-a1a3-d712935a5d00", "createdDateTime": "2022-08-08T09:55:35.864276Z", "userDisplayName": "Thomas Price", "userPrincipalName": "tprice@domain.com", "userId": "32109ee2-ee4f-4d11-9c38-2556aec0f2b5", "appId": "79510a8f-6421-4348-a2ea-bcc2b02485c1", "appDisplayName": "Cisco AnyConnect", "ipAddress": "44.22.19.201", "status": {"errorCode": 50158, "failureReason": "External security challenge was not satisfied."}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (X11; Linux i686) AppleWebKit/535.2 (KHTML, like Gecko) Chrome/22.0.843.0 Safari/535.2 Edge/118.12158", "deviceDetail": {"deviceId": "0927e60c-8dfa-4ecf-be85-ad63bccf40a1", "displayName": "THOMASPRICE-LT", "operatingSystem": "Windows 10", "browser": "Edge 118.12158", "trustType": "Hybrid Azure AD joined"}, "location": {"city": "Littlemouth", "state": "Alexanderfurt", "countryOrRegion": "XN", "geoCoordinates": {"latitude": 25.4437255, "longitude": -109.530885}}, "correlationId": "8d1f8bda-47a3-4446-97de-e2eef893b43f", "conditionalAccessStatus": "failure", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "0300e5cd-6c25-45ce-8da6-d4236ca37531", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "processingTimeInMilliseconds": 163, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Cisco AnyConnect Online", "resourceId": "5d5b8d28-6a28-472e-b837-a4094e466965", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 230297, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "VTbyeqUDj1mjpT4AKk78TgKVFSyaXEGHzbYgtYlmhhYgplWY", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "15655e1f-5005-4c53-b3c0-c4a1d1ca5e9e"}}, {"time": "2022-08-08T10:04:06.111516Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "50158", "resultSignature": "None", "resultDescription": "External security challenge was not satisfied.", "durationMs": 0, "callerIpAddress": "166.105.218.213", "correlationId": "5977e3d1-8a64-42a2-b10f-1b8d11a5bd3c", "identity": "Thomas Price", "Level": 4, "location": "XR", "properties": {"id": "8118c4f3-cea7-4654-8492-635368a79700", "createdDateTime": "2022-08-08T10:04:06.216516Z", "userDisplayName": "Thomas Price", "userPrincipalName": "tprice@domain.com", "userId": "32109ee2-ee4f-4d11-9c38-2556aec0f2b5", "appId": "9a7e67c7-6f05-42a3-b226-97c7ec3e9696", "appDisplayName": "Adobe Identity Management", "ipAddress": "166.105.218.213", "status": {"errorCode": 50158, "failureReason": "External security challenge was not satisfied."}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (X11; Linux i686) AppleWebKit/535.2 (KHTML, like Gecko) Chrome/22.0.843.0 Safari/535.2 Edge/118.12158", "deviceDetail": {"deviceId": "81ad31fb-e9be-4498-b1b2-c62f8fae1a77", "displayName": "THOMASPRICE-LT", "operatingSystem": "Windows 10", "browser": "Edge 118.12158", "trustType": "Hybrid Azure AD joined"}, "location": {"city": "Santosborough", "state": "Smithton", "countryOrRegion": "XR", "geoCoordinates": {"latitude": 12.8350355, "longitude": 138.359011}}, "correlationId": "f229ad9c-5d5b-4530-949e-a4c871ebf981", "conditionalAccessStatus": "failure", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "f3980ce7-2cf5-46de-991c-4bea5ecd749e", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 105, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Adobe Identity Management Service", "resourceId": "30663ca7-f8a9-43ab-8ca1-7906bdbc1485", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 256668, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "QPgfNYqqXKwHnfPlxMPsT6jCl29LXmRtXm1gQR385fPEOknE", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "a6c259e5-7f16-48b2-a9f3-75becd6daa9b", "rngcStatus": 0}}, {"time": "2022-08-08T10:11:07.256387Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "199.12.127.103", "correlationId": "a97fb335-338a-4b56-a6ab-e215af591287", "identity": "Jacob Meyers", "Level": 4, "location": "XG", "properties": {"id": "21cd51c1-e0da-46f7-88e2-55694bfd6200", "createdDateTime": "2022-08-08T10:11:07.369387Z", "userDisplayName": "Jacob Meyers", "userPrincipalName": "jmeyers@domain.com", "userId": "c63a67b0-1651-4a8a-9560-cc703cdad5ad", "appId": "9167c284-c68f-468a-84be-0ee4f23879fe", "appDisplayName": "ArcGIS Enterprise", "ipAddress": "199.12.127.103", "status": {"errorCode": 0}, "clientAppUsed": "Mobile Apps and Desktop clients", "deviceDetail": {"deviceId": "", "operatingSystem": "Android"}, "location": {"city": "Port Nathan", "state": "Newmanville", "countryOrRegion": "XG", "geoCoordinates": {"latitude": 23.244641, "longitude": -113.392021}}, "correlationId": "641623d5-983b-4365-9c74-a7e03a397f9c", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "41506e87-ee8f-477f-a8b0-f159958a1f75", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 113, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "ArcGIS Enterprise Service", "resourceId": "9a84f55e-3a40-492c-9476-e069f64ed7a6", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 282405, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "KuumLRqV62iO4znkUaf6MTJAKRFq7pwKRWmUBYtPzgbW7He7", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "37ee873b-f901-4e25-be69-010243106d0f", "rngcStatus": 0}}, {"time": "2022-08-08T10:14:21.284944Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "1.210.58.10", "correlationId": "52a4ffdf-9118-46bf-893d-7b365a698f6f", "identity": "Keith Sheppard", "Level": 4, "location": "XD", "properties": {"id": "cc41f85f-18f2-4339-b560-18562b926b00", "createdDateTime": "2022-08-08T10:14:21.421944Z", "userDisplayName": "Keith Sheppard", "userPrincipalName": "ksheppard@domain.com", "userId": "05bd48f1-91d2-4c2d-9a7c-80e80f561b3c", "appId": "dbe6b779-13df-45f2-a6d7-1323485479f6", "appDisplayName": "Cisco Webex", "ipAddress": "1.210.58.10", "status": {"errorCode": 0}, "clientAppUsed": "Browser", "deviceDetail": {"deviceId": "639815fd-5018-4e38-9d81-67538b2ce460", "displayName": "KEITHSHEPPARD-LT", "operatingSystem": "Windows10", "browser": "Rich Client 4.38.0.0", "trustType": "Azure AD registered"}, "location": {"city": "Cooperhaven", "state": "Norrisbury", "countryOrRegion": "XD", "geoCoordinates": {"latitude": 70.436398, "longitude": -23.873747}}, "correlationId": "80d0f11d-8908-4ffe-9fc0-0776e2dbf591", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "4ee0f85b-0db9-47e3-9b6c-51fddd544626", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 137, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Cisco Webex Service", "resourceId": "9a84f55e-3a40-492c-9476-e069f64ed7a6", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 69487, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "Xtj9ofIXLhofJcNHYNUahXH4LFMMdKkOuRFnM1e0yf9pGM7f", "incomingTokenType": "none", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "37ee873b-f901-4e25-be69-010243106d0f", "rngcStatus": 0}}, {"time": "2022-08-08T10:15:42.757929Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "1.210.58.10", "correlationId": "f96b3d72-df82-4ccf-8e52-68f900d78fc6", "identity": "Keith Sheppard", "Level": 4, "location": "XD", "properties": {"id": "8ac30e85-c1fa-42b1-a082-8c43a5c06200", "createdDateTime": "2022-08-08T10:15:42.851929Z", "userDisplayName": "Keith Sheppard", "userPrincipalName": "ksheppard@domain.com", "userId": "05bd48f1-91d2-4c2d-9a7c-80e80f561b3c", "appId": "9de6e985-97a5-4d82-9c45-aedaa9c25ef9", "appDisplayName": "AWS Single-Account Access", "ipAddress": "1.210.58.10", "status": {"errorCode": 0}, "clientAppUsed": "Browser", "deviceDetail": {"deviceId": "639815fd-5018-4e38-9d81-67538b2ce460", "displayName": "KEITHSHEPPARD-LT", "operatingSystem": "Windows", "trustType": "Azure AD registered"}, "location": {"city": "Cooperhaven", "state": "Norrisbury", "countryOrRegion": "XD", "geoCoordinates": {"latitude": 70.436398, "longitude": -23.873747}}, "correlationId": "ef62363f-c998-4730-82b6-fbc7718b1013", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "f91f4c5e-8cd9-4e49-a7f1-1ebd7be57f17", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 94, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "AWS Single-Account Access Service", "resourceId": "72f0186d-d327-46c9-a8ff-497e0caa8691", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 69487, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "3jt73RPGH069RA4s5lJ1MgJTCM9QAsW87HxsbOlxfszjQiiy", "incomingTokenType": "none", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": null, "rngcStatus": 0}}, {"time": "2022-08-08T10:20:21.936091Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "50158", "resultSignature": "None", "resultDescription": "External security challenge was not satisfied.", "durationMs": 0, "callerIpAddress": "105.169.153.183", "correlationId": "2ba9e893-5620-4f7d-8ec0-8ccbde859c6b", "identity": "Thomas Price", "Level": 4, "location": "XR", "properties": {"id": "8d2b057a-7641-4f9d-ad75-7b19b0e75d00", "createdDateTime": "2022-08-08T10:20:22.077091Z", "userDisplayName": "Thomas Price", "userPrincipalName": "tprice@domain.com", "userId": "32109ee2-ee4f-4d11-9c38-2556aec0f2b5", "appId": "9a7e67c7-6f05-42a3-b226-97c7ec3e9696", "appDisplayName": "Adobe Identity Management", "ipAddress": "105.169.153.183", "status": {"errorCode": 50158, "failureReason": "External security challenge was not satisfied."}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (X11; Linux i686) AppleWebKit/535.2 (KHTML, like Gecko) Chrome/22.0.843.0 Safari/535.2 Edge/118.12158", "deviceDetail": {"deviceId": "61720755-0e96-468f-9935-10dacdc868e4", "displayName": "THOMASPRICE-LT", "operatingSystem": "Windows 10", "browser": "Edge 118.12158", "trustType": "Hybrid Azure AD joined"}, "location": {"city": "Kevinton", "state": "Smithton", "countryOrRegion": "XR", "geoCoordinates": {"latitude": -87.5106305, "longitude": -77.991036}}, "correlationId": "3175effc-76f5-4ab8-8ec2-50a318369827", "conditionalAccessStatus": "failure", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "779f9a0e-b0a3-499c-b46d-f1921331342d", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "processingTimeInMilliseconds": 141, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Adobe Identity Management Service", "resourceId": "30663ca7-f8a9-43ab-8ca1-7906bdbc1485", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 256668, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "jDvZd01T3q303q1Cpcwks4EUckhUgJDRf90zNkdBlXdm9YDa", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "a6c259e5-7f16-48b2-a9f3-75becd6daa9b"}}, {"time": "2022-08-08T11:04:26.944248Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "57.9.228.50", "correlationId": "0cb379af-51ee-4afa-b4c7-a5e6197e5668", "identity": "Thomas Price", "Level": 4, "location": "XQ", "properties": {"id": "83171bf7-91eb-4e18-89eb-69645d685b00", "createdDateTime": "2022-08-08T11:04:27.091248Z", "userDisplayName": "Thomas Price", "userPrincipalName": "tprice@domain.com", "userId": "32109ee2-ee4f-4d11-9c38-2556aec0f2b5", "appId": "dbe6b779-13df-45f2-a6d7-1323485479f6", "appDisplayName": "Cisco Webex", "ipAddress": "57.9.228.50", "status": {"errorCode": 0}, "clientAppUsed": "Browser", "deviceDetail": {"deviceId": "", "operatingSystem": "Android", "browser": "Rich Client 4.38.0.0"}, "location": {"city": "Francoshire", "state": "Chanshire", "countryOrRegion": "XQ", "geoCoordinates": {"latitude": -6.227289, "longitude": -139.229536}}, "correlationId": "77bcc1fd-7a6c-4882-a3ac-d3a338c44f15", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "d79691ae-9c22-4100-8f63-0a0650dfc344", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "processingTimeInMilliseconds": 147, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Cisco Webex Service", "resourceId": "24578515-1951-4064-967d-0d2acaf0aa70", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 497360, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "SQNxHnI5pTLfM9p6RjnJPrMf68CmQT0xtaplvNMyohJesZj8", "incomingTokenType": "none", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "0e68752b-7dfa-400b-a6f5-1b54af90696a"}}, {"time": "2022-08-08T11:04:45.896651Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "156.206.181.119", "correlationId": "bac9f1f6-e8a9-4080-81bb-16733df167ba", "identity": "Cynthia Perry", "Level": 4, "location": "XY", "properties": {"id": "71326cde-8812-4486-b054-a01e6ed28900", "createdDateTime": "2022-08-08T11:04:46.008651Z", "userDisplayName": "Cynthia Perry", "userPrincipalName": "cperry@domain.com", "userId": "ac5fa380-9d5b-470e-beb2-5ba10aca48e6", "appId": "9de6e985-97a5-4d82-9c45-aedaa9c25ef9", "appDisplayName": "AWS Single-Account Access", "ipAddress": "156.206.181.119", "status": {"errorCode": 0}, "clientAppUsed": "Browser", "deviceDetail": {"deviceId": "", "operatingSystem": "Windows"}, "location": {"city": "Hannaville", "state": "Thomashaven", "countryOrRegion": "XY", "geoCoordinates": {"latitude": 1.1452695, "longitude": 128.249211}}, "correlationId": "5d03898a-70ac-4fef-b42c-30bd5c3c0d98", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "e8a87ec2-948a-41ea-9e5c-b226c48e2775", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 112, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "AWS Single-Account Access Service", "resourceId": "c65cf5f9-5537-4200-889e-381c4f60ca7d", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 279165, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "ox0yPgE22L91lQLWuAg99LVeHzHVQQUeAhZPaN0Y8ykWKuUM", "incomingTokenType": "none", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": null, "rngcStatus": 0}}, {"time": "2022-08-08T11:05:31.750243Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "86.154.193.190", "correlationId": "fb3a4b57-833a-4527-be45-6c2615240569", "identity": "Melissa Martin", "Level": 4, "location": "XR", "properties": {"id": "e6e31c7b-cba6-47bd-b6c9-eddef3076500", "createdDateTime": "2022-08-08T11:05:31.841243Z", "userDisplayName": "Melissa Martin", "userPrincipalName": "mmartin@domain.com", "userId": "632ccb55-03a7-40f4-9893-653527cae790", "appId": "9a7e67c7-6f05-42a3-b226-97c7ec3e9696", "appDisplayName": "Adobe Identity Management", "ipAddress": "86.154.193.190", "status": {"errorCode": 0}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (iPad; CPU iPad OS 9_3_6 like Mac OS X) AppleWebKit/536.1 (KHTML, like Gecko) CriOS/42.0.865.0 Mobile/77O124 Safari/536.1 Edge/99.14477", "deviceDetail": {"deviceId": "", "operatingSystem": "Windows 10", "browser": "Edge 99.14477"}, "location": {"city": "Port Denisetown", "state": "Smithton", "countryOrRegion": "XR", "geoCoordinates": {"latitude": 3.5518965, "longitude": 131.871582}}, "correlationId": "3d953ba0-7362-4aea-8362-9ffaba22726d", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "f33e45b1-00b3-4808-a46e-847f57f16467", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "processingTimeInMilliseconds": 91, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Adobe Identity Management Service", "resourceId": "1f1f8006-bcaf-48ed-96be-45ba0b1802c3", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 256668, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "HsJJuD9aUMwCZJn5lyaW6u0TzrhvEYgBswSD9XjxvjtYYsjl", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": null}}, {"time": "2022-08-08T11:14:42.161019Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "156.206.181.119", "correlationId": "ede4726f-c708-4c0b-8cc7-17f25a40edb3", "identity": "Cynthia Perry", "Level": 4, "location": "XY", "properties": {"id": "5259cb5f-38c9-4c6a-8382-7d4613af6800", "createdDateTime": "2022-08-08T11:14:42.273019Z", "userDisplayName": "Cynthia Perry", "userPrincipalName": "cperry@domain.com", "userId": "ac5fa380-9d5b-470e-beb2-5ba10aca48e6", "appId": "9de6e985-97a5-4d82-9c45-aedaa9c25ef9", "appDisplayName": "AWS Single-Account Access", "ipAddress": "156.206.181.119", "status": {"errorCode": 0}, "clientAppUsed": "Browser", "deviceDetail": {"deviceId": "", "operatingSystem": "Windows"}, "location": {"city": "Hannaville", "state": "Thomashaven", "countryOrRegion": "XY", "geoCoordinates": {"latitude": 1.1452695, "longitude": 128.249211}}, "correlationId": "ab423fe1-920a-4284-a9e5-cf94f34f2219", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "bb739638-ed9f-4a11-b180-0b95e4c876f2", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 112, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "AWS Single-Account Access Service", "resourceId": "72f0186d-d327-46c9-a8ff-497e0caa8691", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 279165, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "iVzo1wKcTdMJaGRB5mOqfgBeqvlXRMFCpWroXzZfjsWxFGTG", "incomingTokenType": "none", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": null, "rngcStatus": 0}}, {"time": "2022-08-08T11:51:48.543448Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "SignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "199.12.127.103", "correlationId": "ddf2aa5b-34c5-4ea4-934d-183b008d7609", "identity": "Jacob Meyers", "Level": 4, "location": "XG", "properties": {"id": "da07381e-cd4c-4b24-b359-ffd771e07f00", "createdDateTime": "2022-08-08T11:51:48.650448Z", "userDisplayName": "Jacob Meyers", "userPrincipalName": "jmeyers@domain.com", "userId": "c63a67b0-1651-4a8a-9560-cc703cdad5ad", "appId": "1b3edb90-1e06-46db-b021-e2fc1f7ddaf5", "appDisplayName": "Beatrust", "ipAddress": "199.12.127.103", "status": {"errorCode": 0}, "clientAppUsed": "Browser", "userAgent": "Mozilla/5.0 (Windows NT 5.1) AppleWebKit/534.1 (KHTML, like Gecko) Chrome/37.0.847.0 Safari/534.1", "deviceDetail": {"deviceId": "", "operatingSystem": "Windows 10", "browser": "Chrome 37.0.847.0"}, "location": {"city": "Port Nathan", "state": "Newmanville", "countryOrRegion": "XG", "geoCoordinates": {"latitude": 23.244641, "longitude": -113.392021}}, "correlationId": "3307859f-420c-4fcd-ae46-8a5436b1df37", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "c6756a81-4b14-453c-80b9-2d6758fd2e90", "isInteractive": true, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 107, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Beatrust Service", "resourceId": "24578515-1951-4064-967d-0d2acaf0aa70", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 282405, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "qBZ2tDCB5udH0aS4ExGLuwv0zIpPoCDgs0IUmPsTQoJXbPD0", "incomingTokenType": "none", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "0e68752b-7dfa-400b-a6f5-1b54af90696a", "rngcStatus": 0}}, {"time": "2022-08-08T12:02:00.653446Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "21.206.133.221", "correlationId": "2e9d061e-0305-40ac-ac74-74d1146b863b", "identity": "Angela Kerr", "Level": 4, "location": "XQ", "properties": {"id": "9490f5e6-f7c2-4ccf-bf79-005b822c6000", "createdDateTime": "2022-08-08T12:02:00.808446Z", "userDisplayName": "Angela Kerr", "userPrincipalName": "akerr@domain.com", "userId": "0db48846-20f7-44bc-bbdd-457a8ea9f7d8", "appId": "84f18b4b-ae12-484a-847f-f3e36093594a", "appDisplayName": "Slack", "ipAddress": "21.206.133.221", "status": {"errorCode": 0}, "clientAppUsed": "Browser", "deviceDetail": {"deviceId": "", "operatingSystem": "Windows"}, "location": {"city": "Brownton", "state": "Stephanieberg", "countryOrRegion": "XQ", "geoCoordinates": {"latitude": -37.755925, "longitude": -139.744832}}, "correlationId": "ec6c8a79-b41c-4d21-835b-2d8d87aee33f", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "84d6ef02-f3a7-4c22-bd1e-2b9959d99fe3", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "processingTimeInMilliseconds": 155, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Slack", "resourceId": "9a84f55e-3a40-492c-9476-e069f64ed7a6", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 12916, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "TPeCZ7gNsDvphidJ3H6ShmHiqM4uLccQ3FYd5RdWL7SX4ISC", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "37ee873b-f901-4e25-be69-010243106d0f"}}, {"time": "2022-08-08T12:07:08.615993Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "13.113.40.157", "correlationId": "c0db6ddd-7cee-4008-a32f-18057332933a", "identity": "Attack Target", "Level": 4, "location": "XR", "properties": {"id": "ed1cc7f2-5495-4045-9a89-642169e56b00", "createdDateTime": "2022-08-08T12:07:08.899993Z", "userDisplayName": "Attack Target", "userPrincipalName": "attacktarget@domain.com", "userId": "d735e84b-dcca-404d-9f7d-700f360f41a6", "appId": "9c5b7fe3-0ad2-4ea6-94e5-9e0001f367e3", "appDisplayName": "Articulate 360", "ipAddress": "13.113.40.157", "status": {"errorCode": 0}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (iPad; CPU iPad OS 9_3_6 like Mac OS X) AppleWebKit/536.1 (KHTML, like Gecko) CriOS/42.0.865.0 Mobile/77O124 Safari/536.1 Edge/99.14477", "deviceDetail": {"deviceId": "a44625dc-6f81-449a-9799-8005f7209b42", "displayName": "ATTACKTARGET-LT", "operatingSystem": "Windows 10", "browser": "Edge 99.14477", "trustType": "Azure AD registered"}, "location": {"city": "Smithfort", "state": "Smithfort", "countryOrRegion": "XR", "geoCoordinates": {"latitude": 3.7564095, "longitude": -121.574606}}, "correlationId": "7ae80d91-6ed9-46e2-8c1e-fbacbdecb1df", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "a705aed9-67ff-450d-97c4-8a8722764fa9", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 284, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Articulate 360 Online", "resourceId": "436260d5-3791-4aea-a4da-aa698ec35f2f", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 34974, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "yss8cNfWzzhYIUprXvdKfKOsSwEYSPgphaaEedMRJR6P5KMW", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "94b9f3ba-5f4b-4edc-99dc-a420b76960f9", "rngcStatus": 0}}, {"time": "2022-08-08T12:12:19.220836Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "156.206.181.119", "correlationId": "864cc87a-6ecf-4a58-aee0-4428005cf6b5", "identity": "Cynthia Perry", "Level": 4, "location": "XY", "properties": {"id": "29a68730-c074-44bc-9ec3-76c955809400", "createdDateTime": "2022-08-08T12:12:19.294836Z", "userDisplayName": "Cynthia Perry", "userPrincipalName": "cperry@domain.com", "userId": "ac5fa380-9d5b-470e-beb2-5ba10aca48e6", "appId": "9de6e985-97a5-4d82-9c45-aedaa9c25ef9", "appDisplayName": "AWS Single-Account Access", "ipAddress": "156.206.181.119", "status": {"errorCode": 0}, "clientAppUsed": "Browser", "deviceDetail": {"deviceId": "", "operatingSystem": "Windows"}, "location": {"city": "Hannaville", "state": "Thomashaven", "countryOrRegion": "XY", "geoCoordinates": {"latitude": 1.1452695, "longitude": 128.249211}}, "correlationId": "0aa6d898-90c1-472e-a79b-017b6888d4b5", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "26341928-5a03-442c-8f0a-ded900dec3e0", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 74, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "AWS Single-Account Access Service", "resourceId": "72f0186d-d327-46c9-a8ff-497e0caa8691", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 279165, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "1wKHKWo7UZnY4Z4MYdMFtUnNW6UY1q5BlqO24xnhqjteNBu4", "incomingTokenType": "none", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": null, "rngcStatus": 0}}, {"time": "2022-08-08T12:19:58.836773Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "SignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "199.12.127.103", "correlationId": "f80f1c9c-877a-45cf-b1bd-ea581f22fbae", "identity": "Jacob Meyers", "Level": 4, "location": "XG", "properties": {"id": "a7040866-7462-4670-869d-e48269496f00", "createdDateTime": "2022-08-08T12:19:58.922773Z", "userDisplayName": "Jacob Meyers", "userPrincipalName": "jmeyers@domain.com", "userId": "c63a67b0-1651-4a8a-9560-cc703cdad5ad", "appId": "1b3edb90-1e06-46db-b021-e2fc1f7ddaf5", "appDisplayName": "Beatrust", "ipAddress": "199.12.127.103", "status": {"errorCode": 0}, "clientAppUsed": "Browser", "userAgent": "Mozilla/5.0 (Windows NT 5.1) AppleWebKit/534.1 (KHTML, like Gecko) Chrome/37.0.847.0 Safari/534.1", "deviceDetail": {"deviceId": "", "operatingSystem": "Windows 10", "browser": "Chrome 37.0.847.0"}, "location": {"city": "Port Nathan", "state": "Newmanville", "countryOrRegion": "XG", "geoCoordinates": {"latitude": 23.244641, "longitude": -113.392021}}, "correlationId": "35c57e66-f54c-474b-8765-b6a6ec6d6be3", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "2fa7121e-1013-46b2-9dc4-698e72ef2d23", "isInteractive": true, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 86, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Beatrust Service", "resourceId": "24578515-1951-4064-967d-0d2acaf0aa70", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 282405, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "DX7BFB5hEUB6JsZTM1VOSz6UGrp4FBbI4vbbbQGE3yr6gyWq", "incomingTokenType": "none", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "0e68752b-7dfa-400b-a6f5-1b54af90696a", "rngcStatus": 0}}, {"time": "2022-08-08T12:47:42.438007Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "50158", "resultSignature": "None", "resultDescription": "External security challenge was not satisfied.", "durationMs": 0, "callerIpAddress": "44.22.19.201", "correlationId": "b495780d-ba7c-4c89-aff6-9cc28ceb0ecd", "identity": "Thomas Price", "Level": 4, "location": "XN", "properties": {"id": "aae6799f-ea3c-499a-892d-2f1a25a85600", "createdDateTime": "2022-08-08T12:47:42.570007Z", "userDisplayName": "Thomas Price", "userPrincipalName": "tprice@domain.com", "userId": "32109ee2-ee4f-4d11-9c38-2556aec0f2b5", "appId": "79510a8f-6421-4348-a2ea-bcc2b02485c1", "appDisplayName": "Cisco AnyConnect", "ipAddress": "44.22.19.201", "status": {"errorCode": 50158, "failureReason": "External security challenge was not satisfied."}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (X11; Linux i686) AppleWebKit/535.2 (KHTML, like Gecko) Chrome/22.0.843.0 Safari/535.2 Edge/118.12158", "deviceDetail": {"deviceId": "0927e60c-8dfa-4ecf-be85-ad63bccf40a1", "displayName": "THOMASPRICE-LT", "operatingSystem": "Windows 10", "browser": "Edge 118.12158", "trustType": "Hybrid Azure AD joined"}, "location": {"city": "Littlemouth", "state": "Alexanderfurt", "countryOrRegion": "XN", "geoCoordinates": {"latitude": 25.4437255, "longitude": -109.530885}}, "correlationId": "e842cad5-dadd-401c-88e5-8a6b10f0b92c", "conditionalAccessStatus": "failure", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "820c8cc8-dc93-4693-9883-240a9eceabb9", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "processingTimeInMilliseconds": 132, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Cisco AnyConnect Online", "resourceId": "5d5b8d28-6a28-472e-b837-a4094e466965", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 230297, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "bHRLzvte2ddEpBu1LmBcr9z7wDxt0WcftjWUdslmzIPMzZaN", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "15655e1f-5005-4c53-b3c0-c4a1d1ca5e9e"}}, {"time": "2022-08-08T12:51:37.390394Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "92.110.109.246", "correlationId": "f8c368fd-551d-4378-b47d-3785dd22e9f9", "identity": "David Johnson", "Level": 4, "location": "XR", "properties": {"id": "38b051b1-09e2-4d5c-9ca4-9786b05b7100", "createdDateTime": "2022-08-08T12:51:37.604394Z", "userDisplayName": "David Johnson", "userPrincipalName": "djohnson@domain.com", "userId": "ff2ae3d2-8cd2-4bd6-b65d-49c5ad946c7f", "appId": "9003b8ba-730c-412d-8972-267700304e01", "appDisplayName": "Box", "ipAddress": "92.110.109.246", "status": {"errorCode": 0}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (Windows NT 4.0) AppleWebKit/531.1 (KHTML, like Gecko) Chrome/20.0.823.0 Safari/531.1 Edge/87.11424", "deviceDetail": {"deviceId": "8fb0ff79-f116-4f20-8ca8-36b3f8d68865", "displayName": "DAVIDJOHNSON-LT", "operatingSystem": "Windows 10", "browser": "Edge 87.11424", "trustType": "Azure AD registered"}, "location": {"city": "Port Denisetown", "state": "Smithton", "countryOrRegion": "XR", "geoCoordinates": {"latitude": 3.5518965, "longitude": 131.871582}}, "correlationId": "8d9de311-00a0-47cd-88a6-23bd78fa82f5", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "3b13077a-9e7a-43e3-8b6b-09e28b9fd657", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 214, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Box Online", "resourceId": "d2c09315-f769-4fc6-9be8-f57cf8efa9cc", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 230297, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "lKbvHj7fXRGZSqB3Gjoyt5M0aIyVGDNrqW4T3G4Dgnl3re9T", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": null, "rngcStatus": 0}}, {"time": "2022-08-08T13:28:08.901794Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "199.12.127.103", "correlationId": "5d103c58-d412-4def-b258-167aaec2808e", "identity": "Jacob Meyers", "Level": 4, "location": "XG", "properties": {"id": "da07381e-cd4c-4b24-b359-ffd756c87300", "createdDateTime": "2022-08-08T13:28:09.017794Z", "userDisplayName": "Jacob Meyers", "userPrincipalName": "jmeyers@domain.com", "userId": "c63a67b0-1651-4a8a-9560-cc703cdad5ad", "appId": "9c5b7fe3-0ad2-4ea6-94e5-9e0001f367e3", "appDisplayName": "Articulate 360", "ipAddress": "199.12.127.103", "status": {"errorCode": 0}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (iPad; CPU iPad OS 9_3_6 like Mac OS X) AppleWebKit/536.1 (KHTML, like Gecko) CriOS/42.0.865.0 Mobile/77O124 Safari/536.1 Edge/99.14477", "deviceDetail": {"deviceId": "68cb982e-f215-496c-89bb-cc07716ff474", "displayName": "JACOBMEYERS-LT", "operatingSystem": "Windows 10", "browser": "Edge 99.14477", "trustType": "Azure AD registered"}, "location": {"city": "Port Nathan", "state": "Newmanville", "countryOrRegion": "XG", "geoCoordinates": {"latitude": 23.244641, "longitude": -113.392021}}, "correlationId": "86c8d8ac-d4e9-4dc8-bcd6-eadbce70770c", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "f1702648-1c4a-4e57-9dd0-e6ce5b1fee9d", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 116, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Articulate 360 Online", "resourceId": "436260d5-3791-4aea-a4da-aa698ec35f2f", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 282405, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "b6PjV8HcKlhI8kIA8YR9FqvAavzrxviaeHsOtCy0LgivacKw", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "94b9f3ba-5f4b-4edc-99dc-a420b76960f9", "rngcStatus": 0}}, {"time": "2022-08-08T13:32:31.640803Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "86.154.193.190", "correlationId": "a6398fe9-92d3-4e9f-afca-0b520682c68c", "identity": "Kristen Howell", "Level": 4, "location": "XR", "properties": {"id": "10851c42-cb04-4202-b7bb-75c77fd4a300", "createdDateTime": "2022-08-08T13:32:31.755803Z", "userDisplayName": "Kristen Howell", "userPrincipalName": "khowell@domain.com", "userId": "20e1e3f9-665f-45bd-9984-5e74b526d3b5", "appId": "9c5b7fe3-0ad2-4ea6-94e5-9e0001f367e3", "appDisplayName": "Articulate 360", "ipAddress": "86.154.193.190", "status": {"errorCode": 0, "additionalDetails": "MFA requirement satisfied by claim in the token"}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (X11; Linux i686) AppleWebKit/533.0 (KHTML, like Gecko) Chrome/24.0.803.0 Safari/533.0 Edge/40.11325", "deviceDetail": {"deviceId": "6ea76864-5f18-47dd-adb9-2b1dfcbfc425", "displayName": "KRISTENHOWELL-LT", "operatingSystem": "Windows 10", "browser": "Edge 40.11325", "isCompliant": true, "isManaged": true, "trustType": "Azure AD joined"}, "location": {"city": "Port Denisetown", "state": "Smithton", "countryOrRegion": "XR", "geoCoordinates": {"latitude": 3.5518965, "longitude": 131.871582}}, "mfaDetail": {}, "correlationId": "bd59d183-3f33-4825-bcc9-90e1e7b83b94", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "4abc9d3b-2aff-4b71-a947-290b69f8511e", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 115, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Articulate 360 Online", "resourceId": "5e244d4f-26b9-4ef2-a497-f0c533628ee1", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 256668, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "uwu7MdfnvyTlkgiteuEl3YOHMnt0uB4MrTt16qMdFbSCHvUp", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "36673087-318c-4304-8804-602d45a6f290", "rngcStatus": 0}}, {"time": "2022-08-08T13:37:16.676628Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "13.113.40.157", "correlationId": "7aaf8841-6f77-4866-96ce-ad753ce4bd71", "identity": "Attack Target", "Level": 4, "location": "XR", "properties": {"id": "61aaa40e-2fb7-4775-bea6-cf4947569e00", "createdDateTime": "2022-08-08T13:37:16.787628Z", "userDisplayName": "Attack Target", "userPrincipalName": "attacktarget@domain.com", "userId": "d735e84b-dcca-404d-9f7d-700f360f41a6", "appId": "9a7e67c7-6f05-42a3-b226-97c7ec3e9696", "appDisplayName": "Adobe Identity Management", "ipAddress": "13.113.40.157", "ipAddressFromResourceProvider": "11.5.130.220", "status": {"errorCode": 0}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (iPad; CPU iPad OS 9_3_6 like Mac OS X) AppleWebKit/536.1 (KHTML, like Gecko) CriOS/42.0.865.0 Mobile/77O124 Safari/536.1 Edge/99.14477", "deviceDetail": {"deviceId": "a44625dc-6f81-449a-9799-8005f7209b42", "displayName": "ATTACKTARGET-LT", "operatingSystem": "Windows 10", "browser": "Edge 99.14477", "trustType": "Azure AD registered"}, "location": {"city": "Smithfort", "state": "Smithfort", "countryOrRegion": "XR", "geoCoordinates": {"latitude": 3.7564095, "longitude": -121.574606}}, "correlationId": "ccecf736-2727-47fd-868b-8fb70e038e9f", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "e1b6ee72-07cc-4bd7-9a73-a364ced4bf3a", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 111, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Adobe Identity Management Service", "resourceId": "9a84f55e-3a40-492c-9476-e069f64ed7a6", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 34974, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "8X4FYLZyqjYUpnKQ6RCoBXUYTHVWZDbncJz6cKBVq6Bgla56", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "37ee873b-f901-4e25-be69-010243106d0f", "rngcStatus": 0}}, {"time": "2022-08-08T13:41:00.751467Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "86.154.193.190", "correlationId": "9fa4d00f-2f05-463d-a718-4f317bee8fb2", "identity": "Jamie Watson", "Level": 4, "location": "XR", "properties": {"id": "5d857cb0-2921-4775-a7e5-e499bad79200", "createdDateTime": "2022-08-08T13:41:00.827467Z", "userDisplayName": "Jamie Watson", "userPrincipalName": "jwatson@domain.com", "userId": "2844695b-9a70-48ed-a5ce-f3d711e2292b", "appId": "9a7e67c7-6f05-42a3-b226-97c7ec3e9696", "appDisplayName": "Adobe Identity Management", "ipAddress": "86.154.193.190", "status": {"errorCode": 0}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (X11; Linux i686) AppleWebKit/533.0 (KHTML, like Gecko) Chrome/24.0.803.0 Safari/533.0 Edge/40.11325", "deviceDetail": {"deviceId": "fc784602-6455-4450-be3c-6770e0359f8a", "displayName": "JAMIEWATSON-LT", "operatingSystem": "Windows 10", "browser": "Edge 40.11325", "isCompliant": true, "isManaged": true, "trustType": "Azure AD joined"}, "location": {"city": "Port Denisetown", "state": "Smithton", "countryOrRegion": "XR", "geoCoordinates": {"latitude": 3.5518965, "longitude": 131.871582}}, "correlationId": "161b5892-12b2-40ad-a2fb-9dc64e2d8dc9", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "59e7d5b0-06ff-4454-9e09-6dedcb3e8516", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 76, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Adobe Identity Management Service", "resourceId": "1f1f8006-bcaf-48ed-96be-45ba0b1802c3", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 256668, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "rNRAnPGOoA4VDxdkNRozUYjp9DDy3h6F1AZwddnPRw2utlAb", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": null, "rngcStatus": 0}}, {"time": "2022-08-08T13:42:12.488228Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "192.109.198.118", "correlationId": "102d361f-ee2e-41be-86e9-43d6f855ef09", "identity": "Joseph Taylor", "Level": 4, "location": "XF", "properties": {"id": "b80ef64e-d513-4ed3-8c9a-22cde9e56b00", "createdDateTime": "2022-08-08T13:42:12.614228Z", "userDisplayName": "Joseph Taylor", "userPrincipalName": "jtaylor@domain.com", "userId": "af9847eb-c773-41ae-bf94-42747c5e986c", "appId": "9003b8ba-730c-412d-8972-267700304e01", "appDisplayName": "Box", "ipAddress": "192.109.198.118", "status": {"errorCode": 0, "additionalDetails": "MFA requirement satisfied by claim in the token"}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (iPad; CPU iPad OS 9_3_6 like Mac OS X) AppleWebKit/536.1 (KHTML, like Gecko) CriOS/42.0.865.0 Mobile/77O124 Safari/536.1 Edge/99.14477", "deviceDetail": {"deviceId": "76b96bd3-e5d7-49ee-b195-bf363facdb3d", "displayName": "JOSEPHTAYLOR-LT", "operatingSystem": "Windows 10", "browser": "Edge 99.14477", "isCompliant": true, "isManaged": true, "trustType": "Azure AD joined"}, "location": {"city": "Lake Wendyberg", "state": "Smithbury", "countryOrRegion": "XF", "geoCoordinates": {"latitude": -19.553711, "longitude": -136.787477}}, "mfaDetail": {}, "correlationId": "b34e580b-277a-41ad-bdd6-5b11e9356d6c", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "1accb1aa-3367-4c2c-b3fc-31efdaa002c8", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 126, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Box Online", "resourceId": "8a137ba4-52ae-4dbf-94af-2e56851573c4", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 393508, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "w4iyxcj2ksoWb0Epg3hSXxqcpKL3QQ661G3kgocSfcGzOMyb", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": null, "rngcStatus": 0}}, {"time": "2022-08-08T13:47:23.570392Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "700082", "resultSignature": "None", "resultDescription": "Other", "durationMs": 0, "callerIpAddress": "54.119.29.60", "correlationId": "d88ff127-5373-40c4-a791-8882c12ae34c", "identity": "Thomas Price", "Level": 4, "location": "XR", "properties": {"id": "baab1233-76d0-4f3f-8bc6-ec80d6939100", "createdDateTime": "2022-08-08T13:47:23.636392Z", "userDisplayName": "Thomas Price", "userPrincipalName": "tprice@domain.com", "userId": "32109ee2-ee4f-4d11-9c38-2556aec0f2b5", "appId": "9a7e67c7-6f05-42a3-b226-97c7ec3e9696", "appDisplayName": "Adobe Identity Management", "ipAddress": "54.119.29.60", "status": {"errorCode": 700082, "failureReason": "Other"}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (X11; Linux i686) AppleWebKit/535.2 (KHTML, like Gecko) Chrome/22.0.843.0 Safari/535.2 Edge/118.12158", "deviceDetail": {"deviceId": "852272bd-2ab1-474f-a99e-4922ea7031d3", "displayName": "THOMASPRICE-LT", "operatingSystem": "Windows 10", "browser": "Edge 118.12158", "trustType": "Hybrid Azure AD joined"}, "location": {"city": "Port Kimberlytown", "state": "Curtisport", "countryOrRegion": "XR", "geoCoordinates": {"latitude": 26.3152295, "longitude": 147.770404}}, "correlationId": "53fe8c12-2f1a-462d-8e82-b43cfa13bb04", "conditionalAccessStatus": "notApplied", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "1988cc0b-7a25-4d4b-8710-28bb2360b297", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 66, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Adobe Identity Management Service", "resourceId": "30663ca7-f8a9-43ab-8ca1-7906bdbc1485", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 359213, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "wFQzbjYPBYJOJXQ9SB7gCdxeYsO54zll9odEMSaTiQYDXG0A", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "a6c259e5-7f16-48b2-a9f3-75becd6daa9b", "rngcStatus": 0}}, {"time": "2022-08-08T13:49:48.649974Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "92.110.109.246", "correlationId": "b1dc1649-6896-46d1-8126-2923158ac46f", "identity": "David Johnson", "Level": 4, "location": "XR", "properties": {"id": "c4e18eba-fde1-4935-9777-9ad59d016b00", "createdDateTime": "2022-08-08T13:49:48.825974Z", "userDisplayName": "David Johnson", "userPrincipalName": "djohnson@domain.com", "userId": "ff2ae3d2-8cd2-4bd6-b65d-49c5ad946c7f", "appId": "7b74bf77-058a-4c0d-9d9d-5523c3bc80ed", "appDisplayName": "GitHub Enterprise Cloud - Organization", "ipAddress": "92.110.109.246", "status": {"errorCode": 0}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (iPad; CPU iPad OS 9_3_6 like Mac OS X) AppleWebKit/536.1 (KHTML, like Gecko) CriOS/42.0.865.0 Mobile/77O124 Safari/536.1 Edge/99.14477", "deviceDetail": {"deviceId": "717ebe00-a5eb-412e-97b6-7b8ab7cfbc02", "displayName": "DAVIDJOHNSON-LT", "operatingSystem": "Windows 10", "browser": "Edge 99.14477", "trustType": "Azure AD registered"}, "location": {"city": "Port Denisetown", "state": "Smithton", "countryOrRegion": "XR", "geoCoordinates": {"latitude": 3.5518965, "longitude": 131.871582}}, "correlationId": "2fa62357-4c47-4b93-9b9b-635421849998", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "f2028a30-d7c8-4259-b8ff-cf28990ddaff", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 176, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "GitHub Enterprise Cloud - Organization Online", "resourceId": "51e679b4-5774-4b5f-9636-df5ea66b9380", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 230297, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "v8MJVnHFcVqSKI9bsGyxcAoeyj3pVerE4VBAZO5Zeit382t0", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "6e8f419c-7f10-40b1-a52a-e4fb253c74c2", "rngcStatus": 0}}, {"time": "2022-08-08T14:05:11.667846Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "86.154.193.190", "correlationId": "b1f4959e-80c4-428a-bd2f-cf4bf6662693", "identity": "Jamie Watson", "Level": 4, "location": "XR", "properties": {"id": "987debf8-7865-4cdd-bac4-4800ca1b6d00", "createdDateTime": "2022-08-08T14:05:11.761846Z", "userDisplayName": "Jamie Watson", "userPrincipalName": "jwatson@domain.com", "userId": "2844695b-9a70-48ed-a5ce-f3d711e2292b", "appId": "413f12c2-a9cb-4ca6-a080-d4308249cbe1", "appDisplayName": "Air", "ipAddress": "86.154.193.190", "status": {"errorCode": 0}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (X11; Linux i686) AppleWebKit/533.0 (KHTML, like Gecko) Chrome/24.0.803.0 Safari/533.0 Edge/40.11325", "deviceDetail": {"deviceId": "fc784602-6455-4450-be3c-6770e0359f8a", "displayName": "JAMIEWATSON-LT", "operatingSystem": "Windows 10", "browser": "Edge 40.11325", "isCompliant": true, "isManaged": true, "trustType": "Azure AD joined"}, "location": {"city": "Port Denisetown", "state": "Smithton", "countryOrRegion": "XR", "geoCoordinates": {"latitude": 3.5518965, "longitude": 131.871582}}, "correlationId": "2ed4cb4c-a07c-4739-b209-32eb7294252a", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "d8bcaa0d-3818-4db2-9eb8-a023e2351e8d", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 94, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Air Online", "resourceId": "76f4ef5e-0b9a-478c-89cd-2dcd57ca60c3", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 256668, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "BTdULigIJaigULYMgOseHNDfXfQrtBjTjsikER3Hzvk9D3m6", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": null, "rngcStatus": 0}}, {"time": "2022-08-08T14:57:22.015126Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "86.154.193.190", "correlationId": "eede3e0b-1201-43cb-8759-fc033f39eae9", "identity": "Kristen Howell", "Level": 4, "location": "XR", "properties": {"id": "cc41f85f-18f2-4339-b560-185659056800", "createdDateTime": "2022-08-08T14:57:22.122126Z", "userDisplayName": "Kristen Howell", "userPrincipalName": "khowell@domain.com", "userId": "20e1e3f9-665f-45bd-9984-5e74b526d3b5", "appId": "18bf60fa-77dd-4aad-891d-af82ca87dd06", "appDisplayName": "FortiGate SSL VPN", "ipAddress": "86.154.193.190", "status": {"errorCode": 0, "additionalDetails": "MFA requirement satisfied by claim in the token"}, "clientAppUsed": "Browser", "deviceDetail": {"deviceId": "6ea76864-5f18-47dd-adb9-2b1dfcbfc425", "displayName": "KRISTENHOWELL-LT", "operatingSystem": "Windows", "browser": "Rich Client 4.22.0.0", "isCompliant": true, "isManaged": true, "trustType": "Azure AD joined"}, "location": {"city": "Port Denisetown", "state": "Smithton", "countryOrRegion": "XR", "geoCoordinates": {"latitude": 3.5518965, "longitude": 131.871582}}, "mfaDetail": {}, "correlationId": "69e7c2b3-c0cf-4353-ae91-b3de0651089d", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "d6909248-39ef-4ab5-8bdc-b03681a3d53d", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 107, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "FortiGate SSL VPN Service", "resourceId": "a1edee32-85c4-4a57-afcb-5853873a47e7", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 256668, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "NzyiN3JQ3H7kCoWVoLWxhloVFfHRZIa2iTNiUBzpx3f9zOFu", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "0898af19-dfef-4b51-a918-f534c473013d", "rngcStatus": 0}}, {"time": "2022-08-08T15:09:32.434722Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "SignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "99.116.100.205", "correlationId": "8dc7e62e-3240-410b-b6ef-f40d97a614aa", "identity": "Aaron Cole", "Level": 4, "location": "XD", "properties": {"id": "86ec8f81-b065-45d1-84e2-abcf8df18900", "createdDateTime": "2022-08-08T15:09:32.501722Z", "userDisplayName": "Aaron Cole", "userPrincipalName": "acole@domain.com", "userId": "5d557969-1645-4ba4-be83-b6fd943659f7", "appId": "b6eb5487-41e5-4254-acc5-72fbd850bd1e", "appDisplayName": "Google Cloud / G Suite Connector by Microsoft", "ipAddress": "99.116.100.205", "status": {"errorCode": 0}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (iPad; CPU iPad OS 14_2 like Mac OS X) AppleWebKit/535.2 (KHTML, like Gecko) CriOS/33.0.816.0 Mobile/88O531 Safari/535.2 Edge/117.19612", "deviceDetail": {"deviceId": "", "operatingSystem": "Windows 10", "browser": "Edge 117.19612"}, "location": {"city": "Carrollstad", "state": "Norrisbury", "countryOrRegion": "XD", "geoCoordinates": {"latitude": -38.8540465, "longitude": -17.674718}}, "correlationId": "aed66d65-98bd-472d-ade4-33bb455b1371", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "1c42c9a8-1059-4243-9868-e7ed4f9c0e3b", "isInteractive": true, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 67, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Google Cloud / G Suite Connector by Microsoft Service", "resourceId": "ecbdb25d-8af8-4fc2-88e9-c990f2aca3eb", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "alternateSignInName": "acole1@domain.com", "signInIdentifier": "acole1@domain.com", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 214655, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "e811Owu370AalIIVWwPlhIklGIl9tHlmJU5ijoixEDO166M2", "incomingTokenType": "none", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "592bb571-3a2e-4a77-8560-63f6276de0da", "rngcStatus": 0}}, {"time": "2022-08-08T15:13:37.721309Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "50158", "resultSignature": "None", "resultDescription": "External security challenge was not satisfied.", "durationMs": 0, "callerIpAddress": "105.169.153.183", "correlationId": "42a0b29a-a955-4705-8306-a4c75fc502cc", "identity": "Thomas Price", "Level": 4, "location": "XR", "properties": {"id": "a9fde73b-f4bf-4f4e-9e50-dc754ff64c00", "createdDateTime": "2022-08-08T15:13:37.859309Z", "userDisplayName": "Thomas Price", "userPrincipalName": "tprice@domain.com", "userId": "32109ee2-ee4f-4d11-9c38-2556aec0f2b5", "appId": "9a7e67c7-6f05-42a3-b226-97c7ec3e9696", "appDisplayName": "Adobe Identity Management", "ipAddress": "105.169.153.183", "status": {"errorCode": 50158, "failureReason": "External security challenge was not satisfied."}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (X11; Linux i686) AppleWebKit/535.2 (KHTML, like Gecko) Chrome/22.0.843.0 Safari/535.2 Edge/118.12158", "deviceDetail": {"deviceId": "2b85c59f-331a-4b61-9a44-9d3d6df62a06", "displayName": "THOMASPRICE-LT", "operatingSystem": "Windows 10", "browser": "Edge 118.12158", "trustType": "Hybrid Azure AD joined"}, "location": {"city": "Kevinton", "state": "Smithton", "countryOrRegion": "XR", "geoCoordinates": {"latitude": -87.5106305, "longitude": -77.991036}}, "correlationId": "7c87fd3f-f40d-47c7-bc8e-b8a537fed2df", "conditionalAccessStatus": "failure", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "441d085f-1b9b-496c-8e14-341a7f934a24", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "processingTimeInMilliseconds": 138, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Adobe Identity Management Service", "resourceId": "30663ca7-f8a9-43ab-8ca1-7906bdbc1485", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 256668, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "q56V1H8a06LpH5Jl5iPyAkeE3qJORbnMdZQm0Ha9KgLCWBSW", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "a6c259e5-7f16-48b2-a9f3-75becd6daa9b"}}, {"time": "2022-08-08T15:21:32.018140Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "50158", "resultSignature": "None", "resultDescription": "External security challenge was not satisfied.", "durationMs": 0, "callerIpAddress": "105.169.153.183", "correlationId": "17a69131-1139-4107-8c6d-cfaa5b1d6ab4", "identity": "Thomas Price", "Level": 4, "location": "XR", "properties": {"id": "0601d2d4-487c-4cb2-ba5c-b8d97ea05600", "createdDateTime": "2022-08-08T15:21:32.157140Z", "userDisplayName": "Thomas Price", "userPrincipalName": "tprice@domain.com", "userId": "32109ee2-ee4f-4d11-9c38-2556aec0f2b5", "appId": "79510a8f-6421-4348-a2ea-bcc2b02485c1", "appDisplayName": "Cisco AnyConnect", "ipAddress": "105.169.153.183", "status": {"errorCode": 50158, "failureReason": "External security challenge was not satisfied."}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (X11; Linux i686) AppleWebKit/535.2 (KHTML, like Gecko) Chrome/22.0.843.0 Safari/535.2 Edge/118.12158", "deviceDetail": {"deviceId": "61720755-0e96-468f-9935-10dacdc868e4", "displayName": "THOMASPRICE-LT", "operatingSystem": "Windows 10", "browser": "Edge 118.12158", "trustType": "Hybrid Azure AD joined"}, "location": {"city": "Kevinton", "state": "Smithton", "countryOrRegion": "XR", "geoCoordinates": {"latitude": -87.5106305, "longitude": -77.991036}}, "correlationId": "7bf6fbb4-bcd5-4bc7-bd4b-33d23e173f5b", "conditionalAccessStatus": "failure", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "3c99ea16-329a-4552-bdc2-4040b10d3488", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "processingTimeInMilliseconds": 139, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Cisco AnyConnect Online", "resourceId": "5d5b8d28-6a28-472e-b837-a4094e466965", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 256668, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "5G0JaMijiPHNpoEv9RbqbhvyrwCE8alsICCRYCKbN0l00KBD", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "15655e1f-5005-4c53-b3c0-c4a1d1ca5e9e"}}, {"time": "2022-08-08T15:39:33.630463Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "50158", "resultSignature": "None", "resultDescription": "External security challenge was not satisfied.", "durationMs": 0, "callerIpAddress": "92.110.109.246", "correlationId": "1043a69c-e49c-4521-bfd9-75af8bacf6ec", "identity": "Thomas Price", "Level": 4, "location": "XR", "properties": {"id": "09f5a465-b9bd-4377-a98a-f7dd18a63900", "createdDateTime": "2022-08-08T15:39:33.767463Z", "userDisplayName": "Thomas Price", "userPrincipalName": "tprice@domain.com", "userId": "32109ee2-ee4f-4d11-9c38-2556aec0f2b5", "appId": "9a7e67c7-6f05-42a3-b226-97c7ec3e9696", "appDisplayName": "Adobe Identity Management", "ipAddress": "92.110.109.246", "status": {"errorCode": 50158, "failureReason": "External security challenge was not satisfied."}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (X11; Linux i686) AppleWebKit/535.2 (KHTML, like Gecko) Chrome/22.0.843.0 Safari/535.2 Edge/118.12158", "deviceDetail": {"deviceId": "fb4d911d-6441-411b-868f-d25d5586a326", "displayName": "THOMASPRICE-LT", "operatingSystem": "Windows 10", "browser": "Edge 118.12158", "trustType": "Hybrid Azure AD joined"}, "location": {"city": "Port Denisetown", "state": "Smithton", "countryOrRegion": "XR", "geoCoordinates": {"latitude": 3.5518965, "longitude": 131.871582}}, "correlationId": "722a7591-7108-4575-b431-ca034d9115c4", "conditionalAccessStatus": "failure", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "f0758e18-b767-4af0-8ab5-f73275f2cb79", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "processingTimeInMilliseconds": 137, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Adobe Identity Management Service", "resourceId": "30663ca7-f8a9-43ab-8ca1-7906bdbc1485", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 230297, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "Jv8H4uBhMMdhH1VvlLvH93CIunVlFfUv1bSoweNrxIcTUWWx", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "a6c259e5-7f16-48b2-a9f3-75becd6daa9b"}}, {"time": "2022-08-08T15:51:46.807904Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "50158", "resultSignature": "None", "resultDescription": "External security challenge was not satisfied.", "durationMs": 0, "callerIpAddress": "92.110.109.246", "correlationId": "33ee40c9-77eb-43ae-bcd3-3536a37f1f00", "identity": "Thomas Price", "Level": 4, "location": "XR", "properties": {"id": "26dddd2e-8202-4375-92ca-d99121998a00", "createdDateTime": "2022-08-08T15:51:46.915904Z", "userDisplayName": "Thomas Price", "userPrincipalName": "tprice@domain.com", "userId": "32109ee2-ee4f-4d11-9c38-2556aec0f2b5", "appId": "79510a8f-6421-4348-a2ea-bcc2b02485c1", "appDisplayName": "Cisco AnyConnect", "ipAddress": "92.110.109.246", "status": {"errorCode": 50158, "failureReason": "External security challenge was not satisfied."}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (X11; Linux i686) AppleWebKit/535.2 (KHTML, like Gecko) Chrome/22.0.843.0 Safari/535.2 Edge/118.12158", "deviceDetail": {"deviceId": "a31478d2-f778-4d5a-b081-22579a9edcbe", "displayName": "THOMASPRICE-LT", "operatingSystem": "Windows 10", "browser": "Edge 118.12158", "trustType": "Hybrid Azure AD joined"}, "location": {"city": "Port Denisetown", "state": "Smithton", "countryOrRegion": "XR", "geoCoordinates": {"latitude": 3.5518965, "longitude": 131.871582}}, "correlationId": "c5815c3f-94d1-49c7-a612-022d5a870a33", "conditionalAccessStatus": "failure", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "a237db97-71db-4ab0-a64b-7e9b306f5202", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 108, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Cisco AnyConnect Online", "resourceId": "5d5b8d28-6a28-472e-b837-a4094e466965", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 230297, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "drHRTHwuCMt1r9GWvCo8yOfKZRN6Uc1ZYT3Vf2QLwJVjzv7Q", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "15655e1f-5005-4c53-b3c0-c4a1d1ca5e9e", "rngcStatus": 0}}, {"time": "2022-08-08T15:53:22.342969Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "50158", "resultSignature": "None", "resultDescription": "External security challenge was not satisfied.", "durationMs": 0, "callerIpAddress": "147.132.189.119", "correlationId": "98001b66-7ae1-4895-9bb2-77643e114332", "identity": "Terry Proctor", "Level": 4, "location": "XR", "properties": {"id": "df57eaed-63aa-4a28-8eda-7df866db6600", "createdDateTime": "2022-08-08T15:53:22.445969Z", "userDisplayName": "Terry Proctor", "userPrincipalName": "tproctor@domain.com", "userId": "03110cc5-e54f-4dae-b68a-bf5d945f8152", "appId": "9a7e67c7-6f05-42a3-b226-97c7ec3e9696", "appDisplayName": "Adobe Identity Management", "ipAddress": "147.132.189.119", "ipAddressFromResourceProvider": "86.154.193.190", "status": {"errorCode": 50158, "failureReason": "External security challenge was not satisfied.", "additionalDetails": "MFA requirement satisfied by claim in the token"}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (X11; Linux i686) AppleWebKit/533.0 (KHTML, like Gecko) Chrome/24.0.803.0 Safari/533.0 Edge/40.11325", "deviceDetail": {"deviceId": "88ee69d5-1eb7-4f29-b594-e9b4e3371940", "displayName": "TERRYPROCTOR-LT", "operatingSystem": "Windows 10", "browser": "Edge 40.11325", "isCompliant": true, "isManaged": true, "trustType": "Azure AD joined"}, "location": {"city": "Port Denisetown", "state": "Smithton", "countryOrRegion": "XR", "geoCoordinates": {"latitude": 3.5518965, "longitude": 131.871582}}, "mfaDetail": {}, "correlationId": "5a5d4028-2ca7-4290-b8e5-556d935aa82a", "conditionalAccessStatus": "failure", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "7dd37560-0bea-4cf4-8d82-ed02c05e9765", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 103, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Adobe Identity Management Service", "resourceId": "c8eab36d-0a82-409d-8693-a8dabc997921", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 256668, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "KiSDobEmOJVm3ePHCIL0tcFCtIWCK4A2fhGwXipeU1oQ182Q", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "2248d3ef-d7b8-4eb2-bd20-fb53f725bfe3", "rngcStatus": 0}}, {"time": "2022-08-08T15:54:58.293228Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "156.206.181.119", "correlationId": "1e7a8354-24dd-454b-9bba-0436cf0adf41", "identity": "Cynthia Perry", "Level": 4, "location": "XY", "properties": {"id": "ace681b4-3934-4235-befc-67ed8d127200", "createdDateTime": "2022-08-08T15:54:58.395228Z", "userDisplayName": "Cynthia Perry", "userPrincipalName": "cperry@domain.com", "userId": "ac5fa380-9d5b-470e-beb2-5ba10aca48e6", "appId": "9de6e985-97a5-4d82-9c45-aedaa9c25ef9", "appDisplayName": "AWS Single-Account Access", "ipAddress": "156.206.181.119", "status": {"errorCode": 0}, "clientAppUsed": "Browser", "deviceDetail": {"deviceId": "", "operatingSystem": "Windows"}, "location": {"city": "Hannaville", "state": "Thomashaven", "countryOrRegion": "XY", "geoCoordinates": {"latitude": 1.1452695, "longitude": 128.249211}}, "correlationId": "3e1eba5b-be3b-4441-be7a-17ea2e5454ef", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "e4d8cdb8-4259-46cc-a381-faa317e65f9d", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 102, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "AWS Single-Account Access", "resourceId": "1f1f8006-bcaf-48ed-96be-45ba0b1802c3", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 279165, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "etR1OecPBupEmz8EIaWChFBmU49GDt3PR3Gp4nmrJgHhJ6eS", "incomingTokenType": "none", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": null, "rngcStatus": 0}}, {"time": "2022-08-08T16:01:27.720003Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "13.113.40.157", "correlationId": "8bc37c8d-1407-484a-a34c-681ab4b776b7", "identity": "Attack Target", "Level": 4, "location": "XR", "properties": {"id": "7f0b39cc-61d5-4589-aade-b59275066600", "createdDateTime": "2022-08-08T16:01:27.844003Z", "userDisplayName": "Attack Target", "userPrincipalName": "attacktarget@domain.com", "userId": "d735e84b-dcca-404d-9f7d-700f360f41a6", "appId": "9a7e67c7-6f05-42a3-b226-97c7ec3e9696", "appDisplayName": "Adobe Identity Management", "ipAddress": "13.113.40.157", "ipAddressFromResourceProvider": "13.113.40.157", "status": {"errorCode": 0}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (iPad; CPU iPad OS 9_3_6 like Mac OS X) AppleWebKit/536.1 (KHTML, like Gecko) CriOS/42.0.865.0 Mobile/77O124 Safari/536.1 Edge/99.14477", "deviceDetail": {"deviceId": "a44625dc-6f81-449a-9799-8005f7209b42", "displayName": "ATTACKTARGET-LT", "operatingSystem": "Windows 10", "browser": "Edge 99.14477", "trustType": "Azure AD registered"}, "location": {"city": "Smithfort", "state": "Smithfort", "countryOrRegion": "XR", "geoCoordinates": {"latitude": 3.7564095, "longitude": -121.574606}}, "correlationId": "df488aeb-cabd-476c-bf18-cf5e4ccf2aaa", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "eca40501-9884-4af6-af4d-5d31128ad2c3", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 124, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Adobe Identity Management Service", "resourceId": "c8eab36d-0a82-409d-8693-a8dabc997921", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 34974, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "WSaNUPVXOvscjYmFMctTjtEuCnU8ajRTMlbscG9na5aOIuIp", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "2248d3ef-d7b8-4eb2-bd20-fb53f725bfe3", "rngcStatus": 0}}, {"time": "2022-08-08T16:15:27.267197Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "156.206.181.119", "correlationId": "dcbc3352-46dc-4118-8f66-e3a7b6ae26b5", "identity": "Cynthia Perry", "Level": 4, "location": "XY", "properties": {"id": "b948d0b4-8797-4aef-88d1-701568625800", "createdDateTime": "2022-08-08T16:15:27.410197Z", "userDisplayName": "Cynthia Perry", "userPrincipalName": "cperry@domain.com", "userId": "ac5fa380-9d5b-470e-beb2-5ba10aca48e6", "appId": "9de6e985-97a5-4d82-9c45-aedaa9c25ef9", "appDisplayName": "AWS Single-Account Access", "ipAddress": "156.206.181.119", "status": {"errorCode": 0}, "clientAppUsed": "Browser", "deviceDetail": {"deviceId": "", "operatingSystem": "Windows"}, "location": {"city": "Hannaville", "state": "Thomashaven", "countryOrRegion": "XY", "geoCoordinates": {"latitude": 1.1452695, "longitude": 128.249211}}, "correlationId": "d115aed5-840b-48ba-b2fe-c4c6ea1c1a99", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "c2579d58-46f4-46bb-8bfd-2e564eeb3506", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "processingTimeInMilliseconds": 143, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "AWS Single-Account Access Service", "resourceId": "c65cf5f9-5537-4200-889e-381c4f60ca7d", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 279165, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "2Kd7wvcdeHEv4xmz7NSPVPMXEXWku7Xnz758oxU5ujjBMlJD", "incomingTokenType": "none", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": null}}, {"time": "2022-08-08T16:27:12.592444Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "156.206.181.119", "correlationId": "ebca0632-f2e2-422c-9de4-99cf6d221fab", "identity": "Cynthia Perry", "Level": 4, "location": "XY", "properties": {"id": "4add604d-9260-4299-90f9-149d92486700", "createdDateTime": "2022-08-08T16:27:12.683444Z", "userDisplayName": "Cynthia Perry", "userPrincipalName": "cperry@domain.com", "userId": "ac5fa380-9d5b-470e-beb2-5ba10aca48e6", "appId": "9de6e985-97a5-4d82-9c45-aedaa9c25ef9", "appDisplayName": "AWS Single-Account Access", "ipAddress": "156.206.181.119", "status": {"errorCode": 0}, "clientAppUsed": "Browser", "deviceDetail": {"deviceId": "", "operatingSystem": "Windows"}, "location": {"city": "Hannaville", "state": "Thomashaven", "countryOrRegion": "XY", "geoCoordinates": {"latitude": 1.1452695, "longitude": 128.249211}}, "correlationId": "88955d2f-65c0-4f96-96d3-30056b4adbd5", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "a3698d42-5aa3-4962-a436-d902b6752fa8", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 91, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "AWS Single-Account Access Service", "resourceId": "9a84f55e-3a40-492c-9476-e069f64ed7a6", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 279165, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "CQ0vAZ6zFidWnNet2jMtM8m6ZTlPciQ3wDoYAWxPiINhCL42", "incomingTokenType": "none", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "37ee873b-f901-4e25-be69-010243106d0f", "rngcStatus": 0}}, {"time": "2022-08-08T16:33:45.710302Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "700082", "resultSignature": "None", "resultDescription": "Other", "durationMs": 0, "callerIpAddress": "54.119.29.60", "correlationId": "848652e8-48f6-4bfa-a57c-39027ff20668", "identity": "Thomas Price", "Level": 4, "location": "XR", "properties": {"id": "4ddb034d-d670-4525-9f72-a30597b06900", "createdDateTime": "2022-08-08T16:33:45.784302Z", "userDisplayName": "Thomas Price", "userPrincipalName": "tprice@domain.com", "userId": "32109ee2-ee4f-4d11-9c38-2556aec0f2b5", "appId": "9a7e67c7-6f05-42a3-b226-97c7ec3e9696", "appDisplayName": "Adobe Identity Management", "ipAddress": "54.119.29.60", "status": {"errorCode": 700082, "failureReason": "Other"}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (X11; Linux i686) AppleWebKit/535.2 (KHTML, like Gecko) Chrome/22.0.843.0 Safari/535.2 Edge/118.12158", "deviceDetail": {"deviceId": "852272bd-2ab1-474f-a99e-4922ea7031d3", "displayName": "THOMASPRICE-LT", "operatingSystem": "Windows 10", "browser": "Edge 118.12158", "trustType": "Hybrid Azure AD joined"}, "location": {"city": "Port Kimberlytown", "state": "Curtisport", "countryOrRegion": "XR", "geoCoordinates": {"latitude": 26.3152295, "longitude": 147.770404}}, "correlationId": "9f172e89-675f-49c3-8ca1-eaed1c8eb19a", "conditionalAccessStatus": "notApplied", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "f2608d67-2c35-49da-b0ba-669fe8fc746c", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 74, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Adobe Identity Management Service", "resourceId": "30663ca7-f8a9-43ab-8ca1-7906bdbc1485", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 359213, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "t5TbP1u2CBqyxqtnS4xIvy4VDKzOtp4ilBSY8l41uhQvbcuY", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "a6c259e5-7f16-48b2-a9f3-75becd6daa9b", "rngcStatus": 0}}, {"time": "2022-08-08T16:38:04.956220Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "44.22.19.201", "correlationId": "a30f3f4c-b29d-4cec-9ca9-2ff3c1744468", "identity": "David Johnson", "Level": 4, "location": "XN", "properties": {"id": "515ffcc0-5449-40a2-80ac-594c40766700", "createdDateTime": "2022-08-08T16:38:05.124220Z", "userDisplayName": "David Johnson", "userPrincipalName": "djohnson@domain.com", "userId": "ff2ae3d2-8cd2-4bd6-b65d-49c5ad946c7f", "appId": "2eae4ad1-8cae-48fe-b718-76bd66e2fc7f", "appDisplayName": "Bipsync", "ipAddress": "44.22.19.201", "status": {"errorCode": 0}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (Windows NT 4.0) AppleWebKit/531.1 (KHTML, like Gecko) Chrome/20.0.823.0 Safari/531.1 Edge/87.11424", "deviceDetail": {"deviceId": "8fb0ff79-f116-4f20-8ca8-36b3f8d68865", "displayName": "DAVIDJOHNSON-LT", "operatingSystem": "Windows 10", "browser": "Edge 87.11424", "trustType": "Azure AD registered"}, "location": {"city": "Littlemouth", "state": "Alexanderfurt", "countryOrRegion": "XN", "geoCoordinates": {"latitude": 25.4437255, "longitude": -109.530885}}, "correlationId": "931ca0af-1bfe-4122-ae2e-0e18077a9d07", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "12d6d0be-cbf8-4594-ae0c-ab2db6ff1e76", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 168, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Bipsync Service", "resourceId": "819aa3ed-3b63-4925-8388-0b8d41022941", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 230297, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "rcxlXGySLoAxxeempL3VJYIbndRYusZNdySqW9ebRZwzsFOW", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "7f0c9abd-8b0d-4973-8675-a495454c0c86", "rngcStatus": 0}}, {"time": "2022-08-08T17:30:21.107301Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "199.12.127.103", "correlationId": "6a54362b-cc53-4008-822c-5bbc8196bb14", "identity": "Jacob Meyers", "Level": 4, "location": "XG", "properties": {"id": "c83cd04e-d0c7-4947-846d-4acbf7556800", "createdDateTime": "2022-08-08T17:30:21.225301Z", "userDisplayName": "Jacob Meyers", "userPrincipalName": "jmeyers@domain.com", "userId": "c63a67b0-1651-4a8a-9560-cc703cdad5ad", "appId": "9de6e985-97a5-4d82-9c45-aedaa9c25ef9", "appDisplayName": "AWS Single-Account Access", "ipAddress": "199.12.127.103", "status": {"errorCode": 0}, "clientAppUsed": "Browser", "deviceDetail": {"deviceId": "68cb982e-f215-496c-89bb-cc07716ff474", "displayName": "JACOBMEYERS-LT", "operatingSystem": "Windows", "trustType": "Azure AD registered"}, "location": {"city": "Port Nathan", "state": "Newmanville", "countryOrRegion": "XG", "geoCoordinates": {"latitude": 23.244641, "longitude": -113.392021}}, "correlationId": "3bb3f195-a558-40da-9cf4-68f1b29d4eff", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "1c6515f5-ed9f-4631-ad4f-fdd75935deee", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 118, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "AWS Single-Account Access Service", "resourceId": "9a84f55e-3a40-492c-9476-e069f64ed7a6", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 282405, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "HqlIbOlLwU13mS6RLleZ3AQlzv1v9QudeVMlpwYTaYJs75L3", "incomingTokenType": "none", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "37ee873b-f901-4e25-be69-010243106d0f", "rngcStatus": 0}}, {"time": "2022-08-08T17:33:17.061829Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "50158", "resultSignature": "None", "resultDescription": "External security challenge was not satisfied.", "durationMs": 0, "callerIpAddress": "105.169.153.183", "correlationId": "4b999ba6-f0b7-4171-b656-566c7cb026ec", "identity": "Thomas Price", "Level": 4, "location": "XR", "properties": {"id": "676a8b82-7787-4511-9ea8-03397a5b9900", "createdDateTime": "2022-08-08T17:33:17.170829Z", "userDisplayName": "Thomas Price", "userPrincipalName": "tprice@domain.com", "userId": "32109ee2-ee4f-4d11-9c38-2556aec0f2b5", "appId": "9a7e67c7-6f05-42a3-b226-97c7ec3e9696", "appDisplayName": "Adobe Identity Management", "ipAddress": "105.169.153.183", "status": {"errorCode": 50158, "failureReason": "External security challenge was not satisfied."}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (X11; Linux i686) AppleWebKit/535.2 (KHTML, like Gecko) Chrome/22.0.843.0 Safari/535.2 Edge/118.12158", "deviceDetail": {"deviceId": "2b85c59f-331a-4b61-9a44-9d3d6df62a06", "displayName": "THOMASPRICE-LT", "operatingSystem": "Windows 10", "browser": "Edge 118.12158", "trustType": "Hybrid Azure AD joined"}, "location": {"city": "Santosborough", "state": "Smithton", "countryOrRegion": "XR", "geoCoordinates": {"latitude": 12.8350355, "longitude": 138.359011}}, "correlationId": "c97838c8-a562-43a3-ac96-74ac967c763e", "conditionalAccessStatus": "failure", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "98ef6367-3f85-4a6c-82d8-d678d814eb20", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 109, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Adobe Identity Management Service", "resourceId": "30663ca7-f8a9-43ab-8ca1-7906bdbc1485", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 256668, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "1UZemnThtYjfRETUJyJNbEwWsUr6U0bXvxWKJe0cKy9fLUMd", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "a6c259e5-7f16-48b2-a9f3-75becd6daa9b", "rngcStatus": 0}}, {"time": "2022-08-08T17:56:50.598449Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "86.154.193.190", "correlationId": "5cf2fb17-4788-48b4-98e2-8162e206af57", "identity": "Melissa Martin", "Level": 4, "location": "XR", "properties": {"id": "8bc588a3-ee52-4f64-9b78-b883dd217100", "createdDateTime": "2022-08-08T17:56:50.682449Z", "userDisplayName": "Melissa Martin", "userPrincipalName": "mmartin@domain.com", "userId": "632ccb55-03a7-40f4-9893-653527cae790", "appId": "ad65aaed-51a8-4877-830e-8a5273604c87", "appDisplayName": "Docusign", "ipAddress": "86.154.193.190", "status": {"errorCode": 0}, "clientAppUsed": "Browser", "deviceDetail": {"deviceId": "", "operatingSystem": "Windows", "browser": "Rich Client 4.42.0.0"}, "location": {"city": "Port Denisetown", "state": "Smithton", "countryOrRegion": "XR", "geoCoordinates": {"latitude": 3.5518965, "longitude": 131.871582}}, "correlationId": "ede32e2f-22e3-44ba-8c4f-18e2598011da", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "c27a71ab-d684-43eb-8b8e-a51f96d60b7e", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 84, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Docusign Service", "resourceId": "a666212f-ee1d-48b1-b4cf-45433f66d402", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 256668, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "8ZjTK1C52RdjZgThpHKBVmR0c4YLZrGU503ZcsbHHvaXSSnu", "incomingTokenType": "none", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "b9c9c5b0-1fce-4e9e-af57-8d5084987162", "rngcStatus": 0}}, {"time": "2022-08-08T18:05:08.444998Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "107.40.113.143", "correlationId": "ed9a9473-7391-4d79-9175-75225c15d3c0", "identity": "Terry Proctor", "Level": 4, "location": "XR", "properties": {"id": "b7d3efa6-fdbc-4020-888c-cd5f55d29000", "createdDateTime": "2022-08-08T18:05:08.548998Z", "userDisplayName": "Terry Proctor", "userPrincipalName": "tproctor@domain.com", "userId": "03110cc5-e54f-4dae-b68a-bf5d945f8152", "appId": "18bf60fa-77dd-4aad-891d-af82ca87dd06", "appDisplayName": "FortiGate SSL VPN", "ipAddress": "107.40.113.143", "status": {"errorCode": 0, "additionalDetails": "MFA requirement satisfied by claim in the token"}, "clientAppUsed": "Browser", "deviceDetail": {"deviceId": "88ee69d5-1eb7-4f29-b594-e9b4e3371940", "displayName": "TERRYPROCTOR-LT", "operatingSystem": "Windows", "browser": "Rich Client 4.22.0.0", "isCompliant": true, "isManaged": true, "trustType": "Azure AD joined"}, "location": {"city": "Port Denisetown", "state": "Smithton", "countryOrRegion": "XR", "geoCoordinates": {"latitude": 64.356494, "longitude": 92.919325}}, "mfaDetail": {}, "correlationId": "8f1ee515-1fc9-4f41-a92d-aac4e15ea89a", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "0a10f70f-d929-4f99-b189-c6602b9b21bc", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 104, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "FortiGate SSL VPN Service", "resourceId": "a1edee32-85c4-4a57-afcb-5853873a47e7", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 34974, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "GVLKibt4qlIFK2WSC5TdhJBShKcgmazYEjVy1lTZImlA0Hfc", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "0898af19-dfef-4b51-a918-f534c473013d", "rngcStatus": 0}}, {"time": "2022-08-08T18:15:53.264307Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "44.22.19.201", "correlationId": "9ada5c79-f629-43b6-829e-0f7e76a624f2", "identity": "David Johnson", "Level": 4, "location": "XN", "properties": {"id": "36248e68-8333-45f4-aadc-85f659537700", "createdDateTime": "2022-08-08T18:15:53.502307Z", "userDisplayName": "David Johnson", "userPrincipalName": "djohnson@domain.com", "userId": "ff2ae3d2-8cd2-4bd6-b65d-49c5ad946c7f", "appId": "9de6e985-97a5-4d82-9c45-aedaa9c25ef9", "appDisplayName": "AWS Single-Account Access", "ipAddress": "44.22.19.201", "status": {"errorCode": 0}, "clientAppUsed": "Browser", "deviceDetail": {"deviceId": "8fb0ff79-f116-4f20-8ca8-36b3f8d68865", "displayName": "DAVIDJOHNSON-LT", "operatingSystem": "Windows", "trustType": "Azure AD registered"}, "location": {"city": "Littlemouth", "state": "Alexanderfurt", "countryOrRegion": "XN", "geoCoordinates": {"latitude": 25.4437255, "longitude": -109.530885}}, "correlationId": "3a924f71-499e-4480-8394-1d9e379e376f", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "87dfe772-f9e8-45c0-89a6-302b9808d34a", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 238, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "AWS Single-Account Access Service", "resourceId": "f0630e90-b752-4960-bfb9-a0794fc34930", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 230297, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "azE8wrAx5PIMnTc0LABTbymcUQBKMj5skGwIJTwiyVcBZzYY", "incomingTokenType": "none", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "1f37c851-4be4-455b-928a-fbde7845a68a", "rngcStatus": 0}}, {"time": "2022-08-08T18:16:58.332218Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "42.62.103.34", "correlationId": "f7f7adef-3d52-432c-b3d1-c69fba30c4fc", "identity": "Joseph Taylor", "Level": 4, "location": "XF", "properties": {"id": "93339d13-6eb7-4410-810a-1c60919d6b00", "createdDateTime": "2022-08-08T18:16:58.446218Z", "userDisplayName": "Joseph Taylor", "userPrincipalName": "jtaylor@domain.com", "userId": "af9847eb-c773-41ae-bf94-42747c5e986c", "appId": "9de6e985-97a5-4d82-9c45-aedaa9c25ef9", "appDisplayName": "AWS Single-Account Access", "ipAddress": "42.62.103.34", "status": {"errorCode": 0, "additionalDetails": "MFA requirement satisfied by claim in the token"}, "clientAppUsed": "Browser", "deviceDetail": {"deviceId": "76b96bd3-e5d7-49ee-b195-bf363facdb3d", "displayName": "JOSEPHTAYLOR-LT", "operatingSystem": "Windows", "isCompliant": true, "isManaged": true, "trustType": "Azure AD joined"}, "location": {"city": "Jessicafurt", "state": "Smithbury", "countryOrRegion": "XF", "geoCoordinates": {"latitude": 17.5082395, "longitude": -115.304215}}, "mfaDetail": {}, "correlationId": "d92a9c81-5f94-4be5-a978-0dafd2029ac6", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "580dc2ca-700c-40f4-b895-5f3deb49295b", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 114, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "AWS Single-Account Access Service", "resourceId": "9a84f55e-3a40-492c-9476-e069f64ed7a6", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 393508, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "J11nHXmMYkAOUapXLrYsYyxCVGOTQsUXdV4keRJmDhpB3bnm", "incomingTokenType": "none", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "37ee873b-f901-4e25-be69-010243106d0f", "rngcStatus": 0}}, {"time": "2022-08-08T18:20:58.548178Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "50158", "resultSignature": "None", "resultDescription": "External security challenge was not satisfied.", "durationMs": 0, "callerIpAddress": "147.132.189.119", "correlationId": "17eae5c0-a036-4e71-bed4-008f2857ddb2", "identity": "Cassie Fernandez", "Level": 4, "location": "XR", "properties": {"id": "4c611638-3218-4fe7-8e92-9addda206600", "createdDateTime": "2022-08-08T18:20:58.668178Z", "userDisplayName": "Cassie Fernandez", "userPrincipalName": "cfernandez@domain.com", "userId": "67ef8be6-3f44-4db7-8172-fd6211428c1e", "appId": "79510a8f-6421-4348-a2ea-bcc2b02485c1", "appDisplayName": "Cisco AnyConnect", "ipAddress": "147.132.189.119", "status": {"errorCode": 50158, "failureReason": "External security challenge was not satisfied."}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (iPad; CPU iPad OS 9_3_6 like Mac OS X) AppleWebKit/536.1 (KHTML, like Gecko) CriOS/42.0.865.0 Mobile/77O124 Safari/536.1 Edge/99.14477", "deviceDetail": {"deviceId": "bf67c857-685a-4457-89c4-db2afa581bd2", "displayName": "CASSIEFERNANDEZ-LT", "operatingSystem": "Windows 10", "browser": "Edge 99.14477", "trustType": "Hybrid Azure AD joined"}, "location": {"city": "Port Denisetown", "state": "Smithton", "countryOrRegion": "XR", "geoCoordinates": {"latitude": 3.5518965, "longitude": 131.871582}}, "correlationId": "36fbf434-0693-454c-a08f-5437f66772c7", "conditionalAccessStatus": "failure", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "505bf452-07ea-4726-86a3-d7380bc9a30d", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 120, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Cisco AnyConnect Online", "resourceId": "5d5b8d28-6a28-472e-b837-a4094e466965", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 256668, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "e89fRLPEyagPtXqaujszaqnG6LmTSscd6BA6jkixjbgFaV9v", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "15655e1f-5005-4c53-b3c0-c4a1d1ca5e9e", "rngcStatus": 0}}, {"time": "2022-08-08T18:25:45.148869Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "50158", "resultSignature": "None", "resultDescription": "External security challenge was not satisfied.", "durationMs": 0, "callerIpAddress": "147.132.189.119", "correlationId": "eaee68a7-344d-442a-8c79-5e5f5ef15fb6", "identity": "Terry Proctor", "Level": 4, "location": "XR", "properties": {"id": "5e327247-139b-4579-a477-08762e5e8b00", "createdDateTime": "2022-08-08T18:25:45.231869Z", "userDisplayName": "Terry Proctor", "userPrincipalName": "tproctor@domain.com", "userId": "03110cc5-e54f-4dae-b68a-bf5d945f8152", "appId": "9003b8ba-730c-412d-8972-267700304e01", "appDisplayName": "Box", "ipAddress": "147.132.189.119", "status": {"errorCode": 50158, "failureReason": "External security challenge was not satisfied.", "additionalDetails": "MFA requirement satisfied by claim in the token"}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (X11; Linux i686) AppleWebKit/533.0 (KHTML, like Gecko) Chrome/24.0.803.0 Safari/533.0 Edge/40.11325", "deviceDetail": {"deviceId": "88ee69d5-1eb7-4f29-b594-e9b4e3371940", "displayName": "TERRYPROCTOR-LT", "operatingSystem": "Windows 10", "browser": "Edge 40.11325", "isCompliant": true, "isManaged": true, "trustType": "Azure AD joined"}, "location": {"city": "Port Denisetown", "state": "Smithton", "countryOrRegion": "XR", "geoCoordinates": {"latitude": 3.5518965, "longitude": 131.871582}}, "mfaDetail": {}, "correlationId": "ca2bf3b8-7185-4830-b89f-1d4e59806c4f", "conditionalAccessStatus": "failure", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "2e455bd5-67b2-4624-b943-bccc2f6a24ac", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 83, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Box Online", "resourceId": "d2c09315-f769-4fc6-9be8-f57cf8efa9cc", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 256668, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "iddIpP29LlhhNFLvWMK34rBwsyuZAysIwOJXDMIaJyXsEp6J", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": null, "rngcStatus": 0}}, {"time": "2022-08-08T18:27:17.442456Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "1.210.58.10", "correlationId": "ee07f78b-aa98-4942-89da-4260480ce402", "identity": "Keith Sheppard", "Level": 4, "location": "XD", "properties": {"id": "2289f33d-0ae1-4487-b310-98d9ba886c00", "createdDateTime": "2022-08-08T18:27:17.597456Z", "userDisplayName": "Keith Sheppard", "userPrincipalName": "ksheppard@domain.com", "userId": "05bd48f1-91d2-4c2d-9a7c-80e80f561b3c", "appId": "9de6e985-97a5-4d82-9c45-aedaa9c25ef9", "appDisplayName": "AWS Single-Account Access", "ipAddress": "1.210.58.10", "status": {"errorCode": 0}, "clientAppUsed": "Browser", "deviceDetail": {"deviceId": "639815fd-5018-4e38-9d81-67538b2ce460", "displayName": "KEITHSHEPPARD-LT", "operatingSystem": "Windows", "trustType": "Azure AD registered"}, "location": {"city": "Cooperhaven", "state": "Norrisbury", "countryOrRegion": "XD", "geoCoordinates": {"latitude": 70.436398, "longitude": -23.873747}}, "correlationId": "994876c9-cf2a-4861-b692-140b9a6682fe", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "523fe1b4-2f16-4553-a25d-07bab4c13fed", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 155, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "AWS Single-Account Access Service", "resourceId": "c65cf5f9-5537-4200-889e-381c4f60ca7d", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 69487, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "P2kFCUcmaJg2YOAmN1tEvavqyYb9c8AqRBW4nT3yeOMysNIP", "incomingTokenType": "none", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": null, "rngcStatus": 0}}, {"time": "2022-08-08T18:54:17.718765Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "63.94.19.180", "correlationId": "3faab169-ee35-4f15-8f95-f760f1162bd4", "identity": "Vanessa Ramirez", "Level": 4, "location": "XD", "properties": {"id": "f1fc2489-d131-4e12-a62d-535fca5a8b00", "createdDateTime": "2022-08-08T18:54:17.797765Z", "userDisplayName": "Vanessa Ramirez", "userPrincipalName": "vramirez@domain.com", "userId": "5d72b7ed-62ea-4b94-b931-ccef65d71ebd", "appId": "9a7e67c7-6f05-42a3-b226-97c7ec3e9696", "appDisplayName": "Adobe Identity Management", "ipAddress": "63.94.19.180", "status": {"errorCode": 0}, "clientAppUsed": "Mobile Apps and Desktop clients", "deviceDetail": {"deviceId": "", "operatingSystem": "MacOs"}, "location": {"city": "New James", "state": "Norrisbury", "countryOrRegion": "XD", "geoCoordinates": {"latitude": 64.5727225, "longitude": 92.661569}}, "correlationId": "a945524b-7ab0-4a18-bea3-e4c7093f965f", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "d676975a-6641-433c-9e0b-bafa7012771c", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 79, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Adobe Identity Management Service", "resourceId": "bca2b487-3a6c-440f-b1b7-a15b02771ad0", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 45904, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "UzuVSasZm8DKeqkxmeT4lnWseZrAFYj5VM0Mci8S0FuYGt47", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "4da47dd4-556d-4ba4-9847-c1850930ab5e", "rngcStatus": 0}}, {"time": "2022-08-08T19:07:55.205680Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "13.113.40.157", "correlationId": "8c0bfdf7-d967-4e54-b58f-c6849d8b49bf", "identity": "Attack Target", "Level": 4, "location": "XR", "properties": {"id": "0c63036a-8274-46f2-b5bd-e07451745700", "createdDateTime": "2022-08-08T19:07:55.337680Z", "userDisplayName": "Attack Target", "userPrincipalName": "attacktarget@domain.com", "userId": "d735e84b-dcca-404d-9f7d-700f360f41a6", "appId": "9a7e67c7-6f05-42a3-b226-97c7ec3e9696", "appDisplayName": "Adobe Identity Management", "ipAddress": "13.113.40.157", "ipAddressFromResourceProvider": "13.113.40.157", "status": {"errorCode": 0}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (iPad; CPU iPad OS 9_3_6 like Mac OS X) AppleWebKit/536.1 (KHTML, like Gecko) CriOS/42.0.865.0 Mobile/77O124 Safari/536.1 Edge/99.14477", "deviceDetail": {"deviceId": "a44625dc-6f81-449a-9799-8005f7209b42", "displayName": "ATTACKTARGET-LT", "operatingSystem": "Windows 10", "browser": "Edge 99.14477", "trustType": "Azure AD registered"}, "location": {"city": "New John", "state": "Smithfort", "countryOrRegion": "XR", "geoCoordinates": {"latitude": -89.144242, "longitude": 168.119022}}, "correlationId": "74060485-e237-4301-9029-47cbbe4540da", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "7357ef30-e37d-4fb0-b9c8-69bd6db96c20", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "processingTimeInMilliseconds": 132, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Adobe Identity Management Service", "resourceId": "c8eab36d-0a82-409d-8693-a8dabc997921", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 34974, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "D4lAKWX99XPGOjnzb890Jsg1MJ9fo05OZNqUVm4jcfyumpOk", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "2248d3ef-d7b8-4eb2-bd20-fb53f725bfe3"}}, {"time": "2022-08-08T19:15:23.284569Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "42.62.103.34", "correlationId": "f6e0c1c9-83c1-4f29-8502-3cf03cf421e7", "identity": "Joseph Taylor", "Level": 4, "location": "XF", "properties": {"id": "b2a55e86-02d0-4234-820e-b389bd065600", "createdDateTime": "2022-08-08T19:15:23.458569Z", "userDisplayName": "Joseph Taylor", "userPrincipalName": "jtaylor@domain.com", "userId": "af9847eb-c773-41ae-bf94-42747c5e986c", "appId": "dbe6b779-13df-45f2-a6d7-1323485479f6", "appDisplayName": "Cisco Webex", "ipAddress": "42.62.103.34", "status": {"errorCode": 0, "additionalDetails": "MFA requirement satisfied by claim in the token"}, "clientAppUsed": "Browser", "deviceDetail": {"deviceId": "76b96bd3-e5d7-49ee-b195-bf363facdb3d", "displayName": "JOSEPHTAYLOR-LT", "operatingSystem": "Windows10", "browser": "Rich Client 4.38.0.0", "isCompliant": true, "isManaged": true, "trustType": "Azure AD joined"}, "location": {"city": "Jessicafurt", "state": "Smithbury", "countryOrRegion": "XF", "geoCoordinates": {"latitude": 17.5082395, "longitude": -115.304215}}, "mfaDetail": {}, "correlationId": "17bf14b1-9726-4cf7-8242-39c347e392bd", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "2d22d2d9-316b-4e53-a2ac-093339a8e507", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 174, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Cisco Webex Service", "resourceId": "c4baffed-f90a-4ef3-84b1-d08d189a41c0", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 393508, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "BuRlYLmFM70ZaskdJWpWY3Ss1J3KQ1aVFoKjXWNqTsjRwYx1", "incomingTokenType": "none", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "64850142-3730-4958-94ec-3cf3a39cf409", "rngcStatus": 0}}, {"time": "2022-08-08T19:25:45.526350Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "SignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "205.33.24.92", "correlationId": "f38de25a-89f8-4e82-962f-ffa54674ab04", "identity": "Aaron Cole", "Level": 4, "location": "XD", "properties": {"id": "e15f5cd8-6b07-456c-9c1f-aeb9f7bb6600", "createdDateTime": "2022-08-08T19:25:45.635350Z", "userDisplayName": "Aaron Cole", "userPrincipalName": "acole@domain.com", "userId": "5d557969-1645-4ba4-be83-b6fd943659f7", "appId": "e47a1d38-5f61-45cd-b1b9-bc92f525c598", "appDisplayName": "Altoura", "ipAddress": "205.33.24.92", "status": {"errorCode": 0}, "clientAppUsed": "Browser", "userAgent": "Mozilla/5.0 (X11; Linux i686) AppleWebKit/536.2 (KHTML, like Gecko) Chrome/22.0.877.0 Safari/536.2", "deviceDetail": {"deviceId": "", "operatingSystem": "Windows 10", "browser": "Chrome 22.0.877.0"}, "location": {"city": "Kristinmouth", "state": "Norrisbury", "countryOrRegion": "XD", "geoCoordinates": {"latitude": 26.278784, "longitude": -92.042573}}, "correlationId": "979e6727-9b0e-4224-a365-39c21e82d348", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "ec8b5276-bc47-4133-937d-a98068e66bef", "isInteractive": true, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 109, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Altoura Online", "resourceId": "f0630e90-b752-4960-bfb9-a0794fc34930", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 214655, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "lP6ldp4g2hrFKFbw8ZQonPcDPg3QJ5Ua0phSH6s5GGLCc1vh", "incomingTokenType": "none", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "1f37c851-4be4-455b-928a-fbde7845a68a", "rngcStatus": 0}}, {"time": "2022-08-08T19:38:28.040484Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "92.110.109.246", "correlationId": "c43b04e0-7816-41c8-91d2-5e19593f6ddb", "identity": "David Johnson", "Level": 4, "location": "XR", "properties": {"id": "fbcedcc7-b4d5-4563-84a7-f03873db7100", "createdDateTime": "2022-08-08T19:38:28.190484Z", "userDisplayName": "David Johnson", "userPrincipalName": "djohnson@domain.com", "userId": "ff2ae3d2-8cd2-4bd6-b65d-49c5ad946c7f", "appId": "23cab0c7-7a39-45c8-bbc1-00512d4581f4", "appDisplayName": "LumApps", "ipAddress": "92.110.109.246", "ipAddressFromResourceProvider": "44.22.19.201", "status": {"errorCode": 0}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (Windows NT 4.0) AppleWebKit/531.1 (KHTML, like Gecko) Chrome/20.0.823.0 Safari/531.1 Edge/87.11424", "deviceDetail": {"deviceId": "8fb0ff79-f116-4f20-8ca8-36b3f8d68865", "displayName": "DAVIDJOHNSON-LT", "operatingSystem": "Windows 10", "browser": "Edge 87.11424", "trustType": "Azure AD registered"}, "location": {"city": "Port Denisetown", "state": "Smithton", "countryOrRegion": "XR", "geoCoordinates": {"latitude": 3.5518965, "longitude": 131.871582}}, "correlationId": "3cdf71b0-2005-4354-ada3-c93d524089a0", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "7a7078eb-b299-42da-9aab-8446fdfc0312", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 150, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "LumApps Service", "resourceId": "9a84f55e-3a40-492c-9476-e069f64ed7a6", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 230297, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "QVZ0PAZhshRMgRXYRBchsfpnJMK998VIAdSFfripyPPpNmzB", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "37ee873b-f901-4e25-be69-010243106d0f", "rngcStatus": 0}}, {"time": "2022-08-08T20:02:23.590021Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "13.113.40.157", "correlationId": "7d5876d9-ff2f-422e-8a53-f048945aa9e7", "identity": "Attack Target", "Level": 4, "location": "XR", "properties": {"id": "d7ae6189-0038-4fdb-9ff7-6d770c686a00", "createdDateTime": "2022-08-08T20:02:23.875021Z", "userDisplayName": "Attack Target", "userPrincipalName": "attacktarget@domain.com", "userId": "d735e84b-dcca-404d-9f7d-700f360f41a6", "appId": "9c5b7fe3-0ad2-4ea6-94e5-9e0001f367e3", "appDisplayName": "Articulate 360", "ipAddress": "13.113.40.157", "status": {"errorCode": 0}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (iPad; CPU iPad OS 9_3_6 like Mac OS X) AppleWebKit/536.1 (KHTML, like Gecko) CriOS/42.0.865.0 Mobile/77O124 Safari/536.1 Edge/99.14477", "deviceDetail": {"deviceId": "a44625dc-6f81-449a-9799-8005f7209b42", "displayName": "ATTACKTARGET-LT", "operatingSystem": "Windows 10", "browser": "Edge 99.14477", "trustType": "Azure AD registered"}, "location": {"city": "Smithfort", "state": "Smithfort", "countryOrRegion": "XR", "geoCoordinates": {"latitude": 3.7564095, "longitude": -121.574606}}, "correlationId": "1b0e7833-5b53-490b-838f-035b13c97a55", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "66a0ba61-03e7-4075-93c2-d29dd4c2f340", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 285, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Articulate 360 Online", "resourceId": "436260d5-3791-4aea-a4da-aa698ec35f2f", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 34974, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "R8AcfaWuc4tGcqb8pXAhiJRGbdJtjIujokmQgEKz8MCicsjU", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "94b9f3ba-5f4b-4edc-99dc-a420b76960f9", "rngcStatus": 0}}, {"time": "2022-08-08T20:12:07.929237Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "133.177.232.145", "correlationId": "b1373e40-7807-4c8e-bd33-7186d79fc7b3", "identity": "Jim Gonzalez", "Level": 4, "location": "XR", "properties": {"id": "e4ea9516-35e1-4b49-aa95-88a4fb186b00", "createdDateTime": "2022-08-08T20:12:08.230237Z", "userDisplayName": "Jim Gonzalez", "userPrincipalName": "jgonzalez@domain.com", "userId": "95090045-a9c5-489c-adee-2db430a3333a", "appId": "9167c284-c68f-468a-84be-0ee4f23879fe", "appDisplayName": "ArcGIS Enterprise", "ipAddress": "133.177.232.145", "status": {"errorCode": 0}, "clientAppUsed": "Mobile Apps and Desktop clients", "deviceDetail": {"deviceId": "", "operatingSystem": "Ios", "browser": "Mobile Safari"}, "location": {"city": "Veronicaberg", "state": "Smithton", "countryOrRegion": "XR", "geoCoordinates": {"latitude": -57.0081565, "longitude": 104.690576}}, "correlationId": "2257b232-e3f2-47ff-b0bf-24c32c35a3b2", "conditionalAccessStatus": "notApplied", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "bba2d235-781a-43e4-bba9-7cf76e2d86ea", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 301, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "ArcGIS Enterprise Service", "resourceId": "7a8caa38-3454-4033-9b2e-0e69152cca1e", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 468589, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "cYuJy7W9lndsJEwDWQwqQUzqJm8gVaPcsAPkHoq4KE0s0hhv", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "7c9b147a-b2e2-42f4-8881-d000653c3411", "rngcStatus": 0}}, {"time": "2022-08-08T20:37:49.391709Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "13.113.40.157", "correlationId": "e5dc9186-509f-4b1e-9c23-956e8a01d59a", "identity": "Attack Target", "Level": 4, "location": "XR", "properties": {"id": "b1801159-1f8f-4782-bc6c-aea635d06000", "createdDateTime": "2022-08-08T20:37:49.527709Z", "userDisplayName": "Attack Target", "userPrincipalName": "attacktarget@domain.com", "userId": "d735e84b-dcca-404d-9f7d-700f360f41a6", "appId": "9a7e67c7-6f05-42a3-b226-97c7ec3e9696", "appDisplayName": "Adobe Identity Management", "ipAddress": "13.113.40.157", "ipAddressFromResourceProvider": "13.113.40.157", "status": {"errorCode": 0}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (iPad; CPU iPad OS 9_3_6 like Mac OS X) AppleWebKit/536.1 (KHTML, like Gecko) CriOS/42.0.865.0 Mobile/77O124 Safari/536.1 Edge/99.14477", "deviceDetail": {"deviceId": "a44625dc-6f81-449a-9799-8005f7209b42", "displayName": "ATTACKTARGET-LT", "operatingSystem": "Windows 10", "browser": "Edge 99.14477", "trustType": "Azure AD registered"}, "location": {"city": "New John", "state": "Smithfort", "countryOrRegion": "XR", "geoCoordinates": {"latitude": -89.144242, "longitude": 168.119022}}, "correlationId": "91ee2c54-7e6e-4c4b-a18e-026d644e480b", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "afc443c5-51eb-43a0-987c-da9941d268bd", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 136, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Adobe Identity Management Service", "resourceId": "c8eab36d-0a82-409d-8693-a8dabc997921", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 34974, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "i5ioxKTo4WGVMUtIMKdu1QSoibO8f60Ma5nFaAXygXIMZj3N", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "2248d3ef-d7b8-4eb2-bd20-fb53f725bfe3", "rngcStatus": 0}}, {"time": "2022-08-08T20:45:44.455662Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "SignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "205.33.24.92", "correlationId": "c55ccc28-66d2-42a8-9014-7861647e9da9", "identity": "Aaron Cole", "Level": 4, "location": "XD", "properties": {"id": "12cb0ee6-11e1-4bee-8a49-6d2e5e4c7100", "createdDateTime": "2022-08-08T20:45:44.527662Z", "userDisplayName": "Aaron Cole", "userPrincipalName": "acole@domain.com", "userId": "5d557969-1645-4ba4-be83-b6fd943659f7", "appId": "e47a1d38-5f61-45cd-b1b9-bc92f525c598", "appDisplayName": "Altoura", "ipAddress": "205.33.24.92", "status": {"errorCode": 0}, "clientAppUsed": "Browser", "userAgent": "Mozilla/5.0 (Linux; Android 2.3.5) AppleWebKit/532.2 (KHTML, like Gecko) Chrome/46.0.898.0 Safari/532.2 Edge/105.19198", "deviceDetail": {"deviceId": "", "operatingSystem": "Windows 10", "browser": "Edge 105.19198"}, "location": {"city": "Kristinmouth", "state": "Norrisbury", "countryOrRegion": "XD", "geoCoordinates": {"latitude": 26.278784, "longitude": -92.042573}}, "correlationId": "d664b9ae-1c02-487b-b86c-faff39c45e52", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "b161fd31-a389-4502-904d-e9b165525997", "isInteractive": true, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 72, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Altoura Online", "resourceId": "8a137ba4-52ae-4dbf-94af-2e56851573c4", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 214655, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "DDKfv4BeEkAlCZpGk9hzy01PcAzu996mrMXIvzQjuJVNgH0I", "incomingTokenType": "none", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": null, "rngcStatus": 0}}, {"time": "2022-08-08T20:59:43.562022Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "13.113.40.157", "correlationId": "75e29cbd-5dea-4e8f-a5be-dfa8ca5a1b7b", "identity": "Attack Target", "Level": 4, "location": "XR", "properties": {"id": "37de7214-048f-4127-804b-5086499b6900", "createdDateTime": "2022-08-08T20:59:43.851022Z", "userDisplayName": "Attack Target", "userPrincipalName": "attacktarget@domain.com", "userId": "d735e84b-dcca-404d-9f7d-700f360f41a6", "appId": "9c5b7fe3-0ad2-4ea6-94e5-9e0001f367e3", "appDisplayName": "Articulate 360", "ipAddress": "13.113.40.157", "status": {"errorCode": 0}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (iPad; CPU iPad OS 9_3_6 like Mac OS X) AppleWebKit/536.1 (KHTML, like Gecko) CriOS/42.0.865.0 Mobile/77O124 Safari/536.1 Edge/99.14477", "deviceDetail": {"deviceId": "a44625dc-6f81-449a-9799-8005f7209b42", "displayName": "ATTACKTARGET-LT", "operatingSystem": "Windows 10", "browser": "Edge 99.14477", "trustType": "Azure AD registered"}, "location": {"city": "New John", "state": "Smithfort", "countryOrRegion": "XR", "geoCoordinates": {"latitude": -89.144242, "longitude": 168.119022}}, "correlationId": "1d0f2a5e-7a38-4514-9552-1ce73bdc13ba", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "30b1306c-8858-42fa-bddf-4d69f08d398f", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 289, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Articulate 360 Online", "resourceId": "436260d5-3791-4aea-a4da-aa698ec35f2f", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 34974, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "3blr3Ry9JAJIDHded6Ncz2mJlCk5uN778g3gcOXm42MVJBeH", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "94b9f3ba-5f4b-4edc-99dc-a420b76960f9", "rngcStatus": 0}}, {"time": "2022-08-08T21:22:25.239712Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "50158", "resultSignature": "None", "resultDescription": "External security challenge was not satisfied.", "durationMs": 0, "callerIpAddress": "44.22.19.201", "correlationId": "bcfcb061-e7a7-4571-aec9-95b040a55328", "identity": "Thomas Price", "Level": 4, "location": "XN", "properties": {"id": "2468034e-c03d-4a77-94b4-f89be9146300", "createdDateTime": "2022-08-08T21:22:25.360712Z", "userDisplayName": "Thomas Price", "userPrincipalName": "tprice@domain.com", "userId": "32109ee2-ee4f-4d11-9c38-2556aec0f2b5", "appId": "9a7e67c7-6f05-42a3-b226-97c7ec3e9696", "appDisplayName": "Adobe Identity Management", "ipAddress": "44.22.19.201", "status": {"errorCode": 50158, "failureReason": "External security challenge was not satisfied."}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (X11; Linux i686) AppleWebKit/535.2 (KHTML, like Gecko) Chrome/22.0.843.0 Safari/535.2 Edge/118.12158", "deviceDetail": {"deviceId": "a12f42a7-2ae0-42d8-aec8-bf7cb3dea82c", "displayName": "THOMASPRICE-LT", "operatingSystem": "Windows 10", "browser": "Edge 118.12158", "trustType": "Hybrid Azure AD joined"}, "location": {"city": "Littlemouth", "state": "Alexanderfurt", "countryOrRegion": "XN", "geoCoordinates": {"latitude": 25.4437255, "longitude": -109.530885}}, "correlationId": "1fa482bb-8230-4074-a769-fa50f4a9eac1", "conditionalAccessStatus": "failure", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "272688cb-0585-4df8-9a0e-a422c2a555c4", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 121, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Adobe Identity Management Service", "resourceId": "30663ca7-f8a9-43ab-8ca1-7906bdbc1485", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 230297, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "925iqbyK4ZDJNFpYYM9ynfeGYmH1Upr7rP6dRrwgfIwEIZcU", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "a6c259e5-7f16-48b2-a9f3-75becd6daa9b", "rngcStatus": 0}}, {"time": "2022-08-08T21:48:36.227599Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "SignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "205.33.24.92", "correlationId": "1e7281ef-88bc-4578-b272-920fcbfcc197", "identity": "Aaron Cole", "Level": 4, "location": "XD", "properties": {"id": "c7effe19-f517-48ca-9f7d-2de551506a00", "createdDateTime": "2022-08-08T21:48:36.329599Z", "userDisplayName": "Aaron Cole", "userPrincipalName": "acole@domain.com", "userId": "5d557969-1645-4ba4-be83-b6fd943659f7", "appId": "03d81133-bfaa-4cad-b5fc-938f0fe86da9", "appDisplayName": "Dream Broker Studio", "ipAddress": "205.33.24.92", "status": {"errorCode": 0}, "clientAppUsed": "Browser", "userAgent": "Mozilla/5.0 (X11; Linux i686) AppleWebKit/536.2 (KHTML, like Gecko) Chrome/22.0.877.0 Safari/536.2", "deviceDetail": {"deviceId": "", "operatingSystem": "Windows 10", "browser": "Chrome 22.0.877.0"}, "location": {"city": "Kristinmouth", "state": "Norrisbury", "countryOrRegion": "XD", "geoCoordinates": {"latitude": 26.278784, "longitude": -92.042573}}, "correlationId": "f81668f6-f023-4e34-88fc-2f8d62a385c2", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "85915615-583a-4995-902e-85c8388ebbad", "isInteractive": true, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 102, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Dream Broker Studio Online", "resourceId": "f0630e90-b752-4960-bfb9-a0794fc34930", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 214655, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "uN9Auhk8hekDKUMN66mHXw8yLy33NSLyVWBDfRPxicmpcn1Y", "incomingTokenType": "none", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "1f37c851-4be4-455b-928a-fbde7845a68a", "rngcStatus": 0}}, {"time": "2022-08-08T22:04:02.334173Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "SignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "205.33.24.92", "correlationId": "8d5781f7-148b-49ec-9407-c96e2e79cfff", "identity": "Aaron Cole", "Level": 4, "location": "XD", "properties": {"id": "7682696f-415e-4a05-906d-36aa37087200", "createdDateTime": "2022-08-08T22:04:02.446173Z", "userDisplayName": "Aaron Cole", "userPrincipalName": "acole@domain.com", "userId": "5d557969-1645-4ba4-be83-b6fd943659f7", "appId": "e47a1d38-5f61-45cd-b1b9-bc92f525c598", "appDisplayName": "Altoura", "ipAddress": "205.33.24.92", "status": {"errorCode": 0}, "clientAppUsed": "Browser", "userAgent": "Mozilla/5.0 (X11; Linux i686) AppleWebKit/536.2 (KHTML, like Gecko) Chrome/22.0.877.0 Safari/536.2", "deviceDetail": {"deviceId": "", "operatingSystem": "Windows 10", "browser": "Chrome 22.0.877.0"}, "location": {"city": "Kristinmouth", "state": "Norrisbury", "countryOrRegion": "XD", "geoCoordinates": {"latitude": 26.278784, "longitude": -92.042573}}, "correlationId": "31ab1de0-f333-45ed-9b1c-1ed0946b6679", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "28a654ef-c063-4751-83b8-53d4f8decd99", "isInteractive": true, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 112, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Altoura Online", "resourceId": "f0630e90-b752-4960-bfb9-a0794fc34930", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 214655, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "5KcMPfWIs15LLlNBhwDI2w7iKtrnxKc0q8ckrFAO3bDj3zDp", "incomingTokenType": "none", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "1f37c851-4be4-455b-928a-fbde7845a68a", "rngcStatus": 0}}, {"time": "2022-08-08T22:22:22.473796Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "13.113.40.157", "correlationId": "95e7acf2-0082-46da-bfa1-8f58b46d60c7", "identity": "Attack Target", "Level": 4, "location": "XR", "properties": {"id": "bda3243b-e692-4956-ba3d-d340223e7200", "createdDateTime": "2022-08-08T22:22:22.586796Z", "userDisplayName": "Attack Target", "userPrincipalName": "attacktarget@domain.com", "userId": "d735e84b-dcca-404d-9f7d-700f360f41a6", "appId": "9a7e67c7-6f05-42a3-b226-97c7ec3e9696", "appDisplayName": "Adobe Identity Management", "ipAddress": "13.113.40.157", "status": {"errorCode": 0}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (iPad; CPU iPad OS 9_3_6 like Mac OS X) AppleWebKit/536.1 (KHTML, like Gecko) CriOS/42.0.865.0 Mobile/77O124 Safari/536.1 Edge/99.14477", "deviceDetail": {"deviceId": "a44625dc-6f81-449a-9799-8005f7209b42", "displayName": "ATTACKTARGET-LT", "operatingSystem": "Windows 10", "browser": "Edge 99.14477", "trustType": "Azure AD registered"}, "location": {"city": "Smithfort", "state": "Smithfort", "countryOrRegion": "XR", "geoCoordinates": {"latitude": 3.7564095, "longitude": -121.574606}}, "correlationId": "e342c3c2-c26b-4fe9-84a0-326270f20e83", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "e4a0f8bb-4633-4727-810c-1278a04c5b61", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 113, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Adobe Identity Management Service", "resourceId": "30663ca7-f8a9-43ab-8ca1-7906bdbc1485", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 34974, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "wlU39gxoGOUJfVZodmPhTzNcyjqbcN4L1JGNCEDN4vAmMkGG", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "a6c259e5-7f16-48b2-a9f3-75becd6daa9b", "rngcStatus": 0}}, {"time": "2022-08-08T22:22:58.537885Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "44.22.19.201", "correlationId": "d9b84bf0-00f4-4095-a038-7280cf46a89d", "identity": "David Johnson", "Level": 4, "location": "XN", "properties": {"id": "6f79f7c1-6b64-4eac-8583-86d3d89c6c00", "createdDateTime": "2022-08-08T22:22:58.723885Z", "userDisplayName": "David Johnson", "userPrincipalName": "djohnson@domain.com", "userId": "ff2ae3d2-8cd2-4bd6-b65d-49c5ad946c7f", "appId": "b6eb5487-41e5-4254-acc5-72fbd850bd1e", "appDisplayName": "Google Cloud / G Suite Connector by Microsoft", "ipAddress": "44.22.19.201", "status": {"errorCode": 0}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (Windows NT 4.0) AppleWebKit/531.1 (KHTML, like Gecko) Chrome/20.0.823.0 Safari/531.1 Edge/87.11424", "deviceDetail": {"deviceId": "8fb0ff79-f116-4f20-8ca8-36b3f8d68865", "displayName": "DAVIDJOHNSON-LT", "operatingSystem": "Windows 10", "browser": "Edge 87.11424", "trustType": "Azure AD registered"}, "location": {"city": "Littlemouth", "state": "Alexanderfurt", "countryOrRegion": "XN", "geoCoordinates": {"latitude": 25.4437255, "longitude": -109.530885}}, "correlationId": "192bfe25-4466-4bd1-b589-3edaf8a9bab9", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "297626e2-379b-4489-b0ae-b4257da5e2ce", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 186, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Google Cloud / G Suite Connector by Microsoft Service", "resourceId": "47e06079-6a63-42ab-89ea-840a60f3ea94", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 230297, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "DpRNNWPNxtdsNr3RluVO95f4BUbHc37JMf8uQEj6ZgHDDqkW", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "af115473-a920-4919-a03a-7215ca304189", "rngcStatus": 0}}, {"time": "2022-08-08T22:25:33.074801Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "13.113.40.157", "correlationId": "c63952e1-e111-4181-b1f6-7cfb62ede6e9", "identity": "Attack Target", "Level": 4, "location": "XR", "properties": {"id": "541ec948-4b40-46bd-a337-75cb7ee76a00", "createdDateTime": "2022-08-08T22:25:33.212801Z", "userDisplayName": "Attack Target", "userPrincipalName": "attacktarget@domain.com", "userId": "d735e84b-dcca-404d-9f7d-700f360f41a6", "appId": "9a7e67c7-6f05-42a3-b226-97c7ec3e9696", "appDisplayName": "Adobe Identity Management", "ipAddress": "13.113.40.157", "status": {"errorCode": 0}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (iPad; CPU iPad OS 9_3_6 like Mac OS X) AppleWebKit/536.1 (KHTML, like Gecko) CriOS/42.0.865.0 Mobile/77O124 Safari/536.1 Edge/99.14477", "deviceDetail": {"deviceId": "a44625dc-6f81-449a-9799-8005f7209b42", "displayName": "ATTACKTARGET-LT", "operatingSystem": "Windows 10", "browser": "Edge 99.14477", "trustType": "Azure AD registered"}, "location": {"city": "New John", "state": "Smithfort", "countryOrRegion": "XR", "geoCoordinates": {"latitude": -89.144242, "longitude": 168.119022}}, "correlationId": "4b6045e1-691f-4dc9-b133-07384192dcac", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "20a73ae8-4b8c-49c4-b639-49ba4ca9a97b", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 138, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Adobe Identity Management Service", "resourceId": "7d6a0897-8b82-49e9-90e2-d482fb9202bd", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 34974, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "RXpcsvZmE8EOv8GvqLk8qz9ZGklvGXeuHASHQS5z8w19pFZA", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "537d9419-7e2b-4778-9102-62256bcfcf45", "rngcStatus": 0}}, {"time": "2022-08-08T22:39:16.889531Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "86.154.193.190", "correlationId": "04ccd1dc-7820-4ae9-be6b-23cd8be50440", "identity": "Melissa Martin", "Level": 4, "location": "XR", "properties": {"id": "4ef53074-987d-44ae-a8dd-b6e41c319300", "createdDateTime": "2022-08-08T22:39:16.991531Z", "userDisplayName": "Melissa Martin", "userPrincipalName": "mmartin@domain.com", "userId": "632ccb55-03a7-40f4-9893-653527cae790", "appId": "9de6e985-97a5-4d82-9c45-aedaa9c25ef9", "appDisplayName": "AWS Single-Account Access", "ipAddress": "86.154.193.190", "status": {"errorCode": 0}, "clientAppUsed": "Browser", "deviceDetail": {"deviceId": "", "operatingSystem": "Windows"}, "location": {"city": "Port Denisetown", "state": "Smithton", "countryOrRegion": "XR", "geoCoordinates": {"latitude": 3.5518965, "longitude": 131.871582}}, "correlationId": "32ec285e-d5ca-4237-8547-5d0a46c2e7c1", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "0f48a969-dd98-4917-98d6-a4f7145453db", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 102, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "AWS Single-Account Access Service", "resourceId": "72f0186d-d327-46c9-a8ff-497e0caa8691", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 256668, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "LALXdOQIAxSrfpYRzPmP1ylt1bpTxg8LPrw5ZWjxB5mlCh2j", "incomingTokenType": "none", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": null, "rngcStatus": 0}}, {"time": "2022-08-08T22:40:49.552094Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "134.219.180.76", "correlationId": "1962da33-f006-4b54-a04c-e5da98afd929", "identity": "Joseph Taylor", "Level": 4, "location": "XF", "properties": {"id": "6a5f64c1-1a9a-4556-9496-2d20677a8700", "createdDateTime": "2022-08-08T22:40:49.629094Z", "userDisplayName": "Joseph Taylor", "userPrincipalName": "jtaylor@domain.com", "userId": "af9847eb-c773-41ae-bf94-42747c5e986c", "appId": "bf2855c0-7434-4262-8885-ad2f5206d324", "appDisplayName": "COINS Construction Cloud - Project and Productivity Apps", "ipAddress": "134.219.180.76", "status": {"errorCode": 0, "additionalDetails": "MFA requirement satisfied by claim in the token"}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (iPad; CPU iPad OS 9_3_6 like Mac OS X) AppleWebKit/536.1 (KHTML, like Gecko) CriOS/42.0.865.0 Mobile/77O124 Safari/536.1 Edge/99.14477", "deviceDetail": {"deviceId": "76b96bd3-e5d7-49ee-b195-bf363facdb3d", "displayName": "JOSEPHTAYLOR-LT", "operatingSystem": "Windows 10", "browser": "Edge 99.14477", "isCompliant": true, "isManaged": true, "trustType": "Azure AD joined"}, "location": {"city": "Mannville", "state": "Porterside", "countryOrRegion": "XF", "geoCoordinates": {"latitude": -50.9955705, "longitude": 104.613841}}, "mfaDetail": {}, "correlationId": "607f2a32-74ab-461b-bf61-6160757244f0", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "31c9b9fd-5424-4c60-92de-9cfd4090a9a5", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 77, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "COINS Construction Cloud - Project and Productivity Apps Service", "resourceId": "054f44f6-54fb-4ef0-9fc3-d3ec90e47d0d", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 124400, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "BAe7RmtuwD4uNaFMpZUZzSEXSlfJgT6PQmsJhaA5CwZywxAM", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": null, "rngcStatus": 0}}, {"time": "2022-08-08T22:44:50.561420Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "92.110.109.246", "correlationId": "e177cdea-2744-4eb8-8f04-af4eca014626", "identity": "David Johnson", "Level": 4, "location": "XR", "properties": {"id": "89d2bf47-746f-4da3-ab65-829247474900", "createdDateTime": "2022-08-08T22:44:50.735420Z", "userDisplayName": "David Johnson", "userPrincipalName": "djohnson@domain.com", "userId": "ff2ae3d2-8cd2-4bd6-b65d-49c5ad946c7f", "appId": "9a7e67c7-6f05-42a3-b226-97c7ec3e9696", "appDisplayName": "Adobe Identity Management", "ipAddress": "92.110.109.246", "status": {"errorCode": 0}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (Windows NT 4.0) AppleWebKit/531.1 (KHTML, like Gecko) Chrome/20.0.823.0 Safari/531.1 Edge/87.11424", "deviceDetail": {"deviceId": "8fb0ff79-f116-4f20-8ca8-36b3f8d68865", "displayName": "DAVIDJOHNSON-LT", "operatingSystem": "Windows 10", "browser": "Edge 87.11424", "trustType": "Azure AD registered"}, "location": {"city": "Port Denisetown", "state": "Smithton", "countryOrRegion": "XR", "geoCoordinates": {"latitude": 3.5518965, "longitude": 131.871582}}, "correlationId": "39e00dc5-1ba6-4fe6-9f3c-8344c9441a5a", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "55d08560-538e-402b-ad1b-68a3dfc4baa1", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "processingTimeInMilliseconds": 174, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Adobe Identity Management Service", "resourceId": "f0630e90-b752-4960-bfb9-a0794fc34930", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 230297, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "wBjXWOZP1rf2qGbPj5I5wTAnR12VaZ8EwlHgtZZRbtuLcyDO", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "1f37c851-4be4-455b-928a-fbde7845a68a"}}, {"time": "2022-08-08T22:51:19.801221Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "147.132.189.119", "correlationId": "4887bd2d-88c1-4909-b895-6b1975eab65f", "identity": "Terry Proctor", "Level": 4, "location": "XR", "properties": {"id": "d9fe19c7-3b22-47c4-a577-e6f9494c6c00", "createdDateTime": "2022-08-08T22:51:19.950221Z", "userDisplayName": "Terry Proctor", "userPrincipalName": "tproctor@domain.com", "userId": "03110cc5-e54f-4dae-b68a-bf5d945f8152", "appId": "2eae4ad1-8cae-48fe-b718-76bd66e2fc7f", "appDisplayName": "Bipsync", "ipAddress": "147.132.189.119", "status": {"errorCode": 0, "additionalDetails": "MFA requirement satisfied by claim in the token"}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (X11; Linux i686) AppleWebKit/533.0 (KHTML, like Gecko) Chrome/24.0.803.0 Safari/533.0 Edge/40.11325", "deviceDetail": {"deviceId": "88ee69d5-1eb7-4f29-b594-e9b4e3371940", "displayName": "TERRYPROCTOR-LT", "operatingSystem": "Windows 10", "browser": "Edge 40.11325", "isCompliant": true, "isManaged": true, "trustType": "Azure AD joined"}, "location": {"city": "Port Denisetown", "state": "Smithton", "countryOrRegion": "XR", "geoCoordinates": {"latitude": 3.5518965, "longitude": 131.871582}}, "mfaDetail": {}, "correlationId": "a2289baf-eb64-4581-8e32-b73823c2dee9", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "895ac087-9c30-45c2-9cd2-8a1df58a1d15", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 149, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Bipsync Service", "resourceId": "aaf780ce-b996-49b9-986d-8bb23f7bce3a", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 256668, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "Dzsfwza2sogywM7zU6KGohdNceUmI7Ejkq4mQasKjIo2mcPE", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "b7da42cc-a168-4148-b15a-792ad32c2ff5", "rngcStatus": 0}}, {"time": "2022-08-08T22:56:27.003034Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "105.169.153.183", "correlationId": "86c97f18-46d1-4475-a63e-be0bfcd3324e", "identity": "Jim Gonzalez", "Level": 4, "location": "XR", "properties": {"id": "444f54e0-e5b3-4eda-8063-00d22bf98200", "createdDateTime": "2022-08-08T22:56:27.144034Z", "userDisplayName": "Jim Gonzalez", "userPrincipalName": "jgonzalez@domain.com", "userId": "95090045-a9c5-489c-adee-2db430a3333a", "appId": "895b9fb3-4084-4f9f-a314-d082d67e3c5c", "appDisplayName": "Airstack", "ipAddress": "105.169.153.183", "status": {"errorCode": 0}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (Windows NT 4.0) AppleWebKit/532.1 (KHTML, like Gecko) Chrome/38.0.801.0 Safari/532.1 Edge/19.15284", "deviceDetail": {"deviceId": "15135d1f-cb47-4bd8-b76d-90a9171c09bd", "displayName": "JIMGONZALEZ-LT", "operatingSystem": "Windows 10", "browser": "Edge 19.15284", "trustType": "Azure AD registered"}, "location": {"city": "Santosborough", "state": "Smithton", "countryOrRegion": "XR", "geoCoordinates": {"latitude": 12.8350355, "longitude": 138.359011}}, "correlationId": "8fb361c1-df1e-4e30-a9bc-025a5a1a4941", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "3e79adbc-ebbc-4945-bf76-c5b69d615f35", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 141, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Airstack Service", "resourceId": "f0630e90-b752-4960-bfb9-a0794fc34930", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 256668, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "U0yY2z2Rgq3aPvIAquMTydr64xHjopQ2WhfhBskb2Vo47omh", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "1f37c851-4be4-455b-928a-fbde7845a68a", "rngcStatus": 0}}, {"time": "2022-08-08T23:06:49.590728Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "44.22.19.201", "correlationId": "9e0033d8-7369-445d-8166-7b7c03351c57", "identity": "David Johnson", "Level": 4, "location": "XN", "properties": {"id": "96843c4e-d6c8-49c6-9d20-64122be17200", "createdDateTime": "2022-08-08T23:06:49.732728Z", "userDisplayName": "David Johnson", "userPrincipalName": "djohnson@domain.com", "userId": "ff2ae3d2-8cd2-4bd6-b65d-49c5ad946c7f", "appId": "9a7e67c7-6f05-42a3-b226-97c7ec3e9696", "appDisplayName": "Adobe Identity Management", "ipAddress": "44.22.19.201", "status": {"errorCode": 0}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (Windows NT 4.0) AppleWebKit/531.1 (KHTML, like Gecko) Chrome/20.0.823.0 Safari/531.1 Edge/87.11424", "deviceDetail": {"deviceId": "8fb0ff79-f116-4f20-8ca8-36b3f8d68865", "displayName": "DAVIDJOHNSON-LT", "operatingSystem": "Windows 10", "browser": "Edge 87.11424", "trustType": "Azure AD registered"}, "location": {"city": "Littlemouth", "state": "Alexanderfurt", "countryOrRegion": "XN", "geoCoordinates": {"latitude": 25.4437255, "longitude": -109.530885}}, "correlationId": "d18ca3e1-137c-494a-b495-c78454377541", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "e252ac0c-2fca-452f-ac9d-15757181d3f1", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 142, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Adobe Identity Management Service", "resourceId": "80abac89-d2c0-4b6c-8ffc-5023bd7efc5e", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 230297, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "3nBNp1asUbrXlflHmxtiy1v33EeVaLDI5s5ZOtI0UveaRkvf", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": null, "rngcStatus": 0}}, {"time": "2022-08-08T23:11:03.555197Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "21.206.133.221", "correlationId": "b446dcc6-be29-47bc-bcf9-266d7439b463", "identity": "Angela Kerr", "Level": 4, "location": "XQ", "properties": {"id": "c4d70abb-d9d9-4a46-9278-1d568061a000", "createdDateTime": "2022-08-08T23:11:03.706197Z", "userDisplayName": "Angela Kerr", "userPrincipalName": "akerr@domain.com", "userId": "0db48846-20f7-44bc-bbdd-457a8ea9f7d8", "appId": "84f18b4b-ae12-484a-847f-f3e36093594a", "appDisplayName": "Slack", "ipAddress": "21.206.133.221", "status": {"errorCode": 0}, "clientAppUsed": "Browser", "deviceDetail": {"deviceId": "", "operatingSystem": "Windows"}, "location": {"city": "Brownton", "state": "Stephanieberg", "countryOrRegion": "XQ", "geoCoordinates": {"latitude": -37.755925, "longitude": -139.744832}}, "correlationId": "86426439-a2d6-454b-ac69-227381306eba", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "ccb95b4d-580f-4b28-a730-fadef8f55da1", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 151, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Slack Service", "resourceId": "716aba4b-c9f6-4449-afd5-9a63e6544db2", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 12916, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "1QmvfzmP5shjXV5l9IK7URhdDY6wRmZHrwepUxJJ2P6EH8V1", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "91299e6a-641e-45f3-8eb9-00c8dc321db1", "rngcStatus": 0}}, {"time": "2022-08-08T23:17:53.439946Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "99.116.100.205", "correlationId": "2f0d4747-9d40-4976-871d-29ebb9c3097a", "identity": "Aaron Cole", "Level": 4, "location": "XD", "properties": {"id": "09bc22c3-cc85-4198-bbfc-5e674a935c00", "createdDateTime": "2022-08-08T23:17:53.531946Z", "userDisplayName": "Aaron Cole", "userPrincipalName": "acole@domain.com", "userId": "5d557969-1645-4ba4-be83-b6fd943659f7", "appId": "cb9ad245-0b24-4c75-ba23-398500baf7a8", "appDisplayName": "FileCloud", "ipAddress": "99.116.100.205", "status": {"errorCode": 0}, "clientAppUsed": "Browser", "deviceDetail": {"deviceId": "", "operatingSystem": "Windows", "browser": "Rich Client 4.35.1.0"}, "location": {"city": "Carrollstad", "state": "Norrisbury", "countryOrRegion": "XD", "geoCoordinates": {"latitude": -38.8540465, "longitude": -17.674718}}, "correlationId": "f52c5ca0-b41f-4b6c-aa14-ff5a3cfb1748", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "402577cc-91b7-45cd-b25c-f007a421b873", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "processingTimeInMilliseconds": 92, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "FileCloud Service", "resourceId": "72f0186d-d327-46c9-a8ff-497e0caa8691", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 214655, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "DQ88tUfS06Hb8MdSbDIvrVDAOoiVlj0O4cNUb3n7ZWfaCy3f", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": null}}, {"time": "2022-08-08T23:25:29.956713Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "50158", "resultSignature": "None", "resultDescription": "External security challenge was not satisfied.", "durationMs": 0, "callerIpAddress": "42.62.103.34", "correlationId": "2e793954-0bd9-4bee-9b46-5f232472449f", "identity": "Joseph Taylor", "Level": 4, "location": "XF", "properties": {"id": "dcca18ca-b75c-4147-ba68-6c68de059500", "createdDateTime": "2022-08-08T23:25:30.036713Z", "userDisplayName": "Joseph Taylor", "userPrincipalName": "jtaylor@domain.com", "userId": "af9847eb-c773-41ae-bf94-42747c5e986c", "appId": "ce17d629-c602-4606-b278-f9698b779e35", "appDisplayName": "Office 365 SharePoint Online", "ipAddress": "42.62.103.34", "status": {"errorCode": 50158, "failureReason": "External security challenge was not satisfied."}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (iPad; CPU iPad OS 9_3_6 like Mac OS X) AppleWebKit/536.1 (KHTML, like Gecko) CriOS/42.0.865.0 Mobile/77O124 Safari/536.1 Edge/99.14477", "deviceDetail": {"deviceId": "76b96bd3-e5d7-49ee-b195-bf363facdb3d", "displayName": "JOSEPHTAYLOR-LT", "operatingSystem": "Windows 10", "browser": "Edge 99.14477", "isCompliant": true, "isManaged": true, "trustType": "Azure AD joined"}, "location": {"city": "Jessicafurt", "state": "Smithbury", "countryOrRegion": "XF", "geoCoordinates": {"latitude": 17.5082395, "longitude": -115.304215}}, "correlationId": "39eb61a7-bd61-4e22-b4d3-bbffb267ab3a", "conditionalAccessStatus": "failure", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "5f246c68-8db2-4f83-9a48-ad364d83d9fb", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 80, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Office 365 SharePoint Online Service", "resourceId": "6a59cbef-3ac0-4cd5-aad7-58d1f43d5302", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 393508, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "2waIDvzIN8lT4xjB8Fle3rUyw4WJBuCjlLI6rHVHubbwUBau", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "6e49c7cd-137b-480c-a5be-4942a826743e", "rngcStatus": 0}}, {"time": "2022-08-08T23:28:17.141731Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "50158", "resultSignature": "None", "resultDescription": "External security challenge was not satisfied.", "durationMs": 0, "callerIpAddress": "44.22.19.201", "correlationId": "1c5d89be-eef2-4c90-bbdc-71c175ff7b68", "identity": "Thomas Price", "Level": 4, "location": "XN", "properties": {"id": "0a5d29f3-d2f6-475a-8ab8-e72bb91a6400", "createdDateTime": "2022-08-08T23:28:17.293731Z", "userDisplayName": "Thomas Price", "userPrincipalName": "tprice@domain.com", "userId": "32109ee2-ee4f-4d11-9c38-2556aec0f2b5", "appId": "9a7e67c7-6f05-42a3-b226-97c7ec3e9696", "appDisplayName": "Adobe Identity Management", "ipAddress": "44.22.19.201", "status": {"errorCode": 50158, "failureReason": "External security challenge was not satisfied."}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (X11; Linux i686) AppleWebKit/535.2 (KHTML, like Gecko) Chrome/22.0.843.0 Safari/535.2 Edge/118.12158", "deviceDetail": {"deviceId": "a12f42a7-2ae0-42d8-aec8-bf7cb3dea82c", "displayName": "THOMASPRICE-LT", "operatingSystem": "Windows 10", "browser": "Edge 118.12158", "trustType": "Hybrid Azure AD joined"}, "location": {"city": "Littlemouth", "state": "Alexanderfurt", "countryOrRegion": "XN", "geoCoordinates": {"latitude": 25.4437255, "longitude": -109.530885}}, "correlationId": "32b2ba8f-fac5-4e96-9486-0d8933a20a9e", "conditionalAccessStatus": "failure", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "268e090e-6112-4d4b-803e-44dbaec3d869", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 152, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Adobe Identity Management Service", "resourceId": "30663ca7-f8a9-43ab-8ca1-7906bdbc1485", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 230297, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "HRX1hJPpo0AwrWWlwJEskmlQthhfagIP9PiKCqAlO9uCw5Kx", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "a6c259e5-7f16-48b2-a9f3-75becd6daa9b", "rngcStatus": 0}}, {"time": "2022-08-08T23:36:29.294298Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "91.132.253.146", "correlationId": "037a3ba0-7040-1000-b3ca-f9b6d0c1a2e0", "identity": "Aaron Cole", "Level": 4, "location": "XD", "properties": {"id": "0e90a778-2cf2-4eee-b19f-bc6dea2e8a00", "createdDateTime": "2022-08-08T23:36:29.361298Z", "userDisplayName": "Aaron Cole", "userPrincipalName": "acole@domain.com", "userId": "5d557969-1645-4ba4-be83-b6fd943659f7", "appId": "439cf80c-f381-45bd-9b6a-a006882e7246", "appDisplayName": "Atlassian Cloud", "ipAddress": "91.132.253.146", "status": {"errorCode": 0}, "clientAppUsed": "Browser", "deviceDetail": {"deviceId": "", "operatingSystem": "Windows"}, "location": {"city": "Rickshire", "state": "Norrisbury", "countryOrRegion": "XD", "geoCoordinates": {"latitude": -78.5751045, "longitude": 58.329246}}, "correlationId": "9c821a67-7ff1-4e88-ae74-c051c93522a3", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "a1f991fd-74f8-4d78-aeb0-7b62b3dc573d", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 67, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Atlassian Cloud Service", "resourceId": "72f0186d-d327-46c9-a8ff-497e0caa8691", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 214655, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "hEN4GBERjxj89yVBbzxkHjjEzrd9r0XfcdxwElw7EDxx8Ywl", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": null, "rngcStatus": 0}}, {"time": "2022-08-08T23:43:19.521876Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "99.116.100.205", "correlationId": "8dc7e62e-3240-410b-b6ef-f40d97a614aa", "identity": "Aaron Cole", "Level": 4, "location": "XD", "properties": {"id": "38b051b1-09e2-4d5c-9ca4-97869de57300", "createdDateTime": "2022-08-08T23:43:19.584876Z", "userDisplayName": "Aaron Cole", "userPrincipalName": "acole@domain.com", "userId": "5d557969-1645-4ba4-be83-b6fd943659f7", "appId": "b6eb5487-41e5-4254-acc5-72fbd850bd1e", "appDisplayName": "Google Cloud / G Suite Connector by Microsoft", "ipAddress": "99.116.100.205", "status": {"errorCode": 0}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (iPad; CPU iPad OS 14_2 like Mac OS X) AppleWebKit/535.2 (KHTML, like Gecko) CriOS/33.0.816.0 Mobile/88O531 Safari/535.2 Edge/117.19612", "deviceDetail": {"deviceId": "", "operatingSystem": "Windows 10", "browser": "Edge 117.19612"}, "location": {"city": "Carrollstad", "state": "Norrisbury", "countryOrRegion": "XD", "geoCoordinates": {"latitude": -38.8540465, "longitude": -17.674718}}, "correlationId": "a6bee011-a5e3-475e-abca-57d75bfb316d", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "bfd9fef3-f2d5-4717-80a2-4da3e5370041", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 63, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Google Cloud / G Suite Connector by Microsoft Service", "resourceId": "ecbdb25d-8af8-4fc2-88e9-c990f2aca3eb", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 214655, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "cqZCDBkEGkPb60u503LpV0KSoBZFIzYIqxltUA8F2nFIjy9b", "incomingTokenType": "none", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "592bb571-3a2e-4a77-8560-63f6276de0da", "rngcStatus": 0}}, {"time": "2022-08-08T23:58:43.815912Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "SignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "199.12.127.103", "correlationId": "7a0a3b1d-bafa-4a49-9383-a532cc7379c3", "identity": "Jacob Meyers", "Level": 4, "location": "XG", "properties": {"id": "4c995af8-3e38-4dcb-9141-ed013e4f6500", "createdDateTime": "2022-08-08T23:58:43.918912Z", "userDisplayName": "Jacob Meyers", "userPrincipalName": "jmeyers@domain.com", "userId": "c63a67b0-1651-4a8a-9560-cc703cdad5ad", "appId": "1b3edb90-1e06-46db-b021-e2fc1f7ddaf5", "appDisplayName": "Beatrust", "ipAddress": "199.12.127.103", "status": {"errorCode": 0}, "clientAppUsed": "Browser", "userAgent": "Mozilla/5.0 (Windows NT 5.1) AppleWebKit/534.1 (KHTML, like Gecko) Chrome/37.0.847.0 Safari/534.1", "deviceDetail": {"deviceId": "", "operatingSystem": "Windows 10", "browser": "Chrome 37.0.847.0"}, "location": {"city": "Port Nathan", "state": "Newmanville", "countryOrRegion": "XG", "geoCoordinates": {"latitude": 23.244641, "longitude": -113.392021}}, "correlationId": "a14a1a35-abc6-4ad9-a2d9-fb00936386d7", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "afc2ef63-ab4e-449b-bba7-b23d5188c112", "isInteractive": true, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 103, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Beatrust Service", "resourceId": "24578515-1951-4064-967d-0d2acaf0aa70", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 282405, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "EwfXe9QurmySupL816nElOT8g6Bg34NKVPuysi6Ngj71nlrd", "incomingTokenType": "none", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "0e68752b-7dfa-400b-a6f5-1b54af90696a", "rngcStatus": 0}}, {"time": "2022-08-09T00:23:17.790393Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "50158", "resultSignature": "None", "resultDescription": "External security challenge was not satisfied.", "durationMs": 0, "callerIpAddress": "92.110.109.246", "correlationId": "e780aac9-339a-43a7-90a3-164dbf571c01", "identity": "Thomas Price", "Level": 4, "location": "XR", "properties": {"id": "e8cac988-e748-48ae-8e6f-7271e9bb6e00", "createdDateTime": "2022-08-09T00:23:17.923393Z", "userDisplayName": "Thomas Price", "userPrincipalName": "tprice@domain.com", "userId": "32109ee2-ee4f-4d11-9c38-2556aec0f2b5", "appId": "9a7e67c7-6f05-42a3-b226-97c7ec3e9696", "appDisplayName": "Adobe Identity Management", "ipAddress": "92.110.109.246", "status": {"errorCode": 50158, "failureReason": "External security challenge was not satisfied."}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (X11; Linux i686) AppleWebKit/535.2 (KHTML, like Gecko) Chrome/22.0.843.0 Safari/535.2 Edge/118.12158", "deviceDetail": {"deviceId": "35819889-abdc-47e0-b28d-5195d26e941f", "displayName": "THOMASPRICE-LT", "operatingSystem": "Windows 10", "browser": "Edge 118.12158", "trustType": "Hybrid Azure AD joined"}, "location": {"city": "Port Denisetown", "state": "Smithton", "countryOrRegion": "XR", "geoCoordinates": {"latitude": 3.5518965, "longitude": 131.871582}}, "correlationId": "60533f2a-9ab8-4ed9-af65-3e80980374b0", "conditionalAccessStatus": "failure", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "81835986-4337-4815-a5c4-ddb89560727a", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 133, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Adobe Identity Management Service", "resourceId": "30663ca7-f8a9-43ab-8ca1-7906bdbc1485", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 230297, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "c9cNlCXvCxDH9M18TvDR31ex5vAopQINIfs3R3I644iv7bTh", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "a6c259e5-7f16-48b2-a9f3-75becd6daa9b", "rngcStatus": 0}}, {"time": "2022-08-09T00:51:25.173499Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "1.210.58.10", "correlationId": "599f07f6-b3b8-4450-a664-a2804999a75d", "identity": "Keith Sheppard", "Level": 4, "location": "XD", "properties": {"id": "676a8b82-7787-4511-9ea8-0339b6e59800", "createdDateTime": "2022-08-09T00:51:25.253499Z", "userDisplayName": "Keith Sheppard", "userPrincipalName": "ksheppard@domain.com", "userId": "05bd48f1-91d2-4c2d-9a7c-80e80f561b3c", "appId": "9a7e67c7-6f05-42a3-b226-97c7ec3e9696", "appDisplayName": "Adobe Identity Management", "ipAddress": "1.210.58.10", "ipAddressFromResourceProvider": "101.63.110.251", "status": {"errorCode": 0}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (Windows NT 4.0) AppleWebKit/531.1 (KHTML, like Gecko) Chrome/20.0.823.0 Safari/531.1 Edge/87.11424", "deviceDetail": {"deviceId": "639815fd-5018-4e38-9d81-67538b2ce460", "displayName": "KEITHSHEPPARD-LT", "operatingSystem": "Windows 10", "browser": "Edge 87.11424", "trustType": "Azure AD registered"}, "location": {"city": "Cooperhaven", "state": "Norrisbury", "countryOrRegion": "XD", "geoCoordinates": {"latitude": 70.436398, "longitude": -23.873747}}, "correlationId": "6b1e6534-d8c8-4fbd-9b9e-a40a70e6a1ba", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "6fc64624-c018-40b7-b788-71521b8ab2b0", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 80, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Adobe Identity Management Service", "resourceId": "9a84f55e-3a40-492c-9476-e069f64ed7a6", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 69487, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "pZDGmL5c9W927ryQJtf2VNDPFvA3NM8Y22AbOHLAYjm164lz", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "37ee873b-f901-4e25-be69-010243106d0f", "rngcStatus": 0}}, {"time": "2022-08-09T00:53:25.454124Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "50158", "resultSignature": "None", "resultDescription": "External security challenge was not satisfied.", "durationMs": 0, "callerIpAddress": "92.110.109.246", "correlationId": "a3de5cb0-3ce2-479f-b7d9-5eac2d2408da", "identity": "Thomas Price", "Level": 4, "location": "XR", "properties": {"id": "4c611638-3218-4fe7-8e92-9add1a0b6700", "createdDateTime": "2022-08-09T00:53:25.609124Z", "userDisplayName": "Thomas Price", "userPrincipalName": "tprice@domain.com", "userId": "32109ee2-ee4f-4d11-9c38-2556aec0f2b5", "appId": "9a7e67c7-6f05-42a3-b226-97c7ec3e9696", "appDisplayName": "Adobe Identity Management", "ipAddress": "92.110.109.246", "status": {"errorCode": 50158, "failureReason": "External security challenge was not satisfied."}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (X11; Linux i686) AppleWebKit/535.2 (KHTML, like Gecko) Chrome/22.0.843.0 Safari/535.2 Edge/118.12158", "deviceDetail": {"deviceId": "fb4d911d-6441-411b-868f-d25d5586a326", "displayName": "THOMASPRICE-LT", "operatingSystem": "Windows 10", "browser": "Edge 118.12158", "trustType": "Hybrid Azure AD joined"}, "location": {"city": "Port Denisetown", "state": "Smithton", "countryOrRegion": "XR", "geoCoordinates": {"latitude": 3.5518965, "longitude": 131.871582}}, "correlationId": "303dc5f3-f09b-448c-8631-cfa38e6ff478", "conditionalAccessStatus": "failure", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "47d77347-5854-40ad-b9c0-17cfa548caef", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 155, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Adobe Identity Management Service", "resourceId": "30663ca7-f8a9-43ab-8ca1-7906bdbc1485", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 230297, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "qgc41pEed2IMsb7piHLqDlE1E3w9NlqAC4SYHAJ3UjCLJBrH", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "a6c259e5-7f16-48b2-a9f3-75becd6daa9b", "rngcStatus": 0}}, {"time": "2022-08-09T00:59:05.927064Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "156.206.181.119", "correlationId": "ebf74baf-1ef4-4401-a7e5-81713925d83a", "identity": "Cynthia Perry", "Level": 4, "location": "XY", "properties": {"id": "2103c286-9815-4052-88cd-9deb09ae5300", "createdDateTime": "2022-08-09T00:59:06.032064Z", "userDisplayName": "Cynthia Perry", "userPrincipalName": "cperry@domain.com", "userId": "ac5fa380-9d5b-470e-beb2-5ba10aca48e6", "appId": "9de6e985-97a5-4d82-9c45-aedaa9c25ef9", "appDisplayName": "AWS Single-Account Access", "ipAddress": "156.206.181.119", "status": {"errorCode": 0}, "clientAppUsed": "Browser", "deviceDetail": {"deviceId": "", "operatingSystem": "Windows"}, "location": {"city": "Hannaville", "state": "Thomashaven", "countryOrRegion": "XY", "geoCoordinates": {"latitude": 1.1452695, "longitude": 128.249211}}, "correlationId": "23974113-7d93-4661-8bc8-771f1198bc51", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "d7d4ca45-a478-42e5-af81-ff1fc51c34c4", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "processingTimeInMilliseconds": 105, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "AWS Single-Account Access", "resourceId": "1f1f8006-bcaf-48ed-96be-45ba0b1802c3", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 279165, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "l9VKa11kHdUcRuWomG4jEXy1q7qP4NDDYstidhy9BNtJh3In", "incomingTokenType": "none", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": null}}, {"time": "2022-08-09T01:17:08.338762Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "212.169.11.63", "correlationId": "b65afb2b-424a-47cc-87bd-7bb3846f9714", "identity": "Kristen Howell", "Level": 4, "location": "XR", "properties": {"id": "bfd288f0-15c8-449b-8773-65dfacd68900", "createdDateTime": "2022-08-09T01:17:08.495762Z", "userDisplayName": "Kristen Howell", "userPrincipalName": "khowell@domain.com", "userId": "20e1e3f9-665f-45bd-9984-5e74b526d3b5", "appId": "9d794ea1-8d77-42e3-9fdd-6fd3620d616a", "appDisplayName": "Alaya", "ipAddress": "212.169.11.63", "status": {"errorCode": 0}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (iPad; CPU iPad OS 9_3_6 like Mac OS X) AppleWebKit/536.1 (KHTML, like Gecko) CriOS/42.0.865.0 Mobile/77O124 Safari/536.1 Edge/99.14477", "deviceDetail": {"deviceId": "caf12d64-01ec-4396-b330-e7eb6349ad45", "displayName": "KRISTENHOWELL-LT", "operatingSystem": "Windows 10", "browser": "Edge 99.14477", "trustType": "Azure AD registered"}, "location": {"city": "North Lisachester", "state": "Smithton", "countryOrRegion": "XR", "geoCoordinates": {"latitude": -69.00844, "longitude": -172.534328}}, "correlationId": "b7125923-0fc1-4803-9de8-1bc50f71d010", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "6a4b21bc-04db-4364-9b02-b11ca7b38ad3", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 157, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Alaya Service", "resourceId": "f0630e90-b752-4960-bfb9-a0794fc34930", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 144064, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "wTtB42qwca2c2nDjf2NAuoOCdyXxgxAAM8rL7brTYhNiy3LC", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "1f37c851-4be4-455b-928a-fbde7845a68a", "rngcStatus": 0}}, {"time": "2022-08-09T01:19:14.542580Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "81.209.4.19", "correlationId": "a213b4d4-bf73-4c31-b0b9-b22fcab183d8", "identity": "Jim Gonzalez", "Level": 4, "location": "XR", "properties": {"id": "515ffcc0-5449-40a2-80ac-594c0d4c6200", "createdDateTime": "2022-08-09T01:19:14.679580Z", "userDisplayName": "Jim Gonzalez", "userPrincipalName": "jgonzalez@domain.com", "userId": "95090045-a9c5-489c-adee-2db430a3333a", "appId": "9a7e67c7-6f05-42a3-b226-97c7ec3e9696", "appDisplayName": "Adobe Identity Management", "ipAddress": "81.209.4.19", "status": {"errorCode": 0}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (Linux; Android 4.4.3) AppleWebKit/533.2 (KHTML, like Gecko) Chrome/28.0.882.0 Safari/533.2 Edge/44.18413", "deviceDetail": {"deviceId": "1a428e94-41e3-4c1d-865a-0d31c9a2540b", "displayName": "JIMGONZALEZ-LT", "operatingSystem": "Windows 10", "browser": "Edge 44.18413", "trustType": "Azure AD registered"}, "location": {"city": "Santosborough", "state": "Smithton", "countryOrRegion": "XR", "geoCoordinates": {"latitude": 50.0774195, "longitude": 64.938754}}, "correlationId": "357dba25-ed7a-412d-96df-9fc3e95645b8", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "4ba86f2c-56bb-4525-9f3e-d9f1b221ec8a", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 137, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Adobe Identity Management Service", "resourceId": "30663ca7-f8a9-43ab-8ca1-7906bdbc1485", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 34974, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "KQkuTWHe6S1nWS1J7e0TUZYDYlt9bN4hTQQNKgdv2Swph9hc", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "a6c259e5-7f16-48b2-a9f3-75becd6daa9b", "rngcStatus": 0}}, {"time": "2022-08-09T01:54:18.025021Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "147.132.189.119", "correlationId": "3f1b667b-1017-483c-9407-9671b1b796d9", "identity": "Terry Proctor", "Level": 4, "location": "XR", "properties": {"id": "4e6951e2-962b-4b78-9df6-14b25ea18900", "createdDateTime": "2022-08-09T01:54:18.163021Z", "userDisplayName": "Terry Proctor", "userPrincipalName": "tproctor@domain.com", "userId": "03110cc5-e54f-4dae-b68a-bf5d945f8152", "appId": "413f12c2-a9cb-4ca6-a080-d4308249cbe1", "appDisplayName": "Air", "ipAddress": "147.132.189.119", "status": {"errorCode": 0, "additionalDetails": "MFA requirement satisfied by claim in the token"}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (X11; Linux i686) AppleWebKit/533.0 (KHTML, like Gecko) Chrome/24.0.803.0 Safari/533.0 Edge/40.11325", "deviceDetail": {"deviceId": "88ee69d5-1eb7-4f29-b594-e9b4e3371940", "displayName": "TERRYPROCTOR-LT", "operatingSystem": "Windows 10", "browser": "Edge 40.11325", "isCompliant": true, "isManaged": true, "trustType": "Azure AD joined"}, "location": {"city": "Port Denisetown", "state": "Smithton", "countryOrRegion": "XR", "geoCoordinates": {"latitude": 3.5518965, "longitude": 131.871582}}, "mfaDetail": {}, "correlationId": "e8b1ce01-e896-4893-b7d2-7f7da5dbb5f8", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "d515b26c-9c57-48cd-85f5-20134c788054", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 138, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Air Online", "resourceId": "76f4ef5e-0b9a-478c-89cd-2dcd57ca60c3", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 256668, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "9vhWIRCQhKsMlLn4pqoBRE9G34bOsCUMfjOgrHmzc5nUypUj", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": null, "rngcStatus": 0}}, {"time": "2022-08-09T02:04:28.245197Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "13.113.40.157", "correlationId": "aca8ac55-5c14-46d5-8854-c5bff6d904ce", "identity": "Attack Target", "Level": 4, "location": "XR", "properties": {"id": "b84db3dc-6311-47ec-98ed-c25068636900", "createdDateTime": "2022-08-09T02:04:28.381197Z", "userDisplayName": "Attack Target", "userPrincipalName": "attacktarget@domain.com", "userId": "d735e84b-dcca-404d-9f7d-700f360f41a6", "appId": "9a7e67c7-6f05-42a3-b226-97c7ec3e9696", "appDisplayName": "Adobe Identity Management", "ipAddress": "13.113.40.157", "ipAddressFromResourceProvider": "11.5.130.220", "status": {"errorCode": 0}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (iPad; CPU iPad OS 9_3_6 like Mac OS X) AppleWebKit/536.1 (KHTML, like Gecko) CriOS/42.0.865.0 Mobile/77O124 Safari/536.1 Edge/99.14477", "deviceDetail": {"deviceId": "a44625dc-6f81-449a-9799-8005f7209b42", "displayName": "ATTACKTARGET-LT", "operatingSystem": "Windows 10", "browser": "Edge 99.14477", "trustType": "Azure AD registered"}, "location": {"city": "Smithfort", "state": "Smithfort", "countryOrRegion": "XR", "geoCoordinates": {"latitude": 3.7564095, "longitude": -121.574606}}, "correlationId": "b2fc210d-0ca0-4e6d-b915-8c634db8b3c5", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "e1b215e7-d3c5-4d94-8290-58395f47cee8", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 136, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Adobe Identity Management Service", "resourceId": "9a84f55e-3a40-492c-9476-e069f64ed7a6", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 34974, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "qRZsd4rzhIfoaITXli9Rk4UBnocQxT6xuJwPj9ApyoOTXrrg", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "37ee873b-f901-4e25-be69-010243106d0f", "rngcStatus": 0}}, {"time": "2022-08-09T02:12:55.506005Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "156.206.181.119", "correlationId": "b804dbe1-d612-4514-9db1-c6acf1d77a12", "identity": "Cynthia Perry", "Level": 4, "location": "XY", "properties": {"id": "78c2d22b-2231-4c67-bb82-cf571bd15c00", "createdDateTime": "2022-08-09T02:12:55.599005Z", "userDisplayName": "Cynthia Perry", "userPrincipalName": "cperry@domain.com", "userId": "ac5fa380-9d5b-470e-beb2-5ba10aca48e6", "appId": "9de6e985-97a5-4d82-9c45-aedaa9c25ef9", "appDisplayName": "AWS Single-Account Access", "ipAddress": "156.206.181.119", "status": {"errorCode": 0}, "clientAppUsed": "Browser", "deviceDetail": {"deviceId": "", "operatingSystem": "Windows"}, "location": {"city": "Hannaville", "state": "Thomashaven", "countryOrRegion": "XY", "geoCoordinates": {"latitude": 1.1452695, "longitude": 128.249211}}, "correlationId": "8a0287bf-4432-4224-b127-68bac2d79310", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "681340a5-4a73-4600-a23b-02206ed40643", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 93, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "AWS Single-Account Access Service", "resourceId": "9a84f55e-3a40-492c-9476-e069f64ed7a6", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 279165, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "HKVs2zNu5pEAhZ9ZSrtZegeBePNcwp1cpgBSrMFSmW9hBXKy", "incomingTokenType": "none", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "37ee873b-f901-4e25-be69-010243106d0f", "rngcStatus": 0}}, {"time": "2022-08-09T02:16:00.745042Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "13.113.40.157", "correlationId": "dd9c2cf2-089c-4d4b-8659-330a2e6fff6e", "identity": "Attack Target", "Level": 4, "location": "XR", "properties": {"id": "19a7b609-0556-4362-ba62-46ab61117900", "createdDateTime": "2022-08-09T02:16:00.919042Z", "userDisplayName": "Attack Target", "userPrincipalName": "attacktarget@domain.com", "userId": "d735e84b-dcca-404d-9f7d-700f360f41a6", "appId": "9a7e67c7-6f05-42a3-b226-97c7ec3e9696", "appDisplayName": "Adobe Identity Management", "ipAddress": "13.113.40.157", "ipAddressFromResourceProvider": "13.113.40.157", "status": {"errorCode": 0}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (iPad; CPU iPad OS 9_3_6 like Mac OS X) AppleWebKit/536.1 (KHTML, like Gecko) CriOS/42.0.865.0 Mobile/77O124 Safari/536.1 Edge/99.14477", "deviceDetail": {"deviceId": "a44625dc-6f81-449a-9799-8005f7209b42", "displayName": "ATTACKTARGET-LT", "operatingSystem": "Windows 10", "browser": "Edge 99.14477", "trustType": "Azure AD registered"}, "location": {"city": "New John", "state": "Smithfort", "countryOrRegion": "XR", "geoCoordinates": {"latitude": -89.144242, "longitude": 168.119022}}, "correlationId": "1853a8da-b6ff-4445-a3f4-4b19bf1e839c", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "445cfee2-67a6-402d-849d-7e5702a137b5", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 174, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Adobe Identity Management Service", "resourceId": "c8eab36d-0a82-409d-8693-a8dabc997921", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 34974, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "zsHM9foiEZTpWF4HW809mD7thO5TrkeQyHRJ33U1T9TEMeOt", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "2248d3ef-d7b8-4eb2-bd20-fb53f725bfe3", "rngcStatus": 0}}, {"time": "2022-08-09T02:18:14.100859Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "63.94.19.180", "correlationId": "2265ad35-1b51-4559-aa98-9d7318d7fc55", "identity": "Vanessa Ramirez", "Level": 4, "location": "XD", "properties": {"id": "1c2bbe82-9810-4409-b985-32e056876000", "createdDateTime": "2022-08-09T02:18:14.221859Z", "userDisplayName": "Vanessa Ramirez", "userPrincipalName": "vramirez@domain.com", "userId": "5d72b7ed-62ea-4b94-b931-ccef65d71ebd", "appId": "9d794ea1-8d77-42e3-9fdd-6fd3620d616a", "appDisplayName": "Alaya", "ipAddress": "63.94.19.180", "status": {"errorCode": 0}, "clientAppUsed": "Mobile Apps and Desktop clients", "deviceDetail": {"deviceId": "", "operatingSystem": "MacOs"}, "location": {"city": "New James", "state": "Norrisbury", "countryOrRegion": "XD", "geoCoordinates": {"latitude": 64.5727225, "longitude": 92.661569}}, "correlationId": "ec52efed-c86c-4d65-8c95-1a8cdaaed997", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "4c1fba55-b980-4a96-bf4a-493257729c1a", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "processingTimeInMilliseconds": 121, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Alaya Service", "resourceId": "f0630e90-b752-4960-bfb9-a0794fc34930", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 45904, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "byUPWpNEFmO8pGjLBsEXIZjVYcpRJwF5b3xcPgfwVB4kd062", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "1f37c851-4be4-455b-928a-fbde7845a68a"}}, {"time": "2022-08-09T02:41:09.022046Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "91.132.253.146", "correlationId": "9af67e57-760f-4771-874b-624d64f6451e", "identity": "Aaron Cole", "Level": 4, "location": "XD", "properties": {"id": "4ddb034d-d670-4525-9f72-a3057ebb6e00", "createdDateTime": "2022-08-09T02:41:09.242046Z", "userDisplayName": "Aaron Cole", "userPrincipalName": "acole@domain.com", "userId": "5d557969-1645-4ba4-be83-b6fd943659f7", "appId": "af50c7b0-ad5f-40ec-840e-8d89be454ce4", "appDisplayName": "Citrix ShareFile", "ipAddress": "91.132.253.146", "status": {"errorCode": 0}, "clientAppUsed": "Browser", "deviceDetail": {"deviceId": "", "operatingSystem": "Windows10", "browser": "Rich Client 4.36.1.0"}, "location": {"city": "Rickshire", "state": "Norrisbury", "countryOrRegion": "XD", "geoCoordinates": {"latitude": -78.5751045, "longitude": 58.329246}}, "correlationId": "87f94b4f-ce2e-4a03-923c-7eba1a91530b", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "857152e2-237e-4873-8c13-d4a0685f290a", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 220, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Citrix ShareFile Online", "resourceId": "24578515-1951-4064-967d-0d2acaf0aa70", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 214655, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "A8cD36OxEw8t8U9MKBegcXyFtJ08JlzuMyg6ygXf1BPKipy7", "incomingTokenType": "none", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "0e68752b-7dfa-400b-a6f5-1b54af90696a", "rngcStatus": 0}}, {"time": "2022-08-09T02:45:35.396301Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "SignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "205.33.24.92", "correlationId": "b15e1909-7748-4053-a0d5-433b2ea2a98f", "identity": "Aaron Cole", "Level": 4, "location": "XD", "properties": {"id": "c9373607-daa3-4e2b-a7b6-7855cc564600", "createdDateTime": "2022-08-09T02:45:35.528301Z", "userDisplayName": "Aaron Cole", "userPrincipalName": "acole@domain.com", "userId": "5d557969-1645-4ba4-be83-b6fd943659f7", "appId": "e47a1d38-5f61-45cd-b1b9-bc92f525c598", "appDisplayName": "Altoura", "ipAddress": "205.33.24.92", "status": {"errorCode": 0}, "clientAppUsed": "Browser", "userAgent": "Mozilla/5.0 (Linux; Android 2.3.5) AppleWebKit/532.2 (KHTML, like Gecko) Chrome/46.0.898.0 Safari/532.2 Edge/105.19198", "deviceDetail": {"deviceId": "", "operatingSystem": "Windows 10", "browser": "Edge 105.19198"}, "location": {"city": "Kristinmouth", "state": "Norrisbury", "countryOrRegion": "XD", "geoCoordinates": {"latitude": 26.278784, "longitude": -92.042573}}, "correlationId": "d7d23136-c0fd-4094-83d0-abd85285f1d4", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "c2d33a96-e486-42b8-951a-142e8a8a07ab", "isInteractive": true, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "processingTimeInMilliseconds": 132, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Altoura Online", "resourceId": "8a137ba4-52ae-4dbf-94af-2e56851573c4", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 214655, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "b8OMjxlm7fUOp4ag2ANYTsuqP1qHXBlqWvaU5wJcD1vxCYPu", "incomingTokenType": "none", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": null}}, {"time": "2022-08-09T02:45:35.785144Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "156.206.181.119", "correlationId": "74ce3cbc-1995-447c-92f2-030ecee08346", "identity": "Cynthia Perry", "Level": 4, "location": "XY", "properties": {"id": "b2eaf7a7-4585-4df8-ad0b-b86983914d00", "createdDateTime": "2022-08-09T02:45:35.892144Z", "userDisplayName": "Cynthia Perry", "userPrincipalName": "cperry@domain.com", "userId": "ac5fa380-9d5b-470e-beb2-5ba10aca48e6", "appId": "9de6e985-97a5-4d82-9c45-aedaa9c25ef9", "appDisplayName": "AWS Single-Account Access", "ipAddress": "156.206.181.119", "status": {"errorCode": 0}, "clientAppUsed": "Browser", "deviceDetail": {"deviceId": "", "operatingSystem": "Windows"}, "location": {"city": "Hannaville", "state": "Thomashaven", "countryOrRegion": "XY", "geoCoordinates": {"latitude": 1.1452695, "longitude": 128.249211}}, "correlationId": "4a3e069c-6cc2-4ccb-afb6-4b0ab20b91e4", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "4f52b8a7-8736-4202-8b3e-f1a9c52e2e11", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "processingTimeInMilliseconds": 107, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "AWS Single-Account Access Service", "resourceId": "f0630e90-b752-4960-bfb9-a0794fc34930", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 279165, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "y0ol52BORXGdDql7IHgi53ElBj7X5zYnD3M3TYQAEz2wzYeN", "incomingTokenType": "none", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "1f37c851-4be4-455b-928a-fbde7845a68a"}}, {"time": "2022-08-09T02:49:23.688185Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "205.33.24.92", "correlationId": "be5142e8-a7db-4e37-bf78-0be8c8f78dd1", "identity": "Aaron Cole", "Level": 4, "location": "XD", "properties": {"id": "f72420a8-76bf-4e9a-bdc6-5a2b12738900", "createdDateTime": "2022-08-09T02:49:23.782185Z", "userDisplayName": "Aaron Cole", "userPrincipalName": "acole@domain.com", "userId": "5d557969-1645-4ba4-be83-b6fd943659f7", "appId": "cb9ad245-0b24-4c75-ba23-398500baf7a8", "appDisplayName": "FileCloud", "ipAddress": "205.33.24.92", "status": {"errorCode": 0}, "clientAppUsed": "Browser", "deviceDetail": {"deviceId": "", "operatingSystem": "Windows", "browser": "Rich Client 4.35.1.0"}, "location": {"city": "Kristinmouth", "state": "Norrisbury", "countryOrRegion": "XD", "geoCoordinates": {"latitude": 26.278784, "longitude": -92.042573}}, "correlationId": "2e8960e5-eae7-40f1-b4f8-d6a57f731ebc", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "0a816632-8c6e-444b-ad10-f7160920e528", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 94, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "FileCloud Service", "resourceId": "a1edee32-85c4-4a57-afcb-5853873a47e7", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 214655, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "9efWDvW1Bc5pbyvIslnpmhWT4DWNZjteQYv8abjiI1fQ4irz", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "0898af19-dfef-4b51-a918-f534c473013d", "rngcStatus": 0}}, {"time": "2022-08-09T03:09:35.759134Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "50158", "resultSignature": "None", "resultDescription": "External security challenge was not satisfied.", "durationMs": 0, "callerIpAddress": "92.110.109.246", "correlationId": "2473685a-2b88-44fb-9721-33cea5a39736", "identity": "Thomas Price", "Level": 4, "location": "XR", "properties": {"id": "13398d70-a5db-4e32-a8b5-aca5fafb9f00", "createdDateTime": "2022-08-09T03:09:35.867134Z", "userDisplayName": "Thomas Price", "userPrincipalName": "tprice@domain.com", "userId": "32109ee2-ee4f-4d11-9c38-2556aec0f2b5", "appId": "9a7e67c7-6f05-42a3-b226-97c7ec3e9696", "appDisplayName": "Adobe Identity Management", "ipAddress": "92.110.109.246", "status": {"errorCode": 50158, "failureReason": "External security challenge was not satisfied."}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (X11; Linux i686) AppleWebKit/535.2 (KHTML, like Gecko) Chrome/22.0.843.0 Safari/535.2 Edge/118.12158", "deviceDetail": {"deviceId": "0927e60c-8dfa-4ecf-be85-ad63bccf40a1", "displayName": "THOMASPRICE-LT", "operatingSystem": "Windows 10", "browser": "Edge 118.12158", "trustType": "Hybrid Azure AD joined"}, "location": {"city": "Port Denisetown", "state": "Smithton", "countryOrRegion": "XR", "geoCoordinates": {"latitude": 3.5518965, "longitude": 131.871582}}, "correlationId": "4f39995e-399a-4820-9f81-a4a322dc941e", "conditionalAccessStatus": "failure", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "138c76a4-e853-4863-942e-7a5f79a929f9", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 108, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Adobe Identity Management Service", "resourceId": "30663ca7-f8a9-43ab-8ca1-7906bdbc1485", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 230297, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "oZWB6YXngC9KnIIRAuFoVBoNT1KboGQwhlV8irtpMW4KuYUu", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "a6c259e5-7f16-48b2-a9f3-75becd6daa9b", "rngcStatus": 0}}, {"time": "2022-08-09T03:36:11.469664Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "50158", "resultSignature": "None", "resultDescription": "External security challenge was not satisfied.", "durationMs": 0, "callerIpAddress": "92.110.109.246", "correlationId": "c4117f36-10a8-4606-85c6-7a9fb3bcf89d", "identity": "Thomas Price", "Level": 4, "location": "XR", "properties": {"id": "e0bb90da-c10b-4d5e-a497-7e4e39d76900", "createdDateTime": "2022-08-09T03:36:11.611664Z", "userDisplayName": "Thomas Price", "userPrincipalName": "tprice@domain.com", "userId": "32109ee2-ee4f-4d11-9c38-2556aec0f2b5", "appId": "9a7e67c7-6f05-42a3-b226-97c7ec3e9696", "appDisplayName": "Adobe Identity Management", "ipAddress": "92.110.109.246", "status": {"errorCode": 50158, "failureReason": "External security challenge was not satisfied."}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (X11; Linux i686) AppleWebKit/535.2 (KHTML, like Gecko) Chrome/22.0.843.0 Safari/535.2 Edge/118.12158", "deviceDetail": {"deviceId": "a31478d2-f778-4d5a-b081-22579a9edcbe", "displayName": "THOMASPRICE-LT", "operatingSystem": "Windows 10", "browser": "Edge 118.12158", "trustType": "Hybrid Azure AD joined"}, "location": {"city": "Port Denisetown", "state": "Smithton", "countryOrRegion": "XR", "geoCoordinates": {"latitude": 3.5518965, "longitude": 131.871582}}, "correlationId": "061304f7-d1b3-45b7-a868-8def0c8aa6ab", "conditionalAccessStatus": "failure", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "2b267ecb-111b-4480-9d05-3e485b526050", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 142, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Adobe Identity Management Service", "resourceId": "30663ca7-f8a9-43ab-8ca1-7906bdbc1485", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 230297, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "N2nAgh0UmKMa4dmAresBrLOdOnD8UT8DMCPiEx31YFsvpgIn", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "a6c259e5-7f16-48b2-a9f3-75becd6daa9b", "rngcStatus": 0}}, {"time": "2022-08-09T03:38:02.182589Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "81.209.4.19", "correlationId": "2389fd21-0013-4d23-9190-e41629688414", "identity": "Jim Gonzalez", "Level": 4, "location": "XR", "properties": {"id": "ed1cc7f2-5495-4045-9a89-6421b1e46c00", "createdDateTime": "2022-08-09T03:38:02.319589Z", "userDisplayName": "Jim Gonzalez", "userPrincipalName": "jgonzalez@domain.com", "userId": "95090045-a9c5-489c-adee-2db430a3333a", "appId": "2eae4ad1-8cae-48fe-b718-76bd66e2fc7f", "appDisplayName": "Bipsync", "ipAddress": "81.209.4.19", "status": {"errorCode": 0}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (Linux; Android 4.4.3) AppleWebKit/533.2 (KHTML, like Gecko) Chrome/28.0.882.0 Safari/533.2 Edge/44.18413", "deviceDetail": {"deviceId": "1a428e94-41e3-4c1d-865a-0d31c9a2540b", "displayName": "JIMGONZALEZ-LT", "operatingSystem": "Windows 10", "browser": "Edge 44.18413", "trustType": "Azure AD registered"}, "location": {"city": "Santosborough", "state": "Smithton", "countryOrRegion": "XR", "geoCoordinates": {"latitude": 50.0774195, "longitude": 64.938754}}, "correlationId": "df81fb9d-fc6e-40e1-8a57-fb84ddfdc29a", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "d9cb1003-14d7-4d32-a482-b3f47dfa76db", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 137, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Bipsync Service", "resourceId": "4b482d0a-88be-43f3-a771-aaf19d9bbf70", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 34974, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "ntvL9DxtBwEtEqRkdSqkVhgXxgJHsAJfP2spFOP3bVqWhGwp", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "b4d48f3a-639f-4f89-a099-2fdd27423d1f", "rngcStatus": 0}}, {"time": "2022-08-09T04:43:35.491898Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "42.62.103.34", "correlationId": "3ca34901-6548-4afa-85dd-f3c4ca83d98f", "identity": "Joseph Taylor", "Level": 4, "location": "XF", "properties": {"id": "091f472c-8c50-486e-b774-16db7d246700", "createdDateTime": "2022-08-09T04:43:35.615898Z", "userDisplayName": "Joseph Taylor", "userPrincipalName": "jtaylor@domain.com", "userId": "af9847eb-c773-41ae-bf94-42747c5e986c", "appId": "e47a1d38-5f61-45cd-b1b9-bc92f525c598", "appDisplayName": "Altoura", "ipAddress": "42.62.103.34", "status": {"errorCode": 0, "additionalDetails": "MFA requirement satisfied by claim in the token"}, "clientAppUsed": "Browser", "userAgent": "Mozilla/5.0 (Linux; Android 2.3.5) AppleWebKit/532.2 (KHTML, like Gecko) Chrome/46.0.898.0 Safari/532.2 Edge/105.19198", "deviceDetail": {"deviceId": "76b96bd3-e5d7-49ee-b195-bf363facdb3d", "displayName": "JOSEPHTAYLOR-LT", "operatingSystem": "Windows 10", "browser": "Edge 105.19198", "isCompliant": true, "isManaged": true, "trustType": "Azure AD joined"}, "location": {"city": "Jessicafurt", "state": "Smithbury", "countryOrRegion": "XF", "geoCoordinates": {"latitude": 17.5082395, "longitude": -115.304215}}, "mfaDetail": {}, "correlationId": "d153d3eb-fc9f-4f09-8735-fb6c88bfae51", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "e6088ada-a1ec-4fe2-b895-e25afa4a0ffe", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "processingTimeInMilliseconds": 124, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Altoura Online", "resourceId": "f0630e90-b752-4960-bfb9-a0794fc34930", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 393508, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "znn6jxPEGGoQqBuYMpYSumCWkVwVZhMWQPDN7SoeXrecNxTG", "incomingTokenType": "none", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "1f37c851-4be4-455b-928a-fbde7845a68a"}}, {"time": "2022-08-09T05:17:22.152685Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "156.206.181.119", "correlationId": "7deec43f-d36d-4556-9ce6-958ae356157f", "identity": "Cynthia Perry", "Level": 4, "location": "XY", "properties": {"id": "381dc42c-1581-42c2-8b81-ee5d32ff6300", "createdDateTime": "2022-08-09T05:17:22.280685Z", "userDisplayName": "Cynthia Perry", "userPrincipalName": "cperry@domain.com", "userId": "ac5fa380-9d5b-470e-beb2-5ba10aca48e6", "appId": "9a7e67c7-6f05-42a3-b226-97c7ec3e9696", "appDisplayName": "Adobe Identity Management", "ipAddress": "156.206.181.119", "status": {"errorCode": 0}, "clientAppUsed": "Mobile Apps and Desktop clients", "deviceDetail": {"deviceId": "", "operatingSystem": "Windows 10", "browser": "Rich Client v3.4.1.35249"}, "location": {"city": "Hannaville", "state": "Thomashaven", "countryOrRegion": "XY", "geoCoordinates": {"latitude": 1.1452695, "longitude": 128.249211}}, "correlationId": "dbd60012-589c-4d53-8af2-015d3bbf5161", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "0e7d12ef-0ece-4cf5-9d17-996c4b3ff11a", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 128, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Adobe Identity Management Service", "resourceId": "f0630e90-b752-4960-bfb9-a0794fc34930", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 279165, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "aegHC69I3sCVd4RY91pSBDIppdtELyi2d3yx7x50BuNb50bV", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "1f37c851-4be4-455b-928a-fbde7845a68a", "rngcStatus": 0}}, {"time": "2022-08-09T05:19:50.680642Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "63.94.19.180", "correlationId": "5e907e07-a0b8-416e-8eaf-80d83dd45c20", "identity": "Vanessa Ramirez", "Level": 4, "location": "XD", "properties": {"id": "0a5d29f3-d2f6-475a-8ab8-e72bee166700", "createdDateTime": "2022-08-09T05:19:50.804642Z", "userDisplayName": "Vanessa Ramirez", "userPrincipalName": "vramirez@domain.com", "userId": "5d72b7ed-62ea-4b94-b931-ccef65d71ebd", "appId": "026d0e6c-999b-4890-b52f-f330fca960ac", "appDisplayName": "SAML SSO for Jira by resolution GmbH", "ipAddress": "63.94.19.180", "status": {"errorCode": 0}, "clientAppUsed": "Browser", "deviceDetail": {"deviceId": "", "operatingSystem": "MacOs", "browser": "Rich Client 4.42.0.0"}, "location": {"city": "New James", "state": "Norrisbury", "countryOrRegion": "XD", "geoCoordinates": {"latitude": 64.5727225, "longitude": 92.661569}}, "correlationId": "b1a70aac-ae1f-4bf9-b48a-4fb6593cc64e", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "8fe0d1d8-2c8f-447f-a226-951008b20b96", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 124, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "SAML SSO for Jira by resolution GmbH Service", "resourceId": "f0630e90-b752-4960-bfb9-a0794fc34930", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 45904, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "giS1ZKmfcaOCMYzurQMUx6Dia914GpCBYOg8vIZ9j3dre9eA", "incomingTokenType": "none", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "1f37c851-4be4-455b-928a-fbde7845a68a", "rngcStatus": 0}}, {"time": "2022-08-09T05:20:28.855369Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "SignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "147.132.189.119", "correlationId": "0d5fa693-c758-43b6-aa87-f1c577369cd7", "identity": "Terry Proctor", "Level": 4, "location": "XR", "properties": {"id": "20f677f0-ddf9-46df-bf50-9e293d738a00", "createdDateTime": "2022-08-09T05:20:29.008369Z", "userDisplayName": "Terry Proctor", "userPrincipalName": "tproctor@domain.com", "userId": "03110cc5-e54f-4dae-b68a-bf5d945f8152", "appId": "49b3f953-8597-4533-a1f8-4d3b75c61cce", "appDisplayName": "Kintone", "ipAddress": "147.132.189.119", "status": {"errorCode": 0, "additionalDetails": "MFA requirement satisfied by claim in the token"}, "clientAppUsed": "Browser", "userAgent": "Mozilla/5.0 (Linux; Android 6.0.1) AppleWebKit/536.0 (KHTML, like Gecko) Chrome/37.0.845.0 Safari/536.0 Edge/96.18582", "deviceDetail": {"deviceId": "88ee69d5-1eb7-4f29-b594-e9b4e3371940", "displayName": "TERRYPROCTOR-LT", "operatingSystem": "Windows 10", "browser": "Edge 96.18582", "isCompliant": true, "isManaged": true, "trustType": "Azure AD joined"}, "location": {"city": "Port Denisetown", "state": "Smithton", "countryOrRegion": "XR", "geoCoordinates": {"latitude": 3.5518965, "longitude": 131.871582}}, "mfaDetail": {}, "correlationId": "41afebba-1a63-4fd7-93d7-53f7ecb6b8b5", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "306464ac-c7d8-4551-94ee-37e86c778c29", "isInteractive": true, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 153, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Kintone Service", "resourceId": "f0630e90-b752-4960-bfb9-a0794fc34930", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 256668, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "0PZgpmvyXFAuR2vsOQH9r9DIduPhKxiXt7DUx5ga8lq6ZcjO", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "1f37c851-4be4-455b-928a-fbde7845a68a", "rngcStatus": 0}}, {"time": "2022-08-09T05:43:18.303785Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "50158", "resultSignature": "None", "resultDescription": "External security challenge was not satisfied.", "durationMs": 0, "callerIpAddress": "92.110.109.246", "correlationId": "055114bc-f35d-4314-9443-95342d8e74c5", "identity": "Thomas Price", "Level": 4, "location": "XR", "properties": {"id": "ada0cd79-9550-4249-a9fe-bc5751948c00", "createdDateTime": "2022-08-09T05:43:18.419785Z", "userDisplayName": "Thomas Price", "userPrincipalName": "tprice@domain.com", "userId": "32109ee2-ee4f-4d11-9c38-2556aec0f2b5", "appId": "9a7e67c7-6f05-42a3-b226-97c7ec3e9696", "appDisplayName": "Adobe Identity Management", "ipAddress": "92.110.109.246", "status": {"errorCode": 50158, "failureReason": "External security challenge was not satisfied."}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (X11; Linux i686) AppleWebKit/535.2 (KHTML, like Gecko) Chrome/22.0.843.0 Safari/535.2 Edge/118.12158", "deviceDetail": {"deviceId": "a31478d2-f778-4d5a-b081-22579a9edcbe", "displayName": "THOMASPRICE-LT", "operatingSystem": "Windows 10", "browser": "Edge 118.12158", "trustType": "Hybrid Azure AD joined"}, "location": {"city": "Port Denisetown", "state": "Smithton", "countryOrRegion": "XR", "geoCoordinates": {"latitude": 3.5518965, "longitude": 131.871582}}, "correlationId": "7c24d262-38a7-4830-92a4-3e779f4f9385", "conditionalAccessStatus": "failure", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "b7d0fefd-f458-409b-ace5-0583bef71290", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 116, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Adobe Identity Management Service", "resourceId": "30663ca7-f8a9-43ab-8ca1-7906bdbc1485", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 230297, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "lZFKdN3gfEtsxpZfWrmcLIf3Rbrm69c51x8SS9D5HBg8yU39", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "a6c259e5-7f16-48b2-a9f3-75becd6daa9b", "rngcStatus": 0}}, {"time": "2022-08-09T06:01:19.285409Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "156.206.181.119", "correlationId": "d7f88e8b-5b16-43f3-9832-0fc7f43f6191", "identity": "Cynthia Perry", "Level": 4, "location": "XY", "properties": {"id": "4bc15ed8-27d4-456e-9748-a6878bc26100", "createdDateTime": "2022-08-09T06:01:19.368409Z", "userDisplayName": "Cynthia Perry", "userPrincipalName": "cperry@domain.com", "userId": "ac5fa380-9d5b-470e-beb2-5ba10aca48e6", "appId": "9de6e985-97a5-4d82-9c45-aedaa9c25ef9", "appDisplayName": "AWS Single-Account Access", "ipAddress": "156.206.181.119", "status": {"errorCode": 0}, "clientAppUsed": "Browser", "deviceDetail": {"deviceId": "", "operatingSystem": "Windows"}, "location": {"city": "Hannaville", "state": "Thomashaven", "countryOrRegion": "XY", "geoCoordinates": {"latitude": 1.1452695, "longitude": 128.249211}}, "correlationId": "a9aac938-2073-416b-9d1e-db2747b7a970", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "1ff70863-abfd-465b-82b9-1b3ba1620645", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 83, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "AWS Single-Account Access Service", "resourceId": "9a84f55e-3a40-492c-9476-e069f64ed7a6", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 279165, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "stk9ouYF5wnGXnOq4MDeaD3ROVJQpiHspeMautVUwRFn2dYe", "incomingTokenType": "none", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "37ee873b-f901-4e25-be69-010243106d0f", "rngcStatus": 0}}, {"time": "2022-08-09T06:09:29.430759Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "42.62.103.34", "correlationId": "ff69b47a-9d78-4b67-a229-7435324416f9", "identity": "Joseph Taylor", "Level": 4, "location": "XF", "properties": {"id": "b07bba22-ec36-47ef-95f1-3c7f748e3b00", "createdDateTime": "2022-08-09T06:09:29.538759Z", "userDisplayName": "Joseph Taylor", "userPrincipalName": "jtaylor@domain.com", "userId": "af9847eb-c773-41ae-bf94-42747c5e986c", "appId": "36cb8fe5-7667-4905-8700-4ebe4d3e46db", "appDisplayName": "Verto 365", "ipAddress": "42.62.103.34", "status": {"errorCode": 0, "additionalDetails": "MFA requirement satisfied by claim in the token"}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (iPad; CPU iPad OS 9_3_6 like Mac OS X) AppleWebKit/536.1 (KHTML, like Gecko) CriOS/42.0.865.0 Mobile/77O124 Safari/536.1 Edge/99.14477", "deviceDetail": {"deviceId": "76b96bd3-e5d7-49ee-b195-bf363facdb3d", "displayName": "JOSEPHTAYLOR-LT", "operatingSystem": "Windows 10", "browser": "Edge 99.14477", "isCompliant": true, "isManaged": true, "trustType": "Azure AD joined"}, "location": {"city": "Jessicafurt", "state": "Smithbury", "countryOrRegion": "XF", "geoCoordinates": {"latitude": 17.5082395, "longitude": -115.304215}}, "mfaDetail": {}, "correlationId": "e440669c-abde-423b-bbf2-efb8490ca51c", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "a4815744-95a0-44fe-bba5-92141cb1849c", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 108, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Verto 365 Service", "resourceId": "76f4ef5e-0b9a-478c-89cd-2dcd57ca60c3", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 393508, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "ozwaOBspEDtvuynuOnvURsKfTGOm3q3d2anLFbIP4Wpq7aj1", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": null, "rngcStatus": 0}}, {"time": "2022-08-09T06:27:40.062760Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "50173", "resultSignature": "None", "resultDescription": "Fresh auth token is needed. Have the user re-sign using fresh credentials.", "durationMs": 0, "callerIpAddress": "156.206.181.119", "correlationId": "f2f8dc0b-b6c5-4547-9a09-5d281ccec570", "identity": "Cynthia Perry", "Level": 4, "location": "XY", "properties": {"id": "8ffdb2ce-02a0-4390-8a24-4d1831683c00", "createdDateTime": "2022-08-09T06:27:40.100760Z", "userDisplayName": "Cynthia Perry", "userPrincipalName": "cperry@domain.com", "userId": "ac5fa380-9d5b-470e-beb2-5ba10aca48e6", "appId": "bf2855c0-7434-4262-8885-ad2f5206d324", "appDisplayName": "COINS Construction Cloud - Project and Productivity Apps", "ipAddress": "156.206.181.119", "status": {"errorCode": 50173, "failureReason": "Fresh auth token is needed. Have the user re-sign using fresh credentials."}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (Windows NT 4.0) AppleWebKit/531.1 (KHTML, like Gecko) Chrome/20.0.823.0 Safari/531.1 Edge/87.11424", "deviceDetail": {"deviceId": "", "operatingSystem": "Windows 10", "browser": "Edge 87.11424"}, "location": {"city": "Hannaville", "state": "Thomashaven", "countryOrRegion": "XY", "geoCoordinates": {"latitude": 1.1452695, "longitude": 128.249211}}, "correlationId": "53632ff5-d7cd-4aac-8e72-42bc42f3369f", "conditionalAccessStatus": "notApplied", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "ca313524-8ab9-4e99-b617-a51086666a38", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 38, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "COINS Construction Cloud - Project and Productivity Apps Service", "resourceId": "054f44f6-54fb-4ef0-9fc3-d3ec90e47d0d", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 279165, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "lc1ZhpEayFm6qnQEnjo6j96GZTGvID1QtbP4xsIsEezA2AAg", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": null, "rngcStatus": 0}}, {"time": "2022-08-09T06:40:22.645573Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "147.132.189.119", "correlationId": "5f1a50a8-f6ca-424f-9fda-86852e121df2", "identity": "Cassie Fernandez", "Level": 4, "location": "XR", "properties": {"id": "5dd67554-af00-43ff-a601-8c3324bb7800", "createdDateTime": "2022-08-09T06:40:22.805573Z", "userDisplayName": "Cassie Fernandez", "userPrincipalName": "cfernandez@domain.com", "userId": "67ef8be6-3f44-4db7-8172-fd6211428c1e", "appId": "18bf60fa-77dd-4aad-891d-af82ca87dd06", "appDisplayName": "FortiGate SSL VPN", "ipAddress": "147.132.189.119", "status": {"errorCode": 0}, "clientAppUsed": "Browser", "deviceDetail": {"deviceId": "d5a487a1-ef7d-4960-9723-7fdadce19af3", "displayName": "CASSIEFERNANDEZ-LT", "operatingSystem": "Windows", "browser": "Rich Client 4.22.0.0", "trustType": "Azure AD registered"}, "location": {"city": "Port Denisetown", "state": "Smithton", "countryOrRegion": "XR", "geoCoordinates": {"latitude": 3.5518965, "longitude": 131.871582}}, "correlationId": "f736c092-dac2-45b5-933e-372e379e7b0a", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "0a4ae378-efc3-4b87-8481-98bea8e02fb2", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 160, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "FortiGate SSL VPN Service", "resourceId": "f0630e90-b752-4960-bfb9-a0794fc34930", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 256668, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "ldKyIgFjtZUbXpi2vigdE0DS0PDfGN7fG1Vku5ScS4zoNCil", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "1f37c851-4be4-455b-928a-fbde7845a68a", "rngcStatus": 0}}, {"time": "2022-08-09T07:08:14.953986Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "92.110.109.246", "correlationId": "99df2493-256d-4ae7-91c3-2ca29b4513b2", "identity": "David Johnson", "Level": 4, "location": "XR", "properties": {"id": "c83cd04e-d0c7-4947-846d-4acb6b456700", "createdDateTime": "2022-08-09T07:08:15.146986Z", "userDisplayName": "David Johnson", "userPrincipalName": "djohnson@domain.com", "userId": "ff2ae3d2-8cd2-4bd6-b65d-49c5ad946c7f", "appId": "9a7e67c7-6f05-42a3-b226-97c7ec3e9696", "appDisplayName": "Adobe Identity Management", "ipAddress": "92.110.109.246", "status": {"errorCode": 0}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (Windows NT 4.0) AppleWebKit/531.1 (KHTML, like Gecko) Chrome/20.0.823.0 Safari/531.1 Edge/87.11424", "deviceDetail": {"deviceId": "8fb0ff79-f116-4f20-8ca8-36b3f8d68865", "displayName": "DAVIDJOHNSON-LT", "operatingSystem": "Windows 10", "browser": "Edge 87.11424", "trustType": "Azure AD registered"}, "location": {"city": "Port Denisetown", "state": "Smithton", "countryOrRegion": "XR", "geoCoordinates": {"latitude": 3.5518965, "longitude": 131.871582}}, "correlationId": "143b8b08-5a30-445e-8374-fa01ed5dd5cb", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "f7f31949-25b9-4a0d-b032-83472c3afa6f", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 193, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Adobe Identity Management Service", "resourceId": "2c3383ff-432a-49ee-bb8b-8699a7d0416f", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 230297, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "5irTDybuo3mNkNsMMs3UxE3Gh8Q3wyFkay174nJ2unlnGjZA", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "35efb8e5-3b35-4a86-b7ce-660b69bfa773", "rngcStatus": 0}}, {"time": "2022-08-09T07:11:33.217986Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "13.113.40.157", "correlationId": "dca027fb-72af-4366-bbed-14792944d57c", "identity": "Attack Target", "Level": 4, "location": "XR", "properties": {"id": "8bc588a3-ee52-4f64-9b78-b88371e57200", "createdDateTime": "2022-08-09T07:11:33.334986Z", "userDisplayName": "Attack Target", "userPrincipalName": "attacktarget@domain.com", "userId": "d735e84b-dcca-404d-9f7d-700f360f41a6", "appId": "9a7e67c7-6f05-42a3-b226-97c7ec3e9696", "appDisplayName": "Adobe Identity Management", "ipAddress": "13.113.40.157", "status": {"errorCode": 0}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (iPad; CPU iPad OS 9_3_6 like Mac OS X) AppleWebKit/536.1 (KHTML, like Gecko) CriOS/42.0.865.0 Mobile/77O124 Safari/536.1 Edge/99.14477", "deviceDetail": {"deviceId": "a44625dc-6f81-449a-9799-8005f7209b42", "displayName": "ATTACKTARGET-LT", "operatingSystem": "Windows 10", "browser": "Edge 99.14477", "trustType": "Azure AD registered"}, "location": {"city": "Smithfort", "state": "Smithfort", "countryOrRegion": "XR", "geoCoordinates": {"latitude": 3.7564095, "longitude": -121.574606}}, "correlationId": "9d297e52-85a1-419e-898a-5d135b3b6618", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "3cd95c40-0b57-49a6-a614-abddf9d847be", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 117, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Adobe Identity Management Service", "resourceId": "30663ca7-f8a9-43ab-8ca1-7906bdbc1485", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 34974, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "FGFCeNsH3HensxXNrJZHwvHvvcxYTS1qw25j6X756SIeEkVq", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "a6c259e5-7f16-48b2-a9f3-75becd6daa9b", "rngcStatus": 0}}, {"time": "2022-08-09T07:32:05.038043Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "156.206.181.119", "correlationId": "93bbfa86-c600-485c-aa28-2ae1f6960b49", "identity": "Cynthia Perry", "Level": 4, "location": "XY", "properties": {"id": "a4a49504-a4ea-469f-879a-0346fb266300", "createdDateTime": "2022-08-09T07:32:05.137043Z", "userDisplayName": "Cynthia Perry", "userPrincipalName": "cperry@domain.com", "userId": "ac5fa380-9d5b-470e-beb2-5ba10aca48e6", "appId": "9de6e985-97a5-4d82-9c45-aedaa9c25ef9", "appDisplayName": "AWS Single-Account Access", "ipAddress": "156.206.181.119", "status": {"errorCode": 0}, "clientAppUsed": "Browser", "deviceDetail": {"deviceId": "", "operatingSystem": "Windows"}, "location": {"city": "Hannaville", "state": "Thomashaven", "countryOrRegion": "XY", "geoCoordinates": {"latitude": 1.1452695, "longitude": 128.249211}}, "correlationId": "1f08ab03-0edb-4522-abf2-1a9ccaa175f7", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "501d74c3-e0ea-4372-a7ff-f920fc2c4e4d", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 99, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "AWS Single-Account Access Service", "resourceId": "f0630e90-b752-4960-bfb9-a0794fc34930", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 279165, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "ebgm24t8PHiudb3YAfAyOuAau3keY820DcMUu5Yil9TP4C7x", "incomingTokenType": "none", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "1f37c851-4be4-455b-928a-fbde7845a68a", "rngcStatus": 0}}, {"time": "2022-08-09T07:52:38.322914Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "133.177.232.145", "correlationId": "b59d96a6-2f36-4285-8199-694764cb7306", "identity": "Jim Gonzalez", "Level": 4, "location": "XR", "properties": {"id": "b7f5af53-c3a8-4597-83ff-57a229e46f00", "createdDateTime": "2022-08-09T07:52:38.443914Z", "userDisplayName": "Jim Gonzalez", "userPrincipalName": "jgonzalez@domain.com", "userId": "95090045-a9c5-489c-adee-2db430a3333a", "appId": "9167c284-c68f-468a-84be-0ee4f23879fe", "appDisplayName": "ArcGIS Enterprise", "ipAddress": "133.177.232.145", "status": {"errorCode": 0}, "clientAppUsed": "Mobile Apps and Desktop clients", "deviceDetail": {"deviceId": "", "operatingSystem": "Ios", "browser": "Mobile Safari"}, "location": {"city": "Veronicaberg", "state": "Smithton", "countryOrRegion": "XR", "geoCoordinates": {"latitude": -57.0081565, "longitude": 104.690576}}, "correlationId": "2e6207ff-6409-418b-8827-4c9960f0dbf7", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "b6bec695-909d-41ca-8073-a2092eb4bcf0", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 121, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "ArcGIS Enterprise Service", "resourceId": "9a84f55e-3a40-492c-9476-e069f64ed7a6", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 468589, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "e4dMWr7uDsqv4vrrWtqwaZluzC3kzcjKL15U8RVlAYTW9mxN", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "37ee873b-f901-4e25-be69-010243106d0f", "rngcStatus": 0}}, {"time": "2022-08-09T07:56:08.722856Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "91.132.253.146", "correlationId": "9cc843bf-c092-43b0-ad05-a8fcf01b76c4", "identity": "Aaron Cole", "Level": 4, "location": "XD", "properties": {"id": "074fe23d-2629-40c0-b889-feb6fbd65200", "createdDateTime": "2022-08-09T07:56:08.823856Z", "userDisplayName": "Aaron Cole", "userPrincipalName": "acole@domain.com", "userId": "5d557969-1645-4ba4-be83-b6fd943659f7", "appId": "36f74ffc-90e8-46e0-b0ed-588b76ed6f47", "appDisplayName": "Inspire", "ipAddress": "91.132.253.146", "status": {"errorCode": 0}, "clientAppUsed": "Browser", "userAgent": "Mozilla/5.0 (Linux; Android 2.3.5) AppleWebKit/532.2 (KHTML, like Gecko) Chrome/46.0.898.0 Safari/532.2 Edge/105.19198", "deviceDetail": {"deviceId": "", "operatingSystem": "Windows 10", "browser": "Edge 105.19198"}, "location": {"city": "Rickshire", "state": "Norrisbury", "countryOrRegion": "XD", "geoCoordinates": {"latitude": -78.5751045, "longitude": 58.329246}}, "correlationId": "7e9a2381-45f9-4890-849e-3b062731bef7", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "b0c5163f-0db7-4ef9-93db-bf18732cab09", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "processingTimeInMilliseconds": 101, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Inspire", "resourceId": "63fac12a-054f-4646-9f95-734d1c2d6f37", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 214655, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "F7EttyxLYTL99ULM1F4N2pWXsaZUSGkOSP5VUjJ231g3V6UK", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "eb9433f0-1859-4ebe-a3a4-65b8faa666f7"}}, {"time": "2022-08-09T08:09:39.395278Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "156.206.181.119", "correlationId": "b0ef4cff-362d-4b9e-88d7-4a170c199747", "identity": "Cynthia Perry", "Level": 4, "location": "XY", "properties": {"id": "07ee43c1-0597-4c7f-943e-150d3eb24b00", "createdDateTime": "2022-08-09T08:09:39.481278Z", "userDisplayName": "Cynthia Perry", "userPrincipalName": "cperry@domain.com", "userId": "ac5fa380-9d5b-470e-beb2-5ba10aca48e6", "appId": "9a7e67c7-6f05-42a3-b226-97c7ec3e9696", "appDisplayName": "Adobe Identity Management", "ipAddress": "156.206.181.119", "status": {"errorCode": 0}, "clientAppUsed": "Mobile Apps and Desktop clients", "deviceDetail": {"deviceId": "", "operatingSystem": "Windows 10", "browser": "Rich Client v3.4.1.35249"}, "location": {"city": "Hannaville", "state": "Thomashaven", "countryOrRegion": "XY", "geoCoordinates": {"latitude": 1.1452695, "longitude": 128.249211}}, "correlationId": "999f3e21-99a0-49a0-8535-6baf8e8e0666", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "b54c7300-5f05-4221-8b7a-6e50f3fd0249", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "processingTimeInMilliseconds": 86, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Adobe Identity Management Service", "resourceId": "9a84f55e-3a40-492c-9476-e069f64ed7a6", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 279165, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "nWmXCxcMfWW2QfOyzCNtwhHb0ybHmZRb02g9dog4NUfWXCyd", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "37ee873b-f901-4e25-be69-010243106d0f"}}, {"time": "2022-08-09T08:10:48.794582Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "42.62.103.34", "correlationId": "6e33f73c-8598-4bc5-916d-c431c0becd87", "identity": "Joseph Taylor", "Level": 4, "location": "XF", "properties": {"id": "16bcb29d-4da5-4f0e-bf12-107993ab8500", "createdDateTime": "2022-08-09T08:10:48.876582Z", "userDisplayName": "Joseph Taylor", "userPrincipalName": "jtaylor@domain.com", "userId": "af9847eb-c773-41ae-bf94-42747c5e986c", "appId": "e47a1d38-5f61-45cd-b1b9-bc92f525c598", "appDisplayName": "Altoura", "ipAddress": "42.62.103.34", "status": {"errorCode": 0, "additionalDetails": "MFA requirement satisfied by claim in the token"}, "clientAppUsed": "Browser", "userAgent": "Mozilla/5.0 (Linux; Android 2.3.5) AppleWebKit/532.2 (KHTML, like Gecko) Chrome/46.0.898.0 Safari/532.2 Edge/105.19198", "deviceDetail": {"deviceId": "76b96bd3-e5d7-49ee-b195-bf363facdb3d", "displayName": "JOSEPHTAYLOR-LT", "operatingSystem": "Windows 10", "browser": "Edge 105.19198", "isCompliant": true, "isManaged": true, "trustType": "Azure AD joined"}, "location": {"city": "Jessicafurt", "state": "Smithbury", "countryOrRegion": "XF", "geoCoordinates": {"latitude": 17.5082395, "longitude": -115.304215}}, "mfaDetail": {}, "correlationId": "0a293889-54e6-4ff7-b6a0-33c4a920575a", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "a8f3c470-90b0-4ded-858f-dca98ff65789", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 82, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Altoura Online", "resourceId": "8a137ba4-52ae-4dbf-94af-2e56851573c4", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 393508, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "Mt0eRhITIWGa7J09FPFRCOmtynwBXH4iI7h6WBZyY1IiNPw3", "incomingTokenType": "none", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": null, "rngcStatus": 0}}, {"time": "2022-08-09T08:16:07.753069Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "147.132.189.119", "correlationId": "0ba7a528-83db-4d77-84e4-7af00cfcf7cf", "identity": "Terry Proctor", "Level": 4, "location": "XR", "properties": {"id": "4e6951e2-962b-4b78-9df6-14b23df88700", "createdDateTime": "2022-08-09T08:16:07.857069Z", "userDisplayName": "Terry Proctor", "userPrincipalName": "tproctor@domain.com", "userId": "03110cc5-e54f-4dae-b68a-bf5d945f8152", "appId": "bf2855c0-7434-4262-8885-ad2f5206d324", "appDisplayName": "COINS Construction Cloud - Project and Productivity Apps", "ipAddress": "147.132.189.119", "status": {"errorCode": 0, "additionalDetails": "MFA requirement satisfied by claim in the token"}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (X11; Linux i686) AppleWebKit/533.0 (KHTML, like Gecko) Chrome/24.0.803.0 Safari/533.0 Edge/40.11325", "deviceDetail": {"deviceId": "88ee69d5-1eb7-4f29-b594-e9b4e3371940", "displayName": "TERRYPROCTOR-LT", "operatingSystem": "Windows 10", "browser": "Edge 40.11325", "isCompliant": true, "isManaged": true, "trustType": "Azure AD joined"}, "location": {"city": "Port Denisetown", "state": "Smithton", "countryOrRegion": "XR", "geoCoordinates": {"latitude": 3.5518965, "longitude": 131.871582}}, "mfaDetail": {}, "correlationId": "675a735d-5f2e-4e83-9056-4285881f351b", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "c9e38bc9-54da-42e8-9010-6db63e2e63a6", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 104, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "COINS Construction Cloud - Project and Productivity Apps Service", "resourceId": "3f7d0d52-e3b6-4712-8e89-01c915dc0294", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 256668, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "cuAyEZznqapTHc6xxY4rXBtLkg0R9rSsWE5miBx95JgvQUD8", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "84036992-5b2b-4836-8aca-9de3ba4c15b9", "rngcStatus": 0}}, {"time": "2022-08-09T08:45:17.311922Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "147.132.189.119", "correlationId": "76e22779-8daf-4c56-8651-d67cb13b86f9", "identity": "Cassie Fernandez", "Level": 4, "location": "XR", "properties": {"id": "f1fc2489-d131-4e12-a62d-535f179f8500", "createdDateTime": "2022-08-09T08:45:17.419922Z", "userDisplayName": "Cassie Fernandez", "userPrincipalName": "cfernandez@domain.com", "userId": "67ef8be6-3f44-4db7-8172-fd6211428c1e", "appId": "7b74bf77-058a-4c0d-9d9d-5523c3bc80ed", "appDisplayName": "GitHub Enterprise Cloud - Organization", "ipAddress": "147.132.189.119", "status": {"errorCode": 0}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (iPad; CPU iPad OS 9_3_6 like Mac OS X) AppleWebKit/536.1 (KHTML, like Gecko) CriOS/42.0.865.0 Mobile/77O124 Safari/536.1 Edge/99.14477", "deviceDetail": {"deviceId": "d5a487a1-ef7d-4960-9723-7fdadce19af3", "displayName": "CASSIEFERNANDEZ-LT", "operatingSystem": "Windows 10", "browser": "Edge 99.14477", "trustType": "Azure AD registered"}, "location": {"city": "Port Denisetown", "state": "Smithton", "countryOrRegion": "XR", "geoCoordinates": {"latitude": 3.5518965, "longitude": 131.871582}}, "correlationId": "4ae5b698-1ff8-4f88-b190-f13b0e8059e9", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "7fc19f82-e0a1-4de1-a2e2-199031903747", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 108, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "GitHub Enterprise Cloud - Organization Online", "resourceId": "51e679b4-5774-4b5f-9636-df5ea66b9380", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 256668, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "cCeutw9OZ77E4i9k4K3Hjl7qAcC7ApLJM9cT3Y9muzA6JX2q", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "6e8f419c-7f10-40b1-a52a-e4fb253c74c2", "rngcStatus": 0}}, {"time": "2022-08-09T08:48:00.554235Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "205.33.24.92", "correlationId": "9f518890-1189-41f9-886f-4126e521643e", "identity": "Aaron Cole", "Level": 4, "location": "XD", "properties": {"id": "c9373607-daa3-4e2b-a7b6-78553ecb4200", "createdDateTime": "2022-08-09T08:48:00.663235Z", "userDisplayName": "Aaron Cole", "userPrincipalName": "acole@domain.com", "userId": "5d557969-1645-4ba4-be83-b6fd943659f7", "appId": "36f74ffc-90e8-46e0-b0ed-588b76ed6f47", "appDisplayName": "Inspire", "ipAddress": "205.33.24.92", "status": {"errorCode": 0}, "clientAppUsed": "Browser", "userAgent": "Mozilla/5.0 (X11; Linux i686) AppleWebKit/536.2 (KHTML, like Gecko) Chrome/22.0.877.0 Safari/536.2", "deviceDetail": {"deviceId": "", "operatingSystem": "Windows 10", "browser": "Chrome 22.0.877.0"}, "location": {"city": "Kristinmouth", "state": "Norrisbury", "countryOrRegion": "XD", "geoCoordinates": {"latitude": 26.278784, "longitude": -92.042573}}, "correlationId": "65f9325d-40dc-48e7-9995-37c8376232be", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "35e64afe-3746-4d4d-846a-737defcfbece", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "processingTimeInMilliseconds": 109, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Inspire Online", "resourceId": "f0630e90-b752-4960-bfb9-a0794fc34930", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 214655, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "kUeA9ZZEPfnOTbNmX4Lg55EeZsLN9tk64im7t4UZ08QPgUtO", "incomingTokenType": "none", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "1f37c851-4be4-455b-928a-fbde7845a68a"}}, {"time": "2022-08-09T08:51:45.149457Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "91.132.253.146", "correlationId": "f5c03064-7a95-4459-8b71-8a9ddc70355b", "identity": "Aaron Cole", "Level": 4, "location": "XD", "properties": {"id": "e77f7dfb-e270-4e13-aaf4-269753516100", "createdDateTime": "2022-08-09T08:51:45.375457Z", "userDisplayName": "Aaron Cole", "userPrincipalName": "acole@domain.com", "userId": "5d557969-1645-4ba4-be83-b6fd943659f7", "appId": "18bf60fa-77dd-4aad-891d-af82ca87dd06", "appDisplayName": "FortiGate SSL VPN", "ipAddress": "91.132.253.146", "status": {"errorCode": 0}, "clientAppUsed": "Browser", "deviceDetail": {"deviceId": "", "operatingSystem": "Windows", "browser": "Rich Client 4.22.0.0"}, "location": {"city": "Rickshire", "state": "Norrisbury", "countryOrRegion": "XD", "geoCoordinates": {"latitude": -78.5751045, "longitude": 58.329246}}, "correlationId": "0ac5ff48-3da5-4389-a5ab-519339160489", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "ba3a3b2f-4415-4d67-8a7e-f420cedbf531", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "processingTimeInMilliseconds": 226, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "FortiGate SSL VPN", "resourceId": "51e679b4-5774-4b5f-9636-df5ea66b9380", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 214655, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "S2Gngal8zV7KrAPXbQdwxPCpTevX4niAUhSrjM83JgBstsUA", "incomingTokenType": "none", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "6e8f419c-7f10-40b1-a52a-e4fb253c74c2"}}, {"time": "2022-08-09T09:17:46.111214Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "86.154.193.190", "correlationId": "6eb5334d-8bc8-40a5-a431-c87fc0839cc7", "identity": "Jamie Watson", "Level": 4, "location": "XR", "properties": {"id": "9c70fa14-e476-49ba-a565-436c91c48d00", "createdDateTime": "2022-08-09T09:17:46.286214Z", "userDisplayName": "Jamie Watson", "userPrincipalName": "jwatson@domain.com", "userId": "2844695b-9a70-48ed-a5ce-f3d711e2292b", "appId": "9c5b7fe3-0ad2-4ea6-94e5-9e0001f367e3", "appDisplayName": "Articulate 360", "ipAddress": "86.154.193.190", "status": {"errorCode": 0}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (X11; Linux i686) AppleWebKit/533.0 (KHTML, like Gecko) Chrome/24.0.803.0 Safari/533.0 Edge/40.11325", "deviceDetail": {"deviceId": "fc784602-6455-4450-be3c-6770e0359f8a", "displayName": "JAMIEWATSON-LT", "operatingSystem": "Windows 10", "browser": "Edge 40.11325", "isCompliant": true, "isManaged": true, "trustType": "Azure AD joined"}, "location": {"city": "Port Denisetown", "state": "Smithton", "countryOrRegion": "XR", "geoCoordinates": {"latitude": 3.5518965, "longitude": 131.871582}}, "correlationId": "f1981f8b-4bc7-4ebf-96db-366204163898", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "6ee5a151-b3ef-446b-bd57-85fa20f4f22c", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 175, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Articulate 360 Online", "resourceId": "436260d5-3791-4aea-a4da-aa698ec35f2f", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 256668, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "9rCCFc0GSfYfL06HxFAMtElHIkYmInwR9tgLtvc0p1DxIqzu", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "94b9f3ba-5f4b-4edc-99dc-a420b76960f9", "rngcStatus": 0}}, {"time": "2022-08-09T09:24:29.069826Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "13.113.40.157", "correlationId": "7fdf0e52-9362-4dd7-b841-f80fa4b8b282", "identity": "Attack Target", "Level": 4, "location": "XR", "properties": {"id": "fabc4b93-f662-4478-a5a8-a2ceab287600", "createdDateTime": "2022-08-09T09:24:29.186826Z", "userDisplayName": "Attack Target", "userPrincipalName": "attacktarget@domain.com", "userId": "d735e84b-dcca-404d-9f7d-700f360f41a6", "appId": "9a7e67c7-6f05-42a3-b226-97c7ec3e9696", "appDisplayName": "Adobe Identity Management", "ipAddress": "13.113.40.157", "ipAddressFromResourceProvider": "11.5.130.220", "status": {"errorCode": 0}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (iPad; CPU iPad OS 9_3_6 like Mac OS X) AppleWebKit/536.1 (KHTML, like Gecko) CriOS/42.0.865.0 Mobile/77O124 Safari/536.1 Edge/99.14477", "deviceDetail": {"deviceId": "a44625dc-6f81-449a-9799-8005f7209b42", "displayName": "ATTACKTARGET-LT", "operatingSystem": "Windows 10", "browser": "Edge 99.14477", "trustType": "Azure AD registered"}, "location": {"city": "Smithfort", "state": "Smithfort", "countryOrRegion": "XR", "geoCoordinates": {"latitude": 3.7564095, "longitude": -121.574606}}, "correlationId": "50324229-dffc-4bb2-a8f8-1733cdc8546b", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "de14c451-0118-48a4-9588-2ca5c17dc9dc", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 117, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Adobe Identity Management Service", "resourceId": "9a84f55e-3a40-492c-9476-e069f64ed7a6", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 34974, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "fVSmSavN3yCt4MrWdzmIGo7HF2dZc0HUjS8al6vDcNu2lLvp", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "37ee873b-f901-4e25-be69-010243106d0f", "rngcStatus": 0}}, {"time": "2022-08-09T09:41:03.044599Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "50158", "resultSignature": "None", "resultDescription": "External security challenge was not satisfied.", "durationMs": 0, "callerIpAddress": "92.110.109.246", "correlationId": "6442a85d-f8da-4205-8c5f-997d860d262f", "identity": "Thomas Price", "Level": 4, "location": "XR", "properties": {"id": "dafafffb-9e45-4fd2-84a0-bf45e6587200", "createdDateTime": "2022-08-09T09:41:03.222599Z", "userDisplayName": "Thomas Price", "userPrincipalName": "tprice@domain.com", "userId": "32109ee2-ee4f-4d11-9c38-2556aec0f2b5", "appId": "9a7e67c7-6f05-42a3-b226-97c7ec3e9696", "appDisplayName": "Adobe Identity Management", "ipAddress": "92.110.109.246", "status": {"errorCode": 50158, "failureReason": "External security challenge was not satisfied."}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (X11; Linux i686) AppleWebKit/535.2 (KHTML, like Gecko) Chrome/22.0.843.0 Safari/535.2 Edge/118.12158", "deviceDetail": {"deviceId": "a12f42a7-2ae0-42d8-aec8-bf7cb3dea82c", "displayName": "THOMASPRICE-LT", "operatingSystem": "Windows 10", "browser": "Edge 118.12158", "trustType": "Hybrid Azure AD joined"}, "location": {"city": "Port Denisetown", "state": "Smithton", "countryOrRegion": "XR", "geoCoordinates": {"latitude": 3.5518965, "longitude": 131.871582}}, "correlationId": "fa94448f-9f4c-4bce-9eb9-8cd8dc7f8dae", "conditionalAccessStatus": "failure", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "17783f51-f2c9-4fdf-99c4-69217ef8d32c", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 178, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Adobe Identity Management Service", "resourceId": "30663ca7-f8a9-43ab-8ca1-7906bdbc1485", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 230297, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "dY6Ql4c5bdExJLxtLr9CLMNVpQptHxXqgxashOgG1eOvrmxK", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "a6c259e5-7f16-48b2-a9f3-75becd6daa9b", "rngcStatus": 0}}, {"time": "2022-08-09T09:48:21.290178Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "156.206.181.119", "correlationId": "09355a44-b696-4c51-903c-3b1f0aa3002a", "identity": "Cynthia Perry", "Level": 4, "location": "XY", "properties": {"id": "8df1cc0f-951a-4b64-867c-236108576600", "createdDateTime": "2022-08-09T09:48:21.399178Z", "userDisplayName": "Cynthia Perry", "userPrincipalName": "cperry@domain.com", "userId": "ac5fa380-9d5b-470e-beb2-5ba10aca48e6", "appId": "9de6e985-97a5-4d82-9c45-aedaa9c25ef9", "appDisplayName": "AWS Single-Account Access", "ipAddress": "156.206.181.119", "status": {"errorCode": 0}, "clientAppUsed": "Browser", "deviceDetail": {"deviceId": "", "operatingSystem": "Windows"}, "location": {"city": "Hannaville", "state": "Thomashaven", "countryOrRegion": "XY", "geoCoordinates": {"latitude": 1.1452695, "longitude": 128.249211}}, "correlationId": "074159e5-3b56-4f4f-9306-3cafdf3282c1", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "d10d55ce-501b-47da-99e8-95ad53b241c7", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 109, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "AWS Single-Account Access Service", "resourceId": "f0630e90-b752-4960-bfb9-a0794fc34930", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 279165, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "r9RdggfoIwH68WNsLeS49iLMVwJvs3XLTVCzESUshFJGejTV", "incomingTokenType": "none", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "1f37c851-4be4-455b-928a-fbde7845a68a", "rngcStatus": 0}}, {"time": "2022-08-09T10:03:54.310113Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "156.206.181.119", "correlationId": "df20cb20-10d4-4162-8a80-89c8782220d6", "identity": "Cynthia Perry", "Level": 4, "location": "XY", "properties": {"id": "16bcb29d-4da5-4f0e-bf12-1079b2038300", "createdDateTime": "2022-08-09T10:03:54.411113Z", "userDisplayName": "Cynthia Perry", "userPrincipalName": "cperry@domain.com", "userId": "ac5fa380-9d5b-470e-beb2-5ba10aca48e6", "appId": "9de6e985-97a5-4d82-9c45-aedaa9c25ef9", "appDisplayName": "AWS Single-Account Access", "ipAddress": "156.206.181.119", "status": {"errorCode": 0}, "clientAppUsed": "Browser", "deviceDetail": {"deviceId": "", "operatingSystem": "Windows"}, "location": {"city": "Hannaville", "state": "Thomashaven", "countryOrRegion": "XY", "geoCoordinates": {"latitude": 1.1452695, "longitude": 128.249211}}, "correlationId": "fee6d388-408a-4035-82a7-d5497906f23b", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "233901e6-fee1-4f64-b7c7-ee02117b953a", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 101, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "AWS Single-Account Access Service", "resourceId": "72f0186d-d327-46c9-a8ff-497e0caa8691", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 279165, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "C8vRJ421D9xbuC4oiGxmykn31OgW4NaUoIwfGmg3DDxv8rD3", "incomingTokenType": "none", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": null, "rngcStatus": 0}}, {"time": "2022-08-09T10:07:32.705690Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "156.206.181.119", "correlationId": "5ced48ed-6cef-4ce2-bbd8-50d6dc920163", "identity": "Cynthia Perry", "Level": 4, "location": "XY", "properties": {"id": "e8cac988-e748-48ae-8e6f-727163df6a00", "createdDateTime": "2022-08-09T10:07:32.806690Z", "userDisplayName": "Cynthia Perry", "userPrincipalName": "cperry@domain.com", "userId": "ac5fa380-9d5b-470e-beb2-5ba10aca48e6", "appId": "9de6e985-97a5-4d82-9c45-aedaa9c25ef9", "appDisplayName": "AWS Single-Account Access", "ipAddress": "156.206.181.119", "status": {"errorCode": 0}, "clientAppUsed": "Browser", "deviceDetail": {"deviceId": "", "operatingSystem": "Windows"}, "location": {"city": "Hannaville", "state": "Thomashaven", "countryOrRegion": "XY", "geoCoordinates": {"latitude": 1.1452695, "longitude": 128.249211}}, "correlationId": "2887793a-b96c-4185-9b82-4f6413101b5d", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "f60f9e23-105c-45c2-a80b-331268e650b0", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 101, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "AWS Single-Account Access Service", "resourceId": "f0630e90-b752-4960-bfb9-a0794fc34930", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 279165, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "zigQib0vqCHlZmxUbGxQwr4XRZjmC7YoXL8caSjng4viOTCz", "incomingTokenType": "none", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "1f37c851-4be4-455b-928a-fbde7845a68a", "rngcStatus": 0}}, {"time": "2022-08-09T10:24:42.584962Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "50158", "resultSignature": "None", "resultDescription": "External security challenge was not satisfied.", "durationMs": 0, "callerIpAddress": "166.105.218.213", "correlationId": "5d838064-c320-403e-922b-f45059aae70a", "identity": "Thomas Price", "Level": 4, "location": "XR", "properties": {"id": "2468034e-c03d-4a77-94b4-f89b33796700", "createdDateTime": "2022-08-09T10:24:42.716962Z", "userDisplayName": "Thomas Price", "userPrincipalName": "tprice@domain.com", "userId": "32109ee2-ee4f-4d11-9c38-2556aec0f2b5", "appId": "79510a8f-6421-4348-a2ea-bcc2b02485c1", "appDisplayName": "Cisco AnyConnect", "ipAddress": "166.105.218.213", "status": {"errorCode": 50158, "failureReason": "External security challenge was not satisfied."}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (X11; Linux i686) AppleWebKit/535.2 (KHTML, like Gecko) Chrome/22.0.843.0 Safari/535.2 Edge/118.12158", "deviceDetail": {"deviceId": "5224a875-801f-44b5-a725-542da3890d4b", "displayName": "THOMASPRICE-LT", "operatingSystem": "Windows 10", "browser": "Edge 118.12158", "trustType": "Hybrid Azure AD joined"}, "location": {"city": "Santosborough", "state": "Smithton", "countryOrRegion": "XR", "geoCoordinates": {"latitude": 12.8350355, "longitude": 138.359011}}, "correlationId": "4074b836-3a5e-4584-b07d-e57a440c3549", "conditionalAccessStatus": "failure", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "1c1b883b-1d71-4b0c-8e82-2d37f19c2f60", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 132, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Cisco AnyConnect Online", "resourceId": "5d5b8d28-6a28-472e-b837-a4094e466965", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 256668, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "edHjAgn5efpLhrIvx8lHdWTuELI0wVGYHMEHsK5rx2IG9qjs", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "15655e1f-5005-4c53-b3c0-c4a1d1ca5e9e", "rngcStatus": 0}}, {"time": "2022-08-09T10:25:40.752730Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "SignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "199.12.127.103", "correlationId": "d63b9ef9-b540-452a-917e-9c4449f27c04", "identity": "Jacob Meyers", "Level": 4, "location": "XG", "properties": {"id": "5daad713-1a9b-42ef-b804-993d1cca5700", "createdDateTime": "2022-08-09T10:25:40.869730Z", "userDisplayName": "Jacob Meyers", "userPrincipalName": "jmeyers@domain.com", "userId": "c63a67b0-1651-4a8a-9560-cc703cdad5ad", "appId": "1b3edb90-1e06-46db-b021-e2fc1f7ddaf5", "appDisplayName": "Beatrust", "ipAddress": "199.12.127.103", "status": {"errorCode": 0}, "clientAppUsed": "Browser", "userAgent": "Mozilla/5.0 (Windows NT 5.1) AppleWebKit/534.1 (KHTML, like Gecko) Chrome/37.0.847.0 Safari/534.1", "deviceDetail": {"deviceId": "", "operatingSystem": "Windows 10", "browser": "Chrome 37.0.847.0"}, "location": {"city": "Port Nathan", "state": "Newmanville", "countryOrRegion": "XG", "geoCoordinates": {"latitude": 23.244641, "longitude": -113.392021}}, "correlationId": "164c9d1f-c91a-47b2-9626-25b8cc8d1126", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "071056dd-ab0c-4177-8f5a-efa6882b6e56", "isInteractive": true, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "processingTimeInMilliseconds": 117, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Beatrust Service", "resourceId": "24578515-1951-4064-967d-0d2acaf0aa70", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 282405, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "KBpl2ZNwNJ8Bh6JjijkZ6jN159gkUq6Ki0MDJLORbfiQ88qS", "incomingTokenType": "none", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "0e68752b-7dfa-400b-a6f5-1b54af90696a"}}, {"time": "2022-08-09T10:33:39.545709Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "50158", "resultSignature": "None", "resultDescription": "External security challenge was not satisfied.", "durationMs": 0, "callerIpAddress": "44.22.19.201", "correlationId": "59ba6e66-e4bd-4373-9c7b-f6b7ae6f6b11", "identity": "Thomas Price", "Level": 4, "location": "XN", "properties": {"id": "23856212-0a3a-4f29-a3b7-e17689b79500", "createdDateTime": "2022-08-09T10:33:39.683709Z", "userDisplayName": "Thomas Price", "userPrincipalName": "tprice@domain.com", "userId": "32109ee2-ee4f-4d11-9c38-2556aec0f2b5", "appId": "9a7e67c7-6f05-42a3-b226-97c7ec3e9696", "appDisplayName": "Adobe Identity Management", "ipAddress": "44.22.19.201", "status": {"errorCode": 50158, "failureReason": "External security challenge was not satisfied."}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (X11; Linux i686) AppleWebKit/535.2 (KHTML, like Gecko) Chrome/22.0.843.0 Safari/535.2 Edge/118.12158", "deviceDetail": {"deviceId": "35819889-abdc-47e0-b28d-5195d26e941f", "displayName": "THOMASPRICE-LT", "operatingSystem": "Windows 10", "browser": "Edge 118.12158", "trustType": "Hybrid Azure AD joined"}, "location": {"city": "Littlemouth", "state": "Alexanderfurt", "countryOrRegion": "XN", "geoCoordinates": {"latitude": 25.4437255, "longitude": -109.530885}}, "correlationId": "540d470e-74a9-41ef-9912-7a0a354f324c", "conditionalAccessStatus": "failure", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "03b7017f-ce9a-42ee-91fa-5e1d67bc087b", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 138, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Adobe Identity Management Service", "resourceId": "30663ca7-f8a9-43ab-8ca1-7906bdbc1485", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 230297, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "qnk0PvqPVt7igTiHVX7b8ubK2O1FG0W7q5C6UP0st83BvP7M", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "a6c259e5-7f16-48b2-a9f3-75becd6daa9b", "rngcStatus": 0}}, {"time": "2022-08-09T10:35:28.394473Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "156.206.181.119", "correlationId": "8e18c190-17dc-4c10-8fd4-95f2a8f3596d", "identity": "Cynthia Perry", "Level": 4, "location": "XY", "properties": {"id": "cccd28fb-54dc-41cc-bb11-f602c4326700", "createdDateTime": "2022-08-09T10:35:28.485473Z", "userDisplayName": "Cynthia Perry", "userPrincipalName": "cperry@domain.com", "userId": "ac5fa380-9d5b-470e-beb2-5ba10aca48e6", "appId": "9de6e985-97a5-4d82-9c45-aedaa9c25ef9", "appDisplayName": "AWS Single-Account Access", "ipAddress": "156.206.181.119", "status": {"errorCode": 0}, "clientAppUsed": "Browser", "deviceDetail": {"deviceId": "", "operatingSystem": "Windows"}, "location": {"city": "Hannaville", "state": "Thomashaven", "countryOrRegion": "XY", "geoCoordinates": {"latitude": 1.1452695, "longitude": 128.249211}}, "correlationId": "23a28d64-af10-4bd3-bdfc-273c9a5358ed", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "36f372f6-6dd1-47e5-a708-18ef386e329c", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 91, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "AWS Single-Account Access Service", "resourceId": "f0630e90-b752-4960-bfb9-a0794fc34930", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 279165, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "M3FsV9twaSxDxGLCov9GUBZ5BnCCYZJYMp9BjiGNPk67PLqt", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "1f37c851-4be4-455b-928a-fbde7845a68a", "rngcStatus": 0}}, {"time": "2022-08-09T10:36:32.180215Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "156.206.181.119", "correlationId": "5459c66d-1399-45a5-a715-98c3958534a4", "identity": "Cynthia Perry", "Level": 4, "location": "XY", "properties": {"id": "9c70fa14-e476-49ba-a565-436c6eb48f00", "createdDateTime": "2022-08-09T10:36:32.254215Z", "userDisplayName": "Cynthia Perry", "userPrincipalName": "cperry@domain.com", "userId": "ac5fa380-9d5b-470e-beb2-5ba10aca48e6", "appId": "9de6e985-97a5-4d82-9c45-aedaa9c25ef9", "appDisplayName": "AWS Single-Account Access", "ipAddress": "156.206.181.119", "status": {"errorCode": 0}, "clientAppUsed": "Browser", "deviceDetail": {"deviceId": "", "operatingSystem": "Windows"}, "location": {"city": "Hannaville", "state": "Thomashaven", "countryOrRegion": "XY", "geoCoordinates": {"latitude": 1.1452695, "longitude": 128.249211}}, "correlationId": "337c8156-9e79-4859-a8bf-987ec2c7f196", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "55645041-4487-4dc6-8971-c0509e682877", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 74, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "AWS Single-Account Access Service", "resourceId": "72f0186d-d327-46c9-a8ff-497e0caa8691", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 279165, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "Y1FKKWL5geTA3kezDYLjSIzIVz3w68WuWvltfCrIPo7J0ICB", "incomingTokenType": "none", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": null, "rngcStatus": 0}}, {"time": "2022-08-09T11:03:09.390120Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "147.132.189.119", "correlationId": "76f47dd8-6324-4714-bae4-a18cad590845", "identity": "Cassie Fernandez", "Level": 4, "location": "XR", "properties": {"id": "a4a49504-a4ea-469f-879a-0346a3f76800", "createdDateTime": "2022-08-09T11:03:09.542120Z", "userDisplayName": "Cassie Fernandez", "userPrincipalName": "cfernandez@domain.com", "userId": "67ef8be6-3f44-4db7-8172-fd6211428c1e", "appId": "2eae4ad1-8cae-48fe-b718-76bd66e2fc7f", "appDisplayName": "Bipsync", "ipAddress": "147.132.189.119", "status": {"errorCode": 0}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (iPad; CPU iPad OS 9_3_6 like Mac OS X) AppleWebKit/536.1 (KHTML, like Gecko) CriOS/42.0.865.0 Mobile/77O124 Safari/536.1 Edge/99.14477", "deviceDetail": {"deviceId": "d5a487a1-ef7d-4960-9723-7fdadce19af3", "displayName": "CASSIEFERNANDEZ-LT", "operatingSystem": "Windows 10", "browser": "Edge 99.14477", "trustType": "Azure AD registered"}, "location": {"city": "Port Denisetown", "state": "Smithton", "countryOrRegion": "XR", "geoCoordinates": {"latitude": 3.5518965, "longitude": 131.871582}}, "correlationId": "fb039d4a-dceb-4caf-8a96-3f29dab3b5e9", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "bb4bed8c-ce99-418e-8d6c-10c0a0f0554f", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 152, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Bipsync Service", "resourceId": "aaf780ce-b996-49b9-986d-8bb23f7bce3a", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 256668, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "yZtEvrg7kdjZYQ4zds2QUogCMgqyZxeRybhESdwub1ccwxNc", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "b7da42cc-a168-4148-b15a-792ad32c2ff5", "rngcStatus": 0}}, {"time": "2022-08-09T11:03:35.148745Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "156.206.181.119", "correlationId": "6311608f-bc00-4de5-abcc-90ba8b97a868", "identity": "Cynthia Perry", "Level": 4, "location": "XY", "properties": {"id": "fce40f88-fa2b-4b99-9183-5ba12b674f00", "createdDateTime": "2022-08-09T11:03:35.272745Z", "userDisplayName": "Cynthia Perry", "userPrincipalName": "cperry@domain.com", "userId": "ac5fa380-9d5b-470e-beb2-5ba10aca48e6", "appId": "9de6e985-97a5-4d82-9c45-aedaa9c25ef9", "appDisplayName": "AWS Single-Account Access", "ipAddress": "156.206.181.119", "status": {"errorCode": 0}, "clientAppUsed": "Browser", "deviceDetail": {"deviceId": "", "operatingSystem": "Windows"}, "location": {"city": "Hannaville", "state": "Thomashaven", "countryOrRegion": "XY", "geoCoordinates": {"latitude": 1.1452695, "longitude": 128.249211}}, "correlationId": "64fa173b-01f0-4352-b110-9c7a1df28531", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "bbef99d3-8b4e-4d21-ae0f-cfaa256018d0", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "processingTimeInMilliseconds": 124, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "AWS Single-Account Access Service", "resourceId": "9a84f55e-3a40-492c-9476-e069f64ed7a6", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 279165, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "frKq7vwsXHVDZGghFOVx4hgiPNb3dGuDVVyXdmEjgH7km7x3", "incomingTokenType": "none", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "37ee873b-f901-4e25-be69-010243106d0f"}}, {"time": "2022-08-09T11:14:19.138313Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "700082", "resultSignature": "None", "resultDescription": "Other", "durationMs": 0, "callerIpAddress": "54.119.29.60", "correlationId": "c6f56591-6a2a-4bf1-bb9e-21b4fb4b3346", "identity": "Thomas Price", "Level": 4, "location": "XR", "properties": {"id": "0e90a778-2cf2-4eee-b19f-bc6d94978c00", "createdDateTime": "2022-08-09T11:14:19.208313Z", "userDisplayName": "Thomas Price", "userPrincipalName": "tprice@domain.com", "userId": "32109ee2-ee4f-4d11-9c38-2556aec0f2b5", "appId": "9a7e67c7-6f05-42a3-b226-97c7ec3e9696", "appDisplayName": "Adobe Identity Management", "ipAddress": "54.119.29.60", "status": {"errorCode": 700082, "failureReason": "Other"}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (X11; Linux i686) AppleWebKit/535.2 (KHTML, like Gecko) Chrome/22.0.843.0 Safari/535.2 Edge/118.12158", "deviceDetail": {"deviceId": "852272bd-2ab1-474f-a99e-4922ea7031d3", "displayName": "THOMASPRICE-LT", "operatingSystem": "Windows 10", "browser": "Edge 118.12158", "trustType": "Hybrid Azure AD joined"}, "location": {"city": "Port Kimberlytown", "state": "Curtisport", "countryOrRegion": "XR", "geoCoordinates": {"latitude": 26.3152295, "longitude": 147.770404}}, "correlationId": "acd8085f-f9cc-49ae-bdf0-475828909e15", "conditionalAccessStatus": "notApplied", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "b1d3fe1e-af02-49e5-8261-227c50463aa7", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 70, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Adobe Identity Management Service", "resourceId": "30663ca7-f8a9-43ab-8ca1-7906bdbc1485", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 359213, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "x8DfdqxCJPIPnxd7IkEYERaanFGtkLymbjmehb0jnMdDGvH7", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "a6c259e5-7f16-48b2-a9f3-75becd6daa9b", "rngcStatus": 0}}, {"time": "2022-08-09T11:15:20.104905Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "91.132.253.146", "correlationId": "17aeaae4-6b44-4f0d-950c-bd892e6f1605", "identity": "Aaron Cole", "Level": 4, "location": "XD", "properties": {"id": "1c6a3fdd-a0db-4dca-8c1d-bb56d94c8d00", "createdDateTime": "2022-08-09T11:15:20.167905Z", "userDisplayName": "Aaron Cole", "userPrincipalName": "acole@domain.com", "userId": "5d557969-1645-4ba4-be83-b6fd943659f7", "appId": "b6eb5487-41e5-4254-acc5-72fbd850bd1e", "appDisplayName": "Google Cloud / G Suite Connector by Microsoft", "ipAddress": "91.132.253.146", "status": {"errorCode": 0}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (iPad; CPU iPad OS 9_3_6 like Mac OS X) AppleWebKit/536.1 (KHTML, like Gecko) CriOS/42.0.865.0 Mobile/77O124 Safari/536.1 Edge/99.14477", "deviceDetail": {"deviceId": "", "operatingSystem": "Windows 10", "browser": "Edge 99.14477"}, "location": {"city": "Rickshire", "state": "Norrisbury", "countryOrRegion": "XD", "geoCoordinates": {"latitude": -78.5751045, "longitude": 58.329246}}, "correlationId": "1302b4a9-0afb-44e5-94e4-8945361393ee", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "ff62ebde-4ad2-4760-b448-b774fefaa82f", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 63, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Google Cloud / G Suite Connector by Microsoft Service", "resourceId": "120f310e-002d-4cf0-803a-8e3f1188c691", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 214655, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "L1jLR2479eUFqXH7sJjc71eAejV2XnPohmqiDCRwxlBqJm8l", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "64fdf9a3-2711-4206-8c5a-100403727b93", "rngcStatus": 0}}, {"time": "2022-08-09T11:40:10.519285Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "50158", "resultSignature": "None", "resultDescription": "External security challenge was not satisfied.", "durationMs": 0, "callerIpAddress": "166.105.218.213", "correlationId": "796c4300-df1d-4382-bfa3-ea11bf7a365f", "identity": "Thomas Price", "Level": 4, "location": "XR", "properties": {"id": "04386101-53be-4839-bba8-bcf1a5f65500", "createdDateTime": "2022-08-09T11:40:10.687285Z", "userDisplayName": "Thomas Price", "userPrincipalName": "tprice@domain.com", "userId": "32109ee2-ee4f-4d11-9c38-2556aec0f2b5", "appId": "9a7e67c7-6f05-42a3-b226-97c7ec3e9696", "appDisplayName": "Adobe Identity Management", "ipAddress": "166.105.218.213", "status": {"errorCode": 50158, "failureReason": "External security challenge was not satisfied."}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (X11; Linux i686) AppleWebKit/535.2 (KHTML, like Gecko) Chrome/22.0.843.0 Safari/535.2 Edge/118.12158", "deviceDetail": {"deviceId": "81ad31fb-e9be-4498-b1b2-c62f8fae1a77", "displayName": "THOMASPRICE-LT", "operatingSystem": "Windows 10", "browser": "Edge 118.12158", "trustType": "Hybrid Azure AD joined"}, "location": {"city": "Kevinton", "state": "Smithton", "countryOrRegion": "XR", "geoCoordinates": {"latitude": -87.5106305, "longitude": -77.991036}}, "correlationId": "33b4dcc6-7d33-4298-af7a-15557eaf51f4", "conditionalAccessStatus": "failure", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "bf3ce8d6-2655-4595-9771-da42af0c016d", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "processingTimeInMilliseconds": 168, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Adobe Identity Management Service", "resourceId": "30663ca7-f8a9-43ab-8ca1-7906bdbc1485", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 256668, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "in6mk9s5YaFbjflc85iR54qigUNCDXp6LgTmcEA6DC5ApyQZ", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "a6c259e5-7f16-48b2-a9f3-75becd6daa9b"}}, {"time": "2022-08-09T11:42:08.648983Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "22.42.248.243", "correlationId": "1d89136a-dc18-485d-a41f-2a36314cda6f", "identity": "Melissa Martin", "Level": 4, "location": "XR", "properties": {"id": "9be25273-1fa9-48f5-a19d-482a414e9100", "createdDateTime": "2022-08-09T11:42:08.748983Z", "userDisplayName": "Melissa Martin", "userPrincipalName": "mmartin@domain.com", "userId": "632ccb55-03a7-40f4-9893-653527cae790", "appId": "9167c284-c68f-468a-84be-0ee4f23879fe", "appDisplayName": "ArcGIS Enterprise", "ipAddress": "22.42.248.243", "status": {"errorCode": 0}, "clientAppUsed": "Mobile Apps and Desktop clients", "deviceDetail": {"deviceId": "", "operatingSystem": "Ios", "browser": "Mobile Safari"}, "location": {"city": "Port Denisetown", "state": "Smithton", "countryOrRegion": "XR", "geoCoordinates": {"latitude": 40.136047, "longitude": 44.514491}}, "correlationId": "586c83a3-5656-47b6-a296-89ea9103a4d2", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "8093297e-2e21-4c6c-8253-d0c55f6d5348", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 100, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "ArcGIS Enterprise Service", "resourceId": "9a84f55e-3a40-492c-9476-e069f64ed7a6", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 432564, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "gj2UehxvfumhC1Rgw5DdiaE9MOET6NrophsLU7cj2uSKhcVo", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "37ee873b-f901-4e25-be69-010243106d0f", "rngcStatus": 0}}, {"time": "2022-08-09T12:04:05.262365Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "86.154.193.190", "correlationId": "b21e1feb-4e05-4624-979f-d07f87be0714", "identity": "Jamie Watson", "Level": 4, "location": "XR", "properties": {"id": "f3b698dd-aea4-4181-83f7-9b0e6e2d9800", "createdDateTime": "2022-08-09T12:04:05.362365Z", "userDisplayName": "Jamie Watson", "userPrincipalName": "jwatson@domain.com", "userId": "2844695b-9a70-48ed-a5ce-f3d711e2292b", "appId": "9de6e985-97a5-4d82-9c45-aedaa9c25ef9", "appDisplayName": "AWS Single-Account Access", "ipAddress": "86.154.193.190", "status": {"errorCode": 0}, "clientAppUsed": "Browser", "deviceDetail": {"deviceId": "fc784602-6455-4450-be3c-6770e0359f8a", "displayName": "JAMIEWATSON-LT", "operatingSystem": "Windows", "isCompliant": true, "isManaged": true, "trustType": "Azure AD joined"}, "location": {"city": "Port Denisetown", "state": "Smithton", "countryOrRegion": "XR", "geoCoordinates": {"latitude": 3.5518965, "longitude": 131.871582}}, "correlationId": "776d6f82-9e5f-4335-8bc9-a7511ec30e9b", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "cc9ce448-942b-4a0f-a568-6a4633d4d015", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 100, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "AWS Single-Account Access Service", "resourceId": "f0630e90-b752-4960-bfb9-a0794fc34930", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 256668, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "z4SvVqujoxJxhoOzvYhILCi6a38b2HdG4NxccWqcFsfnHy5x", "incomingTokenType": "none", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "1f37c851-4be4-455b-928a-fbde7845a68a", "rngcStatus": 0}}, {"time": "2022-08-09T12:22:20.802460Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "13.113.40.157", "correlationId": "aff344f6-6850-4dad-86fc-03b2bfaebdfb", "identity": "Attack Target", "Level": 4, "location": "XR", "properties": {"id": "5751f928-f6db-4f32-8ce6-3970d27a6900", "createdDateTime": "2022-08-09T12:22:21.110460Z", "userDisplayName": "Attack Target", "userPrincipalName": "attacktarget@domain.com", "userId": "d735e84b-dcca-404d-9f7d-700f360f41a6", "appId": "9c5b7fe3-0ad2-4ea6-94e5-9e0001f367e3", "appDisplayName": "Articulate 360", "ipAddress": "13.113.40.157", "status": {"errorCode": 0}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (iPad; CPU iPad OS 9_3_6 like Mac OS X) AppleWebKit/536.1 (KHTML, like Gecko) CriOS/42.0.865.0 Mobile/77O124 Safari/536.1 Edge/99.14477", "deviceDetail": {"deviceId": "a44625dc-6f81-449a-9799-8005f7209b42", "displayName": "ATTACKTARGET-LT", "operatingSystem": "Windows 10", "browser": "Edge 99.14477", "trustType": "Azure AD registered"}, "location": {"city": "New John", "state": "Smithfort", "countryOrRegion": "XR", "geoCoordinates": {"latitude": -89.144242, "longitude": 168.119022}}, "correlationId": "8190feac-848e-4db5-a1ee-6298c2b0608c", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "3c6571f3-8d5e-4e35-ab0b-1e4ff311da86", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 308, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Articulate 360 Online", "resourceId": "436260d5-3791-4aea-a4da-aa698ec35f2f", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 34974, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "SoeC3D97DS7su7vW1hrpLbOMtVvK7TMSLeXBrib3VEELG4Rx", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "94b9f3ba-5f4b-4edc-99dc-a420b76960f9", "rngcStatus": 0}}, {"time": "2022-08-09T12:29:35.838421Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "50158", "resultSignature": "None", "resultDescription": "External security challenge was not satisfied.", "durationMs": 0, "callerIpAddress": "105.169.153.183", "correlationId": "6cf656de-ccb5-48a5-9b64-395cf4ceefda", "identity": "Thomas Price", "Level": 4, "location": "XR", "properties": {"id": "a9f8bd26-0603-463f-b131-cbc215864e00", "createdDateTime": "2022-08-09T12:29:35.976421Z", "userDisplayName": "Thomas Price", "userPrincipalName": "tprice@domain.com", "userId": "32109ee2-ee4f-4d11-9c38-2556aec0f2b5", "appId": "9a7e67c7-6f05-42a3-b226-97c7ec3e9696", "appDisplayName": "Adobe Identity Management", "ipAddress": "105.169.153.183", "status": {"errorCode": 50158, "failureReason": "External security challenge was not satisfied."}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (X11; Linux i686) AppleWebKit/535.2 (KHTML, like Gecko) Chrome/22.0.843.0 Safari/535.2 Edge/118.12158", "deviceDetail": {"deviceId": "2b85c59f-331a-4b61-9a44-9d3d6df62a06", "displayName": "THOMASPRICE-LT", "operatingSystem": "Windows 10", "browser": "Edge 118.12158", "trustType": "Hybrid Azure AD joined"}, "location": {"city": "Kevinton", "state": "Smithton", "countryOrRegion": "XR", "geoCoordinates": {"latitude": -87.5106305, "longitude": -77.991036}}, "correlationId": "6b43bb04-40ff-4dd3-9aba-816f304ec4fe", "conditionalAccessStatus": "failure", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "f3a83aaf-5e8e-4f65-84ec-3e4d514895cb", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "processingTimeInMilliseconds": 138, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Adobe Identity Management Service", "resourceId": "30663ca7-f8a9-43ab-8ca1-7906bdbc1485", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 256668, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "eOuNxXLoroJG01VWF2TK3JYtFWUK1VpgCBbFsWBSisBBZ9AP", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "a6c259e5-7f16-48b2-a9f3-75becd6daa9b"}}, {"time": "2022-08-09T12:34:11.175460Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "19.20.89.178", "correlationId": "cc95f4d1-41f6-40bf-b560-77437b906568", "identity": "Jamie Watson", "Level": 4, "location": "XR", "properties": {"id": "5daad713-1a9b-42ef-b804-993d10e25600", "createdDateTime": "2022-08-09T12:34:11.277460Z", "userDisplayName": "Jamie Watson", "userPrincipalName": "jwatson@domain.com", "userId": "2844695b-9a70-48ed-a5ce-f3d711e2292b", "appId": "9167c284-c68f-468a-84be-0ee4f23879fe", "appDisplayName": "ArcGIS Enterprise", "ipAddress": "19.20.89.178", "status": {"errorCode": 0}, "clientAppUsed": "Mobile Apps and Desktop clients", "deviceDetail": {"deviceId": "", "operatingSystem": "Android"}, "location": {"city": "Samanthaberg", "state": "Smithton", "countryOrRegion": "XR", "geoCoordinates": {"latitude": -68.556166, "longitude": -172.972506}}, "correlationId": "7bc5d48f-6dde-4ee9-9c9c-799effee78f3", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "a8813d0e-142a-4dc2-a284-ce2383144fa1", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "processingTimeInMilliseconds": 102, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "ArcGIS Enterprise Service", "resourceId": "9a84f55e-3a40-492c-9476-e069f64ed7a6", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 34974, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "AJzJq4UrSTBdFk1Il8jN2zccUeNaRioXGtYmGNpxKGD09rdE", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "37ee873b-f901-4e25-be69-010243106d0f"}}, {"time": "2022-08-09T13:11:13.946475Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "50158", "resultSignature": "None", "resultDescription": "External security challenge was not satisfied.", "durationMs": 0, "callerIpAddress": "44.22.19.201", "correlationId": "96619607-723d-45a9-bfab-f892ddaf6377", "identity": "Thomas Price", "Level": 4, "location": "XN", "properties": {"id": "3e4015a7-fc3f-46ab-bde5-2cd85a207200", "createdDateTime": "2022-08-09T13:11:14.073475Z", "userDisplayName": "Thomas Price", "userPrincipalName": "tprice@domain.com", "userId": "32109ee2-ee4f-4d11-9c38-2556aec0f2b5", "appId": "9a7e67c7-6f05-42a3-b226-97c7ec3e9696", "appDisplayName": "Adobe Identity Management", "ipAddress": "44.22.19.201", "status": {"errorCode": 50158, "failureReason": "External security challenge was not satisfied."}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (X11; Linux i686) AppleWebKit/535.2 (KHTML, like Gecko) Chrome/22.0.843.0 Safari/535.2 Edge/118.12158", "deviceDetail": {"deviceId": "a12f42a7-2ae0-42d8-aec8-bf7cb3dea82c", "displayName": "THOMASPRICE-LT", "operatingSystem": "Windows 10", "browser": "Edge 118.12158", "trustType": "Hybrid Azure AD joined"}, "location": {"city": "Littlemouth", "state": "Alexanderfurt", "countryOrRegion": "XN", "geoCoordinates": {"latitude": 25.4437255, "longitude": -109.530885}}, "correlationId": "5bc146b2-fdaa-4716-a5c9-782b450500ae", "conditionalAccessStatus": "failure", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "757e91d0-04e8-46cd-80a3-104d23e7d84f", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 127, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Adobe Identity Management Service", "resourceId": "30663ca7-f8a9-43ab-8ca1-7906bdbc1485", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 230297, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "omIpb0xpysBBNWYM9OSqi0J2hvH1bHkmAo632NZrhohYXaJT", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "a6c259e5-7f16-48b2-a9f3-75becd6daa9b", "rngcStatus": 0}}, {"time": "2022-08-09T13:23:18.928217Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "50158", "resultSignature": "None", "resultDescription": "External security challenge was not satisfied.", "durationMs": 0, "callerIpAddress": "92.110.109.246", "correlationId": "9465eff9-5233-42a5-813e-91ca8ac74502", "identity": "Thomas Price", "Level": 4, "location": "XR", "properties": {"id": "a4a49504-a4ea-469f-879a-03466ea56100", "createdDateTime": "2022-08-09T13:23:19.057217Z", "userDisplayName": "Thomas Price", "userPrincipalName": "tprice@domain.com", "userId": "32109ee2-ee4f-4d11-9c38-2556aec0f2b5", "appId": "9a7e67c7-6f05-42a3-b226-97c7ec3e9696", "appDisplayName": "Adobe Identity Management", "ipAddress": "92.110.109.246", "status": {"errorCode": 50158, "failureReason": "External security challenge was not satisfied."}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (X11; Linux i686) AppleWebKit/535.2 (KHTML, like Gecko) Chrome/22.0.843.0 Safari/535.2 Edge/118.12158", "deviceDetail": {"deviceId": "35819889-abdc-47e0-b28d-5195d26e941f", "displayName": "THOMASPRICE-LT", "operatingSystem": "Windows 10", "browser": "Edge 118.12158", "trustType": "Hybrid Azure AD joined"}, "location": {"city": "Port Denisetown", "state": "Smithton", "countryOrRegion": "XR", "geoCoordinates": {"latitude": 3.5518965, "longitude": 131.871582}}, "correlationId": "dc9a3d29-c40f-4bec-bde6-61981cdf98f3", "conditionalAccessStatus": "failure", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "2fa40f91-d5bc-4d8a-ba43-5f870a5e48a1", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 129, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Adobe Identity Management Service", "resourceId": "30663ca7-f8a9-43ab-8ca1-7906bdbc1485", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 230297, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "YneLKNoOFWTugkGJjZDV1GtX7MkIhTHnZNEYxWMiiUtgGqDx", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "a6c259e5-7f16-48b2-a9f3-75becd6daa9b", "rngcStatus": 0}}, {"time": "2022-08-09T13:38:36.310292Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "13.113.40.157", "correlationId": "ee3b7f51-0580-410d-82f0-680ca6a769f7", "identity": "Attack Target", "Level": 4, "location": "XR", "properties": {"id": "e3eb0cfb-966f-4577-9f37-6ff235fe6200", "createdDateTime": "2022-08-09T13:38:36.610292Z", "userDisplayName": "Attack Target", "userPrincipalName": "attacktarget@domain.com", "userId": "d735e84b-dcca-404d-9f7d-700f360f41a6", "appId": "9c5b7fe3-0ad2-4ea6-94e5-9e0001f367e3", "appDisplayName": "Articulate 360", "ipAddress": "13.113.40.157", "status": {"errorCode": 0}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (iPad; CPU iPad OS 9_3_6 like Mac OS X) AppleWebKit/536.1 (KHTML, like Gecko) CriOS/42.0.865.0 Mobile/77O124 Safari/536.1 Edge/99.14477", "deviceDetail": {"deviceId": "a44625dc-6f81-449a-9799-8005f7209b42", "displayName": "ATTACKTARGET-LT", "operatingSystem": "Windows 10", "browser": "Edge 99.14477", "trustType": "Azure AD registered"}, "location": {"city": "New John", "state": "Smithfort", "countryOrRegion": "XR", "geoCoordinates": {"latitude": -89.144242, "longitude": 168.119022}}, "correlationId": "663de94e-7e17-4bdb-a35e-e9da57e3741b", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "97e61f07-238d-4ca9-91ca-2b30f287fc46", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 300, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Articulate 360 Online", "resourceId": "436260d5-3791-4aea-a4da-aa698ec35f2f", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 34974, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "4u6TTo8HYeDKEq3zyiqSHy0e84nr3oXSJf3F8Qz3gT1XyUlA", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "94b9f3ba-5f4b-4edc-99dc-a420b76960f9", "rngcStatus": 0}}, {"time": "2022-08-09T13:48:57.081769Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "91.132.253.146", "correlationId": "7970ee2f-b74e-44b8-bfe8-8d43620c82c6", "identity": "Aaron Cole", "Level": 4, "location": "XD", "properties": {"id": "528a72ae-c612-474f-a22e-2f6969d46d00", "createdDateTime": "2022-08-09T13:48:57.176769Z", "userDisplayName": "Aaron Cole", "userPrincipalName": "acole@domain.com", "userId": "5d557969-1645-4ba4-be83-b6fd943659f7", "appId": "09882a0a-ccfc-4f24-bedf-653c30932b5b", "appDisplayName": "InviteDesk", "ipAddress": "91.132.253.146", "status": {"errorCode": 0}, "clientAppUsed": "Browser", "deviceDetail": {"deviceId": "", "operatingSystem": "Windows"}, "location": {"city": "Rickshire", "state": "Norrisbury", "countryOrRegion": "XD", "geoCoordinates": {"latitude": -78.5751045, "longitude": 58.329246}}, "correlationId": "45baafe3-ee09-483a-9ec7-d8ad5ebb6533", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "124ddea1-c153-40dc-9167-380ec5f0b76b", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 95, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "InviteDesk Online", "resourceId": "1a67e98b-73d7-41e2-a7a4-424f3d305ed4", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 214655, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "R4lVFHse7xfoyD9FZ72LRdrUlMv5iPtmABSoAz3FJHeigFf1", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": null, "rngcStatus": 0}}, {"time": "2022-08-09T13:54:39.161742Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "13.113.40.157", "correlationId": "250927c7-1351-4dd6-b287-ef454876de07", "identity": "Attack Target", "Level": 4, "location": "XR", "properties": {"id": "e6e31c7b-cba6-47bd-b6c9-edde0c276b00", "createdDateTime": "2022-08-09T13:54:39.278742Z", "userDisplayName": "Attack Target", "userPrincipalName": "attacktarget@domain.com", "userId": "d735e84b-dcca-404d-9f7d-700f360f41a6", "appId": "9a7e67c7-6f05-42a3-b226-97c7ec3e9696", "appDisplayName": "Adobe Identity Management", "ipAddress": "13.113.40.157", "ipAddressFromResourceProvider": "13.113.40.157", "status": {"errorCode": 0}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (iPad; CPU iPad OS 9_3_6 like Mac OS X) AppleWebKit/536.1 (KHTML, like Gecko) CriOS/42.0.865.0 Mobile/77O124 Safari/536.1 Edge/99.14477", "deviceDetail": {"deviceId": "a44625dc-6f81-449a-9799-8005f7209b42", "displayName": "ATTACKTARGET-LT", "operatingSystem": "Windows 10", "browser": "Edge 99.14477", "trustType": "Azure AD registered"}, "location": {"city": "New John", "state": "Smithfort", "countryOrRegion": "XR", "geoCoordinates": {"latitude": -89.144242, "longitude": 168.119022}}, "correlationId": "162404b2-1c2c-4d54-8e19-c2f5e2c60683", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "6f126c81-e46b-452e-ad8e-ed240acde190", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "processingTimeInMilliseconds": 117, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Adobe Identity Management Service", "resourceId": "c8eab36d-0a82-409d-8693-a8dabc997921", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 34974, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "DfMujbC7GdMGN60W1fYl79i93dC4Sbo3GJwtMT96zb5WKM6j", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "2248d3ef-d7b8-4eb2-bd20-fb53f725bfe3"}}, {"time": "2022-08-09T13:56:36.272135Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "105.169.153.183", "correlationId": "76bfd723-6566-44d7-a3a9-d68906a797ae", "identity": "Jim Gonzalez", "Level": 4, "location": "XR", "properties": {"id": "e3eb0cfb-966f-4577-9f37-6ff2183b6700", "createdDateTime": "2022-08-09T13:56:36.443135Z", "userDisplayName": "Jim Gonzalez", "userPrincipalName": "jgonzalez@domain.com", "userId": "95090045-a9c5-489c-adee-2db430a3333a", "appId": "bf2855c0-7434-4262-8885-ad2f5206d324", "appDisplayName": "COINS Construction Cloud - Project and Productivity Apps", "ipAddress": "105.169.153.183", "status": {"errorCode": 0}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (Windows NT 4.0) AppleWebKit/532.1 (KHTML, like Gecko) Chrome/38.0.801.0 Safari/532.1 Edge/19.15284", "deviceDetail": {"deviceId": "15135d1f-cb47-4bd8-b76d-90a9171c09bd", "displayName": "JIMGONZALEZ-LT", "operatingSystem": "Windows 10", "browser": "Edge 19.15284", "trustType": "Azure AD registered"}, "location": {"city": "Kevinton", "state": "Smithton", "countryOrRegion": "XR", "geoCoordinates": {"latitude": -87.5106305, "longitude": -77.991036}}, "correlationId": "b84fd524-0431-4eee-ad67-d6ccbf0f46e9", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "a8fe2824-b1fc-4ebd-8059-a2c1e34b493b", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 171, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "COINS Construction Cloud - Project and Productivity Apps Service", "resourceId": "3f7d0d52-e3b6-4712-8e89-01c915dc0294", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 256668, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "1J7IWYN5LCUFJxWTUWckFK4L2sNnPuTceHlnQ04QZ63pOfVm", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "84036992-5b2b-4836-8aca-9de3ba4c15b9", "rngcStatus": 0}}, {"time": "2022-08-09T14:09:23.539160Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "50158", "resultSignature": "None", "resultDescription": "External security challenge was not satisfied.", "durationMs": 0, "callerIpAddress": "92.110.109.246", "correlationId": "30a0230b-c68f-4484-86ac-dec47e27165d", "identity": "Thomas Price", "Level": 4, "location": "XR", "properties": {"id": "a9fde73b-f4bf-4f4e-9e50-dc75d2965500", "createdDateTime": "2022-08-09T14:09:23.674160Z", "userDisplayName": "Thomas Price", "userPrincipalName": "tprice@domain.com", "userId": "32109ee2-ee4f-4d11-9c38-2556aec0f2b5", "appId": "9a7e67c7-6f05-42a3-b226-97c7ec3e9696", "appDisplayName": "Adobe Identity Management", "ipAddress": "92.110.109.246", "status": {"errorCode": 50158, "failureReason": "External security challenge was not satisfied."}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (X11; Linux i686) AppleWebKit/535.2 (KHTML, like Gecko) Chrome/22.0.843.0 Safari/535.2 Edge/118.12158", "deviceDetail": {"deviceId": "0927e60c-8dfa-4ecf-be85-ad63bccf40a1", "displayName": "THOMASPRICE-LT", "operatingSystem": "Windows 10", "browser": "Edge 118.12158", "trustType": "Hybrid Azure AD joined"}, "location": {"city": "Port Denisetown", "state": "Smithton", "countryOrRegion": "XR", "geoCoordinates": {"latitude": 3.5518965, "longitude": 131.871582}}, "correlationId": "a3a36cd4-81d7-4771-add9-f93d664cd818", "conditionalAccessStatus": "failure", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "474dc371-901a-4d18-9cb6-84c7d1507ba5", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "processingTimeInMilliseconds": 135, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Adobe Identity Management Service", "resourceId": "30663ca7-f8a9-43ab-8ca1-7906bdbc1485", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 230297, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "fE5ZQ6yunkaXWF1QqXFm8RrUXBSQCgZW8fQo7sMekpbctkX5", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "a6c259e5-7f16-48b2-a9f3-75becd6daa9b"}}, {"time": "2022-08-09T14:24:05.167990Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "42.62.103.34", "correlationId": "516e6dfa-a149-4536-8acf-d221b54eeb86", "identity": "Joseph Taylor", "Level": 4, "location": "XF", "properties": {"id": "9766f1aa-839e-413d-b538-b601ff659800", "createdDateTime": "2022-08-09T14:24:05.267990Z", "userDisplayName": "Joseph Taylor", "userPrincipalName": "jtaylor@domain.com", "userId": "af9847eb-c773-41ae-bf94-42747c5e986c", "appId": "9d794ea1-8d77-42e3-9fdd-6fd3620d616a", "appDisplayName": "Alaya", "ipAddress": "42.62.103.34", "status": {"errorCode": 0, "additionalDetails": "MFA requirement satisfied by claim in the token"}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (iPad; CPU iPad OS 9_3_6 like Mac OS X) AppleWebKit/536.1 (KHTML, like Gecko) CriOS/42.0.865.0 Mobile/77O124 Safari/536.1 Edge/99.14477", "deviceDetail": {"deviceId": "76b96bd3-e5d7-49ee-b195-bf363facdb3d", "displayName": "JOSEPHTAYLOR-LT", "operatingSystem": "Windows 10", "browser": "Edge 99.14477", "isCompliant": true, "isManaged": true, "trustType": "Azure AD joined"}, "location": {"city": "Jessicafurt", "state": "Smithbury", "countryOrRegion": "XF", "geoCoordinates": {"latitude": 17.5082395, "longitude": -115.304215}}, "mfaDetail": {}, "correlationId": "305f1076-e171-49be-87ca-f9650a9912d0", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "055ff9ab-0cc8-48e2-8c0b-97424e469a2f", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 100, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Alaya Service", "resourceId": "f0630e90-b752-4960-bfb9-a0794fc34930", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 393508, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "9EMLeSdPhDQAleVeqEKv56HkDosDx5V7dj0RtOJSqUYYObhN", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "1f37c851-4be4-455b-928a-fbde7845a68a", "rngcStatus": 0}}, {"time": "2022-08-09T14:46:16.438325Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "91.132.253.146", "correlationId": "d049e0c5-861a-49a0-ab2e-9b009ef32217", "identity": "Aaron Cole", "Level": 4, "location": "XD", "properties": {"id": "66d1265d-a794-48fb-9188-fc35675e6800", "createdDateTime": "2022-08-09T14:46:16.530325Z", "userDisplayName": "Aaron Cole", "userPrincipalName": "acole@domain.com", "userId": "5d557969-1645-4ba4-be83-b6fd943659f7", "appId": "36f74ffc-90e8-46e0-b0ed-588b76ed6f47", "appDisplayName": "Inspire", "ipAddress": "91.132.253.146", "status": {"errorCode": 0}, "clientAppUsed": "Browser", "deviceDetail": {"deviceId": "", "operatingSystem": "Windows", "browser": "Rich Client 4.35.1.0"}, "location": {"city": "Rickshire", "state": "Norrisbury", "countryOrRegion": "XD", "geoCoordinates": {"latitude": -78.5751045, "longitude": 58.329246}}, "correlationId": "020158b4-7257-4b3f-a990-c97a60f9a1bb", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "fdb07781-43c0-465e-9b66-bccb3df13bd0", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 92, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Inspire Online", "resourceId": "042c3df9-f692-4971-8c0b-72867fa422dd", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 214655, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "s0rGlqksrjV2i5z2VY43FC1je3Wi5akgLDIVRwwEMsv2zKtV", "incomingTokenType": "none", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "9dab86e5-2edb-4073-bed1-a1b309638aa2", "rngcStatus": 0}}, {"time": "2022-08-09T14:53:03.655062Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "205.33.24.92", "correlationId": "fca3484f-2d8b-4045-84b7-139839dd6196", "identity": "Aaron Cole", "Level": 4, "location": "XD", "properties": {"id": "5751f928-f6db-4f32-8ce6-39702c4a6b00", "createdDateTime": "2022-08-09T14:53:03.776062Z", "userDisplayName": "Aaron Cole", "userPrincipalName": "acole@domain.com", "userId": "5d557969-1645-4ba4-be83-b6fd943659f7", "appId": "1b3edb90-1e06-46db-b021-e2fc1f7ddaf5", "appDisplayName": "Beatrust", "ipAddress": "205.33.24.92", "status": {"errorCode": 0}, "clientAppUsed": "Browser", "deviceDetail": {"deviceId": "", "operatingSystem": "Windows 10", "browser": "Rich Client 5.2.7.0"}, "location": {"city": "Kristinmouth", "state": "Norrisbury", "countryOrRegion": "XD", "geoCoordinates": {"latitude": 26.278784, "longitude": -92.042573}}, "correlationId": "0ce7b575-25d1-4f60-9056-f2e54d873b8f", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "10b55789-c582-496d-b66b-5f764a02bea0", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 121, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Beatrust Service", "resourceId": "24578515-1951-4064-967d-0d2acaf0aa70", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 214655, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "rqr6RQYHJcH6EgKcHdPIT7tlaLDvfnoIUduMkbX5xpKZrLE3", "incomingTokenType": "none", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "0e68752b-7dfa-400b-a6f5-1b54af90696a", "rngcStatus": 0}}, {"time": "2022-08-09T15:07:52.196333Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "92.110.109.246", "correlationId": "2d34f9b8-8015-46e2-8911-d5684d01128a", "identity": "David Johnson", "Level": 4, "location": "XR", "properties": {"id": "49fb257d-c904-4a00-a9fb-e95fd69b5100", "createdDateTime": "2022-08-09T15:07:52.396333Z", "userDisplayName": "David Johnson", "userPrincipalName": "djohnson@domain.com", "userId": "ff2ae3d2-8cd2-4bd6-b65d-49c5ad946c7f", "appId": "9d794ea1-8d77-42e3-9fdd-6fd3620d616a", "appDisplayName": "Alaya", "ipAddress": "92.110.109.246", "status": {"errorCode": 0}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (iPad; CPU iPad OS 9_3_6 like Mac OS X) AppleWebKit/536.1 (KHTML, like Gecko) CriOS/42.0.865.0 Mobile/77O124 Safari/536.1 Edge/99.14477", "deviceDetail": {"deviceId": "717ebe00-a5eb-412e-97b6-7b8ab7cfbc02", "displayName": "DAVIDJOHNSON-LT", "operatingSystem": "Windows 10", "browser": "Edge 99.14477", "trustType": "Azure AD registered"}, "location": {"city": "Port Denisetown", "state": "Smithton", "countryOrRegion": "XR", "geoCoordinates": {"latitude": 3.5518965, "longitude": 131.871582}}, "correlationId": "aac07c9a-af29-4c95-9fba-b19c3ee4bed2", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "62dbe07e-e0d7-488f-9f04-20685b39d35e", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "processingTimeInMilliseconds": 200, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Alaya Service", "resourceId": "f0630e90-b752-4960-bfb9-a0794fc34930", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 230297, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "BiZno1oalWulNGyV6IjD9sbqORMkW4c7ks1xmE87MSn8WtH7", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "1f37c851-4be4-455b-928a-fbde7845a68a"}}, {"time": "2022-08-09T15:51:44.888524Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "199.12.127.103", "correlationId": "4a839902-2741-4e13-aa32-2268056674c9", "identity": "Jacob Meyers", "Level": 4, "location": "XG", "properties": {"id": "38d1405c-86c6-4469-98c5-85aeaf527100", "createdDateTime": "2022-08-09T15:51:45.020524Z", "userDisplayName": "Jacob Meyers", "userPrincipalName": "jmeyers@domain.com", "userId": "c63a67b0-1651-4a8a-9560-cc703cdad5ad", "appId": "9c5b7fe3-0ad2-4ea6-94e5-9e0001f367e3", "appDisplayName": "Articulate 360", "ipAddress": "199.12.127.103", "status": {"errorCode": 0}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (iPad; CPU iPad OS 9_3_6 like Mac OS X) AppleWebKit/536.1 (KHTML, like Gecko) CriOS/42.0.865.0 Mobile/77O124 Safari/536.1 Edge/99.14477", "deviceDetail": {"deviceId": "68cb982e-f215-496c-89bb-cc07716ff474", "displayName": "JACOBMEYERS-LT", "operatingSystem": "Windows 10", "browser": "Edge 99.14477", "trustType": "Azure AD registered"}, "location": {"city": "Port Nathan", "state": "Newmanville", "countryOrRegion": "XG", "geoCoordinates": {"latitude": 23.244641, "longitude": -113.392021}}, "correlationId": "c0e15150-dec7-4807-835d-7e2625b45d6d", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "7ba81c1c-c1fe-433d-a8bc-97760543bbf5", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 132, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Articulate 360 Online", "resourceId": "436260d5-3791-4aea-a4da-aa698ec35f2f", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 282405, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "GVJ42W5jzGW3taXn4AJmgZyKcYxOcpKuxkE019w6p94bKEMR", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "94b9f3ba-5f4b-4edc-99dc-a420b76960f9", "rngcStatus": 0}}, {"time": "2022-08-09T15:58:44.249283Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "86.154.193.190", "correlationId": "ee8b0f47-9ef6-4ff2-af25-ede9b1b2142a", "identity": "Kristen Howell", "Level": 4, "location": "XR", "properties": {"id": "cd604170-057f-460d-b144-5da3df126200", "createdDateTime": "2022-08-09T15:58:44.395283Z", "userDisplayName": "Kristen Howell", "userPrincipalName": "khowell@domain.com", "userId": "20e1e3f9-665f-45bd-9984-5e74b526d3b5", "appId": "18bf60fa-77dd-4aad-891d-af82ca87dd06", "appDisplayName": "FortiGate SSL VPN", "ipAddress": "86.154.193.190", "status": {"errorCode": 0, "additionalDetails": "MFA requirement satisfied by claim in the token"}, "clientAppUsed": "Browser", "deviceDetail": {"deviceId": "6ea76864-5f18-47dd-adb9-2b1dfcbfc425", "displayName": "KRISTENHOWELL-LT", "operatingSystem": "Windows", "browser": "Rich Client 4.22.0.0", "isCompliant": true, "isManaged": true, "trustType": "Azure AD joined"}, "location": {"city": "Port Denisetown", "state": "Smithton", "countryOrRegion": "XR", "geoCoordinates": {"latitude": 3.5518965, "longitude": 131.871582}}, "mfaDetail": {}, "correlationId": "d0195f89-998d-4501-bd6e-218cff8c7c07", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "a09bf932-b919-4273-9aa2-d68cc98c1859", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 146, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "FortiGate SSL VPN Service", "resourceId": "a1edee32-85c4-4a57-afcb-5853873a47e7", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 256668, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "Gfz8ybgqSjRxwbiTp8N5T4v8xZFXueuER3ysSs2xRKjLTg4b", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "0898af19-dfef-4b51-a918-f534c473013d", "rngcStatus": 0}}, {"time": "2022-08-09T16:56:14.448877Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "22.42.248.243", "correlationId": "3a2969a7-8185-41b6-a720-eb9e86e951ce", "identity": "Melissa Martin", "Level": 4, "location": "XR", "properties": {"id": "7911156a-02ea-4cca-ba29-f657b0cc7f00", "createdDateTime": "2022-08-09T16:56:14.619877Z", "userDisplayName": "Melissa Martin", "userPrincipalName": "mmartin@domain.com", "userId": "632ccb55-03a7-40f4-9893-653527cae790", "appId": "2eae4ad1-8cae-48fe-b718-76bd66e2fc7f", "appDisplayName": "Bipsync", "ipAddress": "22.42.248.243", "status": {"errorCode": 0}, "clientAppUsed": "Mobile Apps and Desktop clients", "deviceDetail": {"deviceId": "", "operatingSystem": "Ios", "browser": "Mobile Safari"}, "location": {"city": "Port Denisetown", "state": "Smithton", "countryOrRegion": "XR", "geoCoordinates": {"latitude": 40.136047, "longitude": 44.514491}}, "correlationId": "b68fa30a-20d1-425f-bbdb-dc8ba13dc381", "conditionalAccessStatus": "notApplied", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "31b9c669-1386-444e-becd-42305fdee227", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 171, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Bipsync Service", "resourceId": "7a8caa38-3454-4033-9b2e-0e69152cca1e", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 432564, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "TTYdQNAipPiiIng16W2fM9j4o8kmGQFEZy6gtbyOBgRO3bya", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "7c9b147a-b2e2-42f4-8881-d000653c3411", "rngcStatus": 0}}, {"time": "2022-08-09T17:04:44.306655Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "205.33.24.92", "correlationId": "5c21e7f4-6b4f-4ce9-a476-972e07b67774", "identity": "Aaron Cole", "Level": 4, "location": "XD", "properties": {"id": "37de7214-048f-4127-804b-5086291f6300", "createdDateTime": "2022-08-09T17:04:44.400655Z", "userDisplayName": "Aaron Cole", "userPrincipalName": "acole@domain.com", "userId": "5d557969-1645-4ba4-be83-b6fd943659f7", "appId": "ad65aaed-51a8-4877-830e-8a5273604c87", "appDisplayName": "Docusign", "ipAddress": "205.33.24.92", "status": {"errorCode": 0}, "clientAppUsed": "Browser", "deviceDetail": {"deviceId": "", "operatingSystem": "Windows", "browser": "Rich Client 4.42.0.0"}, "location": {"city": "Kristinmouth", "state": "Norrisbury", "countryOrRegion": "XD", "geoCoordinates": {"latitude": 26.278784, "longitude": -92.042573}}, "correlationId": "a7abae89-0e11-4068-a0bc-b6095fc67a4d", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "d706dada-46b4-4ff5-8c3c-b8899a1acfc7", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 94, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Docusign Service", "resourceId": "24578515-1951-4064-967d-0d2acaf0aa70", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 214655, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "NEjWTw9CqoHVqsyc0rR90xjsbBc74juSXgnGQ1H7KeMUXZ0I", "incomingTokenType": "none", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "0e68752b-7dfa-400b-a6f5-1b54af90696a", "rngcStatus": 0}}, {"time": "2022-08-09T17:35:35.603227Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "86.154.193.190", "correlationId": "3e223f33-33dd-4038-9b60-51f13ac9710c", "identity": "Kristen Howell", "Level": 4, "location": "XR", "properties": {"id": "2deb6159-9641-4f72-833f-3a31cdf24a00", "createdDateTime": "2022-08-09T17:35:35.739227Z", "userDisplayName": "Kristen Howell", "userPrincipalName": "khowell@domain.com", "userId": "20e1e3f9-665f-45bd-9984-5e74b526d3b5", "appId": "9d794ea1-8d77-42e3-9fdd-6fd3620d616a", "appDisplayName": "Alaya", "ipAddress": "86.154.193.190", "status": {"errorCode": 0}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (X11; Linux i686) AppleWebKit/533.0 (KHTML, like Gecko) Chrome/24.0.803.0 Safari/533.0 Edge/40.11325", "deviceDetail": {"deviceId": "af204333-3bdf-4228-bbeb-e3a654075b5c", "displayName": "KRISTENHOWELL-LT", "operatingSystem": "Windows 10", "browser": "Edge 40.11325", "trustType": "Azure AD registered"}, "location": {"city": "Port Denisetown", "state": "Smithton", "countryOrRegion": "XR", "geoCoordinates": {"latitude": 3.5518965, "longitude": 131.871582}}, "correlationId": "5f8e518f-40b0-4795-8db5-37fde58e8f38", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "ce67dbf9-c752-4f83-9c4b-3be8f9ed0bb6", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "processingTimeInMilliseconds": 136, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Alaya Service", "resourceId": "f0630e90-b752-4960-bfb9-a0794fc34930", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 256668, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "RGfKJD35EAZAczGB7JJJawUakgX48HmtcAWqYemCC8u61wXv", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "1f37c851-4be4-455b-928a-fbde7845a68a"}}, {"time": "2022-08-09T17:45:48.987878Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "50158", "resultSignature": "None", "resultDescription": "External security challenge was not satisfied.", "durationMs": 0, "callerIpAddress": "147.132.189.119", "correlationId": "779eecdd-ac38-4d70-9d34-3d21ab7593b9", "identity": "Terry Proctor", "Level": 4, "location": "XR", "properties": {"id": "6b98f00f-aa3d-46fc-af8a-c0873b167f00", "createdDateTime": "2022-08-09T17:45:49.200878Z", "userDisplayName": "Terry Proctor", "userPrincipalName": "tproctor@domain.com", "userId": "03110cc5-e54f-4dae-b68a-bf5d945f8152", "appId": "bf2855c0-7434-4262-8885-ad2f5206d324", "appDisplayName": "COINS Construction Cloud - Project and Productivity Apps", "ipAddress": "147.132.189.119", "status": {"errorCode": 50158, "failureReason": "External security challenge was not satisfied.", "additionalDetails": "MFA requirement satisfied by claim in the token"}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (X11; Linux i686) AppleWebKit/533.0 (KHTML, like Gecko) Chrome/24.0.803.0 Safari/533.0 Edge/40.11325", "deviceDetail": {"deviceId": "88ee69d5-1eb7-4f29-b594-e9b4e3371940", "displayName": "TERRYPROCTOR-LT", "operatingSystem": "Windows 10", "browser": "Edge 40.11325", "isCompliant": true, "isManaged": true, "trustType": "Azure AD joined"}, "location": {"city": "Port Denisetown", "state": "Smithton", "countryOrRegion": "XR", "geoCoordinates": {"latitude": 3.5518965, "longitude": 131.871582}}, "mfaDetail": {}, "correlationId": "65f7582c-f1af-4751-9df3-399fbcc873e4", "conditionalAccessStatus": "failure", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "2ad05b3b-1588-455a-9cca-ca86df6f3890", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 213, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "COINS Construction Cloud - Project and Productivity Apps Service", "resourceId": "436260d5-3791-4aea-a4da-aa698ec35f2f", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 256668, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "hjvc6qet31jsZ5pfDjwO9oJI7DjSrksTPzRbmfkwduxmUvZd", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "94b9f3ba-5f4b-4edc-99dc-a420b76960f9", "rngcStatus": 0}}, {"time": "2022-08-09T17:48:45.453717Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "91.132.253.146", "correlationId": "dd04af0c-088f-4ecb-8334-5e1cab9e750c", "identity": "Aaron Cole", "Level": 4, "location": "XD", "properties": {"id": "04386101-53be-4839-bba8-bcf142d35400", "createdDateTime": "2022-08-09T17:48:45.688717Z", "userDisplayName": "Aaron Cole", "userPrincipalName": "acole@domain.com", "userId": "5d557969-1645-4ba4-be83-b6fd943659f7", "appId": "3af742ed-19b9-4408-b2a0-28292aaafa8d", "appDisplayName": "Spike Email - Mail & Team Chat", "ipAddress": "91.132.253.146", "status": {"errorCode": 0}, "clientAppUsed": "Browser", "deviceDetail": {"deviceId": "", "operatingSystem": "Windows10", "browser": "Rich Client 4.30.1.0"}, "location": {"city": "Rickshire", "state": "Norrisbury", "countryOrRegion": "XD", "geoCoordinates": {"latitude": -78.5751045, "longitude": 58.329246}}, "correlationId": "0fc1ab75-8b62-4710-a43f-773934c64a14", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "b375e415-6c7a-4ebf-b26a-a05cd245f47d", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "processingTimeInMilliseconds": 235, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Spike Email - Mail & Team Chat Online", "resourceId": "24578515-1951-4064-967d-0d2acaf0aa70", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 214655, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "YVWVcYMuzuLBwf2vz628xZggZIRu61JwTdOIDLv7mM2xY0rC", "incomingTokenType": "none", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "0e68752b-7dfa-400b-a6f5-1b54af90696a"}}, {"time": "2022-08-09T18:22:41.664073Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "156.206.181.119", "correlationId": "e9494677-2b12-40b3-a8b7-c362ffd64c33", "identity": "Cynthia Perry", "Level": 4, "location": "XY", "properties": {"id": "f4fa1a63-e0af-4531-86dc-163af8e66700", "createdDateTime": "2022-08-09T18:22:41.780073Z", "userDisplayName": "Cynthia Perry", "userPrincipalName": "cperry@domain.com", "userId": "ac5fa380-9d5b-470e-beb2-5ba10aca48e6", "appId": "9de6e985-97a5-4d82-9c45-aedaa9c25ef9", "appDisplayName": "AWS Single-Account Access", "ipAddress": "156.206.181.119", "status": {"errorCode": 0}, "clientAppUsed": "Browser", "deviceDetail": {"deviceId": "", "operatingSystem": "Windows"}, "location": {"city": "Hannaville", "state": "Thomashaven", "countryOrRegion": "XY", "geoCoordinates": {"latitude": 1.1452695, "longitude": 128.249211}}, "correlationId": "4d6241b7-ef73-444e-8745-cb36ffda4c07", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "e56bbee5-e1d5-4f02-b4c4-fed32298b00c", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 116, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "AWS Single-Account Access Service", "resourceId": "f0630e90-b752-4960-bfb9-a0794fc34930", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 279165, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "umxMAy7UXncbzcgiliY3sxOnlWGugJDeEXjauMBuJB0NJtdY", "incomingTokenType": "none", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "1f37c851-4be4-455b-928a-fbde7845a68a", "rngcStatus": 0}}, {"time": "2022-08-09T19:07:10.810376Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "156.206.181.119", "correlationId": "aec0019d-3620-45a8-9a03-e1c0acfc7b61", "identity": "Cynthia Perry", "Level": 4, "location": "XY", "properties": {"id": "957852e5-3659-44e0-9376-78057b635800", "createdDateTime": "2022-08-09T19:07:10.898376Z", "userDisplayName": "Cynthia Perry", "userPrincipalName": "cperry@domain.com", "userId": "ac5fa380-9d5b-470e-beb2-5ba10aca48e6", "appId": "2eae4ad1-8cae-48fe-b718-76bd66e2fc7f", "appDisplayName": "Bipsync", "ipAddress": "156.206.181.119", "status": {"errorCode": 0}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (Windows NT 4.0) AppleWebKit/531.1 (KHTML, like Gecko) Chrome/20.0.823.0 Safari/531.1 Edge/87.11424", "deviceDetail": {"deviceId": "", "operatingSystem": "Windows 10", "browser": "Edge 87.11424"}, "location": {"city": "Hannaville", "state": "Thomashaven", "countryOrRegion": "XY", "geoCoordinates": {"latitude": 1.1452695, "longitude": 128.249211}}, "correlationId": "810564fd-65b9-4648-92ad-b4fd3517231e", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "0f3782ea-d0c7-4828-92b0-5de237ba6715", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 88, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Bipsync Service", "resourceId": "819aa3ed-3b63-4925-8388-0b8d41022941", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 279165, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "MqvfPI55zLSrQV47VP5nr1binNSa9RiR8vpDTL6pJIEb1DlW", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "7f0c9abd-8b0d-4973-8675-a495454c0c86", "rngcStatus": 0}}, {"time": "2022-08-09T19:41:41.166913Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "105.169.153.183", "correlationId": "204d1daf-95a2-46a3-93c6-63032af3e173", "identity": "Jim Gonzalez", "Level": 4, "location": "XR", "properties": {"id": "47a9da2e-c9f1-48ca-8d04-bb474bf25600", "createdDateTime": "2022-08-09T19:41:41.301913Z", "userDisplayName": "Jim Gonzalez", "userPrincipalName": "jgonzalez@domain.com", "userId": "95090045-a9c5-489c-adee-2db430a3333a", "appId": "9003b8ba-730c-412d-8972-267700304e01", "appDisplayName": "Box", "ipAddress": "105.169.153.183", "status": {"errorCode": 0}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (Windows NT 4.0) AppleWebKit/532.1 (KHTML, like Gecko) Chrome/38.0.801.0 Safari/532.1 Edge/19.15284", "deviceDetail": {"deviceId": "15135d1f-cb47-4bd8-b76d-90a9171c09bd", "displayName": "JIMGONZALEZ-LT", "operatingSystem": "Windows 10", "browser": "Edge 19.15284", "trustType": "Azure AD registered"}, "location": {"city": "Kevinton", "state": "Smithton", "countryOrRegion": "XR", "geoCoordinates": {"latitude": -87.5106305, "longitude": -77.991036}}, "correlationId": "fe48c806-9c51-4eff-bbcd-2eb9b37c3d26", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "88935537-9229-4ae7-96d0-7ca021ecdc3e", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "processingTimeInMilliseconds": 135, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Box Online", "resourceId": "d2c09315-f769-4fc6-9be8-f57cf8efa9cc", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 256668, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "l9RHVhz3N51wsnz62fxEl38rwLGhCkbHk65uD3zwaWl1SIHD", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": null}}, {"time": "2022-08-09T20:30:11.075622Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "50158", "resultSignature": "None", "resultDescription": "External security challenge was not satisfied.", "durationMs": 0, "callerIpAddress": "105.169.153.183", "correlationId": "1dc4afd6-6087-449f-b45a-6b4ddd1ea369", "identity": "Thomas Price", "Level": 4, "location": "XR", "properties": {"id": "12cb0ee6-11e1-4bee-8a49-6d2e379d6f00", "createdDateTime": "2022-08-09T20:30:11.187622Z", "userDisplayName": "Thomas Price", "userPrincipalName": "tprice@domain.com", "userId": "32109ee2-ee4f-4d11-9c38-2556aec0f2b5", "appId": "9a7e67c7-6f05-42a3-b226-97c7ec3e9696", "appDisplayName": "Adobe Identity Management", "ipAddress": "105.169.153.183", "status": {"errorCode": 50158, "failureReason": "External security challenge was not satisfied."}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (X11; Linux i686) AppleWebKit/535.2 (KHTML, like Gecko) Chrome/22.0.843.0 Safari/535.2 Edge/118.12158", "deviceDetail": {"deviceId": "61720755-0e96-468f-9935-10dacdc868e4", "displayName": "THOMASPRICE-LT", "operatingSystem": "Windows 10", "browser": "Edge 118.12158", "trustType": "Hybrid Azure AD joined"}, "location": {"city": "Santosborough", "state": "Smithton", "countryOrRegion": "XR", "geoCoordinates": {"latitude": 12.8350355, "longitude": 138.359011}}, "correlationId": "0b682b87-4dc6-4df3-93a3-df8ce6bca94d", "conditionalAccessStatus": "failure", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "4a558aee-1d9d-4c3d-9a9d-a7756aadcf7f", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 112, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Adobe Identity Management Service", "resourceId": "30663ca7-f8a9-43ab-8ca1-7906bdbc1485", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 256668, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "jzX8uuCjTZE2o6Kl0fJ8Iml3NaEPUPGI3HfYpxNq5v2cXkkz", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "a6c259e5-7f16-48b2-a9f3-75becd6daa9b", "rngcStatus": 0}}, {"time": "2022-08-09T20:30:34.059949Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "156.206.181.119", "correlationId": "3bbf31e2-4d1d-41e2-b40d-6e54c8fd2518", "identity": "Cynthia Perry", "Level": 4, "location": "XY", "properties": {"id": "b7d3efa6-fdbc-4020-888c-cd5f145d8900", "createdDateTime": "2022-08-09T20:30:34.201949Z", "userDisplayName": "Cynthia Perry", "userPrincipalName": "cperry@domain.com", "userId": "ac5fa380-9d5b-470e-beb2-5ba10aca48e6", "appId": "9de6e985-97a5-4d82-9c45-aedaa9c25ef9", "appDisplayName": "AWS Single-Account Access", "ipAddress": "156.206.181.119", "status": {"errorCode": 0}, "clientAppUsed": "Browser", "deviceDetail": {"deviceId": "", "operatingSystem": "Windows"}, "location": {"city": "Hannaville", "state": "Thomashaven", "countryOrRegion": "XY", "geoCoordinates": {"latitude": 1.1452695, "longitude": 128.249211}}, "correlationId": "d0d08d23-5eb0-452d-9ea7-0f078ad6f6e2", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "8c218674-2e6d-4abd-b600-bd375cd23850", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 142, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "AWS Single-Account Access", "resourceId": "1f1f8006-bcaf-48ed-96be-45ba0b1802c3", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 279165, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "w83FrsXL65XdVuh2lYZIGIJH9Ffqwd1y7mGGfElnFw9qimwv", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": null, "rngcStatus": 0}}, {"time": "2022-08-09T20:31:55.335058Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "91.132.253.146", "correlationId": "c21d3c2a-9822-4d8d-9a5c-c36e21000cc2", "identity": "Aaron Cole", "Level": 4, "location": "XD", "properties": {"id": "06aa2776-6961-4f0a-b4c3-b4788e545800", "createdDateTime": "2022-08-09T20:31:55.576058Z", "userDisplayName": "Aaron Cole", "userPrincipalName": "acole@domain.com", "userId": "5d557969-1645-4ba4-be83-b6fd943659f7", "appId": "af50c7b0-ad5f-40ec-840e-8d89be454ce4", "appDisplayName": "Citrix ShareFile", "ipAddress": "91.132.253.146", "status": {"errorCode": 0}, "clientAppUsed": "Browser", "deviceDetail": {"deviceId": "", "operatingSystem": "Windows10", "browser": "Rich Client 4.36.1.0"}, "location": {"city": "Rickshire", "state": "Norrisbury", "countryOrRegion": "XD", "geoCoordinates": {"latitude": -78.5751045, "longitude": 58.329246}}, "correlationId": "4a1869a7-dfda-4162-adc1-35d17ddd84ac", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "caef6b7a-5133-4839-9327-190895ddd696", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "processingTimeInMilliseconds": 241, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Citrix ShareFile Online", "resourceId": "206eb199-f73e-416e-9d51-9d50dd19be75", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 214655, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "peWpyNRrFi8KPkHFnkcIhj2PqlGksDDnhfC8Ur8gpwBxHhDC", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": null}}, {"time": "2022-08-09T20:46:22.517251Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "86.154.193.190", "correlationId": "052b83df-7a32-4a03-9582-3f8403203058", "identity": "Melissa Martin", "Level": 4, "location": "XR", "properties": {"id": "8118c4f3-cea7-4654-8492-63530c3d9a00", "createdDateTime": "2022-08-09T20:46:22.661251Z", "userDisplayName": "Melissa Martin", "userPrincipalName": "mmartin@domain.com", "userId": "632ccb55-03a7-40f4-9893-653527cae790", "appId": "51a80452-7502-4b15-9e15-827c7d78e337", "appDisplayName": "Dropbox Business", "ipAddress": "86.154.193.190", "status": {"errorCode": 0}, "clientAppUsed": "Mobile Apps and Desktop clients", "deviceDetail": {"deviceId": "", "operatingSystem": "Windows 10", "browser": "Rich Client 5.2.9.0"}, "location": {"city": "Port Denisetown", "state": "Smithton", "countryOrRegion": "XR", "geoCoordinates": {"latitude": 3.5518965, "longitude": 131.871582}}, "correlationId": "0f44de15-9397-498b-8160-e24b59a1eb53", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "bafe321d-d145-4370-b721-7c4cc8172c7a", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 144, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Dropbox Business Online", "resourceId": "3f7d0d52-e3b6-4712-8e89-01c915dc0294", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 256668, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "epHVspkRQkAzyudZFcuoeolcpCXbiQ4sKAw1EObHTaWl9TDS", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "84036992-5b2b-4836-8aca-9de3ba4c15b9", "rngcStatus": 0}}, {"time": "2022-08-09T20:51:11.387852Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "13.113.40.157", "correlationId": "5fa4da4f-253a-4f95-ae14-729d5a86c84f", "identity": "Attack Target", "Level": 4, "location": "XR", "properties": {"id": "0a69ca91-57c8-44f4-948f-1978c5dd6c00", "createdDateTime": "2022-08-09T20:51:11.513852Z", "userDisplayName": "Attack Target", "userPrincipalName": "attacktarget@domain.com", "userId": "d735e84b-dcca-404d-9f7d-700f360f41a6", "appId": "9a7e67c7-6f05-42a3-b226-97c7ec3e9696", "appDisplayName": "Adobe Identity Management", "ipAddress": "13.113.40.157", "status": {"errorCode": 0}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (iPad; CPU iPad OS 9_3_6 like Mac OS X) AppleWebKit/536.1 (KHTML, like Gecko) CriOS/42.0.865.0 Mobile/77O124 Safari/536.1 Edge/99.14477", "deviceDetail": {"deviceId": "a44625dc-6f81-449a-9799-8005f7209b42", "displayName": "ATTACKTARGET-LT", "operatingSystem": "Windows 10", "browser": "Edge 99.14477", "trustType": "Azure AD registered"}, "location": {"city": "New John", "state": "Smithfort", "countryOrRegion": "XR", "geoCoordinates": {"latitude": -89.144242, "longitude": 168.119022}}, "correlationId": "ab231aa8-874f-42c9-86c4-8b2c80515585", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "b65f0016-f05a-4bbc-8aae-171de2009bda", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 126, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Adobe Identity Management Service", "resourceId": "80abac89-d2c0-4b6c-8ffc-5023bd7efc5e", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 34974, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "YFydy5pLCWpn7JskNZH2AKcNqifVGUzedXnuA1vheA2485zK", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": null, "rngcStatus": 0}}, {"time": "2022-08-09T21:08:50.818029Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "156.206.181.119", "correlationId": "5d3d912a-11f4-48cd-8cca-a2530ec95020", "identity": "Cynthia Perry", "Level": 4, "location": "XY", "properties": {"id": "fabc4b93-f662-4478-a5a8-a2ce99827200", "createdDateTime": "2022-08-09T21:08:50.910029Z", "userDisplayName": "Cynthia Perry", "userPrincipalName": "cperry@domain.com", "userId": "ac5fa380-9d5b-470e-beb2-5ba10aca48e6", "appId": "9de6e985-97a5-4d82-9c45-aedaa9c25ef9", "appDisplayName": "AWS Single-Account Access", "ipAddress": "156.206.181.119", "status": {"errorCode": 0}, "clientAppUsed": "Browser", "deviceDetail": {"deviceId": "", "operatingSystem": "Windows"}, "location": {"city": "Hannaville", "state": "Thomashaven", "countryOrRegion": "XY", "geoCoordinates": {"latitude": 1.1452695, "longitude": 128.249211}}, "correlationId": "a885b3b5-05cb-46f3-a0c8-0a78e0178714", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "d403b696-15d4-4dfe-ba91-6512d66c592d", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 92, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "AWS Single-Account Access Service", "resourceId": "f0630e90-b752-4960-bfb9-a0794fc34930", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 279165, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "jnQhdNQ3Rcu8C9CjJpmOO8sqCJ6Ny5z233yeRl6uZl9WeG0i", "incomingTokenType": "none", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "1f37c851-4be4-455b-928a-fbde7845a68a", "rngcStatus": 0}}, {"time": "2022-08-09T21:14:02.206983Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "147.132.189.119", "correlationId": "a976a9a3-7386-483a-8cda-535f7613f77d", "identity": "Melissa Martin", "Level": 4, "location": "XR", "properties": {"id": "d2644368-9b2b-45cb-8872-4b3ff2e89400", "createdDateTime": "2022-08-09T21:14:02.317983Z", "userDisplayName": "Melissa Martin", "userPrincipalName": "mmartin@domain.com", "userId": "632ccb55-03a7-40f4-9893-653527cae790", "appId": "e47a1d38-5f61-45cd-b1b9-bc92f525c598", "appDisplayName": "Altoura", "ipAddress": "147.132.189.119", "status": {"errorCode": 0}, "clientAppUsed": "Browser", "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 12_4_8 like Mac OS X) AppleWebKit/536.2 (KHTML, like Gecko) CriOS/39.0.845.0 Mobile/81S373 Safari/536.2 Edge/40.11827", "deviceDetail": {"deviceId": "", "operatingSystem": "Windows 10", "browser": "Edge 40.11827"}, "location": {"city": "Port Denisetown", "state": "Smithton", "countryOrRegion": "XR", "geoCoordinates": {"latitude": 3.5518965, "longitude": 131.871582}}, "correlationId": "7f60c441-3166-479a-8740-1c74a029cfb2", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "a0aa83e6-089c-4b51-8519-a62de31b9761", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 111, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Altoura Online", "resourceId": "8a137ba4-52ae-4dbf-94af-2e56851573c4", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 256668, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "8IiBrjMUM5d1DOmcxmznYJc9riNUcWHRpr24lzhjM2NWEmlS", "incomingTokenType": "none", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": null, "rngcStatus": 0}}, {"time": "2022-08-09T21:15:37.498785Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "50158", "resultSignature": "None", "resultDescription": "External security challenge was not satisfied.", "durationMs": 0, "callerIpAddress": "147.132.189.119", "correlationId": "98337880-2cdd-4b51-b506-84e3a7f3d79a", "identity": "Terry Proctor", "Level": 4, "location": "XR", "properties": {"id": "501074c3-fbf3-458c-a18b-f71091fb6300", "createdDateTime": "2022-08-09T21:15:37.608785Z", "userDisplayName": "Terry Proctor", "userPrincipalName": "tproctor@domain.com", "userId": "03110cc5-e54f-4dae-b68a-bf5d945f8152", "appId": "e980a200-4916-4fcb-ae5a-3dee8f09d976", "appDisplayName": "Adoddle cSaas Platform", "ipAddress": "147.132.189.119", "status": {"errorCode": 50158, "failureReason": "External security challenge was not satisfied.", "additionalDetails": "MFA requirement satisfied by claim in the token"}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (X11; Linux i686) AppleWebKit/533.0 (KHTML, like Gecko) Chrome/24.0.803.0 Safari/533.0 Edge/40.11325", "deviceDetail": {"deviceId": "88ee69d5-1eb7-4f29-b594-e9b4e3371940", "displayName": "TERRYPROCTOR-LT", "operatingSystem": "Windows 10", "browser": "Edge 40.11325", "isCompliant": true, "isManaged": true, "trustType": "Azure AD joined"}, "location": {"city": "Port Denisetown", "state": "Smithton", "countryOrRegion": "XR", "geoCoordinates": {"latitude": 3.5518965, "longitude": 131.871582}}, "mfaDetail": {}, "correlationId": "3d3bcde4-36de-4dbf-9a5e-f35040f69424", "conditionalAccessStatus": "failure", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "0ed63aa8-7e26-41bc-9f5d-90070684fda8", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 110, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Adoddle cSaas Platform Online", "resourceId": "2437523d-228a-44c0-b408-0de8a8a8276c", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 256668, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "rBIfNWd1eECvEgoDhzXaoG1koGAnGMj7peQrX1g4gH0XMK8P", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "0eae9886-2d60-475f-9a14-3151a1cfa557", "rngcStatus": 0}}, {"time": "2022-08-09T21:21:40.898101Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "86.154.193.190", "correlationId": "31295a47-cd23-4e47-9eec-6846d1da27c6", "identity": "Kristen Howell", "Level": 4, "location": "XR", "properties": {"id": "05ba222e-1564-4894-b208-c535d06a8b00", "createdDateTime": "2022-08-09T21:21:41.013101Z", "userDisplayName": "Kristen Howell", "userPrincipalName": "khowell@domain.com", "userId": "20e1e3f9-665f-45bd-9984-5e74b526d3b5", "appId": "895b9fb3-4084-4f9f-a314-d082d67e3c5c", "appDisplayName": "Airstack", "ipAddress": "86.154.193.190", "status": {"errorCode": 0}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (X11; Linux i686) AppleWebKit/533.0 (KHTML, like Gecko) Chrome/24.0.803.0 Safari/533.0 Edge/40.11325", "deviceDetail": {"deviceId": "af204333-3bdf-4228-bbeb-e3a654075b5c", "displayName": "KRISTENHOWELL-LT", "operatingSystem": "Windows 10", "browser": "Edge 40.11325", "trustType": "Azure AD registered"}, "location": {"city": "Port Denisetown", "state": "Smithton", "countryOrRegion": "XR", "geoCoordinates": {"latitude": 3.5518965, "longitude": 131.871582}}, "correlationId": "1694ca9d-d809-4e9e-b8a8-af69ccbf3a19", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "7f24c284-858d-419b-95ee-859b12c55ed9", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 115, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Airstack Service", "resourceId": "f0630e90-b752-4960-bfb9-a0794fc34930", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 256668, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "6PEH9njRhPxuLMpXrO2vUxQV3CruqllBDaoDBS5c3Lcs2405", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "1f37c851-4be4-455b-928a-fbde7845a68a", "rngcStatus": 0}}, {"time": "2022-08-09T21:25:51.576501Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "1.210.58.10", "correlationId": "cb790f92-da69-4907-ad61-c19723cde5d1", "identity": "Keith Sheppard", "Level": 4, "location": "XD", "properties": {"id": "96843c4e-d6c8-49c6-9d20-6412d7d66d00", "createdDateTime": "2022-08-09T21:25:51.662501Z", "userDisplayName": "Keith Sheppard", "userPrincipalName": "ksheppard@domain.com", "userId": "05bd48f1-91d2-4c2d-9a7c-80e80f561b3c", "appId": "9de6e985-97a5-4d82-9c45-aedaa9c25ef9", "appDisplayName": "AWS Single-Account Access", "ipAddress": "1.210.58.10", "status": {"errorCode": 0}, "clientAppUsed": "Browser", "deviceDetail": {"deviceId": "639815fd-5018-4e38-9d81-67538b2ce460", "displayName": "KEITHSHEPPARD-LT", "operatingSystem": "Windows", "trustType": "Azure AD registered"}, "location": {"city": "Cooperhaven", "state": "Norrisbury", "countryOrRegion": "XD", "geoCoordinates": {"latitude": 70.436398, "longitude": -23.873747}}, "correlationId": "938f334a-afe7-4310-b948-e3f461b8ddb5", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "f899fab2-4323-41d7-8521-93378d591488", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 86, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "AWS Single-Account Access Service", "resourceId": "9a84f55e-3a40-492c-9476-e069f64ed7a6", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 69487, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "zKXWygkNM6TQd8SzHTE8hrVwmT2arikmQgwNdin6pJFLWp7S", "incomingTokenType": "none", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "37ee873b-f901-4e25-be69-010243106d0f", "rngcStatus": 0}}, {"time": "2022-08-09T21:26:15.673149Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "700082", "resultSignature": "None", "resultDescription": "Other", "durationMs": 0, "callerIpAddress": "54.119.29.60", "correlationId": "a3459844-9554-40e9-a805-19dfcd258135", "identity": "Thomas Price", "Level": 4, "location": "XR", "properties": {"id": "b7f5af53-c3a8-4597-83ff-57a219547500", "createdDateTime": "2022-08-09T21:26:15.750149Z", "userDisplayName": "Thomas Price", "userPrincipalName": "tprice@domain.com", "userId": "32109ee2-ee4f-4d11-9c38-2556aec0f2b5", "appId": "9a7e67c7-6f05-42a3-b226-97c7ec3e9696", "appDisplayName": "Adobe Identity Management", "ipAddress": "54.119.29.60", "status": {"errorCode": 700082, "failureReason": "Other"}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (X11; Linux i686) AppleWebKit/535.2 (KHTML, like Gecko) Chrome/22.0.843.0 Safari/535.2 Edge/118.12158", "deviceDetail": {"deviceId": "852272bd-2ab1-474f-a99e-4922ea7031d3", "displayName": "THOMASPRICE-LT", "operatingSystem": "Windows 10", "browser": "Edge 118.12158", "trustType": "Hybrid Azure AD joined"}, "location": {"city": "Port Kimberlytown", "state": "Curtisport", "countryOrRegion": "XR", "geoCoordinates": {"latitude": 26.3152295, "longitude": 147.770404}}, "correlationId": "f148cfd1-f1ba-41b6-8c39-6b7579782bee", "conditionalAccessStatus": "notApplied", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "08d6aa5d-7de7-4fc7-96a7-b9782ab11efd", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 77, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Adobe Identity Management Service", "resourceId": "30663ca7-f8a9-43ab-8ca1-7906bdbc1485", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 359213, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "A1w87SQwIpAVEj8OeHszgf4db9ICMnGtaILMxyJQ4Oqth8uR", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "a6c259e5-7f16-48b2-a9f3-75becd6daa9b", "rngcStatus": 0}}, {"time": "2022-08-09T21:38:30.771323Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "13.113.40.157", "correlationId": "c35a89e9-6021-4d46-befe-5b57d9bd5eaa", "identity": "Attack Target", "Level": 4, "location": "XR", "properties": {"id": "49fb257d-c904-4a00-a9fb-e95f9ca74f00", "createdDateTime": "2022-08-09T21:38:30.944323Z", "userDisplayName": "Attack Target", "userPrincipalName": "attacktarget@domain.com", "userId": "d735e84b-dcca-404d-9f7d-700f360f41a6", "appId": "9a7e67c7-6f05-42a3-b226-97c7ec3e9696", "appDisplayName": "Adobe Identity Management", "ipAddress": "13.113.40.157", "ipAddressFromResourceProvider": "13.113.40.157", "status": {"errorCode": 0}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (iPad; CPU iPad OS 9_3_6 like Mac OS X) AppleWebKit/536.1 (KHTML, like Gecko) CriOS/42.0.865.0 Mobile/77O124 Safari/536.1 Edge/99.14477", "deviceDetail": {"deviceId": "a44625dc-6f81-449a-9799-8005f7209b42", "displayName": "ATTACKTARGET-LT", "operatingSystem": "Windows 10", "browser": "Edge 99.14477", "trustType": "Azure AD registered"}, "location": {"city": "New John", "state": "Smithfort", "countryOrRegion": "XR", "geoCoordinates": {"latitude": -89.144242, "longitude": 168.119022}}, "correlationId": "4aa2c2d5-4949-4478-a80e-915150edbc10", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "f661ec35-a86a-4369-a969-6472d01a9ce9", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "processingTimeInMilliseconds": 173, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Adobe Identity Management Service", "resourceId": "c8eab36d-0a82-409d-8693-a8dabc997921", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 34974, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "5QkW0T8CaJiTlhhyUOdDjoeSqP1wCCKBBr2Vk7kjYiRzavmC", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "2248d3ef-d7b8-4eb2-bd20-fb53f725bfe3"}}, {"time": "2022-08-09T22:07:37.751088Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "86.154.193.190", "correlationId": "28e7a6dd-a1a7-470d-8278-3727a6dec615", "identity": "Melissa Martin", "Level": 4, "location": "XR", "properties": {"id": "bda3243b-e692-4956-ba3d-d340e7307000", "createdDateTime": "2022-08-09T22:07:37.842088Z", "userDisplayName": "Melissa Martin", "userPrincipalName": "mmartin@domain.com", "userId": "632ccb55-03a7-40f4-9893-653527cae790", "appId": "2eae4ad1-8cae-48fe-b718-76bd66e2fc7f", "appDisplayName": "Bipsync", "ipAddress": "86.154.193.190", "status": {"errorCode": 0}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (iPad; CPU iPad OS 9_3_6 like Mac OS X) AppleWebKit/536.1 (KHTML, like Gecko) CriOS/42.0.865.0 Mobile/77O124 Safari/536.1 Edge/99.14477", "deviceDetail": {"deviceId": "", "operatingSystem": "Windows 10", "browser": "Edge 99.14477"}, "location": {"city": "Port Denisetown", "state": "Smithton", "countryOrRegion": "XR", "geoCoordinates": {"latitude": 3.5518965, "longitude": 131.871582}}, "correlationId": "a89fa718-f3cb-449f-a7c4-30e92d0f1699", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "bd00a052-93f9-4644-ad1a-3e5dea3cf287", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 91, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Bipsync Service", "resourceId": "819aa3ed-3b63-4925-8388-0b8d41022941", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 256668, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "lQ0ELIAqHNGArUrVo2c8qsYmfXgab63IEI2nPjEmlREARSHo", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "7f0c9abd-8b0d-4973-8675-a495454c0c86", "rngcStatus": 0}}, {"time": "2022-08-09T22:18:02.642532Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "42.62.103.34", "correlationId": "7813dffb-2c19-4052-9ac4-d1901063146b", "identity": "Joseph Taylor", "Level": 4, "location": "XF", "properties": {"id": "091f472c-8c50-486e-b774-16db52ac6200", "createdDateTime": "2022-08-09T22:18:02.736532Z", "userDisplayName": "Joseph Taylor", "userPrincipalName": "jtaylor@domain.com", "userId": "af9847eb-c773-41ae-bf94-42747c5e986c", "appId": "2eae4ad1-8cae-48fe-b718-76bd66e2fc7f", "appDisplayName": "Bipsync", "ipAddress": "42.62.103.34", "status": {"errorCode": 0, "additionalDetails": "MFA requirement satisfied by claim in the token"}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (iPad; CPU iPad OS 9_3_6 like Mac OS X) AppleWebKit/536.1 (KHTML, like Gecko) CriOS/42.0.865.0 Mobile/77O124 Safari/536.1 Edge/99.14477", "deviceDetail": {"deviceId": "76b96bd3-e5d7-49ee-b195-bf363facdb3d", "displayName": "JOSEPHTAYLOR-LT", "operatingSystem": "Windows 10", "browser": "Edge 99.14477", "isCompliant": true, "isManaged": true, "trustType": "Azure AD joined"}, "location": {"city": "Jessicafurt", "state": "Smithbury", "countryOrRegion": "XF", "geoCoordinates": {"latitude": 17.5082395, "longitude": -115.304215}}, "mfaDetail": {}, "correlationId": "9f3dfd81-e1b8-4cbb-b663-bfa1ff2156a9", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "18367013-3b38-45e5-aa0f-2eaa3a2963ab", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "processingTimeInMilliseconds": 94, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Bipsync Service", "resourceId": "819aa3ed-3b63-4925-8388-0b8d41022941", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 393508, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "ENpi4xVNGGTO0063QoKeqlyDFf1v22h1D2GVkhb197mCtH6W", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "7f0c9abd-8b0d-4973-8675-a495454c0c86"}}, {"time": "2022-08-09T22:24:29.080420Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "50158", "resultSignature": "None", "resultDescription": "External security challenge was not satisfied.", "durationMs": 0, "callerIpAddress": "105.169.153.183", "correlationId": "62458785-8c95-4da9-935a-f68c7400d753", "identity": "Thomas Price", "Level": 4, "location": "XR", "properties": {"id": "501074c3-fbf3-458c-a18b-f71062a56900", "createdDateTime": "2022-08-09T22:24:29.286420Z", "userDisplayName": "Thomas Price", "userPrincipalName": "tprice@domain.com", "userId": "32109ee2-ee4f-4d11-9c38-2556aec0f2b5", "appId": "9a7e67c7-6f05-42a3-b226-97c7ec3e9696", "appDisplayName": "Adobe Identity Management", "ipAddress": "105.169.153.183", "status": {"errorCode": 50158, "failureReason": "External security challenge was not satisfied."}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (X11; Linux i686) AppleWebKit/535.2 (KHTML, like Gecko) Chrome/22.0.843.0 Safari/535.2 Edge/118.12158", "deviceDetail": {"deviceId": "2b85c59f-331a-4b61-9a44-9d3d6df62a06", "displayName": "THOMASPRICE-LT", "operatingSystem": "Windows 10", "browser": "Edge 118.12158", "trustType": "Hybrid Azure AD joined"}, "location": {"city": "Santosborough", "state": "Smithton", "countryOrRegion": "XR", "geoCoordinates": {"latitude": 12.8350355, "longitude": 138.359011}}, "correlationId": "fe0287b0-c4ad-475f-b6c5-9a9753e53791", "conditionalAccessStatus": "failure", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "8bdf10c5-49f3-4746-85ed-7c4f5517e6dc", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 206, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Adobe Identity Management Service", "resourceId": "30663ca7-f8a9-43ab-8ca1-7906bdbc1485", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 256668, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "xaZ5Bu4cYqwvzNk8EL4Cd5poygojmZkGkAC00ZdWsNoJdq4M", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "a6c259e5-7f16-48b2-a9f3-75becd6daa9b", "rngcStatus": 0}}, {"time": "2022-08-09T22:25:47.245003Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "19.20.89.178", "correlationId": "b3dfa349-b31e-4a9b-b3c5-78d23b352b2e", "identity": "Jamie Watson", "Level": 4, "location": "XR", "properties": {"id": "e4ea9516-35e1-4b49-aa95-88a472e36a00", "createdDateTime": "2022-08-09T22:25:47.346003Z", "userDisplayName": "Jamie Watson", "userPrincipalName": "jwatson@domain.com", "userId": "2844695b-9a70-48ed-a5ce-f3d711e2292b", "appId": "9167c284-c68f-468a-84be-0ee4f23879fe", "appDisplayName": "ArcGIS Enterprise", "ipAddress": "19.20.89.178", "status": {"errorCode": 0}, "clientAppUsed": "Mobile Apps and Desktop clients", "deviceDetail": {"deviceId": "", "operatingSystem": "Android"}, "location": {"city": "Samanthaberg", "state": "Smithton", "countryOrRegion": "XR", "geoCoordinates": {"latitude": -68.556166, "longitude": -172.972506}}, "correlationId": "f655c04a-b90a-46b3-83d6-bb289fd8a39c", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "ef385037-e8ae-4e4c-834e-c5984e4b4e21", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 101, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "ArcGIS Enterprise Service", "resourceId": "bca2b487-3a6c-440f-b1b7-a15b02771ad0", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 34974, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "U4F1p7K8WuwATkYmDGNGwht7z2J9T3NKSoT16DCa50TSlb2U", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "4da47dd4-556d-4ba4-9847-c1850930ab5e", "rngcStatus": 0}}, {"time": "2022-08-09T22:39:44.833094Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "105.169.153.183", "correlationId": "b2b8deae-13b7-4dea-a12f-ed033f2bacb8", "identity": "Jim Gonzalez", "Level": 4, "location": "XR", "properties": {"id": "78c2d22b-2231-4c67-bb82-cf57e1ca5b00", "createdDateTime": "2022-08-09T22:39:44.957094Z", "userDisplayName": "Jim Gonzalez", "userPrincipalName": "jgonzalez@domain.com", "userId": "95090045-a9c5-489c-adee-2db430a3333a", "appId": "b6eb5487-41e5-4254-acc5-72fbd850bd1e", "appDisplayName": "Google Cloud / G Suite Connector by Microsoft", "ipAddress": "105.169.153.183", "status": {"errorCode": 0}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (Windows NT 4.0) AppleWebKit/532.1 (KHTML, like Gecko) Chrome/38.0.801.0 Safari/532.1 Edge/19.15284", "deviceDetail": {"deviceId": "15135d1f-cb47-4bd8-b76d-90a9171c09bd", "displayName": "JIMGONZALEZ-LT", "operatingSystem": "Windows 10", "browser": "Edge 19.15284", "trustType": "Azure AD registered"}, "location": {"city": "Santosborough", "state": "Smithton", "countryOrRegion": "XR", "geoCoordinates": {"latitude": 12.8350355, "longitude": 138.359011}}, "correlationId": "81c3bd10-f99d-44b8-9a0c-adeb404cd454", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "72e36c53-b714-4143-a17f-1a6d79cfa07b", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 124, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Google Cloud / G Suite Connector by Microsoft Service", "resourceId": "47e06079-6a63-42ab-89ea-840a60f3ea94", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 256668, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "TfwGdnNO58P67fz04k4dRMzomGiFZJEnwMvqOuUNzWRKcXEt", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "af115473-a920-4919-a03a-7215ca304189", "rngcStatus": 0}}, {"time": "2022-08-09T22:46:48.166231Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "13.113.40.157", "correlationId": "9155a167-e90e-40e0-bed5-b41d90e09b89", "identity": "Attack Target", "Level": 4, "location": "XR", "properties": {"id": "c42d1a02-7ec4-48b5-9f37-6b02f0b06c00", "createdDateTime": "2022-08-09T22:46:48.289231Z", "userDisplayName": "Attack Target", "userPrincipalName": "attacktarget@domain.com", "userId": "d735e84b-dcca-404d-9f7d-700f360f41a6", "appId": "9a7e67c7-6f05-42a3-b226-97c7ec3e9696", "appDisplayName": "Adobe Identity Management", "ipAddress": "13.113.40.157", "status": {"errorCode": 0}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (iPad; CPU iPad OS 9_3_6 like Mac OS X) AppleWebKit/536.1 (KHTML, like Gecko) CriOS/42.0.865.0 Mobile/77O124 Safari/536.1 Edge/99.14477", "deviceDetail": {"deviceId": "a44625dc-6f81-449a-9799-8005f7209b42", "displayName": "ATTACKTARGET-LT", "operatingSystem": "Windows 10", "browser": "Edge 99.14477", "trustType": "Azure AD registered"}, "location": {"city": "Smithfort", "state": "Smithfort", "countryOrRegion": "XR", "geoCoordinates": {"latitude": 3.7564095, "longitude": -121.574606}}, "correlationId": "feb76f66-10fa-45c6-80c0-7622d4ac3e69", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "662d3264-430a-434e-aec8-c9773ae0c090", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 123, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Adobe Identity Management Service", "resourceId": "7d6a0897-8b82-49e9-90e2-d482fb9202bd", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 34974, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "kNpI3wHkMZygMsUez1nAwBXaGOkRSvlWC7J1R3seoxtapHCM", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "537d9419-7e2b-4778-9102-62256bcfcf45", "rngcStatus": 0}}, {"time": "2022-08-09T22:46:57.768102Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "50158", "resultSignature": "None", "resultDescription": "External security challenge was not satisfied.", "durationMs": 0, "callerIpAddress": "44.22.19.201", "correlationId": "d87c11c2-de21-41b7-9e2b-29a29be401a7", "identity": "Thomas Price", "Level": 4, "location": "XN", "properties": {"id": "f1fc2489-d131-4e12-a62d-535f82e68600", "createdDateTime": "2022-08-09T22:46:57.911102Z", "userDisplayName": "Thomas Price", "userPrincipalName": "tprice@domain.com", "userId": "32109ee2-ee4f-4d11-9c38-2556aec0f2b5", "appId": "79510a8f-6421-4348-a2ea-bcc2b02485c1", "appDisplayName": "Cisco AnyConnect", "ipAddress": "44.22.19.201", "status": {"errorCode": 50158, "failureReason": "External security challenge was not satisfied."}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (X11; Linux i686) AppleWebKit/535.2 (KHTML, like Gecko) Chrome/22.0.843.0 Safari/535.2 Edge/118.12158", "deviceDetail": {"deviceId": "0927e60c-8dfa-4ecf-be85-ad63bccf40a1", "displayName": "THOMASPRICE-LT", "operatingSystem": "Windows 10", "browser": "Edge 118.12158", "trustType": "Hybrid Azure AD joined"}, "location": {"city": "Littlemouth", "state": "Alexanderfurt", "countryOrRegion": "XN", "geoCoordinates": {"latitude": 25.4437255, "longitude": -109.530885}}, "correlationId": "9a1ca99c-2643-4a65-a1e6-c19e190bf6a5", "conditionalAccessStatus": "failure", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "c00df898-0c5b-47c8-b172-faa4ef20141d", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 143, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Cisco AnyConnect Online", "resourceId": "5d5b8d28-6a28-472e-b837-a4094e466965", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 230297, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "QuqkWnBla6o6SlbKQHDoMcTUQLYrAlx2SRqBQHs2M0qUBUF4", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "15655e1f-5005-4c53-b3c0-c4a1d1ca5e9e", "rngcStatus": 0}}, {"time": "2022-08-09T22:55:30.416716Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "156.206.181.119", "correlationId": "bc7320d9-c82c-4f5e-be03-065a25419473", "identity": "Cynthia Perry", "Level": 4, "location": "XY", "properties": {"id": "f86fd039-b911-4a63-b06c-8447ba996000", "createdDateTime": "2022-08-09T22:55:30.560716Z", "userDisplayName": "Cynthia Perry", "userPrincipalName": "cperry@domain.com", "userId": "ac5fa380-9d5b-470e-beb2-5ba10aca48e6", "appId": "9a7e67c7-6f05-42a3-b226-97c7ec3e9696", "appDisplayName": "Adobe Identity Management", "ipAddress": "156.206.181.119", "status": {"errorCode": 0}, "clientAppUsed": "Mobile Apps and Desktop clients", "deviceDetail": {"deviceId": "", "operatingSystem": "Windows 10", "browser": "Rich Client v3.4.1.35249"}, "location": {"city": "Hannaville", "state": "Thomashaven", "countryOrRegion": "XY", "geoCoordinates": {"latitude": 1.1452695, "longitude": 128.249211}}, "correlationId": "dafe0b7a-781e-41ec-9cdc-3a8215cc2a44", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "a06a1f77-1912-42e7-a431-03d9665da1cb", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 144, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Adobe Identity Management Service", "resourceId": "9a84f55e-3a40-492c-9476-e069f64ed7a6", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 279165, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "7HJuWs8vFD1LXEHz35Ta0Af7dRDv36bx5WyyT5BeqW37pWYN", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "37ee873b-f901-4e25-be69-010243106d0f", "rngcStatus": 0}}, {"time": "2022-08-09T23:41:17.699402Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "50158", "resultSignature": "None", "resultDescription": "External security challenge was not satisfied.", "durationMs": 0, "callerIpAddress": "92.110.109.246", "correlationId": "3dcb72ed-8cf5-49c4-b9ed-7d1c7a746cd6", "identity": "Thomas Price", "Level": 4, "location": "XR", "properties": {"id": "8df1cc0f-951a-4b64-867c-236181856b00", "createdDateTime": "2022-08-09T23:41:17.834402Z", "userDisplayName": "Thomas Price", "userPrincipalName": "tprice@domain.com", "userId": "32109ee2-ee4f-4d11-9c38-2556aec0f2b5", "appId": "79510a8f-6421-4348-a2ea-bcc2b02485c1", "appDisplayName": "Cisco AnyConnect", "ipAddress": "92.110.109.246", "status": {"errorCode": 50158, "failureReason": "External security challenge was not satisfied."}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (X11; Linux i686) AppleWebKit/535.2 (KHTML, like Gecko) Chrome/22.0.843.0 Safari/535.2 Edge/118.12158", "deviceDetail": {"deviceId": "a12f42a7-2ae0-42d8-aec8-bf7cb3dea82c", "displayName": "THOMASPRICE-LT", "operatingSystem": "Windows 10", "browser": "Edge 118.12158", "trustType": "Hybrid Azure AD joined"}, "location": {"city": "Port Denisetown", "state": "Smithton", "countryOrRegion": "XR", "geoCoordinates": {"latitude": 3.5518965, "longitude": 131.871582}}, "correlationId": "ad6b4f7c-7307-4171-b4bf-4fcc19cf7e86", "conditionalAccessStatus": "failure", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "130e7dcc-753b-490c-b024-55eb69decde2", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 135, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Cisco AnyConnect Online", "resourceId": "5d5b8d28-6a28-472e-b837-a4094e466965", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 230297, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "ccg6ZPhfolI2ZAfhiJJ5SZuMQLzGI94hlqcDHS91gayzZpgE", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "15655e1f-5005-4c53-b3c0-c4a1d1ca5e9e", "rngcStatus": 0}}, {"time": "2022-08-09T23:59:49.626250Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "156.206.181.119", "correlationId": "e2b8b36a-5332-43ed-bb41-261be7af7a3c", "identity": "Cynthia Perry", "Level": 4, "location": "XY", "properties": {"id": "5e4e730b-8d3c-4dbc-a1a3-d71241d65600", "createdDateTime": "2022-08-09T23:59:49.743250Z", "userDisplayName": "Cynthia Perry", "userPrincipalName": "cperry@domain.com", "userId": "ac5fa380-9d5b-470e-beb2-5ba10aca48e6", "appId": "9de6e985-97a5-4d82-9c45-aedaa9c25ef9", "appDisplayName": "AWS Single-Account Access", "ipAddress": "156.206.181.119", "status": {"errorCode": 0}, "clientAppUsed": "Browser", "deviceDetail": {"deviceId": "", "operatingSystem": "Windows"}, "location": {"city": "Hannaville", "state": "Thomashaven", "countryOrRegion": "XY", "geoCoordinates": {"latitude": 1.1452695, "longitude": 128.249211}}, "correlationId": "4f1e316d-7918-4028-9a1c-c3c6578fafa9", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "24a31f59-862f-412d-9265-286ed32bf469", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "processingTimeInMilliseconds": 117, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "AWS Single-Account Access Service", "resourceId": "f0630e90-b752-4960-bfb9-a0794fc34930", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 279165, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "0WofEvX5XvaABkOGl15YN3M7o0uUmyzyzVHMJ6bKlXnbOTq2", "incomingTokenType": "none", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "1f37c851-4be4-455b-928a-fbde7845a68a"}}, {"time": "2022-08-10T00:16:26.105607Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "147.132.189.119", "correlationId": "1f2df54b-22c1-4c6f-8829-c29cd699bfdd", "identity": "Terry Proctor", "Level": 4, "location": "XR", "properties": {"id": "656b6a55-9c7d-4cd4-981f-e41815e39800", "createdDateTime": "2022-08-10T00:16:26.210607Z", "userDisplayName": "Terry Proctor", "userPrincipalName": "tproctor@domain.com", "userId": "03110cc5-e54f-4dae-b68a-bf5d945f8152", "appId": "9d794ea1-8d77-42e3-9fdd-6fd3620d616a", "appDisplayName": "Alaya", "ipAddress": "147.132.189.119", "status": {"errorCode": 0, "additionalDetails": "MFA requirement satisfied by claim in the token"}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (X11; Linux i686) AppleWebKit/533.0 (KHTML, like Gecko) Chrome/24.0.803.0 Safari/533.0 Edge/40.11325", "deviceDetail": {"deviceId": "88ee69d5-1eb7-4f29-b594-e9b4e3371940", "displayName": "TERRYPROCTOR-LT", "operatingSystem": "Windows 10", "browser": "Edge 40.11325", "isCompliant": true, "isManaged": true, "trustType": "Azure AD joined"}, "location": {"city": "Port Denisetown", "state": "Smithton", "countryOrRegion": "XR", "geoCoordinates": {"latitude": 3.5518965, "longitude": 131.871582}}, "mfaDetail": {}, "correlationId": "034deea5-00fc-4b6a-b2b0-01e6928040f4", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "c3660aa7-29d1-44ac-a1ec-1752be39821a", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 105, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Alaya Service", "resourceId": "f0630e90-b752-4960-bfb9-a0794fc34930", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 256668, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "5kHUwg3eMMbjM0whqTw70y7pDZ3dM5Li9HK7pydzb4lhBfNN", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "1f37c851-4be4-455b-928a-fbde7845a68a", "rngcStatus": 0}}, {"time": "2022-08-10T00:19:38.803434Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "50158", "resultSignature": "None", "resultDescription": "External security challenge was not satisfied.", "durationMs": 0, "callerIpAddress": "166.105.218.213", "correlationId": "ed4cc998-c34a-4e91-ba09-64dbf1a89697", "identity": "Thomas Price", "Level": 4, "location": "XR", "properties": {"id": "34c51c65-943b-4b0f-9822-0dcd27de6b00", "createdDateTime": "2022-08-10T00:19:38.932434Z", "userDisplayName": "Thomas Price", "userPrincipalName": "tprice@domain.com", "userId": "32109ee2-ee4f-4d11-9c38-2556aec0f2b5", "appId": "79510a8f-6421-4348-a2ea-bcc2b02485c1", "appDisplayName": "Cisco AnyConnect", "ipAddress": "166.105.218.213", "status": {"errorCode": 50158, "failureReason": "External security challenge was not satisfied."}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (X11; Linux i686) AppleWebKit/535.2 (KHTML, like Gecko) Chrome/22.0.843.0 Safari/535.2 Edge/118.12158", "deviceDetail": {"deviceId": "5224a875-801f-44b5-a725-542da3890d4b", "displayName": "THOMASPRICE-LT", "operatingSystem": "Windows 10", "browser": "Edge 118.12158", "trustType": "Hybrid Azure AD joined"}, "location": {"city": "Santosborough", "state": "Smithton", "countryOrRegion": "XR", "geoCoordinates": {"latitude": 12.8350355, "longitude": 138.359011}}, "correlationId": "2bc60070-3e0a-4680-b381-fa5ef2760ae5", "conditionalAccessStatus": "failure", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "0ac219c8-2d42-44df-ab0d-3801206e7876", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 129, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Cisco AnyConnect Online", "resourceId": "5d5b8d28-6a28-472e-b837-a4094e466965", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 256668, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "33Nmfisd6AF5LuRTLnrK29Mrbzbv8pSvChTXfXq6oScEcjdP", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "15655e1f-5005-4c53-b3c0-c4a1d1ca5e9e", "rngcStatus": 0}}, {"time": "2022-08-10T00:43:48.438501Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "13.113.40.157", "correlationId": "02d767af-7794-494f-b81a-504130506b41", "identity": "Attack Target", "Level": 4, "location": "XR", "properties": {"id": "84170ee1-88cb-4e3d-bb5d-283ab9906600", "createdDateTime": "2022-08-10T00:43:48.552501Z", "userDisplayName": "Attack Target", "userPrincipalName": "attacktarget@domain.com", "userId": "d735e84b-dcca-404d-9f7d-700f360f41a6", "appId": "9a7e67c7-6f05-42a3-b226-97c7ec3e9696", "appDisplayName": "Adobe Identity Management", "ipAddress": "13.113.40.157", "status": {"errorCode": 0}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (iPad; CPU iPad OS 9_3_6 like Mac OS X) AppleWebKit/536.1 (KHTML, like Gecko) CriOS/42.0.865.0 Mobile/77O124 Safari/536.1 Edge/99.14477", "deviceDetail": {"deviceId": "a44625dc-6f81-449a-9799-8005f7209b42", "displayName": "ATTACKTARGET-LT", "operatingSystem": "Windows 10", "browser": "Edge 99.14477", "trustType": "Azure AD registered"}, "location": {"city": "Smithfort", "state": "Smithfort", "countryOrRegion": "XR", "geoCoordinates": {"latitude": 3.7564095, "longitude": -121.574606}}, "correlationId": "1cf48320-d597-4e70-823c-549fb9597251", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "a41004d9-172d-4fd1-9be0-0c27e141e2d5", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 114, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Adobe Identity Management Service", "resourceId": "80abac89-d2c0-4b6c-8ffc-5023bd7efc5e", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 34974, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "gd2F7hFk3FcQea7fnMJvO97dWm83NkDFGf6AphwwlqhuWEBN", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": null, "rngcStatus": 0}}, {"time": "2022-08-10T01:07:56.878493Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "147.132.189.119", "correlationId": "d2f67007-89ef-422a-abb7-d48928b70a51", "identity": "Jim Gonzalez", "Level": 4, "location": "XR", "properties": {"id": "36248e68-8333-45f4-aadc-85f6e2d06f00", "createdDateTime": "2022-08-10T01:07:57.026493Z", "userDisplayName": "Jim Gonzalez", "userPrincipalName": "jgonzalez@domain.com", "userId": "95090045-a9c5-489c-adee-2db430a3333a", "appId": "18bf60fa-77dd-4aad-891d-af82ca87dd06", "appDisplayName": "FortiGate SSL VPN", "ipAddress": "147.132.189.119", "status": {"errorCode": 0}, "clientAppUsed": "Browser", "deviceDetail": {"deviceId": "1a428e94-41e3-4c1d-865a-0d31c9a2540b", "displayName": "JIMGONZALEZ-LT", "operatingSystem": "Windows", "browser": "Rich Client 4.22.0.0", "trustType": "Azure AD registered"}, "location": {"city": "Port Denisetown", "state": "Smithton", "countryOrRegion": "XR", "geoCoordinates": {"latitude": 3.5518965, "longitude": 131.871582}}, "correlationId": "ba62c86f-dd60-4eb1-b54f-70615c34f448", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "93c42e95-b4e3-4e5e-9076-4870837ac473", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 148, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "FortiGate SSL VPN", "resourceId": "51e679b4-5774-4b5f-9636-df5ea66b9380", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 256668, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "BRTPSF6JuPwIOwtYqr3LBOsfQXz4EmOEt7tsYXcjXKj4NpX3", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "6e8f419c-7f10-40b1-a52a-e4fb253c74c2", "rngcStatus": 0}}, {"time": "2022-08-10T01:22:52.177327Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "156.206.181.119", "correlationId": "eb8d9f83-a746-4149-872a-04249b4a0181", "identity": "Cynthia Perry", "Level": 4, "location": "XY", "properties": {"id": "cc84aab4-5145-442b-a538-82aea1835200", "createdDateTime": "2022-08-10T01:22:52.282327Z", "userDisplayName": "Cynthia Perry", "userPrincipalName": "cperry@domain.com", "userId": "ac5fa380-9d5b-470e-beb2-5ba10aca48e6", "appId": "9de6e985-97a5-4d82-9c45-aedaa9c25ef9", "appDisplayName": "AWS Single-Account Access", "ipAddress": "156.206.181.119", "status": {"errorCode": 0}, "clientAppUsed": "Browser", "deviceDetail": {"deviceId": "", "operatingSystem": "Windows"}, "location": {"city": "Hannaville", "state": "Thomashaven", "countryOrRegion": "XY", "geoCoordinates": {"latitude": 1.1452695, "longitude": 128.249211}}, "correlationId": "0e16e935-8777-420c-b4dd-a51d674d8ad7", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "e98b1e96-62c7-4458-bda7-07113532265a", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "processingTimeInMilliseconds": 105, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "AWS Single-Account Access Service", "resourceId": "72f0186d-d327-46c9-a8ff-497e0caa8691", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 279165, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "hYNI9W9gtK96qItjO8XxqKO6xkpgh6EdYs9UG3wCHqTd8nB9", "incomingTokenType": "none", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": null}}, {"time": "2022-08-10T01:31:42.424492Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "147.132.189.119", "correlationId": "14c7aa36-169c-4b94-94f4-f17a9c6b5f73", "identity": "Cassie Fernandez", "Level": 4, "location": "XR", "properties": {"id": "5960508f-6c99-4371-9d17-a215d5c66000", "createdDateTime": "2022-08-10T01:31:42.539492Z", "userDisplayName": "Cassie Fernandez", "userPrincipalName": "cfernandez@domain.com", "userId": "67ef8be6-3f44-4db7-8172-fd6211428c1e", "appId": "9a7e67c7-6f05-42a3-b226-97c7ec3e9696", "appDisplayName": "Adobe Identity Management", "ipAddress": "147.132.189.119", "status": {"errorCode": 0}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (iPad; CPU iPad OS 9_3_6 like Mac OS X) AppleWebKit/536.1 (KHTML, like Gecko) CriOS/42.0.865.0 Mobile/77O124 Safari/536.1 Edge/99.14477", "deviceDetail": {"deviceId": "d5a487a1-ef7d-4960-9723-7fdadce19af3", "displayName": "CASSIEFERNANDEZ-LT", "operatingSystem": "Windows 10", "browser": "Edge 99.14477", "trustType": "Azure AD registered"}, "location": {"city": "Port Denisetown", "state": "Smithton", "countryOrRegion": "XR", "geoCoordinates": {"latitude": 3.5518965, "longitude": 131.871582}}, "correlationId": "8565d0eb-113f-4ffc-bb0f-e72011d49e52", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "fa07c14e-81f5-4038-b21a-a089f58f0ad8", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 115, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Adobe Identity Management Service", "resourceId": "1f1f8006-bcaf-48ed-96be-45ba0b1802c3", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 256668, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "pz11d9veH1rSMGFO1khPUuvM2Xr2OKUmLdXcP9fThVe2aDUd", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": null, "rngcStatus": 0}}, {"time": "2022-08-10T01:39:53.514307Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "147.132.189.119", "correlationId": "e399fa39-d4f7-4252-97cc-cc4eff0e6446", "identity": "Cassie Fernandez", "Level": 4, "location": "XR", "properties": {"id": "a4a49504-a4ea-469f-879a-03468e896800", "createdDateTime": "2022-08-10T01:39:53.629307Z", "userDisplayName": "Cassie Fernandez", "userPrincipalName": "cfernandez@domain.com", "userId": "67ef8be6-3f44-4db7-8172-fd6211428c1e", "appId": "b6eb5487-41e5-4254-acc5-72fbd850bd1e", "appDisplayName": "Google Cloud / G Suite Connector by Microsoft", "ipAddress": "147.132.189.119", "status": {"errorCode": 0}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (iPad; CPU iPad OS 9_3_6 like Mac OS X) AppleWebKit/536.1 (KHTML, like Gecko) CriOS/42.0.865.0 Mobile/77O124 Safari/536.1 Edge/99.14477", "deviceDetail": {"deviceId": "d5a487a1-ef7d-4960-9723-7fdadce19af3", "displayName": "CASSIEFERNANDEZ-LT", "operatingSystem": "Windows 10", "browser": "Edge 99.14477", "trustType": "Azure AD registered"}, "location": {"city": "Port Denisetown", "state": "Smithton", "countryOrRegion": "XR", "geoCoordinates": {"latitude": 3.5518965, "longitude": 131.871582}}, "correlationId": "93d3f3de-b130-443a-af16-a0cec61c3dd2", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "ae592339-b258-411c-bc15-94eacfcf57fc", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 115, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Google Cloud / G Suite Connector by Microsoft Service", "resourceId": "47e06079-6a63-42ab-89ea-840a60f3ea94", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 256668, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "1RAIkfUWQXZBomRBtch6xZXyNAHBGaDHABOgubkuhIZaQ0Vs", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "af115473-a920-4919-a03a-7215ca304189", "rngcStatus": 0}}, {"time": "2022-08-10T01:46:12.527097Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "156.206.181.119", "correlationId": "ae466d76-9a1a-4d0b-8e17-0d9a3867fb59", "identity": "Cynthia Perry", "Level": 4, "location": "XY", "properties": {"id": "04386101-53be-4839-bba8-bcf1d29c5300", "createdDateTime": "2022-08-10T01:46:12.648097Z", "userDisplayName": "Cynthia Perry", "userPrincipalName": "cperry@domain.com", "userId": "ac5fa380-9d5b-470e-beb2-5ba10aca48e6", "appId": "9de6e985-97a5-4d82-9c45-aedaa9c25ef9", "appDisplayName": "AWS Single-Account Access", "ipAddress": "156.206.181.119", "status": {"errorCode": 0}, "clientAppUsed": "Browser", "deviceDetail": {"deviceId": "", "operatingSystem": "Windows"}, "location": {"city": "Hannaville", "state": "Thomashaven", "countryOrRegion": "XY", "geoCoordinates": {"latitude": 1.1452695, "longitude": 128.249211}}, "correlationId": "d2eda30b-ac1b-4fa1-80c6-cb04f2a7d7b2", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "c78aed62-e5c7-42f9-882d-8f262ad72f26", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "processingTimeInMilliseconds": 121, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "AWS Single-Account Access Service", "resourceId": "c65cf5f9-5537-4200-889e-381c4f60ca7d", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 279165, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "Njmay6nygyLupEbWPB566iknAhwjhScXKoLEyT3YKXpiRws1", "incomingTokenType": "none", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": null}}, {"time": "2022-08-10T01:58:53.293396Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "86.154.193.190", "correlationId": "77c5d5dc-f60a-4304-8a48-07026eff6d09", "identity": "Jamie Watson", "Level": 4, "location": "XR", "properties": {"id": "50cdd952-1f75-4f63-b471-457afe9b4400", "createdDateTime": "2022-08-10T01:58:53.417396Z", "userDisplayName": "Jamie Watson", "userPrincipalName": "jwatson@domain.com", "userId": "2844695b-9a70-48ed-a5ce-f3d711e2292b", "appId": "2eae4ad1-8cae-48fe-b718-76bd66e2fc7f", "appDisplayName": "Bipsync", "ipAddress": "86.154.193.190", "status": {"errorCode": 0}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (X11; Linux i686) AppleWebKit/533.0 (KHTML, like Gecko) Chrome/24.0.803.0 Safari/533.0 Edge/40.11325", "deviceDetail": {"deviceId": "fc784602-6455-4450-be3c-6770e0359f8a", "displayName": "JAMIEWATSON-LT", "operatingSystem": "Windows 10", "browser": "Edge 40.11325", "isCompliant": true, "isManaged": true, "trustType": "Azure AD joined"}, "location": {"city": "Port Denisetown", "state": "Smithton", "countryOrRegion": "XR", "geoCoordinates": {"latitude": 3.5518965, "longitude": 131.871582}}, "correlationId": "88a269db-f305-4aec-b87f-112acc49db64", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "a73ebea3-c238-47bc-8612-61ca370f2f00", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "processingTimeInMilliseconds": 124, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Bipsync Service", "resourceId": "aaf780ce-b996-49b9-986d-8bb23f7bce3a", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 256668, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "02hPFA0qQwKuPz2ERxLnD466NttfNn1LOdIaPnjg7CPC6Uke", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "b7da42cc-a168-4148-b15a-792ad32c2ff5"}}, {"time": "2022-08-10T02:00:32.921745Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "86.154.193.190", "correlationId": "99ae8d53-d60f-44e3-b264-e8e8b5afc8ca", "identity": "Kristen Howell", "Level": 4, "location": "XR", "properties": {"id": "c4d70abb-d9d9-4a46-9278-1d5663649900", "createdDateTime": "2022-08-10T02:00:33.015745Z", "userDisplayName": "Kristen Howell", "userPrincipalName": "khowell@domain.com", "userId": "20e1e3f9-665f-45bd-9984-5e74b526d3b5", "appId": "2eae4ad1-8cae-48fe-b718-76bd66e2fc7f", "appDisplayName": "Bipsync", "ipAddress": "86.154.193.190", "status": {"errorCode": 0}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (X11; Linux i686) AppleWebKit/533.0 (KHTML, like Gecko) Chrome/24.0.803.0 Safari/533.0 Edge/40.11325", "deviceDetail": {"deviceId": "af204333-3bdf-4228-bbeb-e3a654075b5c", "displayName": "KRISTENHOWELL-LT", "operatingSystem": "Windows 10", "browser": "Edge 40.11325", "trustType": "Azure AD registered"}, "location": {"city": "Port Denisetown", "state": "Smithton", "countryOrRegion": "XR", "geoCoordinates": {"latitude": 3.5518965, "longitude": 131.871582}}, "correlationId": "3d2e11a5-ee46-4bc2-a160-85c983b8590e", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "1f5a4b19-6b72-4929-bff4-457c78d2d87b", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 94, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Bipsync Service", "resourceId": "4b482d0a-88be-43f3-a771-aaf19d9bbf70", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 256668, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "yb95s7W7HPo6s6etz6JMuL5PR1TwrAyjmGmSj8HwvfYgnni4", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "b4d48f3a-639f-4f89-a099-2fdd27423d1f", "rngcStatus": 0}}, {"time": "2022-08-10T02:00:38.389217Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "42.62.103.34", "correlationId": "ae05aee8-2e09-4e4e-bc91-eea9b73e81a6", "identity": "Joseph Taylor", "Level": 4, "location": "XF", "properties": {"id": "0e90a778-2cf2-4eee-b19f-bc6d491c9400", "createdDateTime": "2022-08-10T02:00:38.468217Z", "userDisplayName": "Joseph Taylor", "userPrincipalName": "jtaylor@domain.com", "userId": "af9847eb-c773-41ae-bf94-42747c5e986c", "appId": "ce17d629-c602-4606-b278-f9698b779e35", "appDisplayName": "Office 365 SharePoint Online", "ipAddress": "42.62.103.34", "status": {"errorCode": 0}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (iPad; CPU iPad OS 9_3_6 like Mac OS X) AppleWebKit/536.1 (KHTML, like Gecko) CriOS/42.0.865.0 Mobile/77O124 Safari/536.1 Edge/99.14477", "deviceDetail": {"deviceId": "76b96bd3-e5d7-49ee-b195-bf363facdb3d", "displayName": "JOSEPHTAYLOR-LT", "operatingSystem": "Windows 10", "browser": "Edge 99.14477", "isCompliant": true, "isManaged": true, "trustType": "Azure AD joined"}, "location": {"city": "Jessicafurt", "state": "Smithbury", "countryOrRegion": "XF", "geoCoordinates": {"latitude": 17.5082395, "longitude": -115.304215}}, "correlationId": "e2d0985b-14bd-4843-9e16-bffa64c8c692", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "b13e30e4-0f33-4ce5-a7fa-9a263ba35c9d", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 79, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Office 365 SharePoint Online Service", "resourceId": "6a59cbef-3ac0-4cd5-aad7-58d1f43d5302", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 393508, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "ovUOYKw3PKxV6rSY6ZAlpHYGSLX4B4wq0KzQlZ2PXlDn9n2d", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "6e49c7cd-137b-480c-a5be-4942a826743e", "rngcStatus": 0}}, {"time": "2022-08-10T02:12:36.713927Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "700082", "resultSignature": "None", "resultDescription": "Other", "durationMs": 0, "callerIpAddress": "54.119.29.60", "correlationId": "77098cda-bad3-4250-be59-09543d3f50b1", "identity": "Thomas Price", "Level": 4, "location": "XR", "properties": {"id": "47feb9b1-20cd-45b9-b445-8c6172f26b00", "createdDateTime": "2022-08-10T02:12:36.783927Z", "userDisplayName": "Thomas Price", "userPrincipalName": "tprice@domain.com", "userId": "32109ee2-ee4f-4d11-9c38-2556aec0f2b5", "appId": "9a7e67c7-6f05-42a3-b226-97c7ec3e9696", "appDisplayName": "Adobe Identity Management", "ipAddress": "54.119.29.60", "status": {"errorCode": 700082, "failureReason": "Other"}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (X11; Linux i686) AppleWebKit/535.2 (KHTML, like Gecko) Chrome/22.0.843.0 Safari/535.2 Edge/118.12158", "deviceDetail": {"deviceId": "852272bd-2ab1-474f-a99e-4922ea7031d3", "displayName": "THOMASPRICE-LT", "operatingSystem": "Windows 10", "browser": "Edge 118.12158", "trustType": "Hybrid Azure AD joined"}, "location": {"city": "Port Kimberlytown", "state": "Curtisport", "countryOrRegion": "XR", "geoCoordinates": {"latitude": 26.3152295, "longitude": 147.770404}}, "correlationId": "d827e49c-523d-43cf-8436-ba4800ad89da", "conditionalAccessStatus": "notApplied", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "4aeaffc0-a527-472f-8bcc-5af13b488a91", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 70, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Adobe Identity Management Service", "resourceId": "30663ca7-f8a9-43ab-8ca1-7906bdbc1485", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 359213, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "MHsZJqSiC3Hjz0JWn1DcVmautz3FMTFVP8P58KsxMhgy9vgj", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "a6c259e5-7f16-48b2-a9f3-75becd6daa9b", "rngcStatus": 0}}, {"time": "2022-08-10T02:37:01.151523Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "SignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "134.219.180.76", "correlationId": "da19012b-aef3-429c-b70f-a1ef9db8e5b0", "identity": "Joseph Taylor", "Level": 4, "location": "XF", "properties": {"id": "da07381e-cd4c-4b24-b359-ffd7f47f7a00", "createdDateTime": "2022-08-10T02:37:01.300523Z", "userDisplayName": "Joseph Taylor", "userPrincipalName": "jtaylor@domain.com", "userId": "af9847eb-c773-41ae-bf94-42747c5e986c", "appId": "e47a1d38-5f61-45cd-b1b9-bc92f525c598", "appDisplayName": "Altoura", "ipAddress": "134.219.180.76", "status": {"errorCode": 0, "additionalDetails": "MFA requirement satisfied by claim in the token"}, "clientAppUsed": "Browser", "userAgent": "Mozilla/5.0 (Linux; Android 2.3.5) AppleWebKit/532.2 (KHTML, like Gecko) Chrome/46.0.898.0 Safari/532.2 Edge/105.19198", "deviceDetail": {"deviceId": "76b96bd3-e5d7-49ee-b195-bf363facdb3d", "displayName": "JOSEPHTAYLOR-LT", "operatingSystem": "Windows 10", "browser": "Edge 105.19198", "isCompliant": true, "isManaged": true, "trustType": "Azure AD joined"}, "location": {"city": "Mannville", "state": "Porterside", "countryOrRegion": "XF", "geoCoordinates": {"latitude": -50.9955705, "longitude": 104.613841}}, "mfaDetail": {}, "correlationId": "d087b3f6-ac94-4850-975d-a137b6f472ef", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "f5bd0df3-5793-47eb-8f8b-ed6e3f04b212", "isInteractive": true, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 149, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Altoura Online", "resourceId": "8a137ba4-52ae-4dbf-94af-2e56851573c4", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 124400, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "OzxdVjKHAe5vswN2oTRspgbbnnU4UB2zuxBL2YVjZgKN4qBR", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": null, "rngcStatus": 0}}, {"time": "2022-08-10T02:39:48.837964Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "156.206.181.119", "correlationId": "40a39050-e6a6-4119-bf7c-85ae2f180ec9", "identity": "Cynthia Perry", "Level": 4, "location": "XY", "properties": {"id": "957852e5-3659-44e0-9376-780572ff5700", "createdDateTime": "2022-08-10T02:39:48.949964Z", "userDisplayName": "Cynthia Perry", "userPrincipalName": "cperry@domain.com", "userId": "ac5fa380-9d5b-470e-beb2-5ba10aca48e6", "appId": "9de6e985-97a5-4d82-9c45-aedaa9c25ef9", "appDisplayName": "AWS Single-Account Access", "ipAddress": "156.206.181.119", "status": {"errorCode": 0}, "clientAppUsed": "Browser", "deviceDetail": {"deviceId": "", "operatingSystem": "Windows"}, "location": {"city": "Hannaville", "state": "Thomashaven", "countryOrRegion": "XY", "geoCoordinates": {"latitude": 1.1452695, "longitude": 128.249211}}, "correlationId": "3e6f4703-d017-4ac2-bbb7-c252a54d1408", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "c09cf8b3-9008-4366-a24b-fe0c4d18bea6", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 112, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "AWS Single-Account Access Service", "resourceId": "f0630e90-b752-4960-bfb9-a0794fc34930", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 279165, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "qYcoe4YDGKhg4XT9wtNG1LMDlOlzitkFgGQ5rjICKKPqtOj6", "incomingTokenType": "none", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "1f37c851-4be4-455b-928a-fbde7845a68a", "rngcStatus": 0}}, {"time": "2022-08-10T02:47:19.931362Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "199.12.127.103", "correlationId": "7461cbab-b404-45c5-8d65-388363188e2e", "identity": "Jacob Meyers", "Level": 4, "location": "XG", "properties": {"id": "ec269e96-7bac-4a1f-b78f-5698a55d5900", "createdDateTime": "2022-08-10T02:47:20.024362Z", "userDisplayName": "Jacob Meyers", "userPrincipalName": "jmeyers@domain.com", "userId": "c63a67b0-1651-4a8a-9560-cc703cdad5ad", "appId": "9167c284-c68f-468a-84be-0ee4f23879fe", "appDisplayName": "ArcGIS Enterprise", "ipAddress": "199.12.127.103", "status": {"errorCode": 0}, "clientAppUsed": "Mobile Apps and Desktop clients", "deviceDetail": {"deviceId": "", "operatingSystem": "Android"}, "location": {"city": "Port Nathan", "state": "Newmanville", "countryOrRegion": "XG", "geoCoordinates": {"latitude": 23.244641, "longitude": -113.392021}}, "correlationId": "3e517ac4-c77b-4527-ba14-10528d4e84b0", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "9b291ae2-7d0f-4b0b-8a9a-cf05cda4082a", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "processingTimeInMilliseconds": 93, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "ArcGIS Enterprise Service", "resourceId": "72f0186d-d327-46c9-a8ff-497e0caa8691", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 282405, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "9PbeCZC5n4DNBYCvdCDwrlALIcjgur9UMy16GaVeALm8TzNt", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": null}}, {"time": "2022-08-10T02:57:45.308388Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "SignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "91.132.253.146", "correlationId": "40c1e191-aa66-46eb-b949-503d4bb0a1a7", "identity": "Aaron Cole", "Level": 4, "location": "XD", "properties": {"id": "0e55ac1c-e1ca-4d68-882b-364f455e4d00", "createdDateTime": "2022-08-10T02:57:45.402388Z", "userDisplayName": "Aaron Cole", "userPrincipalName": "acole@domain.com", "userId": "5d557969-1645-4ba4-be83-b6fd943659f7", "appId": "bf2855c0-7434-4262-8885-ad2f5206d324", "appDisplayName": "COINS Construction Cloud - Project and Productivity Apps", "ipAddress": "91.132.253.146", "status": {"errorCode": 0}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (iPad; CPU iPad OS 14_2 like Mac OS X) AppleWebKit/535.2 (KHTML, like Gecko) CriOS/33.0.816.0 Mobile/88O531 Safari/535.2 Edge/117.19612", "deviceDetail": {"deviceId": "", "operatingSystem": "Windows 10", "browser": "Edge 117.19612"}, "location": {"city": "Rickshire", "state": "Norrisbury", "countryOrRegion": "XD", "geoCoordinates": {"latitude": -78.5751045, "longitude": 58.329246}}, "correlationId": "95e5752d-09b9-4fb7-b4bb-8efa405782bd", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "43cd36d9-8359-4fd2-bb00-a08a17232817", "isInteractive": true, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "processingTimeInMilliseconds": 94, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "COINS Construction Cloud - Project and Productivity Apps Service", "resourceId": "436260d5-3791-4aea-a4da-aa698ec35f2f", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 214655, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "PuU8Sf2QwQnKMykx2pM7uGULOLpygOOUGiPEFKFXLzFyxN63", "incomingTokenType": "none", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "94b9f3ba-5f4b-4edc-99dc-a420b76960f9"}}, {"time": "2022-08-10T03:08:34.627936Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "156.206.181.119", "correlationId": "d6bc89a7-ccb9-4530-b306-dc1b4fb0e670", "identity": "Cynthia Perry", "Level": 4, "location": "XY", "properties": {"id": "2a88f1af-821d-4ead-aa3e-273480266500", "createdDateTime": "2022-08-10T03:08:34.768936Z", "userDisplayName": "Cynthia Perry", "userPrincipalName": "cperry@domain.com", "userId": "ac5fa380-9d5b-470e-beb2-5ba10aca48e6", "appId": "9de6e985-97a5-4d82-9c45-aedaa9c25ef9", "appDisplayName": "AWS Single-Account Access", "ipAddress": "156.206.181.119", "status": {"errorCode": 0}, "clientAppUsed": "Browser", "deviceDetail": {"deviceId": "", "operatingSystem": "Windows"}, "location": {"city": "Hannaville", "state": "Thomashaven", "countryOrRegion": "XY", "geoCoordinates": {"latitude": 1.1452695, "longitude": 128.249211}}, "correlationId": "45977e9f-87d5-40df-82aa-7ddd17852d73", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "8583db19-cf58-4c7c-a76d-4a3b28144236", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 141, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "AWS Single-Account Access Service", "resourceId": "f0630e90-b752-4960-bfb9-a0794fc34930", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 279165, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "U3ALwMKWtXofSCxvMS40vbRbyBtUvy22vxNkshSSNoU0TWsI", "incomingTokenType": "none", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "1f37c851-4be4-455b-928a-fbde7845a68a", "rngcStatus": 0}}, {"time": "2022-08-10T03:16:22.813723Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "1.210.58.10", "correlationId": "5c9c8d01-e187-409c-823d-2e96dfaf1a0c", "identity": "Keith Sheppard", "Level": 4, "location": "XD", "properties": {"id": "fc7381e7-8660-4e7b-937f-ae0387e86e00", "createdDateTime": "2022-08-10T03:16:22.880723Z", "userDisplayName": "Keith Sheppard", "userPrincipalName": "ksheppard@domain.com", "userId": "05bd48f1-91d2-4c2d-9a7c-80e80f561b3c", "appId": "9003b8ba-730c-412d-8972-267700304e01", "appDisplayName": "Box", "ipAddress": "1.210.58.10", "status": {"errorCode": 0}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (Windows NT 4.0) AppleWebKit/531.1 (KHTML, like Gecko) Chrome/20.0.823.0 Safari/531.1 Edge/87.11424", "deviceDetail": {"deviceId": "639815fd-5018-4e38-9d81-67538b2ce460", "displayName": "KEITHSHEPPARD-LT", "operatingSystem": "Windows 10", "browser": "Edge 87.11424", "trustType": "Azure AD registered"}, "location": {"city": "Cooperhaven", "state": "Norrisbury", "countryOrRegion": "XD", "geoCoordinates": {"latitude": 70.436398, "longitude": -23.873747}}, "correlationId": "f583248b-1fa8-4e2f-9e6b-7235925a1956", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "5c2646e1-b309-4e0b-a043-928b455a8036", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 67, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Box Online", "resourceId": "8a137ba4-52ae-4dbf-94af-2e56851573c4", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 69487, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "aGFnORckos3D4oaBm5rvl6ac56UwbPMqcepGjaIuLV32zrFu", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": null, "rngcStatus": 0}}, {"time": "2022-08-10T03:31:10.680857Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "192.109.198.118", "correlationId": "874c3c32-325e-4173-a934-8f8ed8cbdb05", "identity": "Joseph Taylor", "Level": 4, "location": "XF", "properties": {"id": "5e327247-139b-4579-a477-0876f60b9800", "createdDateTime": "2022-08-10T03:31:10.766857Z", "userDisplayName": "Joseph Taylor", "userPrincipalName": "jtaylor@domain.com", "userId": "af9847eb-c773-41ae-bf94-42747c5e986c", "appId": "e980a200-4916-4fcb-ae5a-3dee8f09d976", "appDisplayName": "Adoddle cSaas Platform", "ipAddress": "192.109.198.118", "status": {"errorCode": 0, "additionalDetails": "MFA requirement satisfied by claim in the token"}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (iPad; CPU iPad OS 9_3_6 like Mac OS X) AppleWebKit/536.1 (KHTML, like Gecko) CriOS/42.0.865.0 Mobile/77O124 Safari/536.1 Edge/99.14477", "deviceDetail": {"deviceId": "76b96bd3-e5d7-49ee-b195-bf363facdb3d", "displayName": "JOSEPHTAYLOR-LT", "operatingSystem": "Windows 10", "browser": "Edge 99.14477", "isCompliant": true, "isManaged": true, "trustType": "Azure AD joined"}, "location": {"city": "Lake Wendyberg", "state": "Smithbury", "countryOrRegion": "XF", "geoCoordinates": {"latitude": -19.553711, "longitude": -136.787477}}, "mfaDetail": {}, "correlationId": "3e66a34a-7aa7-4695-b45a-df2211537407", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "f871ad5d-4cb0-4a74-9254-d2c88b0ca006", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 86, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Adoddle cSaas Platform Online", "resourceId": "2437523d-228a-44c0-b408-0de8a8a8276c", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 393508, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "frLZrx0EkjvKkccItVmsd7s11VO1CmbLBZlHCXxwfu9hlToz", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "0eae9886-2d60-475f-9a14-3151a1cfa557", "rngcStatus": 0}}, {"time": "2022-08-10T03:44:55.898020Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "13.113.40.157", "correlationId": "4258c56b-c2c9-4939-98c4-560b8761e5e0", "identity": "Attack Target", "Level": 4, "location": "XR", "properties": {"id": "b80ef64e-d513-4ed3-8c9a-22cd24766900", "createdDateTime": "2022-08-10T03:44:56.011020Z", "userDisplayName": "Attack Target", "userPrincipalName": "attacktarget@domain.com", "userId": "d735e84b-dcca-404d-9f7d-700f360f41a6", "appId": "9a7e67c7-6f05-42a3-b226-97c7ec3e9696", "appDisplayName": "Adobe Identity Management", "ipAddress": "13.113.40.157", "status": {"errorCode": 0}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (iPad; CPU iPad OS 9_3_6 like Mac OS X) AppleWebKit/536.1 (KHTML, like Gecko) CriOS/42.0.865.0 Mobile/77O124 Safari/536.1 Edge/99.14477", "deviceDetail": {"deviceId": "a44625dc-6f81-449a-9799-8005f7209b42", "displayName": "ATTACKTARGET-LT", "operatingSystem": "Windows 10", "browser": "Edge 99.14477", "trustType": "Azure AD registered"}, "location": {"city": "New John", "state": "Smithfort", "countryOrRegion": "XR", "geoCoordinates": {"latitude": -89.144242, "longitude": 168.119022}}, "correlationId": "2dbc3371-7ed8-420f-9d5a-4ccaac90488a", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "93222f58-7b97-441e-a8d2-e4f826df4449", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 113, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Adobe Identity Management Service", "resourceId": "80abac89-d2c0-4b6c-8ffc-5023bd7efc5e", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 34974, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "xlFvF4jm6i5BEuJA0LuNGkvXEtYTDGv3T2IT2veu2mP4obkX", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": null, "rngcStatus": 0}}, {"time": "2022-08-10T03:50:10.441814Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "50158", "resultSignature": "None", "resultDescription": "External security challenge was not satisfied.", "durationMs": 0, "callerIpAddress": "44.22.19.201", "correlationId": "bd275b61-3c86-4fbf-8214-176896752f71", "identity": "Thomas Price", "Level": 4, "location": "XN", "properties": {"id": "7f19788f-2e61-49ad-9601-4fe693546f00", "createdDateTime": "2022-08-10T03:50:10.563814Z", "userDisplayName": "Thomas Price", "userPrincipalName": "tprice@domain.com", "userId": "32109ee2-ee4f-4d11-9c38-2556aec0f2b5", "appId": "9a7e67c7-6f05-42a3-b226-97c7ec3e9696", "appDisplayName": "Adobe Identity Management", "ipAddress": "44.22.19.201", "status": {"errorCode": 50158, "failureReason": "External security challenge was not satisfied."}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (X11; Linux i686) AppleWebKit/535.2 (KHTML, like Gecko) Chrome/22.0.843.0 Safari/535.2 Edge/118.12158", "deviceDetail": {"deviceId": "fb4d911d-6441-411b-868f-d25d5586a326", "displayName": "THOMASPRICE-LT", "operatingSystem": "Windows 10", "browser": "Edge 118.12158", "trustType": "Hybrid Azure AD joined"}, "location": {"city": "Littlemouth", "state": "Alexanderfurt", "countryOrRegion": "XN", "geoCoordinates": {"latitude": 25.4437255, "longitude": -109.530885}}, "correlationId": "dffc5bf5-26a5-4a60-9e74-0c7903bcfbd6", "conditionalAccessStatus": "failure", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "afc1cb1d-f1d3-40a4-9ff2-b08a2d06d21c", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 122, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Adobe Identity Management Service", "resourceId": "30663ca7-f8a9-43ab-8ca1-7906bdbc1485", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 230297, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "GfcoM6hN3oQ0CBox5zae0pslcwMQbKDP8u7IdwN7hIXLnKVr", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "a6c259e5-7f16-48b2-a9f3-75becd6daa9b", "rngcStatus": 0}}, {"time": "2022-08-10T03:57:45.093684Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "212.169.11.63", "correlationId": "3a9be026-6bb7-45c1-9c66-c4a4e2a8acb8", "identity": "Kristen Howell", "Level": 4, "location": "XR", "properties": {"id": "637c2839-00f2-4bd6-9b14-b8f545dc5400", "createdDateTime": "2022-08-10T03:57:45.291684Z", "userDisplayName": "Kristen Howell", "userPrincipalName": "khowell@domain.com", "userId": "20e1e3f9-665f-45bd-9984-5e74b526d3b5", "appId": "9167c284-c68f-468a-84be-0ee4f23879fe", "appDisplayName": "ArcGIS Enterprise", "ipAddress": "212.169.11.63", "status": {"errorCode": 0}, "clientAppUsed": "Mobile Apps and Desktop clients", "deviceDetail": {"deviceId": "", "operatingSystem": "Ios", "browser": "Mobile Safari"}, "location": {"city": "North Lisachester", "state": "Smithton", "countryOrRegion": "XR", "geoCoordinates": {"latitude": -69.00844, "longitude": -172.534328}}, "correlationId": "b7957734-ec1f-4ff6-ae58-52eb4b26f65d", "conditionalAccessStatus": "notApplied", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "b9e3c9bd-6a8d-4c80-9844-61eb9dc7933d", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "processingTimeInMilliseconds": 198, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "ArcGIS Enterprise Service", "resourceId": "7a8caa38-3454-4033-9b2e-0e69152cca1e", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 144064, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "pCcHOSh9JUuctFRADGjQx8s8cD2Da2ZuHQI6fyIVdKxIH804", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "7c9b147a-b2e2-42f4-8881-d000653c3411"}}, {"time": "2022-08-10T04:10:53.802374Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "205.33.24.92", "correlationId": "ec602373-22ec-4b85-b25d-ac6b467ec3bc", "identity": "Aaron Cole", "Level": 4, "location": "XD", "properties": {"id": "c7a26d47-4335-4fb6-9ae4-3b536b8f6b00", "createdDateTime": "2022-08-10T04:10:53.914374Z", "userDisplayName": "Aaron Cole", "userPrincipalName": "acole@domain.com", "userId": "5d557969-1645-4ba4-be83-b6fd943659f7", "appId": "ad65aaed-51a8-4877-830e-8a5273604c87", "appDisplayName": "Docusign", "ipAddress": "205.33.24.92", "status": {"errorCode": 0}, "clientAppUsed": "Browser", "deviceDetail": {"deviceId": "", "operatingSystem": "Windows", "browser": "Rich Client 4.42.0.0"}, "location": {"city": "Kristinmouth", "state": "Norrisbury", "countryOrRegion": "XD", "geoCoordinates": {"latitude": 26.278784, "longitude": -92.042573}}, "correlationId": "6a2ee887-f36b-4f5c-808d-aed62fa83a02", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "cee08053-afd8-49c4-9c16-8a2786bd9559", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 112, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Docusign Service", "resourceId": "a666212f-ee1d-48b1-b4cf-45433f66d402", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 214655, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "WIFzIml7iJV3EvO4QVKnCT5v3rZvTS0yfJPxq9LiOj5QaHNQ", "incomingTokenType": "none", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "b9c9c5b0-1fce-4e9e-af57-8d5084987162", "rngcStatus": 0}}, {"time": "2022-08-10T04:12:11.771940Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "156.206.181.119", "correlationId": "5f049859-5861-406c-aa73-7ca584426a86", "identity": "Cynthia Perry", "Level": 4, "location": "XY", "properties": {"id": "0a5d29f3-d2f6-475a-8ab8-e72b11286500", "createdDateTime": "2022-08-10T04:12:11.870940Z", "userDisplayName": "Cynthia Perry", "userPrincipalName": "cperry@domain.com", "userId": "ac5fa380-9d5b-470e-beb2-5ba10aca48e6", "appId": "9de6e985-97a5-4d82-9c45-aedaa9c25ef9", "appDisplayName": "AWS Single-Account Access", "ipAddress": "156.206.181.119", "status": {"errorCode": 0}, "clientAppUsed": "Browser", "deviceDetail": {"deviceId": "", "operatingSystem": "Windows"}, "location": {"city": "Hannaville", "state": "Thomashaven", "countryOrRegion": "XY", "geoCoordinates": {"latitude": 1.1452695, "longitude": 128.249211}}, "correlationId": "d19e99ce-45db-45ad-abe4-00917ec85094", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "0b9c137b-fdd9-4bac-87f0-75f114539af7", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 99, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "AWS Single-Account Access Service", "resourceId": "f0630e90-b752-4960-bfb9-a0794fc34930", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 279165, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "hG1fDmxx0ch0AeekWAQEyJOoFaTBnmTrkgq6TFPraDBivlOY", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "1f37c851-4be4-455b-928a-fbde7845a68a", "rngcStatus": 0}}, {"time": "2022-08-10T04:16:07.389357Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "156.206.181.119", "correlationId": "56e047a2-dc23-475e-8ed8-778b50f8f98c", "identity": "Cynthia Perry", "Level": 4, "location": "XY", "properties": {"id": "dbc70563-d52e-4283-b326-d1721b786e00", "createdDateTime": "2022-08-10T04:16:07.484357Z", "userDisplayName": "Cynthia Perry", "userPrincipalName": "cperry@domain.com", "userId": "ac5fa380-9d5b-470e-beb2-5ba10aca48e6", "appId": "9de6e985-97a5-4d82-9c45-aedaa9c25ef9", "appDisplayName": "AWS Single-Account Access", "ipAddress": "156.206.181.119", "status": {"errorCode": 0}, "clientAppUsed": "Browser", "deviceDetail": {"deviceId": "", "operatingSystem": "Windows"}, "location": {"city": "Hannaville", "state": "Thomashaven", "countryOrRegion": "XY", "geoCoordinates": {"latitude": 1.1452695, "longitude": 128.249211}}, "correlationId": "0c56293d-96be-4ed9-9c8c-976ef3d873d1", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "b3b133ec-38eb-4274-9bb4-f65716d93d88", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 95, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "AWS Single-Account Access Service", "resourceId": "9a84f55e-3a40-492c-9476-e069f64ed7a6", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 279165, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "didzB29HVol78i38RhGLj2Wkcnnqbb4rmVkKpCM27Eh19isF", "incomingTokenType": "none", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "37ee873b-f901-4e25-be69-010243106d0f", "rngcStatus": 0}}, {"time": "2022-08-10T04:20:20.467527Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "147.132.189.119", "correlationId": "6f940bfb-0b8d-433e-8b8d-e4c7d691cba3", "identity": "Cassie Fernandez", "Level": 4, "location": "XR", "properties": {"id": "93339d13-6eb7-4410-810a-1c60c4f16f00", "createdDateTime": "2022-08-10T04:20:20.607527Z", "userDisplayName": "Cassie Fernandez", "userPrincipalName": "cfernandez@domain.com", "userId": "67ef8be6-3f44-4db7-8172-fd6211428c1e", "appId": "9003b8ba-730c-412d-8972-267700304e01", "appDisplayName": "Box", "ipAddress": "147.132.189.119", "status": {"errorCode": 0}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (iPad; CPU iPad OS 9_3_6 like Mac OS X) AppleWebKit/536.1 (KHTML, like Gecko) CriOS/42.0.865.0 Mobile/77O124 Safari/536.1 Edge/99.14477", "deviceDetail": {"deviceId": "d5a487a1-ef7d-4960-9723-7fdadce19af3", "displayName": "CASSIEFERNANDEZ-LT", "operatingSystem": "Windows 10", "browser": "Edge 99.14477", "trustType": "Azure AD registered"}, "location": {"city": "Port Denisetown", "state": "Smithton", "countryOrRegion": "XR", "geoCoordinates": {"latitude": 3.5518965, "longitude": 131.871582}}, "correlationId": "e7d4cbef-7d90-45ad-80a9-b455d828679a", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "0b6b5212-3d5a-432d-a3dd-408b9b82889f", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 140, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Box Online", "resourceId": "d2c09315-f769-4fc6-9be8-f57cf8efa9cc", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 256668, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "0d205SfXjTV4xlriflGaFAKM373e4qwTR2b2ffFgF73MZ1eF", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": null, "rngcStatus": 0}}, {"time": "2022-08-10T04:43:47.151972Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "13.113.40.157", "correlationId": "48861ada-b48a-4000-bbcd-e2303d7d7b6b", "identity": "Attack Target", "Level": 4, "location": "XR", "properties": {"id": "80a78cf7-7251-46ba-b35b-bdc3bbe36200", "createdDateTime": "2022-08-10T04:43:47.305972Z", "userDisplayName": "Attack Target", "userPrincipalName": "attacktarget@domain.com", "userId": "d735e84b-dcca-404d-9f7d-700f360f41a6", "appId": "895b9fb3-4084-4f9f-a314-d082d67e3c5c", "appDisplayName": "Airstack", "ipAddress": "13.113.40.157", "status": {"errorCode": 0}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (iPad; CPU iPad OS 9_3_6 like Mac OS X) AppleWebKit/536.1 (KHTML, like Gecko) CriOS/42.0.865.0 Mobile/77O124 Safari/536.1 Edge/99.14477", "deviceDetail": {"deviceId": "a44625dc-6f81-449a-9799-8005f7209b42", "displayName": "ATTACKTARGET-LT", "operatingSystem": "Windows 10", "browser": "Edge 99.14477", "trustType": "Azure AD registered"}, "location": {"city": "New John", "state": "Smithfort", "countryOrRegion": "XR", "geoCoordinates": {"latitude": -89.144242, "longitude": 168.119022}}, "correlationId": "99fd73af-cf7e-4eba-86bf-31f624741a28", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "00230d60-3bb8-4007-861f-23d22b168e6d", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 154, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Airstack Service", "resourceId": "f0630e90-b752-4960-bfb9-a0794fc34930", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 34974, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "KYcMdyRxmDQRVnKOisalyWTlLAQeeBfTXH2E9f8VyfUJW0kt", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "1f37c851-4be4-455b-928a-fbde7845a68a", "rngcStatus": 0}}, {"time": "2022-08-10T04:43:59.160553Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "156.206.181.119", "correlationId": "e2c5beb3-be31-494b-8e03-59b014b947c8", "identity": "Cynthia Perry", "Level": 4, "location": "XY", "properties": {"id": "21d9bc2a-9249-4dd7-ac71-d73d47556500", "createdDateTime": "2022-08-10T04:43:59.255553Z", "userDisplayName": "Cynthia Perry", "userPrincipalName": "cperry@domain.com", "userId": "ac5fa380-9d5b-470e-beb2-5ba10aca48e6", "appId": "9de6e985-97a5-4d82-9c45-aedaa9c25ef9", "appDisplayName": "AWS Single-Account Access", "ipAddress": "156.206.181.119", "status": {"errorCode": 0}, "clientAppUsed": "Browser", "deviceDetail": {"deviceId": "", "operatingSystem": "Windows"}, "location": {"city": "Hannaville", "state": "Thomashaven", "countryOrRegion": "XY", "geoCoordinates": {"latitude": 1.1452695, "longitude": 128.249211}}, "correlationId": "b90aa5c0-9836-41e7-8ecb-71db21baa5d8", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "b7f27ac4-0725-4b9b-a572-5ef4da048a3f", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 95, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "AWS Single-Account Access Service", "resourceId": "9a84f55e-3a40-492c-9476-e069f64ed7a6", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 279165, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "rCjpIhDBehO8O3U3IipcmOdKnu8Ma1hhx3WhawftsRvA3gRT", "incomingTokenType": "none", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "37ee873b-f901-4e25-be69-010243106d0f", "rngcStatus": 0}}, {"time": "2022-08-10T05:04:11.737370Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "105.169.153.183", "correlationId": "8ed5674a-05a0-4bae-a8db-f53b676569e2", "identity": "Jim Gonzalez", "Level": 4, "location": "XR", "properties": {"id": "8df1cc0f-951a-4b64-867c-23612e6f6400", "createdDateTime": "2022-08-10T05:04:11.937370Z", "userDisplayName": "Jim Gonzalez", "userPrincipalName": "jgonzalez@domain.com", "userId": "95090045-a9c5-489c-adee-2db430a3333a", "appId": "9a7e67c7-6f05-42a3-b226-97c7ec3e9696", "appDisplayName": "Adobe Identity Management", "ipAddress": "105.169.153.183", "status": {"errorCode": 0}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (Windows NT 4.0) AppleWebKit/532.1 (KHTML, like Gecko) Chrome/38.0.801.0 Safari/532.1 Edge/19.15284", "deviceDetail": {"deviceId": "15135d1f-cb47-4bd8-b76d-90a9171c09bd", "displayName": "JIMGONZALEZ-LT", "operatingSystem": "Windows 10", "browser": "Edge 19.15284", "trustType": "Azure AD registered"}, "location": {"city": "Kevinton", "state": "Smithton", "countryOrRegion": "XR", "geoCoordinates": {"latitude": -87.5106305, "longitude": -77.991036}}, "correlationId": "0bbd2189-489a-4d54-8a83-c8d32cc49551", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "4ed31b46-d9c4-4b67-96d2-d59a19bea1ef", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 200, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Adobe Identity Management Service", "resourceId": "f0630e90-b752-4960-bfb9-a0794fc34930", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 256668, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "iT4SwZFr1VERm4UPIKEce47MQibrptd2ZXTV4KNrLGV5gNOJ", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "1f37c851-4be4-455b-928a-fbde7845a68a", "rngcStatus": 0}}, {"time": "2022-08-10T05:05:11.678566Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "205.33.24.92", "correlationId": "5a01754f-8ba1-42da-8bd3-be5fb1413e70", "identity": "Aaron Cole", "Level": 4, "location": "XD", "properties": {"id": "50cdd952-1f75-4f63-b471-457ae42f4500", "createdDateTime": "2022-08-10T05:05:11.855566Z", "userDisplayName": "Aaron Cole", "userPrincipalName": "acole@domain.com", "userId": "5d557969-1645-4ba4-be83-b6fd943659f7", "appId": "4c2f7c2a-ff05-4df6-9087-9ba8388a3861", "appDisplayName": "Foko Retail", "ipAddress": "205.33.24.92", "status": {"errorCode": 0}, "clientAppUsed": "Browser", "deviceDetail": {"deviceId": "", "operatingSystem": "Windows10", "browser": "Rich Client 4.39.0.0"}, "location": {"city": "Kristinmouth", "state": "Norrisbury", "countryOrRegion": "XD", "geoCoordinates": {"latitude": 26.278784, "longitude": -92.042573}}, "correlationId": "32350555-d1bf-40ce-965f-a7b90938c938", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "a6fab6b8-9b88-4d23-abf4-e36e41735e4f", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "processingTimeInMilliseconds": 177, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Foko Retail Service", "resourceId": "24578515-1951-4064-967d-0d2acaf0aa70", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 214655, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "bz1OYoeuwwlkKktRPL2rHG6tgKwg4W5Qb60XKOLISqvQuwOx", "incomingTokenType": "none", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "0e68752b-7dfa-400b-a6f5-1b54af90696a"}}, {"time": "2022-08-10T05:08:02.109887Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "86.154.193.190", "correlationId": "8b9a71de-9c48-49bc-9ca4-ba02a41d0a79", "identity": "Kristen Howell", "Level": 4, "location": "XR", "properties": {"id": "e6e31c7b-cba6-47bd-b6c9-eddebc9d6800", "createdDateTime": "2022-08-10T05:08:02.228887Z", "userDisplayName": "Kristen Howell", "userPrincipalName": "khowell@domain.com", "userId": "20e1e3f9-665f-45bd-9984-5e74b526d3b5", "appId": "b9c45636-4d7c-4d33-8678-39527c8b5976", "appDisplayName": "LinkedIn Lookup", "ipAddress": "86.154.193.190", "status": {"errorCode": 0, "additionalDetails": "MFA requirement satisfied by claim in the token"}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (X11; Linux i686) AppleWebKit/533.0 (KHTML, like Gecko) Chrome/24.0.803.0 Safari/533.0 Edge/40.11325", "deviceDetail": {"deviceId": "6ea76864-5f18-47dd-adb9-2b1dfcbfc425", "displayName": "KRISTENHOWELL-LT", "operatingSystem": "Windows 10", "browser": "Edge 40.11325", "isCompliant": true, "isManaged": true, "trustType": "Azure AD joined"}, "location": {"city": "Port Denisetown", "state": "Smithton", "countryOrRegion": "XR", "geoCoordinates": {"latitude": 3.5518965, "longitude": 131.871582}}, "mfaDetail": {}, "correlationId": "08764466-cdf0-418e-8788-f50c73af5ec6", "conditionalAccessStatus": "notApplied", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "275b3b2f-2104-4645-b10f-9501e7b23b4d", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "processingTimeInMilliseconds": 119, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "LinkedIn Lookup Online", "resourceId": "4792a15b-0a23-4ddb-be78-f0f8eaecfae5", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 256668, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "LRaHlagKO41ALAtrXxIhniF23TxHeaJTbc0FhsWRbYqQLYV3", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "bbd8c442-8cbf-48d6-9501-8bde23fb6f35"}}, {"time": "2022-08-10T05:10:08.104987Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "212.169.11.63", "correlationId": "cd963902-789a-43f1-84d9-ee1dc09624af", "identity": "Kristen Howell", "Level": 4, "location": "XR", "properties": {"id": "7f19788f-2e61-49ad-9601-4fe6cde87b00", "createdDateTime": "2022-08-10T05:10:08.217987Z", "userDisplayName": "Kristen Howell", "userPrincipalName": "khowell@domain.com", "userId": "20e1e3f9-665f-45bd-9984-5e74b526d3b5", "appId": "2eae4ad1-8cae-48fe-b718-76bd66e2fc7f", "appDisplayName": "Bipsync", "ipAddress": "212.169.11.63", "status": {"errorCode": 0}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (iPad; CPU iPad OS 9_3_6 like Mac OS X) AppleWebKit/536.1 (KHTML, like Gecko) CriOS/42.0.865.0 Mobile/77O124 Safari/536.1 Edge/99.14477", "deviceDetail": {"deviceId": "caf12d64-01ec-4396-b330-e7eb6349ad45", "displayName": "KRISTENHOWELL-LT", "operatingSystem": "Windows 10", "browser": "Edge 99.14477", "trustType": "Azure AD registered"}, "location": {"city": "North Lisachester", "state": "Smithton", "countryOrRegion": "XR", "geoCoordinates": {"latitude": -69.00844, "longitude": -172.534328}}, "correlationId": "0ff37a26-b0bf-42a1-ad91-2b7cfc711ca4", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "7312f0d1-09c4-4964-ab53-25f5cad22f14", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 113, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Bipsync Service", "resourceId": "aaf780ce-b996-49b9-986d-8bb23f7bce3a", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 144064, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "CglqN2ySC5SkZXWEIMVLwnCCaOGbNu2b8srZadPvljLbVUXf", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "b7da42cc-a168-4148-b15a-792ad32c2ff5", "rngcStatus": 0}}, {"time": "2022-08-10T05:13:17.412354Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "50158", "resultSignature": "None", "resultDescription": "External security challenge was not satisfied.", "durationMs": 0, "callerIpAddress": "166.105.218.213", "correlationId": "cacb438f-6f88-47f6-90aa-b9c121d0b282", "identity": "Thomas Price", "Level": 4, "location": "XR", "properties": {"id": "adaecd29-d27b-47bd-bda0-f9ce61056e00", "createdDateTime": "2022-08-10T05:13:17.560354Z", "userDisplayName": "Thomas Price", "userPrincipalName": "tprice@domain.com", "userId": "32109ee2-ee4f-4d11-9c38-2556aec0f2b5", "appId": "9a7e67c7-6f05-42a3-b226-97c7ec3e9696", "appDisplayName": "Adobe Identity Management", "ipAddress": "166.105.218.213", "status": {"errorCode": 50158, "failureReason": "External security challenge was not satisfied."}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (X11; Linux i686) AppleWebKit/535.2 (KHTML, like Gecko) Chrome/22.0.843.0 Safari/535.2 Edge/118.12158", "deviceDetail": {"deviceId": "81ad31fb-e9be-4498-b1b2-c62f8fae1a77", "displayName": "THOMASPRICE-LT", "operatingSystem": "Windows 10", "browser": "Edge 118.12158", "trustType": "Hybrid Azure AD joined"}, "location": {"city": "Santosborough", "state": "Smithton", "countryOrRegion": "XR", "geoCoordinates": {"latitude": 12.8350355, "longitude": 138.359011}}, "correlationId": "f4a20e71-02cb-4490-893c-e8602355786c", "conditionalAccessStatus": "failure", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "1aee1302-8bf7-43c4-bb01-89f21394a01c", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 148, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Adobe Identity Management Service", "resourceId": "30663ca7-f8a9-43ab-8ca1-7906bdbc1485", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 256668, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "y5EY9ujdlg596zZIDeeMTURI34xuh92Kkv4SH4X7bSSiRUB1", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "a6c259e5-7f16-48b2-a9f3-75becd6daa9b", "rngcStatus": 0}}, {"time": "2022-08-10T05:33:27.170112Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "50173", "resultSignature": "None", "resultDescription": "Fresh auth token is needed. Have the user re-sign using fresh credentials.", "durationMs": 0, "callerIpAddress": "156.206.181.119", "correlationId": "a9a5c105-56eb-4177-bc90-e615ee34b5da", "identity": "Cynthia Perry", "Level": 4, "location": "XY", "properties": {"id": "39883d07-6185-4780-8d0b-82bc64ce5300", "createdDateTime": "2022-08-10T05:33:27.229112Z", "userDisplayName": "Cynthia Perry", "userPrincipalName": "cperry@domain.com", "userId": "ac5fa380-9d5b-470e-beb2-5ba10aca48e6", "appId": "7b74bf77-058a-4c0d-9d9d-5523c3bc80ed", "appDisplayName": "GitHub Enterprise Cloud - Organization", "ipAddress": "156.206.181.119", "status": {"errorCode": 50173, "failureReason": "Fresh auth token is needed. Have the user re-sign using fresh credentials."}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (Windows NT 4.0) AppleWebKit/531.1 (KHTML, like Gecko) Chrome/20.0.823.0 Safari/531.1 Edge/87.11424", "deviceDetail": {"deviceId": "", "operatingSystem": "Windows 10", "browser": "Edge 87.11424"}, "location": {"city": "Hannaville", "state": "Thomashaven", "countryOrRegion": "XY", "geoCoordinates": {"latitude": 1.1452695, "longitude": 128.249211}}, "correlationId": "797df860-e2c4-4639-b828-5ebd00c73ae7", "conditionalAccessStatus": "notApplied", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "491423d3-9956-41b5-9d9e-82bd90a031e5", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "processingTimeInMilliseconds": 59, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "GitHub Enterprise Cloud - Organization Online", "resourceId": "51e679b4-5774-4b5f-9636-df5ea66b9380", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 279165, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "4R5lalsaEw0I6M3DDqnaxIdzV379z4i913766CDuB1n4Jo2g", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "6e8f419c-7f10-40b1-a52a-e4fb253c74c2"}}, {"time": "2022-08-10T05:43:28.211087Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "156.206.181.119", "correlationId": "f37e481c-0521-48db-8a64-76dfdb51eb88", "identity": "Cynthia Perry", "Level": 4, "location": "XY", "properties": {"id": "483c0e94-ba31-4740-8d5f-3f3a501d6500", "createdDateTime": "2022-08-10T05:43:28.309087Z", "userDisplayName": "Cynthia Perry", "userPrincipalName": "cperry@domain.com", "userId": "ac5fa380-9d5b-470e-beb2-5ba10aca48e6", "appId": "9de6e985-97a5-4d82-9c45-aedaa9c25ef9", "appDisplayName": "AWS Single-Account Access", "ipAddress": "156.206.181.119", "status": {"errorCode": 0}, "clientAppUsed": "Browser", "deviceDetail": {"deviceId": "", "operatingSystem": "Windows"}, "location": {"city": "Hannaville", "state": "Thomashaven", "countryOrRegion": "XY", "geoCoordinates": {"latitude": 1.1452695, "longitude": 128.249211}}, "correlationId": "729fa5ef-f88a-49d4-923e-1aed8d7164ba", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "4b5b5c39-2333-49c7-95bd-33e4ddc54c51", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 98, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "AWS Single-Account Access Service", "resourceId": "72f0186d-d327-46c9-a8ff-497e0caa8691", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 279165, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "Fp5gu7rWh0ZYXXadyWkQuja9DrfaOn2wwVl2GWTDqlXCcDHY", "incomingTokenType": "none", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": null, "rngcStatus": 0}}, {"time": "2022-08-10T05:49:13.141535Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "42.62.103.34", "correlationId": "9b564bf9-b414-4dda-bad8-8ed0f103cfa2", "identity": "Joseph Taylor", "Level": 4, "location": "XF", "properties": {"id": "381dc42c-1581-42c2-8b81-ee5d878c6d00", "createdDateTime": "2022-08-10T05:49:13.247535Z", "userDisplayName": "Joseph Taylor", "userPrincipalName": "jtaylor@domain.com", "userId": "af9847eb-c773-41ae-bf94-42747c5e986c", "appId": "2eae4ad1-8cae-48fe-b718-76bd66e2fc7f", "appDisplayName": "Bipsync", "ipAddress": "42.62.103.34", "status": {"errorCode": 0, "additionalDetails": "MFA requirement satisfied by claim in the token"}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (iPad; CPU iPad OS 9_3_6 like Mac OS X) AppleWebKit/536.1 (KHTML, like Gecko) CriOS/42.0.865.0 Mobile/77O124 Safari/536.1 Edge/99.14477", "deviceDetail": {"deviceId": "76b96bd3-e5d7-49ee-b195-bf363facdb3d", "displayName": "JOSEPHTAYLOR-LT", "operatingSystem": "Windows 10", "browser": "Edge 99.14477", "isCompliant": true, "isManaged": true, "trustType": "Azure AD joined"}, "location": {"city": "Jessicafurt", "state": "Smithbury", "countryOrRegion": "XF", "geoCoordinates": {"latitude": 17.5082395, "longitude": -115.304215}}, "mfaDetail": {}, "correlationId": "b1b8976e-925a-4fdc-bd87-5746baaf03f0", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "1bf129f4-57c1-407a-819f-dc41493a372b", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 106, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Bipsync Service", "resourceId": "bca2b487-3a6c-440f-b1b7-a15b02771ad0", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 393508, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "03G05e4mzNnc6Ggly2rMCCTAeKceWOLwuURVjrnoVCpLu1Kl", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "4da47dd4-556d-4ba4-9847-c1850930ab5e", "rngcStatus": 0}}, {"time": "2022-08-10T06:18:05.500927Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "50158", "resultSignature": "None", "resultDescription": "External security challenge was not satisfied.", "durationMs": 0, "callerIpAddress": "92.110.109.246", "correlationId": "599e8650-2647-4b85-9725-58f3bce7cb5a", "identity": "Thomas Price", "Level": 4, "location": "XR", "properties": {"id": "e3eb0cfb-966f-4577-9f37-6ff2c1f65f00", "createdDateTime": "2022-08-10T06:18:05.637927Z", "userDisplayName": "Thomas Price", "userPrincipalName": "tprice@domain.com", "userId": "32109ee2-ee4f-4d11-9c38-2556aec0f2b5", "appId": "9a7e67c7-6f05-42a3-b226-97c7ec3e9696", "appDisplayName": "Adobe Identity Management", "ipAddress": "92.110.109.246", "status": {"errorCode": 50158, "failureReason": "External security challenge was not satisfied."}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (X11; Linux i686) AppleWebKit/535.2 (KHTML, like Gecko) Chrome/22.0.843.0 Safari/535.2 Edge/118.12158", "deviceDetail": {"deviceId": "a31478d2-f778-4d5a-b081-22579a9edcbe", "displayName": "THOMASPRICE-LT", "operatingSystem": "Windows 10", "browser": "Edge 118.12158", "trustType": "Hybrid Azure AD joined"}, "location": {"city": "Port Denisetown", "state": "Smithton", "countryOrRegion": "XR", "geoCoordinates": {"latitude": 3.5518965, "longitude": 131.871582}}, "correlationId": "b129391d-962e-4aba-a9ed-c81a83ce2a4c", "conditionalAccessStatus": "failure", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "a9c99707-8a16-494f-aaa3-2f4fe6c80ded", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 137, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Adobe Identity Management Service", "resourceId": "30663ca7-f8a9-43ab-8ca1-7906bdbc1485", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 230297, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "rJiSX8z1SFlH5NuC9rKeEjATqLndfETrQJXefoenp9E8VFpd", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "a6c259e5-7f16-48b2-a9f3-75becd6daa9b", "rngcStatus": 0}}, {"time": "2022-08-10T06:29:41.643051Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "147.132.189.119", "correlationId": "c11f1edd-c93d-43ae-8b18-c178a7eb2200", "identity": "Cassie Fernandez", "Level": 4, "location": "XR", "properties": {"id": "599e6756-2da1-4fc0-bb78-22b594d35800", "createdDateTime": "2022-08-10T06:29:41.788051Z", "userDisplayName": "Cassie Fernandez", "userPrincipalName": "cfernandez@domain.com", "userId": "67ef8be6-3f44-4db7-8172-fd6211428c1e", "appId": "7b74bf77-058a-4c0d-9d9d-5523c3bc80ed", "appDisplayName": "GitHub Enterprise Cloud - Organization", "ipAddress": "147.132.189.119", "status": {"errorCode": 0}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (iPad; CPU iPad OS 9_3_6 like Mac OS X) AppleWebKit/536.1 (KHTML, like Gecko) CriOS/42.0.865.0 Mobile/77O124 Safari/536.1 Edge/99.14477", "deviceDetail": {"deviceId": "d5a487a1-ef7d-4960-9723-7fdadce19af3", "displayName": "CASSIEFERNANDEZ-LT", "operatingSystem": "Windows 10", "browser": "Edge 99.14477", "trustType": "Azure AD registered"}, "location": {"city": "Port Denisetown", "state": "Smithton", "countryOrRegion": "XR", "geoCoordinates": {"latitude": 3.5518965, "longitude": 131.871582}}, "correlationId": "1a88c294-a258-4e7d-8874-001955289e4c", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "51160037-044c-4243-b183-11bf356d97dd", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "processingTimeInMilliseconds": 145, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "GitHub Enterprise Cloud - Organization Online", "resourceId": "51e679b4-5774-4b5f-9636-df5ea66b9380", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 256668, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "RfhGUOt9aOK0hTxMOY6ueuWcev9BlrOyI5wD4uPhgsKmUyQ5", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "6e8f419c-7f10-40b1-a52a-e4fb253c74c2"}}, {"time": "2022-08-10T06:41:48.987810Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "86.154.193.190", "correlationId": "dd3091f3-9013-4463-a9ec-d4b02c14237d", "identity": "Jamie Watson", "Level": 4, "location": "XR", "properties": {"id": "84170ee1-88cb-4e3d-bb5d-283aef2e6300", "createdDateTime": "2022-08-10T06:41:49.080810Z", "userDisplayName": "Jamie Watson", "userPrincipalName": "jwatson@domain.com", "userId": "2844695b-9a70-48ed-a5ce-f3d711e2292b", "appId": "7b74bf77-058a-4c0d-9d9d-5523c3bc80ed", "appDisplayName": "GitHub Enterprise Cloud - Organization", "ipAddress": "86.154.193.190", "status": {"errorCode": 0}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (X11; Linux i686) AppleWebKit/533.0 (KHTML, like Gecko) Chrome/24.0.803.0 Safari/533.0 Edge/40.11325", "deviceDetail": {"deviceId": "fc784602-6455-4450-be3c-6770e0359f8a", "displayName": "JAMIEWATSON-LT", "operatingSystem": "Windows 10", "browser": "Edge 40.11325", "isCompliant": true, "isManaged": true, "trustType": "Azure AD joined"}, "location": {"city": "Port Denisetown", "state": "Smithton", "countryOrRegion": "XR", "geoCoordinates": {"latitude": 3.5518965, "longitude": 131.871582}}, "correlationId": "b024327c-b90c-484e-b219-bbe08efc2b8d", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "92a0983d-7fcc-4f79-97c2-875af7658849", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 93, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "GitHub Enterprise Cloud - Organization Online", "resourceId": "51e679b4-5774-4b5f-9636-df5ea66b9380", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 256668, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "1EzV4CXmC8igkP2OIV6YrTkF2kMgLFGyhpzELnqWXaYGTcMj", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "6e8f419c-7f10-40b1-a52a-e4fb253c74c2", "rngcStatus": 0}}, {"time": "2022-08-10T06:45:16.771316Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "42.62.103.34", "correlationId": "6905b456-a456-40bd-a182-441efd84ae09", "identity": "Joseph Taylor", "Level": 4, "location": "XF", "properties": {"id": "a7040866-7462-4670-869d-e482752f7600", "createdDateTime": "2022-08-10T06:45:16.850316Z", "userDisplayName": "Joseph Taylor", "userPrincipalName": "jtaylor@domain.com", "userId": "af9847eb-c773-41ae-bf94-42747c5e986c", "appId": "413f12c2-a9cb-4ca6-a080-d4308249cbe1", "appDisplayName": "Air", "ipAddress": "42.62.103.34", "status": {"errorCode": 0, "additionalDetails": "MFA requirement satisfied by claim in the token"}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (iPad; CPU iPad OS 9_3_6 like Mac OS X) AppleWebKit/536.1 (KHTML, like Gecko) CriOS/42.0.865.0 Mobile/77O124 Safari/536.1 Edge/99.14477", "deviceDetail": {"deviceId": "76b96bd3-e5d7-49ee-b195-bf363facdb3d", "displayName": "JOSEPHTAYLOR-LT", "operatingSystem": "Windows 10", "browser": "Edge 99.14477", "isCompliant": true, "isManaged": true, "trustType": "Azure AD joined"}, "location": {"city": "Jessicafurt", "state": "Smithbury", "countryOrRegion": "XF", "geoCoordinates": {"latitude": 17.5082395, "longitude": -115.304215}}, "mfaDetail": {}, "correlationId": "f2727464-01b0-4207-8f3a-7fa2acc0e670", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "bca6bd5e-e855-4a70-acda-81139fa63568", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 79, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Air Online", "resourceId": "76f4ef5e-0b9a-478c-89cd-2dcd57ca60c3", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 393508, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "QlrtQiYydIh3gBlT2HDq3jQk8cOe7xALAIbIqjwvNfbCOMbm", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": null, "rngcStatus": 0}}, {"time": "2022-08-10T06:55:38.387943Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "156.206.181.119", "correlationId": "166254bf-fc0d-45f9-9ff1-7c50b9932abd", "identity": "Cynthia Perry", "Level": 4, "location": "XY", "properties": {"id": "501074c3-fbf3-458c-a18b-f71023d46200", "createdDateTime": "2022-08-10T06:55:38.478943Z", "userDisplayName": "Cynthia Perry", "userPrincipalName": "cperry@domain.com", "userId": "ac5fa380-9d5b-470e-beb2-5ba10aca48e6", "appId": "9a7e67c7-6f05-42a3-b226-97c7ec3e9696", "appDisplayName": "Adobe Identity Management", "ipAddress": "156.206.181.119", "status": {"errorCode": 0}, "clientAppUsed": "Mobile Apps and Desktop clients", "deviceDetail": {"deviceId": "", "operatingSystem": "Windows 10", "browser": "Rich Client v3.4.1.35249"}, "location": {"city": "Hannaville", "state": "Thomashaven", "countryOrRegion": "XY", "geoCoordinates": {"latitude": 1.1452695, "longitude": 128.249211}}, "correlationId": "27144279-9d55-4b19-8e79-d2d8cb848297", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "9da0485d-a293-4b92-9aa7-ccdd9cd288c6", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 91, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Adobe Identity Management Service", "resourceId": "9a84f55e-3a40-492c-9476-e069f64ed7a6", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 279165, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "sHHxI7kMBJmOmdO5JfHyH1jH8ZKnZ4V7Jzyc8yq4Tb4jOZVP", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "37ee873b-f901-4e25-be69-010243106d0f", "rngcStatus": 0}}, {"time": "2022-08-10T07:28:38.345328Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "42.62.103.34", "correlationId": "d59bf8d9-9865-49e6-ad32-d7fe1dabddf1", "identity": "Joseph Taylor", "Level": 4, "location": "XF", "properties": {"id": "91857813-fa29-4b22-bbd5-ccdb2fe46300", "createdDateTime": "2022-08-10T07:28:40.055328Z", "userDisplayName": "Joseph Taylor", "userPrincipalName": "jtaylor@domain.com", "userId": "af9847eb-c773-41ae-bf94-42747c5e986c", "appId": "dbe6b779-13df-45f2-a6d7-1323485479f6", "appDisplayName": "Cisco Webex", "ipAddress": "42.62.103.34", "status": {"errorCode": 0, "additionalDetails": "MFA requirement satisfied by claim in the token"}, "clientAppUsed": "Browser", "deviceDetail": {"deviceId": "76b96bd3-e5d7-49ee-b195-bf363facdb3d", "displayName": "JOSEPHTAYLOR-LT", "operatingSystem": "Windows10", "browser": "Rich Client 4.38.0.0", "isCompliant": true, "isManaged": true, "trustType": "Azure AD joined"}, "location": {"city": "Jessicafurt", "state": "Smithbury", "countryOrRegion": "XF", "geoCoordinates": {"latitude": 17.5082395, "longitude": -115.304215}}, "mfaDetail": {}, "correlationId": "4b158b21-60f3-48a0-ae1a-9c6089221bfe", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "1511b90b-b0fc-4b75-bb00-075f5dcb3890", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 1710, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Cisco Webex Service", "resourceId": "30663ca7-f8a9-43ab-8ca1-7906bdbc1485", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 393508, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "iYWJjqERGDZBRr641lH0YbK67WMzyS8TmdQhT6kyZmYevMpV", "incomingTokenType": "none", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "a6c259e5-7f16-48b2-a9f3-75becd6daa9b", "rngcStatus": 0}}, {"time": "2022-08-10T07:34:07.643928Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "134.219.180.76", "correlationId": "f6aba02d-389b-4f0e-8bc4-5f1016ba24da", "identity": "Joseph Taylor", "Level": 4, "location": "XF", "properties": {"id": "61f774b4-bfab-427d-9daf-84404dc06400", "createdDateTime": "2022-08-10T07:34:07.834928Z", "userDisplayName": "Joseph Taylor", "userPrincipalName": "jtaylor@domain.com", "userId": "af9847eb-c773-41ae-bf94-42747c5e986c", "appId": "84f18b4b-ae12-484a-847f-f3e36093594a", "appDisplayName": "Slack", "ipAddress": "134.219.180.76", "status": {"errorCode": 0, "additionalDetails": "MFA requirement satisfied by claim in the token"}, "clientAppUsed": "Browser", "deviceDetail": {"deviceId": "76b96bd3-e5d7-49ee-b195-bf363facdb3d", "displayName": "JOSEPHTAYLOR-LT", "operatingSystem": "Windows", "isCompliant": true, "isManaged": true, "trustType": "Azure AD joined"}, "location": {"city": "Mannville", "state": "Porterside", "countryOrRegion": "XF", "geoCoordinates": {"latitude": -50.9955705, "longitude": 104.613841}}, "mfaDetail": {}, "correlationId": "a35a6ac3-c54c-4f10-93d4-2d1b581f948c", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "739ddeda-ab97-4898-ae56-be0d1495acf6", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 191, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Slack Service", "resourceId": "f0630e90-b752-4960-bfb9-a0794fc34930", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 124400, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "5VRVA74E9pvuz1iOk3VD8wRUVgizyM5f4YBt0zf0RdxmGkAL", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "1f37c851-4be4-455b-928a-fbde7845a68a", "rngcStatus": 0}}, {"time": "2022-08-10T07:41:06.066193Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "156.206.181.119", "correlationId": "b4fe3379-d88d-409a-928b-76fb0f1dff01", "identity": "Cynthia Perry", "Level": 4, "location": "XY", "properties": {"id": "3e4015a7-fc3f-46ab-bde5-2cd8d15b6d00", "createdDateTime": "2022-08-10T07:41:06.186193Z", "userDisplayName": "Cynthia Perry", "userPrincipalName": "cperry@domain.com", "userId": "ac5fa380-9d5b-470e-beb2-5ba10aca48e6", "appId": "9de6e985-97a5-4d82-9c45-aedaa9c25ef9", "appDisplayName": "AWS Single-Account Access", "ipAddress": "156.206.181.119", "status": {"errorCode": 0}, "clientAppUsed": "Browser", "deviceDetail": {"deviceId": "", "operatingSystem": "Windows"}, "location": {"city": "Hannaville", "state": "Thomashaven", "countryOrRegion": "XY", "geoCoordinates": {"latitude": 1.1452695, "longitude": 128.249211}}, "correlationId": "dbc59c23-dbe9-4d7e-9234-4f3a3ef0dc8b", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "d73b23cd-50e3-46bf-b7c3-db8f33879cd5", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 120, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "AWS Single-Account Access Service", "resourceId": "c65cf5f9-5537-4200-889e-381c4f60ca7d", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 279165, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "RIPuc1eZHw1nNIkUJuuqolVZgeeAvup4DuFeXMSVrANjQABo", "incomingTokenType": "none", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": null, "rngcStatus": 0}}, {"time": "2022-08-10T07:52:35.793783Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "13.113.40.157", "correlationId": "3f78b182-f946-4795-ac5a-08a766fef954", "identity": "Attack Target", "Level": 4, "location": "XR", "properties": {"id": "527f7e80-01b1-4596-ae32-79e9ca005100", "createdDateTime": "2022-08-10T07:52:35.936783Z", "userDisplayName": "Attack Target", "userPrincipalName": "attacktarget@domain.com", "userId": "d735e84b-dcca-404d-9f7d-700f360f41a6", "appId": "9a7e67c7-6f05-42a3-b226-97c7ec3e9696", "appDisplayName": "Adobe Identity Management", "ipAddress": "13.113.40.157", "status": {"errorCode": 0}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (iPad; CPU iPad OS 9_3_6 like Mac OS X) AppleWebKit/536.1 (KHTML, like Gecko) CriOS/42.0.865.0 Mobile/77O124 Safari/536.1 Edge/99.14477", "deviceDetail": {"deviceId": "a44625dc-6f81-449a-9799-8005f7209b42", "displayName": "ATTACKTARGET-LT", "operatingSystem": "Windows 10", "browser": "Edge 99.14477", "trustType": "Azure AD registered"}, "location": {"city": "New John", "state": "Smithfort", "countryOrRegion": "XR", "geoCoordinates": {"latitude": -89.144242, "longitude": 168.119022}}, "correlationId": "1a3e9396-65fe-42d2-90a5-c2d6dd845955", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "1c00322a-016a-4d11-aac4-b05a61d4d497", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "processingTimeInMilliseconds": 143, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Adobe Identity Management Service", "resourceId": "7d6a0897-8b82-49e9-90e2-d482fb9202bd", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 34974, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "nrw8iTOoSnz8HlYEQABXawIibaNtovlZtqLkhFyvxd7xEua3", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "537d9419-7e2b-4778-9102-62256bcfcf45"}}, {"time": "2022-08-10T08:26:09.739991Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "700082", "resultSignature": "None", "resultDescription": "Other", "durationMs": 0, "callerIpAddress": "54.119.29.60", "correlationId": "e5672e5a-f872-40c0-9512-afd6f43e9309", "identity": "Thomas Price", "Level": 4, "location": "XR", "properties": {"id": "bb403b05-f7d3-472e-b7b3-be6c12356f00", "createdDateTime": "2022-08-10T08:26:09.845991Z", "userDisplayName": "Thomas Price", "userPrincipalName": "tprice@domain.com", "userId": "32109ee2-ee4f-4d11-9c38-2556aec0f2b5", "appId": "9a7e67c7-6f05-42a3-b226-97c7ec3e9696", "appDisplayName": "Adobe Identity Management", "ipAddress": "54.119.29.60", "status": {"errorCode": 700082, "failureReason": "Other"}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (X11; Linux i686) AppleWebKit/535.2 (KHTML, like Gecko) Chrome/22.0.843.0 Safari/535.2 Edge/118.12158", "deviceDetail": {"deviceId": "852272bd-2ab1-474f-a99e-4922ea7031d3", "displayName": "THOMASPRICE-LT", "operatingSystem": "Windows 10", "browser": "Edge 118.12158", "trustType": "Hybrid Azure AD joined"}, "location": {"city": "Port Kimberlytown", "state": "Curtisport", "countryOrRegion": "XR", "geoCoordinates": {"latitude": 26.3152295, "longitude": 147.770404}}, "correlationId": "5d473ac7-0d1b-4fab-8e23-8e1f7830b2b3", "conditionalAccessStatus": "notApplied", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "5c6c8a6e-8c00-4cec-8faf-d5676c0b7e35", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 106, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Adobe Identity Management Service", "resourceId": "30663ca7-f8a9-43ab-8ca1-7906bdbc1485", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 359213, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "LSxBcUwGWMSszfe25G2PIzTbkdtZ5KMARPAtiZ9LJYwDbfkg", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "a6c259e5-7f16-48b2-a9f3-75becd6daa9b", "rngcStatus": 0}}, {"time": "2022-08-10T08:28:51.043134Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "199.12.127.103", "correlationId": "dad1ec0a-1c35-478e-a2ca-59cd956cc77a", "identity": "Jacob Meyers", "Level": 4, "location": "XG", "properties": {"id": "9766f1aa-839e-413d-b538-b60107d39a00", "createdDateTime": "2022-08-10T08:28:51.116134Z", "userDisplayName": "Jacob Meyers", "userPrincipalName": "jmeyers@domain.com", "userId": "c63a67b0-1651-4a8a-9560-cc703cdad5ad", "appId": "9a7e67c7-6f05-42a3-b226-97c7ec3e9696", "appDisplayName": "Adobe Identity Management", "ipAddress": "199.12.127.103", "status": {"errorCode": 0}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (iPad; CPU iPad OS 9_3_6 like Mac OS X) AppleWebKit/536.1 (KHTML, like Gecko) CriOS/42.0.865.0 Mobile/77O124 Safari/536.1 Edge/99.14477", "deviceDetail": {"deviceId": "68cb982e-f215-496c-89bb-cc07716ff474", "displayName": "JACOBMEYERS-LT", "operatingSystem": "Windows 10", "browser": "Edge 99.14477", "trustType": "Azure AD registered"}, "location": {"city": "Port Nathan", "state": "Newmanville", "countryOrRegion": "XG", "geoCoordinates": {"latitude": 23.244641, "longitude": -113.392021}}, "correlationId": "d6e1e012-18a1-472b-8d66-b435f595943a", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "fdaa876e-95c9-41a4-91fa-bfd855a1c44f", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 73, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Adobe Identity Management Service", "resourceId": "30663ca7-f8a9-43ab-8ca1-7906bdbc1485", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 282405, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "BeKZ48I66Wwwl5KhOcW1GvqA0uVcqfkPBjBGbtpTRE6FymsN", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "a6c259e5-7f16-48b2-a9f3-75becd6daa9b", "rngcStatus": 0}}, {"time": "2022-08-10T08:55:34.180027Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "147.132.189.119", "correlationId": "27bcb99a-55b5-49c7-bd23-6df67d240b9f", "identity": "Cassie Fernandez", "Level": 4, "location": "XR", "properties": {"id": "0fa7b51d-5329-46f9-89d4-0bf1b1fd6700", "createdDateTime": "2022-08-10T08:55:34.307027Z", "userDisplayName": "Cassie Fernandez", "userPrincipalName": "cfernandez@domain.com", "userId": "67ef8be6-3f44-4db7-8172-fd6211428c1e", "appId": "9a7e67c7-6f05-42a3-b226-97c7ec3e9696", "appDisplayName": "Adobe Identity Management", "ipAddress": "147.132.189.119", "status": {"errorCode": 0}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (iPad; CPU iPad OS 9_3_6 like Mac OS X) AppleWebKit/536.1 (KHTML, like Gecko) CriOS/42.0.865.0 Mobile/77O124 Safari/536.1 Edge/99.14477", "deviceDetail": {"deviceId": "bf67c857-685a-4457-89c4-db2afa581bd2", "displayName": "CASSIEFERNANDEZ-LT", "operatingSystem": "Windows 10", "browser": "Edge 99.14477", "trustType": "Hybrid Azure AD joined"}, "location": {"city": "Port Denisetown", "state": "Smithton", "countryOrRegion": "XR", "geoCoordinates": {"latitude": 3.5518965, "longitude": 131.871582}}, "correlationId": "261e7f0c-e051-4e9c-babb-044bbaba1c89", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "580a83ca-21e6-48dd-b4ef-d3bf18de549d", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 127, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Adobe Identity Management Service", "resourceId": "80abac89-d2c0-4b6c-8ffc-5023bd7efc5e", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 256668, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "Mzo33IA8IB0wKX9zEUzf9EYF5zLWMluMkTVsaGWEfwUn8zg9", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": null, "rngcStatus": 0}}, {"time": "2022-08-10T08:57:25.693389Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "50158", "resultSignature": "None", "resultDescription": "External security challenge was not satisfied.", "durationMs": 0, "callerIpAddress": "166.105.218.213", "correlationId": "a677340b-2d7e-49e2-a21e-79dba7453e00", "identity": "Thomas Price", "Level": 4, "location": "XR", "properties": {"id": "0247f9e7-1fff-44eb-af6f-23a3821c6e00", "createdDateTime": "2022-08-10T08:57:25.900389Z", "userDisplayName": "Thomas Price", "userPrincipalName": "tprice@domain.com", "userId": "32109ee2-ee4f-4d11-9c38-2556aec0f2b5", "appId": "79510a8f-6421-4348-a2ea-bcc2b02485c1", "appDisplayName": "Cisco AnyConnect", "ipAddress": "166.105.218.213", "status": {"errorCode": 50158, "failureReason": "External security challenge was not satisfied."}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (X11; Linux i686) AppleWebKit/535.2 (KHTML, like Gecko) Chrome/22.0.843.0 Safari/535.2 Edge/118.12158", "deviceDetail": {"deviceId": "5224a875-801f-44b5-a725-542da3890d4b", "displayName": "THOMASPRICE-LT", "operatingSystem": "Windows 10", "browser": "Edge 118.12158", "trustType": "Hybrid Azure AD joined"}, "location": {"city": "Santosborough", "state": "Smithton", "countryOrRegion": "XR", "geoCoordinates": {"latitude": 12.8350355, "longitude": 138.359011}}, "correlationId": "5947eea4-fe43-406e-b088-b01d5a0085a9", "conditionalAccessStatus": "failure", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "6accd570-c30c-4b81-9cfc-16888c9378af", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 207, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Cisco AnyConnect Online", "resourceId": "5d5b8d28-6a28-472e-b837-a4094e466965", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 256668, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "AyFKe5ed43RqlYyJqZXtfVr79HPEw7oY0qjDNNg8AsGEO39F", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "15655e1f-5005-4c53-b3c0-c4a1d1ca5e9e", "rngcStatus": 0}}, {"time": "2022-08-10T09:01:38.710184Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "147.132.189.119", "correlationId": "c07a3ba0-500e-1000-b104-c7714ab52f8f", "identity": "Jamie Watson", "Level": 4, "location": "XR", "properties": {"id": "717ef043-4342-4bef-be3f-b1a27ecc6300", "createdDateTime": "2022-08-10T09:01:38.850184Z", "userDisplayName": "Jamie Watson", "userPrincipalName": "jwatson@domain.com", "userId": "2844695b-9a70-48ed-a5ce-f3d711e2292b", "appId": "439cf80c-f381-45bd-9b6a-a006882e7246", "appDisplayName": "Atlassian Cloud", "ipAddress": "147.132.189.119", "status": {"errorCode": 0}, "clientAppUsed": "Browser", "deviceDetail": {"deviceId": "fc784602-6455-4450-be3c-6770e0359f8a", "displayName": "JAMIEWATSON-LT", "operatingSystem": "Windows", "isCompliant": true, "isManaged": true, "trustType": "Azure AD joined"}, "location": {"city": "Port Denisetown", "state": "Smithton", "countryOrRegion": "XR", "geoCoordinates": {"latitude": 3.5518965, "longitude": 131.871582}}, "correlationId": "4c62059c-226f-408e-8466-e37984df83f8", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "ed08cd84-70a4-4b0f-baa1-945ce2736f7c", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 140, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Atlassian Cloud Service", "resourceId": "72f0186d-d327-46c9-a8ff-497e0caa8691", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 256668, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "D0Q0f4oxBhw1ho8jazuUOnheCLEn3QDsL2ijHdgp96VFJVxf", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": null, "rngcStatus": 0}}, {"time": "2022-08-10T09:06:19.315339Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "50158", "resultSignature": "None", "resultDescription": "External security challenge was not satisfied.", "durationMs": 0, "callerIpAddress": "44.22.19.201", "correlationId": "74fcb86a-929e-4da2-b89b-160f330594f1", "identity": "Thomas Price", "Level": 4, "location": "XN", "properties": {"id": "fce40f88-fa2b-4b99-9183-5ba164ec5200", "createdDateTime": "2022-08-10T09:06:19.469339Z", "userDisplayName": "Thomas Price", "userPrincipalName": "tprice@domain.com", "userId": "32109ee2-ee4f-4d11-9c38-2556aec0f2b5", "appId": "9a7e67c7-6f05-42a3-b226-97c7ec3e9696", "appDisplayName": "Adobe Identity Management", "ipAddress": "44.22.19.201", "status": {"errorCode": 50158, "failureReason": "External security challenge was not satisfied."}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (X11; Linux i686) AppleWebKit/535.2 (KHTML, like Gecko) Chrome/22.0.843.0 Safari/535.2 Edge/118.12158", "deviceDetail": {"deviceId": "35819889-abdc-47e0-b28d-5195d26e941f", "displayName": "THOMASPRICE-LT", "operatingSystem": "Windows 10", "browser": "Edge 118.12158", "trustType": "Hybrid Azure AD joined"}, "location": {"city": "Littlemouth", "state": "Alexanderfurt", "countryOrRegion": "XN", "geoCoordinates": {"latitude": 25.4437255, "longitude": -109.530885}}, "correlationId": "98c804fb-920a-414e-b7c2-c31aa719f9e4", "conditionalAccessStatus": "failure", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "56776d4e-b0b5-42df-8605-4376ac1049f9", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "processingTimeInMilliseconds": 154, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Adobe Identity Management Service", "resourceId": "30663ca7-f8a9-43ab-8ca1-7906bdbc1485", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 230297, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "fFFNdlngB4xqbyQgmkRBvdag1EJHRdZw5AILtZ84tnWyG6dL", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "a6c259e5-7f16-48b2-a9f3-75becd6daa9b"}}, {"time": "2022-08-10T09:15:16.550664Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "105.169.153.183", "correlationId": "51eef5f1-13ec-4fc8-9694-988ebbcfbbfc", "identity": "Jim Gonzalez", "Level": 4, "location": "XR", "properties": {"id": "a9f8bd26-0603-463f-b131-cbc2e7074f00", "createdDateTime": "2022-08-10T09:15:16.729664Z", "userDisplayName": "Jim Gonzalez", "userPrincipalName": "jgonzalez@domain.com", "userId": "95090045-a9c5-489c-adee-2db430a3333a", "appId": "9a7e67c7-6f05-42a3-b226-97c7ec3e9696", "appDisplayName": "Adobe Identity Management", "ipAddress": "105.169.153.183", "status": {"errorCode": 0}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (Windows NT 4.0) AppleWebKit/532.1 (KHTML, like Gecko) Chrome/38.0.801.0 Safari/532.1 Edge/19.15284", "deviceDetail": {"deviceId": "15135d1f-cb47-4bd8-b76d-90a9171c09bd", "displayName": "JIMGONZALEZ-LT", "operatingSystem": "Windows 10", "browser": "Edge 19.15284", "trustType": "Azure AD registered"}, "location": {"city": "Kevinton", "state": "Smithton", "countryOrRegion": "XR", "geoCoordinates": {"latitude": -87.5106305, "longitude": -77.991036}}, "correlationId": "d7c4c7f5-4190-4fee-9986-300f82bc486e", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "cd04b71d-32dc-4b91-a6b2-7a895368ca22", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "processingTimeInMilliseconds": 179, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Adobe Identity Management Service", "resourceId": "30663ca7-f8a9-43ab-8ca1-7906bdbc1485", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 256668, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "YzvAdvCkdn0gFs8Ma9l677F1wxuonSl5zXmhbELxafeKHRQa", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "a6c259e5-7f16-48b2-a9f3-75becd6daa9b"}}, {"time": "2022-08-10T09:26:38.166829Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "205.33.24.92", "correlationId": "169f0a7c-ffe2-4932-8b98-9c741250a8a4", "identity": "Aaron Cole", "Level": 4, "location": "XD", "properties": {"id": "49d543cf-3853-413c-83db-9812d7308900", "createdDateTime": "2022-08-10T09:26:38.403829Z", "userDisplayName": "Aaron Cole", "userPrincipalName": "acole@domain.com", "userId": "5d557969-1645-4ba4-be83-b6fd943659f7", "appId": "1b3edb90-1e06-46db-b021-e2fc1f7ddaf5", "appDisplayName": "Beatrust", "ipAddress": "205.33.24.92", "status": {"errorCode": 0}, "clientAppUsed": "Browser", "deviceDetail": {"deviceId": "", "operatingSystem": "Windows 10", "browser": "Rich Client 5.2.7.0"}, "location": {"city": "Kristinmouth", "state": "Norrisbury", "countryOrRegion": "XD", "geoCoordinates": {"latitude": 26.278784, "longitude": -92.042573}}, "correlationId": "fecdc126-8685-44cf-8a03-13d5ecacb94f", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "4b6aca31-30c8-441f-865e-7e9cf10b768c", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 237, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Beatrust", "resourceId": "042c3df9-f692-4971-8c0b-72867fa422dd", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 214655, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "zgRNRW2oyE0kJxs82sJ5x7m4at04S5jcEF8azyKusM7V0eu7", "incomingTokenType": "none", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "9dab86e5-2edb-4073-bed1-a1b309638aa2", "rngcStatus": 0}}, {"time": "2022-08-10T09:32:53.568948Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "147.132.189.119", "correlationId": "d01af5bf-2239-4aca-b276-bb60d99f9515", "identity": "Cassie Fernandez", "Level": 4, "location": "XR", "properties": {"id": "ace681b4-3934-4235-befc-67ed20367a00", "createdDateTime": "2022-08-10T09:32:53.700948Z", "userDisplayName": "Cassie Fernandez", "userPrincipalName": "cfernandez@domain.com", "userId": "67ef8be6-3f44-4db7-8172-fd6211428c1e", "appId": "9a7e67c7-6f05-42a3-b226-97c7ec3e9696", "appDisplayName": "Adobe Identity Management", "ipAddress": "147.132.189.119", "status": {"errorCode": 0}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (iPad; CPU iPad OS 9_3_6 like Mac OS X) AppleWebKit/536.1 (KHTML, like Gecko) CriOS/42.0.865.0 Mobile/77O124 Safari/536.1 Edge/99.14477", "deviceDetail": {"deviceId": "d5a487a1-ef7d-4960-9723-7fdadce19af3", "displayName": "CASSIEFERNANDEZ-LT", "operatingSystem": "Windows 10", "browser": "Edge 99.14477", "trustType": "Azure AD registered"}, "location": {"city": "Port Denisetown", "state": "Smithton", "countryOrRegion": "XR", "geoCoordinates": {"latitude": 3.5518965, "longitude": 131.871582}}, "correlationId": "1c534e4d-9551-4861-97ad-058c310f10ce", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "fe85b282-5fbc-41ae-a419-59d8aad64373", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 132, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Adobe Identity Management Service", "resourceId": "2c3383ff-432a-49ee-bb8b-8699a7d0416f", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 256668, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "JusZG4f99e2g3m5OObBEUW7SKEkikwqpMdW35B34KYAj1NGJ", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "35efb8e5-3b35-4a86-b7ce-660b69bfa773", "rngcStatus": 0}}, {"time": "2022-08-10T09:49:19.079998Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "147.132.189.119", "correlationId": "88cca728-4a32-4a76-ab51-03d4fcde39b9", "identity": "Cassie Fernandez", "Level": 4, "location": "XR", "properties": {"id": "40c4cb79-ca1a-4c9d-b6a0-55aff3865700", "createdDateTime": "2022-08-10T09:49:19.190998Z", "userDisplayName": "Cassie Fernandez", "userPrincipalName": "cfernandez@domain.com", "userId": "67ef8be6-3f44-4db7-8172-fd6211428c1e", "appId": "9a7e67c7-6f05-42a3-b226-97c7ec3e9696", "appDisplayName": "Adobe Identity Management", "ipAddress": "147.132.189.119", "status": {"errorCode": 0}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (iPad; CPU iPad OS 9_3_6 like Mac OS X) AppleWebKit/536.1 (KHTML, like Gecko) CriOS/42.0.865.0 Mobile/77O124 Safari/536.1 Edge/99.14477", "deviceDetail": {"deviceId": "bf67c857-685a-4457-89c4-db2afa581bd2", "displayName": "CASSIEFERNANDEZ-LT", "operatingSystem": "Windows 10", "browser": "Edge 99.14477", "trustType": "Hybrid Azure AD joined"}, "location": {"city": "Port Denisetown", "state": "Smithton", "countryOrRegion": "XR", "geoCoordinates": {"latitude": 3.5518965, "longitude": 131.871582}}, "correlationId": "fbcc8193-22df-40a9-b92d-614fbeea494c", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "c362dbd6-c2da-4034-8b3a-46c3245dcf38", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "processingTimeInMilliseconds": 111, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Adobe Identity Management Service", "resourceId": "80abac89-d2c0-4b6c-8ffc-5023bd7efc5e", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 256668, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "K7RX5ITZLY2NnEpzG6FFfp2nU6GWmNvzHOcPjIUbKEPA3MIq", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": null}}, {"time": "2022-08-10T10:11:56.849308Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "50158", "resultSignature": "None", "resultDescription": "External security challenge was not satisfied.", "durationMs": 0, "callerIpAddress": "105.169.153.183", "correlationId": "9084147b-0a33-4fb3-bfec-d9a5258886b1", "identity": "Thomas Price", "Level": 4, "location": "XR", "properties": {"id": "7e102f1d-1757-4798-8f5c-77898ee66f00", "createdDateTime": "2022-08-10T10:11:56.964308Z", "userDisplayName": "Thomas Price", "userPrincipalName": "tprice@domain.com", "userId": "32109ee2-ee4f-4d11-9c38-2556aec0f2b5", "appId": "9a7e67c7-6f05-42a3-b226-97c7ec3e9696", "appDisplayName": "Adobe Identity Management", "ipAddress": "105.169.153.183", "status": {"errorCode": 50158, "failureReason": "External security challenge was not satisfied."}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (X11; Linux i686) AppleWebKit/535.2 (KHTML, like Gecko) Chrome/22.0.843.0 Safari/535.2 Edge/118.12158", "deviceDetail": {"deviceId": "2b85c59f-331a-4b61-9a44-9d3d6df62a06", "displayName": "THOMASPRICE-LT", "operatingSystem": "Windows 10", "browser": "Edge 118.12158", "trustType": "Hybrid Azure AD joined"}, "location": {"city": "Santosborough", "state": "Smithton", "countryOrRegion": "XR", "geoCoordinates": {"latitude": 12.8350355, "longitude": 138.359011}}, "correlationId": "742285bd-5f48-4b46-bf5a-26de8e748bc7", "conditionalAccessStatus": "failure", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "ff02c248-229d-4a70-b08c-d3a1a74a4246", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 115, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Adobe Identity Management Service", "resourceId": "30663ca7-f8a9-43ab-8ca1-7906bdbc1485", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 256668, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "eNdO8b3rgPX7LnHDV32aTCNCFOBTC2WRyAHaNkiWYlzC7Uo4", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "a6c259e5-7f16-48b2-a9f3-75becd6daa9b", "rngcStatus": 0}}, {"time": "2022-08-10T10:36:31.767439Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "50158", "resultSignature": "None", "resultDescription": "External security challenge was not satisfied.", "durationMs": 0, "callerIpAddress": "92.110.109.246", "correlationId": "da666b36-484f-4d5b-9598-d9686f8cb8a0", "identity": "Thomas Price", "Level": 4, "location": "XR", "properties": {"id": "c42d1a02-7ec4-48b5-9f37-6b028b276a00", "createdDateTime": "2022-08-10T10:36:31.886439Z", "userDisplayName": "Thomas Price", "userPrincipalName": "tprice@domain.com", "userId": "32109ee2-ee4f-4d11-9c38-2556aec0f2b5", "appId": "9a7e67c7-6f05-42a3-b226-97c7ec3e9696", "appDisplayName": "Adobe Identity Management", "ipAddress": "92.110.109.246", "status": {"errorCode": 50158, "failureReason": "External security challenge was not satisfied."}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (X11; Linux i686) AppleWebKit/535.2 (KHTML, like Gecko) Chrome/22.0.843.0 Safari/535.2 Edge/118.12158", "deviceDetail": {"deviceId": "a12f42a7-2ae0-42d8-aec8-bf7cb3dea82c", "displayName": "THOMASPRICE-LT", "operatingSystem": "Windows 10", "browser": "Edge 118.12158", "trustType": "Hybrid Azure AD joined"}, "location": {"city": "Port Denisetown", "state": "Smithton", "countryOrRegion": "XR", "geoCoordinates": {"latitude": 3.5518965, "longitude": 131.871582}}, "correlationId": "8823bda6-d180-4dea-91e1-17b28a9fb130", "conditionalAccessStatus": "failure", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "18b778e4-cdcf-47a9-99bb-dee199f01979", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 119, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Adobe Identity Management Service", "resourceId": "30663ca7-f8a9-43ab-8ca1-7906bdbc1485", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 230297, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "2fwR3DLTL0bkBOtrXxz98J3lfeJqZz9K2xudMrrgJ6TcaxHE", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "a6c259e5-7f16-48b2-a9f3-75becd6daa9b", "rngcStatus": 0}}, {"time": "2022-08-10T10:37:33.652120Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "91.132.253.146", "correlationId": "b7e85754-8400-4228-8683-134c3fb9b212", "identity": "Aaron Cole", "Level": 4, "location": "XD", "properties": {"id": "10696f74-a92e-4dcd-9925-f183db8c6300", "createdDateTime": "2022-08-10T10:37:33.744120Z", "userDisplayName": "Aaron Cole", "userPrincipalName": "acole@domain.com", "userId": "5d557969-1645-4ba4-be83-b6fd943659f7", "appId": "18bf60fa-77dd-4aad-891d-af82ca87dd06", "appDisplayName": "FortiGate SSL VPN", "ipAddress": "91.132.253.146", "status": {"errorCode": 0}, "clientAppUsed": "Browser", "deviceDetail": {"deviceId": "", "operatingSystem": "Windows", "browser": "Rich Client 4.22.0.0"}, "location": {"city": "Rickshire", "state": "Norrisbury", "countryOrRegion": "XD", "geoCoordinates": {"latitude": -78.5751045, "longitude": 58.329246}}, "correlationId": "e825be80-484e-4b35-a1f9-08a7fc27b4df", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "a9376568-883c-4f6e-aa39-1fd3d7347ee0", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 92, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "FortiGate SSL VPN Service", "resourceId": "bca2b487-3a6c-440f-b1b7-a15b02771ad0", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 214655, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "HA2Q7KSoasEURArqzWvYFEaCzBQSEmPq04qNw8zuIWVdWFrK", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "4da47dd4-556d-4ba4-9847-c1850930ab5e", "rngcStatus": 0}}, {"time": "2022-08-10T10:47:35.200595Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "86.154.193.190", "correlationId": "f9d20fac-bcd4-4e3e-a91e-099761ddddef", "identity": "Kristen Howell", "Level": 4, "location": "XR", "properties": {"id": "8ce5a0bd-0152-4534-b5b5-f7a496825c00", "createdDateTime": "2022-08-10T10:47:35.332595Z", "userDisplayName": "Kristen Howell", "userPrincipalName": "khowell@domain.com", "userId": "20e1e3f9-665f-45bd-9984-5e74b526d3b5", "appId": "9d794ea1-8d77-42e3-9fdd-6fd3620d616a", "appDisplayName": "Alaya", "ipAddress": "86.154.193.190", "status": {"errorCode": 0, "additionalDetails": "MFA requirement satisfied by claim in the token"}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (X11; Linux i686) AppleWebKit/533.0 (KHTML, like Gecko) Chrome/24.0.803.0 Safari/533.0 Edge/40.11325", "deviceDetail": {"deviceId": "6ea76864-5f18-47dd-adb9-2b1dfcbfc425", "displayName": "KRISTENHOWELL-LT", "operatingSystem": "Windows 10", "browser": "Edge 40.11325", "isCompliant": true, "isManaged": true, "trustType": "Azure AD joined"}, "location": {"city": "Port Denisetown", "state": "Smithton", "countryOrRegion": "XR", "geoCoordinates": {"latitude": 3.5518965, "longitude": 131.871582}}, "mfaDetail": {}, "correlationId": "3c6f0d6d-f076-4639-af42-399e2604951d", "conditionalAccessStatus": "notApplied", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "044ae13e-432a-49c3-8817-3c49d8ed26c8", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "processingTimeInMilliseconds": 132, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Alaya Service", "resourceId": "160206c5-38b8-4cb6-9549-0c8c3b1a9661", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 256668, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "tWmMaX7kRRyIbLVkJ9PJXO7xCF5lcnlRvv5P2P071E6Zc8ad", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "a98241f8-e789-4dcd-8f11-cc1ec1c92092"}}, {"time": "2022-08-10T10:47:54.609631Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "13.113.40.157", "correlationId": "89a1e00e-6919-4b5f-9a62-d32f0af6629f", "identity": "Attack Target", "Level": 4, "location": "XR", "properties": {"id": "6a5f64c1-1a9a-4556-9496-2d202ffe8c00", "createdDateTime": "2022-08-10T10:47:54.719631Z", "userDisplayName": "Attack Target", "userPrincipalName": "attacktarget@domain.com", "userId": "d735e84b-dcca-404d-9f7d-700f360f41a6", "appId": "9a7e67c7-6f05-42a3-b226-97c7ec3e9696", "appDisplayName": "Adobe Identity Management", "ipAddress": "13.113.40.157", "ipAddressFromResourceProvider": "13.113.40.157", "status": {"errorCode": 0}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (iPad; CPU iPad OS 9_3_6 like Mac OS X) AppleWebKit/536.1 (KHTML, like Gecko) CriOS/42.0.865.0 Mobile/77O124 Safari/536.1 Edge/99.14477", "deviceDetail": {"deviceId": "a44625dc-6f81-449a-9799-8005f7209b42", "displayName": "ATTACKTARGET-LT", "operatingSystem": "Windows 10", "browser": "Edge 99.14477", "trustType": "Azure AD registered"}, "location": {"city": "Smithfort", "state": "Smithfort", "countryOrRegion": "XR", "geoCoordinates": {"latitude": 3.7564095, "longitude": -121.574606}}, "correlationId": "40d4a08c-3b3d-48e5-9150-62856806e724", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "571bdbf4-aa8a-4cbd-9a70-a79f01534718", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 110, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Adobe Identity Management Service", "resourceId": "c8eab36d-0a82-409d-8693-a8dabc997921", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 34974, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "IEeuvCvfkLMThSIcLE3UJJww5cP6VDY3XE5wVj3YaUN1HU7o", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "2248d3ef-d7b8-4eb2-bd20-fb53f725bfe3", "rngcStatus": 0}}, {"time": "2022-08-10T11:02:18.688460Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "13.113.40.157", "correlationId": "3a2e1dda-b69f-4ad0-ba37-32fff2a67b52", "identity": "Attack Target", "Level": 4, "location": "XR", "properties": {"id": "c31f11f3-65b0-42f1-80e6-a81f6f469800", "createdDateTime": "2022-08-10T11:02:18.968460Z", "userDisplayName": "Attack Target", "userPrincipalName": "attacktarget@domain.com", "userId": "d735e84b-dcca-404d-9f7d-700f360f41a6", "appId": "9c5b7fe3-0ad2-4ea6-94e5-9e0001f367e3", "appDisplayName": "Articulate 360", "ipAddress": "13.113.40.157", "status": {"errorCode": 0}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (iPad; CPU iPad OS 9_3_6 like Mac OS X) AppleWebKit/536.1 (KHTML, like Gecko) CriOS/42.0.865.0 Mobile/77O124 Safari/536.1 Edge/99.14477", "deviceDetail": {"deviceId": "a44625dc-6f81-449a-9799-8005f7209b42", "displayName": "ATTACKTARGET-LT", "operatingSystem": "Windows 10", "browser": "Edge 99.14477", "trustType": "Azure AD registered"}, "location": {"city": "Smithfort", "state": "Smithfort", "countryOrRegion": "XR", "geoCoordinates": {"latitude": 3.7564095, "longitude": -121.574606}}, "correlationId": "c24c9404-c3e7-473b-a972-598aecf45eef", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "1152b380-33b0-4b48-a087-7d316964ba91", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 280, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Articulate 360 Online", "resourceId": "436260d5-3791-4aea-a4da-aa698ec35f2f", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 34974, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "AWiy3zheJIPmOfyudlNuWiJc5gzx9gzcQx2Jz1lB1T4H75Gd", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "94b9f3ba-5f4b-4edc-99dc-a420b76960f9", "rngcStatus": 0}}, {"time": "2022-08-10T11:11:00.071759Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "700082", "resultSignature": "None", "resultDescription": "Other", "durationMs": 0, "callerIpAddress": "54.119.29.60", "correlationId": "217748f8-5f16-4657-95ce-ffab2394e849", "identity": "Thomas Price", "Level": 4, "location": "XR", "properties": {"id": "6a5f64c1-1a9a-4556-9496-2d2094618d00", "createdDateTime": "2022-08-10T11:11:00.141759Z", "userDisplayName": "Thomas Price", "userPrincipalName": "tprice@domain.com", "userId": "32109ee2-ee4f-4d11-9c38-2556aec0f2b5", "appId": "9a7e67c7-6f05-42a3-b226-97c7ec3e9696", "appDisplayName": "Adobe Identity Management", "ipAddress": "54.119.29.60", "status": {"errorCode": 700082, "failureReason": "Other"}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (X11; Linux i686) AppleWebKit/535.2 (KHTML, like Gecko) Chrome/22.0.843.0 Safari/535.2 Edge/118.12158", "deviceDetail": {"deviceId": "852272bd-2ab1-474f-a99e-4922ea7031d3", "displayName": "THOMASPRICE-LT", "operatingSystem": "Windows 10", "browser": "Edge 118.12158", "trustType": "Hybrid Azure AD joined"}, "location": {"city": "Port Kimberlytown", "state": "Curtisport", "countryOrRegion": "XR", "geoCoordinates": {"latitude": 26.3152295, "longitude": 147.770404}}, "correlationId": "5fa721a7-d6d6-4753-ad5b-5a6db23ccb5b", "conditionalAccessStatus": "notApplied", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "0287ca90-eb59-4df6-b719-fb40a46fe6c2", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 70, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Adobe Identity Management Service", "resourceId": "30663ca7-f8a9-43ab-8ca1-7906bdbc1485", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 359213, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "EUeQ5bvO1sUdFKvG5y2qyftNxUVi4bYnOf7h7XLTbAiw9IxT", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "a6c259e5-7f16-48b2-a9f3-75becd6daa9b", "rngcStatus": 0}}, {"time": "2022-08-10T11:35:07.105037Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "13.113.40.157", "correlationId": "9a6fec4d-78e6-4add-bc5f-64dfe7f3487b", "identity": "Attack Target", "Level": 4, "location": "XR", "properties": {"id": "49631f69-cc61-4c2e-82a5-314e7f349800", "createdDateTime": "2022-08-10T11:35:07.214037Z", "userDisplayName": "Attack Target", "userPrincipalName": "attacktarget@domain.com", "userId": "d735e84b-dcca-404d-9f7d-700f360f41a6", "appId": "9a7e67c7-6f05-42a3-b226-97c7ec3e9696", "appDisplayName": "Adobe Identity Management", "ipAddress": "13.113.40.157", "ipAddressFromResourceProvider": "13.113.40.157", "status": {"errorCode": 0}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (iPad; CPU iPad OS 9_3_6 like Mac OS X) AppleWebKit/536.1 (KHTML, like Gecko) CriOS/42.0.865.0 Mobile/77O124 Safari/536.1 Edge/99.14477", "deviceDetail": {"deviceId": "a44625dc-6f81-449a-9799-8005f7209b42", "displayName": "ATTACKTARGET-LT", "operatingSystem": "Windows 10", "browser": "Edge 99.14477", "trustType": "Azure AD registered"}, "location": {"city": "Smithfort", "state": "Smithfort", "countryOrRegion": "XR", "geoCoordinates": {"latitude": 3.7564095, "longitude": -121.574606}}, "correlationId": "5b020714-0c3e-48ca-926f-b8005759000f", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "51b31005-ea25-464d-99ba-ba068607e50f", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 109, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Adobe Identity Management Service", "resourceId": "c8eab36d-0a82-409d-8693-a8dabc997921", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 34974, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "gsVgC40ZaYXy0u2CvdplnGkSxEnsUtmuSFRHojeT4GVEdHED", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "2248d3ef-d7b8-4eb2-bd20-fb53f725bfe3", "rngcStatus": 0}}, {"time": "2022-08-10T11:43:44.437469Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "50158", "resultSignature": "None", "resultDescription": "External security challenge was not satisfied.", "durationMs": 0, "callerIpAddress": "44.22.19.201", "correlationId": "a6988208-dc9b-41de-acaf-e83f21002743", "identity": "Thomas Price", "Level": 4, "location": "XN", "properties": {"id": "f0373eef-9706-4141-a5c3-7d36cc0f5f00", "createdDateTime": "2022-08-10T11:43:44.572469Z", "userDisplayName": "Thomas Price", "userPrincipalName": "tprice@domain.com", "userId": "32109ee2-ee4f-4d11-9c38-2556aec0f2b5", "appId": "9a7e67c7-6f05-42a3-b226-97c7ec3e9696", "appDisplayName": "Adobe Identity Management", "ipAddress": "44.22.19.201", "status": {"errorCode": 50158, "failureReason": "External security challenge was not satisfied."}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (X11; Linux i686) AppleWebKit/535.2 (KHTML, like Gecko) Chrome/22.0.843.0 Safari/535.2 Edge/118.12158", "deviceDetail": {"deviceId": "fb4d911d-6441-411b-868f-d25d5586a326", "displayName": "THOMASPRICE-LT", "operatingSystem": "Windows 10", "browser": "Edge 118.12158", "trustType": "Hybrid Azure AD joined"}, "location": {"city": "Littlemouth", "state": "Alexanderfurt", "countryOrRegion": "XN", "geoCoordinates": {"latitude": 25.4437255, "longitude": -109.530885}}, "correlationId": "07a39f82-dd86-43e0-b7c4-80973177df9a", "conditionalAccessStatus": "failure", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "cf1d13e1-d9e1-4d6f-9e68-ae86c993b73a", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 135, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Adobe Identity Management Service", "resourceId": "30663ca7-f8a9-43ab-8ca1-7906bdbc1485", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 230297, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "ixJsov63SQfIaADtYJClddnFSgZiZ01LwfESmP4Hs0iQKy6y", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "a6c259e5-7f16-48b2-a9f3-75becd6daa9b", "rngcStatus": 0}}, {"time": "2022-08-10T11:44:08.482908Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "50158", "resultSignature": "None", "resultDescription": "External security challenge was not satisfied.", "durationMs": 0, "callerIpAddress": "166.105.218.213", "correlationId": "f2ab8bbc-54c4-4dc6-ad8e-298685fdc1ba", "identity": "Thomas Price", "Level": 4, "location": "XR", "properties": {"id": "7ef6a8b9-69c5-4d3b-bfda-03cf37e08200", "createdDateTime": "2022-08-10T11:44:08.600908Z", "userDisplayName": "Thomas Price", "userPrincipalName": "tprice@domain.com", "userId": "32109ee2-ee4f-4d11-9c38-2556aec0f2b5", "appId": "9a7e67c7-6f05-42a3-b226-97c7ec3e9696", "appDisplayName": "Adobe Identity Management", "ipAddress": "166.105.218.213", "status": {"errorCode": 50158, "failureReason": "External security challenge was not satisfied."}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (X11; Linux i686) AppleWebKit/535.2 (KHTML, like Gecko) Chrome/22.0.843.0 Safari/535.2 Edge/118.12158", "deviceDetail": {"deviceId": "81ad31fb-e9be-4498-b1b2-c62f8fae1a77", "displayName": "THOMASPRICE-LT", "operatingSystem": "Windows 10", "browser": "Edge 118.12158", "trustType": "Hybrid Azure AD joined"}, "location": {"city": "Santosborough", "state": "Smithton", "countryOrRegion": "XR", "geoCoordinates": {"latitude": 12.8350355, "longitude": 138.359011}}, "correlationId": "5a8a379c-d0a7-4f3f-866d-aad91dd3212b", "conditionalAccessStatus": "failure", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "d890efc5-c906-420e-bd53-886d10acb556", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 118, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Adobe Identity Management Service", "resourceId": "30663ca7-f8a9-43ab-8ca1-7906bdbc1485", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 256668, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "QhUlbJbxTucLkMZYYmb1wl4KtENH5jYxLqFaWebb1Lor07vN", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "a6c259e5-7f16-48b2-a9f3-75becd6daa9b", "rngcStatus": 0}}, {"time": "2022-08-10T12:00:06.306363Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "156.206.181.119", "correlationId": "489f0f34-a23f-4261-9e6e-e5c643db0603", "identity": "Cynthia Perry", "Level": 4, "location": "XY", "properties": {"id": "49d543cf-3853-413c-83db-9812b4908900", "createdDateTime": "2022-08-10T12:00:06.380363Z", "userDisplayName": "Cynthia Perry", "userPrincipalName": "cperry@domain.com", "userId": "ac5fa380-9d5b-470e-beb2-5ba10aca48e6", "appId": "9de6e985-97a5-4d82-9c45-aedaa9c25ef9", "appDisplayName": "AWS Single-Account Access", "ipAddress": "156.206.181.119", "status": {"errorCode": 0}, "clientAppUsed": "Browser", "deviceDetail": {"deviceId": "", "operatingSystem": "Windows"}, "location": {"city": "Hannaville", "state": "Thomashaven", "countryOrRegion": "XY", "geoCoordinates": {"latitude": 1.1452695, "longitude": 128.249211}}, "correlationId": "7a45bb95-77a2-4f59-b4b9-56abcb9074ee", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "40f35f89-c0a2-4086-b0da-ad7c33341b61", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 74, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "AWS Single-Account Access Service", "resourceId": "9a84f55e-3a40-492c-9476-e069f64ed7a6", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 279165, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "SIvU21rrfIRLvfePkwdRjOXQxOq5sqcdY23NwX7bGlITQQKL", "incomingTokenType": "none", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "37ee873b-f901-4e25-be69-010243106d0f", "rngcStatus": 0}}, {"time": "2022-08-10T12:53:53.137527Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "199.12.127.103", "correlationId": "2b8b462c-bd81-4d1f-a1cd-2530ac0b5ac4", "identity": "Jacob Meyers", "Level": 4, "location": "XG", "properties": {"id": "3d9beed6-c74c-4138-a357-12d6e4079400", "createdDateTime": "2022-08-10T12:53:53.220527Z", "userDisplayName": "Jacob Meyers", "userPrincipalName": "jmeyers@domain.com", "userId": "c63a67b0-1651-4a8a-9560-cc703cdad5ad", "appId": "9a7e67c7-6f05-42a3-b226-97c7ec3e9696", "appDisplayName": "Adobe Identity Management", "ipAddress": "199.12.127.103", "ipAddressFromResourceProvider": "155.96.237.219", "status": {"errorCode": 0}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (iPad; CPU iPad OS 9_3_6 like Mac OS X) AppleWebKit/536.1 (KHTML, like Gecko) CriOS/42.0.865.0 Mobile/77O124 Safari/536.1 Edge/99.14477", "deviceDetail": {"deviceId": "68cb982e-f215-496c-89bb-cc07716ff474", "displayName": "JACOBMEYERS-LT", "operatingSystem": "Windows 10", "browser": "Edge 99.14477", "trustType": "Azure AD registered"}, "location": {"city": "Port Nathan", "state": "Newmanville", "countryOrRegion": "XG", "geoCoordinates": {"latitude": 23.244641, "longitude": -113.392021}}, "correlationId": "fcadaa96-7eab-4d99-9ba9-0705e450e101", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "b8090150-65d4-4862-b7d9-ab67fccbdfe1", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 83, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Adobe Identity Management Service", "resourceId": "c8eab36d-0a82-409d-8693-a8dabc997921", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 282405, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "lr6kFf7JaHmBEvNgTegDBnbeuUfjcIaGfBt6UVFAn3zmIUqC", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "2248d3ef-d7b8-4eb2-bd20-fb53f725bfe3", "rngcStatus": 0}}, {"time": "2022-08-10T13:06:37.328385Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "99.116.100.205", "correlationId": "a6de7622-8fd1-4dc1-9620-771fd6a58916", "identity": "Aaron Cole", "Level": 4, "location": "XD", "properties": {"id": "67cfedd4-2c5a-4b7f-ab0c-0d448948a400", "createdDateTime": "2022-08-10T13:06:37.389385Z", "userDisplayName": "Aaron Cole", "userPrincipalName": "acole@domain.com", "userId": "5d557969-1645-4ba4-be83-b6fd943659f7", "appId": "bc269cd9-8681-4af0-9e76-2a9b4ca24e65", "appDisplayName": "GlassFrog", "ipAddress": "99.116.100.205", "status": {"errorCode": 0}, "clientAppUsed": "Browser", "deviceDetail": {"deviceId": "", "operatingSystem": "Windows", "browser": "Rich Client 4.42.0.0"}, "location": {"city": "Carrollstad", "state": "Norrisbury", "countryOrRegion": "XD", "geoCoordinates": {"latitude": -38.8540465, "longitude": -17.674718}}, "correlationId": "76014b80-ecb7-40dd-b8a9-70365fd72a45", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "739574eb-ee06-4097-922d-e67572dd5184", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 61, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "GlassFrog Service", "resourceId": "099383fe-c9f7-4a82-b599-e6773fd99672", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 214655, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "4QPnB8gR7p4RiEqByZbaxsUEBubkoqAuz4lQeo8p6kD1JOn1", "incomingTokenType": "none", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "89935e77-e093-4c59-91c3-233fcc836127", "rngcStatus": 0}}, {"time": "2022-08-10T13:14:55.891732Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "147.132.189.119", "correlationId": "58de8355-297a-47fc-8c25-bc29c617ea9d", "identity": "Cassie Fernandez", "Level": 4, "location": "XR", "properties": {"id": "091f472c-8c50-486e-b774-16db97725f00", "createdDateTime": "2022-08-10T13:14:56.016732Z", "userDisplayName": "Cassie Fernandez", "userPrincipalName": "cfernandez@domain.com", "userId": "67ef8be6-3f44-4db7-8172-fd6211428c1e", "appId": "2eae4ad1-8cae-48fe-b718-76bd66e2fc7f", "appDisplayName": "Bipsync", "ipAddress": "147.132.189.119", "status": {"errorCode": 0}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (iPad; CPU iPad OS 9_3_6 like Mac OS X) AppleWebKit/536.1 (KHTML, like Gecko) CriOS/42.0.865.0 Mobile/77O124 Safari/536.1 Edge/99.14477", "deviceDetail": {"deviceId": "d5a487a1-ef7d-4960-9723-7fdadce19af3", "displayName": "CASSIEFERNANDEZ-LT", "operatingSystem": "Windows 10", "browser": "Edge 99.14477", "trustType": "Azure AD registered"}, "location": {"city": "Port Denisetown", "state": "Smithton", "countryOrRegion": "XR", "geoCoordinates": {"latitude": 3.5518965, "longitude": 131.871582}}, "correlationId": "80390feb-6ffa-4412-8aa4-2f598d24729e", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "8d88e3e0-dbf8-4f0e-b423-ca85e2fedeb8", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "processingTimeInMilliseconds": 125, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Bipsync Service", "resourceId": "4b482d0a-88be-43f3-a771-aaf19d9bbf70", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 256668, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "U7b4SeitGh5LfNCLnDfbBekX1xYrGJaFKxiRTwRsgebX8iTd", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "b4d48f3a-639f-4f89-a099-2fdd27423d1f"}}, {"time": "2022-08-10T13:18:22.142725Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "147.132.189.119", "correlationId": "1ac1790b-1a30-4adb-b7cf-842b41b450ec", "identity": "Melissa Martin", "Level": 4, "location": "XR", "properties": {"id": "b833bcd2-4c2b-43a0-9673-9bc66a8f7300", "createdDateTime": "2022-08-10T13:18:22.246725Z", "userDisplayName": "Melissa Martin", "userPrincipalName": "mmartin@domain.com", "userId": "632ccb55-03a7-40f4-9893-653527cae790", "appId": "e47a1d38-5f61-45cd-b1b9-bc92f525c598", "appDisplayName": "Altoura", "ipAddress": "147.132.189.119", "status": {"errorCode": 0}, "clientAppUsed": "Browser", "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 12_4_8 like Mac OS X) AppleWebKit/536.2 (KHTML, like Gecko) CriOS/39.0.845.0 Mobile/81S373 Safari/536.2 Edge/40.11827", "deviceDetail": {"deviceId": "", "operatingSystem": "Windows 10", "browser": "Edge 40.11827"}, "location": {"city": "Port Denisetown", "state": "Smithton", "countryOrRegion": "XR", "geoCoordinates": {"latitude": 3.5518965, "longitude": 131.871582}}, "correlationId": "63f84106-7f97-4b4e-9e70-56e555262315", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "01070ba7-384b-4856-8c41-e143d09eccdc", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 104, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Altoura Online", "resourceId": "f0630e90-b752-4960-bfb9-a0794fc34930", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 256668, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "YVqa8MZQ1zEMEMaivpM8KpHvdKMBu5UfW9b9xnda8gQiyO5V", "incomingTokenType": "none", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "1f37c851-4be4-455b-928a-fbde7845a68a", "rngcStatus": 0}}, {"time": "2022-08-10T13:25:05.782020Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "50158", "resultSignature": "None", "resultDescription": "External security challenge was not satisfied.", "durationMs": 0, "callerIpAddress": "147.132.189.119", "correlationId": "5592b72c-7de8-46fe-9ff8-cf39f8d1d9ca", "identity": "Cassie Fernandez", "Level": 4, "location": "XR", "properties": {"id": "8c15fcd6-e5ab-490e-8c73-4d9a41c15300", "createdDateTime": "2022-08-10T13:25:05.924020Z", "userDisplayName": "Cassie Fernandez", "userPrincipalName": "cfernandez@domain.com", "userId": "67ef8be6-3f44-4db7-8172-fd6211428c1e", "appId": "79510a8f-6421-4348-a2ea-bcc2b02485c1", "appDisplayName": "Cisco AnyConnect", "ipAddress": "147.132.189.119", "status": {"errorCode": 50158, "failureReason": "External security challenge was not satisfied."}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (iPad; CPU iPad OS 9_3_6 like Mac OS X) AppleWebKit/536.1 (KHTML, like Gecko) CriOS/42.0.865.0 Mobile/77O124 Safari/536.1 Edge/99.14477", "deviceDetail": {"deviceId": "bf67c857-685a-4457-89c4-db2afa581bd2", "displayName": "CASSIEFERNANDEZ-LT", "operatingSystem": "Windows 10", "browser": "Edge 99.14477", "trustType": "Hybrid Azure AD joined"}, "location": {"city": "Port Denisetown", "state": "Smithton", "countryOrRegion": "XR", "geoCoordinates": {"latitude": 3.5518965, "longitude": 131.871582}}, "correlationId": "818ce8cc-d55f-4b25-904f-c93e6afc7eee", "conditionalAccessStatus": "failure", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "93460fd8-6681-42fe-a161-96b59e4876ec", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 142, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Cisco AnyConnect Online", "resourceId": "5d5b8d28-6a28-472e-b837-a4094e466965", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 256668, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "eKoGRbeushmfJYQAVUiPticLjdc6ATKzmwOsqsHI9kGNsMNe", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "15655e1f-5005-4c53-b3c0-c4a1d1ca5e9e", "rngcStatus": 0}}, {"time": "2022-08-10T13:36:18.347019Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "50158", "resultSignature": "None", "resultDescription": "External security challenge was not satisfied.", "durationMs": 0, "callerIpAddress": "42.62.103.34", "correlationId": "98dc6b68-9149-4661-9635-539a7493eaf3", "identity": "Joseph Taylor", "Level": 4, "location": "XF", "properties": {"id": "140cf565-4047-4e65-9531-8c3c30945100", "createdDateTime": "2022-08-10T13:36:18.445019Z", "userDisplayName": "Joseph Taylor", "userPrincipalName": "jtaylor@domain.com", "userId": "af9847eb-c773-41ae-bf94-42747c5e986c", "appId": "99190773-7529-426f-b498-cb936b6504ab", "appDisplayName": "Linux Foundation Training", "ipAddress": "42.62.103.34", "status": {"errorCode": 50158, "failureReason": "External security challenge was not satisfied."}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (iPad; CPU iPad OS 9_3_6 like Mac OS X) AppleWebKit/536.1 (KHTML, like Gecko) CriOS/42.0.865.0 Mobile/77O124 Safari/536.1 Edge/99.14477", "deviceDetail": {"deviceId": "76b96bd3-e5d7-49ee-b195-bf363facdb3d", "displayName": "JOSEPHTAYLOR-LT", "operatingSystem": "Windows 10", "browser": "Edge 99.14477", "isCompliant": true, "isManaged": true, "trustType": "Azure AD joined"}, "location": {"city": "Jessicafurt", "state": "Smithbury", "countryOrRegion": "XF", "geoCoordinates": {"latitude": 17.5082395, "longitude": -115.304215}}, "correlationId": "763a69f0-fd6f-47cb-bacd-28562a99c03c", "conditionalAccessStatus": "failure", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "a564d723-6f76-49f2-9045-d877e748fbef", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "processingTimeInMilliseconds": 98, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Linux Foundation Training Service", "resourceId": "23d8eebf-9978-46f0-940b-ae289d18dc9a", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 393508, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "shlmq4UBWQW69lzorZSy07bv6iftoWpPufxVQ5ehrHizCIc9", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "93de1a95-6b22-4357-a7b5-675c4205561a"}}, {"time": "2022-08-10T13:44:26.077570Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "156.206.181.119", "correlationId": "1f3a9471-f32b-456f-a0dc-c2e9317a9008", "identity": "Cynthia Perry", "Level": 4, "location": "XY", "properties": {"id": "8df1cc0f-951a-4b64-867c-236194fe6400", "createdDateTime": "2022-08-10T13:44:26.161570Z", "userDisplayName": "Cynthia Perry", "userPrincipalName": "cperry@domain.com", "userId": "ac5fa380-9d5b-470e-beb2-5ba10aca48e6", "appId": "9a7e67c7-6f05-42a3-b226-97c7ec3e9696", "appDisplayName": "Adobe Identity Management", "ipAddress": "156.206.181.119", "status": {"errorCode": 0}, "clientAppUsed": "Mobile Apps and Desktop clients", "deviceDetail": {"deviceId": "", "operatingSystem": "Windows 10", "browser": "Rich Client v3.4.1.35249"}, "location": {"city": "Hannaville", "state": "Thomashaven", "countryOrRegion": "XY", "geoCoordinates": {"latitude": 1.1452695, "longitude": 128.249211}}, "correlationId": "fdef96c0-b9c0-4ece-a69e-bbc67d67e5bf", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "2acfe924-85d3-4d06-b090-9a569f645d18", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 84, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Adobe Identity Management Service", "resourceId": "c4baffed-f90a-4ef3-84b1-d08d189a41c0", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 279165, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "SJ9oatsJDhLTJH6KEhAaFONVxgSdKjdCmylWCznZGzRUDX6T", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "64850142-3730-4958-94ec-3cf3a39cf409", "rngcStatus": 0}}, {"time": "2022-08-10T13:47:30.458450Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "50158", "resultSignature": "None", "resultDescription": "External security challenge was not satisfied.", "durationMs": 0, "callerIpAddress": "44.22.19.201", "correlationId": "6d10dd74-88af-4163-99e4-68c502a51030", "identity": "Thomas Price", "Level": 4, "location": "XN", "properties": {"id": "adaecd29-d27b-47bd-bda0-f9ce897a6f00", "createdDateTime": "2022-08-10T13:47:30.580450Z", "userDisplayName": "Thomas Price", "userPrincipalName": "tprice@domain.com", "userId": "32109ee2-ee4f-4d11-9c38-2556aec0f2b5", "appId": "9a7e67c7-6f05-42a3-b226-97c7ec3e9696", "appDisplayName": "Adobe Identity Management", "ipAddress": "44.22.19.201", "status": {"errorCode": 50158, "failureReason": "External security challenge was not satisfied."}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (X11; Linux i686) AppleWebKit/535.2 (KHTML, like Gecko) Chrome/22.0.843.0 Safari/535.2 Edge/118.12158", "deviceDetail": {"deviceId": "fb4d911d-6441-411b-868f-d25d5586a326", "displayName": "THOMASPRICE-LT", "operatingSystem": "Windows 10", "browser": "Edge 118.12158", "trustType": "Hybrid Azure AD joined"}, "location": {"city": "Littlemouth", "state": "Alexanderfurt", "countryOrRegion": "XN", "geoCoordinates": {"latitude": 25.4437255, "longitude": -109.530885}}, "correlationId": "f5c6b310-57f6-4b61-804c-6fa451dd9c4b", "conditionalAccessStatus": "failure", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "70599fe0-6ee8-4997-8d17-522db45418e4", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 122, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Adobe Identity Management Service", "resourceId": "30663ca7-f8a9-43ab-8ca1-7906bdbc1485", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 230297, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "TD8G9TeI1whs2Wv1PIcQijnn0gkyaWPVIY7FTeOGMWE9tuBW", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "a6c259e5-7f16-48b2-a9f3-75becd6daa9b", "rngcStatus": 0}}, {"time": "2022-08-10T13:48:45.781340Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "147.132.189.119", "correlationId": "1a4265f6-d7c8-4034-ba20-24d97c43050b", "identity": "Terry Proctor", "Level": 4, "location": "XR", "properties": {"id": "c4e18eba-fde1-4935-9777-9ad567296100", "createdDateTime": "2022-08-10T13:48:45.881340Z", "userDisplayName": "Terry Proctor", "userPrincipalName": "tproctor@domain.com", "userId": "03110cc5-e54f-4dae-b68a-bf5d945f8152", "appId": "895b9fb3-4084-4f9f-a314-d082d67e3c5c", "appDisplayName": "Airstack", "ipAddress": "147.132.189.119", "status": {"errorCode": 0, "additionalDetails": "MFA requirement satisfied by claim in the token"}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (X11; Linux i686) AppleWebKit/532.0 (KHTML, like Gecko) Chrome/46.0.883.0 Safari/532.0 Edge/98.10206", "deviceDetail": {"deviceId": "88ee69d5-1eb7-4f29-b594-e9b4e3371940", "displayName": "TERRYPROCTOR-LT", "operatingSystem": "Windows 10", "browser": "Edge 98.10206", "isCompliant": true, "isManaged": true, "trustType": "Azure AD joined"}, "location": {"city": "Port Denisetown", "state": "Smithton", "countryOrRegion": "XR", "geoCoordinates": {"latitude": 3.5518965, "longitude": 131.871582}}, "mfaDetail": {}, "correlationId": "3de42df1-6261-4e55-8d0a-7263d2fb6bd8", "conditionalAccessStatus": "notApplied", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "c7f3f75e-0677-4951-9445-7e2f3fac87a7", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 100, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceId": "c4c8fb66-35f5-48ec-b144-f3265b97332f", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 256668, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "Fm2viRaQcrhD2v83yc2demuBTSjZbZRGudPkkZtlaVwHZq9t", "incomingTokenType": "none", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "90a2e5d2-fd7a-4a2e-bc90-3dc50ae8e3ee", "rngcStatus": 0}}, {"time": "2022-08-10T13:53:07.113446Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "156.206.181.119", "correlationId": "5adb6845-f7e5-492a-a1b7-65bfa7a083de", "identity": "Cynthia Perry", "Level": 4, "location": "XY", "properties": {"id": "216ffce3-7ff0-474b-bd97-34a4bb076c00", "createdDateTime": "2022-08-10T13:53:07.220446Z", "userDisplayName": "Cynthia Perry", "userPrincipalName": "cperry@domain.com", "userId": "ac5fa380-9d5b-470e-beb2-5ba10aca48e6", "appId": "9de6e985-97a5-4d82-9c45-aedaa9c25ef9", "appDisplayName": "AWS Single-Account Access", "ipAddress": "156.206.181.119", "status": {"errorCode": 0}, "clientAppUsed": "Browser", "deviceDetail": {"deviceId": "", "operatingSystem": "Windows"}, "location": {"city": "Hannaville", "state": "Thomashaven", "countryOrRegion": "XY", "geoCoordinates": {"latitude": 1.1452695, "longitude": 128.249211}}, "correlationId": "f650965c-7d86-4427-a11f-2ecf090702a4", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "cc7bc9a4-9904-4985-b1a7-61223919ba4f", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 107, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "AWS Single-Account Access Service", "resourceId": "f0630e90-b752-4960-bfb9-a0794fc34930", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 279165, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "QaTMvF0M60ur9ePKimygr5szEaydYGv2O1FVPE8g4kreXJlm", "incomingTokenType": "none", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "1f37c851-4be4-455b-928a-fbde7845a68a", "rngcStatus": 0}}, {"time": "2022-08-10T13:56:32.619266Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "44.22.19.201", "correlationId": "dcb7a707-2144-4124-82a4-663dbdd7af65", "identity": "David Johnson", "Level": 4, "location": "XN", "properties": {"id": "8118c4f3-cea7-4654-8492-63530d64a100", "createdDateTime": "2022-08-10T13:56:32.761266Z", "userDisplayName": "David Johnson", "userPrincipalName": "djohnson@domain.com", "userId": "ff2ae3d2-8cd2-4bd6-b65d-49c5ad946c7f", "appId": "9003b8ba-730c-412d-8972-267700304e01", "appDisplayName": "Box", "ipAddress": "44.22.19.201", "status": {"errorCode": 0}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (iPad; CPU iPad OS 9_3_6 like Mac OS X) AppleWebKit/536.1 (KHTML, like Gecko) CriOS/42.0.865.0 Mobile/77O124 Safari/536.1 Edge/99.14477", "deviceDetail": {"deviceId": "717ebe00-a5eb-412e-97b6-7b8ab7cfbc02", "displayName": "DAVIDJOHNSON-LT", "operatingSystem": "Windows 10", "browser": "Edge 99.14477", "trustType": "Azure AD registered"}, "location": {"city": "Littlemouth", "state": "Alexanderfurt", "countryOrRegion": "XN", "geoCoordinates": {"latitude": 25.4437255, "longitude": -109.530885}}, "correlationId": "461c2ae7-0952-4bf2-89f3-d22f44953751", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "6b39f2ff-d584-478a-8d66-85a2b5f563c7", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 142, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Box Online", "resourceId": "d2c09315-f769-4fc6-9be8-f57cf8efa9cc", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 230297, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "vT4HBVzAHs4DnNI7dinl3ttD929Qx7AmTCx8ssuGOeCpXvVJ", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": null, "rngcStatus": 0}}, {"time": "2022-08-10T13:59:01.677724Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "156.206.181.119", "correlationId": "d0ce063c-271e-4d4d-a137-8e59e78d955b", "identity": "Cynthia Perry", "Level": 4, "location": "XY", "properties": {"id": "1cd5ccc5-a4e9-487c-82c8-57d994dd6a00", "createdDateTime": "2022-08-10T13:59:01.817724Z", "userDisplayName": "Cynthia Perry", "userPrincipalName": "cperry@domain.com", "userId": "ac5fa380-9d5b-470e-beb2-5ba10aca48e6", "appId": "9de6e985-97a5-4d82-9c45-aedaa9c25ef9", "appDisplayName": "AWS Single-Account Access", "ipAddress": "156.206.181.119", "status": {"errorCode": 0}, "clientAppUsed": "Browser", "deviceDetail": {"deviceId": "", "operatingSystem": "Windows"}, "location": {"city": "Hannaville", "state": "Thomashaven", "countryOrRegion": "XY", "geoCoordinates": {"latitude": 1.1452695, "longitude": 128.249211}}, "correlationId": "ab4e9f38-cc60-4932-88ab-6d5cb6162a97", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "0a8fc0be-e421-4c20-a48f-c0c2458be4c0", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 140, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "AWS Single-Account Access Service", "resourceId": "f0630e90-b752-4960-bfb9-a0794fc34930", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 279165, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "LPgDw4w2qMurMWFZCFRhV5K5qfH34tngcsyemSY4aU9CWliw", "incomingTokenType": "none", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "1f37c851-4be4-455b-928a-fbde7845a68a", "rngcStatus": 0}}, {"time": "2022-08-10T14:14:02.582309Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "13.113.40.157", "correlationId": "f72728a0-31da-4f78-9158-845ae62529e1", "identity": "Attack Target", "Level": 4, "location": "XR", "properties": {"id": "5e4e730b-8d3c-4dbc-a1a3-d71220c35400", "createdDateTime": "2022-08-10T14:14:02.848309Z", "userDisplayName": "Attack Target", "userPrincipalName": "attacktarget@domain.com", "userId": "d735e84b-dcca-404d-9f7d-700f360f41a6", "appId": "9c5b7fe3-0ad2-4ea6-94e5-9e0001f367e3", "appDisplayName": "Articulate 360", "ipAddress": "13.113.40.157", "status": {"errorCode": 0}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (iPad; CPU iPad OS 9_3_6 like Mac OS X) AppleWebKit/536.1 (KHTML, like Gecko) CriOS/42.0.865.0 Mobile/77O124 Safari/536.1 Edge/99.14477", "deviceDetail": {"deviceId": "a44625dc-6f81-449a-9799-8005f7209b42", "displayName": "ATTACKTARGET-LT", "operatingSystem": "Windows 10", "browser": "Edge 99.14477", "trustType": "Azure AD registered"}, "location": {"city": "New John", "state": "Smithfort", "countryOrRegion": "XR", "geoCoordinates": {"latitude": -89.144242, "longitude": 168.119022}}, "correlationId": "7b569a87-39d3-4dd5-9afd-cc3357145c25", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "6158d075-dcdb-4bb3-8c06-f4259bfed3ff", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "processingTimeInMilliseconds": 266, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Articulate 360 Online", "resourceId": "436260d5-3791-4aea-a4da-aa698ec35f2f", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 34974, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "np7lZNzlrTPJuIrKxWVv07UTRxM0TOjijb4frClXnlKaIPij", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "94b9f3ba-5f4b-4edc-99dc-a420b76960f9"}}, {"time": "2022-08-10T14:16:28.576990Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "42.62.103.34", "correlationId": "a89bcca5-84b1-4d77-b7fb-d5f5a560e8b1", "identity": "Joseph Taylor", "Level": 4, "location": "XF", "properties": {"id": "3e4015a7-fc3f-46ab-bde5-2cd82bbe6d00", "createdDateTime": "2022-08-10T14:16:28.680990Z", "userDisplayName": "Joseph Taylor", "userPrincipalName": "jtaylor@domain.com", "userId": "af9847eb-c773-41ae-bf94-42747c5e986c", "appId": "dbe6b779-13df-45f2-a6d7-1323485479f6", "appDisplayName": "Cisco Webex", "ipAddress": "42.62.103.34", "status": {"errorCode": 0, "additionalDetails": "MFA requirement satisfied by claim in the token"}, "clientAppUsed": "Browser", "deviceDetail": {"deviceId": "76b96bd3-e5d7-49ee-b195-bf363facdb3d", "displayName": "JOSEPHTAYLOR-LT", "operatingSystem": "Windows10", "browser": "Rich Client 4.38.0.0", "isCompliant": true, "isManaged": true, "trustType": "Azure AD joined"}, "location": {"city": "Jessicafurt", "state": "Smithbury", "countryOrRegion": "XF", "geoCoordinates": {"latitude": 17.5082395, "longitude": -115.304215}}, "mfaDetail": {}, "correlationId": "57a95a57-7fb2-47e9-b0ad-55d50803a227", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "a26f62f7-0cb5-4b00-b6d2-e78ff1265d30", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 104, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Cisco Webex Service", "resourceId": "24578515-1951-4064-967d-0d2acaf0aa70", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 393508, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "bT05hjb41jjHfCprZvuinJlaZLFqdZdsQ8q0Q8FMsyrIgSGM", "incomingTokenType": "none", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "0e68752b-7dfa-400b-a6f5-1b54af90696a", "rngcStatus": 0}}, {"time": "2022-08-10T14:50:01.145022Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "22.42.248.243", "correlationId": "e56c4be7-db60-404f-95de-551f9e5aa2a9", "identity": "Melissa Martin", "Level": 4, "location": "XR", "properties": {"id": "d3f6133c-40ae-4464-a6cd-9ee99dc56700", "createdDateTime": "2022-08-10T14:50:01.226022Z", "userDisplayName": "Melissa Martin", "userPrincipalName": "mmartin@domain.com", "userId": "632ccb55-03a7-40f4-9893-653527cae790", "appId": "9167c284-c68f-468a-84be-0ee4f23879fe", "appDisplayName": "ArcGIS Enterprise", "ipAddress": "22.42.248.243", "status": {"errorCode": 0}, "clientAppUsed": "Mobile Apps and Desktop clients", "deviceDetail": {"deviceId": "", "operatingSystem": "Ios", "browser": "Mobile Safari"}, "location": {"city": "Port Denisetown", "state": "Smithton", "countryOrRegion": "XR", "geoCoordinates": {"latitude": 40.136047, "longitude": 44.514491}}, "correlationId": "9dae2314-674c-4458-9b0d-ef0d7a6a15fe", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "090ac8f1-3cee-4652-a98f-03dd8fdcdad8", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 81, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "ArcGIS Enterprise Service", "resourceId": "9a84f55e-3a40-492c-9476-e069f64ed7a6", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 432564, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "CWDj3PvHsOKArJ5QMQ97ju0CQwdbO5AcMB0QePxKCM9T33re", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "37ee873b-f901-4e25-be69-010243106d0f", "rngcStatus": 0}}, {"time": "2022-08-10T14:57:08.643786Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "134.219.180.76", "correlationId": "65168021-2455-44a6-b1fd-a27fe2e59cb4", "identity": "Joseph Taylor", "Level": 4, "location": "XF", "properties": {"id": "5259cb5f-38c9-4c6a-8382-7d4685c96a00", "createdDateTime": "2022-08-10T14:57:08.784786Z", "userDisplayName": "Joseph Taylor", "userPrincipalName": "jtaylor@domain.com", "userId": "af9847eb-c773-41ae-bf94-42747c5e986c", "appId": "84f18b4b-ae12-484a-847f-f3e36093594a", "appDisplayName": "Slack", "ipAddress": "134.219.180.76", "status": {"errorCode": 0, "additionalDetails": "MFA requirement satisfied by claim in the token"}, "clientAppUsed": "Browser", "deviceDetail": {"deviceId": "76b96bd3-e5d7-49ee-b195-bf363facdb3d", "displayName": "JOSEPHTAYLOR-LT", "operatingSystem": "Windows", "isCompliant": true, "isManaged": true, "trustType": "Azure AD joined"}, "location": {"city": "Mannville", "state": "Porterside", "countryOrRegion": "XF", "geoCoordinates": {"latitude": -50.9955705, "longitude": 104.613841}}, "mfaDetail": {}, "correlationId": "7ea6fea1-2879-424c-951c-91d14631bdcc", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "2fb34d33-b3a8-447e-8baf-2f8f590f0baa", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 141, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Slack Service", "resourceId": "bca2b487-3a6c-440f-b1b7-a15b02771ad0", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 124400, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "ofBy7NcjyZnA8sODruCFWbtC45DZJoIIkx1ukL7FnMCJKPxs", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "4da47dd4-556d-4ba4-9847-c1850930ab5e", "rngcStatus": 0}}, {"time": "2022-08-10T15:22:39.506538Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "105.169.153.183", "correlationId": "6cdd82b4-1bad-43dc-88b3-1a922f1aeb85", "identity": "Jim Gonzalez", "Level": 4, "location": "XR", "properties": {"id": "4c995af8-3e38-4dcb-9141-ed01a40f6600", "createdDateTime": "2022-08-10T15:22:39.696538Z", "userDisplayName": "Jim Gonzalez", "userPrincipalName": "jgonzalez@domain.com", "userId": "95090045-a9c5-489c-adee-2db430a3333a", "appId": "2eae4ad1-8cae-48fe-b718-76bd66e2fc7f", "appDisplayName": "Bipsync", "ipAddress": "105.169.153.183", "status": {"errorCode": 0}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (Windows NT 4.0) AppleWebKit/532.1 (KHTML, like Gecko) Chrome/38.0.801.0 Safari/532.1 Edge/19.15284", "deviceDetail": {"deviceId": "15135d1f-cb47-4bd8-b76d-90a9171c09bd", "displayName": "JIMGONZALEZ-LT", "operatingSystem": "Windows 10", "browser": "Edge 19.15284", "trustType": "Azure AD registered"}, "location": {"city": "Kevinton", "state": "Smithton", "countryOrRegion": "XR", "geoCoordinates": {"latitude": -87.5106305, "longitude": -77.991036}}, "correlationId": "b0daa2e9-01f0-46f4-a25e-e37cd4c64b38", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "80d06786-0f2e-470b-97cb-5224b84349bc", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 190, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Bipsync Service", "resourceId": "819aa3ed-3b63-4925-8388-0b8d41022941", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 256668, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "Rf06ewe7P8uENk4TxLus5yx7PXFsrLQwAfG1HvdKREwEOqey", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "7f0c9abd-8b0d-4973-8675-a495454c0c86", "rngcStatus": 0}}, {"time": "2022-08-10T15:44:11.732996Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "50158", "resultSignature": "None", "resultDescription": "External security challenge was not satisfied.", "durationMs": 0, "callerIpAddress": "147.132.189.119", "correlationId": "9b9e1420-ba78-4c96-87ba-58c3a0d4fe12", "identity": "Cassie Fernandez", "Level": 4, "location": "XR", "properties": {"id": "2ec58a60-47cc-4e67-815d-e9da31e75e00", "createdDateTime": "2022-08-10T15:44:11.850996Z", "userDisplayName": "Cassie Fernandez", "userPrincipalName": "cfernandez@domain.com", "userId": "67ef8be6-3f44-4db7-8172-fd6211428c1e", "appId": "79510a8f-6421-4348-a2ea-bcc2b02485c1", "appDisplayName": "Cisco AnyConnect", "ipAddress": "147.132.189.119", "status": {"errorCode": 50158, "failureReason": "External security challenge was not satisfied."}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (iPad; CPU iPad OS 9_3_6 like Mac OS X) AppleWebKit/536.1 (KHTML, like Gecko) CriOS/42.0.865.0 Mobile/77O124 Safari/536.1 Edge/99.14477", "deviceDetail": {"deviceId": "bf67c857-685a-4457-89c4-db2afa581bd2", "displayName": "CASSIEFERNANDEZ-LT", "operatingSystem": "Windows 10", "browser": "Edge 99.14477", "trustType": "Hybrid Azure AD joined"}, "location": {"city": "Port Denisetown", "state": "Smithton", "countryOrRegion": "XR", "geoCoordinates": {"latitude": 3.5518965, "longitude": 131.871582}}, "correlationId": "b2e89f0c-37f1-48db-917b-2351997801d3", "conditionalAccessStatus": "failure", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "7a8d8c7d-fc68-4e39-a16c-2809e29ce292", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "processingTimeInMilliseconds": 118, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Cisco AnyConnect Online", "resourceId": "5d5b8d28-6a28-472e-b837-a4094e466965", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 256668, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "xJZE6oBKoa2ANqQT8N7bNkXRqb9m0WL83Oi9T1bHOtIhEWo5", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "15655e1f-5005-4c53-b3c0-c4a1d1ca5e9e"}}, {"time": "2022-08-10T16:00:44.334432Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "SignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "205.33.24.92", "correlationId": "5ea73c31-ca22-48a6-97ec-b29bcf051ee6", "identity": "Aaron Cole", "Level": 4, "location": "XD", "properties": {"id": "5e327247-139b-4579-a477-0876dd588d00", "createdDateTime": "2022-08-10T16:00:44.410432Z", "userDisplayName": "Aaron Cole", "userPrincipalName": "acole@domain.com", "userId": "5d557969-1645-4ba4-be83-b6fd943659f7", "appId": "9d64cdda-8fe1-424a-8325-912d9d512004", "appDisplayName": "Help Scout", "ipAddress": "205.33.24.92", "status": {"errorCode": 0}, "clientAppUsed": "Browser", "userAgent": "Mozilla/5.0 (X11; Linux i686) AppleWebKit/536.2 (KHTML, like Gecko) Chrome/22.0.877.0 Safari/536.2", "deviceDetail": {"deviceId": "", "operatingSystem": "Windows 10", "browser": "Chrome 22.0.877.0"}, "location": {"city": "Kristinmouth", "state": "Norrisbury", "countryOrRegion": "XD", "geoCoordinates": {"latitude": 26.278784, "longitude": -92.042573}}, "correlationId": "4d17527a-e2b8-4d91-a169-34d5e51f98cf", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "833d42db-fd0e-408d-a1b0-f5699b958886", "isInteractive": true, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 76, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Help Scout Service", "resourceId": "f0630e90-b752-4960-bfb9-a0794fc34930", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 214655, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "BI3GsyCgP9rYmz2MB4kpriwtjXoMhhQiqsHKz0bkKLkGa7iy", "incomingTokenType": "none", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "1f37c851-4be4-455b-928a-fbde7845a68a", "rngcStatus": 0}}, {"time": "2022-08-10T16:04:33.571844Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "86.154.193.190", "correlationId": "93e82e4e-7b0b-4819-a489-e9966e021fb1", "identity": "Jamie Watson", "Level": 4, "location": "XR", "properties": {"id": "dafafffb-9e45-4fd2-84a0-bf45223c6d00", "createdDateTime": "2022-08-10T16:04:33.677844Z", "userDisplayName": "Jamie Watson", "userPrincipalName": "jwatson@domain.com", "userId": "2844695b-9a70-48ed-a5ce-f3d711e2292b", "appId": "2eae4ad1-8cae-48fe-b718-76bd66e2fc7f", "appDisplayName": "Bipsync", "ipAddress": "86.154.193.190", "status": {"errorCode": 0}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (X11; Linux i686) AppleWebKit/533.0 (KHTML, like Gecko) Chrome/24.0.803.0 Safari/533.0 Edge/40.11325", "deviceDetail": {"deviceId": "fc784602-6455-4450-be3c-6770e0359f8a", "displayName": "JAMIEWATSON-LT", "operatingSystem": "Windows 10", "browser": "Edge 40.11325", "isCompliant": true, "isManaged": true, "trustType": "Azure AD joined"}, "location": {"city": "Port Denisetown", "state": "Smithton", "countryOrRegion": "XR", "geoCoordinates": {"latitude": 3.5518965, "longitude": 131.871582}}, "correlationId": "7197ba50-0c52-42cf-9e67-3c1890e9e4de", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "dcfc6bda-7ef6-45ce-aa92-e51373c790c5", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 106, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Bipsync Service", "resourceId": "9a84f55e-3a40-492c-9476-e069f64ed7a6", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 256668, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "8tZXLXEuGJz9paGNUlOMVBS3rAbdx7UyYfwRI57a4juWt0dB", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "37ee873b-f901-4e25-be69-010243106d0f", "rngcStatus": 0}}, {"time": "2022-08-10T16:13:37.621773Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "205.33.24.92", "correlationId": "2af4d1af-5a68-469c-8362-0e4fae5b5396", "identity": "Vanessa Ramirez", "Level": 4, "location": "XD", "properties": {"id": "f4fa1a63-e0af-4531-86dc-163a8b446d00", "createdDateTime": "2022-08-10T16:13:37.882773Z", "userDisplayName": "Vanessa Ramirez", "userPrincipalName": "vramirez@domain.com", "userId": "5d72b7ed-62ea-4b94-b931-ccef65d71ebd", "appId": "9de6e985-97a5-4d82-9c45-aedaa9c25ef9", "appDisplayName": "AWS Single-Account Access", "ipAddress": "205.33.24.92", "status": {"errorCode": 0}, "clientAppUsed": "Browser", "deviceDetail": {"deviceId": "e395a3f4-8f2d-4170-804f-d3e13ce3151b", "displayName": "VANESSARAMIREZ-LT", "operatingSystem": "Windows", "trustType": "Azure AD registered"}, "location": {"city": "Kristinmouth", "state": "Norrisbury", "countryOrRegion": "XD", "geoCoordinates": {"latitude": 26.278784, "longitude": -92.042573}}, "correlationId": "892decb6-f706-43c6-a6b0-719e095bc3d3", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "3f983eee-09b2-4c2f-9971-13508ba12251", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 261, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "AWS Single-Account Access Service", "resourceId": "c65cf5f9-5537-4200-889e-381c4f60ca7d", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 214655, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "9vwiJQKVgoQqXslfp7O7TQYRbxZXhKuECKG0Bch1tcVCKsWv", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": null, "rngcStatus": 0}}, {"time": "2022-08-10T16:28:45.005817Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "50158", "resultSignature": "None", "resultDescription": "External security challenge was not satisfied.", "durationMs": 0, "callerIpAddress": "44.22.19.201", "correlationId": "728eb1dc-7e40-41f1-b658-0045010fb695", "identity": "Thomas Price", "Level": 4, "location": "XN", "properties": {"id": "bda3243b-e692-4956-ba3d-d3405aed7300", "createdDateTime": "2022-08-10T16:28:45.148817Z", "userDisplayName": "Thomas Price", "userPrincipalName": "tprice@domain.com", "userId": "32109ee2-ee4f-4d11-9c38-2556aec0f2b5", "appId": "9a7e67c7-6f05-42a3-b226-97c7ec3e9696", "appDisplayName": "Adobe Identity Management", "ipAddress": "44.22.19.201", "status": {"errorCode": 50158, "failureReason": "External security challenge was not satisfied."}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (X11; Linux i686) AppleWebKit/535.2 (KHTML, like Gecko) Chrome/22.0.843.0 Safari/535.2 Edge/118.12158", "deviceDetail": {"deviceId": "a31478d2-f778-4d5a-b081-22579a9edcbe", "displayName": "THOMASPRICE-LT", "operatingSystem": "Windows 10", "browser": "Edge 118.12158", "trustType": "Hybrid Azure AD joined"}, "location": {"city": "Littlemouth", "state": "Alexanderfurt", "countryOrRegion": "XN", "geoCoordinates": {"latitude": 25.4437255, "longitude": -109.530885}}, "correlationId": "23ea0776-70be-4ff3-96bc-db55ee688596", "conditionalAccessStatus": "failure", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "a9cd0c6d-8da1-4b4d-af2e-455d6646e86a", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 143, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Adobe Identity Management Service", "resourceId": "30663ca7-f8a9-43ab-8ca1-7906bdbc1485", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 230297, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "z7fwjSmA8w2VfEpftGHsfanElsvwgamsOEAg05RduTaH0CTT", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "a6c259e5-7f16-48b2-a9f3-75becd6daa9b", "rngcStatus": 0}}, {"time": "2022-08-10T16:31:14.932926Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "86.154.193.190", "correlationId": "cb571bd7-96e4-431d-b7aa-5ba32baf7215", "identity": "Jamie Watson", "Level": 4, "location": "XR", "properties": {"id": "10851c42-cb04-4202-b7bb-75c7c33e9800", "createdDateTime": "2022-08-10T16:31:15.014926Z", "userDisplayName": "Jamie Watson", "userPrincipalName": "jwatson@domain.com", "userId": "2844695b-9a70-48ed-a5ce-f3d711e2292b", "appId": "2eae4ad1-8cae-48fe-b718-76bd66e2fc7f", "appDisplayName": "Bipsync", "ipAddress": "86.154.193.190", "status": {"errorCode": 0}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (X11; Linux i686) AppleWebKit/533.0 (KHTML, like Gecko) Chrome/24.0.803.0 Safari/533.0 Edge/40.11325", "deviceDetail": {"deviceId": "fc784602-6455-4450-be3c-6770e0359f8a", "displayName": "JAMIEWATSON-LT", "operatingSystem": "Windows 10", "browser": "Edge 40.11325", "isCompliant": true, "isManaged": true, "trustType": "Azure AD joined"}, "location": {"city": "Port Denisetown", "state": "Smithton", "countryOrRegion": "XR", "geoCoordinates": {"latitude": 3.5518965, "longitude": 131.871582}}, "correlationId": "aef4648f-08b1-49d0-899c-424f043b9c42", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "7da362a0-cd8a-4e21-8276-3c652c26c0d4", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 82, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Bipsync Service", "resourceId": "9a84f55e-3a40-492c-9476-e069f64ed7a6", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 256668, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "W57pIX4Rz5SznzJGGAP6WjS0u5FqW6juD6qwlHtSKJ1UaFNk", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "37ee873b-f901-4e25-be69-010243106d0f", "rngcStatus": 0}}, {"time": "2022-08-10T16:58:01.571951Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "63.94.19.180", "correlationId": "05594a0d-aa17-4e55-a2c9-804ef9c4a009", "identity": "Vanessa Ramirez", "Level": 4, "location": "XD", "properties": {"id": "5e327247-139b-4579-a477-08769fa89600", "createdDateTime": "2022-08-10T16:58:01.656951Z", "userDisplayName": "Vanessa Ramirez", "userPrincipalName": "vramirez@domain.com", "userId": "5d72b7ed-62ea-4b94-b931-ccef65d71ebd", "appId": "9d794ea1-8d77-42e3-9fdd-6fd3620d616a", "appDisplayName": "Alaya", "ipAddress": "63.94.19.180", "status": {"errorCode": 0}, "clientAppUsed": "Mobile Apps and Desktop clients", "deviceDetail": {"deviceId": "", "operatingSystem": "MacOs"}, "location": {"city": "New James", "state": "Norrisbury", "countryOrRegion": "XD", "geoCoordinates": {"latitude": 64.5727225, "longitude": 92.661569}}, "correlationId": "5f23dd7b-83e5-4f09-9a03-5db36e188b18", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "509f9fab-1c12-4dac-bebf-3833ff9b5c5d", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 85, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Alaya Service", "resourceId": "e35e3da1-bf74-46a1-979f-06c9212ebfab", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 45904, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "oBfLR31HNfmD76ZUZ6ydvC8WQIuSd4ilTW9N2Q0YvaKQn17Z", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "33c2df33-b2d6-495e-85ea-298208628e8d", "rngcStatus": 0}}, {"time": "2022-08-10T18:02:01.694487Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "86.154.193.190", "correlationId": "99dde2cd-759f-4efd-ae52-5b5bfa1db5a0", "identity": "Jamie Watson", "Level": 4, "location": "XR", "properties": {"id": "d3f6133c-40ae-4464-a6cd-9ee96b5f6b00", "createdDateTime": "2022-08-10T18:02:01.874487Z", "userDisplayName": "Jamie Watson", "userPrincipalName": "jwatson@domain.com", "userId": "2844695b-9a70-48ed-a5ce-f3d711e2292b", "appId": "bf2855c0-7434-4262-8885-ad2f5206d324", "appDisplayName": "COINS Construction Cloud - Project and Productivity Apps", "ipAddress": "86.154.193.190", "status": {"errorCode": 0}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (X11; Linux i686) AppleWebKit/533.0 (KHTML, like Gecko) Chrome/24.0.803.0 Safari/533.0 Edge/40.11325", "deviceDetail": {"deviceId": "fc784602-6455-4450-be3c-6770e0359f8a", "displayName": "JAMIEWATSON-LT", "operatingSystem": "Windows 10", "browser": "Edge 40.11325", "isCompliant": true, "isManaged": true, "trustType": "Azure AD joined"}, "location": {"city": "Port Denisetown", "state": "Smithton", "countryOrRegion": "XR", "geoCoordinates": {"latitude": 3.5518965, "longitude": 131.871582}}, "correlationId": "34dc0626-0b68-4fa1-b4df-e80d1778e510", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "bcde6423-a246-4344-a046-e691f360f82d", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 180, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "COINS Construction Cloud - Project and Productivity Apps Service", "resourceId": "436260d5-3791-4aea-a4da-aa698ec35f2f", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 256668, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "xeCVThimxqO2D7aYdYJSywAKQkLtKhBy5NswvGua4aQr87sQ", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "94b9f3ba-5f4b-4edc-99dc-a420b76960f9", "rngcStatus": 0}}, {"time": "2022-08-10T18:09:02.353950Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "205.33.24.92", "correlationId": "d84a5b64-0aa0-4e28-b176-4bf436f2a363", "identity": "Vanessa Ramirez", "Level": 4, "location": "XD", "properties": {"id": "ace681b4-3934-4235-befc-67edcf377500", "createdDateTime": "2022-08-10T18:09:02.574950Z", "userDisplayName": "Vanessa Ramirez", "userPrincipalName": "vramirez@domain.com", "userId": "5d72b7ed-62ea-4b94-b931-ccef65d71ebd", "appId": "9de6e985-97a5-4d82-9c45-aedaa9c25ef9", "appDisplayName": "AWS Single-Account Access", "ipAddress": "205.33.24.92", "status": {"errorCode": 0}, "clientAppUsed": "Browser", "deviceDetail": {"deviceId": "e395a3f4-8f2d-4170-804f-d3e13ce3151b", "displayName": "VANESSARAMIREZ-LT", "operatingSystem": "Windows", "trustType": "Azure AD registered"}, "location": {"city": "Kristinmouth", "state": "Norrisbury", "countryOrRegion": "XD", "geoCoordinates": {"latitude": 26.278784, "longitude": -92.042573}}, "correlationId": "e09462fd-f121-43ca-8a20-1a155ed737e2", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "4f069861-a225-496a-92e2-75e54d89b5a0", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 221, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "AWS Single-Account Access Service", "resourceId": "c65cf5f9-5537-4200-889e-381c4f60ca7d", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 214655, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "k2qK4upGObNz0wrs5R6YfgQOd9vsYQVYfC142kgK6m7A2QcV", "incomingTokenType": "none", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": null, "rngcStatus": 0}}, {"time": "2022-08-10T18:16:14.700533Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "147.132.189.119", "correlationId": "14f28b73-b39f-4e97-b7d8-77c9525c6355", "identity": "Cassie Fernandez", "Level": 4, "location": "XR", "properties": {"id": "e3d678dd-4e47-4907-b11e-8ddd577b7100", "createdDateTime": "2022-08-10T18:16:14.846533Z", "userDisplayName": "Cassie Fernandez", "userPrincipalName": "cfernandez@domain.com", "userId": "67ef8be6-3f44-4db7-8172-fd6211428c1e", "appId": "9fae5b16-d0a2-454d-bcd6-eb1a47156cb2", "appDisplayName": "SD ECDN", "ipAddress": "147.132.189.119", "status": {"errorCode": 0}, "clientAppUsed": "Browser", "deviceDetail": {"deviceId": "d5a487a1-ef7d-4960-9723-7fdadce19af3", "displayName": "CASSIEFERNANDEZ-LT", "operatingSystem": "Windows 10", "browser": "Rich Client 3.19.8.16603", "trustType": "Azure AD registered"}, "location": {"city": "Port Denisetown", "state": "Smithton", "countryOrRegion": "XR", "geoCoordinates": {"latitude": 3.5518965, "longitude": 131.871582}}, "correlationId": "590ae38e-b395-4ffd-a267-161699a39429", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "1bef3d6c-840e-494d-8485-c40e947af29d", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 146, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "SD ECDN Service", "resourceId": "24578515-1951-4064-967d-0d2acaf0aa70", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 256668, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "aBBkJdihtDGroA0mgX5ruiYDSeqP4lBi2pOBpuiKI22ztPgI", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "0e68752b-7dfa-400b-a6f5-1b54af90696a", "rngcStatus": 0}}, {"time": "2022-08-10T18:26:24.066266Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "156.206.181.119", "correlationId": "b8d52e47-37c1-4d70-bbaa-2110f556b1d9", "identity": "Cynthia Perry", "Level": 4, "location": "XY", "properties": {"id": "d613255f-ee47-4782-aac9-904210a36a00", "createdDateTime": "2022-08-10T18:26:24.192266Z", "userDisplayName": "Cynthia Perry", "userPrincipalName": "cperry@domain.com", "userId": "ac5fa380-9d5b-470e-beb2-5ba10aca48e6", "appId": "9de6e985-97a5-4d82-9c45-aedaa9c25ef9", "appDisplayName": "AWS Single-Account Access", "ipAddress": "156.206.181.119", "status": {"errorCode": 0}, "clientAppUsed": "Browser", "deviceDetail": {"deviceId": "", "operatingSystem": "Windows"}, "location": {"city": "Hannaville", "state": "Thomashaven", "countryOrRegion": "XY", "geoCoordinates": {"latitude": 1.1452695, "longitude": 128.249211}}, "correlationId": "5222a00f-4b82-495e-bcae-fc8a23e40b82", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "bbbc4972-2b4f-49ef-a5dd-5b1a5256c679", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 126, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "AWS Single-Account Access Service", "resourceId": "c65cf5f9-5537-4200-889e-381c4f60ca7d", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 279165, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "HDm2JInVSfoJlGKbDjCuN94mLinTLjBNM6BOisVFE0mzhqQp", "incomingTokenType": "none", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": null, "rngcStatus": 0}}, {"time": "2022-08-10T18:32:57.466050Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "50158", "resultSignature": "None", "resultDescription": "External security challenge was not satisfied.", "durationMs": 0, "callerIpAddress": "166.105.218.213", "correlationId": "624c7695-1a8f-4ee1-b26f-a7bf0db6b930", "identity": "Thomas Price", "Level": 4, "location": "XR", "properties": {"id": "874e6e43-4c13-43c6-b48e-f4b340b35700", "createdDateTime": "2022-08-10T18:32:57.594050Z", "userDisplayName": "Thomas Price", "userPrincipalName": "tprice@domain.com", "userId": "32109ee2-ee4f-4d11-9c38-2556aec0f2b5", "appId": "79510a8f-6421-4348-a2ea-bcc2b02485c1", "appDisplayName": "Cisco AnyConnect", "ipAddress": "166.105.218.213", "status": {"errorCode": 50158, "failureReason": "External security challenge was not satisfied."}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (X11; Linux i686) AppleWebKit/535.2 (KHTML, like Gecko) Chrome/22.0.843.0 Safari/535.2 Edge/118.12158", "deviceDetail": {"deviceId": "81ad31fb-e9be-4498-b1b2-c62f8fae1a77", "displayName": "THOMASPRICE-LT", "operatingSystem": "Windows 10", "browser": "Edge 118.12158", "trustType": "Hybrid Azure AD joined"}, "location": {"city": "Kevinton", "state": "Smithton", "countryOrRegion": "XR", "geoCoordinates": {"latitude": -87.5106305, "longitude": -77.991036}}, "correlationId": "66ed6f1a-04ad-4426-a5a9-4f5f5a7bf477", "conditionalAccessStatus": "failure", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "f1237950-d1f4-42ae-8fc8-bae1dc345ac8", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "processingTimeInMilliseconds": 128, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Cisco AnyConnect Online", "resourceId": "5d5b8d28-6a28-472e-b837-a4094e466965", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 256668, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "nbIguRLO5SQi7XPoNWHdNTIxZtkobmZXOV35zRqOATHM9iYT", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "15655e1f-5005-4c53-b3c0-c4a1d1ca5e9e"}}, {"time": "2022-08-10T18:40:19.163131Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "91.132.253.146", "correlationId": "7031e228-bd76-4a7d-af61-b0cd2f486d34", "identity": "Aaron Cole", "Level": 4, "location": "XD", "properties": {"id": "05ba222e-1564-4894-b208-c53502298000", "createdDateTime": "2022-08-10T18:40:19.218131Z", "userDisplayName": "Aaron Cole", "userPrincipalName": "acole@domain.com", "userId": "5d557969-1645-4ba4-be83-b6fd943659f7", "appId": "18bf60fa-77dd-4aad-891d-af82ca87dd06", "appDisplayName": "FortiGate SSL VPN", "ipAddress": "91.132.253.146", "status": {"errorCode": 0}, "clientAppUsed": "Browser", "deviceDetail": {"deviceId": "", "operatingSystem": "Windows", "browser": "Rich Client 4.22.0.0"}, "location": {"city": "Rickshire", "state": "Norrisbury", "countryOrRegion": "XD", "geoCoordinates": {"latitude": -78.5751045, "longitude": 58.329246}}, "correlationId": "34b0c5c6-8452-4c71-b0fb-8f8203d4942c", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "9e762193-996d-451a-8c15-5093387f9eb3", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 55, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "FortiGate SSL VPN Service", "resourceId": "a1edee32-85c4-4a57-afcb-5853873a47e7", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 214655, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "0ILPsdpIAssBL2te10Th1wHDfX7B8ZXZOR7xHKK4tQ66pcGi", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "0898af19-dfef-4b51-a918-f534c473013d", "rngcStatus": 0}}, {"time": "2022-08-10T18:43:38.953559Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "1.210.58.10", "correlationId": "2bfb9d00-4d7f-46aa-8637-e022f583705c", "identity": "Keith Sheppard", "Level": 4, "location": "XD", "properties": {"id": "83171bf7-91eb-4e18-89eb-696468255b00", "createdDateTime": "2022-08-10T18:43:39.239559Z", "userDisplayName": "Keith Sheppard", "userPrincipalName": "ksheppard@domain.com", "userId": "05bd48f1-91d2-4c2d-9a7c-80e80f561b3c", "appId": "1b3edb90-1e06-46db-b021-e2fc1f7ddaf5", "appDisplayName": "Beatrust", "ipAddress": "1.210.58.10", "status": {"errorCode": 0}, "clientAppUsed": "Browser", "deviceDetail": {"deviceId": "639815fd-5018-4e38-9d81-67538b2ce460", "displayName": "KEITHSHEPPARD-LT", "operatingSystem": "Windows 10", "browser": "Rich Client 5.2.7.0", "trustType": "Azure AD registered"}, "location": {"city": "Cooperhaven", "state": "Norrisbury", "countryOrRegion": "XD", "geoCoordinates": {"latitude": 70.436398, "longitude": -23.873747}}, "correlationId": "cdcdb10b-3f87-44ab-bd37-084de6e7610a", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "e1b51fbc-6575-4c57-953d-2f14bfd0c60e", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "processingTimeInMilliseconds": 286, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Beatrust", "resourceId": "042c3df9-f692-4971-8c0b-72867fa422dd", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 69487, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "x4Ume2cAFkUgCoZB2hrUR9cYvFXPksqhf0iOgF89MmjQJdYA", "incomingTokenType": "none", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "9dab86e5-2edb-4073-bed1-a1b309638aa2"}}, {"time": "2022-08-10T18:45:42.875839Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "13.113.40.157", "correlationId": "6664bdb4-aa4a-4b94-bebd-3232c2a5e675", "identity": "Attack Target", "Level": 4, "location": "XR", "properties": {"id": "6a5f64c1-1a9a-4556-9496-2d209d168300", "createdDateTime": "2022-08-10T18:45:42.974839Z", "userDisplayName": "Attack Target", "userPrincipalName": "attacktarget@domain.com", "userId": "d735e84b-dcca-404d-9f7d-700f360f41a6", "appId": "9a7e67c7-6f05-42a3-b226-97c7ec3e9696", "appDisplayName": "Adobe Identity Management", "ipAddress": "13.113.40.157", "status": {"errorCode": 0}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (iPad; CPU iPad OS 9_3_6 like Mac OS X) AppleWebKit/536.1 (KHTML, like Gecko) CriOS/42.0.865.0 Mobile/77O124 Safari/536.1 Edge/99.14477", "deviceDetail": {"deviceId": "a44625dc-6f81-449a-9799-8005f7209b42", "displayName": "ATTACKTARGET-LT", "operatingSystem": "Windows 10", "browser": "Edge 99.14477", "trustType": "Azure AD registered"}, "location": {"city": "Smithfort", "state": "Smithfort", "countryOrRegion": "XR", "geoCoordinates": {"latitude": 3.7564095, "longitude": -121.574606}}, "correlationId": "af7c990e-4ec2-4652-9f74-8705607c4946", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "d5526afc-de00-4762-8a7d-ae54809a5555", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 99, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Adobe Identity Management Service", "resourceId": "7d6a0897-8b82-49e9-90e2-d482fb9202bd", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 34974, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "CsYPtPftNJOaPmjnyp6dKe3SR9vrOFuLuLFX9UEcl3ENSps4", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "537d9419-7e2b-4778-9102-62256bcfcf45", "rngcStatus": 0}}, {"time": "2022-08-10T18:46:30.652338Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "13.113.40.157", "correlationId": "597cb2d3-f5b6-4d5e-b049-2aadb1495c1f", "identity": "Attack Target", "Level": 4, "location": "XR", "properties": {"id": "8df1cc0f-951a-4b64-867c-2361d1416c00", "createdDateTime": "2022-08-10T18:46:30.781338Z", "userDisplayName": "Attack Target", "userPrincipalName": "attacktarget@domain.com", "userId": "d735e84b-dcca-404d-9f7d-700f360f41a6", "appId": "9a7e67c7-6f05-42a3-b226-97c7ec3e9696", "appDisplayName": "Adobe Identity Management", "ipAddress": "13.113.40.157", "ipAddressFromResourceProvider": "11.5.130.220", "status": {"errorCode": 0}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (iPad; CPU iPad OS 9_3_6 like Mac OS X) AppleWebKit/536.1 (KHTML, like Gecko) CriOS/42.0.865.0 Mobile/77O124 Safari/536.1 Edge/99.14477", "deviceDetail": {"deviceId": "a44625dc-6f81-449a-9799-8005f7209b42", "displayName": "ATTACKTARGET-LT", "operatingSystem": "Windows 10", "browser": "Edge 99.14477", "trustType": "Azure AD registered"}, "location": {"city": "New John", "state": "Smithfort", "countryOrRegion": "XR", "geoCoordinates": {"latitude": -89.144242, "longitude": 168.119022}}, "correlationId": "59e00119-4856-4dde-af81-8df0cb649058", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "35155c92-45f7-4b10-8e6c-ee9e5ee690d0", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 129, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Adobe Identity Management Service", "resourceId": "9a84f55e-3a40-492c-9476-e069f64ed7a6", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 34974, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "Wf9EuIqNeX8OOiGpLwrb1oQ05bvTUExvXApL2aC7zguQbVaX", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "37ee873b-f901-4e25-be69-010243106d0f", "rngcStatus": 0}}, {"time": "2022-08-10T18:53:04.296092Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "86.154.193.190", "correlationId": "d431f198-daa0-44af-8227-103c8a6d2dfa", "identity": "Kristen Howell", "Level": 4, "location": "XR", "properties": {"id": "0ddef0f4-1825-4108-b49b-6cf838419b00", "createdDateTime": "2022-08-10T18:53:04.428092Z", "userDisplayName": "Kristen Howell", "userPrincipalName": "khowell@domain.com", "userId": "20e1e3f9-665f-45bd-9984-5e74b526d3b5", "appId": "9a7e67c7-6f05-42a3-b226-97c7ec3e9696", "appDisplayName": "Adobe Identity Management", "ipAddress": "86.154.193.190", "status": {"errorCode": 0}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (X11; Linux i686) AppleWebKit/533.0 (KHTML, like Gecko) Chrome/24.0.803.0 Safari/533.0 Edge/40.11325", "deviceDetail": {"deviceId": "af204333-3bdf-4228-bbeb-e3a654075b5c", "displayName": "KRISTENHOWELL-LT", "operatingSystem": "Windows 10", "browser": "Edge 40.11325", "trustType": "Azure AD registered"}, "location": {"city": "Port Denisetown", "state": "Smithton", "countryOrRegion": "XR", "geoCoordinates": {"latitude": 3.5518965, "longitude": 131.871582}}, "correlationId": "c071aa82-0984-44f9-a402-2660975abb14", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "2262a924-41b4-4962-9b24-3781c92a9749", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 132, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Adobe Identity Management Service", "resourceId": "30663ca7-f8a9-43ab-8ca1-7906bdbc1485", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 256668, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "zxfIuUFYab4e3KoaNTB4iwEpdFkCDiQUNlQBCyYhNorhMNTU", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "a6c259e5-7f16-48b2-a9f3-75becd6daa9b", "rngcStatus": 0}}, {"time": "2022-08-10T18:54:01.200106Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "42.62.103.34", "correlationId": "6de41ca3-15c9-4d4e-8f1c-39ea7aab00f7", "identity": "Joseph Taylor", "Level": 4, "location": "XF", "properties": {"id": "b1801159-1f8f-4782-bc6c-aea6d98f6700", "createdDateTime": "2022-08-10T18:54:01.476106Z", "userDisplayName": "Joseph Taylor", "userPrincipalName": "jtaylor@domain.com", "userId": "af9847eb-c773-41ae-bf94-42747c5e986c", "appId": "9a7e67c7-6f05-42a3-b226-97c7ec3e9696", "appDisplayName": "Adobe Identity Management", "ipAddress": "42.62.103.34", "status": {"errorCode": 0, "additionalDetails": "MFA requirement satisfied by claim in the token"}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (iPad; CPU iPad OS 9_3_6 like Mac OS X) AppleWebKit/536.1 (KHTML, like Gecko) CriOS/42.0.865.0 Mobile/77O124 Safari/536.1 Edge/99.14477", "deviceDetail": {"deviceId": "76b96bd3-e5d7-49ee-b195-bf363facdb3d", "displayName": "JOSEPHTAYLOR-LT", "operatingSystem": "Windows 10", "browser": "Edge 99.14477", "isCompliant": true, "isManaged": true, "trustType": "Azure AD joined"}, "location": {"city": "Jessicafurt", "state": "Smithbury", "countryOrRegion": "XF", "geoCoordinates": {"latitude": 17.5082395, "longitude": -115.304215}}, "mfaDetail": {}, "correlationId": "4c2ece83-4a78-4d0a-b110-2e56066abaad", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "532dd70c-b98a-4519-9411-425e525d4714", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 276, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Adobe Identity Management Service", "resourceId": "7d6a0897-8b82-49e9-90e2-d482fb9202bd", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 393508, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "5G4CuqLalFnues3Hzq2KWV8lQaRutlu8lSg25GicO3YEX5dc", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "537d9419-7e2b-4778-9102-62256bcfcf45", "rngcStatus": 0}}, {"time": "2022-08-10T19:10:23.085104Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "SignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "42.62.103.34", "correlationId": "e2e92d7a-2efc-489b-b615-172485bf04dc", "identity": "Joseph Taylor", "Level": 4, "location": "XF", "properties": {"id": "86ec8f81-b065-45d1-84e2-abcf18f98b00", "createdDateTime": "2022-08-10T19:10:23.188104Z", "userDisplayName": "Joseph Taylor", "userPrincipalName": "jtaylor@domain.com", "userId": "af9847eb-c773-41ae-bf94-42747c5e986c", "appId": "e47a1d38-5f61-45cd-b1b9-bc92f525c598", "appDisplayName": "Altoura", "ipAddress": "42.62.103.34", "status": {"errorCode": 0, "additionalDetails": "MFA requirement satisfied by claim in the token"}, "clientAppUsed": "Browser", "userAgent": "Mozilla/5.0 (Linux; Android 2.3.5) AppleWebKit/532.2 (KHTML, like Gecko) Chrome/46.0.898.0 Safari/532.2 Edge/105.19198", "deviceDetail": {"deviceId": "76b96bd3-e5d7-49ee-b195-bf363facdb3d", "displayName": "JOSEPHTAYLOR-LT", "operatingSystem": "Windows 10", "browser": "Edge 105.19198", "isCompliant": true, "isManaged": true, "trustType": "Azure AD joined"}, "location": {"city": "Jessicafurt", "state": "Smithbury", "countryOrRegion": "XF", "geoCoordinates": {"latitude": 17.5082395, "longitude": -115.304215}}, "mfaDetail": {}, "correlationId": "a959f36a-862b-4d34-9934-29cded99f1bc", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "e4d47ef0-4893-4344-8200-6b00e50586b8", "isInteractive": true, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 103, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Altoura Online", "resourceId": "8a137ba4-52ae-4dbf-94af-2e56851573c4", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 393508, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "40DCoSo21wG6Ni33BqMOgPVt4x791F7SCvutlqtH5oLe02wv", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": null, "rngcStatus": 0}}, {"time": "2022-08-10T19:14:59.244745Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "156.206.181.119", "correlationId": "dc585069-adf9-4f9c-814a-0b9b8ea17555", "identity": "Cynthia Perry", "Level": 4, "location": "XY", "properties": {"id": "34e3f02d-c81c-4cc6-8a75-7f893c8e8c00", "createdDateTime": "2022-08-10T19:14:59.345745Z", "userDisplayName": "Cynthia Perry", "userPrincipalName": "cperry@domain.com", "userId": "ac5fa380-9d5b-470e-beb2-5ba10aca48e6", "appId": "9de6e985-97a5-4d82-9c45-aedaa9c25ef9", "appDisplayName": "AWS Single-Account Access", "ipAddress": "156.206.181.119", "status": {"errorCode": 0}, "clientAppUsed": "Browser", "deviceDetail": {"deviceId": "", "operatingSystem": "Windows"}, "location": {"city": "Hannaville", "state": "Thomashaven", "countryOrRegion": "XY", "geoCoordinates": {"latitude": 1.1452695, "longitude": 128.249211}}, "correlationId": "aee1e3bc-543c-4acd-ab12-c6d97f94c8df", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "55279554-4b8f-4f43-a5b4-6e8afa034700", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 101, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "AWS Single-Account Access Service", "resourceId": "c65cf5f9-5537-4200-889e-381c4f60ca7d", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 279165, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "E5iroryLg66F8xVtXDKwGhpDwfAs9u4lQRLLcZsjuZrfeZpt", "incomingTokenType": "none", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": null, "rngcStatus": 0}}, {"time": "2022-08-10T19:16:32.294455Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "13.113.40.157", "correlationId": "632cc753-91e4-41fe-a70c-5fb1caaa9d50", "identity": "Attack Target", "Level": 4, "location": "XR", "properties": {"id": "8df9025f-c06f-49ed-963b-b5caf93a6c00", "createdDateTime": "2022-08-10T19:16:32.605455Z", "userDisplayName": "Attack Target", "userPrincipalName": "attacktarget@domain.com", "userId": "d735e84b-dcca-404d-9f7d-700f360f41a6", "appId": "9c5b7fe3-0ad2-4ea6-94e5-9e0001f367e3", "appDisplayName": "Articulate 360", "ipAddress": "13.113.40.157", "status": {"errorCode": 0}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (iPad; CPU iPad OS 9_3_6 like Mac OS X) AppleWebKit/536.1 (KHTML, like Gecko) CriOS/42.0.865.0 Mobile/77O124 Safari/536.1 Edge/99.14477", "deviceDetail": {"deviceId": "a44625dc-6f81-449a-9799-8005f7209b42", "displayName": "ATTACKTARGET-LT", "operatingSystem": "Windows 10", "browser": "Edge 99.14477", "trustType": "Azure AD registered"}, "location": {"city": "New John", "state": "Smithfort", "countryOrRegion": "XR", "geoCoordinates": {"latitude": -89.144242, "longitude": 168.119022}}, "correlationId": "f4e9a805-ed2d-4e9f-8cc2-fdcf20b6b951", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "cb60c8c2-f0d8-423d-90f7-29d2af59e60b", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 311, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Articulate 360 Online", "resourceId": "436260d5-3791-4aea-a4da-aa698ec35f2f", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 34974, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "ok5JmVUhQMitAwiO6VTFnkgUFwRlOlqwBL8kI6EAteCoEmMm", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "94b9f3ba-5f4b-4edc-99dc-a420b76960f9", "rngcStatus": 0}}, {"time": "2022-08-10T19:21:28.707770Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "1.210.58.10", "correlationId": "86c28aef-176d-4288-9a3e-c9b19123cdbf", "identity": "Keith Sheppard", "Level": 4, "location": "XD", "properties": {"id": "b07bba22-ec36-47ef-95f1-3c7ff06e3900", "createdDateTime": "2022-08-10T19:21:28.792770Z", "userDisplayName": "Keith Sheppard", "userPrincipalName": "ksheppard@domain.com", "userId": "05bd48f1-91d2-4c2d-9a7c-80e80f561b3c", "appId": "9de6e985-97a5-4d82-9c45-aedaa9c25ef9", "appDisplayName": "AWS Single-Account Access", "ipAddress": "1.210.58.10", "status": {"errorCode": 0}, "clientAppUsed": "Browser", "deviceDetail": {"deviceId": "639815fd-5018-4e38-9d81-67538b2ce460", "displayName": "KEITHSHEPPARD-LT", "operatingSystem": "Windows", "trustType": "Azure AD registered"}, "location": {"city": "Cooperhaven", "state": "Norrisbury", "countryOrRegion": "XD", "geoCoordinates": {"latitude": 70.436398, "longitude": -23.873747}}, "correlationId": "483acd72-62be-4542-915f-7ac6a87038f1", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "1e4af77c-97c7-47c6-9a67-b147621853eb", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 85, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "AWS Single-Account Access Service", "resourceId": "72f0186d-d327-46c9-a8ff-497e0caa8691", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 69487, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "kcgnboRSRsjstrAa1IrYSurAroJi7b5VEmQBKk3zkyh1n6S2", "incomingTokenType": "none", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": null, "rngcStatus": 0}}, {"time": "2022-08-10T19:25:54.332543Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "205.33.24.92", "correlationId": "c7e4e93a-ad23-4575-ba6f-14c89d867593", "identity": "Vanessa Ramirez", "Level": 4, "location": "XD", "properties": {"id": "29a68730-c074-44bc-9ec3-76c97005a000", "createdDateTime": "2022-08-10T19:25:54.422543Z", "userDisplayName": "Vanessa Ramirez", "userPrincipalName": "vramirez@domain.com", "userId": "5d72b7ed-62ea-4b94-b931-ccef65d71ebd", "appId": "9a7e67c7-6f05-42a3-b226-97c7ec3e9696", "appDisplayName": "Adobe Identity Management", "ipAddress": "205.33.24.92", "status": {"errorCode": 0}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (X11; Linux i686) AppleWebKit/532.2 (KHTML, like Gecko) Chrome/21.0.853.0 Safari/532.2 Edge/89.19380", "deviceDetail": {"deviceId": "e395a3f4-8f2d-4170-804f-d3e13ce3151b", "displayName": "VANESSARAMIREZ-LT", "operatingSystem": "Windows 10", "browser": "Edge 89.19380", "trustType": "Azure AD registered"}, "location": {"city": "Kristinmouth", "state": "Norrisbury", "countryOrRegion": "XD", "geoCoordinates": {"latitude": 26.278784, "longitude": -92.042573}}, "correlationId": "c64e8e44-e088-4e7e-bf08-029e6e28106c", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "1c0825e9-0217-479c-b03f-7128de60da52", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 90, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Adobe Identity Management Service", "resourceId": "80abac89-d2c0-4b6c-8ffc-5023bd7efc5e", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 214655, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "3G7fkd4YffSTJ4rFZHMXEmEqSN9JOFpXtHh4AV9p38kFztSp", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": null, "rngcStatus": 0}}, {"time": "2022-08-10T19:34:27.687496Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "156.206.181.119", "correlationId": "379fc353-5f25-4985-b8f4-c6f7a6a89569", "identity": "Cynthia Perry", "Level": 4, "location": "XY", "properties": {"id": "bb403b05-f7d3-472e-b7b3-be6c48696900", "createdDateTime": "2022-08-10T19:34:27.778496Z", "userDisplayName": "Cynthia Perry", "userPrincipalName": "cperry@domain.com", "userId": "ac5fa380-9d5b-470e-beb2-5ba10aca48e6", "appId": "9de6e985-97a5-4d82-9c45-aedaa9c25ef9", "appDisplayName": "AWS Single-Account Access", "ipAddress": "156.206.181.119", "status": {"errorCode": 0}, "clientAppUsed": "Browser", "deviceDetail": {"deviceId": "", "operatingSystem": "Windows"}, "location": {"city": "Hannaville", "state": "Thomashaven", "countryOrRegion": "XY", "geoCoordinates": {"latitude": 1.1452695, "longitude": 128.249211}}, "correlationId": "51cea053-7e91-4148-a436-e858e3f59d58", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "fcba30cc-0bde-4a91-9863-b6d3a6a87c2d", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 91, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "AWS Single-Account Access Service", "resourceId": "72f0186d-d327-46c9-a8ff-497e0caa8691", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 279165, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "spg6yr94ZPW1a3ifidnWA6XHlNhxViPMKhml4BGOTY5BNEQX", "incomingTokenType": "none", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": null, "rngcStatus": 0}}, {"time": "2022-08-10T20:14:07.704749Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "81.209.4.19", "correlationId": "3e1494ae-30a2-431a-82a8-082f53afcac2", "identity": "Jim Gonzalez", "Level": 4, "location": "XR", "properties": {"id": "ece24cb8-8bbf-4dc3-90e8-e3acaceb6a00", "createdDateTime": "2022-08-10T20:14:07.832749Z", "userDisplayName": "Jim Gonzalez", "userPrincipalName": "jgonzalez@domain.com", "userId": "95090045-a9c5-489c-adee-2db430a3333a", "appId": "9167c284-c68f-468a-84be-0ee4f23879fe", "appDisplayName": "ArcGIS Enterprise", "ipAddress": "81.209.4.19", "status": {"errorCode": 0}, "clientAppUsed": "Mobile Apps and Desktop clients", "deviceDetail": {"deviceId": "", "operatingSystem": "Ios", "browser": "Mobile Safari"}, "location": {"city": "Santosborough", "state": "Smithton", "countryOrRegion": "XR", "geoCoordinates": {"latitude": 50.0774195, "longitude": 64.938754}}, "correlationId": "f664a837-1a77-4127-aef6-63e3659e6753", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "0f93a2ac-b91f-4196-9576-89d16dbdf128", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 128, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "ArcGIS Enterprise Service", "resourceId": "9a84f55e-3a40-492c-9476-e069f64ed7a6", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 34974, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "ZX4pYSCzjBLbxABUCHiT7NIWSnCeoicXPj6odCvDJ7ETAzEz", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "37ee873b-f901-4e25-be69-010243106d0f", "rngcStatus": 0}}, {"time": "2022-08-10T20:27:27.836475Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "19.20.89.178", "correlationId": "d6cb757b-2239-4bc7-83dd-4281b6f65336", "identity": "Jamie Watson", "Level": 4, "location": "XR", "properties": {"id": "c7effe19-f517-48ca-9f7d-2de55c066b00", "createdDateTime": "2022-08-10T20:27:27.984475Z", "userDisplayName": "Jamie Watson", "userPrincipalName": "jwatson@domain.com", "userId": "2844695b-9a70-48ed-a5ce-f3d711e2292b", "appId": "18bf60fa-77dd-4aad-891d-af82ca87dd06", "appDisplayName": "FortiGate SSL VPN", "ipAddress": "19.20.89.178", "status": {"errorCode": 0}, "clientAppUsed": "Browser", "deviceDetail": {"deviceId": "fc784602-6455-4450-be3c-6770e0359f8a", "displayName": "JAMIEWATSON-LT", "operatingSystem": "Windows", "browser": "Rich Client 4.22.0.0", "isCompliant": true, "isManaged": true, "trustType": "Azure AD joined"}, "location": {"city": "Samanthaberg", "state": "Smithton", "countryOrRegion": "XR", "geoCoordinates": {"latitude": -68.556166, "longitude": -172.972506}}, "correlationId": "ae442339-a99b-4ab2-bd10-cfb212ed8684", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "60aa91fb-a420-4a01-8813-b77ac3aca9ab", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 148, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "FortiGate SSL VPN Service", "resourceId": "f0630e90-b752-4960-bfb9-a0794fc34930", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 34974, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "wq1AMmxYw07CcXhMBplZsVf4EQzLBJe0xxtbQC5HJBLvUOud", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "1f37c851-4be4-455b-928a-fbde7845a68a", "rngcStatus": 0}}, {"time": "2022-08-10T20:48:23.695825Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "19.20.89.178", "correlationId": "27673523-e590-41ed-b4b8-4a0a88d897c5", "identity": "Jamie Watson", "Level": 4, "location": "XR", "properties": {"id": "baab1233-76d0-4f3f-8bc6-ec8006479500", "createdDateTime": "2022-08-10T20:48:23.768825Z", "userDisplayName": "Jamie Watson", "userPrincipalName": "jwatson@domain.com", "userId": "2844695b-9a70-48ed-a5ce-f3d711e2292b", "appId": "9167c284-c68f-468a-84be-0ee4f23879fe", "appDisplayName": "ArcGIS Enterprise", "ipAddress": "19.20.89.178", "status": {"errorCode": 0}, "clientAppUsed": "Mobile Apps and Desktop clients", "deviceDetail": {"deviceId": "", "operatingSystem": "Android"}, "location": {"city": "Samanthaberg", "state": "Smithton", "countryOrRegion": "XR", "geoCoordinates": {"latitude": -68.556166, "longitude": -172.972506}}, "correlationId": "ce09ca74-05b5-444a-afe2-2dc4fb25d352", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "677a9e1f-fbbf-403e-b3fb-5c25a676bff2", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 73, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "ArcGIS Enterprise Service", "resourceId": "72f0186d-d327-46c9-a8ff-497e0caa8691", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 34974, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "sAMgDrw3KSaTNqUb234HoMWbqFsDxrMP75I6PIPKTRyxbyd2", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": null, "rngcStatus": 0}}, {"time": "2022-08-10T20:50:19.757684Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "156.206.181.119", "correlationId": "6136c8c1-4435-4086-88a7-6f4ede9050ee", "identity": "Cynthia Perry", "Level": 4, "location": "XY", "properties": {"id": "7e102f1d-1757-4798-8f5c-77899dd77100", "createdDateTime": "2022-08-10T20:50:19.853684Z", "userDisplayName": "Cynthia Perry", "userPrincipalName": "cperry@domain.com", "userId": "ac5fa380-9d5b-470e-beb2-5ba10aca48e6", "appId": "9de6e985-97a5-4d82-9c45-aedaa9c25ef9", "appDisplayName": "AWS Single-Account Access", "ipAddress": "156.206.181.119", "status": {"errorCode": 0}, "clientAppUsed": "Browser", "deviceDetail": {"deviceId": "", "operatingSystem": "Windows"}, "location": {"city": "Hannaville", "state": "Thomashaven", "countryOrRegion": "XY", "geoCoordinates": {"latitude": 1.1452695, "longitude": 128.249211}}, "correlationId": "8f6ea26f-c41d-45d5-895a-1faae25cec04", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "dff99660-354a-42a7-98a8-5081b2c68d9c", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 96, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "AWS Single-Account Access Service", "resourceId": "f0630e90-b752-4960-bfb9-a0794fc34930", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 279165, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "Q3IM9mXZVs1kQSfsMr3Ljm1nuyixRuo9YxXMEWm0xW9DvXE2", "incomingTokenType": "none", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "1f37c851-4be4-455b-928a-fbde7845a68a", "rngcStatus": 0}}, {"time": "2022-08-10T21:25:24.068984Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "156.206.181.119", "correlationId": "e92df637-7bb6-44a6-9c2e-90d52b5b9319", "identity": "Cynthia Perry", "Level": 4, "location": "XY", "properties": {"id": "10696f74-a92e-4dcd-9925-f18362796500", "createdDateTime": "2022-08-10T21:25:24.192984Z", "userDisplayName": "Cynthia Perry", "userPrincipalName": "cperry@domain.com", "userId": "ac5fa380-9d5b-470e-beb2-5ba10aca48e6", "appId": "9de6e985-97a5-4d82-9c45-aedaa9c25ef9", "appDisplayName": "AWS Single-Account Access", "ipAddress": "156.206.181.119", "status": {"errorCode": 0}, "clientAppUsed": "Browser", "deviceDetail": {"deviceId": "", "operatingSystem": "Windows"}, "location": {"city": "Hannaville", "state": "Thomashaven", "countryOrRegion": "XY", "geoCoordinates": {"latitude": 1.1452695, "longitude": 128.249211}}, "correlationId": "47b769ba-9d2c-49e7-88f8-b43d7b625706", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "bb7f2249-c1c8-4cf6-a84d-fcd95734bcee", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 124, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "AWS Single-Account Access Service", "resourceId": "c65cf5f9-5537-4200-889e-381c4f60ca7d", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 279165, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "VcozuN3DTRKVnwg8sRlyvpKNAm5juIWFthNXVtoXk6NUYyCM", "incomingTokenType": "none", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": null, "rngcStatus": 0}}, {"time": "2022-08-10T21:47:50.226823Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "50158", "resultSignature": "None", "resultDescription": "External security challenge was not satisfied.", "durationMs": 0, "callerIpAddress": "44.22.19.201", "correlationId": "a0df9ba1-db7b-40c8-b1b2-dee4168e4f6e", "identity": "Thomas Price", "Level": 4, "location": "XN", "properties": {"id": "cb1cdc58-3d1a-4d1a-ab9f-1d77c7b81e00", "createdDateTime": "2022-08-10T21:47:50.337823Z", "userDisplayName": "Thomas Price", "userPrincipalName": "tprice@domain.com", "userId": "32109ee2-ee4f-4d11-9c38-2556aec0f2b5", "appId": "9a7e67c7-6f05-42a3-b226-97c7ec3e9696", "appDisplayName": "Adobe Identity Management", "ipAddress": "44.22.19.201", "status": {"errorCode": 50158, "failureReason": "External security challenge was not satisfied."}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (X11; Linux i686) AppleWebKit/535.2 (KHTML, like Gecko) Chrome/22.0.843.0 Safari/535.2 Edge/118.12158", "deviceDetail": {"deviceId": "a31478d2-f778-4d5a-b081-22579a9edcbe", "displayName": "THOMASPRICE-LT", "operatingSystem": "Windows 10", "browser": "Edge 118.12158", "trustType": "Hybrid Azure AD joined"}, "location": {"city": "Littlemouth", "state": "Alexanderfurt", "countryOrRegion": "XN", "geoCoordinates": {"latitude": 25.4437255, "longitude": -109.530885}}, "correlationId": "ce18381c-0aa7-4e5a-ad24-df65924f0c38", "conditionalAccessStatus": "failure", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "d9b2efa7-4b2a-4f03-a865-988b0344cb54", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 111, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Adobe Identity Management Service", "resourceId": "30663ca7-f8a9-43ab-8ca1-7906bdbc1485", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 230297, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "UEyGseDi2QQlsVafQeb6FEjGtFNCiASFUgSnhfqZjcPVTTE9", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "a6c259e5-7f16-48b2-a9f3-75becd6daa9b", "rngcStatus": 0}}, {"time": "2022-08-10T22:45:10.594214Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "42.62.103.34", "correlationId": "338c71e1-48f2-4d76-90ec-2e1b3403ac68", "identity": "Joseph Taylor", "Level": 4, "location": "XF", "properties": {"id": "25e4d3d1-38ed-4aaa-a8b2-f0b35a815f00", "createdDateTime": "2022-08-10T22:45:10.726214Z", "userDisplayName": "Joseph Taylor", "userPrincipalName": "jtaylor@domain.com", "userId": "af9847eb-c773-41ae-bf94-42747c5e986c", "appId": "9d794ea1-8d77-42e3-9fdd-6fd3620d616a", "appDisplayName": "Alaya", "ipAddress": "42.62.103.34", "status": {"errorCode": 0, "additionalDetails": "MFA requirement satisfied by claim in the token"}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (iPad; CPU iPad OS 9_3_6 like Mac OS X) AppleWebKit/536.1 (KHTML, like Gecko) CriOS/42.0.865.0 Mobile/77O124 Safari/536.1 Edge/99.14477", "deviceDetail": {"deviceId": "76b96bd3-e5d7-49ee-b195-bf363facdb3d", "displayName": "JOSEPHTAYLOR-LT", "operatingSystem": "Windows 10", "browser": "Edge 99.14477", "isCompliant": true, "isManaged": true, "trustType": "Azure AD joined"}, "location": {"city": "Jessicafurt", "state": "Smithbury", "countryOrRegion": "XF", "geoCoordinates": {"latitude": 17.5082395, "longitude": -115.304215}}, "mfaDetail": {}, "correlationId": "e5202708-dcb0-4c3a-b0e6-92e4ce91e0e1", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "3e2e7c8f-a9c3-4725-bc7d-c4ca8afe1d3a", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "processingTimeInMilliseconds": 132, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Alaya Service", "resourceId": "f0630e90-b752-4960-bfb9-a0794fc34930", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 393508, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "IeDsTtkHFuTw2726tmC58pkrzXMib2ePhgkXUo4SYHdo5AWP", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "1f37c851-4be4-455b-928a-fbde7845a68a"}}, {"time": "2022-08-10T22:53:20.309719Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "205.33.24.92", "correlationId": "a59d8fea-81b2-47b0-b7ac-f167603b3f01", "identity": "Vanessa Ramirez", "Level": 4, "location": "XD", "properties": {"id": "9f9faa33-0498-4dca-a8c6-5da836b35700", "createdDateTime": "2022-08-10T22:53:20.415719Z", "userDisplayName": "Vanessa Ramirez", "userPrincipalName": "vramirez@domain.com", "userId": "5d72b7ed-62ea-4b94-b931-ccef65d71ebd", "appId": "2eae4ad1-8cae-48fe-b718-76bd66e2fc7f", "appDisplayName": "Bipsync", "ipAddress": "205.33.24.92", "status": {"errorCode": 0}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (X11; Linux i686) AppleWebKit/532.2 (KHTML, like Gecko) Chrome/21.0.853.0 Safari/532.2 Edge/89.19380", "deviceDetail": {"deviceId": "e395a3f4-8f2d-4170-804f-d3e13ce3151b", "displayName": "VANESSARAMIREZ-LT", "operatingSystem": "Windows 10", "browser": "Edge 89.19380", "trustType": "Azure AD registered"}, "location": {"city": "Kristinmouth", "state": "Norrisbury", "countryOrRegion": "XD", "geoCoordinates": {"latitude": 26.278784, "longitude": -92.042573}}, "correlationId": "f400d187-79da-4506-82c6-7a8d521a9381", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "cd399c6d-a638-4676-8677-3ea345f0e9ce", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "processingTimeInMilliseconds": 106, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Bipsync Service", "resourceId": "40a5d724-be1a-443b-8964-2d2e99910144", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 214655, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "SoVeKx88yeVXAp8d3GKU2lbhf62wSnGIGkezsvzpjDxUaWTo", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "8678b6d2-0d07-4480-b90d-d1a18a815502"}}, {"time": "2022-08-10T22:55:20.024108Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "50158", "resultSignature": "None", "resultDescription": "External security challenge was not satisfied.", "durationMs": 0, "callerIpAddress": "105.169.153.183", "correlationId": "8c44430f-8216-4da9-af3a-158aa1203f94", "identity": "Thomas Price", "Level": 4, "location": "XR", "properties": {"id": "8118c4f3-cea7-4654-8492-63533c729a00", "createdDateTime": "2022-08-10T22:55:20.144108Z", "userDisplayName": "Thomas Price", "userPrincipalName": "tprice@domain.com", "userId": "32109ee2-ee4f-4d11-9c38-2556aec0f2b5", "appId": "9a7e67c7-6f05-42a3-b226-97c7ec3e9696", "appDisplayName": "Adobe Identity Management", "ipAddress": "105.169.153.183", "status": {"errorCode": 50158, "failureReason": "External security challenge was not satisfied."}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (X11; Linux i686) AppleWebKit/535.2 (KHTML, like Gecko) Chrome/22.0.843.0 Safari/535.2 Edge/118.12158", "deviceDetail": {"deviceId": "2b85c59f-331a-4b61-9a44-9d3d6df62a06", "displayName": "THOMASPRICE-LT", "operatingSystem": "Windows 10", "browser": "Edge 118.12158", "trustType": "Hybrid Azure AD joined"}, "location": {"city": "Santosborough", "state": "Smithton", "countryOrRegion": "XR", "geoCoordinates": {"latitude": 12.8350355, "longitude": 138.359011}}, "correlationId": "475c98ed-0ca2-42bc-be79-b99c943a4baa", "conditionalAccessStatus": "failure", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "fa75df80-0c81-4e1c-9694-3ccead4344ab", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 120, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Adobe Identity Management Service", "resourceId": "30663ca7-f8a9-43ab-8ca1-7906bdbc1485", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 256668, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "OS7oZ8GHly0tVnLADbOjjEmMas9s0HKThe8WHfQkaB3mCeAt", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "a6c259e5-7f16-48b2-a9f3-75becd6daa9b", "rngcStatus": 0}}, {"time": "2022-08-10T22:57:09.391326Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "22.42.248.243", "correlationId": "a7698c7e-5072-4bd4-8807-6ae2744bbf96", "identity": "Melissa Martin", "Level": 4, "location": "XR", "properties": {"id": "bbd0f834-7826-4e71-92d2-dd875a866b00", "createdDateTime": "2022-08-10T22:57:09.477326Z", "userDisplayName": "Melissa Martin", "userPrincipalName": "mmartin@domain.com", "userId": "632ccb55-03a7-40f4-9893-653527cae790", "appId": "9167c284-c68f-468a-84be-0ee4f23879fe", "appDisplayName": "ArcGIS Enterprise", "ipAddress": "22.42.248.243", "status": {"errorCode": 0}, "clientAppUsed": "Mobile Apps and Desktop clients", "deviceDetail": {"deviceId": "", "operatingSystem": "Ios", "browser": "Mobile Safari"}, "location": {"city": "Port Denisetown", "state": "Smithton", "countryOrRegion": "XR", "geoCoordinates": {"latitude": 40.136047, "longitude": 44.514491}}, "correlationId": "dd3ca9c2-6e36-4f06-8410-d1604fa09cca", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "b6695e24-c649-4d5f-bc8d-ccefdb339844", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 86, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "ArcGIS Enterprise Service", "resourceId": "c4baffed-f90a-4ef3-84b1-d08d189a41c0", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 432564, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "Ef1qBjUNljC554YyX0I5v2kjTMBqQrUgZU1Z8jN4C04B4BHD", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "64850142-3730-4958-94ec-3cf3a39cf409", "rngcStatus": 0}}, {"time": "2022-08-10T23:00:22.533204Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "50158", "resultSignature": "None", "resultDescription": "External security challenge was not satisfied.", "durationMs": 0, "callerIpAddress": "42.62.103.34", "correlationId": "65cd198b-0f03-407e-8060-d8177577bb84", "identity": "Joseph Taylor", "Level": 4, "location": "XF", "properties": {"id": "bddc03c8-8da3-4ef6-8ef9-a503a87d9100", "createdDateTime": "2022-08-10T23:00:22.611204Z", "userDisplayName": "Joseph Taylor", "userPrincipalName": "jtaylor@domain.com", "userId": "af9847eb-c773-41ae-bf94-42747c5e986c", "appId": "99190773-7529-426f-b498-cb936b6504ab", "appDisplayName": "Linux Foundation Training", "ipAddress": "42.62.103.34", "status": {"errorCode": 50158, "failureReason": "External security challenge was not satisfied."}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (iPad; CPU iPad OS 9_3_6 like Mac OS X) AppleWebKit/536.1 (KHTML, like Gecko) CriOS/42.0.865.0 Mobile/77O124 Safari/536.1 Edge/99.14477", "deviceDetail": {"deviceId": "76b96bd3-e5d7-49ee-b195-bf363facdb3d", "displayName": "JOSEPHTAYLOR-LT", "operatingSystem": "Windows 10", "browser": "Edge 99.14477", "isCompliant": true, "isManaged": true, "trustType": "Azure AD joined"}, "location": {"city": "Jessicafurt", "state": "Smithbury", "countryOrRegion": "XF", "geoCoordinates": {"latitude": 17.5082395, "longitude": -115.304215}}, "correlationId": "39ee7c60-bb05-4d5e-b7d6-17b1ace76e7f", "conditionalAccessStatus": "failure", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "5f3bfda6-321f-4b11-bd8e-e1b2eff0c812", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 78, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Linux Foundation Training Service", "resourceId": "3f7d0d52-e3b6-4712-8e89-01c915dc0294", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 393508, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "d9Rxgu7cwhUyqhQeUAw7fKUMgG5CVaNXTWBhfIJPN6To9nyb", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "84036992-5b2b-4836-8aca-9de3ba4c15b9", "rngcStatus": 0}}, {"time": "2022-08-10T23:05:36.964220Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "13.113.40.157", "correlationId": "0e225d01-6603-497a-a506-2a1269278a93", "identity": "Attack Target", "Level": 4, "location": "XR", "properties": {"id": "23856212-0a3a-4f29-a3b7-e17690788f00", "createdDateTime": "2022-08-10T23:05:37.073220Z", "userDisplayName": "Attack Target", "userPrincipalName": "attacktarget@domain.com", "userId": "d735e84b-dcca-404d-9f7d-700f360f41a6", "appId": "9a7e67c7-6f05-42a3-b226-97c7ec3e9696", "appDisplayName": "Adobe Identity Management", "ipAddress": "13.113.40.157", "ipAddressFromResourceProvider": "13.113.40.157", "status": {"errorCode": 0}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (iPad; CPU iPad OS 9_3_6 like Mac OS X) AppleWebKit/536.1 (KHTML, like Gecko) CriOS/42.0.865.0 Mobile/77O124 Safari/536.1 Edge/99.14477", "deviceDetail": {"deviceId": "a44625dc-6f81-449a-9799-8005f7209b42", "displayName": "ATTACKTARGET-LT", "operatingSystem": "Windows 10", "browser": "Edge 99.14477", "trustType": "Azure AD registered"}, "location": {"city": "Smithfort", "state": "Smithfort", "countryOrRegion": "XR", "geoCoordinates": {"latitude": 3.7564095, "longitude": -121.574606}}, "correlationId": "8829efef-e9d8-4c92-b12d-30b76f5480e8", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "4cbc6d43-03bb-45fb-9635-c3d005499077", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 109, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Adobe Identity Management Service", "resourceId": "c8eab36d-0a82-409d-8693-a8dabc997921", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 34974, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "GvprTJPhgmF79t4mfrCkrn3GR2XRp4Ob7JPb22yvZr1Nparm", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "2248d3ef-d7b8-4eb2-bd20-fb53f725bfe3", "rngcStatus": 0}}, {"time": "2022-08-10T23:29:52.662538Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "1.210.58.10", "correlationId": "8883e5d8-7cce-4992-a81d-65124023f691", "identity": "Keith Sheppard", "Level": 4, "location": "XD", "properties": {"id": "df70b726-7756-4baa-9a7d-5ac9235c9200", "createdDateTime": "2022-08-10T23:29:52.758538Z", "userDisplayName": "Keith Sheppard", "userPrincipalName": "ksheppard@domain.com", "userId": "05bd48f1-91d2-4c2d-9a7c-80e80f561b3c", "appId": "9de6e985-97a5-4d82-9c45-aedaa9c25ef9", "appDisplayName": "AWS Single-Account Access", "ipAddress": "1.210.58.10", "status": {"errorCode": 0}, "clientAppUsed": "Browser", "deviceDetail": {"deviceId": "639815fd-5018-4e38-9d81-67538b2ce460", "displayName": "KEITHSHEPPARD-LT", "operatingSystem": "Windows", "trustType": "Azure AD registered"}, "location": {"city": "Cooperhaven", "state": "Norrisbury", "countryOrRegion": "XD", "geoCoordinates": {"latitude": 70.436398, "longitude": -23.873747}}, "correlationId": "ecc974a5-78e9-4e11-86b3-02e4ba5f4ca0", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "7d057fab-c07a-43f7-a9a3-242ae74bd018", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 96, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "AWS Single-Account Access Service", "resourceId": "72f0186d-d327-46c9-a8ff-497e0caa8691", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 69487, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "rDN2lKa1zKAr7CeSdhRa0hu3QMYZtn8wv00Sa3158ah6OqBN", "incomingTokenType": "none", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": null, "rngcStatus": 0}}, {"time": "2022-08-10T23:34:41.063198Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "42.62.103.34", "correlationId": "e7760d6d-a353-4d17-8dff-eade2e26e400", "identity": "Joseph Taylor", "Level": 4, "location": "XF", "properties": {"id": "cc84aab4-5145-442b-a538-82aea6a75700", "createdDateTime": "2022-08-10T23:34:41.209198Z", "userDisplayName": "Joseph Taylor", "userPrincipalName": "jtaylor@domain.com", "userId": "af9847eb-c773-41ae-bf94-42747c5e986c", "appId": "84f18b4b-ae12-484a-847f-f3e36093594a", "appDisplayName": "Slack", "ipAddress": "42.62.103.34", "status": {"errorCode": 0, "additionalDetails": "MFA requirement satisfied by claim in the token"}, "clientAppUsed": "Browser", "deviceDetail": {"deviceId": "76b96bd3-e5d7-49ee-b195-bf363facdb3d", "displayName": "JOSEPHTAYLOR-LT", "operatingSystem": "Windows", "isCompliant": true, "isManaged": true, "trustType": "Azure AD joined"}, "location": {"city": "Jessicafurt", "state": "Smithbury", "countryOrRegion": "XF", "geoCoordinates": {"latitude": 17.5082395, "longitude": -115.304215}}, "mfaDetail": {}, "correlationId": "2dbffff4-8c38-443e-a1e3-a765a1beca40", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "ae134625-1fc4-49b9-9c37-01d101f0a70b", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "processingTimeInMilliseconds": 146, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Slack Service", "resourceId": "f0630e90-b752-4960-bfb9-a0794fc34930", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 393508, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "jp7E5KSyVgIJxPM5sweP9S9xkXUVXiXu87DpxR3LkzEeyzgv", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "1f37c851-4be4-455b-928a-fbde7845a68a"}}, {"time": "2022-08-10T23:55:22.217692Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "212.169.11.63", "correlationId": "86d6a333-aade-4d93-ab43-24506530f77f", "identity": "Kristen Howell", "Level": 4, "location": "XR", "properties": {"id": "fbcedcc7-b4d5-4563-84a7-f0386b6a7100", "createdDateTime": "2022-08-10T23:55:22.337692Z", "userDisplayName": "Kristen Howell", "userPrincipalName": "khowell@domain.com", "userId": "20e1e3f9-665f-45bd-9984-5e74b526d3b5", "appId": "23cab0c7-7a39-45c8-bbc1-00512d4581f4", "appDisplayName": "LumApps", "ipAddress": "212.169.11.63", "status": {"errorCode": 0}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (iPad; CPU iPad OS 9_3_6 like Mac OS X) AppleWebKit/536.1 (KHTML, like Gecko) CriOS/42.0.865.0 Mobile/77O124 Safari/536.1 Edge/99.14477", "deviceDetail": {"deviceId": "caf12d64-01ec-4396-b330-e7eb6349ad45", "displayName": "KRISTENHOWELL-LT", "operatingSystem": "Windows 10", "browser": "Edge 99.14477", "trustType": "Azure AD registered"}, "location": {"city": "North Lisachester", "state": "Smithton", "countryOrRegion": "XR", "geoCoordinates": {"latitude": -69.00844, "longitude": -172.534328}}, "correlationId": "cc479878-4b94-4346-b759-8ee6382e4135", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "da24757b-362b-4d08-b292-33fce203fd4b", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 120, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "LumApps Service", "resourceId": "9a84f55e-3a40-492c-9476-e069f64ed7a6", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 144064, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "UOIHoBqzv5syT1uCS0YhnwIFg0FjiQTqNPkXkR60bVS6sStm", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "37ee873b-f901-4e25-be69-010243106d0f", "rngcStatus": 0}}, {"time": "2022-08-11T00:07:04.185905Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "92.110.109.246", "correlationId": "79c4accf-a2cf-412a-ad67-a0cfadd13a4b", "identity": "David Johnson", "Level": 4, "location": "XR", "properties": {"id": "bbd0f834-7826-4e71-92d2-dd87db066c00", "createdDateTime": "2022-08-11T00:07:04.327905Z", "userDisplayName": "David Johnson", "userPrincipalName": "djohnson@domain.com", "userId": "ff2ae3d2-8cd2-4bd6-b65d-49c5ad946c7f", "appId": "9003b8ba-730c-412d-8972-267700304e01", "appDisplayName": "Box", "ipAddress": "92.110.109.246", "status": {"errorCode": 0}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (Windows NT 4.0) AppleWebKit/531.1 (KHTML, like Gecko) Chrome/20.0.823.0 Safari/531.1 Edge/87.11424", "deviceDetail": {"deviceId": "8fb0ff79-f116-4f20-8ca8-36b3f8d68865", "displayName": "DAVIDJOHNSON-LT", "operatingSystem": "Windows 10", "browser": "Edge 87.11424", "trustType": "Azure AD registered"}, "location": {"city": "Port Denisetown", "state": "Smithton", "countryOrRegion": "XR", "geoCoordinates": {"latitude": 3.5518965, "longitude": 131.871582}}, "correlationId": "a28cae09-16df-4db3-8215-d47fd402e0d4", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "3ed8b902-e555-4d5a-a28d-624d214977b6", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 142, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Box Online", "resourceId": "2c3383ff-432a-49ee-bb8b-8699a7d0416f", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 230297, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "OrEzjMcZbBI8XSTazYfLdPQKj1xRZkXBspIJS5nZaz7rR1TZ", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "35efb8e5-3b35-4a86-b7ce-660b69bfa773", "rngcStatus": 0}}, {"time": "2022-08-11T00:10:22.713978Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "SignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "50140", "resultSignature": "None", "resultDescription": "This error occurred due to 'Keep me signed in' interrupt when the user was signing-in.", "durationMs": 0, "callerIpAddress": "205.33.24.92", "correlationId": "e92254b2-2d61-4043-8f38-e5145a394f52", "identity": "Aaron Cole", "Level": 4, "location": "XD", "properties": {"id": "1cd5ccc5-a4e9-487c-82c8-57d90f516700", "createdDateTime": "2022-08-11T00:10:22.845978Z", "userDisplayName": "Aaron Cole", "userPrincipalName": "acole@domain.com", "userId": "5d557969-1645-4ba4-be83-b6fd943659f7", "appId": "1b3edb90-1e06-46db-b021-e2fc1f7ddaf5", "appDisplayName": "Beatrust", "ipAddress": "205.33.24.92", "status": {"errorCode": 50140, "failureReason": "This error occurred due to 'Keep me signed in' interrupt when the user was signing-in."}, "clientAppUsed": "Browser", "userAgent": "Mozilla/5.0 (X11; Linux i686) AppleWebKit/536.2 (KHTML, like Gecko) Chrome/22.0.877.0 Safari/536.2", "deviceDetail": {"deviceId": "", "operatingSystem": "Windows 10", "browser": "Chrome 22.0.877.0"}, "location": {"city": "Kristinmouth", "state": "Norrisbury", "countryOrRegion": "XD", "geoCoordinates": {"latitude": 26.278784, "longitude": -92.042573}}, "correlationId": "aa73a3e2-79f9-4b34-b1a6-c2acf4eeae58", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "bd08871e-7fd2-4b51-b562-a9f70ba108c6", "isInteractive": true, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 132, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Beatrust Service", "resourceId": "24578515-1951-4064-967d-0d2acaf0aa70", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "alternateSignInName": "acole1@domain.com", "signInIdentifier": "acole1@domain.com", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 214655, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "m2ft17VZXRpkcWJgjNHVtwpVVvLVdq32qhDxSIB8BP1jKfFS", "incomingTokenType": "none", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "0e68752b-7dfa-400b-a6f5-1b54af90696a", "rngcStatus": 0}}, {"time": "2022-08-11T00:21:59.432110Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "1.210.58.10", "correlationId": "266ba9b0-adbe-417b-aa56-ef4d1dc0f873", "identity": "Keith Sheppard", "Level": 4, "location": "XD", "properties": {"id": "0a69ca91-57c8-44f4-948f-1978a9797200", "createdDateTime": "2022-08-11T00:21:59.522110Z", "userDisplayName": "Keith Sheppard", "userPrincipalName": "ksheppard@domain.com", "userId": "05bd48f1-91d2-4c2d-9a7c-80e80f561b3c", "appId": "9a7e67c7-6f05-42a3-b226-97c7ec3e9696", "appDisplayName": "Adobe Identity Management", "ipAddress": "1.210.58.10", "status": {"errorCode": 0}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (Windows NT 4.0) AppleWebKit/531.1 (KHTML, like Gecko) Chrome/20.0.823.0 Safari/531.1 Edge/87.11424", "deviceDetail": {"deviceId": "639815fd-5018-4e38-9d81-67538b2ce460", "displayName": "KEITHSHEPPARD-LT", "operatingSystem": "Windows 10", "browser": "Edge 87.11424", "trustType": "Azure AD registered"}, "location": {"city": "Cooperhaven", "state": "Norrisbury", "countryOrRegion": "XD", "geoCoordinates": {"latitude": 70.436398, "longitude": -23.873747}}, "correlationId": "469ac4b4-4f6b-44c1-9cb3-eb9a3b5adeea", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "53906a80-192f-4aca-92b4-bdc775f2579e", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 90, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Adobe Identity Management Service", "resourceId": "2c3383ff-432a-49ee-bb8b-8699a7d0416f", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 69487, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "rLa56BOlq515vTyk3qrP5xrRhA6otBiAzzWNjaZ8fcBlnsIi", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "35efb8e5-3b35-4a86-b7ce-660b69bfa773", "rngcStatus": 0}}, {"time": "2022-08-11T00:30:47.127214Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "42.62.103.34", "correlationId": "4c38d2fe-8317-4431-a477-5dcc4280a416", "identity": "Joseph Taylor", "Level": 4, "location": "XF", "properties": {"id": "d2644368-9b2b-45cb-8872-4b3f175b9900", "createdDateTime": "2022-08-11T00:30:47.470214Z", "userDisplayName": "Joseph Taylor", "userPrincipalName": "jtaylor@domain.com", "userId": "af9847eb-c773-41ae-bf94-42747c5e986c", "appId": "1b3edb90-1e06-46db-b021-e2fc1f7ddaf5", "appDisplayName": "Beatrust", "ipAddress": "42.62.103.34", "status": {"errorCode": 0, "additionalDetails": "MFA requirement satisfied by claim in the token"}, "clientAppUsed": "Browser", "deviceDetail": {"deviceId": "76b96bd3-e5d7-49ee-b195-bf363facdb3d", "displayName": "JOSEPHTAYLOR-LT", "operatingSystem": "Windows 10", "browser": "Rich Client 5.2.7.0", "isCompliant": true, "isManaged": true, "trustType": "Azure AD joined"}, "location": {"city": "Jessicafurt", "state": "Smithbury", "countryOrRegion": "XF", "geoCoordinates": {"latitude": 17.5082395, "longitude": -115.304215}}, "mfaDetail": {}, "correlationId": "b69bccc8-99ab-404f-8ad2-8c3073326c0a", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "00032e5c-bf40-402b-80d9-177101ab06df", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 343, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Beatrust Service", "resourceId": "7bfbb7b7-4d69-428d-b8fd-4930b70ef2b7", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 393508, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "NLzceOEqeOVLLeLpck72RE6Rf1DOEVxM88IYDqhqxB83IHMI", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "cac89839-f185-4291-9f46-fc482c649c15", "rngcStatus": 0}}, {"time": "2022-08-11T00:33:35.224310Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "99.116.100.205", "correlationId": "04ff853b-adce-4c5d-a8b5-2c628dc1ea28", "identity": "Aaron Cole", "Level": 4, "location": "XD", "properties": {"id": "a6ae8eb8-8aea-4e1d-a5ac-6926382c8d00", "createdDateTime": "2022-08-11T00:33:35.281310Z", "userDisplayName": "Aaron Cole", "userPrincipalName": "acole@domain.com", "userId": "5d557969-1645-4ba4-be83-b6fd943659f7", "appId": "b6eb5487-41e5-4254-acc5-72fbd850bd1e", "appDisplayName": "Google Cloud / G Suite Connector by Microsoft", "ipAddress": "99.116.100.205", "status": {"errorCode": 0}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (iPad; CPU iPad OS 9_3_6 like Mac OS X) AppleWebKit/536.1 (KHTML, like Gecko) CriOS/42.0.865.0 Mobile/77O124 Safari/536.1 Edge/99.14477", "deviceDetail": {"deviceId": "", "operatingSystem": "Windows 10", "browser": "Edge 99.14477"}, "location": {"city": "Carrollstad", "state": "Norrisbury", "countryOrRegion": "XD", "geoCoordinates": {"latitude": -38.8540465, "longitude": -17.674718}}, "correlationId": "88a6d368-9595-4b69-8fbd-7741a75030cc", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "22358271-a36b-4564-86ad-05cbafca8ba1", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 57, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Google Cloud / G Suite Connector by Microsoft Service", "resourceId": "75749f82-c04d-49cc-8cae-2987efd4253f", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 214655, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "FmPMwRnrMQsVs7L8zwNyPISqsC9Qnp6b4CkcOJnePw21QIix", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "c50c2d73-001f-4fea-9d6e-2352c62ae539", "rngcStatus": 0}}, {"time": "2022-08-11T00:37:36.508948Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "50158", "resultSignature": "None", "resultDescription": "External security challenge was not satisfied.", "durationMs": 0, "callerIpAddress": "92.110.109.246", "correlationId": "35942b9f-1228-4a2d-bbac-c4d63d8b2ba1", "identity": "Thomas Price", "Level": 4, "location": "XR", "properties": {"id": "f534fc6d-0530-4daa-a6ab-fff00d305f00", "createdDateTime": "2022-08-11T00:37:36.639948Z", "userDisplayName": "Thomas Price", "userPrincipalName": "tprice@domain.com", "userId": "32109ee2-ee4f-4d11-9c38-2556aec0f2b5", "appId": "9a7e67c7-6f05-42a3-b226-97c7ec3e9696", "appDisplayName": "Adobe Identity Management", "ipAddress": "92.110.109.246", "status": {"errorCode": 50158, "failureReason": "External security challenge was not satisfied."}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (X11; Linux i686) AppleWebKit/535.2 (KHTML, like Gecko) Chrome/22.0.843.0 Safari/535.2 Edge/118.12158", "deviceDetail": {"deviceId": "0927e60c-8dfa-4ecf-be85-ad63bccf40a1", "displayName": "THOMASPRICE-LT", "operatingSystem": "Windows 10", "browser": "Edge 118.12158", "trustType": "Hybrid Azure AD joined"}, "location": {"city": "Port Denisetown", "state": "Smithton", "countryOrRegion": "XR", "geoCoordinates": {"latitude": 3.5518965, "longitude": 131.871582}}, "correlationId": "1bc42995-cfb0-425e-94a2-cff1b13da3d7", "conditionalAccessStatus": "failure", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "1ad73c7f-fbd4-4925-ac6b-129e3a5dcd5e", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 131, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Adobe Identity Management Service", "resourceId": "30663ca7-f8a9-43ab-8ca1-7906bdbc1485", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 230297, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "5okfCMmT0MBeUMnJWG7EGH9Fw55NNfAGKx4dTaqkPASbkreq", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "a6c259e5-7f16-48b2-a9f3-75becd6daa9b", "rngcStatus": 0}}, {"time": "2022-08-11T00:44:41.466236Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "86.154.193.190", "correlationId": "00911d4a-e3ca-4034-ae5f-d30b4b5a14b5", "identity": "Jamie Watson", "Level": 4, "location": "XR", "properties": {"id": "80a78cf7-7251-46ba-b35b-bdc3ef3a6000", "createdDateTime": "2022-08-11T00:44:41.571236Z", "userDisplayName": "Jamie Watson", "userPrincipalName": "jwatson@domain.com", "userId": "2844695b-9a70-48ed-a5ce-f3d711e2292b", "appId": "9a7e67c7-6f05-42a3-b226-97c7ec3e9696", "appDisplayName": "Adobe Identity Management", "ipAddress": "86.154.193.190", "status": {"errorCode": 0}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (X11; Linux i686) AppleWebKit/533.0 (KHTML, like Gecko) Chrome/24.0.803.0 Safari/533.0 Edge/40.11325", "deviceDetail": {"deviceId": "fc784602-6455-4450-be3c-6770e0359f8a", "displayName": "JAMIEWATSON-LT", "operatingSystem": "Windows 10", "browser": "Edge 40.11325", "isCompliant": true, "isManaged": true, "trustType": "Azure AD joined"}, "location": {"city": "Port Denisetown", "state": "Smithton", "countryOrRegion": "XR", "geoCoordinates": {"latitude": 3.5518965, "longitude": 131.871582}}, "correlationId": "69957a29-1727-4c67-8210-17eea96d4600", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "37a8b15b-ee9e-4806-90f6-015d22c18a8f", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 105, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Adobe Identity Management Service", "resourceId": "9a84f55e-3a40-492c-9476-e069f64ed7a6", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 256668, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "tDTWXF5SQ5tMVORkGboktZbpi701dOUBExXzVvdDbgootMxF", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "37ee873b-f901-4e25-be69-010243106d0f", "rngcStatus": 0}}, {"time": "2022-08-11T00:53:41.993047Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "13.113.40.157", "correlationId": "c57e5f07-4ca2-4158-8d7e-b6f54392577a", "identity": "Attack Target", "Level": 4, "location": "XR", "properties": {"id": "d4236fef-7c73-4402-98e3-fe3cadd26c00", "createdDateTime": "2022-08-11T00:53:42.307047Z", "userDisplayName": "Attack Target", "userPrincipalName": "attacktarget@domain.com", "userId": "d735e84b-dcca-404d-9f7d-700f360f41a6", "appId": "9c5b7fe3-0ad2-4ea6-94e5-9e0001f367e3", "appDisplayName": "Articulate 360", "ipAddress": "13.113.40.157", "status": {"errorCode": 0}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (iPad; CPU iPad OS 9_3_6 like Mac OS X) AppleWebKit/536.1 (KHTML, like Gecko) CriOS/42.0.865.0 Mobile/77O124 Safari/536.1 Edge/99.14477", "deviceDetail": {"deviceId": "a44625dc-6f81-449a-9799-8005f7209b42", "displayName": "ATTACKTARGET-LT", "operatingSystem": "Windows 10", "browser": "Edge 99.14477", "trustType": "Azure AD registered"}, "location": {"city": "Smithfort", "state": "Smithfort", "countryOrRegion": "XR", "geoCoordinates": {"latitude": 3.7564095, "longitude": -121.574606}}, "correlationId": "4ab208e4-4cf3-4b08-a0c6-485bd4bc15d2", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "28c5d8c4-adfa-444b-a39c-c4167fbef1c8", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 314, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Articulate 360 Online", "resourceId": "436260d5-3791-4aea-a4da-aa698ec35f2f", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 34974, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "ECoxKT6wjsFtXFljYNcrwcJj8FJowsfFgjupd0UxFatyaKmP", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "94b9f3ba-5f4b-4edc-99dc-a420b76960f9", "rngcStatus": 0}}, {"time": "2022-08-11T01:00:26.896029Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "99.116.100.205", "correlationId": "88e85231-a3cf-4dd6-ae90-8d29dc2b1084", "identity": "Aaron Cole", "Level": 4, "location": "XD", "properties": {"id": "0845bbb6-89fe-4165-bbbd-5202f7d35300", "createdDateTime": "2022-08-11T01:00:26.989029Z", "userDisplayName": "Aaron Cole", "userPrincipalName": "acole@domain.com", "userId": "5d557969-1645-4ba4-be83-b6fd943659f7", "appId": "e47a1d38-5f61-45cd-b1b9-bc92f525c598", "appDisplayName": "Altoura", "ipAddress": "99.116.100.205", "status": {"errorCode": 0}, "clientAppUsed": "Browser", "userAgent": "Mozilla/5.0 (Linux; Android 2.3.5) AppleWebKit/532.2 (KHTML, like Gecko) Chrome/46.0.898.0 Safari/532.2 Edge/105.19198", "deviceDetail": {"deviceId": "", "operatingSystem": "Windows 10", "browser": "Edge 105.19198"}, "location": {"city": "Carrollstad", "state": "Norrisbury", "countryOrRegion": "XD", "geoCoordinates": {"latitude": -38.8540465, "longitude": -17.674718}}, "correlationId": "60ab756e-4bfa-4aff-a360-13580d6d2da5", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "de33c6de-bf07-441e-8079-dba497fcf94d", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "processingTimeInMilliseconds": 93, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Altoura Online", "resourceId": "8a137ba4-52ae-4dbf-94af-2e56851573c4", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 214655, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "O1pLQxgGCCmFtIstCmkkSWjST6YNRZyInaOP5jEWvBB8eek1", "incomingTokenType": "none", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": null}}, {"time": "2022-08-11T01:08:14.167204Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "86.154.193.190", "correlationId": "7f355365-93aa-4fec-bf5a-98384e0edc1d", "identity": "Melissa Martin", "Level": 4, "location": "XR", "properties": {"id": "b84db3dc-6311-47ec-98ed-c250e7f26b00", "createdDateTime": "2022-08-11T01:08:14.250204Z", "userDisplayName": "Melissa Martin", "userPrincipalName": "mmartin@domain.com", "userId": "632ccb55-03a7-40f4-9893-653527cae790", "appId": "9de6e985-97a5-4d82-9c45-aedaa9c25ef9", "appDisplayName": "AWS Single-Account Access", "ipAddress": "86.154.193.190", "status": {"errorCode": 0}, "clientAppUsed": "Browser", "deviceDetail": {"deviceId": "", "operatingSystem": "Windows"}, "location": {"city": "Port Denisetown", "state": "Smithton", "countryOrRegion": "XR", "geoCoordinates": {"latitude": 3.5518965, "longitude": 131.871582}}, "correlationId": "97a5c2a4-b3da-4634-8d26-b30f77bb28a4", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "9a9ec203-3e2e-4364-a818-fd36d3c0580d", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 83, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "AWS Single-Account Access Service", "resourceId": "9a84f55e-3a40-492c-9476-e069f64ed7a6", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 256668, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "Bx1SaCXkRiZeLKbotN9L1Y6A6pKU8m2mDY9inGJVrnqZhSU3", "incomingTokenType": "none", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "37ee873b-f901-4e25-be69-010243106d0f", "rngcStatus": 0}}, {"time": "2022-08-11T01:21:30.209053Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "50158", "resultSignature": "None", "resultDescription": "External security challenge was not satisfied.", "durationMs": 0, "callerIpAddress": "105.169.153.183", "correlationId": "0ea0a704-2430-4add-81ac-77b68d64d177", "identity": "Thomas Price", "Level": 4, "location": "XR", "properties": {"id": "0a5d29f3-d2f6-475a-8ab8-e72b19746e00", "createdDateTime": "2022-08-11T01:21:30.348053Z", "userDisplayName": "Thomas Price", "userPrincipalName": "tprice@domain.com", "userId": "32109ee2-ee4f-4d11-9c38-2556aec0f2b5", "appId": "9a7e67c7-6f05-42a3-b226-97c7ec3e9696", "appDisplayName": "Adobe Identity Management", "ipAddress": "105.169.153.183", "status": {"errorCode": 50158, "failureReason": "External security challenge was not satisfied."}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (X11; Linux i686) AppleWebKit/535.2 (KHTML, like Gecko) Chrome/22.0.843.0 Safari/535.2 Edge/118.12158", "deviceDetail": {"deviceId": "2b85c59f-331a-4b61-9a44-9d3d6df62a06", "displayName": "THOMASPRICE-LT", "operatingSystem": "Windows 10", "browser": "Edge 118.12158", "trustType": "Hybrid Azure AD joined"}, "location": {"city": "Santosborough", "state": "Smithton", "countryOrRegion": "XR", "geoCoordinates": {"latitude": 12.8350355, "longitude": 138.359011}}, "correlationId": "26fd8b3b-93c7-454b-8a6e-1cfeb52b78e3", "conditionalAccessStatus": "failure", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "916d87d7-0dfb-464a-931c-10f24b75001d", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 139, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Adobe Identity Management Service", "resourceId": "30663ca7-f8a9-43ab-8ca1-7906bdbc1485", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 256668, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "fHium7SCOYXxWgi5AHk2bn0drCChrEspaE91qNpKDZdncv26", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "a6c259e5-7f16-48b2-a9f3-75becd6daa9b", "rngcStatus": 0}}, {"time": "2022-08-11T01:40:12.379484Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "86.154.193.190", "correlationId": "b75e01c8-b473-4dc5-a5d4-101a6ed9634a", "identity": "Kristen Howell", "Level": 4, "location": "XR", "properties": {"id": "4ddb034d-d670-4525-9f72-a3059fbd7600", "createdDateTime": "2022-08-11T01:40:12.495484Z", "userDisplayName": "Kristen Howell", "userPrincipalName": "khowell@domain.com", "userId": "20e1e3f9-665f-45bd-9984-5e74b526d3b5", "appId": "2eae4ad1-8cae-48fe-b718-76bd66e2fc7f", "appDisplayName": "Bipsync", "ipAddress": "86.154.193.190", "status": {"errorCode": 0}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (X11; Linux i686) AppleWebKit/533.0 (KHTML, like Gecko) Chrome/24.0.803.0 Safari/533.0 Edge/40.11325", "deviceDetail": {"deviceId": "6ea76864-5f18-47dd-adb9-2b1dfcbfc425", "displayName": "KRISTENHOWELL-LT", "operatingSystem": "Windows 10", "browser": "Edge 40.11325", "isCompliant": true, "isManaged": true, "trustType": "Azure AD joined"}, "location": {"city": "Port Denisetown", "state": "Smithton", "countryOrRegion": "XR", "geoCoordinates": {"latitude": 3.5518965, "longitude": 131.871582}}, "correlationId": "d4c56fd3-8eb7-4c5e-befb-a35854d33a34", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "874468ac-b086-4611-b451-94b7bc53abbd", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 116, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Bipsync Service", "resourceId": "4b482d0a-88be-43f3-a771-aaf19d9bbf70", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 256668, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "tMES00PkTpLNbGz1nYaMHVSKQfsNWvmLTmm5SFMkItjsbXhf", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "b4d48f3a-639f-4f89-a099-2fdd27423d1f", "rngcStatus": 0}}, {"time": "2022-08-11T02:47:36.019936Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "105.169.153.183", "correlationId": "21886828-a4ec-4572-8831-bbb0319bf570", "identity": "Jim Gonzalez", "Level": 4, "location": "XR", "properties": {"id": "49d543cf-3853-413c-83db-9812c52f8e00", "createdDateTime": "2022-08-11T02:47:36.340936Z", "userDisplayName": "Jim Gonzalez", "userPrincipalName": "jgonzalez@domain.com", "userId": "95090045-a9c5-489c-adee-2db430a3333a", "appId": "9c5b7fe3-0ad2-4ea6-94e5-9e0001f367e3", "appDisplayName": "Articulate 360", "ipAddress": "105.169.153.183", "status": {"errorCode": 0}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (Windows NT 4.0) AppleWebKit/532.1 (KHTML, like Gecko) Chrome/38.0.801.0 Safari/532.1 Edge/19.15284", "deviceDetail": {"deviceId": "15135d1f-cb47-4bd8-b76d-90a9171c09bd", "displayName": "JIMGONZALEZ-LT", "operatingSystem": "Windows 10", "browser": "Edge 19.15284", "trustType": "Azure AD registered"}, "location": {"city": "Santosborough", "state": "Smithton", "countryOrRegion": "XR", "geoCoordinates": {"latitude": 12.8350355, "longitude": 138.359011}}, "correlationId": "f9346791-8287-4575-8af2-61fa463bf1c1", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "d2f7db7a-76f7-4dc6-a633-1c750377bfe8", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 321, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Articulate 360 Online", "resourceId": "436260d5-3791-4aea-a4da-aa698ec35f2f", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 256668, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "khsvEEShMlpcXJnuv8TMRCa7h3i1hQUmbJM18m5kCKot1sbu", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "94b9f3ba-5f4b-4edc-99dc-a420b76960f9", "rngcStatus": 0}}, {"time": "2022-08-11T03:03:44.313172Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "SignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "70044", "resultSignature": "None", "resultDescription": "The session has expired or is invalid due to sign-in frequency checks by conditional access.", "durationMs": 0, "callerIpAddress": "1.210.58.10", "correlationId": "480dd952-058e-4b18-ac89-58a132a100b2", "identity": "Keith Sheppard", "Level": 4, "location": "XD", "properties": {"id": "4add604d-9260-4299-90f9-149d85fd6900", "createdDateTime": "2022-08-11T03:03:44.470172Z", "userDisplayName": "Keith Sheppard", "userPrincipalName": "ksheppard@domain.com", "userId": "05bd48f1-91d2-4c2d-9a7c-80e80f561b3c", "appId": "a5322cbf-7100-41e3-85a1-3a8b74ba221c", "appDisplayName": "Stormboard", "ipAddress": "1.210.58.10", "status": {"errorCode": 70044, "failureReason": "The session has expired or is invalid due to sign-in frequency checks by conditional access."}, "clientAppUsed": "Browser", "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 12_4_8 like Mac OS X) AppleWebKit/536.2 (KHTML, like Gecko) CriOS/39.0.845.0 Mobile/81S373 Safari/536.2 Edge/40.11827", "deviceDetail": {"deviceId": "639815fd-5018-4e38-9d81-67538b2ce460", "displayName": "KEITHSHEPPARD-LT", "operatingSystem": "Windows 10", "browser": "Edge 40.11827", "trustType": "Azure AD registered"}, "location": {"city": "Cooperhaven", "state": "Norrisbury", "countryOrRegion": "XD", "geoCoordinates": {"latitude": 70.436398, "longitude": -23.873747}}, "correlationId": "9982cc44-5c25-47a5-8c8a-7abce9e45898", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "d87ad735-1b56-4191-be06-b7f00a017c8a", "isInteractive": true, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 157, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Stormboard Online", "resourceId": "24578515-1951-4064-967d-0d2acaf0aa70", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 69487, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "1zopN5UZ7AFHu7TMYrbqkaXKOm9PxbSbgxUnj6o4qyHKNgW9", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "0e68752b-7dfa-400b-a6f5-1b54af90696a", "rngcStatus": 0}}, {"time": "2022-08-11T03:08:11.999951Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "13.113.40.157", "correlationId": "2d8c115f-0144-42dd-b2ed-2490bc5aa641", "identity": "Attack Target", "Level": 4, "location": "XR", "properties": {"id": "b62243d9-70f0-4a91-8086-5bb30d344b00", "createdDateTime": "2022-08-11T03:08:12.131951Z", "userDisplayName": "Attack Target", "userPrincipalName": "attacktarget@domain.com", "userId": "d735e84b-dcca-404d-9f7d-700f360f41a6", "appId": "9a7e67c7-6f05-42a3-b226-97c7ec3e9696", "appDisplayName": "Adobe Identity Management", "ipAddress": "13.113.40.157", "status": {"errorCode": 0}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (iPad; CPU iPad OS 9_3_6 like Mac OS X) AppleWebKit/536.1 (KHTML, like Gecko) CriOS/42.0.865.0 Mobile/77O124 Safari/536.1 Edge/99.14477", "deviceDetail": {"deviceId": "a44625dc-6f81-449a-9799-8005f7209b42", "displayName": "ATTACKTARGET-LT", "operatingSystem": "Windows 10", "browser": "Edge 99.14477", "trustType": "Azure AD registered"}, "location": {"city": "New John", "state": "Smithfort", "countryOrRegion": "XR", "geoCoordinates": {"latitude": -89.144242, "longitude": 168.119022}}, "correlationId": "d0be8928-7712-4715-8b94-0ccc174aff3c", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "a641d9d3-44fd-4201-8f2d-7f7be3698b85", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "processingTimeInMilliseconds": 132, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Adobe Identity Management Service", "resourceId": "80abac89-d2c0-4b6c-8ffc-5023bd7efc5e", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 34974, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "sz7I4ngGQwMHT4ytqRe2bNIeNtXxemUPGwInHbcf90IvIV1x", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": null}}, {"time": "2022-08-11T03:33:09.611832Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "199.12.127.103", "correlationId": "db6c2d18-15a6-4317-9b28-f75b33b744a8", "identity": "Jacob Meyers", "Level": 4, "location": "XG", "properties": {"id": "06dee02d-5499-45a9-a062-939c64195300", "createdDateTime": "2022-08-11T03:33:09.688832Z", "userDisplayName": "Jacob Meyers", "userPrincipalName": "jmeyers@domain.com", "userId": "c63a67b0-1651-4a8a-9560-cc703cdad5ad", "appId": "9167c284-c68f-468a-84be-0ee4f23879fe", "appDisplayName": "ArcGIS Enterprise", "ipAddress": "199.12.127.103", "status": {"errorCode": 0}, "clientAppUsed": "Mobile Apps and Desktop clients", "deviceDetail": {"deviceId": "", "operatingSystem": "Android"}, "location": {"city": "Port Nathan", "state": "Newmanville", "countryOrRegion": "XG", "geoCoordinates": {"latitude": 23.244641, "longitude": -113.392021}}, "correlationId": "766b5674-1a00-415d-9ea5-9bb79309b56e", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "7d49b0b0-b388-46d8-ae5c-7ce3c9058fd5", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "processingTimeInMilliseconds": 77, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "ArcGIS Enterprise Service", "resourceId": "db504cc4-8f0b-4800-a3d2-d75104ad7e82", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 282405, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "eGv4ApgFyGzukr3X5NcgvrMXXx05lM4b3Qcjo6ClEHjqp8sk", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "e1eed55d-0b15-4abe-964b-f2d45bbc8964"}}, {"time": "2022-08-11T03:36:38.783049Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "156.206.181.119", "correlationId": "66a8ab8d-a1d5-4513-8949-f71f95c8c275", "identity": "Cynthia Perry", "Level": 4, "location": "XY", "properties": {"id": "49631f69-cc61-4c2e-82a5-314e4b079900", "createdDateTime": "2022-08-11T03:36:38.873049Z", "userDisplayName": "Cynthia Perry", "userPrincipalName": "cperry@domain.com", "userId": "ac5fa380-9d5b-470e-beb2-5ba10aca48e6", "appId": "9de6e985-97a5-4d82-9c45-aedaa9c25ef9", "appDisplayName": "AWS Single-Account Access", "ipAddress": "156.206.181.119", "status": {"errorCode": 0}, "clientAppUsed": "Browser", "deviceDetail": {"deviceId": "", "operatingSystem": "Windows"}, "location": {"city": "Hannaville", "state": "Thomashaven", "countryOrRegion": "XY", "geoCoordinates": {"latitude": 1.1452695, "longitude": 128.249211}}, "correlationId": "e19c9dea-ca7c-45d8-b5d2-f1b4f3655594", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "6ca7a385-0b61-46e3-b049-8bbadc60a27a", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 90, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "AWS Single-Account Access Service", "resourceId": "f0630e90-b752-4960-bfb9-a0794fc34930", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 279165, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "Hhm4tOwrEbaZb4fb2Umxdv5iKbo5S02hxFa2uSEUEEUKGzLo", "incomingTokenType": "none", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "1f37c851-4be4-455b-928a-fbde7845a68a", "rngcStatus": 0}}, {"time": "2022-08-11T04:01:08.577816Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "92.110.109.246", "correlationId": "bf5ce3d0-0b46-4db4-a07f-07620a8f5a71", "identity": "David Johnson", "Level": 4, "location": "XR", "properties": {"id": "29a68730-c074-44bc-9ec3-76c940be9700", "createdDateTime": "2022-08-11T04:01:08.721816Z", "userDisplayName": "David Johnson", "userPrincipalName": "djohnson@domain.com", "userId": "ff2ae3d2-8cd2-4bd6-b65d-49c5ad946c7f", "appId": "bf2855c0-7434-4262-8885-ad2f5206d324", "appDisplayName": "COINS Construction Cloud - Project and Productivity Apps", "ipAddress": "92.110.109.246", "status": {"errorCode": 0}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (Windows NT 4.0) AppleWebKit/531.1 (KHTML, like Gecko) Chrome/20.0.823.0 Safari/531.1 Edge/87.11424", "deviceDetail": {"deviceId": "8fb0ff79-f116-4f20-8ca8-36b3f8d68865", "displayName": "DAVIDJOHNSON-LT", "operatingSystem": "Windows 10", "browser": "Edge 87.11424", "trustType": "Azure AD registered"}, "location": {"city": "Port Denisetown", "state": "Smithton", "countryOrRegion": "XR", "geoCoordinates": {"latitude": 3.5518965, "longitude": 131.871582}}, "correlationId": "0c349ad4-d87b-4183-9b9a-d62f44b7b9a6", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "bd387875-2c30-43b5-9d89-f9e58b0a425a", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 144, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "COINS Construction Cloud - Project and Productivity Apps Service", "resourceId": "054f44f6-54fb-4ef0-9fc3-d3ec90e47d0d", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 230297, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "ViQi8fVBdgT2zGMuGvVmQRl2o98WYGitBzJrJzQyxzlhYCfo", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": null, "rngcStatus": 0}}, {"time": "2022-08-11T04:16:58.131106Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "13.113.40.157", "correlationId": "4b5f54dd-3bcb-4763-b926-547f6566d119", "identity": "Attack Target", "Level": 4, "location": "XR", "properties": {"id": "4ef53074-987d-44ae-a8dd-b6e4297d9000", "createdDateTime": "2022-08-11T04:16:58.250106Z", "userDisplayName": "Attack Target", "userPrincipalName": "attacktarget@domain.com", "userId": "d735e84b-dcca-404d-9f7d-700f360f41a6", "appId": "9a7e67c7-6f05-42a3-b226-97c7ec3e9696", "appDisplayName": "Adobe Identity Management", "ipAddress": "13.113.40.157", "status": {"errorCode": 0}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (iPad; CPU iPad OS 9_3_6 like Mac OS X) AppleWebKit/536.1 (KHTML, like Gecko) CriOS/42.0.865.0 Mobile/77O124 Safari/536.1 Edge/99.14477", "deviceDetail": {"deviceId": "a44625dc-6f81-449a-9799-8005f7209b42", "displayName": "ATTACKTARGET-LT", "operatingSystem": "Windows 10", "browser": "Edge 99.14477", "trustType": "Azure AD registered"}, "location": {"city": "Smithfort", "state": "Smithfort", "countryOrRegion": "XR", "geoCoordinates": {"latitude": 3.7564095, "longitude": -121.574606}}, "correlationId": "5f99a15f-ffd9-45c1-a5f7-044b2ae7b347", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "ee475d35-696f-49e0-93ef-7532a717d071", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 119, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Adobe Identity Management Service", "resourceId": "7d6a0897-8b82-49e9-90e2-d482fb9202bd", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 34974, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "U0PPYxoylzWxnFdsDJ1bHOsun83PLEn9PLSwk2rETpsToVhd", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "537d9419-7e2b-4778-9102-62256bcfcf45", "rngcStatus": 0}}, {"time": "2022-08-11T04:18:08.098059Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "50158", "resultSignature": "None", "resultDescription": "External security challenge was not satisfied.", "durationMs": 0, "callerIpAddress": "92.110.109.246", "correlationId": "38492dcb-60ae-46d1-8468-70859dc378f8", "identity": "Thomas Price", "Level": 4, "location": "XR", "properties": {"id": "59de31d3-9b3e-4d48-a206-9ae71c996c00", "createdDateTime": "2022-08-11T04:18:08.285059Z", "userDisplayName": "Thomas Price", "userPrincipalName": "tprice@domain.com", "userId": "32109ee2-ee4f-4d11-9c38-2556aec0f2b5", "appId": "9a7e67c7-6f05-42a3-b226-97c7ec3e9696", "appDisplayName": "Adobe Identity Management", "ipAddress": "92.110.109.246", "status": {"errorCode": 50158, "failureReason": "External security challenge was not satisfied."}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (X11; Linux i686) AppleWebKit/535.2 (KHTML, like Gecko) Chrome/22.0.843.0 Safari/535.2 Edge/118.12158", "deviceDetail": {"deviceId": "0927e60c-8dfa-4ecf-be85-ad63bccf40a1", "displayName": "THOMASPRICE-LT", "operatingSystem": "Windows 10", "browser": "Edge 118.12158", "trustType": "Hybrid Azure AD joined"}, "location": {"city": "Port Denisetown", "state": "Smithton", "countryOrRegion": "XR", "geoCoordinates": {"latitude": 3.5518965, "longitude": 131.871582}}, "correlationId": "55294532-5990-47db-96f0-c866ddf3007e", "conditionalAccessStatus": "failure", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "b72091fb-7001-4147-9571-f4757f13ba60", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 187, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Adobe Identity Management Service", "resourceId": "30663ca7-f8a9-43ab-8ca1-7906bdbc1485", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 230297, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "u9XlyQ48nRzPl4LHpt17v0A758LbU3PhMRKVeZi57twAxBx7", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "a6c259e5-7f16-48b2-a9f3-75becd6daa9b", "rngcStatus": 0}}, {"time": "2022-08-11T04:23:25.040374Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "147.132.189.119", "correlationId": "b6c3cd86-a3a6-42ce-b596-e6d0710437b3", "identity": "Cassie Fernandez", "Level": 4, "location": "XR", "properties": {"id": "b2a55e86-02d0-4234-820e-b3892d745600", "createdDateTime": "2022-08-11T04:23:25.157374Z", "userDisplayName": "Cassie Fernandez", "userPrincipalName": "cfernandez@domain.com", "userId": "67ef8be6-3f44-4db7-8172-fd6211428c1e", "appId": "2eae4ad1-8cae-48fe-b718-76bd66e2fc7f", "appDisplayName": "Bipsync", "ipAddress": "147.132.189.119", "status": {"errorCode": 0}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (iPad; CPU iPad OS 9_3_6 like Mac OS X) AppleWebKit/536.1 (KHTML, like Gecko) CriOS/42.0.865.0 Mobile/77O124 Safari/536.1 Edge/99.14477", "deviceDetail": {"deviceId": "d5a487a1-ef7d-4960-9723-7fdadce19af3", "displayName": "CASSIEFERNANDEZ-LT", "operatingSystem": "Windows 10", "browser": "Edge 99.14477", "trustType": "Azure AD registered"}, "location": {"city": "Port Denisetown", "state": "Smithton", "countryOrRegion": "XR", "geoCoordinates": {"latitude": 3.5518965, "longitude": 131.871582}}, "correlationId": "92e37b6e-9e8c-4099-9fd5-0b30aa90b1df", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "eb2b7219-3547-4c98-a413-376d40f4391d", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 117, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Bipsync Service", "resourceId": "9a84f55e-3a40-492c-9476-e069f64ed7a6", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 256668, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "OUuHfWf8GISvXPZwZXILXRxkfHsw57KVRIKJmk1xtVzWuxkx", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "37ee873b-f901-4e25-be69-010243106d0f", "rngcStatus": 0}}, {"time": "2022-08-11T04:28:35.870792Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "SignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "199.12.127.103", "correlationId": "ad848d99-6e6c-4e0b-81e8-227c48e50756", "identity": "Jacob Meyers", "Level": 4, "location": "XG", "properties": {"id": "45f948cc-c7b8-4f70-b09f-6ae18b998d00", "createdDateTime": "2022-08-11T04:28:35.990792Z", "userDisplayName": "Jacob Meyers", "userPrincipalName": "jmeyers@domain.com", "userId": "c63a67b0-1651-4a8a-9560-cc703cdad5ad", "appId": "1b3edb90-1e06-46db-b021-e2fc1f7ddaf5", "appDisplayName": "Beatrust", "ipAddress": "199.12.127.103", "status": {"errorCode": 0}, "clientAppUsed": "Browser", "userAgent": "Mozilla/5.0 (Windows NT 5.1) AppleWebKit/534.1 (KHTML, like Gecko) Chrome/37.0.847.0 Safari/534.1", "deviceDetail": {"deviceId": "", "operatingSystem": "Windows 10", "browser": "Chrome 37.0.847.0"}, "location": {"city": "Port Nathan", "state": "Newmanville", "countryOrRegion": "XG", "geoCoordinates": {"latitude": 23.244641, "longitude": -113.392021}}, "correlationId": "4a347e52-7d55-4ac4-b05f-c6de59c4eecc", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "1d005bea-7f8b-49d4-80a3-d8055f42c1db", "isInteractive": true, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 120, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Beatrust Service", "resourceId": "24578515-1951-4064-967d-0d2acaf0aa70", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 282405, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "ZpEW7KaaUjTboo365jUSPEqduoTGzWNFQJrAiTu04PhZbI7o", "incomingTokenType": "none", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "0e68752b-7dfa-400b-a6f5-1b54af90696a", "rngcStatus": 0}}, {"time": "2022-08-11T04:30:06.370050Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "13.113.40.157", "correlationId": "253d0f27-487a-46a6-bf9e-d2dc7a92b929", "identity": "Attack Target", "Level": 4, "location": "XR", "properties": {"id": "61f774b4-bfab-427d-9daf-8440b7076600", "createdDateTime": "2022-08-11T04:30:06.504050Z", "userDisplayName": "Attack Target", "userPrincipalName": "attacktarget@domain.com", "userId": "d735e84b-dcca-404d-9f7d-700f360f41a6", "appId": "9a7e67c7-6f05-42a3-b226-97c7ec3e9696", "appDisplayName": "Adobe Identity Management", "ipAddress": "13.113.40.157", "ipAddressFromResourceProvider": "13.113.40.157", "status": {"errorCode": 0}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (iPad; CPU iPad OS 9_3_6 like Mac OS X) AppleWebKit/536.1 (KHTML, like Gecko) CriOS/42.0.865.0 Mobile/77O124 Safari/536.1 Edge/99.14477", "deviceDetail": {"deviceId": "a44625dc-6f81-449a-9799-8005f7209b42", "displayName": "ATTACKTARGET-LT", "operatingSystem": "Windows 10", "browser": "Edge 99.14477", "trustType": "Azure AD registered"}, "location": {"city": "New John", "state": "Smithfort", "countryOrRegion": "XR", "geoCoordinates": {"latitude": -89.144242, "longitude": 168.119022}}, "correlationId": "80000aed-e8ae-4419-86ad-8fdf9555d60e", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "35cffc5c-fa3d-46ba-9d86-716724714ace", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 134, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Adobe Identity Management Service", "resourceId": "c8eab36d-0a82-409d-8693-a8dabc997921", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 34974, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "pOqoBNSXto8N58im81OCXalesM3Gnnop04kcGElhaz7O4ycx", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "2248d3ef-d7b8-4eb2-bd20-fb53f725bfe3", "rngcStatus": 0}}, {"time": "2022-08-11T04:39:41.480846Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "50158", "resultSignature": "None", "resultDescription": "External security challenge was not satisfied.", "durationMs": 0, "callerIpAddress": "92.110.109.246", "correlationId": "469b54b6-6f33-4295-b0c4-82ed8f64c90a", "identity": "Thomas Price", "Level": 4, "location": "XR", "properties": {"id": "bb73e259-c8ca-460e-86b8-ad976d286e00", "createdDateTime": "2022-08-11T04:39:41.609846Z", "userDisplayName": "Thomas Price", "userPrincipalName": "tprice@domain.com", "userId": "32109ee2-ee4f-4d11-9c38-2556aec0f2b5", "appId": "9a7e67c7-6f05-42a3-b226-97c7ec3e9696", "appDisplayName": "Adobe Identity Management", "ipAddress": "92.110.109.246", "status": {"errorCode": 50158, "failureReason": "External security challenge was not satisfied."}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (X11; Linux i686) AppleWebKit/535.2 (KHTML, like Gecko) Chrome/22.0.843.0 Safari/535.2 Edge/118.12158", "deviceDetail": {"deviceId": "fb4d911d-6441-411b-868f-d25d5586a326", "displayName": "THOMASPRICE-LT", "operatingSystem": "Windows 10", "browser": "Edge 118.12158", "trustType": "Hybrid Azure AD joined"}, "location": {"city": "Port Denisetown", "state": "Smithton", "countryOrRegion": "XR", "geoCoordinates": {"latitude": 3.5518965, "longitude": 131.871582}}, "correlationId": "47ac33e1-f96f-44e4-9253-78973c1581e1", "conditionalAccessStatus": "failure", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "f7082f43-8247-4c1e-9886-c0ec45d384d4", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 129, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Adobe Identity Management Service", "resourceId": "30663ca7-f8a9-43ab-8ca1-7906bdbc1485", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 230297, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "EfYnof7BSIznlBLPmzi7DLnoB8gUHclmNK8RWEIQuEJYD9os", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "a6c259e5-7f16-48b2-a9f3-75becd6daa9b", "rngcStatus": 0}}, {"time": "2022-08-11T04:43:41.302427Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "13.113.40.157", "correlationId": "978e1964-7bc1-4c8e-a817-4a29b386b1d4", "identity": "Attack Target", "Level": 4, "location": "XR", "properties": {"id": "7b5d90af-37fc-4efa-b905-5a1b9a089800", "createdDateTime": "2022-08-11T04:43:41.399427Z", "userDisplayName": "Attack Target", "userPrincipalName": "attacktarget@domain.com", "userId": "d735e84b-dcca-404d-9f7d-700f360f41a6", "appId": "9a7e67c7-6f05-42a3-b226-97c7ec3e9696", "appDisplayName": "Adobe Identity Management", "ipAddress": "13.113.40.157", "status": {"errorCode": 0}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (iPad; CPU iPad OS 9_3_6 like Mac OS X) AppleWebKit/536.1 (KHTML, like Gecko) CriOS/42.0.865.0 Mobile/77O124 Safari/536.1 Edge/99.14477", "deviceDetail": {"deviceId": "a44625dc-6f81-449a-9799-8005f7209b42", "displayName": "ATTACKTARGET-LT", "operatingSystem": "Windows 10", "browser": "Edge 99.14477", "trustType": "Azure AD registered"}, "location": {"city": "Smithfort", "state": "Smithfort", "countryOrRegion": "XR", "geoCoordinates": {"latitude": 3.7564095, "longitude": -121.574606}}, "correlationId": "55ced292-6fa9-4221-9e02-bdb94ade64b2", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "7ff78811-1101-4e0b-ae22-e3fb87c6fcfe", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 97, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Adobe Identity Management Service", "resourceId": "80abac89-d2c0-4b6c-8ffc-5023bd7efc5e", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 34974, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "2p75YFhfDESP4M8f7gkSEpzrgYx5K1u7aC3P8xKZSwUFNwUS", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": null, "rngcStatus": 0}}, {"time": "2022-08-11T04:48:59.651498Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "81.209.4.19", "correlationId": "da65bbda-7c33-4fc5-879e-a27dd479541b", "identity": "Jim Gonzalez", "Level": 4, "location": "XR", "properties": {"id": "7b5d90af-37fc-4efa-b905-5a1bb2008e00", "createdDateTime": "2022-08-11T04:48:59.769498Z", "userDisplayName": "Jim Gonzalez", "userPrincipalName": "jgonzalez@domain.com", "userId": "95090045-a9c5-489c-adee-2db430a3333a", "appId": "2eae4ad1-8cae-48fe-b718-76bd66e2fc7f", "appDisplayName": "Bipsync", "ipAddress": "81.209.4.19", "ipAddressFromResourceProvider": "81.209.4.19", "status": {"errorCode": 0}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (Linux; Android 4.4.3) AppleWebKit/533.2 (KHTML, like Gecko) Chrome/28.0.882.0 Safari/533.2 Edge/44.18413", "deviceDetail": {"deviceId": "1a428e94-41e3-4c1d-865a-0d31c9a2540b", "displayName": "JIMGONZALEZ-LT", "operatingSystem": "Windows 10", "browser": "Edge 44.18413", "trustType": "Azure AD registered"}, "location": {"city": "Santosborough", "state": "Smithton", "countryOrRegion": "XR", "geoCoordinates": {"latitude": 50.0774195, "longitude": 64.938754}}, "correlationId": "d76d20a0-f726-4665-a4f9-7fa3e31b9713", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "93ee6579-2989-4d1c-a146-9b726bebb5f6", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 118, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Bipsync Service", "resourceId": "aaf780ce-b996-49b9-986d-8bb23f7bce3a", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 34974, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "dKI4FlU8bZ4kRESkFh85u3CQyyec98H93XiYYpg18h5gKgwM", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "b7da42cc-a168-4148-b15a-792ad32c2ff5", "rngcStatus": 0}}, {"time": "2022-08-11T05:12:07.561225Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "86.154.193.190", "correlationId": "2fe68d89-93e1-4068-a754-31aa36059f67", "identity": "Kristen Howell", "Level": 4, "location": "XR", "properties": {"id": "c42d1a02-7ec4-48b5-9f37-6b0217126e00", "createdDateTime": "2022-08-11T05:12:07.664225Z", "userDisplayName": "Kristen Howell", "userPrincipalName": "khowell@domain.com", "userId": "20e1e3f9-665f-45bd-9984-5e74b526d3b5", "appId": "9a7e67c7-6f05-42a3-b226-97c7ec3e9696", "appDisplayName": "Adobe Identity Management", "ipAddress": "86.154.193.190", "status": {"errorCode": 0, "additionalDetails": "MFA requirement satisfied by claim in the token"}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (X11; Linux i686) AppleWebKit/533.0 (KHTML, like Gecko) Chrome/24.0.803.0 Safari/533.0 Edge/40.11325", "deviceDetail": {"deviceId": "6ea76864-5f18-47dd-adb9-2b1dfcbfc425", "displayName": "KRISTENHOWELL-LT", "operatingSystem": "Windows 10", "browser": "Edge 40.11325", "isCompliant": true, "isManaged": true, "trustType": "Azure AD joined"}, "location": {"city": "Port Denisetown", "state": "Smithton", "countryOrRegion": "XR", "geoCoordinates": {"latitude": 3.5518965, "longitude": 131.871582}}, "mfaDetail": {}, "correlationId": "53aa14a4-b8f9-42f6-b23c-a270a049d602", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "978c4ed1-a35b-4928-b885-f68a0e1e1cec", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 103, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Adobe Identity Management Service", "resourceId": "9a84f55e-3a40-492c-9476-e069f64ed7a6", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 256668, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "pGjYXNnprbzW1OX4LcRDDFYBY3IYuPLP7fco8F4bn64OpdEC", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "37ee873b-f901-4e25-be69-010243106d0f", "rngcStatus": 0}}, {"time": "2022-08-11T05:16:36.812641Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "81.209.4.19", "correlationId": "3fa0bb85-912b-41c0-aa19-11ae4da7e828", "identity": "Jim Gonzalez", "Level": 4, "location": "XR", "properties": {"id": "4add604d-9260-4299-90f9-149df67b6e00", "createdDateTime": "2022-08-11T05:16:36.926641Z", "userDisplayName": "Jim Gonzalez", "userPrincipalName": "jgonzalez@domain.com", "userId": "95090045-a9c5-489c-adee-2db430a3333a", "appId": "9167c284-c68f-468a-84be-0ee4f23879fe", "appDisplayName": "ArcGIS Enterprise", "ipAddress": "81.209.4.19", "status": {"errorCode": 0}, "clientAppUsed": "Mobile Apps and Desktop clients", "deviceDetail": {"deviceId": "", "operatingSystem": "Ios", "browser": "Mobile Safari"}, "location": {"city": "Santosborough", "state": "Smithton", "countryOrRegion": "XR", "geoCoordinates": {"latitude": 50.0774195, "longitude": 64.938754}}, "correlationId": "881dc1d0-b060-487e-844b-6d56ddba046e", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "b249ea16-4f3b-471e-ab46-9e8c40d6a9f7", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 114, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "ArcGIS Enterprise Service", "resourceId": "72f0186d-d327-46c9-a8ff-497e0caa8691", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 34974, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "p2jbCv3pRxWgfZvNlpJxDtnxzm8raAG1ypxyyGSLmIM4pLAv", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": null, "rngcStatus": 0}}, {"time": "2022-08-11T05:24:45.088732Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "156.206.181.119", "correlationId": "dab479bd-5356-49a9-9926-7366cc421d28", "identity": "Cynthia Perry", "Level": 4, "location": "XY", "properties": {"id": "4b638f01-21ae-4071-8f14-553d89b68100", "createdDateTime": "2022-08-11T05:24:45.165732Z", "userDisplayName": "Cynthia Perry", "userPrincipalName": "cperry@domain.com", "userId": "ac5fa380-9d5b-470e-beb2-5ba10aca48e6", "appId": "9de6e985-97a5-4d82-9c45-aedaa9c25ef9", "appDisplayName": "AWS Single-Account Access", "ipAddress": "156.206.181.119", "status": {"errorCode": 0}, "clientAppUsed": "Browser", "deviceDetail": {"deviceId": "", "operatingSystem": "Windows"}, "location": {"city": "Hannaville", "state": "Thomashaven", "countryOrRegion": "XY", "geoCoordinates": {"latitude": 1.1452695, "longitude": 128.249211}}, "correlationId": "4ee35493-9568-4f23-9a45-01bbf48bba00", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "dbb6323c-af81-4308-afdd-9d4c5696bce6", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 77, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "AWS Single-Account Access Service", "resourceId": "72f0186d-d327-46c9-a8ff-497e0caa8691", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 279165, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "udYWwCoapp1EFbjX7NfIieu7KmoFKvSV8PUwiJ5S02vfnRjN", "incomingTokenType": "none", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": null, "rngcStatus": 0}}, {"time": "2022-08-11T05:36:27.276449Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "91.132.253.146", "correlationId": "082a042e-123b-4d3a-818b-99b8c9350736", "identity": "Aaron Cole", "Level": 4, "location": "XD", "properties": {"id": "1c658931-6466-4ef6-9398-7404b3e86e00", "createdDateTime": "2022-08-11T05:36:27.365449Z", "userDisplayName": "Aaron Cole", "userPrincipalName": "acole@domain.com", "userId": "5d557969-1645-4ba4-be83-b6fd943659f7", "appId": "dbe6b779-13df-45f2-a6d7-1323485479f6", "appDisplayName": "Cisco Webex", "ipAddress": "91.132.253.146", "status": {"errorCode": 0}, "clientAppUsed": "Browser", "deviceDetail": {"deviceId": "", "operatingSystem": "Windows", "browser": "Rich Client 4.42.0.0"}, "location": {"city": "Rickshire", "state": "Norrisbury", "countryOrRegion": "XD", "geoCoordinates": {"latitude": -78.5751045, "longitude": 58.329246}}, "correlationId": "ef5be1af-7e0e-46d5-b7e0-1dc8811498f7", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "af678992-77f9-410c-b836-51b37044f91c", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 89, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Cisco Webex Service", "resourceId": "f0630e90-b752-4960-bfb9-a0794fc34930", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 214655, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "eJQax35CjrMs6mUirpNr5u1uSFHUIHETTGU8dFhjbBJaFZBj", "incomingTokenType": "none", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "1f37c851-4be4-455b-928a-fbde7845a68a", "rngcStatus": 0}}, {"time": "2022-08-11T05:49:23.228514Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "SignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "205.33.24.92", "correlationId": "95f1cd17-193d-4e08-9c90-4edf025ef69a", "identity": "Aaron Cole", "Level": 4, "location": "XD", "properties": {"id": "e3eb0cfb-966f-4577-9f37-6ff23af25e00", "createdDateTime": "2022-08-11T05:49:23.323514Z", "userDisplayName": "Aaron Cole", "userPrincipalName": "acole@domain.com", "userId": "5d557969-1645-4ba4-be83-b6fd943659f7", "appId": "03d81133-bfaa-4cad-b5fc-938f0fe86da9", "appDisplayName": "Dream Broker Studio", "ipAddress": "205.33.24.92", "status": {"errorCode": 0}, "clientAppUsed": "Browser", "userAgent": "Mozilla/5.0 (X11; Linux i686) AppleWebKit/536.2 (KHTML, like Gecko) Chrome/22.0.877.0 Safari/536.2", "deviceDetail": {"deviceId": "", "operatingSystem": "Windows 10", "browser": "Chrome 22.0.877.0"}, "location": {"city": "Kristinmouth", "state": "Norrisbury", "countryOrRegion": "XD", "geoCoordinates": {"latitude": 26.278784, "longitude": -92.042573}}, "correlationId": "18634ecc-a6e7-469c-8878-e2d414bdaa88", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "a66dff8e-11d3-472c-b0b2-86706c14125a", "isInteractive": true, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 95, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Dream Broker Studio Online", "resourceId": "f0630e90-b752-4960-bfb9-a0794fc34930", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 214655, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "gE0G7kHUVaHYaT0quB1H476Hp9ubpNHisfM0hza72iVwjrLa", "incomingTokenType": "none", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "1f37c851-4be4-455b-928a-fbde7845a68a", "rngcStatus": 0}}, {"time": "2022-08-11T05:51:00.214015Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "81.209.4.19", "correlationId": "26c460c2-f9bf-4aba-99f8-25df11f03f3d", "identity": "Jim Gonzalez", "Level": 4, "location": "XR", "properties": {"id": "b2a55e86-02d0-4234-820e-b389431d5700", "createdDateTime": "2022-08-11T05:51:00.346015Z", "userDisplayName": "Jim Gonzalez", "userPrincipalName": "jgonzalez@domain.com", "userId": "95090045-a9c5-489c-adee-2db430a3333a", "appId": "2eae4ad1-8cae-48fe-b718-76bd66e2fc7f", "appDisplayName": "Bipsync", "ipAddress": "81.209.4.19", "status": {"errorCode": 0}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (Linux; Android 4.4.3) AppleWebKit/533.2 (KHTML, like Gecko) Chrome/28.0.882.0 Safari/533.2 Edge/44.18413", "deviceDetail": {"deviceId": "1a428e94-41e3-4c1d-865a-0d31c9a2540b", "displayName": "JIMGONZALEZ-LT", "operatingSystem": "Windows 10", "browser": "Edge 44.18413", "trustType": "Azure AD registered"}, "location": {"city": "Santosborough", "state": "Smithton", "countryOrRegion": "XR", "geoCoordinates": {"latitude": 50.0774195, "longitude": 64.938754}}, "correlationId": "d325a7c3-c76b-407b-9c43-153d87b74a3b", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "cec62e29-71aa-4d98-97ae-ac683a76bf5f", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 132, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Bipsync Service", "resourceId": "9a84f55e-3a40-492c-9476-e069f64ed7a6", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 34974, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "W1InsQi4MiSQT8yJfMfGoQh5XMAsOjSWANvDLDL0fnHl9E68", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "37ee873b-f901-4e25-be69-010243106d0f", "rngcStatus": 0}}, {"time": "2022-08-11T05:57:08.179892Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "205.33.24.92", "correlationId": "1be1cbbb-785c-4d25-95ff-31bc81e0ef30", "identity": "Aaron Cole", "Level": 4, "location": "XD", "properties": {"id": "67cfedd4-2c5a-4b7f-ab0c-0d44899c9f00", "createdDateTime": "2022-08-11T05:57:08.374892Z", "userDisplayName": "Aaron Cole", "userPrincipalName": "acole@domain.com", "userId": "5d557969-1645-4ba4-be83-b6fd943659f7", "appId": "1b3edb90-1e06-46db-b021-e2fc1f7ddaf5", "appDisplayName": "Beatrust", "ipAddress": "205.33.24.92", "status": {"errorCode": 0}, "clientAppUsed": "Browser", "deviceDetail": {"deviceId": "", "operatingSystem": "Windows 10", "browser": "Rich Client 5.2.7.0"}, "location": {"city": "Kristinmouth", "state": "Norrisbury", "countryOrRegion": "XD", "geoCoordinates": {"latitude": 26.278784, "longitude": -92.042573}}, "correlationId": "477959ae-44d1-4087-86b3-7e0cf3b76188", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "5665a150-0ea7-4ded-bd63-898b10615248", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 195, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Beatrust Service", "resourceId": "f0630e90-b752-4960-bfb9-a0794fc34930", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 214655, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "e7bmKMXtJFCuxM9ayGa5cSC9jLgTSh2mW0msS5GzxuklEWff", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "1f37c851-4be4-455b-928a-fbde7845a68a", "rngcStatus": 0}}, {"time": "2022-08-11T06:20:48.479650Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "199.12.127.103", "correlationId": "67006faf-3c2b-4b6f-bb01-41916bb43a16", "identity": "Jacob Meyers", "Level": 4, "location": "XG", "properties": {"id": "9a3c3137-71f5-45a5-a185-e44048286e00", "createdDateTime": "2022-08-11T06:20:48.593650Z", "userDisplayName": "Jacob Meyers", "userPrincipalName": "jmeyers@domain.com", "userId": "c63a67b0-1651-4a8a-9560-cc703cdad5ad", "appId": "2eae4ad1-8cae-48fe-b718-76bd66e2fc7f", "appDisplayName": "Bipsync", "ipAddress": "199.12.127.103", "status": {"errorCode": 0}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (iPad; CPU iPad OS 9_3_6 like Mac OS X) AppleWebKit/536.1 (KHTML, like Gecko) CriOS/42.0.865.0 Mobile/77O124 Safari/536.1 Edge/99.14477", "deviceDetail": {"deviceId": "68cb982e-f215-496c-89bb-cc07716ff474", "displayName": "JACOBMEYERS-LT", "operatingSystem": "Windows 10", "browser": "Edge 99.14477", "trustType": "Azure AD registered"}, "location": {"city": "Port Nathan", "state": "Newmanville", "countryOrRegion": "XG", "geoCoordinates": {"latitude": 23.244641, "longitude": -113.392021}}, "correlationId": "f078712b-111a-4f86-b23d-66a4323c1bfb", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "cf621f43-ba3a-474d-9a82-72b1046a1a62", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 114, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Bipsync Service", "resourceId": "819aa3ed-3b63-4925-8388-0b8d41022941", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 282405, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "NJsbyEP9cKX1lSvNw9XwsEX9WrJ3r38GHYxmy8YRijMD718U", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "7f0c9abd-8b0d-4973-8675-a495454c0c86", "rngcStatus": 0}}, {"time": "2022-08-11T06:33:56.435043Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "105.169.153.183", "correlationId": "1be7a8d8-4588-45dd-9bc5-c5af204897db", "identity": "Jim Gonzalez", "Level": 4, "location": "XR", "properties": {"id": "70bcc8c7-ed06-41fc-82cc-ef5316498700", "createdDateTime": "2022-08-11T06:33:56.560043Z", "userDisplayName": "Jim Gonzalez", "userPrincipalName": "jgonzalez@domain.com", "userId": "95090045-a9c5-489c-adee-2db430a3333a", "appId": "9d794ea1-8d77-42e3-9fdd-6fd3620d616a", "appDisplayName": "Alaya", "ipAddress": "105.169.153.183", "status": {"errorCode": 0}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (Windows NT 4.0) AppleWebKit/532.1 (KHTML, like Gecko) Chrome/38.0.801.0 Safari/532.1 Edge/19.15284", "deviceDetail": {"deviceId": "15135d1f-cb47-4bd8-b76d-90a9171c09bd", "displayName": "JIMGONZALEZ-LT", "operatingSystem": "Windows 10", "browser": "Edge 19.15284", "trustType": "Azure AD registered"}, "location": {"city": "Santosborough", "state": "Smithton", "countryOrRegion": "XR", "geoCoordinates": {"latitude": 12.8350355, "longitude": 138.359011}}, "correlationId": "16addf1d-daa5-4773-bfe6-1a3de245a388", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "ac3e5a10-8059-4152-8769-0397c7866446", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 125, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Alaya Service", "resourceId": "e35e3da1-bf74-46a1-979f-06c9212ebfab", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 256668, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "KvH4kZoDnq8sSJdm1mehGLIQFPbzA4cpJFpqQXHdhdF9FdYs", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "33c2df33-b2d6-495e-85ea-298208628e8d", "rngcStatus": 0}}, {"time": "2022-08-11T06:56:45.490539Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "50158", "resultSignature": "None", "resultDescription": "External security challenge was not satisfied.", "durationMs": 0, "callerIpAddress": "44.22.19.201", "correlationId": "a3ff9a98-3186-4b58-bf0b-1712effa10f0", "identity": "Thomas Price", "Level": 4, "location": "XN", "properties": {"id": "b2a55e86-02d0-4234-820e-b389995a5400", "createdDateTime": "2022-08-11T06:56:45.620539Z", "userDisplayName": "Thomas Price", "userPrincipalName": "tprice@domain.com", "userId": "32109ee2-ee4f-4d11-9c38-2556aec0f2b5", "appId": "9a7e67c7-6f05-42a3-b226-97c7ec3e9696", "appDisplayName": "Adobe Identity Management", "ipAddress": "44.22.19.201", "status": {"errorCode": 50158, "failureReason": "External security challenge was not satisfied."}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (X11; Linux i686) AppleWebKit/535.2 (KHTML, like Gecko) Chrome/22.0.843.0 Safari/535.2 Edge/118.12158", "deviceDetail": {"deviceId": "fb4d911d-6441-411b-868f-d25d5586a326", "displayName": "THOMASPRICE-LT", "operatingSystem": "Windows 10", "browser": "Edge 118.12158", "trustType": "Hybrid Azure AD joined"}, "location": {"city": "Littlemouth", "state": "Alexanderfurt", "countryOrRegion": "XN", "geoCoordinates": {"latitude": 25.4437255, "longitude": -109.530885}}, "correlationId": "72b48fb4-c576-409f-9593-8b86f57796ee", "conditionalAccessStatus": "failure", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "0c459556-c04e-4993-87e7-a1b2708087b6", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 130, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Adobe Identity Management Service", "resourceId": "30663ca7-f8a9-43ab-8ca1-7906bdbc1485", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 230297, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "mTAagJi8eNg0dnXgEXkVAEPBDOBDdWlyZmCmqpg6JAcEkBdJ", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "a6c259e5-7f16-48b2-a9f3-75becd6daa9b", "rngcStatus": 0}}, {"time": "2022-08-11T07:14:41.950754Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "91.132.253.146", "correlationId": "f741bca3-83f7-447e-8e82-b8a221b35e07", "identity": "Aaron Cole", "Level": 4, "location": "XD", "properties": {"id": "c09145de-2e38-4616-bd8d-3308c93a6000", "createdDateTime": "2022-08-11T07:14:42.043754Z", "userDisplayName": "Aaron Cole", "userPrincipalName": "acole@domain.com", "userId": "5d557969-1645-4ba4-be83-b6fd943659f7", "appId": "18bf60fa-77dd-4aad-891d-af82ca87dd06", "appDisplayName": "FortiGate SSL VPN", "ipAddress": "91.132.253.146", "status": {"errorCode": 0}, "clientAppUsed": "Browser", "deviceDetail": {"deviceId": "", "operatingSystem": "Windows", "browser": "Rich Client 4.22.0.0"}, "location": {"city": "Rickshire", "state": "Norrisbury", "countryOrRegion": "XD", "geoCoordinates": {"latitude": -78.5751045, "longitude": 58.329246}}, "correlationId": "83bbfd0c-c083-4755-90d3-1a1a91cf0acd", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "800bf796-1be8-4921-aaac-5492ed58264c", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 93, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "FortiGate SSL VPN Service", "resourceId": "24578515-1951-4064-967d-0d2acaf0aa70", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 214655, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "nH0dvHoO42p3gPWFWsUSAi4mQQ8I80lSji8uTLdrIafLI4gH", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "0e68752b-7dfa-400b-a6f5-1b54af90696a", "rngcStatus": 0}}, {"time": "2022-08-11T07:31:46.826982Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "700027", "resultSignature": "None", "resultDescription": "Other", "durationMs": 0, "callerIpAddress": "83.47.55.177", "correlationId": "f90ef329-f975-4e73-8d28-6082c01b0853", "identity": "Joseph Taylor", "Level": 4, "location": "XT", "properties": {"id": "e4ea9516-35e1-4b49-aa95-88a40c367200", "createdDateTime": "2022-08-11T07:31:47.035982Z", "userDisplayName": "Joseph Taylor", "userPrincipalName": "jtaylor@domain.com", "userId": "af9847eb-c773-41ae-bf94-42747c5e986c", "appId": "1b3edb90-1e06-46db-b021-e2fc1f7ddaf5", "appDisplayName": "Beatrust", "ipAddress": "83.47.55.177", "status": {"errorCode": 700027, "failureReason": "Other"}, "clientAppUsed": "Browser", "deviceDetail": {"deviceId": "76b96bd3-e5d7-49ee-b195-bf363facdb3d", "displayName": "JOSEPHTAYLOR-LT", "operatingSystem": "Windows 10", "browser": "Rich Client 5.2.7.0", "isCompliant": true, "isManaged": true, "trustType": "Azure AD joined"}, "location": {"city": "Savageview", "state": "Justinchester", "countryOrRegion": "XT", "geoCoordinates": {"latitude": -16.829291, "longitude": 121.48545}}, "correlationId": "317b2c15-6792-4705-b419-00131c941758", "conditionalAccessStatus": "notApplied", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "01c67787-fc0a-4ce9-9436-70f34509fcc3", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 209, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Beatrust Service", "resourceId": "92637366-2070-40d9-922c-6d2567265cbc", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 99069, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "a0gQFUx4fySZXagTJxvsi9uyJQ3EC18u53iQBrSksJirdD2Z", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "aeb394f1-948a-4b5e-a047-7fa9627afd63", "rngcStatus": 0}}, {"time": "2022-08-11T08:19:42.365644Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "91.132.253.146", "correlationId": "0c8bd3b4-53e3-48f5-8066-131df4d4d57e", "identity": "Aaron Cole", "Level": 4, "location": "XD", "properties": {"id": "fc999d30-4d72-4b71-b130-a08acfa68c00", "createdDateTime": "2022-08-11T08:19:42.433644Z", "userDisplayName": "Aaron Cole", "userPrincipalName": "acole@domain.com", "userId": "5d557969-1645-4ba4-be83-b6fd943659f7", "appId": "ad65aaed-51a8-4877-830e-8a5273604c87", "appDisplayName": "Docusign", "ipAddress": "91.132.253.146", "status": {"errorCode": 0}, "clientAppUsed": "Browser", "deviceDetail": {"deviceId": "", "operatingSystem": "Windows", "browser": "Rich Client 4.42.0.0"}, "location": {"city": "Rickshire", "state": "Norrisbury", "countryOrRegion": "XD", "geoCoordinates": {"latitude": -78.5751045, "longitude": 58.329246}}, "correlationId": "c2c684a5-5e27-45d3-8b17-972e6f02d8fb", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "51f97432-322c-4075-9c13-294565868dcd", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 68, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Docusign Service", "resourceId": "a666212f-ee1d-48b1-b4cf-45433f66d402", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 214655, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "DjWSYV5WcvOA2SYwgtKKmY6zgeqUiyn3CVybw3f0q4h1aXIE", "incomingTokenType": "none", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "b9c9c5b0-1fce-4e9e-af57-8d5084987162", "rngcStatus": 0}}, {"time": "2022-08-11T08:22:17.304332Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "205.33.24.92", "correlationId": "0d0af3f5-952c-42ad-85b1-bf86bb746a74", "identity": "Aaron Cole", "Level": 4, "location": "XD", "properties": {"id": "cb1cdc58-3d1a-4d1a-ab9f-1d77d2631500", "createdDateTime": "2022-08-11T08:22:17.370332Z", "userDisplayName": "Aaron Cole", "userPrincipalName": "acole@domain.com", "userId": "5d557969-1645-4ba4-be83-b6fd943659f7", "appId": "36f74ffc-90e8-46e0-b0ed-588b76ed6f47", "appDisplayName": "Inspire", "ipAddress": "205.33.24.92", "status": {"errorCode": 0}, "clientAppUsed": "Browser", "deviceDetail": {"deviceId": "", "operatingSystem": "Windows", "browser": "Rich Client 4.35.1.0"}, "location": {"city": "Kristinmouth", "state": "Norrisbury", "countryOrRegion": "XD", "geoCoordinates": {"latitude": 26.278784, "longitude": -92.042573}}, "correlationId": "2d73933b-f584-4476-9613-adefc64ac396", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "7621bdbb-0e50-4a3c-923e-bfffd65fbaec", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 66, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Inspire Online", "resourceId": "042c3df9-f692-4971-8c0b-72867fa422dd", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 214655, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "d0hEVKzI61CwHqYZ9kUByjF4IGUhLqTncusienv4PjJwm7GP", "incomingTokenType": "none", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "9dab86e5-2edb-4073-bed1-a1b309638aa2", "rngcStatus": 0}}, {"time": "2022-08-11T08:32:20.078778Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "50158", "resultSignature": "None", "resultDescription": "External security challenge was not satisfied.", "durationMs": 0, "callerIpAddress": "177.189.225.133", "correlationId": "5da5f9ac-771e-4bd6-bb38-439c62fef4dc", "identity": "Thomas Price", "Level": 4, "location": "XQ", "properties": {"id": "5770b2e0-7013-44f8-922c-53e627b26900", "createdDateTime": "2022-08-11T08:32:20.193778Z", "userDisplayName": "Thomas Price", "userPrincipalName": "tprice@domain.com", "userId": "32109ee2-ee4f-4d11-9c38-2556aec0f2b5", "appId": "79510a8f-6421-4348-a2ea-bcc2b02485c1", "appDisplayName": "Cisco AnyConnect", "ipAddress": "177.189.225.133", "status": {"errorCode": 50158, "failureReason": "External security challenge was not satisfied."}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (X11; Linux i686) AppleWebKit/535.2 (KHTML, like Gecko) Chrome/22.0.843.0 Safari/535.2 Edge/118.12158", "deviceDetail": {"deviceId": "72c565a0-f587-4d5e-9fa9-82cab482ddf0", "displayName": "THOMASPRICE-LT", "operatingSystem": "Windows 10", "browser": "Edge 118.12158", "trustType": "Hybrid Azure AD joined"}, "location": {"city": "Brownton", "state": "Stephanieberg", "countryOrRegion": "XQ", "geoCoordinates": {"latitude": 60.015373, "longitude": -41.508557}}, "correlationId": "9bb1e80c-61b9-4065-8021-d935d0786f36", "conditionalAccessStatus": "failure", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "b3b2c176-e94f-4e84-b7e2-4695d4350fba", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 115, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Cisco AnyConnect Online", "resourceId": "5d5b8d28-6a28-472e-b837-a4094e466965", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 104135, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "Ki8xT7LyRIaP5pMMijdRUmacKROrXTZw6wsryIzK44Q4tyXR", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "15655e1f-5005-4c53-b3c0-c4a1d1ca5e9e", "rngcStatus": 0}}, {"time": "2022-08-11T09:14:40.692070Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "63.94.19.180", "correlationId": "23d3f181-b204-4059-8d6c-fb6165e70129", "identity": "Vanessa Ramirez", "Level": 4, "location": "XD", "properties": {"id": "4e6951e2-962b-4b78-9df6-14b249898e00", "createdDateTime": "2022-08-11T09:14:40.788070Z", "userDisplayName": "Vanessa Ramirez", "userPrincipalName": "vramirez@domain.com", "userId": "5d72b7ed-62ea-4b94-b931-ccef65d71ebd", "appId": "dbe6b779-13df-45f2-a6d7-1323485479f6", "appDisplayName": "Cisco Webex", "ipAddress": "63.94.19.180", "status": {"errorCode": 0}, "clientAppUsed": "Browser", "deviceDetail": {"deviceId": "", "operatingSystem": "Ios", "browser": "Rich Client 4.38.0.0"}, "location": {"city": "New James", "state": "Norrisbury", "countryOrRegion": "XD", "geoCoordinates": {"latitude": 64.5727225, "longitude": 92.661569}}, "correlationId": "0887d20f-1993-4e25-870c-c8216cdeca1e", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "8f8adb61-58e9-467f-a3f7-148f7199d5dc", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 96, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Cisco Webex Service", "resourceId": "30663ca7-f8a9-43ab-8ca1-7906bdbc1485", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 45904, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "uR8gxxF8gViTBfTdWqCgKLhNiFi8BSeJVpsHK2hCgO6CjGTq", "incomingTokenType": "none", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "a6c259e5-7f16-48b2-a9f3-75becd6daa9b", "rngcStatus": 0}}, {"time": "2022-08-11T09:17:25.165866Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "22.42.248.243", "correlationId": "3813c1bf-56be-48eb-aa59-bca9915f4d88", "identity": "Melissa Martin", "Level": 4, "location": "XR", "properties": {"id": "26264d99-d4be-4a73-a651-a28f73a45800", "createdDateTime": "2022-08-11T09:17:25.268866Z", "userDisplayName": "Melissa Martin", "userPrincipalName": "mmartin@domain.com", "userId": "632ccb55-03a7-40f4-9893-653527cae790", "appId": "9167c284-c68f-468a-84be-0ee4f23879fe", "appDisplayName": "ArcGIS Enterprise", "ipAddress": "22.42.248.243", "status": {"errorCode": 0}, "clientAppUsed": "Mobile Apps and Desktop clients", "deviceDetail": {"deviceId": "", "operatingSystem": "Ios", "browser": "Mobile Safari"}, "location": {"city": "Port Denisetown", "state": "Smithton", "countryOrRegion": "XR", "geoCoordinates": {"latitude": 40.136047, "longitude": 44.514491}}, "correlationId": "e390ecce-8263-403a-af0a-da1140f2a2b8", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "135b33bb-751b-43a3-9247-bb7199e185ad", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 103, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "ArcGIS Enterprise Service", "resourceId": "db504cc4-8f0b-4800-a3d2-d75104ad7e82", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 432564, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "Cdnow8UxIlfenOMwYxPtYRJlubaNA2wIUqA5d8UEweTRsgcl", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "e1eed55d-0b15-4abe-964b-f2d45bbc8964", "rngcStatus": 0}}, {"time": "2022-08-11T09:19:46.439989Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "212.169.11.63", "correlationId": "73e9b948-9f00-484d-834a-0e1d37aa9649", "identity": "Kristen Howell", "Level": 4, "location": "XR", "properties": {"id": "a9fde73b-f4bf-4f4e-9e50-dc75b5614b00", "createdDateTime": "2022-08-11T09:19:46.559989Z", "userDisplayName": "Kristen Howell", "userPrincipalName": "khowell@domain.com", "userId": "20e1e3f9-665f-45bd-9984-5e74b526d3b5", "appId": "dbe6b779-13df-45f2-a6d7-1323485479f6", "appDisplayName": "Cisco Webex", "ipAddress": "212.169.11.63", "status": {"errorCode": 0}, "clientAppUsed": "Browser", "deviceDetail": {"deviceId": "", "operatingSystem": "Ios", "browser": "Rich Client 4.38.0.0"}, "location": {"city": "North Lisachester", "state": "Smithton", "countryOrRegion": "XR", "geoCoordinates": {"latitude": -69.00844, "longitude": -172.534328}}, "correlationId": "d0cfc9d4-36c7-49e5-8be1-01a0c157f8db", "conditionalAccessStatus": "notApplied", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "e66eed53-6855-41ce-9b40-e2e48ad69060", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "processingTimeInMilliseconds": 120, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Cisco Webex Service", "resourceId": "f72c694e-4e03-4616-91f3-78c5fe54122a", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 144064, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "By1jLoGPC85VLsjrjOGajvtPAzJXNMRz3Tm2rGJvIZkdRwj4", "incomingTokenType": "none", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "1674f597-9877-4ff9-a5d9-accfea860d15"}}, {"time": "2022-08-11T09:23:36.047175Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "86.154.193.190", "correlationId": "c4dfccae-9553-4b1f-98b5-884e92f54ec8", "identity": "Melissa Martin", "Level": 4, "location": "XR", "properties": {"id": "bda3243b-e692-4956-ba3d-d3405f337000", "createdDateTime": "2022-08-11T09:23:36.168175Z", "userDisplayName": "Melissa Martin", "userPrincipalName": "mmartin@domain.com", "userId": "632ccb55-03a7-40f4-9893-653527cae790", "appId": "4c2f7c2a-ff05-4df6-9087-9ba8388a3861", "appDisplayName": "Foko Retail", "ipAddress": "86.154.193.190", "status": {"errorCode": 0}, "clientAppUsed": "Browser", "deviceDetail": {"deviceId": "", "operatingSystem": "Windows10", "browser": "Rich Client 4.39.0.0"}, "location": {"city": "Port Denisetown", "state": "Smithton", "countryOrRegion": "XR", "geoCoordinates": {"latitude": 3.5518965, "longitude": 131.871582}}, "correlationId": "04d7a081-4668-4b87-832f-fa45194451cc", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "60cd9968-1c46-445a-8096-18ae7bc20520", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 121, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Foko Retail Service", "resourceId": "24578515-1951-4064-967d-0d2acaf0aa70", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 256668, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "c2DHDFc3msHd4dhk4RwH3B0mkO2DOTalpNuFIbp6HTRXnag1", "incomingTokenType": "none", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "0e68752b-7dfa-400b-a6f5-1b54af90696a", "rngcStatus": 0}}, {"time": "2022-08-11T09:38:56.463198Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "SignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "205.33.24.92", "correlationId": "d3c9db19-a1c5-4053-bd63-b062445406c8", "identity": "Vanessa Ramirez", "Level": 4, "location": "XD", "properties": {"id": "1c6a3fdd-a0db-4dca-8c1d-bb564c7d9600", "createdDateTime": "2022-08-11T09:38:56.623198Z", "userDisplayName": "Vanessa Ramirez", "userPrincipalName": "vramirez@domain.com", "userId": "5d72b7ed-62ea-4b94-b931-ccef65d71ebd", "appId": "06b20000-e07d-4113-aa69-ba41525303e8", "appDisplayName": "Viima", "ipAddress": "205.33.24.92", "status": {"errorCode": 0}, "clientAppUsed": "Browser", "userAgent": "Mozilla/5.0 (X11; Linux i686) AppleWebKit/536.2 (KHTML, like Gecko) Chrome/22.0.877.0 Safari/536.2", "deviceDetail": {"deviceId": "e395a3f4-8f2d-4170-804f-d3e13ce3151b", "displayName": "VANESSARAMIREZ-LT", "operatingSystem": "Windows 10", "browser": "Chrome 22.0.877.0", "trustType": "Azure AD registered"}, "location": {"city": "Kristinmouth", "state": "Norrisbury", "countryOrRegion": "XD", "geoCoordinates": {"latitude": 26.278784, "longitude": -92.042573}}, "correlationId": "c576fb01-685b-4ebe-83f6-9aacda339559", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "59eb50da-c708-47db-9a3a-20c2f6c49fe1", "isInteractive": true, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 160, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Viima Online", "resourceId": "24578515-1951-4064-967d-0d2acaf0aa70", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 214655, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "KqzYDAMVXtOX3FwbHwB3Ez6ejSG1xVtgURfuoxcoqIcTM90S", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "0e68752b-7dfa-400b-a6f5-1b54af90696a", "rngcStatus": 0}}, {"time": "2022-08-11T10:05:46.000977Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "13.113.40.157", "correlationId": "2726955b-3293-45b5-9f7d-3489ab833837", "identity": "Attack Target", "Level": 4, "location": "XR", "properties": {"id": "adadd79c-ff77-4494-a8fd-d4d36bcc1200", "createdDateTime": "2022-08-11T10:05:46.165977Z", "userDisplayName": "Attack Target", "userPrincipalName": "attacktarget@domain.com", "userId": "d735e84b-dcca-404d-9f7d-700f360f41a6", "appId": "9a7e67c7-6f05-42a3-b226-97c7ec3e9696", "appDisplayName": "Adobe Identity Management", "ipAddress": "13.113.40.157", "ipAddressFromResourceProvider": "13.113.40.157", "status": {"errorCode": 0}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (iPad; CPU iPad OS 9_3_6 like Mac OS X) AppleWebKit/536.1 (KHTML, like Gecko) CriOS/42.0.865.0 Mobile/77O124 Safari/536.1 Edge/99.14477", "deviceDetail": {"deviceId": "a44625dc-6f81-449a-9799-8005f7209b42", "displayName": "ATTACKTARGET-LT", "operatingSystem": "Windows 10", "browser": "Edge 99.14477", "trustType": "Azure AD registered"}, "location": {"city": "New John", "state": "Smithfort", "countryOrRegion": "XR", "geoCoordinates": {"latitude": -89.144242, "longitude": 168.119022}}, "correlationId": "6cdb86e0-efe6-4d78-bb81-0b70e1585d6b", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "256bf50a-1f69-4dc1-baca-77c94e943254", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 165, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Adobe Identity Management Service", "resourceId": "c8eab36d-0a82-409d-8693-a8dabc997921", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 34974, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "Qoee8144lHYdyjh2vMFJUXMMnBn7KTtvRmDILxaPxvU9b9cO", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "2248d3ef-d7b8-4eb2-bd20-fb53f725bfe3", "rngcStatus": 0}}, {"time": "2022-08-11T10:22:41.047689Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "13.113.40.157", "correlationId": "9bfaaf45-98f4-4c4b-ace9-11816caa73d8", "identity": "Attack Target", "Level": 4, "location": "XR", "properties": {"id": "c42d1a02-7ec4-48b5-9f37-6b0224b56700", "createdDateTime": "2022-08-11T10:22:41.186689Z", "userDisplayName": "Attack Target", "userPrincipalName": "attacktarget@domain.com", "userId": "d735e84b-dcca-404d-9f7d-700f360f41a6", "appId": "9a7e67c7-6f05-42a3-b226-97c7ec3e9696", "appDisplayName": "Adobe Identity Management", "ipAddress": "13.113.40.157", "status": {"errorCode": 0}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (iPad; CPU iPad OS 9_3_6 like Mac OS X) AppleWebKit/536.1 (KHTML, like Gecko) CriOS/42.0.865.0 Mobile/77O124 Safari/536.1 Edge/99.14477", "deviceDetail": {"deviceId": "a44625dc-6f81-449a-9799-8005f7209b42", "displayName": "ATTACKTARGET-LT", "operatingSystem": "Windows 10", "browser": "Edge 99.14477", "trustType": "Azure AD registered"}, "location": {"city": "Smithfort", "state": "Smithfort", "countryOrRegion": "XR", "geoCoordinates": {"latitude": 3.7564095, "longitude": -121.574606}}, "correlationId": "f431a1be-0425-4134-b6a7-4b2da0eead75", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "63ac74c1-4853-44df-90da-d7ae055787d5", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 139, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Adobe Identity Management Service", "resourceId": "7d6a0897-8b82-49e9-90e2-d482fb9202bd", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 34974, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "IJwvwjJQE8j7ssZExUfjrL2jDu2iR3F4cizGYTFuA5QH5k6q", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "537d9419-7e2b-4778-9102-62256bcfcf45", "rngcStatus": 0}}, {"time": "2022-08-11T10:25:40.666515Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "199.12.127.103", "correlationId": "9e9d8894-9283-43de-8047-703e663121e1", "identity": "Jacob Meyers", "Level": 4, "location": "XG", "properties": {"id": "4cef6bed-8ce8-4274-9ce5-4a2128ab6e00", "createdDateTime": "2022-08-11T10:25:40.748515Z", "userDisplayName": "Jacob Meyers", "userPrincipalName": "jmeyers@domain.com", "userId": "c63a67b0-1651-4a8a-9560-cc703cdad5ad", "appId": "9167c284-c68f-468a-84be-0ee4f23879fe", "appDisplayName": "ArcGIS Enterprise", "ipAddress": "199.12.127.103", "status": {"errorCode": 0}, "clientAppUsed": "Mobile Apps and Desktop clients", "deviceDetail": {"deviceId": "", "operatingSystem": "Android"}, "location": {"city": "Port Nathan", "state": "Newmanville", "countryOrRegion": "XG", "geoCoordinates": {"latitude": 23.244641, "longitude": -113.392021}}, "correlationId": "4cbafc68-e759-4c1c-bd30-84fb3efa71b8", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "8cb6999d-5163-4bef-9350-5df6fb674d7a", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 82, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "ArcGIS Enterprise Service", "resourceId": "bca2b487-3a6c-440f-b1b7-a15b02771ad0", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 282405, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "W6qu6ZMj7whQoyIIlpM1QoKlg8OqfsIVX54AsKOJxCWY0I3m", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "4da47dd4-556d-4ba4-9847-c1850930ab5e", "rngcStatus": 0}}, {"time": "2022-08-11T10:39:01.205138Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "147.132.189.119", "correlationId": "6f46d3b2-8664-436e-8589-efc4857a163d", "identity": "Cassie Fernandez", "Level": 4, "location": "XR", "properties": {"id": "1393f37b-4819-4d94-99e0-8c33d7595d00", "createdDateTime": "2022-08-11T10:39:01.417138Z", "userDisplayName": "Cassie Fernandez", "userPrincipalName": "cfernandez@domain.com", "userId": "67ef8be6-3f44-4db7-8172-fd6211428c1e", "appId": "9003b8ba-730c-412d-8972-267700304e01", "appDisplayName": "Box", "ipAddress": "147.132.189.119", "status": {"errorCode": 0}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (iPad; CPU iPad OS 9_3_6 like Mac OS X) AppleWebKit/536.1 (KHTML, like Gecko) CriOS/42.0.865.0 Mobile/77O124 Safari/536.1 Edge/99.14477", "deviceDetail": {"deviceId": "d5a487a1-ef7d-4960-9723-7fdadce19af3", "displayName": "CASSIEFERNANDEZ-LT", "operatingSystem": "Windows 10", "browser": "Edge 99.14477", "trustType": "Azure AD registered"}, "location": {"city": "Port Denisetown", "state": "Smithton", "countryOrRegion": "XR", "geoCoordinates": {"latitude": 3.5518965, "longitude": 131.871582}}, "correlationId": "4b65f5a9-24f8-4ecd-998d-7f1540e35dbe", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "2ecf4c98-9fba-411c-bdfc-d2600db8bbf4", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "processingTimeInMilliseconds": 212, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Box Online", "resourceId": "f0630e90-b752-4960-bfb9-a0794fc34930", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 256668, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "yvc6skDAaYZ2POfZKdz0JhTLT9l4XTcQrRS1XwRVIxUripFZ", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "1f37c851-4be4-455b-928a-fbde7845a68a"}}, {"time": "2022-08-11T11:12:27.725141Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "1.210.58.10", "correlationId": "1e4b135e-6297-4aa7-aeb6-a228520749f7", "identity": "Keith Sheppard", "Level": 4, "location": "XD", "properties": {"id": "ffcaca16-51c9-4067-8710-403c7e1f7000", "createdDateTime": "2022-08-11T11:12:27.814141Z", "userDisplayName": "Keith Sheppard", "userPrincipalName": "ksheppard@domain.com", "userId": "05bd48f1-91d2-4c2d-9a7c-80e80f561b3c", "appId": "9de6e985-97a5-4d82-9c45-aedaa9c25ef9", "appDisplayName": "AWS Single-Account Access", "ipAddress": "1.210.58.10", "status": {"errorCode": 0}, "clientAppUsed": "Browser", "deviceDetail": {"deviceId": "639815fd-5018-4e38-9d81-67538b2ce460", "displayName": "KEITHSHEPPARD-LT", "operatingSystem": "Windows", "trustType": "Azure AD registered"}, "location": {"city": "Cooperhaven", "state": "Norrisbury", "countryOrRegion": "XD", "geoCoordinates": {"latitude": 70.436398, "longitude": -23.873747}}, "correlationId": "8d470d3d-f2be-4386-88cb-e21aba8e8792", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "4510809c-3542-4c7c-bc72-e422096c241b", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 89, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "AWS Single-Account Access Service", "resourceId": "9a84f55e-3a40-492c-9476-e069f64ed7a6", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 69487, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "4hCgLy4YH1zJFjLjgzRc6nmmiU30YcVO5iD6Q81sjGKQ8wTh", "incomingTokenType": "none", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "37ee873b-f901-4e25-be69-010243106d0f", "rngcStatus": 0}}, {"time": "2022-08-11T11:22:34.815106Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "156.206.181.119", "correlationId": "e13c0269-6ff2-455e-bb92-7272850540af", "identity": "Cynthia Perry", "Level": 4, "location": "XY", "properties": {"id": "fbcedcc7-b4d5-4563-84a7-f038c26a6e00", "createdDateTime": "2022-08-11T11:22:34.907106Z", "userDisplayName": "Cynthia Perry", "userPrincipalName": "cperry@domain.com", "userId": "ac5fa380-9d5b-470e-beb2-5ba10aca48e6", "appId": "9de6e985-97a5-4d82-9c45-aedaa9c25ef9", "appDisplayName": "AWS Single-Account Access", "ipAddress": "156.206.181.119", "status": {"errorCode": 0}, "clientAppUsed": "Browser", "deviceDetail": {"deviceId": "", "operatingSystem": "Windows"}, "location": {"city": "Hannaville", "state": "Thomashaven", "countryOrRegion": "XY", "geoCoordinates": {"latitude": 1.1452695, "longitude": 128.249211}}, "correlationId": "881d39ff-4220-461f-a6d0-426e2401c27a", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "9a10fa9c-d26e-4339-93b1-9d7354ad0697", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 92, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "AWS Single-Account Access Service", "resourceId": "72f0186d-d327-46c9-a8ff-497e0caa8691", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 279165, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "XkksgTAiZGF7mvYP6nPlg7RPn88faWwkYbZCdZaUDmD769RV", "incomingTokenType": "none", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": null, "rngcStatus": 0}}, {"time": "2022-08-11T11:29:11.157850Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "63.94.19.180", "correlationId": "5c00f35c-8280-4475-9ae7-f577ad4440c3", "identity": "Vanessa Ramirez", "Level": 4, "location": "XD", "properties": {"id": "6f7168cd-e484-40e8-bcf7-7fe93c648300", "createdDateTime": "2022-08-11T11:29:11.267850Z", "userDisplayName": "Vanessa Ramirez", "userPrincipalName": "vramirez@domain.com", "userId": "5d72b7ed-62ea-4b94-b931-ccef65d71ebd", "appId": "e47a1d38-5f61-45cd-b1b9-bc92f525c598", "appDisplayName": "Altoura", "ipAddress": "63.94.19.180", "status": {"errorCode": 0}, "clientAppUsed": "Browser", "userAgent": "Mozilla/5.0 (Linux; Android 4.4.4) AppleWebKit/534.0 (KHTML, like Gecko) Chrome/55.0.839.0 Safari/534.0", "deviceDetail": {"deviceId": "", "operatingSystem": "MacOs", "browser": "Chrome 55.0.839.0"}, "location": {"city": "New James", "state": "Norrisbury", "countryOrRegion": "XD", "geoCoordinates": {"latitude": 64.5727225, "longitude": 92.661569}}, "correlationId": "d0e373df-30bf-438f-b2a2-258855a2b011", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "d70ed648-3a97-49f2-ac17-f7bd31c29baa", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 110, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Altoura Online", "resourceId": "f0630e90-b752-4960-bfb9-a0794fc34930", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 45904, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "PcKedRVDjRvc1dcb6XKhEOnCumjD6ABZec9BsghKNVJ8wdKC", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "1f37c851-4be4-455b-928a-fbde7845a68a", "rngcStatus": 0}}, {"time": "2022-08-11T11:39:37.916529Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "63.94.19.180", "correlationId": "87aef6d9-2721-46fb-8e28-d1b181a74bc7", "identity": "Vanessa Ramirez", "Level": 4, "location": "XD", "properties": {"id": "c7effe19-f517-48ca-9f7d-2de53eca6800", "createdDateTime": "2022-08-11T11:39:38.030529Z", "userDisplayName": "Vanessa Ramirez", "userPrincipalName": "vramirez@domain.com", "userId": "5d72b7ed-62ea-4b94-b931-ccef65d71ebd", "appId": "9d794ea1-8d77-42e3-9fdd-6fd3620d616a", "appDisplayName": "Alaya", "ipAddress": "63.94.19.180", "status": {"errorCode": 0}, "clientAppUsed": "Mobile Apps and Desktop clients", "deviceDetail": {"deviceId": "", "operatingSystem": "MacOs"}, "location": {"city": "New James", "state": "Norrisbury", "countryOrRegion": "XD", "geoCoordinates": {"latitude": 64.5727225, "longitude": 92.661569}}, "correlationId": "ad227fca-342e-428f-9c13-bd8b0625f4b8", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "35866a1e-0d16-4ff2-aaad-f51bf52cb776", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 114, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Alaya Service", "resourceId": "e35e3da1-bf74-46a1-979f-06c9212ebfab", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 45904, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "LdeKA7dPv0VpApbfLbmxSQYhYuL3gb7G13MydE6qvYTKJ0cC", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "33c2df33-b2d6-495e-85ea-298208628e8d", "rngcStatus": 0}}, {"time": "2022-08-11T12:06:40.970672Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "147.132.189.119", "correlationId": "315eb253-6eb2-41e7-96fe-c6b0fa68a9af", "identity": "Cassie Fernandez", "Level": 4, "location": "XR", "properties": {"id": "96843c4e-d6c8-49c6-9d20-6412300b6d00", "createdDateTime": "2022-08-11T12:06:41.088672Z", "userDisplayName": "Cassie Fernandez", "userPrincipalName": "cfernandez@domain.com", "userId": "67ef8be6-3f44-4db7-8172-fd6211428c1e", "appId": "2eae4ad1-8cae-48fe-b718-76bd66e2fc7f", "appDisplayName": "Bipsync", "ipAddress": "147.132.189.119", "status": {"errorCode": 0}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (iPad; CPU iPad OS 9_3_6 like Mac OS X) AppleWebKit/536.1 (KHTML, like Gecko) CriOS/42.0.865.0 Mobile/77O124 Safari/536.1 Edge/99.14477", "deviceDetail": {"deviceId": "bf67c857-685a-4457-89c4-db2afa581bd2", "displayName": "CASSIEFERNANDEZ-LT", "operatingSystem": "Windows 10", "browser": "Edge 99.14477", "trustType": "Hybrid Azure AD joined"}, "location": {"city": "Port Denisetown", "state": "Smithton", "countryOrRegion": "XR", "geoCoordinates": {"latitude": 3.5518965, "longitude": 131.871582}}, "correlationId": "39b1e1e3-26e8-41d5-b1a7-ece606981905", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "fb5faa0f-a841-44f4-bebc-0a7bc41390fd", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 118, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Bipsync Service", "resourceId": "aaf780ce-b996-49b9-986d-8bb23f7bce3a", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 256668, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "jZ9WOkCnZXQm8fUHj9SqcD8d6AILqU33M2bclimp4JuvtUuj", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "b7da42cc-a168-4148-b15a-792ad32c2ff5", "rngcStatus": 0}}, {"time": "2022-08-11T12:11:23.754144Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "147.132.189.119", "correlationId": "8f6ead1a-8fe1-40f0-a93e-9a7642b99db3", "identity": "Terry Proctor", "Level": 4, "location": "XR", "properties": {"id": "72a91770-778f-4a68-a911-ad08b9896400", "createdDateTime": "2022-08-11T12:11:23.890144Z", "userDisplayName": "Terry Proctor", "userPrincipalName": "tproctor@domain.com", "userId": "03110cc5-e54f-4dae-b68a-bf5d945f8152", "appId": "bf2855c0-7434-4262-8885-ad2f5206d324", "appDisplayName": "COINS Construction Cloud - Project and Productivity Apps", "ipAddress": "147.132.189.119", "status": {"errorCode": 0, "additionalDetails": "MFA requirement satisfied by claim in the token"}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (X11; Linux i686) AppleWebKit/533.0 (KHTML, like Gecko) Chrome/24.0.803.0 Safari/533.0 Edge/40.11325", "deviceDetail": {"deviceId": "88ee69d5-1eb7-4f29-b594-e9b4e3371940", "displayName": "TERRYPROCTOR-LT", "operatingSystem": "Windows 10", "browser": "Edge 40.11325", "isCompliant": true, "isManaged": true, "trustType": "Azure AD joined"}, "location": {"city": "Port Denisetown", "state": "Smithton", "countryOrRegion": "XR", "geoCoordinates": {"latitude": 3.5518965, "longitude": 131.871582}}, "mfaDetail": {}, "correlationId": "2f1736ed-eb27-4c7d-93d2-004ffd804df1", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "33d06fe4-bcd1-4b70-a04c-e1008026c82b", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 136, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "COINS Construction Cloud - Project and Productivity Apps Service", "resourceId": "84a36a79-eb71-4ec5-afa6-b76baa3640bf", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 256668, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "X1BEBy9lBKpAVvJzBm4qUs2PiTXAj1SCKxDEA8JU7bZvewwz", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": null, "rngcStatus": 0}}, {"time": "2022-08-11T12:26:46.358769Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "86.154.193.190", "correlationId": "1ea76202-476b-4fa2-9871-586f22022161", "identity": "Kristen Howell", "Level": 4, "location": "XR", "properties": {"id": "d9fe19c7-3b22-47c4-a577-e6f98b416e00", "createdDateTime": "2022-08-11T12:26:46.475769Z", "userDisplayName": "Kristen Howell", "userPrincipalName": "khowell@domain.com", "userId": "20e1e3f9-665f-45bd-9984-5e74b526d3b5", "appId": "2eae4ad1-8cae-48fe-b718-76bd66e2fc7f", "appDisplayName": "Bipsync", "ipAddress": "86.154.193.190", "status": {"errorCode": 0}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (X11; Linux i686) AppleWebKit/533.0 (KHTML, like Gecko) Chrome/24.0.803.0 Safari/533.0 Edge/40.11325", "deviceDetail": {"deviceId": "6ea76864-5f18-47dd-adb9-2b1dfcbfc425", "displayName": "KRISTENHOWELL-LT", "operatingSystem": "Windows 10", "browser": "Edge 40.11325", "isCompliant": true, "isManaged": true, "trustType": "Azure AD joined"}, "location": {"city": "Port Denisetown", "state": "Smithton", "countryOrRegion": "XR", "geoCoordinates": {"latitude": 3.5518965, "longitude": 131.871582}}, "correlationId": "46909bad-d51d-4709-8009-bd9f4f48be30", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "0adc28fd-d05d-40bd-9fcd-ee7bc718d6e8", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 117, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Bipsync Service", "resourceId": "819aa3ed-3b63-4925-8388-0b8d41022941", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 256668, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "Dt0ynPTe6nhn2tsWU77zp845xBmIiEbMXeVmoTwlBrBjsNS8", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "7f0c9abd-8b0d-4973-8675-a495454c0c86", "rngcStatus": 0}}, {"time": "2022-08-11T12:27:59.840393Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "50158", "resultSignature": "None", "resultDescription": "External security challenge was not satisfied.", "durationMs": 0, "callerIpAddress": "44.22.19.201", "correlationId": "7568263e-2938-4808-b1f9-01d4708bd78e", "identity": "Thomas Price", "Level": 4, "location": "XN", "properties": {"id": "d613255f-ee47-4782-aac9-90425a0c7400", "createdDateTime": "2022-08-11T12:27:59.974393Z", "userDisplayName": "Thomas Price", "userPrincipalName": "tprice@domain.com", "userId": "32109ee2-ee4f-4d11-9c38-2556aec0f2b5", "appId": "79510a8f-6421-4348-a2ea-bcc2b02485c1", "appDisplayName": "Cisco AnyConnect", "ipAddress": "44.22.19.201", "status": {"errorCode": 50158, "failureReason": "External security challenge was not satisfied."}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (X11; Linux i686) AppleWebKit/535.2 (KHTML, like Gecko) Chrome/22.0.843.0 Safari/535.2 Edge/118.12158", "deviceDetail": {"deviceId": "0927e60c-8dfa-4ecf-be85-ad63bccf40a1", "displayName": "THOMASPRICE-LT", "operatingSystem": "Windows 10", "browser": "Edge 118.12158", "trustType": "Hybrid Azure AD joined"}, "location": {"city": "Littlemouth", "state": "Alexanderfurt", "countryOrRegion": "XN", "geoCoordinates": {"latitude": 25.4437255, "longitude": -109.530885}}, "correlationId": "000952a2-75be-406d-a4c8-a2af29f0b192", "conditionalAccessStatus": "failure", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "c169a372-32d6-4cc2-9b64-ad50a2cf5c54", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 134, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Cisco AnyConnect Online", "resourceId": "5d5b8d28-6a28-472e-b837-a4094e466965", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 230297, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "WSWZpatkAYczta1ftZ6fJ8i6jCjhA8B7p5QeBd7kQKwXlZUF", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "15655e1f-5005-4c53-b3c0-c4a1d1ca5e9e", "rngcStatus": 0}}, {"time": "2022-08-11T12:39:26.136925Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "212.169.11.63", "correlationId": "c75d65bc-d870-4adb-a9c8-2be28a8e51fb", "identity": "Kristen Howell", "Level": 4, "location": "XR", "properties": {"id": "8ad50de0-ebdd-4ace-9747-d47c7b438b00", "createdDateTime": "2022-08-11T12:39:26.223925Z", "userDisplayName": "Kristen Howell", "userPrincipalName": "khowell@domain.com", "userId": "20e1e3f9-665f-45bd-9984-5e74b526d3b5", "appId": "9de6e985-97a5-4d82-9c45-aedaa9c25ef9", "appDisplayName": "AWS Single-Account Access", "ipAddress": "212.169.11.63", "status": {"errorCode": 0}, "clientAppUsed": "Browser", "deviceDetail": {"deviceId": "", "operatingSystem": "Ios"}, "location": {"city": "North Lisachester", "state": "Smithton", "countryOrRegion": "XR", "geoCoordinates": {"latitude": -69.00844, "longitude": -172.534328}}, "correlationId": "927dda91-ae3e-4e5a-baac-242c00954459", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "25b64c42-00f8-4d18-8211-d1f6bde4925c", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 87, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "AWS Single-Account Access Service", "resourceId": "9a84f55e-3a40-492c-9476-e069f64ed7a6", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 144064, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "HEF4FFe7yrvnA6HVnzyscgaPbe5Ha1ptOrl2bWyaToUrNktw", "incomingTokenType": "none", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "37ee873b-f901-4e25-be69-010243106d0f", "rngcStatus": 0}}, {"time": "2022-08-11T13:01:20.713872Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "13.113.40.157", "correlationId": "1f12ecd8-3416-4f60-bb22-7b091888095b", "identity": "Attack Target", "Level": 4, "location": "XR", "properties": {"id": "80a78cf7-7251-46ba-b35b-bdc312286100", "createdDateTime": "2022-08-11T13:01:20.842872Z", "userDisplayName": "Attack Target", "userPrincipalName": "attacktarget@domain.com", "userId": "d735e84b-dcca-404d-9f7d-700f360f41a6", "appId": "9a7e67c7-6f05-42a3-b226-97c7ec3e9696", "appDisplayName": "Adobe Identity Management", "ipAddress": "13.113.40.157", "ipAddressFromResourceProvider": "13.113.40.157", "status": {"errorCode": 0}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (iPad; CPU iPad OS 9_3_6 like Mac OS X) AppleWebKit/536.1 (KHTML, like Gecko) CriOS/42.0.865.0 Mobile/77O124 Safari/536.1 Edge/99.14477", "deviceDetail": {"deviceId": "a44625dc-6f81-449a-9799-8005f7209b42", "displayName": "ATTACKTARGET-LT", "operatingSystem": "Windows 10", "browser": "Edge 99.14477", "trustType": "Azure AD registered"}, "location": {"city": "New John", "state": "Smithfort", "countryOrRegion": "XR", "geoCoordinates": {"latitude": -89.144242, "longitude": 168.119022}}, "correlationId": "64c30b6d-3159-44b6-a53d-b4e52bb28f1b", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "21a181ab-b6f6-4dd6-8c7a-456dac7a97b2", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 129, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Adobe Identity Management Service", "resourceId": "c8eab36d-0a82-409d-8693-a8dabc997921", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 34974, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "og8jft4QJgZzotW3QHkmFj5rI3ooCVE49wIehkKPvjAYnHY9", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "2248d3ef-d7b8-4eb2-bd20-fb53f725bfe3", "rngcStatus": 0}}, {"time": "2022-08-11T13:38:19.197916Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "700082", "resultSignature": "None", "resultDescription": "Other", "durationMs": 0, "callerIpAddress": "54.119.29.60", "correlationId": "eaff6d25-aba4-4682-8d05-9b3d0e421dd7", "identity": "Thomas Price", "Level": 4, "location": "XR", "properties": {"id": "38b051b1-09e2-4d5c-9ca4-9786c4747000", "createdDateTime": "2022-08-11T13:38:19.262916Z", "userDisplayName": "Thomas Price", "userPrincipalName": "tprice@domain.com", "userId": "32109ee2-ee4f-4d11-9c38-2556aec0f2b5", "appId": "9a7e67c7-6f05-42a3-b226-97c7ec3e9696", "appDisplayName": "Adobe Identity Management", "ipAddress": "54.119.29.60", "status": {"errorCode": 700082, "failureReason": "Other"}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (X11; Linux i686) AppleWebKit/535.2 (KHTML, like Gecko) Chrome/22.0.843.0 Safari/535.2 Edge/118.12158", "deviceDetail": {"deviceId": "852272bd-2ab1-474f-a99e-4922ea7031d3", "displayName": "THOMASPRICE-LT", "operatingSystem": "Windows 10", "browser": "Edge 118.12158", "trustType": "Hybrid Azure AD joined"}, "location": {"city": "Port Kimberlytown", "state": "Curtisport", "countryOrRegion": "XR", "geoCoordinates": {"latitude": 26.3152295, "longitude": 147.770404}}, "correlationId": "4b531e9c-2639-4486-a673-0c61942bff91", "conditionalAccessStatus": "notApplied", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "327c4292-93b9-4ef6-88db-1c534d5920e7", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 65, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Adobe Identity Management Service", "resourceId": "30663ca7-f8a9-43ab-8ca1-7906bdbc1485", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 359213, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "w6HJbHIejCRdQrQ89cXjR2kP303I47NUJBG2OSx5BFCX8AjS", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "a6c259e5-7f16-48b2-a9f3-75becd6daa9b", "rngcStatus": 0}}, {"time": "2022-08-11T13:39:49.467418Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "205.33.24.92", "correlationId": "1b35bae4-566a-48cc-bd5f-9c015807bc9e", "identity": "Vanessa Ramirez", "Level": 4, "location": "XD", "properties": {"id": "4b638f01-21ae-4071-8f14-553d20ca8500", "createdDateTime": "2022-08-11T13:39:49.613418Z", "userDisplayName": "Vanessa Ramirez", "userPrincipalName": "vramirez@domain.com", "userId": "5d72b7ed-62ea-4b94-b931-ccef65d71ebd", "appId": "9de6e985-97a5-4d82-9c45-aedaa9c25ef9", "appDisplayName": "AWS Single-Account Access", "ipAddress": "205.33.24.92", "status": {"errorCode": 0}, "clientAppUsed": "Browser", "deviceDetail": {"deviceId": "e395a3f4-8f2d-4170-804f-d3e13ce3151b", "displayName": "VANESSARAMIREZ-LT", "operatingSystem": "Windows", "trustType": "Azure AD registered"}, "location": {"city": "Kristinmouth", "state": "Norrisbury", "countryOrRegion": "XD", "geoCoordinates": {"latitude": 26.278784, "longitude": -92.042573}}, "correlationId": "71457e17-e657-48b8-9b94-512d7b93fc74", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "520a6671-2e6a-4630-8f92-510a8f15b66f", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 146, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "AWS Single-Account Access Service", "resourceId": "9a84f55e-3a40-492c-9476-e069f64ed7a6", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 214655, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "0lvyDbaFof6bhOFeSMtaeCZUysc1jheU7gkN5p1s6QBy1TLp", "incomingTokenType": "none", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "37ee873b-f901-4e25-be69-010243106d0f", "rngcStatus": 0}}, {"time": "2022-08-11T13:47:25.325167Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "50158", "resultSignature": "None", "resultDescription": "External security challenge was not satisfied.", "durationMs": 0, "callerIpAddress": "92.110.109.246", "correlationId": "ed6e040c-c1ac-455b-a84d-bb2be175a736", "identity": "Thomas Price", "Level": 4, "location": "XR", "properties": {"id": "84170ee1-88cb-4e3d-bb5d-283ac68d6400", "createdDateTime": "2022-08-11T13:47:25.444167Z", "userDisplayName": "Thomas Price", "userPrincipalName": "tprice@domain.com", "userId": "32109ee2-ee4f-4d11-9c38-2556aec0f2b5", "appId": "9a7e67c7-6f05-42a3-b226-97c7ec3e9696", "appDisplayName": "Adobe Identity Management", "ipAddress": "92.110.109.246", "status": {"errorCode": 50158, "failureReason": "External security challenge was not satisfied."}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (X11; Linux i686) AppleWebKit/535.2 (KHTML, like Gecko) Chrome/22.0.843.0 Safari/535.2 Edge/118.12158", "deviceDetail": {"deviceId": "a31478d2-f778-4d5a-b081-22579a9edcbe", "displayName": "THOMASPRICE-LT", "operatingSystem": "Windows 10", "browser": "Edge 118.12158", "trustType": "Hybrid Azure AD joined"}, "location": {"city": "Port Denisetown", "state": "Smithton", "countryOrRegion": "XR", "geoCoordinates": {"latitude": 3.5518965, "longitude": 131.871582}}, "correlationId": "545b9d09-8bd6-4304-aa46-4b2300869f2c", "conditionalAccessStatus": "failure", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "6b390df0-578a-4726-a613-7e2c264e3f82", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 119, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Adobe Identity Management Service", "resourceId": "30663ca7-f8a9-43ab-8ca1-7906bdbc1485", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 230297, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "CQPWiHcEvr0Ry7sc1PUeU0JcLlfneMtRsakQjgds6vwgGvKj", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "a6c259e5-7f16-48b2-a9f3-75becd6daa9b", "rngcStatus": 0}}, {"time": "2022-08-11T13:52:27.666858Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "50158", "resultSignature": "None", "resultDescription": "External security challenge was not satisfied.", "durationMs": 0, "callerIpAddress": "147.132.189.119", "correlationId": "fb73d892-c7d8-4860-a5d4-afd01819df6f", "identity": "Terry Proctor", "Level": 4, "location": "XR", "properties": {"id": "a9f8bd26-0603-463f-b131-cbc269004f00", "createdDateTime": "2022-08-11T13:52:27.780858Z", "userDisplayName": "Terry Proctor", "userPrincipalName": "tproctor@domain.com", "userId": "03110cc5-e54f-4dae-b68a-bf5d945f8152", "appId": "9a7e67c7-6f05-42a3-b226-97c7ec3e9696", "appDisplayName": "Adobe Identity Management", "ipAddress": "147.132.189.119", "ipAddressFromResourceProvider": "86.154.193.190", "status": {"errorCode": 50158, "failureReason": "External security challenge was not satisfied.", "additionalDetails": "MFA requirement satisfied by claim in the token"}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (X11; Linux i686) AppleWebKit/533.0 (KHTML, like Gecko) Chrome/24.0.803.0 Safari/533.0 Edge/40.11325", "deviceDetail": {"deviceId": "88ee69d5-1eb7-4f29-b594-e9b4e3371940", "displayName": "TERRYPROCTOR-LT", "operatingSystem": "Windows 10", "browser": "Edge 40.11325", "isCompliant": true, "isManaged": true, "trustType": "Azure AD joined"}, "location": {"city": "Port Denisetown", "state": "Smithton", "countryOrRegion": "XR", "geoCoordinates": {"latitude": 3.5518965, "longitude": 131.871582}}, "mfaDetail": {}, "correlationId": "c1bd6cc9-3eb7-4a97-b718-f4dd50b9f70e", "conditionalAccessStatus": "failure", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "3898bdb1-164b-41e0-8962-81327f856dcf", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "processingTimeInMilliseconds": 114, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Adobe Identity Management Service", "resourceId": "9a84f55e-3a40-492c-9476-e069f64ed7a6", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 256668, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "6qGWyLArv2zaTwaYsLfDNuiNnW39Xl8H74GfF1CzcR2VRCFa", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "37ee873b-f901-4e25-be69-010243106d0f"}}, {"time": "2022-08-11T14:57:31.140128Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "147.132.189.119", "correlationId": "e234a5cc-c360-431b-bd80-8e8a609cd532", "identity": "Terry Proctor", "Level": 4, "location": "XR", "properties": {"id": "38b051b1-09e2-4d5c-9ca4-9786b3697a00", "createdDateTime": "2022-08-11T14:57:31.258128Z", "userDisplayName": "Terry Proctor", "userPrincipalName": "tproctor@domain.com", "userId": "03110cc5-e54f-4dae-b68a-bf5d945f8152", "appId": "9003b8ba-730c-412d-8972-267700304e01", "appDisplayName": "Box", "ipAddress": "147.132.189.119", "status": {"errorCode": 0, "additionalDetails": "MFA requirement satisfied by claim in the token"}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (X11; Linux i686) AppleWebKit/533.0 (KHTML, like Gecko) Chrome/24.0.803.0 Safari/533.0 Edge/40.11325", "deviceDetail": {"deviceId": "88ee69d5-1eb7-4f29-b594-e9b4e3371940", "displayName": "TERRYPROCTOR-LT", "operatingSystem": "Windows 10", "browser": "Edge 40.11325", "isCompliant": true, "isManaged": true, "trustType": "Azure AD joined"}, "location": {"city": "Port Denisetown", "state": "Smithton", "countryOrRegion": "XR", "geoCoordinates": {"latitude": 3.5518965, "longitude": 131.871582}}, "mfaDetail": {}, "correlationId": "39374c80-8757-40a9-88e6-7b48850663d3", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "7056c1ff-3e9d-4e7d-a52c-ad1a86d43cdb", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 118, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Box Online", "resourceId": "8a137ba4-52ae-4dbf-94af-2e56851573c4", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 256668, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "A50FivzmujBIOpbig0SJcvpb3LJFd7IVruaTkYpnTQcAitCa", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": null, "rngcStatus": 0}}, {"time": "2022-08-11T15:00:12.795440Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "13.113.40.157", "correlationId": "92a46dca-a5df-4ea7-8a4f-3c2d4e9ebb74", "identity": "Attack Target", "Level": 4, "location": "XR", "properties": {"id": "5770b2e0-7013-44f8-922c-53e692f36800", "createdDateTime": "2022-08-11T15:00:12.900440Z", "userDisplayName": "Attack Target", "userPrincipalName": "attacktarget@domain.com", "userId": "d735e84b-dcca-404d-9f7d-700f360f41a6", "appId": "9a7e67c7-6f05-42a3-b226-97c7ec3e9696", "appDisplayName": "Adobe Identity Management", "ipAddress": "13.113.40.157", "status": {"errorCode": 0}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (iPad; CPU iPad OS 9_3_6 like Mac OS X) AppleWebKit/536.1 (KHTML, like Gecko) CriOS/42.0.865.0 Mobile/77O124 Safari/536.1 Edge/99.14477", "deviceDetail": {"deviceId": "a44625dc-6f81-449a-9799-8005f7209b42", "displayName": "ATTACKTARGET-LT", "operatingSystem": "Windows 10", "browser": "Edge 99.14477", "trustType": "Azure AD registered"}, "location": {"city": "Smithfort", "state": "Smithfort", "countryOrRegion": "XR", "geoCoordinates": {"latitude": 3.7564095, "longitude": -121.574606}}, "correlationId": "036d43d7-c31d-4070-a366-755de38f2551", "conditionalAccessStatus": "notApplied", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "0554f75d-848b-4d5c-a764-1a5d1093245c", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 105, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Adobe Identity Management Service", "resourceId": "f72c694e-4e03-4616-91f3-78c5fe54122a", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 34974, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "BQvYkaMs2CKwSiIhHFYb7pVnsmBENjiPhDlNufxjRaXCpgoI", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "1674f597-9877-4ff9-a5d9-accfea860d15", "rngcStatus": 0}}, {"time": "2022-08-11T15:02:44.644541Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "156.206.181.119", "correlationId": "5f51ea9c-a31f-4e01-8a59-e13db9b17b67", "identity": "Cynthia Perry", "Level": 4, "location": "XY", "properties": {"id": "0171151e-6e1f-4bc0-81e6-ff466bc56800", "createdDateTime": "2022-08-11T15:02:44.799541Z", "userDisplayName": "Cynthia Perry", "userPrincipalName": "cperry@domain.com", "userId": "ac5fa380-9d5b-470e-beb2-5ba10aca48e6", "appId": "9de6e985-97a5-4d82-9c45-aedaa9c25ef9", "appDisplayName": "AWS Single-Account Access", "ipAddress": "156.206.181.119", "status": {"errorCode": 0}, "clientAppUsed": "Browser", "deviceDetail": {"deviceId": "", "operatingSystem": "Windows"}, "location": {"city": "Hannaville", "state": "Thomashaven", "countryOrRegion": "XY", "geoCoordinates": {"latitude": 1.1452695, "longitude": 128.249211}}, "correlationId": "a1874432-da6d-48d4-8c79-7a5c8e589f61", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "225f06ce-7a41-405d-ab07-b0920756ef52", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 155, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "AWS Single-Account Access Service", "resourceId": "c65cf5f9-5537-4200-889e-381c4f60ca7d", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 279165, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "rWqJZnORrMpACzMXNy57QB9Pr6DgNi1E8SiN1ySt9mC6jwR4", "incomingTokenType": "none", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": null, "rngcStatus": 0}}, {"time": "2022-08-11T15:08:32.758005Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "147.132.189.119", "correlationId": "47a5fcec-def2-49cc-b3d1-0ea99842480c", "identity": "Melissa Martin", "Level": 4, "location": "XR", "properties": {"id": "96843c4e-d6c8-49c6-9d20-64123c0d7000", "createdDateTime": "2022-08-11T15:08:32.848005Z", "userDisplayName": "Melissa Martin", "userPrincipalName": "mmartin@domain.com", "userId": "632ccb55-03a7-40f4-9893-653527cae790", "appId": "2eae4ad1-8cae-48fe-b718-76bd66e2fc7f", "appDisplayName": "Bipsync", "ipAddress": "147.132.189.119", "status": {"errorCode": 0}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (iPad; CPU iPad OS 9_3_6 like Mac OS X) AppleWebKit/536.1 (KHTML, like Gecko) CriOS/42.0.865.0 Mobile/77O124 Safari/536.1 Edge/99.14477", "deviceDetail": {"deviceId": "", "operatingSystem": "Windows 10", "browser": "Edge 99.14477"}, "location": {"city": "Port Denisetown", "state": "Smithton", "countryOrRegion": "XR", "geoCoordinates": {"latitude": 3.5518965, "longitude": 131.871582}}, "correlationId": "5ea366e6-48c9-49f5-826e-7379263741fc", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "3f4c9c09-d859-4fef-970e-07d1f9c06550", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 90, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Bipsync Service", "resourceId": "9a84f55e-3a40-492c-9476-e069f64ed7a6", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 256668, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "C3jIg1OQRLE4ePXnBeDeMFlZ4YV6k9SdlVuNY3ZDjVXkAoAW", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "37ee873b-f901-4e25-be69-010243106d0f", "rngcStatus": 0}}, {"time": "2022-08-11T15:12:26.219674Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "500011", "resultSignature": "None", "resultDescription": "The resource principal was not found in the tenant. This can happen if the application has not been installed by the administrator of the tenant or consented to by any user in the tenant. You might have sent your authentication request to the wrong tenant.", "durationMs": 0, "callerIpAddress": "25.228.18.106", "correlationId": "2e18d377-1793-410c-875f-db5466b9e23c", "identity": "Thomas Price", "Level": 4, "location": "XQ", "properties": {"id": "4c995af8-3e38-4dcb-9141-ed01e8f27100", "createdDateTime": "2022-08-11T15:12:26.334674Z", "userDisplayName": "Thomas Price", "userPrincipalName": "tprice@domain.com", "userId": "32109ee2-ee4f-4d11-9c38-2556aec0f2b5", "appId": "413f12c2-a9cb-4ca6-a080-d4308249cbe1", "appDisplayName": "Air", "ipAddress": "25.228.18.106", "status": {"errorCode": 500011, "failureReason": "The resource principal was not found in the tenant. This can happen if the application has not been installed by the administrator of the tenant or consented to by any user in the tenant. You might have sent your authentication request to the wrong tenant."}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (X11; Linux i686) AppleWebKit/533.0 (KHTML, like Gecko) Chrome/24.0.803.0 Safari/533.0 Edge/40.11325", "deviceDetail": {"deviceId": "0729bd71-1465-4897-bba4-71c5ca15a9bb", "displayName": "THOMASPRICE-LT", "operatingSystem": "Windows 10", "browser": "Edge 40.11325", "isCompliant": true, "isManaged": true, "trustType": "Azure AD registered"}, "location": {"city": "Veronicachester", "state": "Chanshire", "countryOrRegion": "XQ", "geoCoordinates": {"latitude": -5.3151345, "longitude": -4.976578}}, "correlationId": "c90abad5-1481-421d-af51-73a1bbb83c5b", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "872795cd-e682-4e63-9c5b-488b977883ff", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 115, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 79359, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "rdNYxJxAAgAn1z4F4MVeiGLPIHFtWMAiIWIWAev7HMb8iVyp", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": null, "rngcStatus": 0}}, {"time": "2022-08-11T15:23:58.573883Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "86.154.193.190", "correlationId": "d1a65796-19ce-45f8-a02c-907da6aef683", "identity": "Jamie Watson", "Level": 4, "location": "XR", "properties": {"id": "f1fc2489-d131-4e12-a62d-535fe0798c00", "createdDateTime": "2022-08-11T15:23:58.660883Z", "userDisplayName": "Jamie Watson", "userPrincipalName": "jwatson@domain.com", "userId": "2844695b-9a70-48ed-a5ce-f3d711e2292b", "appId": "2eae4ad1-8cae-48fe-b718-76bd66e2fc7f", "appDisplayName": "Bipsync", "ipAddress": "86.154.193.190", "status": {"errorCode": 0}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (X11; Linux i686) AppleWebKit/533.0 (KHTML, like Gecko) Chrome/24.0.803.0 Safari/533.0 Edge/40.11325", "deviceDetail": {"deviceId": "fc784602-6455-4450-be3c-6770e0359f8a", "displayName": "JAMIEWATSON-LT", "operatingSystem": "Windows 10", "browser": "Edge 40.11325", "isCompliant": true, "isManaged": true, "trustType": "Azure AD joined"}, "location": {"city": "Port Denisetown", "state": "Smithton", "countryOrRegion": "XR", "geoCoordinates": {"latitude": 3.5518965, "longitude": 131.871582}}, "correlationId": "2e813859-413c-4c7f-986c-74f83a2bcc24", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "c8d3944a-08aa-4e76-b9cf-b26070115782", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 87, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Bipsync Service", "resourceId": "819aa3ed-3b63-4925-8388-0b8d41022941", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 256668, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "YsaFffwGA2H56oiik5N2deQpxJLGDDh9L94zRJIc11HNoGKC", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "7f0c9abd-8b0d-4973-8675-a495454c0c86", "rngcStatus": 0}}, {"time": "2022-08-11T15:28:43.472906Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "105.169.153.183", "correlationId": "ccaa3f19-70ec-49a1-9037-1eeddc691b47", "identity": "Jim Gonzalez", "Level": 4, "location": "XR", "properties": {"id": "3e4015a7-fc3f-46ab-bde5-2cd88b1b6c00", "createdDateTime": "2022-08-11T15:28:43.600906Z", "userDisplayName": "Jim Gonzalez", "userPrincipalName": "jgonzalez@domain.com", "userId": "95090045-a9c5-489c-adee-2db430a3333a", "appId": "dbe6b779-13df-45f2-a6d7-1323485479f6", "appDisplayName": "Cisco Webex", "ipAddress": "105.169.153.183", "status": {"errorCode": 0}, "clientAppUsed": "Browser", "deviceDetail": {"deviceId": "15135d1f-cb47-4bd8-b76d-90a9171c09bd", "displayName": "JIMGONZALEZ-LT", "operatingSystem": "Windows10", "browser": "Rich Client 4.38.0.0", "trustType": "Azure AD registered"}, "location": {"city": "Santosborough", "state": "Smithton", "countryOrRegion": "XR", "geoCoordinates": {"latitude": 12.8350355, "longitude": 138.359011}}, "correlationId": "fe74e637-e8e2-41a2-9b41-06e15f6dc881", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "c3661a33-351d-4a50-9da8-2baedbd714cc", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 128, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Cisco Webex Service", "resourceId": "ecbdb25d-8af8-4fc2-88e9-c990f2aca3eb", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 256668, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "dHCo3RzzAV8yf4ORMv0ppCXzjreBWlzXoW4m4Va8qx4gxrlM", "incomingTokenType": "none", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "592bb571-3a2e-4a77-8560-63f6276de0da", "rngcStatus": 0}}, {"time": "2022-08-11T15:36:52.943985Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "199.12.127.103", "correlationId": "0f9fbd7a-8700-40c9-a969-dd4dd5b5b12d", "identity": "Jacob Meyers", "Level": 4, "location": "XG", "properties": {"id": "6b435a21-e617-404c-8304-23bd49525b00", "createdDateTime": "2022-08-11T15:36:53.030985Z", "userDisplayName": "Jacob Meyers", "userPrincipalName": "jmeyers@domain.com", "userId": "c63a67b0-1651-4a8a-9560-cc703cdad5ad", "appId": "9a7e67c7-6f05-42a3-b226-97c7ec3e9696", "appDisplayName": "Adobe Identity Management", "ipAddress": "199.12.127.103", "status": {"errorCode": 0}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (iPad; CPU iPad OS 9_3_6 like Mac OS X) AppleWebKit/536.1 (KHTML, like Gecko) CriOS/42.0.865.0 Mobile/77O124 Safari/536.1 Edge/99.14477", "deviceDetail": {"deviceId": "68cb982e-f215-496c-89bb-cc07716ff474", "displayName": "JACOBMEYERS-LT", "operatingSystem": "Windows 10", "browser": "Edge 99.14477", "trustType": "Azure AD registered"}, "location": {"city": "Port Nathan", "state": "Newmanville", "countryOrRegion": "XG", "geoCoordinates": {"latitude": 23.244641, "longitude": -113.392021}}, "correlationId": "b7709b36-cf86-417a-81d9-7ffb779328f4", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "cf7478a0-f6a0-4f4f-a2f2-82cb9e00c085", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "processingTimeInMilliseconds": 87, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Adobe Identity Management Service", "resourceId": "1f1f8006-bcaf-48ed-96be-45ba0b1802c3", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 282405, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "prTbdHLymdMG4pNSr2IYmyxLt1esORrES8wyhHchXZGvosuP", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": null}}, {"time": "2022-08-11T15:42:18.571829Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "147.132.189.119", "correlationId": "587f75f3-141b-4a86-a3ee-fc549baee070", "identity": "Cassie Fernandez", "Level": 4, "location": "XR", "properties": {"id": "29a68730-c074-44bc-9ec3-76c958ba9f00", "createdDateTime": "2022-08-11T15:42:18.841829Z", "userDisplayName": "Cassie Fernandez", "userPrincipalName": "cfernandez@domain.com", "userId": "67ef8be6-3f44-4db7-8172-fd6211428c1e", "appId": "51a80452-7502-4b15-9e15-827c7d78e337", "appDisplayName": "Dropbox Business", "ipAddress": "147.132.189.119", "status": {"errorCode": 0}, "clientAppUsed": "Mobile Apps and Desktop clients", "deviceDetail": {"deviceId": "bf67c857-685a-4457-89c4-db2afa581bd2", "displayName": "CASSIEFERNANDEZ-LT", "operatingSystem": "Windows 10", "browser": "Rich Client 5.2.9.0", "trustType": "Hybrid Azure AD joined"}, "location": {"city": "Port Denisetown", "state": "Smithton", "countryOrRegion": "XR", "geoCoordinates": {"latitude": 3.5518965, "longitude": 131.871582}}, "correlationId": "0ab0b651-bb9b-48af-adb8-5c507a12e10a", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "847efada-3eb5-4ae3-8d99-13350a9a4df5", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 270, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Dropbox Business Online", "resourceId": "fcbb342e-c15e-4612-8a70-e3156b81556f", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 256668, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "PGpXfW980wjWHtFWl8xqtNpmCxn3LYTEEecfAI89JAtRb6lK", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "0fd3a253-6124-461e-bab2-32ec73c1c1ad", "rngcStatus": 0}}, {"time": "2022-08-11T15:47:51.709897Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "86.154.193.190", "correlationId": "80448b18-f504-4260-8912-3a20aeaccc72", "identity": "Jamie Watson", "Level": 4, "location": "XR", "properties": {"id": "df57eaed-63aa-4a28-8eda-7df871aa6e00", "createdDateTime": "2022-08-11T15:47:51.795897Z", "userDisplayName": "Jamie Watson", "userPrincipalName": "jwatson@domain.com", "userId": "2844695b-9a70-48ed-a5ce-f3d711e2292b", "appId": "2eae4ad1-8cae-48fe-b718-76bd66e2fc7f", "appDisplayName": "Bipsync", "ipAddress": "86.154.193.190", "status": {"errorCode": 0}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (X11; Linux i686) AppleWebKit/533.0 (KHTML, like Gecko) Chrome/24.0.803.0 Safari/533.0 Edge/40.11325", "deviceDetail": {"deviceId": "fc784602-6455-4450-be3c-6770e0359f8a", "displayName": "JAMIEWATSON-LT", "operatingSystem": "Windows 10", "browser": "Edge 40.11325", "isCompliant": true, "isManaged": true, "trustType": "Azure AD joined"}, "location": {"city": "Port Denisetown", "state": "Smithton", "countryOrRegion": "XR", "geoCoordinates": {"latitude": 3.5518965, "longitude": 131.871582}}, "correlationId": "a28d8306-f44d-40f6-9ac0-85fd865ca0ad", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "9c9e2871-f8dd-4334-8f85-05699d4cf53d", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 86, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Bipsync Service", "resourceId": "4b482d0a-88be-43f3-a771-aaf19d9bbf70", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 256668, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "fqf4JmfP2MgdiYN7lcnzcLOcbXKdrtRu1qTm0XQ1Ct7YT7xs", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "b4d48f3a-639f-4f89-a099-2fdd27423d1f", "rngcStatus": 0}}, {"time": "2022-08-11T15:50:59.777696Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "212.169.11.63", "correlationId": "304fba59-fb2c-4114-8772-e26818cc60ea", "identity": "Kristen Howell", "Level": 4, "location": "XR", "properties": {"id": "cd604170-057f-460d-b144-5da3d89a6400", "createdDateTime": "2022-08-11T15:50:59.898696Z", "userDisplayName": "Kristen Howell", "userPrincipalName": "khowell@domain.com", "userId": "20e1e3f9-665f-45bd-9984-5e74b526d3b5", "appId": "2eae4ad1-8cae-48fe-b718-76bd66e2fc7f", "appDisplayName": "Bipsync", "ipAddress": "212.169.11.63", "status": {"errorCode": 0}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (iPad; CPU iPad OS 9_3_6 like Mac OS X) AppleWebKit/536.1 (KHTML, like Gecko) CriOS/42.0.865.0 Mobile/77O124 Safari/536.1 Edge/99.14477", "deviceDetail": {"deviceId": "caf12d64-01ec-4396-b330-e7eb6349ad45", "displayName": "KRISTENHOWELL-LT", "operatingSystem": "Windows 10", "browser": "Edge 99.14477", "trustType": "Azure AD registered"}, "location": {"city": "North Lisachester", "state": "Smithton", "countryOrRegion": "XR", "geoCoordinates": {"latitude": -69.00844, "longitude": -172.534328}}, "correlationId": "b49ffd89-02e2-450f-b6ca-a6d8d6eba844", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "3a0c0152-049f-4738-b0ac-f43309da3ed8", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 121, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Bipsync Service", "resourceId": "819aa3ed-3b63-4925-8388-0b8d41022941", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 144064, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "KYwTxM3ExVpS3efaWOwHhkVFXjEkxh24CXu06pI7cBS1KM5b", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "7f0c9abd-8b0d-4973-8675-a495454c0c86", "rngcStatus": 0}}, {"time": "2022-08-11T15:59:26.309746Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "147.132.189.119", "correlationId": "ac97b59f-12bf-435c-928a-f8ec3bd1df83", "identity": "Melissa Martin", "Level": 4, "location": "XR", "properties": {"id": "cb1cdc58-3d1a-4d1a-ab9f-1d771baa1900", "createdDateTime": "2022-08-11T15:59:26.507746Z", "userDisplayName": "Melissa Martin", "userPrincipalName": "mmartin@domain.com", "userId": "632ccb55-03a7-40f4-9893-653527cae790", "appId": "51a80452-7502-4b15-9e15-827c7d78e337", "appDisplayName": "Dropbox Business", "ipAddress": "147.132.189.119", "status": {"errorCode": 0}, "clientAppUsed": "Mobile Apps and Desktop clients", "deviceDetail": {"deviceId": "", "operatingSystem": "Windows 10", "browser": "Rich Client 5.2.9.0"}, "location": {"city": "Port Denisetown", "state": "Smithton", "countryOrRegion": "XR", "geoCoordinates": {"latitude": 3.5518965, "longitude": 131.871582}}, "correlationId": "bb113b39-07a3-4c23-82a8-b9ddd23dee0f", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "6a498934-5909-4b2c-97e3-8d5b54737a89", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 198, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Dropbox Business Online", "resourceId": "fcbb342e-c15e-4612-8a70-e3156b81556f", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 256668, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "ddkT2fracoKHOrTGB6ye0HmnKaKNCMY7sHtCgQ7oITjGjvJ3", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "0fd3a253-6124-461e-bab2-32ec73c1c1ad", "rngcStatus": 0}}, {"time": "2022-08-11T15:59:52.204192Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "SignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "99.116.100.205", "correlationId": "39f47bc3-d12d-4bc9-a153-60cb61aea92a", "identity": "Aaron Cole", "Level": 4, "location": "XD", "properties": {"id": "0d974f4a-644a-4dd3-8042-8485ae226a00", "createdDateTime": "2022-08-11T15:59:52.323192Z", "userDisplayName": "Aaron Cole", "userPrincipalName": "acole@domain.com", "userId": "5d557969-1645-4ba4-be83-b6fd943659f7", "appId": "e47a1d38-5f61-45cd-b1b9-bc92f525c598", "appDisplayName": "Altoura", "ipAddress": "99.116.100.205", "status": {"errorCode": 0}, "clientAppUsed": "Browser", "userAgent": "Mozilla/5.0 (Linux; Android 2.3.5) AppleWebKit/532.2 (KHTML, like Gecko) Chrome/46.0.898.0 Safari/532.2 Edge/105.19198", "deviceDetail": {"deviceId": "", "operatingSystem": "Windows 10", "browser": "Edge 105.19198"}, "location": {"city": "Carrollstad", "state": "Norrisbury", "countryOrRegion": "XD", "geoCoordinates": {"latitude": -38.8540465, "longitude": -17.674718}}, "correlationId": "4fb7fc0b-993b-427a-afdf-eee61d9c1f99", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "c9282048-0225-4e72-9451-f23c7e01a5d2", "isInteractive": true, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 119, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Altoura Online", "resourceId": "f0630e90-b752-4960-bfb9-a0794fc34930", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 214655, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "9baYYMlogWy9F6twm2eQjQnozl77HIsGqaTZj5dP4bqPaCNZ", "incomingTokenType": "none", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "1f37c851-4be4-455b-928a-fbde7845a68a", "rngcStatus": 0}}, {"time": "2022-08-11T16:00:43.575337Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "13.113.40.157", "correlationId": "d72a4c37-d404-468d-b995-bf723327f650", "identity": "Attack Target", "Level": 4, "location": "XR", "properties": {"id": "161299a3-6083-437a-9849-b316be026800", "createdDateTime": "2022-08-11T16:00:43.766337Z", "userDisplayName": "Attack Target", "userPrincipalName": "attacktarget@domain.com", "userId": "d735e84b-dcca-404d-9f7d-700f360f41a6", "appId": "9a7e67c7-6f05-42a3-b226-97c7ec3e9696", "appDisplayName": "Adobe Identity Management", "ipAddress": "13.113.40.157", "status": {"errorCode": 0}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (iPad; CPU iPad OS 9_3_6 like Mac OS X) AppleWebKit/536.1 (KHTML, like Gecko) CriOS/42.0.865.0 Mobile/77O124 Safari/536.1 Edge/99.14477", "deviceDetail": {"deviceId": "a44625dc-6f81-449a-9799-8005f7209b42", "displayName": "ATTACKTARGET-LT", "operatingSystem": "Windows 10", "browser": "Edge 99.14477", "trustType": "Azure AD registered"}, "location": {"city": "New John", "state": "Smithfort", "countryOrRegion": "XR", "geoCoordinates": {"latitude": -89.144242, "longitude": 168.119022}}, "correlationId": "561d8e6e-23e8-47b8-994f-5172221bc28f", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "6c7aa9fe-1058-4f60-b13e-0b0353f19bf6", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 191, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Adobe Identity Management Service", "resourceId": "7d6a0897-8b82-49e9-90e2-d482fb9202bd", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 34974, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "ZytA2K0sL6K1IYQc1Z0Gn5krNvoh22vl8t6relEjAxAjK1vG", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "537d9419-7e2b-4778-9102-62256bcfcf45", "rngcStatus": 0}}, {"time": "2022-08-11T16:03:10.032589Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "156.206.181.119", "correlationId": "498ec336-01dc-4d17-9b17-ecb08c2e7bc9", "identity": "Cynthia Perry", "Level": 4, "location": "XY", "properties": {"id": "216ffce3-7ff0-474b-bd97-34a4ed256c00", "createdDateTime": "2022-08-11T16:03:10.143589Z", "userDisplayName": "Cynthia Perry", "userPrincipalName": "cperry@domain.com", "userId": "ac5fa380-9d5b-470e-beb2-5ba10aca48e6", "appId": "9de6e985-97a5-4d82-9c45-aedaa9c25ef9", "appDisplayName": "AWS Single-Account Access", "ipAddress": "156.206.181.119", "status": {"errorCode": 0}, "clientAppUsed": "Browser", "deviceDetail": {"deviceId": "", "operatingSystem": "Windows"}, "location": {"city": "Hannaville", "state": "Thomashaven", "countryOrRegion": "XY", "geoCoordinates": {"latitude": 1.1452695, "longitude": 128.249211}}, "correlationId": "0b9424ec-ed8a-428f-b6f3-3e5125fe3692", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "f78c8c17-34e7-4534-84ab-02887f1c9e43", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 111, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "AWS Single-Account Access Service", "resourceId": "9a84f55e-3a40-492c-9476-e069f64ed7a6", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 279165, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "qr6Ho5zjTVZNQ3zlIgerAlnCQf160qCVcyybqraKJG85cSch", "incomingTokenType": "none", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "37ee873b-f901-4e25-be69-010243106d0f", "rngcStatus": 0}}, {"time": "2022-08-11T16:25:57.710004Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "92.110.109.246", "correlationId": "a92dbf78-d5c8-4e02-9901-d2c086e2c9e6", "identity": "David Johnson", "Level": 4, "location": "XR", "properties": {"id": "f76a87a3-7638-4ccc-9bfd-93d23a8b6b00", "createdDateTime": "2022-08-11T16:25:57.857004Z", "userDisplayName": "David Johnson", "userPrincipalName": "djohnson@domain.com", "userId": "ff2ae3d2-8cd2-4bd6-b65d-49c5ad946c7f", "appId": "9d794ea1-8d77-42e3-9fdd-6fd3620d616a", "appDisplayName": "Alaya", "ipAddress": "92.110.109.246", "status": {"errorCode": 0}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (iPad; CPU iPad OS 9_3_6 like Mac OS X) AppleWebKit/536.1 (KHTML, like Gecko) CriOS/42.0.865.0 Mobile/77O124 Safari/536.1 Edge/99.14477", "deviceDetail": {"deviceId": "717ebe00-a5eb-412e-97b6-7b8ab7cfbc02", "displayName": "DAVIDJOHNSON-LT", "operatingSystem": "Windows 10", "browser": "Edge 99.14477", "trustType": "Azure AD registered"}, "location": {"city": "Port Denisetown", "state": "Smithton", "countryOrRegion": "XR", "geoCoordinates": {"latitude": 3.5518965, "longitude": 131.871582}}, "correlationId": "9f04327c-1b9a-4f23-9057-d12678da77d3", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "6dbde6df-5e87-464e-bb37-9ab675c39c41", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 147, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Alaya Service", "resourceId": "c8eab36d-0a82-409d-8693-a8dabc997921", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 230297, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "ecIM2Irb6xaMkd7j5SCfuPsh6tPopralSb0WneEDHWL22gbs", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "2248d3ef-d7b8-4eb2-bd20-fb53f725bfe3", "rngcStatus": 0}}, {"time": "2022-08-11T16:30:57.363993Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "86.154.193.190", "correlationId": "0cd1f9a4-2114-44ea-9ee5-fdd1cf797979", "identity": "Jamie Watson", "Level": 4, "location": "XR", "properties": {"id": "77327800-5251-4fce-ab74-4649bed18600", "createdDateTime": "2022-08-11T16:30:57.447993Z", "userDisplayName": "Jamie Watson", "userPrincipalName": "jwatson@domain.com", "userId": "2844695b-9a70-48ed-a5ce-f3d711e2292b", "appId": "9de6e985-97a5-4d82-9c45-aedaa9c25ef9", "appDisplayName": "AWS Single-Account Access", "ipAddress": "86.154.193.190", "status": {"errorCode": 0}, "clientAppUsed": "Browser", "deviceDetail": {"deviceId": "fc784602-6455-4450-be3c-6770e0359f8a", "displayName": "JAMIEWATSON-LT", "operatingSystem": "Windows", "isCompliant": true, "isManaged": true, "trustType": "Azure AD joined"}, "location": {"city": "Port Denisetown", "state": "Smithton", "countryOrRegion": "XR", "geoCoordinates": {"latitude": 3.5518965, "longitude": 131.871582}}, "correlationId": "812e23ef-8195-436b-b3b9-71cd2b63317b", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "d6350746-b098-41cd-a65a-3cb228ce596d", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 84, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "AWS Single-Account Access Service", "resourceId": "72f0186d-d327-46c9-a8ff-497e0caa8691", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 256668, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "kiOdN6dhtFzkVTDrsapJj5r3ijNxG5ukd0azGPgscMHeA3cM", "incomingTokenType": "none", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": null, "rngcStatus": 0}}, {"time": "2022-08-11T16:36:05.194692Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "147.132.189.119", "correlationId": "e39bfea9-78ac-4427-ab37-c6afbfa3e5ad", "identity": "Melissa Martin", "Level": 4, "location": "XR", "properties": {"id": "528a72ae-c612-474f-a22e-2f691aa17400", "createdDateTime": "2022-08-11T16:36:05.347692Z", "userDisplayName": "Melissa Martin", "userPrincipalName": "mmartin@domain.com", "userId": "632ccb55-03a7-40f4-9893-653527cae790", "appId": "9a7e67c7-6f05-42a3-b226-97c7ec3e9696", "appDisplayName": "Adobe Identity Management", "ipAddress": "147.132.189.119", "status": {"errorCode": 0}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (iPad; CPU iPad OS 9_3_6 like Mac OS X) AppleWebKit/536.1 (KHTML, like Gecko) CriOS/42.0.865.0 Mobile/77O124 Safari/536.1 Edge/99.14477", "deviceDetail": {"deviceId": "", "operatingSystem": "Windows 10", "browser": "Edge 99.14477"}, "location": {"city": "Port Denisetown", "state": "Smithton", "countryOrRegion": "XR", "geoCoordinates": {"latitude": 3.5518965, "longitude": 131.871582}}, "correlationId": "93a86717-e2d9-4b16-a3cd-1a70b7965bf5", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "2b3e87b4-e7bf-49fc-a6f8-557a141660a2", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 153, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Adobe Identity Management Service", "resourceId": "64e29d5c-d767-4f7f-95c0-36a33f97503f", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 256668, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "xzQViLQoYDU4adc9dNQambG454lSUwxZui7g3AXabagW6GLT", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": null, "rngcStatus": 0}}, {"time": "2022-08-11T16:39:56.467041Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "42.62.103.34", "correlationId": "ff408067-395b-44d6-98c9-83ffe2c085a0", "identity": "Joseph Taylor", "Level": 4, "location": "XF", "properties": {"id": "159590e9-5419-4dbb-867e-364102e66600", "createdDateTime": "2022-08-11T16:39:56.579041Z", "userDisplayName": "Joseph Taylor", "userPrincipalName": "jtaylor@domain.com", "userId": "af9847eb-c773-41ae-bf94-42747c5e986c", "appId": "413f12c2-a9cb-4ca6-a080-d4308249cbe1", "appDisplayName": "Air", "ipAddress": "42.62.103.34", "status": {"errorCode": 0, "additionalDetails": "MFA requirement satisfied by claim in the token"}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (iPad; CPU iPad OS 9_3_6 like Mac OS X) AppleWebKit/536.1 (KHTML, like Gecko) CriOS/42.0.865.0 Mobile/77O124 Safari/536.1 Edge/99.14477", "deviceDetail": {"deviceId": "76b96bd3-e5d7-49ee-b195-bf363facdb3d", "displayName": "JOSEPHTAYLOR-LT", "operatingSystem": "Windows 10", "browser": "Edge 99.14477", "isCompliant": true, "isManaged": true, "trustType": "Azure AD joined"}, "location": {"city": "Jessicafurt", "state": "Smithbury", "countryOrRegion": "XF", "geoCoordinates": {"latitude": 17.5082395, "longitude": -115.304215}}, "mfaDetail": {}, "correlationId": "cfe8eeb8-34df-4ef1-a1d9-0bcf726fec92", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "0b07a38d-9c99-43f9-b638-8331125b23af", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 112, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Air Online", "resourceId": "9a84f55e-3a40-492c-9476-e069f64ed7a6", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 393508, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "TYb5lkLs74xbkt4Sp7BcF9nhcyLda4EeP3A9kebznf1sWzJh", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "37ee873b-f901-4e25-be69-010243106d0f", "rngcStatus": 0}}, {"time": "2022-08-11T16:50:46.768683Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "92.110.109.246", "correlationId": "1fd23274-5039-4257-bf67-1928501f1b0d", "identity": "David Johnson", "Level": 4, "location": "XR", "properties": {"id": "f0373eef-9706-4141-a5c3-7d369e5f6800", "createdDateTime": "2022-08-11T16:50:46.922683Z", "userDisplayName": "David Johnson", "userPrincipalName": "djohnson@domain.com", "userId": "ff2ae3d2-8cd2-4bd6-b65d-49c5ad946c7f", "appId": "18bf60fa-77dd-4aad-891d-af82ca87dd06", "appDisplayName": "FortiGate SSL VPN", "ipAddress": "92.110.109.246", "status": {"errorCode": 0}, "clientAppUsed": "Browser", "deviceDetail": {"deviceId": "8fb0ff79-f116-4f20-8ca8-36b3f8d68865", "displayName": "DAVIDJOHNSON-LT", "operatingSystem": "Windows", "browser": "Rich Client 4.22.0.0", "trustType": "Azure AD registered"}, "location": {"city": "Port Denisetown", "state": "Smithton", "countryOrRegion": "XR", "geoCoordinates": {"latitude": 3.5518965, "longitude": 131.871582}}, "correlationId": "cb30e2d8-6bad-4e1a-9a5a-f5bcb22375f0", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "a49d8b4f-7105-4c54-824d-72af8df0754a", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 154, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "FortiGate SSL VPN Service", "resourceId": "a1edee32-85c4-4a57-afcb-5853873a47e7", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 230297, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "MOne0uKngpCil7tvZBzJH6msZ8tJIYH5tvRudHfKfTQ3Lu5r", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "0898af19-dfef-4b51-a918-f534c473013d", "rngcStatus": 0}}, {"time": "2022-08-11T17:20:19.131221Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "50158", "resultSignature": "None", "resultDescription": "External security challenge was not satisfied.", "durationMs": 0, "callerIpAddress": "42.62.103.34", "correlationId": "915778e6-1b44-46a1-81ba-0a11cc7ec10d", "identity": "Joseph Taylor", "Level": 4, "location": "XF", "properties": {"id": "72a91770-778f-4a68-a911-ad0866466300", "createdDateTime": "2022-08-11T17:20:19.230221Z", "userDisplayName": "Joseph Taylor", "userPrincipalName": "jtaylor@domain.com", "userId": "af9847eb-c773-41ae-bf94-42747c5e986c", "appId": "2eae4ad1-8cae-48fe-b718-76bd66e2fc7f", "appDisplayName": "Bipsync", "ipAddress": "42.62.103.34", "status": {"errorCode": 50158, "failureReason": "External security challenge was not satisfied.", "additionalDetails": "MFA requirement satisfied by claim in the token"}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (iPad; CPU iPad OS 9_3_6 like Mac OS X) AppleWebKit/536.1 (KHTML, like Gecko) CriOS/42.0.865.0 Mobile/77O124 Safari/536.1 Edge/99.14477", "deviceDetail": {"deviceId": "76b96bd3-e5d7-49ee-b195-bf363facdb3d", "displayName": "JOSEPHTAYLOR-LT", "operatingSystem": "Windows 10", "browser": "Edge 99.14477", "isCompliant": true, "isManaged": true, "trustType": "Azure AD joined"}, "location": {"city": "Jessicafurt", "state": "Smithbury", "countryOrRegion": "XF", "geoCoordinates": {"latitude": 17.5082395, "longitude": -115.304215}}, "mfaDetail": {}, "correlationId": "ccdeb9d0-7541-45c7-baa7-d94bba3abdea", "conditionalAccessStatus": "failure", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "b5cac47a-c27d-4ed1-b834-0371e0812df1", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 99, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Bipsync Service", "resourceId": "aaf780ce-b996-49b9-986d-8bb23f7bce3a", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 393508, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "Xq69KxHehh0L05a7toGuRzJQWiw14Jwytmjh2C6LRteJcGSI", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "b7da42cc-a168-4148-b15a-792ad32c2ff5", "rngcStatus": 0}}, {"time": "2022-08-11T17:23:05.006587Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "86.154.193.190", "correlationId": "cee8c1bf-6324-44eb-adf9-64b07df15229", "identity": "Jamie Watson", "Level": 4, "location": "XR", "properties": {"id": "4ef53074-987d-44ae-a8dd-b6e4d9619100", "createdDateTime": "2022-08-11T17:23:05.093587Z", "userDisplayName": "Jamie Watson", "userPrincipalName": "jwatson@domain.com", "userId": "2844695b-9a70-48ed-a5ce-f3d711e2292b", "appId": "9a7e67c7-6f05-42a3-b226-97c7ec3e9696", "appDisplayName": "Adobe Identity Management", "ipAddress": "86.154.193.190", "ipAddressFromResourceProvider": "147.132.189.119", "status": {"errorCode": 0}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (X11; Linux i686) AppleWebKit/533.0 (KHTML, like Gecko) Chrome/24.0.803.0 Safari/533.0 Edge/40.11325", "deviceDetail": {"deviceId": "fc784602-6455-4450-be3c-6770e0359f8a", "displayName": "JAMIEWATSON-LT", "operatingSystem": "Windows 10", "browser": "Edge 40.11325", "isCompliant": true, "isManaged": true, "trustType": "Azure AD joined"}, "location": {"city": "Port Denisetown", "state": "Smithton", "countryOrRegion": "XR", "geoCoordinates": {"latitude": 3.5518965, "longitude": 131.871582}}, "correlationId": "a62c5f50-5a49-4e3f-a178-909cf2a51dfe", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "ee9c19c9-7a98-4a9b-b309-aa485399a625", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 87, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Adobe Identity Management Service", "resourceId": "9a84f55e-3a40-492c-9476-e069f64ed7a6", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 256668, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "tG0bADJDbh9VyyrSdfBKmGAn9mmU4wyhvLbb1LHfEhIn7I0v", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "37ee873b-f901-4e25-be69-010243106d0f", "rngcStatus": 0}}, {"time": "2022-08-11T17:31:16.872210Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "1.210.58.10", "correlationId": "7a6ee029-c09e-4bd5-87ea-0eb858b03f1f", "identity": "Keith Sheppard", "Level": 4, "location": "XD", "properties": {"id": "3d4a0393-eb98-40ac-b27b-dd9d91ff8d00", "createdDateTime": "2022-08-11T17:31:16.940210Z", "userDisplayName": "Keith Sheppard", "userPrincipalName": "ksheppard@domain.com", "userId": "05bd48f1-91d2-4c2d-9a7c-80e80f561b3c", "appId": "9de6e985-97a5-4d82-9c45-aedaa9c25ef9", "appDisplayName": "AWS Single-Account Access", "ipAddress": "1.210.58.10", "status": {"errorCode": 0}, "clientAppUsed": "Browser", "deviceDetail": {"deviceId": "639815fd-5018-4e38-9d81-67538b2ce460", "displayName": "KEITHSHEPPARD-LT", "operatingSystem": "Windows", "trustType": "Azure AD registered"}, "location": {"city": "Cooperhaven", "state": "Norrisbury", "countryOrRegion": "XD", "geoCoordinates": {"latitude": 70.436398, "longitude": -23.873747}}, "correlationId": "ce6a125f-c192-462c-b442-939cd522751d", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "f66620bd-b646-48a1-bec1-cceb6d6a56c2", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 68, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "AWS Single-Account Access Service", "resourceId": "9a84f55e-3a40-492c-9476-e069f64ed7a6", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 69487, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "q4SOlX8DsR8OkAvCqg6xtf9cb7csdKlIpdBnkt3CRHufvszE", "incomingTokenType": "none", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "37ee873b-f901-4e25-be69-010243106d0f", "rngcStatus": 0}}, {"time": "2022-08-11T18:04:26.402054Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "156.206.181.119", "correlationId": "79a5931a-d27e-4b58-a68e-c045c5ecdfa9", "identity": "Cynthia Perry", "Level": 4, "location": "XY", "properties": {"id": "34e3f02d-c81c-4cc6-8a75-7f8955608c00", "createdDateTime": "2022-08-11T18:04:26.683054Z", "userDisplayName": "Cynthia Perry", "userPrincipalName": "cperry@domain.com", "userId": "ac5fa380-9d5b-470e-beb2-5ba10aca48e6", "appId": "9de6e985-97a5-4d82-9c45-aedaa9c25ef9", "appDisplayName": "AWS Single-Account Access", "ipAddress": "156.206.181.119", "status": {"errorCode": 0}, "clientAppUsed": "Browser", "deviceDetail": {"deviceId": "", "operatingSystem": "Windows"}, "location": {"city": "Hannaville", "state": "Thomashaven", "countryOrRegion": "XY", "geoCoordinates": {"latitude": 1.1452695, "longitude": 128.249211}}, "correlationId": "2c77c44d-6c77-482c-ba88-3d984a1b3b0a", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "224332fb-5a08-48bd-9b43-821a357dbf14", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 281, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "AWS Single-Account Access Service", "resourceId": "72f0186d-d327-46c9-a8ff-497e0caa8691", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 279165, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "J7TxYNMVCCKB9vzXU3f6eCPbIWpMJugLrIr48p4bABxZJwuu", "incomingTokenType": "none", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": null, "rngcStatus": 0}}, {"time": "2022-08-11T18:04:48.476017Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "147.132.189.119", "correlationId": "44f8fd57-6658-4d2e-8d21-d8a2b7478d06", "identity": "Melissa Martin", "Level": 4, "location": "XR", "properties": {"id": "91857813-fa29-4b22-bbd5-ccdb07d16600", "createdDateTime": "2022-08-11T18:04:48.699017Z", "userDisplayName": "Melissa Martin", "userPrincipalName": "mmartin@domain.com", "userId": "632ccb55-03a7-40f4-9893-653527cae790", "appId": "9a7e67c7-6f05-42a3-b226-97c7ec3e9696", "appDisplayName": "Adobe Identity Management", "ipAddress": "147.132.189.119", "status": {"errorCode": 0}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (iPad; CPU iPad OS 9_3_6 like Mac OS X) AppleWebKit/536.1 (KHTML, like Gecko) CriOS/42.0.865.0 Mobile/77O124 Safari/536.1 Edge/99.14477", "deviceDetail": {"deviceId": "", "operatingSystem": "Windows 10", "browser": "Edge 99.14477"}, "location": {"city": "Port Denisetown", "state": "Smithton", "countryOrRegion": "XR", "geoCoordinates": {"latitude": 3.5518965, "longitude": 131.871582}}, "correlationId": "d598c946-d614-433d-9b41-944d08c411de", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "73245595-ef8b-4fd3-b21a-d98b503084b7", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 223, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Adobe Identity Management Service", "resourceId": "bbe47cc9-73c8-4c39-84ca-1747e6aeb301", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 256668, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "heEKUEwD1OroS4spJOLvCa5QCI9qEJW4SYeLucVY3uRszfrv", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "7ceb51a5-3cac-4ea9-9fe7-c18386b489cb", "rngcStatus": 0}}, {"time": "2022-08-11T18:12:04.168440Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "91.132.253.146", "correlationId": "fee1a481-822a-4062-b698-dbff0718f068", "identity": "Aaron Cole", "Level": 4, "location": "XD", "properties": {"id": "1c658931-6466-4ef6-9398-740444e86e00", "createdDateTime": "2022-08-11T18:12:04.238440Z", "userDisplayName": "Aaron Cole", "userPrincipalName": "acole@domain.com", "userId": "5d557969-1645-4ba4-be83-b6fd943659f7", "appId": "dbe6b779-13df-45f2-a6d7-1323485479f6", "appDisplayName": "Cisco Webex", "ipAddress": "91.132.253.146", "status": {"errorCode": 0}, "clientAppUsed": "Browser", "deviceDetail": {"deviceId": "", "operatingSystem": "Windows", "browser": "Rich Client 4.42.0.0"}, "location": {"city": "Rickshire", "state": "Norrisbury", "countryOrRegion": "XD", "geoCoordinates": {"latitude": -78.5751045, "longitude": 58.329246}}, "correlationId": "527a3985-daaa-4de4-8944-048ba1d866fe", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "e7243955-2dcf-45f9-82d6-1715125e8e1f", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 70, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Cisco Webex Service", "resourceId": "4884a600-51a1-4fe8-b87a-e49065a2e034", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 214655, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "r6NyuysPDXZjxb82sejSi8ul4CiNeaGrY5RDef1naZuhk2QD", "incomingTokenType": "none", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "d8dd2939-e6c4-4d69-91fc-ea73791997a4", "rngcStatus": 0}}, {"time": "2022-08-11T18:20:55.650406Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "13.113.40.157", "correlationId": "377ff427-e434-4d0b-9165-69c1423a2e72", "identity": "Attack Target", "Level": 4, "location": "XR", "properties": {"id": "5e4e730b-8d3c-4dbc-a1a3-d712795b5d00", "createdDateTime": "2022-08-11T18:20:55.780406Z", "userDisplayName": "Attack Target", "userPrincipalName": "attacktarget@domain.com", "userId": "d735e84b-dcca-404d-9f7d-700f360f41a6", "appId": "9a7e67c7-6f05-42a3-b226-97c7ec3e9696", "appDisplayName": "Adobe Identity Management", "ipAddress": "13.113.40.157", "status": {"errorCode": 0}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (iPad; CPU iPad OS 9_3_6 like Mac OS X) AppleWebKit/536.1 (KHTML, like Gecko) CriOS/42.0.865.0 Mobile/77O124 Safari/536.1 Edge/99.14477", "deviceDetail": {"deviceId": "a44625dc-6f81-449a-9799-8005f7209b42", "displayName": "ATTACKTARGET-LT", "operatingSystem": "Windows 10", "browser": "Edge 99.14477", "trustType": "Azure AD registered"}, "location": {"city": "New John", "state": "Smithfort", "countryOrRegion": "XR", "geoCoordinates": {"latitude": -89.144242, "longitude": 168.119022}}, "correlationId": "a52af591-d2d2-402e-99e8-0505ec43e023", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "dd519190-1ab2-4392-9e16-f05cd96838c9", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "processingTimeInMilliseconds": 130, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Adobe Identity Management Service", "resourceId": "30663ca7-f8a9-43ab-8ca1-7906bdbc1485", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 34974, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "yrudNBW3Em5Gg10O71CUvrBFN7R79qyxht6GZBgWHZeRT7Zy", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "a6c259e5-7f16-48b2-a9f3-75becd6daa9b"}}, {"time": "2022-08-11T18:40:05.248051Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "147.132.189.119", "correlationId": "b134dc91-bb8d-432c-8736-6700d2345c40", "identity": "Cassie Fernandez", "Level": 4, "location": "XR", "properties": {"id": "78c2d22b-2231-4c67-bb82-cf57a46e5f00", "createdDateTime": "2022-08-11T18:40:05.393051Z", "userDisplayName": "Cassie Fernandez", "userPrincipalName": "cfernandez@domain.com", "userId": "67ef8be6-3f44-4db7-8172-fd6211428c1e", "appId": "2eae4ad1-8cae-48fe-b718-76bd66e2fc7f", "appDisplayName": "Bipsync", "ipAddress": "147.132.189.119", "status": {"errorCode": 0}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (iPad; CPU iPad OS 9_3_6 like Mac OS X) AppleWebKit/536.1 (KHTML, like Gecko) CriOS/42.0.865.0 Mobile/77O124 Safari/536.1 Edge/99.14477", "deviceDetail": {"deviceId": "d5a487a1-ef7d-4960-9723-7fdadce19af3", "displayName": "CASSIEFERNANDEZ-LT", "operatingSystem": "Windows 10", "browser": "Edge 99.14477", "trustType": "Azure AD registered"}, "location": {"city": "Port Denisetown", "state": "Smithton", "countryOrRegion": "XR", "geoCoordinates": {"latitude": 3.5518965, "longitude": 131.871582}}, "correlationId": "1cb17ec2-d5e3-491e-85d1-f50188dfc541", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "98be1575-04ea-4879-9a2d-7ed61e1f599b", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 145, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Bipsync Service", "resourceId": "9a84f55e-3a40-492c-9476-e069f64ed7a6", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 256668, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "oaxMjXdrbWQQdiRMVFW0fdsYXrmH4erhe2DZZvK8ZOl8y2eO", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "37ee873b-f901-4e25-be69-010243106d0f", "rngcStatus": 0}}, {"time": "2022-08-11T18:59:38.387321Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "19.20.89.178", "correlationId": "132874bb-baf4-435c-aa92-29c593b18bef", "identity": "Jamie Watson", "Level": 4, "location": "XR", "properties": {"id": "c1b5f5c8-ca60-424d-8983-bf9c686e5700", "createdDateTime": "2022-08-11T18:59:38.477321Z", "userDisplayName": "Jamie Watson", "userPrincipalName": "jwatson@domain.com", "userId": "2844695b-9a70-48ed-a5ce-f3d711e2292b", "appId": "9167c284-c68f-468a-84be-0ee4f23879fe", "appDisplayName": "ArcGIS Enterprise", "ipAddress": "19.20.89.178", "status": {"errorCode": 0}, "clientAppUsed": "Mobile Apps and Desktop clients", "deviceDetail": {"deviceId": "", "operatingSystem": "Android"}, "location": {"city": "Samanthaberg", "state": "Smithton", "countryOrRegion": "XR", "geoCoordinates": {"latitude": -68.556166, "longitude": -172.972506}}, "correlationId": "8b8068c3-606a-4350-a02f-676add687899", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "3afa1ebc-52d2-4cba-b4f9-1f3b83e9718a", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "processingTimeInMilliseconds": 90, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "ArcGIS Enterprise Service", "resourceId": "bca2b487-3a6c-440f-b1b7-a15b02771ad0", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 34974, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "2GNK6ndNxPWN41OSpNxhXQ54EgkZaY8oUElA1UQd2wMFdgjO", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "4da47dd4-556d-4ba4-9847-c1850930ab5e"}}, {"time": "2022-08-11T19:09:15.244546Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "205.33.24.92", "correlationId": "bbd4ddd8-c48b-418b-acf5-14dd3912e422", "identity": "Aaron Cole", "Level": 4, "location": "XD", "properties": {"id": "e8cac988-e748-48ae-8e6f-727136146800", "createdDateTime": "2022-08-11T19:09:15.404546Z", "userDisplayName": "Aaron Cole", "userPrincipalName": "acole@domain.com", "userId": "5d557969-1645-4ba4-be83-b6fd943659f7", "appId": "4c2f7c2a-ff05-4df6-9087-9ba8388a3861", "appDisplayName": "Foko Retail", "ipAddress": "205.33.24.92", "status": {"errorCode": 0}, "clientAppUsed": "Browser", "deviceDetail": {"deviceId": "", "operatingSystem": "Windows10", "browser": "Rich Client 4.39.0.0"}, "location": {"city": "Kristinmouth", "state": "Norrisbury", "countryOrRegion": "XD", "geoCoordinates": {"latitude": 26.278784, "longitude": -92.042573}}, "correlationId": "861b7cb0-ec4c-4c43-a080-78af279e4a62", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "e127bf7f-8e9c-4ebd-af70-2dc5790df348", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 160, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Foko Retail Service", "resourceId": "24578515-1951-4064-967d-0d2acaf0aa70", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 214655, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "IvMbkS0QqE3YzNGAbN4A0Qca3zdJXTxWPpc6yXFOky7Xs1Fd", "incomingTokenType": "none", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "0e68752b-7dfa-400b-a6f5-1b54af90696a", "rngcStatus": 0}}, {"time": "2022-08-11T19:10:50.524489Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "156.206.181.119", "correlationId": "51c50181-2816-423d-8098-fb5b7341963a", "identity": "Cynthia Perry", "Level": 4, "location": "XY", "properties": {"id": "d9fe19c7-3b22-47c4-a577-e6f912386700", "createdDateTime": "2022-08-11T19:10:50.664489Z", "userDisplayName": "Cynthia Perry", "userPrincipalName": "cperry@domain.com", "userId": "ac5fa380-9d5b-470e-beb2-5ba10aca48e6", "appId": "9de6e985-97a5-4d82-9c45-aedaa9c25ef9", "appDisplayName": "AWS Single-Account Access", "ipAddress": "156.206.181.119", "status": {"errorCode": 0}, "clientAppUsed": "Browser", "deviceDetail": {"deviceId": "", "operatingSystem": "Windows"}, "location": {"city": "Hannaville", "state": "Thomashaven", "countryOrRegion": "XY", "geoCoordinates": {"latitude": 1.1452695, "longitude": 128.249211}}, "correlationId": "0adb1320-913e-4b02-80ed-f7ed7e5dea8f", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "4fbce100-5535-42d0-bc55-1210042aa422", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 140, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "AWS Single-Account Access Service", "resourceId": "72f0186d-d327-46c9-a8ff-497e0caa8691", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 279165, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "54wgM3KKnlvs8IrSnWgtsuqHQ2IBPa1jVw9mJufZeDLW2G2S", "incomingTokenType": "none", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": null, "rngcStatus": 0}}, {"time": "2022-08-11T19:13:49.260162Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "156.206.181.119", "correlationId": "06d7760c-fabc-40cb-93d4-b79afa8dd81c", "identity": "Cynthia Perry", "Level": 4, "location": "XY", "properties": {"id": "baab1233-76d0-4f3f-8bc6-ec80520f9200", "createdDateTime": "2022-08-11T19:13:49.334162Z", "userDisplayName": "Cynthia Perry", "userPrincipalName": "cperry@domain.com", "userId": "ac5fa380-9d5b-470e-beb2-5ba10aca48e6", "appId": "9de6e985-97a5-4d82-9c45-aedaa9c25ef9", "appDisplayName": "AWS Single-Account Access", "ipAddress": "156.206.181.119", "status": {"errorCode": 0}, "clientAppUsed": "Browser", "deviceDetail": {"deviceId": "", "operatingSystem": "Windows"}, "location": {"city": "Hannaville", "state": "Thomashaven", "countryOrRegion": "XY", "geoCoordinates": {"latitude": 1.1452695, "longitude": 128.249211}}, "correlationId": "0c462ffa-f3da-4ca3-bda5-aa1547067ede", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "fa00669b-4178-4a9b-909e-652cc266b011", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 74, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "AWS Single-Account Access Service", "resourceId": "72f0186d-d327-46c9-a8ff-497e0caa8691", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 279165, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "kX8kfuM1ekk2qHZOb8SCeTzBp1xf3lJOefJwA9cF2jJbk0hk", "incomingTokenType": "none", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": null, "rngcStatus": 0}}, {"time": "2022-08-11T19:19:23.987878Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "50158", "resultSignature": "None", "resultDescription": "External security challenge was not satisfied.", "durationMs": 0, "callerIpAddress": "92.110.109.246", "correlationId": "1dd9b307-9536-4b01-99dd-8149b63e6bbe", "identity": "Thomas Price", "Level": 4, "location": "XR", "properties": {"id": "2103c286-9815-4052-88cd-9debfed85000", "createdDateTime": "2022-08-11T19:19:24.127878Z", "userDisplayName": "Thomas Price", "userPrincipalName": "tprice@domain.com", "userId": "32109ee2-ee4f-4d11-9c38-2556aec0f2b5", "appId": "9a7e67c7-6f05-42a3-b226-97c7ec3e9696", "appDisplayName": "Adobe Identity Management", "ipAddress": "92.110.109.246", "status": {"errorCode": 50158, "failureReason": "External security challenge was not satisfied."}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (X11; Linux i686) AppleWebKit/535.2 (KHTML, like Gecko) Chrome/22.0.843.0 Safari/535.2 Edge/118.12158", "deviceDetail": {"deviceId": "a12f42a7-2ae0-42d8-aec8-bf7cb3dea82c", "displayName": "THOMASPRICE-LT", "operatingSystem": "Windows 10", "browser": "Edge 118.12158", "trustType": "Hybrid Azure AD joined"}, "location": {"city": "Port Denisetown", "state": "Smithton", "countryOrRegion": "XR", "geoCoordinates": {"latitude": 3.5518965, "longitude": 131.871582}}, "correlationId": "4467ee43-e96b-4766-9708-d2b6c4f37296", "conditionalAccessStatus": "failure", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "ec4b9d22-56d3-4ddc-afda-c4e8a9255af8", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "processingTimeInMilliseconds": 140, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Adobe Identity Management Service", "resourceId": "30663ca7-f8a9-43ab-8ca1-7906bdbc1485", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 230297, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "y6wQyhByZjaVgaZwD83lqKu38YYwq51c5aYcEWCng2kZU9Uj", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "a6c259e5-7f16-48b2-a9f3-75becd6daa9b"}}, {"time": "2022-08-11T19:21:23.111368Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "134.219.180.76", "correlationId": "7785e8c5-991a-4a85-8866-0d84cb8593f5", "identity": "Joseph Taylor", "Level": 4, "location": "XF", "properties": {"id": "5259cb5f-38c9-4c6a-8382-7d46abca6a00", "createdDateTime": "2022-08-11T19:21:23.261368Z", "userDisplayName": "Joseph Taylor", "userPrincipalName": "jtaylor@domain.com", "userId": "af9847eb-c773-41ae-bf94-42747c5e986c", "appId": "84f18b4b-ae12-484a-847f-f3e36093594a", "appDisplayName": "Slack", "ipAddress": "134.219.180.76", "status": {"errorCode": 0, "additionalDetails": "MFA requirement satisfied by claim in the token"}, "clientAppUsed": "Browser", "deviceDetail": {"deviceId": "76b96bd3-e5d7-49ee-b195-bf363facdb3d", "displayName": "JOSEPHTAYLOR-LT", "operatingSystem": "Windows", "isCompliant": true, "isManaged": true, "trustType": "Azure AD joined"}, "location": {"city": "Mannville", "state": "Porterside", "countryOrRegion": "XF", "geoCoordinates": {"latitude": -50.9955705, "longitude": 104.613841}}, "mfaDetail": {}, "correlationId": "76833638-1803-469e-9a8b-68dd218bece6", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "12b1306f-fd7a-41f0-b38c-6ab7697750f9", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 150, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Slack Service", "resourceId": "8f48cb66-a128-4a4b-8f76-3073c7c219d5", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 124400, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "Lv8nBn8LloswQsZBk06Ae23GltDoFVUNbaCOnyKUdCh2060o", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": null, "rngcStatus": 0}}, {"time": "2022-08-11T19:25:19.534120Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "13.113.40.157", "correlationId": "86c861ff-a013-401f-808a-249f3ca1dd36", "identity": "Attack Target", "Level": 4, "location": "XR", "properties": {"id": "77327800-5251-4fce-ab74-4649aa558400", "createdDateTime": "2022-08-11T19:25:19.645120Z", "userDisplayName": "Attack Target", "userPrincipalName": "attacktarget@domain.com", "userId": "d735e84b-dcca-404d-9f7d-700f360f41a6", "appId": "9a7e67c7-6f05-42a3-b226-97c7ec3e9696", "appDisplayName": "Adobe Identity Management", "ipAddress": "13.113.40.157", "ipAddressFromResourceProvider": "11.5.130.220", "status": {"errorCode": 0}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (iPad; CPU iPad OS 9_3_6 like Mac OS X) AppleWebKit/536.1 (KHTML, like Gecko) CriOS/42.0.865.0 Mobile/77O124 Safari/536.1 Edge/99.14477", "deviceDetail": {"deviceId": "a44625dc-6f81-449a-9799-8005f7209b42", "displayName": "ATTACKTARGET-LT", "operatingSystem": "Windows 10", "browser": "Edge 99.14477", "trustType": "Azure AD registered"}, "location": {"city": "Smithfort", "state": "Smithfort", "countryOrRegion": "XR", "geoCoordinates": {"latitude": 3.7564095, "longitude": -121.574606}}, "correlationId": "ffbff04b-7f8c-451f-82f5-66252274c80c", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "8c1aecc9-b56c-404f-959a-985f05741614", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 111, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Adobe Identity Management Service", "resourceId": "9a84f55e-3a40-492c-9476-e069f64ed7a6", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 34974, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "UBYGwwKqHgMmAXUoVVZl01qZeCFe77NsYTESZRJlk31XGOxe", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "37ee873b-f901-4e25-be69-010243106d0f", "rngcStatus": 0}}, {"time": "2022-08-11T19:32:34.417045Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "105.169.153.183", "correlationId": "923d2d18-224f-43ed-beb2-e96d4d25b3e4", "identity": "Jim Gonzalez", "Level": 4, "location": "XR", "properties": {"id": "8ffdb2ce-02a0-4390-8a24-4d180e794300", "createdDateTime": "2022-08-11T19:32:34.538045Z", "userDisplayName": "Jim Gonzalez", "userPrincipalName": "jgonzalez@domain.com", "userId": "95090045-a9c5-489c-adee-2db430a3333a", "appId": "2eae4ad1-8cae-48fe-b718-76bd66e2fc7f", "appDisplayName": "Bipsync", "ipAddress": "105.169.153.183", "status": {"errorCode": 0}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (Windows NT 4.0) AppleWebKit/532.1 (KHTML, like Gecko) Chrome/38.0.801.0 Safari/532.1 Edge/19.15284", "deviceDetail": {"deviceId": "15135d1f-cb47-4bd8-b76d-90a9171c09bd", "displayName": "JIMGONZALEZ-LT", "operatingSystem": "Windows 10", "browser": "Edge 19.15284", "trustType": "Azure AD registered"}, "location": {"city": "Santosborough", "state": "Smithton", "countryOrRegion": "XR", "geoCoordinates": {"latitude": 12.8350355, "longitude": 138.359011}}, "correlationId": "9d863492-4ebc-42a4-83bb-09a967009abb", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "a6677fb1-1e42-498d-be87-3fd9bee6179c", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 121, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Bipsync Service", "resourceId": "819aa3ed-3b63-4925-8388-0b8d41022941", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 256668, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "kqCNJWcjqg818ef0X7ctIKum0QTCIqDsv5lAYDQuYIwvDMqo", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "7f0c9abd-8b0d-4973-8675-a495454c0c86", "rngcStatus": 0}}, {"time": "2022-08-11T19:35:41.455984Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "92.110.109.246", "correlationId": "f95edd7b-e869-44d1-9db3-823159adb490", "identity": "David Johnson", "Level": 4, "location": "XR", "properties": {"id": "16bcb29d-4da5-4f0e-bf12-10798fba7f00", "createdDateTime": "2022-08-11T19:35:41.591984Z", "userDisplayName": "David Johnson", "userPrincipalName": "djohnson@domain.com", "userId": "ff2ae3d2-8cd2-4bd6-b65d-49c5ad946c7f", "appId": "18bf60fa-77dd-4aad-891d-af82ca87dd06", "appDisplayName": "FortiGate SSL VPN", "ipAddress": "92.110.109.246", "status": {"errorCode": 0}, "clientAppUsed": "Browser", "deviceDetail": {"deviceId": "8fb0ff79-f116-4f20-8ca8-36b3f8d68865", "displayName": "DAVIDJOHNSON-LT", "operatingSystem": "Windows", "browser": "Rich Client 4.22.0.0", "trustType": "Azure AD registered"}, "location": {"city": "Port Denisetown", "state": "Smithton", "countryOrRegion": "XR", "geoCoordinates": {"latitude": 3.5518965, "longitude": 131.871582}}, "correlationId": "797a900e-51fc-4ee0-882d-85f0ab04531b", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "f5ccedad-061e-4518-9b4d-4bc1638d14c8", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 136, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "FortiGate SSL VPN Service", "resourceId": "a1edee32-85c4-4a57-afcb-5853873a47e7", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 230297, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "stjwttaoMnZjOvXcBIzl5pyEZKVxshBiv6SqtrLcoMxEtyn3", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "0898af19-dfef-4b51-a918-f534c473013d", "rngcStatus": 0}}, {"time": "2022-08-11T20:07:56.248615Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "50158", "resultSignature": "None", "resultDescription": "External security challenge was not satisfied.", "durationMs": 0, "callerIpAddress": "92.110.109.246", "correlationId": "8622a63a-fd47-41d2-aedc-bff999f11e66", "identity": "Thomas Price", "Level": 4, "location": "XR", "properties": {"id": "a4494e24-3340-475d-bc72-9aa1fa154b00", "createdDateTime": "2022-08-11T20:07:56.382615Z", "userDisplayName": "Thomas Price", "userPrincipalName": "tprice@domain.com", "userId": "32109ee2-ee4f-4d11-9c38-2556aec0f2b5", "appId": "79510a8f-6421-4348-a2ea-bcc2b02485c1", "appDisplayName": "Cisco AnyConnect", "ipAddress": "92.110.109.246", "status": {"errorCode": 50158, "failureReason": "External security challenge was not satisfied."}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (X11; Linux i686) AppleWebKit/535.2 (KHTML, like Gecko) Chrome/22.0.843.0 Safari/535.2 Edge/118.12158", "deviceDetail": {"deviceId": "0927e60c-8dfa-4ecf-be85-ad63bccf40a1", "displayName": "THOMASPRICE-LT", "operatingSystem": "Windows 10", "browser": "Edge 118.12158", "trustType": "Hybrid Azure AD joined"}, "location": {"city": "Port Denisetown", "state": "Smithton", "countryOrRegion": "XR", "geoCoordinates": {"latitude": 3.5518965, "longitude": 131.871582}}, "correlationId": "974a71c5-60ce-4fdf-bf1a-a7e5842bf18c", "conditionalAccessStatus": "failure", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "093eed94-ad07-4fa2-98d7-455043c52104", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "processingTimeInMilliseconds": 134, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Cisco AnyConnect Online", "resourceId": "5d5b8d28-6a28-472e-b837-a4094e466965", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 230297, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "ylj57mQsX9S8uKueAR2zhWfFz7A9zpsmZlddOe1PV7h9fkuD", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "15655e1f-5005-4c53-b3c0-c4a1d1ca5e9e"}}, {"time": "2022-08-11T20:10:10.309658Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "13.113.40.157", "correlationId": "9d5ef8f2-5bdd-421d-8989-600eba7dd7cf", "identity": "Attack Target", "Level": 4, "location": "XR", "properties": {"id": "682e4218-20e2-44e1-afc7-1363a1505900", "createdDateTime": "2022-08-11T20:10:10.435658Z", "userDisplayName": "Attack Target", "userPrincipalName": "attacktarget@domain.com", "userId": "d735e84b-dcca-404d-9f7d-700f360f41a6", "appId": "9a7e67c7-6f05-42a3-b226-97c7ec3e9696", "appDisplayName": "Adobe Identity Management", "ipAddress": "13.113.40.157", "ipAddressFromResourceProvider": "13.113.40.157", "status": {"errorCode": 0}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (iPad; CPU iPad OS 9_3_6 like Mac OS X) AppleWebKit/536.1 (KHTML, like Gecko) CriOS/42.0.865.0 Mobile/77O124 Safari/536.1 Edge/99.14477", "deviceDetail": {"deviceId": "a44625dc-6f81-449a-9799-8005f7209b42", "displayName": "ATTACKTARGET-LT", "operatingSystem": "Windows 10", "browser": "Edge 99.14477", "trustType": "Azure AD registered"}, "location": {"city": "New John", "state": "Smithfort", "countryOrRegion": "XR", "geoCoordinates": {"latitude": -89.144242, "longitude": 168.119022}}, "correlationId": "e6e86ea5-dd8c-49c5-bbdf-bfe791aeab5b", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "ee94c16d-4584-47d1-bf66-55521774f840", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "processingTimeInMilliseconds": 126, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Adobe Identity Management Service", "resourceId": "c8eab36d-0a82-409d-8693-a8dabc997921", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 34974, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "ga4J8INl4ZcqmC5fWQ4sbdMcmDn7MpHpqiKIIVBtOoGh0I24", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "2248d3ef-d7b8-4eb2-bd20-fb53f725bfe3"}}, {"time": "2022-08-11T21:03:53.754187Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "13.113.40.157", "correlationId": "362a7a6d-83d3-4f4c-b965-a107163e6c5b", "identity": "Attack Target", "Level": 4, "location": "XR", "properties": {"id": "43317af1-d34c-4247-ac49-5a5e065c6700", "createdDateTime": "2022-08-11T21:03:53.867187Z", "userDisplayName": "Attack Target", "userPrincipalName": "attacktarget@domain.com", "userId": "d735e84b-dcca-404d-9f7d-700f360f41a6", "appId": "9a7e67c7-6f05-42a3-b226-97c7ec3e9696", "appDisplayName": "Adobe Identity Management", "ipAddress": "13.113.40.157", "status": {"errorCode": 0}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (iPad; CPU iPad OS 9_3_6 like Mac OS X) AppleWebKit/536.1 (KHTML, like Gecko) CriOS/42.0.865.0 Mobile/77O124 Safari/536.1 Edge/99.14477", "deviceDetail": {"deviceId": "a44625dc-6f81-449a-9799-8005f7209b42", "displayName": "ATTACKTARGET-LT", "operatingSystem": "Windows 10", "browser": "Edge 99.14477", "trustType": "Azure AD registered"}, "location": {"city": "Smithfort", "state": "Smithfort", "countryOrRegion": "XR", "geoCoordinates": {"latitude": 3.7564095, "longitude": -121.574606}}, "correlationId": "fe2dc8da-6485-4141-acd1-03d1ba426e6d", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "d9876916-35bb-4de7-b5d0-10ef90e8836d", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 113, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Adobe Identity Management Service", "resourceId": "30663ca7-f8a9-43ab-8ca1-7906bdbc1485", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 34974, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "EJb3OUXSY6glzq1p9EbegwTPKFBEHftCPJjwxkomh6U5IK0B", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "a6c259e5-7f16-48b2-a9f3-75becd6daa9b", "rngcStatus": 0}}, {"time": "2022-08-11T21:07:17.368894Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "50158", "resultSignature": "None", "resultDescription": "External security challenge was not satisfied.", "durationMs": 0, "callerIpAddress": "166.105.218.213", "correlationId": "a7b9ea47-f74d-4351-950e-b0f9b3c35c60", "identity": "Thomas Price", "Level": 4, "location": "XR", "properties": {"id": "6319605d-e64e-4864-8be8-7fc377489600", "createdDateTime": "2022-08-11T21:07:17.487894Z", "userDisplayName": "Thomas Price", "userPrincipalName": "tprice@domain.com", "userId": "32109ee2-ee4f-4d11-9c38-2556aec0f2b5", "appId": "79510a8f-6421-4348-a2ea-bcc2b02485c1", "appDisplayName": "Cisco AnyConnect", "ipAddress": "166.105.218.213", "status": {"errorCode": 50158, "failureReason": "External security challenge was not satisfied."}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (X11; Linux i686) AppleWebKit/535.2 (KHTML, like Gecko) Chrome/22.0.843.0 Safari/535.2 Edge/118.12158", "deviceDetail": {"deviceId": "5224a875-801f-44b5-a725-542da3890d4b", "displayName": "THOMASPRICE-LT", "operatingSystem": "Windows 10", "browser": "Edge 118.12158", "trustType": "Hybrid Azure AD joined"}, "location": {"city": "Santosborough", "state": "Smithton", "countryOrRegion": "XR", "geoCoordinates": {"latitude": 12.8350355, "longitude": 138.359011}}, "correlationId": "a6d7d8b1-79b9-4eba-aa1a-ba71529224bc", "conditionalAccessStatus": "failure", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "311429e3-f348-422f-8404-544141667599", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 119, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Cisco AnyConnect Online", "resourceId": "5d5b8d28-6a28-472e-b837-a4094e466965", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 256668, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "yEULOrsViZlfCwnX40Ub3whJ5JBq0K3BRIYes959hY409lHR", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "15655e1f-5005-4c53-b3c0-c4a1d1ca5e9e", "rngcStatus": 0}}, {"time": "2022-08-11T21:15:55.588889Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "1.210.58.10", "correlationId": "3dadc804-6bfd-4dce-98ab-ac35cceb0cd8", "identity": "Keith Sheppard", "Level": 4, "location": "XD", "properties": {"id": "cb1cdc58-3d1a-4d1a-ab9f-1d77fde81800", "createdDateTime": "2022-08-11T21:15:55.676889Z", "userDisplayName": "Keith Sheppard", "userPrincipalName": "ksheppard@domain.com", "userId": "05bd48f1-91d2-4c2d-9a7c-80e80f561b3c", "appId": "4c2f7c2a-ff05-4df6-9087-9ba8388a3861", "appDisplayName": "Foko Retail", "ipAddress": "1.210.58.10", "status": {"errorCode": 0}, "clientAppUsed": "Browser", "deviceDetail": {"deviceId": "639815fd-5018-4e38-9d81-67538b2ce460", "displayName": "KEITHSHEPPARD-LT", "operatingSystem": "Windows10", "browser": "Rich Client 4.39.0.0", "trustType": "Azure AD registered"}, "location": {"city": "Cooperhaven", "state": "Norrisbury", "countryOrRegion": "XD", "geoCoordinates": {"latitude": 70.436398, "longitude": -23.873747}}, "correlationId": "733d90b7-48c6-4521-952c-1c4c7a3d2273", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "db4546f9-4be7-4d1a-a415-5d19af1992fc", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 88, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Foko Retail Service", "resourceId": "24578515-1951-4064-967d-0d2acaf0aa70", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 69487, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "9VjQbz2lTg8bJXIIC4d49LxspNmwHsdZI1WffF3nriZdqmMo", "incomingTokenType": "none", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "0e68752b-7dfa-400b-a6f5-1b54af90696a", "rngcStatus": 0}}, {"time": "2022-08-11T21:33:37.204731Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "22.42.248.243", "correlationId": "7498abbe-0702-4ca8-81b2-0f84cd75a03b", "identity": "Melissa Martin", "Level": 4, "location": "XR", "properties": {"id": "676a8b82-7787-4511-9ea8-0339c4979600", "createdDateTime": "2022-08-11T21:33:37.300731Z", "userDisplayName": "Melissa Martin", "userPrincipalName": "mmartin@domain.com", "userId": "632ccb55-03a7-40f4-9893-653527cae790", "appId": "9167c284-c68f-468a-84be-0ee4f23879fe", "appDisplayName": "ArcGIS Enterprise", "ipAddress": "22.42.248.243", "status": {"errorCode": 0}, "clientAppUsed": "Mobile Apps and Desktop clients", "deviceDetail": {"deviceId": "", "operatingSystem": "Ios", "browser": "Mobile Safari"}, "location": {"city": "Port Denisetown", "state": "Smithton", "countryOrRegion": "XR", "geoCoordinates": {"latitude": 40.136047, "longitude": 44.514491}}, "correlationId": "7a3929e6-09a9-492a-bfeb-326b669e1319", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "e85e4979-768f-43e1-b404-cbea1dc0e11e", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 96, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "ArcGIS Enterprise Service", "resourceId": "716aba4b-c9f6-4449-afd5-9a63e6544db2", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 432564, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "mbEyAXCen09tshyeMO3mgzuEwio8asbFJXFlISn5Qpru4llH", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "91299e6a-641e-45f3-8eb9-00c8dc321db1", "rngcStatus": 0}}, {"time": "2022-08-11T21:33:59.225348Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "700082", "resultSignature": "None", "resultDescription": "Other", "durationMs": 0, "callerIpAddress": "199.12.127.103", "correlationId": "bafda0c6-15c0-4842-8548-e742770a49d9", "identity": "Jacob Meyers", "Level": 4, "location": "XG", "properties": {"id": "0ddef0f4-1825-4108-b49b-6cf884d89b00", "createdDateTime": "2022-08-11T21:33:59.271348Z", "userDisplayName": "Jacob Meyers", "userPrincipalName": "jmeyers@domain.com", "userId": "c63a67b0-1651-4a8a-9560-cc703cdad5ad", "appId": "7b74bf77-058a-4c0d-9d9d-5523c3bc80ed", "appDisplayName": "GitHub Enterprise Cloud - Organization", "ipAddress": "199.12.127.103", "status": {"errorCode": 700082, "failureReason": "Other"}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (Windows NT 4.0) AppleWebKit/531.1 (KHTML, like Gecko) Chrome/20.0.823.0 Safari/531.1 Edge/87.11424", "deviceDetail": {"deviceId": "a0ea1625-4397-4c4c-963c-33347d3b0d73", "displayName": "JACOBMEYERS-LT", "operatingSystem": "Windows 10", "browser": "Edge 87.11424", "trustType": "Azure AD registered"}, "location": {"city": "Port Nathan", "state": "Newmanville", "countryOrRegion": "XG", "geoCoordinates": {"latitude": 23.244641, "longitude": -113.392021}}, "correlationId": "98f2baf9-f5be-4f52-9e4d-ba035139c704", "conditionalAccessStatus": "notApplied", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "cf33e685-d772-434a-a1d8-d81da5a68937", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 46, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "GitHub Enterprise Cloud - Organization Online", "resourceId": "51e679b4-5774-4b5f-9636-df5ea66b9380", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 282405, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "o8srdjAKkqqwM4u2RQVKpp7ufrdJli0j3YcfIs9ulp58I2p6", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "6e8f419c-7f10-40b1-a52a-e4fb253c74c2", "rngcStatus": 0}}, {"time": "2022-08-11T21:34:11.156966Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "13.113.40.157", "correlationId": "b09f55cc-fc59-4a14-99b9-21505342d624", "identity": "Attack Target", "Level": 4, "location": "XR", "properties": {"id": "4e6951e2-962b-4b78-9df6-14b29ef08600", "createdDateTime": "2022-08-11T21:34:11.259966Z", "userDisplayName": "Attack Target", "userPrincipalName": "attacktarget@domain.com", "userId": "d735e84b-dcca-404d-9f7d-700f360f41a6", "appId": "9a7e67c7-6f05-42a3-b226-97c7ec3e9696", "appDisplayName": "Adobe Identity Management", "ipAddress": "13.113.40.157", "status": {"errorCode": 0}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (iPad; CPU iPad OS 9_3_6 like Mac OS X) AppleWebKit/536.1 (KHTML, like Gecko) CriOS/42.0.865.0 Mobile/77O124 Safari/536.1 Edge/99.14477", "deviceDetail": {"deviceId": "a44625dc-6f81-449a-9799-8005f7209b42", "displayName": "ATTACKTARGET-LT", "operatingSystem": "Windows 10", "browser": "Edge 99.14477", "trustType": "Azure AD registered"}, "location": {"city": "Smithfort", "state": "Smithfort", "countryOrRegion": "XR", "geoCoordinates": {"latitude": 3.7564095, "longitude": -121.574606}}, "correlationId": "c2abb05d-1165-432e-81c3-bb073cfaff47", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "c66c5a77-583b-449e-95a8-c28221444c5f", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 103, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Adobe Identity Management Service", "resourceId": "7d6a0897-8b82-49e9-90e2-d482fb9202bd", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 34974, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "uwVroEx52dhIu0Itdh1P58c2hzHAeBgVQb95slKK7Q2r1yMj", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "537d9419-7e2b-4778-9102-62256bcfcf45", "rngcStatus": 0}}, {"time": "2022-08-11T21:34:27.477085Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "13.113.40.157", "correlationId": "248e92fa-6f5f-4bb4-a6ec-1ff21779d29c", "identity": "Attack Target", "Level": 4, "location": "XR", "properties": {"id": "ada0cd79-9550-4249-a9fe-bc577d1e8c00", "createdDateTime": "2022-08-11T21:34:27.723085Z", "userDisplayName": "Attack Target", "userPrincipalName": "attacktarget@domain.com", "userId": "d735e84b-dcca-404d-9f7d-700f360f41a6", "appId": "9c5b7fe3-0ad2-4ea6-94e5-9e0001f367e3", "appDisplayName": "Articulate 360", "ipAddress": "13.113.40.157", "status": {"errorCode": 0}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (iPad; CPU iPad OS 9_3_6 like Mac OS X) AppleWebKit/536.1 (KHTML, like Gecko) CriOS/42.0.865.0 Mobile/77O124 Safari/536.1 Edge/99.14477", "deviceDetail": {"deviceId": "a44625dc-6f81-449a-9799-8005f7209b42", "displayName": "ATTACKTARGET-LT", "operatingSystem": "Windows 10", "browser": "Edge 99.14477", "trustType": "Azure AD registered"}, "location": {"city": "Smithfort", "state": "Smithfort", "countryOrRegion": "XR", "geoCoordinates": {"latitude": 3.7564095, "longitude": -121.574606}}, "correlationId": "da2f889d-ef73-46cc-aae6-8f528104aba9", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "03eb1572-0158-49e4-afc2-b216e7cf9486", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 246, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Articulate 360 Online", "resourceId": "436260d5-3791-4aea-a4da-aa698ec35f2f", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 34974, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "5gKNpGarlHNgFIba006wqwUFBOAYS5vcBPM1RJ5CXvYorOSO", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "94b9f3ba-5f4b-4edc-99dc-a420b76960f9", "rngcStatus": 0}}, {"time": "2022-08-11T21:37:24.236427Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "21.206.133.221", "correlationId": "8fcc15da-1f03-4ee0-9701-31f2f287b5af", "identity": "Angela Kerr", "Level": 4, "location": "XQ", "properties": {"id": "05ba222e-1564-4894-b208-c5358f708700", "createdDateTime": "2022-08-11T21:37:24.397427Z", "userDisplayName": "Angela Kerr", "userPrincipalName": "akerr@domain.com", "userId": "0db48846-20f7-44bc-bbdd-457a8ea9f7d8", "appId": "84f18b4b-ae12-484a-847f-f3e36093594a", "appDisplayName": "Slack", "ipAddress": "21.206.133.221", "status": {"errorCode": 0}, "clientAppUsed": "Browser", "deviceDetail": {"deviceId": "", "operatingSystem": "Windows"}, "location": {"city": "Brownton", "state": "Stephanieberg", "countryOrRegion": "XQ", "geoCoordinates": {"latitude": -37.755925, "longitude": -139.744832}}, "correlationId": "686bd8a0-1168-4285-a319-6bf306d280af", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "3f283041-b47f-4e2c-8aa1-3e6e3aad2d90", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 161, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Slack Service", "resourceId": "716aba4b-c9f6-4449-afd5-9a63e6544db2", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 12916, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "msnucIGOHULmH3jFR3WRbNmekJmmPj2Msp3CY5PJ2Krdega0", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "91299e6a-641e-45f3-8eb9-00c8dc321db1", "rngcStatus": 0}}, {"time": "2022-08-11T22:02:42.026595Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "50158", "resultSignature": "None", "resultDescription": "External security challenge was not satisfied.", "durationMs": 0, "callerIpAddress": "92.110.109.246", "correlationId": "d78fac0f-216a-46fa-a1bc-4165db58bc9b", "identity": "Thomas Price", "Level": 4, "location": "XR", "properties": {"id": "d2d6abb9-3d83-4187-a1d8-95eed3ea7100", "createdDateTime": "2022-08-11T22:02:42.162595Z", "userDisplayName": "Thomas Price", "userPrincipalName": "tprice@domain.com", "userId": "32109ee2-ee4f-4d11-9c38-2556aec0f2b5", "appId": "9a7e67c7-6f05-42a3-b226-97c7ec3e9696", "appDisplayName": "Adobe Identity Management", "ipAddress": "92.110.109.246", "status": {"errorCode": 50158, "failureReason": "External security challenge was not satisfied."}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (X11; Linux i686) AppleWebKit/535.2 (KHTML, like Gecko) Chrome/22.0.843.0 Safari/535.2 Edge/118.12158", "deviceDetail": {"deviceId": "a31478d2-f778-4d5a-b081-22579a9edcbe", "displayName": "THOMASPRICE-LT", "operatingSystem": "Windows 10", "browser": "Edge 118.12158", "trustType": "Hybrid Azure AD joined"}, "location": {"city": "Port Denisetown", "state": "Smithton", "countryOrRegion": "XR", "geoCoordinates": {"latitude": 3.5518965, "longitude": 131.871582}}, "correlationId": "5765a470-b449-4ee2-9425-6ce8e7d25f1e", "conditionalAccessStatus": "failure", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "015fba27-423e-42a8-84b1-3f0c7bb0951b", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 136, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Adobe Identity Management Service", "resourceId": "30663ca7-f8a9-43ab-8ca1-7906bdbc1485", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 230297, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "8me6ZzYaCIjBhrv8IjOyUjSkVi2Y6Q3vFzlG4FNC4v1FC4Og", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "a6c259e5-7f16-48b2-a9f3-75becd6daa9b", "rngcStatus": 0}}, {"time": "2022-08-11T22:27:40.759494Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "86.154.193.190", "correlationId": "d6e686cb-19f1-474f-9d2a-bd4ce8b53ed8", "identity": "Jamie Watson", "Level": 4, "location": "XR", "properties": {"id": "a4a49504-a4ea-469f-879a-034612136b00", "createdDateTime": "2022-08-11T22:27:40.908494Z", "userDisplayName": "Jamie Watson", "userPrincipalName": "jwatson@domain.com", "userId": "2844695b-9a70-48ed-a5ce-f3d711e2292b", "appId": "9a7e67c7-6f05-42a3-b226-97c7ec3e9696", "appDisplayName": "Adobe Identity Management", "ipAddress": "86.154.193.190", "status": {"errorCode": 0}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (X11; Linux i686) AppleWebKit/533.0 (KHTML, like Gecko) Chrome/24.0.803.0 Safari/533.0 Edge/40.11325", "deviceDetail": {"deviceId": "fc784602-6455-4450-be3c-6770e0359f8a", "displayName": "JAMIEWATSON-LT", "operatingSystem": "Windows 10", "browser": "Edge 40.11325", "isCompliant": true, "isManaged": true, "trustType": "Azure AD joined"}, "location": {"city": "Port Denisetown", "state": "Smithton", "countryOrRegion": "XR", "geoCoordinates": {"latitude": 3.5518965, "longitude": 131.871582}}, "correlationId": "099b52fe-f33a-4d50-8fa0-6720e60ae411", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "c061e2db-f8db-4b0c-9768-9e3dcf2ddb35", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 149, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Adobe Identity Management Service", "resourceId": "9a84f55e-3a40-492c-9476-e069f64ed7a6", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 256668, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "tWmsFuwO2GiGmlbt9ON2XWi2AFDZ6VLcHUNnxxk4GRJ1x9Wf", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "37ee873b-f901-4e25-be69-010243106d0f", "rngcStatus": 0}}, {"time": "2022-08-11T22:49:49.248812Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "86.154.193.190", "correlationId": "810774b1-5062-46a4-9fc1-63281f263695", "identity": "Kristen Howell", "Level": 4, "location": "XR", "properties": {"id": "347c88b3-df86-4da9-999e-83af1ea95800", "createdDateTime": "2022-08-11T22:49:49.381812Z", "userDisplayName": "Kristen Howell", "userPrincipalName": "khowell@domain.com", "userId": "20e1e3f9-665f-45bd-9984-5e74b526d3b5", "appId": "e980a200-4916-4fcb-ae5a-3dee8f09d976", "appDisplayName": "Adoddle cSaas Platform", "ipAddress": "86.154.193.190", "status": {"errorCode": 0}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (X11; Linux i686) AppleWebKit/533.0 (KHTML, like Gecko) Chrome/24.0.803.0 Safari/533.0 Edge/40.11325", "deviceDetail": {"deviceId": "af204333-3bdf-4228-bbeb-e3a654075b5c", "displayName": "KRISTENHOWELL-LT", "operatingSystem": "Windows 10", "browser": "Edge 40.11325", "trustType": "Azure AD registered"}, "location": {"city": "Port Denisetown", "state": "Smithton", "countryOrRegion": "XR", "geoCoordinates": {"latitude": 3.5518965, "longitude": 131.871582}}, "correlationId": "fc61d935-7ee3-4761-824c-b7384b0fa111", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "a68230ec-e075-4c3c-9bd9-912e939aa2a7", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "processingTimeInMilliseconds": 133, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Adoddle cSaas Platform Online", "resourceId": "2437523d-228a-44c0-b408-0de8a8a8276c", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 256668, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "CIN4Y759zEF9UOxEEV8yytRZYFLJ8WqYqGJyTs0XebSjnQaK", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "0eae9886-2d60-475f-9a14-3151a1cfa557"}}, {"time": "2022-08-11T23:07:48.860620Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "156.206.181.119", "correlationId": "b166c1d1-b040-44a6-a632-32d4777bf00b", "identity": "Cynthia Perry", "Level": 4, "location": "XY", "properties": {"id": "29a68730-c074-44bc-9ec3-76c9a8fa9100", "createdDateTime": "2022-08-11T23:07:48.928620Z", "userDisplayName": "Cynthia Perry", "userPrincipalName": "cperry@domain.com", "userId": "ac5fa380-9d5b-470e-beb2-5ba10aca48e6", "appId": "9de6e985-97a5-4d82-9c45-aedaa9c25ef9", "appDisplayName": "AWS Single-Account Access", "ipAddress": "156.206.181.119", "status": {"errorCode": 0}, "clientAppUsed": "Browser", "deviceDetail": {"deviceId": "", "operatingSystem": "Windows"}, "location": {"city": "Hannaville", "state": "Thomashaven", "countryOrRegion": "XY", "geoCoordinates": {"latitude": 1.1452695, "longitude": 128.249211}}, "correlationId": "6c5854d5-68ab-40ea-ab6b-6b9f8d537cbc", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "619eda37-8fb2-4478-9acc-97262b8f2261", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 68, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "AWS Single-Account Access Service", "resourceId": "72f0186d-d327-46c9-a8ff-497e0caa8691", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 279165, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "gLdE8g0wMxByXpJ7LYmasILTDnnFvpsj4RZ6vzYFS4D8yvvI", "incomingTokenType": "none", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": null, "rngcStatus": 0}}, {"time": "2022-08-11T23:10:02.563242Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "156.206.181.119", "correlationId": "8774f02f-d036-49e7-8aa8-c7dc82bba7fc", "identity": "Cynthia Perry", "Level": 4, "location": "XY", "properties": {"id": "d7ae6189-0038-4fdb-9ff7-6d77de536900", "createdDateTime": "2022-08-11T23:10:02.717242Z", "userDisplayName": "Cynthia Perry", "userPrincipalName": "cperry@domain.com", "userId": "ac5fa380-9d5b-470e-beb2-5ba10aca48e6", "appId": "9de6e985-97a5-4d82-9c45-aedaa9c25ef9", "appDisplayName": "AWS Single-Account Access", "ipAddress": "156.206.181.119", "status": {"errorCode": 0}, "clientAppUsed": "Browser", "deviceDetail": {"deviceId": "", "operatingSystem": "Windows"}, "location": {"city": "Hannaville", "state": "Thomashaven", "countryOrRegion": "XY", "geoCoordinates": {"latitude": 1.1452695, "longitude": 128.249211}}, "correlationId": "ee1a64cf-e23a-44de-a1ad-c678319dee33", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "f63b81af-3608-461f-bdde-337cece45422", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 154, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "AWS Single-Account Access Service", "resourceId": "c65cf5f9-5537-4200-889e-381c4f60ca7d", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 279165, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "AOI6txaMbfDnPT1gy4eK5pIcFNKyfX78o4KRuV4SzrRESjmR", "incomingTokenType": "none", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": null, "rngcStatus": 0}}, {"time": "2022-08-11T23:14:44.153015Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "SignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "42.62.103.34", "correlationId": "8e4855cb-dc94-47b6-8c25-ffe941bbb37a", "identity": "Joseph Taylor", "Level": 4, "location": "XF", "properties": {"id": "59de31d3-9b3e-4d48-a206-9ae710686600", "createdDateTime": "2022-08-11T23:14:44.245015Z", "userDisplayName": "Joseph Taylor", "userPrincipalName": "jtaylor@domain.com", "userId": "af9847eb-c773-41ae-bf94-42747c5e986c", "appId": "895b9fb3-4084-4f9f-a314-d082d67e3c5c", "appDisplayName": "Airstack", "ipAddress": "42.62.103.34", "status": {"errorCode": 0, "additionalDetails": "MFA requirement satisfied by claim in the token"}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (iPad; CPU iPad OS 14_2 like Mac OS X) AppleWebKit/535.2 (KHTML, like Gecko) CriOS/33.0.816.0 Mobile/88O531 Safari/535.2 Edge/117.19612", "deviceDetail": {"deviceId": "76b96bd3-e5d7-49ee-b195-bf363facdb3d", "displayName": "JOSEPHTAYLOR-LT", "operatingSystem": "Windows 10", "browser": "Edge 117.19612", "isCompliant": true, "isManaged": true, "trustType": "Azure AD joined"}, "location": {"city": "Jessicafurt", "state": "Smithbury", "countryOrRegion": "XF", "geoCoordinates": {"latitude": 17.5082395, "longitude": -115.304215}}, "mfaDetail": {}, "correlationId": "7d7fe1ad-aa5a-4ddd-96d1-19fdec28471c", "conditionalAccessStatus": "notApplied", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "dcb4d053-2205-4945-9f0c-d8895d6c7111", "isInteractive": true, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 92, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceId": "c4c8fb66-35f5-48ec-b144-f3265b97332f", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 393508, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "FEhJYS1RduujTdXecG7HiD8TYxJOsgLxuz50Bx9pjfhV4Wa5", "incomingTokenType": "none", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "90a2e5d2-fd7a-4a2e-bc90-3dc50ae8e3ee", "rngcStatus": 0}}, {"time": "2022-08-11T23:17:45.819671Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "50158", "resultSignature": "None", "resultDescription": "External security challenge was not satisfied.", "durationMs": 0, "callerIpAddress": "42.62.103.34", "correlationId": "2902642a-fb8f-41a4-aafc-a5559bc38888", "identity": "Joseph Taylor", "Level": 4, "location": "XF", "properties": {"id": "1c2bbe82-9810-4409-b985-32e0ce925700", "createdDateTime": "2022-08-11T23:17:45.915671Z", "userDisplayName": "Joseph Taylor", "userPrincipalName": "jtaylor@domain.com", "userId": "af9847eb-c773-41ae-bf94-42747c5e986c", "appId": "413f12c2-a9cb-4ca6-a080-d4308249cbe1", "appDisplayName": "Air", "ipAddress": "42.62.103.34", "status": {"errorCode": 50158, "failureReason": "External security challenge was not satisfied."}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (iPad; CPU iPad OS 9_3_6 like Mac OS X) AppleWebKit/536.1 (KHTML, like Gecko) CriOS/42.0.865.0 Mobile/77O124 Safari/536.1 Edge/99.14477", "deviceDetail": {"deviceId": "76b96bd3-e5d7-49ee-b195-bf363facdb3d", "displayName": "JOSEPHTAYLOR-LT", "operatingSystem": "Windows 10", "browser": "Edge 99.14477", "isCompliant": true, "isManaged": true, "trustType": "Azure AD joined"}, "location": {"city": "Jessicafurt", "state": "Smithbury", "countryOrRegion": "XF", "geoCoordinates": {"latitude": 17.5082395, "longitude": -115.304215}}, "correlationId": "d5880a99-8b80-47cf-9fa2-19eb266c5fea", "conditionalAccessStatus": "failure", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "9d43f58c-253f-4244-8d0e-cb8ed6dcc59d", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "processingTimeInMilliseconds": 96, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Air Online", "resourceId": "51e679b4-5774-4b5f-9636-df5ea66b9380", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 393508, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "LgzQIDqTgxUBn4jN1lop2plVnakNBC0GP7Jxu7YWIdWtPVAV", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "6e8f419c-7f10-40b1-a52a-e4fb253c74c2"}}, {"time": "2022-08-11T23:33:24.747003Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "SignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "1.210.58.10", "correlationId": "480dd952-058e-4b18-ac89-58a132a100b2", "identity": "Keith Sheppard", "Level": 4, "location": "XD", "properties": {"id": "4e6951e2-962b-4b78-9df6-14b25fcc8b00", "createdDateTime": "2022-08-11T23:33:24.857003Z", "userDisplayName": "Keith Sheppard", "userPrincipalName": "ksheppard@domain.com", "userId": "05bd48f1-91d2-4c2d-9a7c-80e80f561b3c", "appId": "a5322cbf-7100-41e3-85a1-3a8b74ba221c", "appDisplayName": "Stormboard", "ipAddress": "1.210.58.10", "status": {"errorCode": 0}, "clientAppUsed": "Browser", "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 12_4_8 like Mac OS X) AppleWebKit/536.2 (KHTML, like Gecko) CriOS/39.0.845.0 Mobile/81S373 Safari/536.2 Edge/40.11827", "deviceDetail": {"deviceId": "639815fd-5018-4e38-9d81-67538b2ce460", "displayName": "KEITHSHEPPARD-LT", "operatingSystem": "Windows 10", "browser": "Edge 40.11827", "trustType": "Azure AD registered"}, "location": {"city": "Cooperhaven", "state": "Norrisbury", "countryOrRegion": "XD", "geoCoordinates": {"latitude": 70.436398, "longitude": -23.873747}}, "correlationId": "b3fad427-aeb7-4735-8ddf-2ff73abd0935", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "0b3eccb2-c0df-4e18-9550-cb534313ef3d", "isInteractive": true, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 110, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Stormboard Online", "resourceId": "24578515-1951-4064-967d-0d2acaf0aa70", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "alternateSignInName": "ksheppard1@domain.com", "signInIdentifier": "ksheppard1@domain.com", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 69487, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "m5pvIDYbP464E7k5UxF2dRjaSBXpSN5mD8k3shnO6xCSOqwx", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "0e68752b-7dfa-400b-a6f5-1b54af90696a", "rngcStatus": 0}}, {"time": "2022-08-12T00:04:59.094750Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "156.206.181.119", "correlationId": "eb9e6dfc-a956-4bd2-9752-4e4b6611ea2c", "identity": "Cynthia Perry", "Level": 4, "location": "XY", "properties": {"id": "6bc2e7cc-9e37-4d1b-b0e2-c04d094f4d00", "createdDateTime": "2022-08-12T00:04:59.196750Z", "userDisplayName": "Cynthia Perry", "userPrincipalName": "cperry@domain.com", "userId": "ac5fa380-9d5b-470e-beb2-5ba10aca48e6", "appId": "9de6e985-97a5-4d82-9c45-aedaa9c25ef9", "appDisplayName": "AWS Single-Account Access", "ipAddress": "156.206.181.119", "status": {"errorCode": 0}, "clientAppUsed": "Browser", "deviceDetail": {"deviceId": "", "operatingSystem": "Windows"}, "location": {"city": "Hannaville", "state": "Thomashaven", "countryOrRegion": "XY", "geoCoordinates": {"latitude": 1.1452695, "longitude": 128.249211}}, "correlationId": "1454c1a2-ac4f-4194-9ee5-1b192bc13e57", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "2cd8039b-160f-4e96-89f0-a19456592018", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "processingTimeInMilliseconds": 102, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "AWS Single-Account Access Service", "resourceId": "72f0186d-d327-46c9-a8ff-497e0caa8691", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 279165, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "rnoSx1walCkFjsckFDtZpMfSvaCnRxer8fCHbLCwvlEytTwv", "incomingTokenType": "none", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": null}}, {"time": "2022-08-12T00:16:06.916412Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "44.22.19.201", "correlationId": "52e69acc-1938-451c-9598-645ad2ab415c", "identity": "David Johnson", "Level": 4, "location": "XN", "properties": {"id": "71326cde-8812-4486-b054-a01e3bf38800", "createdDateTime": "2022-08-12T00:16:07.061412Z", "userDisplayName": "David Johnson", "userPrincipalName": "djohnson@domain.com", "userId": "ff2ae3d2-8cd2-4bd6-b65d-49c5ad946c7f", "appId": "9a7e67c7-6f05-42a3-b226-97c7ec3e9696", "appDisplayName": "Adobe Identity Management", "ipAddress": "44.22.19.201", "status": {"errorCode": 0}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (Windows NT 4.0) AppleWebKit/531.1 (KHTML, like Gecko) Chrome/20.0.823.0 Safari/531.1 Edge/87.11424", "deviceDetail": {"deviceId": "8fb0ff79-f116-4f20-8ca8-36b3f8d68865", "displayName": "DAVIDJOHNSON-LT", "operatingSystem": "Windows 10", "browser": "Edge 87.11424", "trustType": "Azure AD registered"}, "location": {"city": "Littlemouth", "state": "Alexanderfurt", "countryOrRegion": "XN", "geoCoordinates": {"latitude": 25.4437255, "longitude": -109.530885}}, "correlationId": "40808733-da20-4e98-87b4-47ce3a053f9b", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "32daf9d9-690d-4551-87b9-42333e398796", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 145, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Adobe Identity Management Service", "resourceId": "9a84f55e-3a40-492c-9476-e069f64ed7a6", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 230297, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "3SIwBbKBBbY3wtyyxLaIpeVrj4Kn5wEBxZqDE5IAFt1awWXq", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "37ee873b-f901-4e25-be69-010243106d0f", "rngcStatus": 0}}, {"time": "2022-08-12T00:39:55.008989Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "26000", "resultSignature": "None", "resultDescription": "Other", "durationMs": 0, "callerIpAddress": "93.38.143.169", "correlationId": "1b012fee-782d-4e60-8145-042e789beb1b", "identity": "Thomas Price", "Level": 4, "location": "XQ", "properties": {"id": "444f54e0-e5b3-4eda-8063-00d24e388600", "createdDateTime": "2022-08-12T00:39:55.061989Z", "userDisplayName": "Thomas Price", "userPrincipalName": "tprice@domain.com", "userId": "32109ee2-ee4f-4d11-9c38-2556aec0f2b5", "appId": "8c016ec6-eb72-4c88-9633-4e4c593c4674", "appDisplayName": "Tact", "ipAddress": "93.38.143.169", "status": {"errorCode": 26000, "failureReason": "Other"}, "clientAppUsed": "Mobile Apps and Desktop clients", "deviceDetail": {"deviceId": "", "operatingSystem": "Android"}, "location": {"city": "Herringburgh", "state": "Chanshire", "countryOrRegion": "XQ", "geoCoordinates": {"latitude": 68.567938, "longitude": 116.565225}}, "correlationId": "f2575666-47c1-4040-8dd6-1226af6049ba", "conditionalAccessStatus": "notApplied", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "b776f222-c54e-4b7d-96cd-e82d87e3bd9b", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 53, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Tact Service", "resourceId": "93ff3654-c84c-464e-950d-1d0d40c43b7c", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 497360, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "YwiGPbDoYS59NH32hDW4uDEIuJRTr3402Le5Lc8wdw4vJtzN", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": null, "rngcStatus": 0}}, {"time": "2022-08-12T00:50:49.072591Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "50158", "resultSignature": "None", "resultDescription": "External security challenge was not satisfied.", "durationMs": 0, "callerIpAddress": "147.132.189.119", "correlationId": "85d53ea4-ad59-49e2-b9dc-5f6e0faf3b6f", "identity": "Cassie Fernandez", "Level": 4, "location": "XR", "properties": {"id": "203b54c4-44bd-4e9f-ab1a-6c1805c36d00", "createdDateTime": "2022-08-12T00:50:49.177591Z", "userDisplayName": "Cassie Fernandez", "userPrincipalName": "cfernandez@domain.com", "userId": "67ef8be6-3f44-4db7-8172-fd6211428c1e", "appId": "79510a8f-6421-4348-a2ea-bcc2b02485c1", "appDisplayName": "Cisco AnyConnect", "ipAddress": "147.132.189.119", "status": {"errorCode": 50158, "failureReason": "External security challenge was not satisfied."}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (iPad; CPU iPad OS 9_3_6 like Mac OS X) AppleWebKit/536.1 (KHTML, like Gecko) CriOS/42.0.865.0 Mobile/77O124 Safari/536.1 Edge/99.14477", "deviceDetail": {"deviceId": "bf67c857-685a-4457-89c4-db2afa581bd2", "displayName": "CASSIEFERNANDEZ-LT", "operatingSystem": "Windows 10", "browser": "Edge 99.14477", "trustType": "Hybrid Azure AD joined"}, "location": {"city": "Port Denisetown", "state": "Smithton", "countryOrRegion": "XR", "geoCoordinates": {"latitude": 3.5518965, "longitude": 131.871582}}, "correlationId": "81c74c6b-2153-4af9-9246-0e199d13d03a", "conditionalAccessStatus": "failure", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "fa80c172-5d2d-4ddf-a702-0cc97bdbb375", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 105, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Cisco AnyConnect Online", "resourceId": "5d5b8d28-6a28-472e-b837-a4094e466965", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 256668, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "nRiYQJuVsLmWxhrIKScjM5JT32KqywdRY4BpGe773q4pUFww", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "15655e1f-5005-4c53-b3c0-c4a1d1ca5e9e", "rngcStatus": 0}}, {"time": "2022-08-12T01:05:10.999818Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "50158", "resultSignature": "None", "resultDescription": "External security challenge was not satisfied.", "durationMs": 0, "callerIpAddress": "166.105.218.213", "correlationId": "ee431dc7-71a5-4f58-b6ce-400a10348275", "identity": "Thomas Price", "Level": 4, "location": "XR", "properties": {"id": "e3eb0cfb-966f-4577-9f37-6ff2d8c16600", "createdDateTime": "2022-08-12T01:05:11.154818Z", "userDisplayName": "Thomas Price", "userPrincipalName": "tprice@domain.com", "userId": "32109ee2-ee4f-4d11-9c38-2556aec0f2b5", "appId": "79510a8f-6421-4348-a2ea-bcc2b02485c1", "appDisplayName": "Cisco AnyConnect", "ipAddress": "166.105.218.213", "status": {"errorCode": 50158, "failureReason": "External security challenge was not satisfied."}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (X11; Linux i686) AppleWebKit/535.2 (KHTML, like Gecko) Chrome/22.0.843.0 Safari/535.2 Edge/118.12158", "deviceDetail": {"deviceId": "81ad31fb-e9be-4498-b1b2-c62f8fae1a77", "displayName": "THOMASPRICE-LT", "operatingSystem": "Windows 10", "browser": "Edge 118.12158", "trustType": "Hybrid Azure AD joined"}, "location": {"city": "Kevinton", "state": "Smithton", "countryOrRegion": "XR", "geoCoordinates": {"latitude": -87.5106305, "longitude": -77.991036}}, "correlationId": "7ff21009-47a9-42f2-87ad-5ba8618a4840", "conditionalAccessStatus": "failure", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "b377aee6-1c0e-43af-b3d2-91a59b6c727a", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 155, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Cisco AnyConnect Online", "resourceId": "5d5b8d28-6a28-472e-b837-a4094e466965", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 256668, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "X49thZoDWIjY69rRajteleXqGuJJH4ek8kuWpHV0UdsH5qF7", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "15655e1f-5005-4c53-b3c0-c4a1d1ca5e9e", "rngcStatus": 0}}, {"time": "2022-08-12T01:13:46.018959Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "86.154.193.190", "correlationId": "ec209a54-1dc6-4434-8f6a-c54c5940d7ca", "identity": "Melissa Martin", "Level": 4, "location": "XR", "properties": {"id": "7f4e5d8d-0e8f-4a05-8bd4-95dc3fd15100", "createdDateTime": "2022-08-12T01:13:46.135959Z", "userDisplayName": "Melissa Martin", "userPrincipalName": "mmartin@domain.com", "userId": "632ccb55-03a7-40f4-9893-653527cae790", "appId": "e47a1d38-5f61-45cd-b1b9-bc92f525c598", "appDisplayName": "Altoura", "ipAddress": "86.154.193.190", "status": {"errorCode": 0}, "clientAppUsed": "Browser", "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 12_4_8 like Mac OS X) AppleWebKit/536.2 (KHTML, like Gecko) CriOS/39.0.845.0 Mobile/81S373 Safari/536.2 Edge/40.11827", "deviceDetail": {"deviceId": "", "operatingSystem": "Windows 10", "browser": "Edge 40.11827"}, "location": {"city": "Port Denisetown", "state": "Smithton", "countryOrRegion": "XR", "geoCoordinates": {"latitude": 3.5518965, "longitude": 131.871582}}, "correlationId": "5a06dce9-3fc3-4a3a-90b3-2bc3422789a3", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "85bb28d0-16bc-4797-8185-cb994fdc3937", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "processingTimeInMilliseconds": 117, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Altoura Online", "resourceId": "f0630e90-b752-4960-bfb9-a0794fc34930", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 256668, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "fWTlBGQR5fLqiiPUqsP3hejaNQUbeAR66fUsQbeBjJKSloIA", "incomingTokenType": "none", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "1f37c851-4be4-455b-928a-fbde7845a68a"}}, {"time": "2022-08-12T01:14:47.256621Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "147.132.189.119", "correlationId": "28b1c01b-d7f7-4047-81c1-8ec7d07aa134", "identity": "Terry Proctor", "Level": 4, "location": "XR", "properties": {"id": "7682696f-415e-4a05-906d-36aa7fb17400", "createdDateTime": "2022-08-12T01:14:47.368621Z", "userDisplayName": "Terry Proctor", "userPrincipalName": "tproctor@domain.com", "userId": "03110cc5-e54f-4dae-b68a-bf5d945f8152", "appId": "b9c45636-4d7c-4d33-8678-39527c8b5976", "appDisplayName": "LinkedIn Lookup", "ipAddress": "147.132.189.119", "status": {"errorCode": 0, "additionalDetails": "MFA requirement satisfied by claim in the token"}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (X11; Linux i686) AppleWebKit/533.0 (KHTML, like Gecko) Chrome/24.0.803.0 Safari/533.0 Edge/40.11325", "deviceDetail": {"deviceId": "88ee69d5-1eb7-4f29-b594-e9b4e3371940", "displayName": "TERRYPROCTOR-LT", "operatingSystem": "Windows 10", "browser": "Edge 40.11325", "isCompliant": true, "isManaged": true, "trustType": "Azure AD joined"}, "location": {"city": "Port Denisetown", "state": "Smithton", "countryOrRegion": "XR", "geoCoordinates": {"latitude": 3.5518965, "longitude": 131.871582}}, "mfaDetail": {}, "correlationId": "fa7ce4a9-2ef3-4680-a5a3-34e1ac193ffa", "conditionalAccessStatus": "notApplied", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "561e4beb-144c-4ad3-8e06-501596f3934b", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 112, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "LinkedIn Lookup Online", "resourceId": "4792a15b-0a23-4ddb-be78-f0f8eaecfae5", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 256668, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "QETMW5C9itQcdvysi3iFc4fMid3HVEZYX7E83sf6ToGWDMrs", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "bbd8c442-8cbf-48d6-9501-8bde23fb6f35", "rngcStatus": 0}}, {"time": "2022-08-12T01:36:15.020270Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "SignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "50089", "resultSignature": "None", "resultDescription": "Flow token expired - Authentication Failed. Have user try signing-in again with username -password.", "durationMs": 0, "callerIpAddress": "91.132.253.146", "correlationId": "b23b68ff-61b4-0000-cc6c-3bb2b461d801", "identity": "Aaron Cole", "Level": 4, "location": "XD", "properties": {"id": "37de7214-048f-4127-804b-5086f3b26000", "createdDateTime": "2022-08-12T01:36:15.114270Z", "userDisplayName": "Aaron Cole", "userPrincipalName": "acole@domain.com", "userId": "5d557969-1645-4ba4-be83-b6fd943659f7", "appId": "895b9fb3-4084-4f9f-a314-d082d67e3c5c", "appDisplayName": "Airstack", "ipAddress": "91.132.253.146", "status": {"errorCode": 50089, "failureReason": "Flow token expired - Authentication Failed. Have user try signing-in again with username -password."}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (iPad; CPU iPad OS 9_3_5 like Mac OS X) AppleWebKit/536.1 (KHTML, like Gecko) CriOS/26.0.852.0 Mobile/33A194 Safari/536.1 Edge/27.13255", "deviceDetail": {"deviceId": "", "operatingSystem": "Windows 10", "browser": "Edge 27.13255"}, "location": {"city": "Rickshire", "state": "Norrisbury", "countryOrRegion": "XD", "geoCoordinates": {"latitude": -78.5751045, "longitude": 58.329246}}, "correlationId": "66543191-e1eb-444a-9ecb-f8745ae98cfa", "conditionalAccessStatus": "notApplied", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "7a013f20-03b6-40a7-a71d-02ea06f04675", "isInteractive": true, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 94, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Airstack Service", "resourceId": "01f2a7c1-e668-4e23-a099-726ca374f477", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "alternateSignInName": "acole1@domain.com", "signInIdentifier": "acole1@domain.com", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 214655, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "ZZfeRdMUmSJ7fljSfSdA7ItyWNmWg4APMwWaOdJk5v8phDib", "incomingTokenType": "none", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "e133b8e5-4d8b-4e43-9ae4-962ce64fbbd5", "rngcStatus": 0}}, {"time": "2022-08-12T02:05:50.923451Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "22.42.248.243", "correlationId": "b8f027d1-015a-45fb-a754-9dc15c5f0a84", "identity": "Melissa Martin", "Level": 4, "location": "XR", "properties": {"id": "f3b698dd-aea4-4181-83f7-9b0e45a09800", "createdDateTime": "2022-08-12T02:05:51.007451Z", "userDisplayName": "Melissa Martin", "userPrincipalName": "mmartin@domain.com", "userId": "632ccb55-03a7-40f4-9893-653527cae790", "appId": "9167c284-c68f-468a-84be-0ee4f23879fe", "appDisplayName": "ArcGIS Enterprise", "ipAddress": "22.42.248.243", "status": {"errorCode": 0}, "clientAppUsed": "Mobile Apps and Desktop clients", "deviceDetail": {"deviceId": "", "operatingSystem": "Ios", "browser": "Mobile Safari"}, "location": {"city": "Port Denisetown", "state": "Smithton", "countryOrRegion": "XR", "geoCoordinates": {"latitude": 40.136047, "longitude": 44.514491}}, "correlationId": "bdaac29e-9016-4d40-b835-85be2b8b18b3", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "38b27728-439a-4186-b31d-afd5e292765d", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 84, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "ArcGIS Enterprise Service", "resourceId": "c4baffed-f90a-4ef3-84b1-d08d189a41c0", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 432564, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "JftCMXawx0NMjRyI4Ifp7i9bz4aMIo5sJHUwu6dpclBBAHk7", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "64850142-3730-4958-94ec-3cf3a39cf409", "rngcStatus": 0}}, {"time": "2022-08-12T02:14:55.449220Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "147.132.189.119", "correlationId": "67c4c378-06d3-4120-9e55-93265e132b99", "identity": "Melissa Martin", "Level": 4, "location": "XR", "properties": {"id": "b4caa848-f8c1-4832-a328-e509e34a6a00", "createdDateTime": "2022-08-12T02:14:55.525220Z", "userDisplayName": "Melissa Martin", "userPrincipalName": "mmartin@domain.com", "userId": "632ccb55-03a7-40f4-9893-653527cae790", "appId": "18bf60fa-77dd-4aad-891d-af82ca87dd06", "appDisplayName": "FortiGate SSL VPN", "ipAddress": "147.132.189.119", "status": {"errorCode": 0}, "clientAppUsed": "Browser", "deviceDetail": {"deviceId": "", "operatingSystem": "Windows"}, "location": {"city": "Port Denisetown", "state": "Smithton", "countryOrRegion": "XR", "geoCoordinates": {"latitude": 3.5518965, "longitude": 131.871582}}, "correlationId": "776798e8-6b35-46fc-aa50-d6945a6230f1", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "5d3498ba-f87a-4e96-8662-8336365369b9", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 76, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "FortiGate SSL VPN Service", "resourceId": "a1edee32-85c4-4a57-afcb-5853873a47e7", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 256668, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "MtCaNB7k406LCq1SjULWEYcgwOVQF65StUMQh1BRpt4hRgi4", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "0898af19-dfef-4b51-a918-f534c473013d", "rngcStatus": 0}}, {"time": "2022-08-12T02:19:03.255410Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "105.169.153.183", "correlationId": "2dd06089-0f1d-4335-8917-6e8594520da2", "identity": "Jim Gonzalez", "Level": 4, "location": "XR", "properties": {"id": "9c70fa14-e476-49ba-a565-436cea1c9600", "createdDateTime": "2022-08-12T02:19:03.403410Z", "userDisplayName": "Jim Gonzalez", "userPrincipalName": "jgonzalez@domain.com", "userId": "95090045-a9c5-489c-adee-2db430a3333a", "appId": "9a7e67c7-6f05-42a3-b226-97c7ec3e9696", "appDisplayName": "Adobe Identity Management", "ipAddress": "105.169.153.183", "status": {"errorCode": 0}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (Windows NT 4.0) AppleWebKit/532.1 (KHTML, like Gecko) Chrome/38.0.801.0 Safari/532.1 Edge/19.15284", "deviceDetail": {"deviceId": "15135d1f-cb47-4bd8-b76d-90a9171c09bd", "displayName": "JIMGONZALEZ-LT", "operatingSystem": "Windows 10", "browser": "Edge 19.15284", "trustType": "Azure AD registered"}, "location": {"city": "Santosborough", "state": "Smithton", "countryOrRegion": "XR", "geoCoordinates": {"latitude": 12.8350355, "longitude": 138.359011}}, "correlationId": "2c8df743-97a8-447d-87a4-cc4ef2c60bb7", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "5c506e80-8958-4c7b-84f4-dd8dad741841", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 148, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Adobe Identity Management Service", "resourceId": "30663ca7-f8a9-43ab-8ca1-7906bdbc1485", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 256668, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "grvBFflHXo11LYijVkIsjRFlekG3p5DFXUlhmarcjnsVZAc0", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "a6c259e5-7f16-48b2-a9f3-75becd6daa9b", "rngcStatus": 0}}, {"time": "2022-08-12T02:38:39.023935Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "700082", "resultSignature": "None", "resultDescription": "Other", "durationMs": 0, "callerIpAddress": "54.119.29.60", "correlationId": "c23b05d6-1240-4c0e-8725-151b7c99248b", "identity": "Thomas Price", "Level": 4, "location": "XR", "properties": {"id": "d1c71b55-a9e3-4309-9710-b392524f5800", "createdDateTime": "2022-08-12T02:38:39.109935Z", "userDisplayName": "Thomas Price", "userPrincipalName": "tprice@domain.com", "userId": "32109ee2-ee4f-4d11-9c38-2556aec0f2b5", "appId": "9a7e67c7-6f05-42a3-b226-97c7ec3e9696", "appDisplayName": "Adobe Identity Management", "ipAddress": "54.119.29.60", "status": {"errorCode": 700082, "failureReason": "Other"}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (X11; Linux i686) AppleWebKit/535.2 (KHTML, like Gecko) Chrome/22.0.843.0 Safari/535.2 Edge/118.12158", "deviceDetail": {"deviceId": "852272bd-2ab1-474f-a99e-4922ea7031d3", "displayName": "THOMASPRICE-LT", "operatingSystem": "Windows 10", "browser": "Edge 118.12158", "trustType": "Hybrid Azure AD joined"}, "location": {"city": "Port Kimberlytown", "state": "Curtisport", "countryOrRegion": "XR", "geoCoordinates": {"latitude": 26.3152295, "longitude": 147.770404}}, "correlationId": "04be094f-7cbb-49a2-b762-0eab5f9978ac", "conditionalAccessStatus": "notApplied", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "ce05f5ac-0571-4482-b646-a798a708a465", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "processingTimeInMilliseconds": 86, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Adobe Identity Management Service", "resourceId": "30663ca7-f8a9-43ab-8ca1-7906bdbc1485", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 359213, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "cZcMJc1rxU01QDPTABsMGWVinlm9HBG71llXuomZsdtr6t1D", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "a6c259e5-7f16-48b2-a9f3-75becd6daa9b"}}, {"time": "2022-08-12T02:52:17.475219Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "156.206.181.119", "correlationId": "325d975a-0939-472e-8f93-955a3762e21d", "identity": "Cynthia Perry", "Level": 4, "location": "XY", "properties": {"id": "01ba3655-e28a-4ae2-aea6-ad44b9576600", "createdDateTime": "2022-08-12T02:52:17.582219Z", "userDisplayName": "Cynthia Perry", "userPrincipalName": "cperry@domain.com", "userId": "ac5fa380-9d5b-470e-beb2-5ba10aca48e6", "appId": "9de6e985-97a5-4d82-9c45-aedaa9c25ef9", "appDisplayName": "AWS Single-Account Access", "ipAddress": "156.206.181.119", "status": {"errorCode": 0}, "clientAppUsed": "Browser", "deviceDetail": {"deviceId": "", "operatingSystem": "Windows"}, "location": {"city": "Hannaville", "state": "Thomashaven", "countryOrRegion": "XY", "geoCoordinates": {"latitude": 1.1452695, "longitude": 128.249211}}, "correlationId": "0a0d5db6-f861-4d3d-ace1-8c5fd4c5af30", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "82a1c6d8-09fa-444d-8baf-b09483a9f8c6", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 107, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "AWS Single-Account Access Service", "resourceId": "72f0186d-d327-46c9-a8ff-497e0caa8691", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 279165, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "ARqiGi0rqT16NhzgzZAnswCVBosXxXUV4hFwrfYlVc2I8eRn", "incomingTokenType": "none", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": null, "rngcStatus": 0}}, {"time": "2022-08-12T02:56:03.814044Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "13.113.40.157", "correlationId": "41c3a17c-c19a-4e02-9430-f89f95e6e184", "identity": "Attack Target", "Level": 4, "location": "XR", "properties": {"id": "6a5f64c1-1a9a-4556-9496-2d2039ee8b00", "createdDateTime": "2022-08-12T02:56:03.925044Z", "userDisplayName": "Attack Target", "userPrincipalName": "attacktarget@domain.com", "userId": "d735e84b-dcca-404d-9f7d-700f360f41a6", "appId": "9a7e67c7-6f05-42a3-b226-97c7ec3e9696", "appDisplayName": "Adobe Identity Management", "ipAddress": "13.113.40.157", "status": {"errorCode": 0}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (iPad; CPU iPad OS 9_3_6 like Mac OS X) AppleWebKit/536.1 (KHTML, like Gecko) CriOS/42.0.865.0 Mobile/77O124 Safari/536.1 Edge/99.14477", "deviceDetail": {"deviceId": "a44625dc-6f81-449a-9799-8005f7209b42", "displayName": "ATTACKTARGET-LT", "operatingSystem": "Windows 10", "browser": "Edge 99.14477", "trustType": "Azure AD registered"}, "location": {"city": "Smithfort", "state": "Smithfort", "countryOrRegion": "XR", "geoCoordinates": {"latitude": 3.7564095, "longitude": -121.574606}}, "correlationId": "9799683e-618c-47c8-84e7-6ceef8cbe640", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "2529eca5-e494-4333-89cf-0ff1e39d603d", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 111, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Adobe Identity Management Service", "resourceId": "7d6a0897-8b82-49e9-90e2-d482fb9202bd", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 34974, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "w1PJb7FtBGHSb4iiIdA0TMafINktqqR3X1t9T892p5psbJXy", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "537d9419-7e2b-4778-9102-62256bcfcf45", "rngcStatus": 0}}, {"time": "2022-08-12T03:02:32.601896Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "SignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "156.206.181.119", "correlationId": "577c3ba0-a025-1000-a35a-d490e380ea0c", "identity": "Cynthia Perry", "Level": 4, "location": "XY", "properties": {"id": "a4a49504-a4ea-469f-879a-034616b76000", "createdDateTime": "2022-08-12T03:02:32.720896Z", "userDisplayName": "Cynthia Perry", "userPrincipalName": "cperry@domain.com", "userId": "ac5fa380-9d5b-470e-beb2-5ba10aca48e6", "appId": "439cf80c-f381-45bd-9b6a-a006882e7246", "appDisplayName": "Atlassian Cloud", "ipAddress": "156.206.181.119", "status": {"errorCode": 0}, "clientAppUsed": "Browser", "userAgent": "Mozilla/5.0 (compatible; MSIE 8.0; Windows NT 5.2; Trident/3.1)", "deviceDetail": {"deviceId": "", "operatingSystem": "Windows 10", "browser": "IE 8.0"}, "location": {"city": "Hannaville", "state": "Thomashaven", "countryOrRegion": "XY", "geoCoordinates": {"latitude": 1.1452695, "longitude": 128.249211}}, "correlationId": "53b9de5b-6f56-4132-a20f-c0f77b0a84dd", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "39c60c97-e463-48ee-801a-6deea3f705a1", "isInteractive": true, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 119, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Atlassian Cloud", "resourceId": "c8eab36d-0a82-409d-8693-a8dabc997921", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "alternateSignInName": "cperry1@domain.com", "signInIdentifier": "cperry1@domain.com", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 279165, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "R3M4QGPKQ5xz1K0s9siIQm8CNvxhbgqDUZlrKT4XVJICijF9", "incomingTokenType": "none", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "2248d3ef-d7b8-4eb2-bd20-fb53f725bfe3", "rngcStatus": 0}}, {"time": "2022-08-12T03:09:05.345604Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "42.62.103.34", "correlationId": "47bddd9e-fde2-43ee-852f-a205c9c847ed", "identity": "Joseph Taylor", "Level": 4, "location": "XF", "properties": {"id": "7f19788f-2e61-49ad-9601-4fe6eaae7b00", "createdDateTime": "2022-08-12T03:09:05.535604Z", "userDisplayName": "Joseph Taylor", "userPrincipalName": "jtaylor@domain.com", "userId": "af9847eb-c773-41ae-bf94-42747c5e986c", "appId": "9c5b7fe3-0ad2-4ea6-94e5-9e0001f367e3", "appDisplayName": "Articulate 360", "ipAddress": "42.62.103.34", "status": {"errorCode": 0, "additionalDetails": "MFA requirement satisfied by claim in the token"}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (iPad; CPU iPad OS 9_3_6 like Mac OS X) AppleWebKit/536.1 (KHTML, like Gecko) CriOS/42.0.865.0 Mobile/77O124 Safari/536.1 Edge/99.14477", "deviceDetail": {"deviceId": "76b96bd3-e5d7-49ee-b195-bf363facdb3d", "displayName": "JOSEPHTAYLOR-LT", "operatingSystem": "Windows 10", "browser": "Edge 99.14477", "isCompliant": true, "isManaged": true, "trustType": "Azure AD joined"}, "location": {"city": "Jessicafurt", "state": "Smithbury", "countryOrRegion": "XF", "geoCoordinates": {"latitude": 17.5082395, "longitude": -115.304215}}, "mfaDetail": {}, "correlationId": "9c7484e6-1a23-4059-81e6-30a38409bf23", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "d0cf6bda-4e70-419a-8b68-323cb1741fca", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 190, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Articulate 360 Online", "resourceId": "436260d5-3791-4aea-a4da-aa698ec35f2f", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 393508, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "bYX3ggeIq0Soe1aCEDv60vuoY17rKjzP0MavBlR2OEIaBkPy", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "94b9f3ba-5f4b-4edc-99dc-a420b76960f9", "rngcStatus": 0}}, {"time": "2022-08-12T03:11:30.974386Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "63.94.19.180", "correlationId": "32e2a6c6-779e-4b8e-be59-c2569b856e6b", "identity": "Vanessa Ramirez", "Level": 4, "location": "XD", "properties": {"id": "2b60f3d6-0a82-440d-b179-44ac05c14f00", "createdDateTime": "2022-08-12T03:11:31.104386Z", "userDisplayName": "Vanessa Ramirez", "userPrincipalName": "vramirez@domain.com", "userId": "5d72b7ed-62ea-4b94-b931-ccef65d71ebd", "appId": "895b9fb3-4084-4f9f-a314-d082d67e3c5c", "appDisplayName": "Airstack", "ipAddress": "63.94.19.180", "status": {"errorCode": 0}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (X11; Linux i686) AppleWebKit/532.2 (KHTML, like Gecko) Chrome/21.0.853.0 Safari/532.2 Edge/89.19380", "deviceDetail": {"deviceId": "e395a3f4-8f2d-4170-804f-d3e13ce3151b", "displayName": "VANESSARAMIREZ-LT", "operatingSystem": "Windows 10", "browser": "Edge 89.19380", "trustType": "Azure AD registered"}, "location": {"city": "New James", "state": "Norrisbury", "countryOrRegion": "XD", "geoCoordinates": {"latitude": 64.5727225, "longitude": 92.661569}}, "correlationId": "8e0b670b-c349-4dd4-a4f4-b61ea0fc689e", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "548aeaf1-b148-45f5-a4cd-fe59b1dae821", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "processingTimeInMilliseconds": 130, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Airstack Service", "resourceId": "f0630e90-b752-4960-bfb9-a0794fc34930", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 45904, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "kjLPYmpa0lTOT315Jjl0Qo3mhcCSjSK7mgPAbAV6p5eianY7", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "1f37c851-4be4-455b-928a-fbde7845a68a"}}, {"time": "2022-08-12T03:48:28.040363Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "1.210.58.10", "correlationId": "6f13207f-c8e8-4b12-9093-c12d6b6c19ab", "identity": "Keith Sheppard", "Level": 4, "location": "XD", "properties": {"id": "bddc03c8-8da3-4ef6-8ef9-a503dea79300", "createdDateTime": "2022-08-12T03:48:28.125363Z", "userDisplayName": "Keith Sheppard", "userPrincipalName": "ksheppard@domain.com", "userId": "05bd48f1-91d2-4c2d-9a7c-80e80f561b3c", "appId": "9d794ea1-8d77-42e3-9fdd-6fd3620d616a", "appDisplayName": "Alaya", "ipAddress": "1.210.58.10", "status": {"errorCode": 0}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (Windows NT 4.0) AppleWebKit/531.1 (KHTML, like Gecko) Chrome/20.0.823.0 Safari/531.1 Edge/87.11424", "deviceDetail": {"deviceId": "639815fd-5018-4e38-9d81-67538b2ce460", "displayName": "KEITHSHEPPARD-LT", "operatingSystem": "Windows 10", "browser": "Edge 87.11424", "trustType": "Azure AD registered"}, "location": {"city": "Cooperhaven", "state": "Norrisbury", "countryOrRegion": "XD", "geoCoordinates": {"latitude": 70.436398, "longitude": -23.873747}}, "correlationId": "6602a841-d474-4a32-bfda-5f1bd85d0846", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "5a603dc2-d09d-47d4-a5ab-b9df4473c52a", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 85, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Alaya Service", "resourceId": "f0630e90-b752-4960-bfb9-a0794fc34930", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 69487, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "mDUT5N5VTyzq7RuKFxCKLvGhsmlxAnNZg5scvbTBwQ2CUEau", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "1f37c851-4be4-455b-928a-fbde7845a68a", "rngcStatus": 0}}, {"time": "2022-08-12T03:52:35.190831Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "13.113.40.157", "correlationId": "a3afa6e0-d2d7-4f9d-910f-fd52740cb80f", "identity": "Attack Target", "Level": 4, "location": "XR", "properties": {"id": "1c658931-6466-4ef6-9398-740495277100", "createdDateTime": "2022-08-12T03:52:35.463831Z", "userDisplayName": "Attack Target", "userPrincipalName": "attacktarget@domain.com", "userId": "d735e84b-dcca-404d-9f7d-700f360f41a6", "appId": "9c5b7fe3-0ad2-4ea6-94e5-9e0001f367e3", "appDisplayName": "Articulate 360", "ipAddress": "13.113.40.157", "status": {"errorCode": 0}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (iPad; CPU iPad OS 9_3_6 like Mac OS X) AppleWebKit/536.1 (KHTML, like Gecko) CriOS/42.0.865.0 Mobile/77O124 Safari/536.1 Edge/99.14477", "deviceDetail": {"deviceId": "a44625dc-6f81-449a-9799-8005f7209b42", "displayName": "ATTACKTARGET-LT", "operatingSystem": "Windows 10", "browser": "Edge 99.14477", "trustType": "Azure AD registered"}, "location": {"city": "Smithfort", "state": "Smithfort", "countryOrRegion": "XR", "geoCoordinates": {"latitude": 3.7564095, "longitude": -121.574606}}, "correlationId": "afe124a8-9ab5-4d5b-92d0-2d49c7218acf", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "c9d815f6-376d-4eb1-85c8-c158b2a26a80", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 273, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Articulate 360 Online", "resourceId": "436260d5-3791-4aea-a4da-aa698ec35f2f", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 34974, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "SADTol9BmaaXVVwpezIdyOFKqz0E9cW8dCwiavWxOJsOQvqc", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "94b9f3ba-5f4b-4edc-99dc-a420b76960f9", "rngcStatus": 0}}, {"time": "2022-08-12T04:06:00.428369Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "700082", "resultSignature": "None", "resultDescription": "Other", "durationMs": 0, "callerIpAddress": "54.119.29.60", "correlationId": "efd8c905-11e9-429a-b289-ef7ed93d28e5", "identity": "Thomas Price", "Level": 4, "location": "XR", "properties": {"id": "b7f5af53-c3a8-4597-83ff-57a2882b6f00", "createdDateTime": "2022-08-12T04:06:00.492369Z", "userDisplayName": "Thomas Price", "userPrincipalName": "tprice@domain.com", "userId": "32109ee2-ee4f-4d11-9c38-2556aec0f2b5", "appId": "9a7e67c7-6f05-42a3-b226-97c7ec3e9696", "appDisplayName": "Adobe Identity Management", "ipAddress": "54.119.29.60", "status": {"errorCode": 700082, "failureReason": "Other"}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (X11; Linux i686) AppleWebKit/535.2 (KHTML, like Gecko) Chrome/22.0.843.0 Safari/535.2 Edge/118.12158", "deviceDetail": {"deviceId": "852272bd-2ab1-474f-a99e-4922ea7031d3", "displayName": "THOMASPRICE-LT", "operatingSystem": "Windows 10", "browser": "Edge 118.12158", "trustType": "Hybrid Azure AD joined"}, "location": {"city": "Port Kimberlytown", "state": "Curtisport", "countryOrRegion": "XR", "geoCoordinates": {"latitude": 26.3152295, "longitude": 147.770404}}, "correlationId": "2bac7a09-d92d-4bf3-a3a5-e25ad84663e0", "conditionalAccessStatus": "notApplied", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "70fcbab1-25ab-4f04-8d3e-a508c39d5840", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 64, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Adobe Identity Management Service", "resourceId": "30663ca7-f8a9-43ab-8ca1-7906bdbc1485", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 359213, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "bpEt52WXVBw81MUoBEsptV9bkRA0vS0zv3Ex086G83Bb1yFz", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "a6c259e5-7f16-48b2-a9f3-75becd6daa9b", "rngcStatus": 0}}, {"time": "2022-08-12T04:35:12.597191Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "147.132.189.119", "correlationId": "ddb818dc-4eec-4097-90ca-d7291b2f0b98", "identity": "Terry Proctor", "Level": 4, "location": "XR", "properties": {"id": "4ef53074-987d-44ae-a8dd-b6e4dddb9500", "createdDateTime": "2022-08-12T04:35:12.704191Z", "userDisplayName": "Terry Proctor", "userPrincipalName": "tproctor@domain.com", "userId": "03110cc5-e54f-4dae-b68a-bf5d945f8152", "appId": "9a7e67c7-6f05-42a3-b226-97c7ec3e9696", "appDisplayName": "Adobe Identity Management", "ipAddress": "147.132.189.119", "status": {"errorCode": 0, "additionalDetails": "MFA requirement satisfied by claim in the token"}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (X11; Linux i686) AppleWebKit/533.0 (KHTML, like Gecko) Chrome/24.0.803.0 Safari/533.0 Edge/40.11325", "deviceDetail": {"deviceId": "88ee69d5-1eb7-4f29-b594-e9b4e3371940", "displayName": "TERRYPROCTOR-LT", "operatingSystem": "Windows 10", "browser": "Edge 40.11325", "isCompliant": true, "isManaged": true, "trustType": "Azure AD joined"}, "location": {"city": "Port Denisetown", "state": "Smithton", "countryOrRegion": "XR", "geoCoordinates": {"latitude": 3.5518965, "longitude": 131.871582}}, "mfaDetail": {}, "correlationId": "7e013ee0-5836-478b-acc2-09ee70fae78d", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "5fd9dd29-b119-4a90-adc5-da607146007a", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 107, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Adobe Identity Management Service", "resourceId": "7d6a0897-8b82-49e9-90e2-d482fb9202bd", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 256668, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "c9sMOdFXpzyjpDJfqDtnHdUCTG21xgJNxmor5AlANqsxhbld", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "537d9419-7e2b-4778-9102-62256bcfcf45", "rngcStatus": 0}}, {"time": "2022-08-12T04:57:53.908912Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "700027", "resultSignature": "None", "resultDescription": "Other", "durationMs": 0, "callerIpAddress": "83.47.55.177", "correlationId": "cb3aab7b-8ed3-448a-b2d8-7424c4699d10", "identity": "Joseph Taylor", "Level": 4, "location": "XT", "properties": {"id": "6b98f00f-aa3d-46fc-af8a-c087d67f8600", "createdDateTime": "2022-08-12T04:57:54.089912Z", "userDisplayName": "Joseph Taylor", "userPrincipalName": "jtaylor@domain.com", "userId": "af9847eb-c773-41ae-bf94-42747c5e986c", "appId": "1b3edb90-1e06-46db-b021-e2fc1f7ddaf5", "appDisplayName": "Beatrust", "ipAddress": "83.47.55.177", "status": {"errorCode": 700027, "failureReason": "Other"}, "clientAppUsed": "Browser", "deviceDetail": {"deviceId": "76b96bd3-e5d7-49ee-b195-bf363facdb3d", "displayName": "JOSEPHTAYLOR-LT", "operatingSystem": "Windows 10", "browser": "Rich Client 5.2.7.0", "isCompliant": true, "isManaged": true, "trustType": "Azure AD joined"}, "location": {"city": "Savageview", "state": "Justinchester", "countryOrRegion": "XT", "geoCoordinates": {"latitude": -16.829291, "longitude": 121.48545}}, "correlationId": "30d2198e-e5d2-456e-8f44-23eabd1f25cf", "conditionalAccessStatus": "notApplied", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "0bd3397a-beec-49f6-8cd5-14c1a15bce6c", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 181, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Beatrust Service", "resourceId": "92637366-2070-40d9-922c-6d2567265cbc", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 99069, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "V61uxMEuAopR9iltQSLGyIBwd7OnpPnHs24YWjWmPZTpVDuR", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "aeb394f1-948a-4b5e-a047-7fa9627afd63", "rngcStatus": 0}}, {"time": "2022-08-12T05:02:57.888504Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "81.209.4.19", "correlationId": "c12647f5-e92e-452a-9fec-fe88fd2a4fae", "identity": "Jim Gonzalez", "Level": 4, "location": "XR", "properties": {"id": "be6022e3-cefb-4a55-8ab2-6dd34cf59100", "createdDateTime": "2022-08-12T05:02:58.001504Z", "userDisplayName": "Jim Gonzalez", "userPrincipalName": "jgonzalez@domain.com", "userId": "95090045-a9c5-489c-adee-2db430a3333a", "appId": "2eae4ad1-8cae-48fe-b718-76bd66e2fc7f", "appDisplayName": "Bipsync", "ipAddress": "81.209.4.19", "status": {"errorCode": 0}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (Linux; Android 4.4.3) AppleWebKit/533.2 (KHTML, like Gecko) Chrome/28.0.882.0 Safari/533.2 Edge/44.18413", "deviceDetail": {"deviceId": "1a428e94-41e3-4c1d-865a-0d31c9a2540b", "displayName": "JIMGONZALEZ-LT", "operatingSystem": "Windows 10", "browser": "Edge 44.18413", "trustType": "Azure AD registered"}, "location": {"city": "Santosborough", "state": "Smithton", "countryOrRegion": "XR", "geoCoordinates": {"latitude": 50.0774195, "longitude": 64.938754}}, "correlationId": "a79aa516-40ab-423f-a109-33d8e14c3478", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "2e4c7878-fb83-4f34-9db8-3cf8a8d953ea", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 113, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Bipsync Service", "resourceId": "9a84f55e-3a40-492c-9476-e069f64ed7a6", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 34974, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "kx0BG5cAmEdgmKryynKMBUPBOB28QDIDIn4btej0LfnphuvU", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "37ee873b-f901-4e25-be69-010243106d0f", "rngcStatus": 0}}, {"time": "2022-08-12T05:17:55.196177Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "13.113.40.157", "correlationId": "efd1a265-3a17-43d0-a9af-daa06b830fb0", "identity": "Attack Target", "Level": 4, "location": "XR", "properties": {"id": "5770b2e0-7013-44f8-922c-53e668966c00", "createdDateTime": "2022-08-12T05:17:55.328177Z", "userDisplayName": "Attack Target", "userPrincipalName": "attacktarget@domain.com", "userId": "d735e84b-dcca-404d-9f7d-700f360f41a6", "appId": "9167c284-c68f-468a-84be-0ee4f23879fe", "appDisplayName": "ArcGIS Enterprise", "ipAddress": "13.113.40.157", "status": {"errorCode": 0}, "clientAppUsed": "Mobile Apps and Desktop clients", "deviceDetail": {"deviceId": "", "operatingSystem": "Ios", "browser": "Mobile Safari"}, "location": {"city": "Smithfort", "state": "Smithfort", "countryOrRegion": "XR", "geoCoordinates": {"latitude": 3.7564095, "longitude": -121.574606}}, "correlationId": "fbb885f4-cd65-40ac-b6f2-0c80c368cb64", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "63bd680e-434c-41c4-b590-2c8d87ca76a6", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 132, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "ArcGIS Enterprise Service", "resourceId": "9a84f55e-3a40-492c-9476-e069f64ed7a6", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 34974, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "UU74wSdrvPZWQhu2sPZLmzwnagTUSUVT4jiUBBO5OBEeEEGN", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "37ee873b-f901-4e25-be69-010243106d0f", "rngcStatus": 0}}, {"time": "2022-08-12T05:52:52.366927Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "156.206.181.119", "correlationId": "b44d6bbf-ca93-466b-a1db-526848cb5739", "identity": "Cynthia Perry", "Level": 4, "location": "XY", "properties": {"id": "8118c4f3-cea7-4654-8492-6353d5649900", "createdDateTime": "2022-08-12T05:52:52.450927Z", "userDisplayName": "Cynthia Perry", "userPrincipalName": "cperry@domain.com", "userId": "ac5fa380-9d5b-470e-beb2-5ba10aca48e6", "appId": "9de6e985-97a5-4d82-9c45-aedaa9c25ef9", "appDisplayName": "AWS Single-Account Access", "ipAddress": "156.206.181.119", "status": {"errorCode": 0}, "clientAppUsed": "Browser", "deviceDetail": {"deviceId": "", "operatingSystem": "Windows"}, "location": {"city": "Hannaville", "state": "Thomashaven", "countryOrRegion": "XY", "geoCoordinates": {"latitude": 1.1452695, "longitude": 128.249211}}, "correlationId": "41926bae-0690-4431-9500-82dfe23d807c", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "af71e535-4199-4f01-abc2-24f8b0e1812f", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 84, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "AWS Single-Account Access Service", "resourceId": "f0630e90-b752-4960-bfb9-a0794fc34930", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 279165, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "qifN69At2XNoyoNEKhoChNb4IDWQDpHIqwHpJOoH868EBZjm", "incomingTokenType": "none", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "1f37c851-4be4-455b-928a-fbde7845a68a", "rngcStatus": 0}}, {"time": "2022-08-12T06:20:35.849135Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "13.113.40.157", "correlationId": "d1020b00-68b0-4a55-93e2-bf8e512e61fd", "identity": "Attack Target", "Level": 4, "location": "XR", "properties": {"id": "0845bbb6-89fe-4165-bbbd-520220014e00", "createdDateTime": "2022-08-12T06:20:35.983135Z", "userDisplayName": "Attack Target", "userPrincipalName": "attacktarget@domain.com", "userId": "d735e84b-dcca-404d-9f7d-700f360f41a6", "appId": "9a7e67c7-6f05-42a3-b226-97c7ec3e9696", "appDisplayName": "Adobe Identity Management", "ipAddress": "13.113.40.157", "ipAddressFromResourceProvider": "13.113.40.157", "status": {"errorCode": 0}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (iPad; CPU iPad OS 9_3_6 like Mac OS X) AppleWebKit/536.1 (KHTML, like Gecko) CriOS/42.0.865.0 Mobile/77O124 Safari/536.1 Edge/99.14477", "deviceDetail": {"deviceId": "a44625dc-6f81-449a-9799-8005f7209b42", "displayName": "ATTACKTARGET-LT", "operatingSystem": "Windows 10", "browser": "Edge 99.14477", "trustType": "Azure AD registered"}, "location": {"city": "New John", "state": "Smithfort", "countryOrRegion": "XR", "geoCoordinates": {"latitude": -89.144242, "longitude": 168.119022}}, "correlationId": "9f04d819-6b83-4f3f-a759-477bf1921704", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "4ae3d911-fb5f-407a-99b4-04c0c2b346b5", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "processingTimeInMilliseconds": 134, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Adobe Identity Management Service", "resourceId": "c8eab36d-0a82-409d-8693-a8dabc997921", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 34974, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "NXQKbIsewtvC1Am5QRRH1jKgpT7BOER9TcDgRKBxWDJ5J18f", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "2248d3ef-d7b8-4eb2-bd20-fb53f725bfe3"}}, {"time": "2022-08-12T06:34:23.932345Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "156.206.181.119", "correlationId": "9a5a4d7f-43cc-457f-87ff-89575284eca1", "identity": "Cynthia Perry", "Level": 4, "location": "XY", "properties": {"id": "7ef6a8b9-69c5-4d3b-bfda-03cf54c88500", "createdDateTime": "2022-08-12T06:34:24.023345Z", "userDisplayName": "Cynthia Perry", "userPrincipalName": "cperry@domain.com", "userId": "ac5fa380-9d5b-470e-beb2-5ba10aca48e6", "appId": "9de6e985-97a5-4d82-9c45-aedaa9c25ef9", "appDisplayName": "AWS Single-Account Access", "ipAddress": "156.206.181.119", "status": {"errorCode": 0}, "clientAppUsed": "Browser", "deviceDetail": {"deviceId": "", "operatingSystem": "Windows"}, "location": {"city": "Hannaville", "state": "Thomashaven", "countryOrRegion": "XY", "geoCoordinates": {"latitude": 1.1452695, "longitude": 128.249211}}, "correlationId": "8f6dfb52-d9d4-4bfe-8759-d6187d54288d", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "a0e9b66e-407f-4861-8b9c-b3422d4d0384", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 91, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "AWS Single-Account Access Service", "resourceId": "f0630e90-b752-4960-bfb9-a0794fc34930", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 279165, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "OO22RgytV1eoXuIYKonPLHu37iw2o91XRdnyi88jbuHbwEHb", "incomingTokenType": "none", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "1f37c851-4be4-455b-928a-fbde7845a68a", "rngcStatus": 0}}, {"time": "2022-08-12T06:35:31.234115Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "166.111.151.233", "correlationId": "ef0a9ed0-c8c9-4af3-a24b-b4971880bbac", "identity": "Robert Rojas", "Level": 4, "location": "XR", "properties": {"id": "a4494e24-3340-475d-bc72-9aa15bd84e00", "createdDateTime": "2022-08-12T06:35:31.373115Z", "userDisplayName": "Robert Rojas", "userPrincipalName": "rrojas@domain.com", "userId": "e6bf534a-7fe5-4c26-99f7-59e782bbe948", "appId": "9167c284-c68f-468a-84be-0ee4f23879fe", "appDisplayName": "ArcGIS Enterprise", "ipAddress": "166.111.151.233", "status": {"errorCode": 0}, "clientAppUsed": "Mobile Apps and Desktop clients", "deviceDetail": {"deviceId": "", "operatingSystem": "Ios", "browser": "Mobile Safari"}, "location": {"city": "Stewarthaven", "state": "Smithton", "countryOrRegion": "XR", "geoCoordinates": {"latitude": -77.5119755, "longitude": -51.969667}}, "correlationId": "5cbd2021-232c-4650-9c72-dbbd315a98f1", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "d0238c82-485e-4d27-a1ea-9d2e044eed07", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "processingTimeInMilliseconds": 139, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "ArcGIS Enterprise Service", "resourceId": "9a84f55e-3a40-492c-9476-e069f64ed7a6", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 34974, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "NZChclPAGmcOOILUoN9icbH66sYlWYKmaLhiBR2Gq7nBgvzw", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "37ee873b-f901-4e25-be69-010243106d0f"}}, {"time": "2022-08-12T06:39:02.169423Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "156.206.181.119", "correlationId": "83da6078-820f-41e2-9550-d9d6b29082db", "identity": "Cynthia Perry", "Level": 4, "location": "XY", "properties": {"id": "2c5f4472-dc1e-49b2-8fbb-3275cddb6000", "createdDateTime": "2022-08-12T06:39:02.275423Z", "userDisplayName": "Cynthia Perry", "userPrincipalName": "cperry@domain.com", "userId": "ac5fa380-9d5b-470e-beb2-5ba10aca48e6", "appId": "9de6e985-97a5-4d82-9c45-aedaa9c25ef9", "appDisplayName": "AWS Single-Account Access", "ipAddress": "156.206.181.119", "status": {"errorCode": 0}, "clientAppUsed": "Browser", "deviceDetail": {"deviceId": "", "operatingSystem": "Windows"}, "location": {"city": "Hannaville", "state": "Thomashaven", "countryOrRegion": "XY", "geoCoordinates": {"latitude": 1.1452695, "longitude": 128.249211}}, "correlationId": "624f9a4f-7a0b-45ef-b017-d96a5b8c1346", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "ecb56c5e-1a51-4a18-90b1-3bc3a66a0150", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 106, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "AWS Single-Account Access Service", "resourceId": "f0630e90-b752-4960-bfb9-a0794fc34930", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 279165, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "zQx2FjXXq1TEGRv6MUnpiAsXidUxs4jEUGH3VuOP2rHQRsRL", "incomingTokenType": "none", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "1f37c851-4be4-455b-928a-fbde7845a68a", "rngcStatus": 0}}, {"time": "2022-08-12T06:46:58.299149Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "156.206.181.119", "correlationId": "4d74bd76-83c4-469f-8cbb-9cf7200faa71", "identity": "Cynthia Perry", "Level": 4, "location": "XY", "properties": {"id": "f464d811-6cfe-4940-b9f3-f88bbdb75100", "createdDateTime": "2022-08-12T06:46:58.440149Z", "userDisplayName": "Cynthia Perry", "userPrincipalName": "cperry@domain.com", "userId": "ac5fa380-9d5b-470e-beb2-5ba10aca48e6", "appId": "9de6e985-97a5-4d82-9c45-aedaa9c25ef9", "appDisplayName": "AWS Single-Account Access", "ipAddress": "156.206.181.119", "status": {"errorCode": 0}, "clientAppUsed": "Browser", "deviceDetail": {"deviceId": "", "operatingSystem": "Windows"}, "location": {"city": "Hannaville", "state": "Thomashaven", "countryOrRegion": "XY", "geoCoordinates": {"latitude": 1.1452695, "longitude": 128.249211}}, "correlationId": "4c8f89b0-d073-4552-a1b8-0773370b5ebb", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "1444c934-3122-4be7-a0f0-cb5c26182d67", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "processingTimeInMilliseconds": 141, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "AWS Single-Account Access Service", "resourceId": "c65cf5f9-5537-4200-889e-381c4f60ca7d", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 279165, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "pJieAAY0uKXRCQ4YDnS6UfkUSaP6jTAWyoWnXULZTAK9by0A", "incomingTokenType": "none", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": null}}, {"time": "2022-08-12T06:51:53.368951Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "156.206.181.119", "correlationId": "e4326d9b-d91e-456c-a104-f0b924aaffe9", "identity": "Cynthia Perry", "Level": 4, "location": "XY", "properties": {"id": "0fa7b51d-5329-46f9-89d4-0bf1e2286b00", "createdDateTime": "2022-08-12T06:51:53.485951Z", "userDisplayName": "Cynthia Perry", "userPrincipalName": "cperry@domain.com", "userId": "ac5fa380-9d5b-470e-beb2-5ba10aca48e6", "appId": "9de6e985-97a5-4d82-9c45-aedaa9c25ef9", "appDisplayName": "AWS Single-Account Access", "ipAddress": "156.206.181.119", "status": {"errorCode": 0}, "clientAppUsed": "Browser", "deviceDetail": {"deviceId": "", "operatingSystem": "Windows"}, "location": {"city": "Hannaville", "state": "Thomashaven", "countryOrRegion": "XY", "geoCoordinates": {"latitude": 1.1452695, "longitude": 128.249211}}, "correlationId": "cb5ce991-25d3-41e9-b5d1-b3470f234adb", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "f0a10015-164e-4c7e-9877-c489795c3785", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 117, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "AWS Single-Account Access Service", "resourceId": "72f0186d-d327-46c9-a8ff-497e0caa8691", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 279165, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "Hwe9Al79RJHV2q7qNkdkxibaqvFKOkoOnojzR8Z235uoecqT", "incomingTokenType": "none", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": null, "rngcStatus": 0}}, {"time": "2022-08-12T07:07:00.878641Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "19.20.89.178", "correlationId": "44ea5358-5bd8-4a74-903e-bdd42bfe31f9", "identity": "Jamie Watson", "Level": 4, "location": "XR", "properties": {"id": "8df9025f-c06f-49ed-963b-b5ca40e16e00", "createdDateTime": "2022-08-12T07:07:00.986641Z", "userDisplayName": "Jamie Watson", "userPrincipalName": "jwatson@domain.com", "userId": "2844695b-9a70-48ed-a5ce-f3d711e2292b", "appId": "9167c284-c68f-468a-84be-0ee4f23879fe", "appDisplayName": "ArcGIS Enterprise", "ipAddress": "19.20.89.178", "status": {"errorCode": 0}, "clientAppUsed": "Mobile Apps and Desktop clients", "deviceDetail": {"deviceId": "", "operatingSystem": "Android"}, "location": {"city": "Samanthaberg", "state": "Smithton", "countryOrRegion": "XR", "geoCoordinates": {"latitude": -68.556166, "longitude": -172.972506}}, "correlationId": "2eacea50-d340-431f-b3a0-0545455073d4", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "5c699b82-2b70-429a-9139-74bcfca6d086", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 108, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "ArcGIS Enterprise Service", "resourceId": "c8eab36d-0a82-409d-8693-a8dabc997921", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 34974, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "JzeLxugoB8E4vOpTy3pyb17RpXwQIRM3RQktsKg1uahkcSPt", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "2248d3ef-d7b8-4eb2-bd20-fb53f725bfe3", "rngcStatus": 0}}, {"time": "2022-08-12T07:33:40.561294Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "SignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "50158", "resultSignature": "None", "resultDescription": "External security challenge was not satisfied.", "durationMs": 0, "callerIpAddress": "99.116.100.205", "correlationId": "0c428e87-bcf8-423d-8879-23cc4ec3c9e6", "identity": "Aaron Cole", "Level": 4, "location": "XD", "properties": {"id": "676a8b82-7787-4511-9ea8-033920fc9b00", "createdDateTime": "2022-08-12T07:33:40.657294Z", "userDisplayName": "Aaron Cole", "userPrincipalName": "acole@domain.com", "userId": "5d557969-1645-4ba4-be83-b6fd943659f7", "appId": "af50c7b0-ad5f-40ec-840e-8d89be454ce4", "appDisplayName": "Citrix ShareFile", "ipAddress": "99.116.100.205", "status": {"errorCode": 50158, "failureReason": "External security challenge was not satisfied."}, "clientAppUsed": "Browser", "userAgent": "Mozilla/5.0 (Linux; Android 2.3.5) AppleWebKit/532.2 (KHTML, like Gecko) Chrome/46.0.898.0 Safari/532.2 Edge/105.19198", "deviceDetail": {"deviceId": "", "operatingSystem": "Windows 10", "browser": "Edge 105.19198"}, "location": {"city": "Carrollstad", "state": "Norrisbury", "countryOrRegion": "XD", "geoCoordinates": {"latitude": -38.8540465, "longitude": -17.674718}}, "correlationId": "fcf445d7-a0f1-4f45-88f3-f79f70399f4f", "conditionalAccessStatus": "failure", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "5588a325-8f1b-4620-94f0-eaef3af7459f", "isInteractive": true, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 96, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Citrix ShareFile Online", "resourceId": "24578515-1951-4064-967d-0d2acaf0aa70", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "alternateSignInName": "acole1@domain.com", "signInIdentifier": "acole1@domain.com", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 214655, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "797JhIGvR92IbyLjPUnFkgYV970PEseNCFub22iOorNkXwen", "incomingTokenType": "none", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "0e68752b-7dfa-400b-a6f5-1b54af90696a", "rngcStatus": 0}}, {"time": "2022-08-12T07:42:52.110213Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "156.206.181.119", "correlationId": "15739e05-8575-4f44-beee-68059031fe72", "identity": "Cynthia Perry", "Level": 4, "location": "XY", "properties": {"id": "adadd79c-ff77-4494-a8fd-d4d337d01200", "createdDateTime": "2022-08-12T07:42:52.283213Z", "userDisplayName": "Cynthia Perry", "userPrincipalName": "cperry@domain.com", "userId": "ac5fa380-9d5b-470e-beb2-5ba10aca48e6", "appId": "9de6e985-97a5-4d82-9c45-aedaa9c25ef9", "appDisplayName": "AWS Single-Account Access", "ipAddress": "156.206.181.119", "status": {"errorCode": 0}, "clientAppUsed": "Browser", "deviceDetail": {"deviceId": "", "operatingSystem": "Windows"}, "location": {"city": "Hannaville", "state": "Thomashaven", "countryOrRegion": "XY", "geoCoordinates": {"latitude": 1.1452695, "longitude": 128.249211}}, "correlationId": "30d036bd-f4c2-43ce-bc95-1856b77d9fce", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "3f558ea5-6f91-4d25-9159-469dceedfe51", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 173, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "AWS Single-Account Access Service", "resourceId": "f0630e90-b752-4960-bfb9-a0794fc34930", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 279165, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "lb0Mzo0Mc3XjO7xqxSnOk8see5aPdAkuYPXnftAfVNtEd4Qp", "incomingTokenType": "none", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "1f37c851-4be4-455b-928a-fbde7845a68a", "rngcStatus": 0}}, {"time": "2022-08-12T07:45:57.268254Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "147.132.189.119", "correlationId": "2f64de23-4d40-41a9-95dc-df48d261d3d8", "identity": "Cassie Fernandez", "Level": 4, "location": "XR", "properties": {"id": "9a3c3137-71f5-45a5-a185-e4407ac36500", "createdDateTime": "2022-08-12T07:45:57.403254Z", "userDisplayName": "Cassie Fernandez", "userPrincipalName": "cfernandez@domain.com", "userId": "67ef8be6-3f44-4db7-8172-fd6211428c1e", "appId": "2eae4ad1-8cae-48fe-b718-76bd66e2fc7f", "appDisplayName": "Bipsync", "ipAddress": "147.132.189.119", "status": {"errorCode": 0}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (iPad; CPU iPad OS 9_3_6 like Mac OS X) AppleWebKit/536.1 (KHTML, like Gecko) CriOS/42.0.865.0 Mobile/77O124 Safari/536.1 Edge/99.14477", "deviceDetail": {"deviceId": "d5a487a1-ef7d-4960-9723-7fdadce19af3", "displayName": "CASSIEFERNANDEZ-LT", "operatingSystem": "Windows 10", "browser": "Edge 99.14477", "trustType": "Azure AD registered"}, "location": {"city": "Port Denisetown", "state": "Smithton", "countryOrRegion": "XR", "geoCoordinates": {"latitude": 3.5518965, "longitude": 131.871582}}, "correlationId": "6f8337e4-d6ef-420d-949a-0d4ed4f37b0c", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "65fe9c17-a5c6-4888-a2d7-fa68e155c4c6", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 135, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Bipsync Service", "resourceId": "819aa3ed-3b63-4925-8388-0b8d41022941", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 256668, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "NIi0rZ3KV5JJFUnH0eFfKrocYyU4Z9JoUeq3HqOYa1rwI1Gk", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "7f0c9abd-8b0d-4973-8675-a495454c0c86", "rngcStatus": 0}}, {"time": "2022-08-12T07:58:11.109503Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "147.132.189.119", "correlationId": "774da0a3-73d1-41b4-81aa-a226f4b6fe3e", "identity": "Terry Proctor", "Level": 4, "location": "XR", "properties": {"id": "8ac30e85-c1fa-42b1-a082-8c43db8c6000", "createdDateTime": "2022-08-12T07:58:11.219503Z", "userDisplayName": "Terry Proctor", "userPrincipalName": "tproctor@domain.com", "userId": "03110cc5-e54f-4dae-b68a-bf5d945f8152", "appId": "413f12c2-a9cb-4ca6-a080-d4308249cbe1", "appDisplayName": "Air", "ipAddress": "147.132.189.119", "status": {"errorCode": 0, "additionalDetails": "MFA requirement satisfied by claim in the token"}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (X11; Linux i686) AppleWebKit/533.0 (KHTML, like Gecko) Chrome/24.0.803.0 Safari/533.0 Edge/40.11325", "deviceDetail": {"deviceId": "88ee69d5-1eb7-4f29-b594-e9b4e3371940", "displayName": "TERRYPROCTOR-LT", "operatingSystem": "Windows 10", "browser": "Edge 40.11325", "isCompliant": true, "isManaged": true, "trustType": "Azure AD joined"}, "location": {"city": "Port Denisetown", "state": "Smithton", "countryOrRegion": "XR", "geoCoordinates": {"latitude": 3.5518965, "longitude": 131.871582}}, "mfaDetail": {}, "correlationId": "2fd95ef3-6024-48c2-8933-e89fc4cc6129", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "96b2abd0-6663-4042-a8d6-ca775fcf8578", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 110, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Air Online", "resourceId": "51e679b4-5774-4b5f-9636-df5ea66b9380", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 256668, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "QvdPytjOrUTfHQKt7ibXTS3QR4gY6JERA9p7u4glLrLT0RgD", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "6e8f419c-7f10-40b1-a52a-e4fb253c74c2", "rngcStatus": 0}}, {"time": "2022-08-12T08:34:54.924898Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "147.132.189.119", "correlationId": "c3912945-ac31-405c-9d6a-c96b48f048c6", "identity": "Terry Proctor", "Level": 4, "location": "XR", "properties": {"id": "5e4e730b-8d3c-4dbc-a1a3-d71283365600", "createdDateTime": "2022-08-12T08:34:55.036898Z", "userDisplayName": "Terry Proctor", "userPrincipalName": "tproctor@domain.com", "userId": "03110cc5-e54f-4dae-b68a-bf5d945f8152", "appId": "9003b8ba-730c-412d-8972-267700304e01", "appDisplayName": "Box", "ipAddress": "147.132.189.119", "status": {"errorCode": 0, "additionalDetails": "MFA requirement satisfied by claim in the token"}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (X11; Linux i686) AppleWebKit/533.0 (KHTML, like Gecko) Chrome/24.0.803.0 Safari/533.0 Edge/40.11325", "deviceDetail": {"deviceId": "88ee69d5-1eb7-4f29-b594-e9b4e3371940", "displayName": "TERRYPROCTOR-LT", "operatingSystem": "Windows 10", "browser": "Edge 40.11325", "isCompliant": true, "isManaged": true, "trustType": "Azure AD joined"}, "location": {"city": "Port Denisetown", "state": "Smithton", "countryOrRegion": "XR", "geoCoordinates": {"latitude": 3.5518965, "longitude": 131.871582}}, "mfaDetail": {}, "correlationId": "c546e818-f29c-47ae-8120-4047941c88d5", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "9e7a3cba-c745-4bc8-8453-2a996869d287", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "processingTimeInMilliseconds": 112, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Box Online", "resourceId": "d2c09315-f769-4fc6-9be8-f57cf8efa9cc", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 256668, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "0LXnNDOUwrQU8GprKEQMBcsuGh3fzERF837XFMJDw08OIYJO", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": null}}, {"time": "2022-08-12T08:40:43.840097Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "205.33.24.92", "correlationId": "cfc9f1f1-1433-41fb-ab72-bfe73f13298c", "identity": "Aaron Cole", "Level": 4, "location": "XD", "properties": {"id": "01ba3655-e28a-4ae2-aea6-ad44424a6b00", "createdDateTime": "2022-08-12T08:40:44.017097Z", "userDisplayName": "Aaron Cole", "userPrincipalName": "acole@domain.com", "userId": "5d557969-1645-4ba4-be83-b6fd943659f7", "appId": "4c2f7c2a-ff05-4df6-9087-9ba8388a3861", "appDisplayName": "Foko Retail", "ipAddress": "205.33.24.92", "status": {"errorCode": 0}, "clientAppUsed": "Browser", "deviceDetail": {"deviceId": "", "operatingSystem": "Windows10", "browser": "Rich Client 4.39.0.0"}, "location": {"city": "Kristinmouth", "state": "Norrisbury", "countryOrRegion": "XD", "geoCoordinates": {"latitude": 26.278784, "longitude": -92.042573}}, "correlationId": "da25182f-084f-4a12-a9b8-57fa9772239a", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "3ebc3bde-b8cc-4a56-a7e5-f394af7b52a9", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 177, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Foko Retail Service", "resourceId": "24578515-1951-4064-967d-0d2acaf0aa70", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 214655, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "M9JNzqHjFZ3B4KIHG8AncsBpl3FatOSLZ1t5NNNXGoiURBIl", "incomingTokenType": "none", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "0e68752b-7dfa-400b-a6f5-1b54af90696a", "rngcStatus": 0}}, {"time": "2022-08-12T09:21:57.950673Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "50158", "resultSignature": "None", "resultDescription": "External security challenge was not satisfied.", "durationMs": 0, "callerIpAddress": "44.22.19.201", "correlationId": "44e0cdee-5063-423e-a36f-da08c38c81ed", "identity": "Thomas Price", "Level": 4, "location": "XN", "properties": {"id": "0ddef0f4-1825-4108-b49b-6cf8bf619900", "createdDateTime": "2022-08-12T09:21:58.071673Z", "userDisplayName": "Thomas Price", "userPrincipalName": "tprice@domain.com", "userId": "32109ee2-ee4f-4d11-9c38-2556aec0f2b5", "appId": "9a7e67c7-6f05-42a3-b226-97c7ec3e9696", "appDisplayName": "Adobe Identity Management", "ipAddress": "44.22.19.201", "status": {"errorCode": 50158, "failureReason": "External security challenge was not satisfied."}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (X11; Linux i686) AppleWebKit/535.2 (KHTML, like Gecko) Chrome/22.0.843.0 Safari/535.2 Edge/118.12158", "deviceDetail": {"deviceId": "0927e60c-8dfa-4ecf-be85-ad63bccf40a1", "displayName": "THOMASPRICE-LT", "operatingSystem": "Windows 10", "browser": "Edge 118.12158", "trustType": "Hybrid Azure AD joined"}, "location": {"city": "Littlemouth", "state": "Alexanderfurt", "countryOrRegion": "XN", "geoCoordinates": {"latitude": 25.4437255, "longitude": -109.530885}}, "correlationId": "ce4d08b4-ac0f-4630-bd09-7dc16bbfc496", "conditionalAccessStatus": "failure", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "9ef8733e-85df-417e-b51f-ecbb704ce945", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 121, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Adobe Identity Management Service", "resourceId": "30663ca7-f8a9-43ab-8ca1-7906bdbc1485", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 230297, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "7IEa7c57u3YC57sE6HnNPbH5B3csuEX0FoSqJCQKmk7S0TDT", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "a6c259e5-7f16-48b2-a9f3-75becd6daa9b", "rngcStatus": 0}}, {"time": "2022-08-12T09:22:34.948194Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "SignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "70044", "resultSignature": "None", "resultDescription": "The session has expired or is invalid due to sign-in frequency checks by conditional access.", "durationMs": 0, "callerIpAddress": "1.210.58.10", "correlationId": "09693a96-f03a-4dc3-a252-90f7e9754895", "identity": "Keith Sheppard", "Level": 4, "location": "XD", "properties": {"id": "af9e7e21-6c19-4624-b1df-5278504d6900", "createdDateTime": "2022-08-12T09:22:35.104194Z", "userDisplayName": "Keith Sheppard", "userPrincipalName": "ksheppard@domain.com", "userId": "05bd48f1-91d2-4c2d-9a7c-80e80f561b3c", "appId": "a5322cbf-7100-41e3-85a1-3a8b74ba221c", "appDisplayName": "Stormboard", "ipAddress": "1.210.58.10", "status": {"errorCode": 70044, "failureReason": "The session has expired or is invalid due to sign-in frequency checks by conditional access."}, "clientAppUsed": "Browser", "userAgent": "Mozilla/5.0 (Linux; Android 2.3.5) AppleWebKit/532.2 (KHTML, like Gecko) Chrome/46.0.898.0 Safari/532.2 Edge/105.19198", "deviceDetail": {"deviceId": "639815fd-5018-4e38-9d81-67538b2ce460", "displayName": "KEITHSHEPPARD-LT", "operatingSystem": "Windows 10", "browser": "Edge 105.19198", "trustType": "Azure AD registered"}, "location": {"city": "Cooperhaven", "state": "Norrisbury", "countryOrRegion": "XD", "geoCoordinates": {"latitude": 70.436398, "longitude": -23.873747}}, "correlationId": "3cbfbb9c-a294-463a-bbeb-d1419c13b6d8", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "9ec125e8-a6f9-4353-a8fe-b634b6b0c7f1", "isInteractive": true, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 156, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Stormboard Online", "resourceId": "24578515-1951-4064-967d-0d2acaf0aa70", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 69487, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "wZGOFvBwvGHv5eXARfTyOhWhx20NV9k7HdXdNMfpAfjoDuTH", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "0e68752b-7dfa-400b-a6f5-1b54af90696a", "rngcStatus": 0}}, {"time": "2022-08-12T09:23:19.498766Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "44.22.19.201", "correlationId": "8315420d-7333-4da0-8504-80ebe16f2a5f", "identity": "David Johnson", "Level": 4, "location": "XN", "properties": {"id": "3252cc26-bd51-4e86-91d8-5aecdf6c6b00", "createdDateTime": "2022-08-12T09:23:19.646766Z", "userDisplayName": "David Johnson", "userPrincipalName": "djohnson@domain.com", "userId": "ff2ae3d2-8cd2-4bd6-b65d-49c5ad946c7f", "appId": "9a7e67c7-6f05-42a3-b226-97c7ec3e9696", "appDisplayName": "Adobe Identity Management", "ipAddress": "44.22.19.201", "status": {"errorCode": 0}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (Windows NT 4.0) AppleWebKit/531.1 (KHTML, like Gecko) Chrome/20.0.823.0 Safari/531.1 Edge/87.11424", "deviceDetail": {"deviceId": "8fb0ff79-f116-4f20-8ca8-36b3f8d68865", "displayName": "DAVIDJOHNSON-LT", "operatingSystem": "Windows 10", "browser": "Edge 87.11424", "trustType": "Azure AD registered"}, "location": {"city": "Littlemouth", "state": "Alexanderfurt", "countryOrRegion": "XN", "geoCoordinates": {"latitude": 25.4437255, "longitude": -109.530885}}, "correlationId": "ced51626-f377-45aa-b258-60356077f01f", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "3f6c156c-8b25-4b0f-9e6e-c334f3e6613e", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 148, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Adobe Identity Management Service", "resourceId": "9a84f55e-3a40-492c-9476-e069f64ed7a6", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 230297, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "h8diz4C2w32b4xVYl5xwcEcsYlzKTYejuM1ZNM6zlvzBGnOl", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "37ee873b-f901-4e25-be69-010243106d0f", "rngcStatus": 0}}, {"time": "2022-08-12T09:29:15.640425Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "205.33.24.92", "correlationId": "73081065-847d-4409-90dc-e93f53313b34", "identity": "Aaron Cole", "Level": 4, "location": "XD", "properties": {"id": "dcca18ca-b75c-4147-ba68-6c684d719100", "createdDateTime": "2022-08-12T09:29:15.716425Z", "userDisplayName": "Aaron Cole", "userPrincipalName": "acole@domain.com", "userId": "5d557969-1645-4ba4-be83-b6fd943659f7", "appId": "e47a1d38-5f61-45cd-b1b9-bc92f525c598", "appDisplayName": "Altoura", "ipAddress": "205.33.24.92", "status": {"errorCode": 0}, "clientAppUsed": "Browser", "userAgent": "Mozilla/5.0 (X11; Linux i686) AppleWebKit/536.2 (KHTML, like Gecko) Chrome/22.0.877.0 Safari/536.2", "deviceDetail": {"deviceId": "", "operatingSystem": "Windows 10", "browser": "Chrome 22.0.877.0"}, "location": {"city": "Kristinmouth", "state": "Norrisbury", "countryOrRegion": "XD", "geoCoordinates": {"latitude": 26.278784, "longitude": -92.042573}}, "correlationId": "1eb68dcc-640c-4c3f-aa7c-686ecf11c9fd", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "1509517e-b544-47bf-a569-d50baf5b4b0e", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 76, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Altoura Online", "resourceId": "f0630e90-b752-4960-bfb9-a0794fc34930", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 214655, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "WXSW5DAQUv9pMMCAIpDnx9fYbrxhB0k64PCWrjYULL3fOPbO", "incomingTokenType": "none", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "1f37c851-4be4-455b-928a-fbde7845a68a", "rngcStatus": 0}}, {"time": "2022-08-12T09:47:57.843805Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "42.62.103.34", "correlationId": "5dd1ae4f-bdc6-4b20-ace1-628bd83b0cde", "identity": "Joseph Taylor", "Level": 4, "location": "XF", "properties": {"id": "09bc22c3-cc85-4198-bbfc-5e67def26000", "createdDateTime": "2022-08-12T09:47:57.940805Z", "userDisplayName": "Joseph Taylor", "userPrincipalName": "jtaylor@domain.com", "userId": "af9847eb-c773-41ae-bf94-42747c5e986c", "appId": "95d8935d-13c5-4459-8a5c-3bcea7bf898d", "appDisplayName": "Qubie", "ipAddress": "42.62.103.34", "status": {"errorCode": 0, "additionalDetails": "MFA requirement satisfied by claim in the token"}, "clientAppUsed": "Browser", "userAgent": "Mozilla/5.0 (Linux; Android 2.3.5) AppleWebKit/532.2 (KHTML, like Gecko) Chrome/46.0.898.0 Safari/532.2 Edge/105.19198", "deviceDetail": {"deviceId": "76b96bd3-e5d7-49ee-b195-bf363facdb3d", "displayName": "JOSEPHTAYLOR-LT", "operatingSystem": "Windows 10", "browser": "Edge 105.19198", "isCompliant": true, "isManaged": true, "trustType": "Azure AD joined"}, "location": {"city": "Jessicafurt", "state": "Smithbury", "countryOrRegion": "XF", "geoCoordinates": {"latitude": 17.5082395, "longitude": -115.304215}}, "mfaDetail": {}, "correlationId": "4acb40c6-8cda-4454-8744-e0685bf6cdf4", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "c2368155-06fd-43c5-a3da-72e04ee9649e", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "processingTimeInMilliseconds": 97, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Qubie Service", "resourceId": "1f1f8006-bcaf-48ed-96be-45ba0b1802c3", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 393508, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "mGYhMihTqWETHRk6AonFTfDKquVbxcUjrhtILkMnr2IWzUhv", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": null}}, {"time": "2022-08-12T09:49:19.805138Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "50158", "resultSignature": "None", "resultDescription": "External security challenge was not satisfied.", "durationMs": 0, "callerIpAddress": "42.62.103.34", "correlationId": "62fc80eb-5a7c-4e13-8a20-bcb308cb5022", "identity": "Joseph Taylor", "Level": 4, "location": "XF", "properties": {"id": "074fe23d-2629-40c0-b889-feb639d55500", "createdDateTime": "2022-08-12T09:49:19.908138Z", "userDisplayName": "Joseph Taylor", "userPrincipalName": "jtaylor@domain.com", "userId": "af9847eb-c773-41ae-bf94-42747c5e986c", "appId": "2eae4ad1-8cae-48fe-b718-76bd66e2fc7f", "appDisplayName": "Bipsync", "ipAddress": "42.62.103.34", "status": {"errorCode": 50158, "failureReason": "External security challenge was not satisfied.", "additionalDetails": "MFA requirement satisfied by claim in the token"}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (iPad; CPU iPad OS 9_3_6 like Mac OS X) AppleWebKit/536.1 (KHTML, like Gecko) CriOS/42.0.865.0 Mobile/77O124 Safari/536.1 Edge/99.14477", "deviceDetail": {"deviceId": "76b96bd3-e5d7-49ee-b195-bf363facdb3d", "displayName": "JOSEPHTAYLOR-LT", "operatingSystem": "Windows 10", "browser": "Edge 99.14477", "isCompliant": true, "isManaged": true, "trustType": "Azure AD joined"}, "location": {"city": "Jessicafurt", "state": "Smithbury", "countryOrRegion": "XF", "geoCoordinates": {"latitude": 17.5082395, "longitude": -115.304215}}, "mfaDetail": {}, "correlationId": "09ca20f5-5266-417e-87bc-6b5aceb49254", "conditionalAccessStatus": "failure", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "97d2e727-83df-4951-8f37-3d2854454ad8", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "processingTimeInMilliseconds": 103, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Bipsync Service", "resourceId": "7d1fd9ec-dc83-4843-9720-2471b90d35d7", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 393508, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "8kwVESNjaRvOzaTdB33xtC2HQuUkiQU0vSsrYnAXpVvSGr9f", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": null}}, {"time": "2022-08-12T10:36:56.116191Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "156.206.181.119", "correlationId": "620e95bd-3e2a-4a4b-835d-67abd8eabb2a", "identity": "Cynthia Perry", "Level": 4, "location": "XY", "properties": {"id": "dbc70563-d52e-4283-b326-d1721a546e00", "createdDateTime": "2022-08-12T10:36:56.212191Z", "userDisplayName": "Cynthia Perry", "userPrincipalName": "cperry@domain.com", "userId": "ac5fa380-9d5b-470e-beb2-5ba10aca48e6", "appId": "9de6e985-97a5-4d82-9c45-aedaa9c25ef9", "appDisplayName": "AWS Single-Account Access", "ipAddress": "156.206.181.119", "status": {"errorCode": 0}, "clientAppUsed": "Browser", "deviceDetail": {"deviceId": "", "operatingSystem": "Windows"}, "location": {"city": "Hannaville", "state": "Thomashaven", "countryOrRegion": "XY", "geoCoordinates": {"latitude": 1.1452695, "longitude": 128.249211}}, "correlationId": "921a4d47-bd5a-40b7-85b0-a3f16abe7cb8", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "d5368c2c-2b48-4d10-b0fc-90a0a4fff7bb", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 96, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "AWS Single-Account Access Service", "resourceId": "72f0186d-d327-46c9-a8ff-497e0caa8691", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 279165, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "iM0BDlQ0G8KmF6SC8xhqclu3gKkkAFKIWAmKLxyFtp5GyxYC", "incomingTokenType": "none", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": null, "rngcStatus": 0}}, {"time": "2022-08-12T10:38:40.899541Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "50158", "resultSignature": "None", "resultDescription": "External security challenge was not satisfied.", "durationMs": 0, "callerIpAddress": "166.105.218.213", "correlationId": "3a0bb949-6b90-425e-ac5f-d3407a6236e2", "identity": "Thomas Price", "Level": 4, "location": "XR", "properties": {"id": "0601d2d4-487c-4cb2-ba5c-b8d921db5500", "createdDateTime": "2022-08-12T10:38:41.059541Z", "userDisplayName": "Thomas Price", "userPrincipalName": "tprice@domain.com", "userId": "32109ee2-ee4f-4d11-9c38-2556aec0f2b5", "appId": "9a7e67c7-6f05-42a3-b226-97c7ec3e9696", "appDisplayName": "Adobe Identity Management", "ipAddress": "166.105.218.213", "status": {"errorCode": 50158, "failureReason": "External security challenge was not satisfied."}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (X11; Linux i686) AppleWebKit/535.2 (KHTML, like Gecko) Chrome/22.0.843.0 Safari/535.2 Edge/118.12158", "deviceDetail": {"deviceId": "81ad31fb-e9be-4498-b1b2-c62f8fae1a77", "displayName": "THOMASPRICE-LT", "operatingSystem": "Windows 10", "browser": "Edge 118.12158", "trustType": "Hybrid Azure AD joined"}, "location": {"city": "Kevinton", "state": "Smithton", "countryOrRegion": "XR", "geoCoordinates": {"latitude": -87.5106305, "longitude": -77.991036}}, "correlationId": "80faa588-c2f7-4ab5-900d-790bb6be2d38", "conditionalAccessStatus": "failure", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "c803c311-0713-42e3-8cec-6a262ff2bd3f", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "processingTimeInMilliseconds": 160, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Adobe Identity Management Service", "resourceId": "30663ca7-f8a9-43ab-8ca1-7906bdbc1485", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 256668, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "vDGRNyNK3UdiG2cSwjyzw8E5qinM9RwsCP7EGBbiWzucinx3", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "a6c259e5-7f16-48b2-a9f3-75becd6daa9b"}}, {"time": "2022-08-12T10:51:46.278861Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "13.113.40.157", "correlationId": "5bff4e08-81d4-4506-bbc6-bf9aa0c5b0cd", "identity": "Attack Target", "Level": 4, "location": "XR", "properties": {"id": "5e327247-139b-4579-a477-087643509500", "createdDateTime": "2022-08-12T10:51:46.409861Z", "userDisplayName": "Attack Target", "userPrincipalName": "attacktarget@domain.com", "userId": "d735e84b-dcca-404d-9f7d-700f360f41a6", "appId": "9a7e67c7-6f05-42a3-b226-97c7ec3e9696", "appDisplayName": "Adobe Identity Management", "ipAddress": "13.113.40.157", "status": {"errorCode": 0}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (iPad; CPU iPad OS 9_3_6 like Mac OS X) AppleWebKit/536.1 (KHTML, like Gecko) CriOS/42.0.865.0 Mobile/77O124 Safari/536.1 Edge/99.14477", "deviceDetail": {"deviceId": "a44625dc-6f81-449a-9799-8005f7209b42", "displayName": "ATTACKTARGET-LT", "operatingSystem": "Windows 10", "browser": "Edge 99.14477", "trustType": "Azure AD registered"}, "location": {"city": "Smithfort", "state": "Smithfort", "countryOrRegion": "XR", "geoCoordinates": {"latitude": 3.7564095, "longitude": -121.574606}}, "correlationId": "dcdae3f7-bea6-49db-984a-bf21d6b7bf3f", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "f631416c-617f-4918-99aa-d63031175bc4", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 131, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Adobe Identity Management Service", "resourceId": "7d6a0897-8b82-49e9-90e2-d482fb9202bd", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 34974, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "ioIlo2yOc1HDElCElT9rvIaQmYXzyysRE9CNsiHRZJ4uDcsf", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "537d9419-7e2b-4778-9102-62256bcfcf45", "rngcStatus": 0}}, {"time": "2022-08-12T11:05:53.143720Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "13.113.40.157", "correlationId": "a3fd2291-248a-42ac-a3ec-83d404a6e9c2", "identity": "Attack Target", "Level": 4, "location": "XR", "properties": {"id": "21cd51c1-e0da-46f7-88e2-55698f3e6800", "createdDateTime": "2022-08-12T11:05:53.272720Z", "userDisplayName": "Attack Target", "userPrincipalName": "attacktarget@domain.com", "userId": "d735e84b-dcca-404d-9f7d-700f360f41a6", "appId": "9a7e67c7-6f05-42a3-b226-97c7ec3e9696", "appDisplayName": "Adobe Identity Management", "ipAddress": "13.113.40.157", "ipAddressFromResourceProvider": "13.113.40.157", "status": {"errorCode": 0}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (iPad; CPU iPad OS 9_3_6 like Mac OS X) AppleWebKit/536.1 (KHTML, like Gecko) CriOS/42.0.865.0 Mobile/77O124 Safari/536.1 Edge/99.14477", "deviceDetail": {"deviceId": "a44625dc-6f81-449a-9799-8005f7209b42", "displayName": "ATTACKTARGET-LT", "operatingSystem": "Windows 10", "browser": "Edge 99.14477", "trustType": "Azure AD registered"}, "location": {"city": "New John", "state": "Smithfort", "countryOrRegion": "XR", "geoCoordinates": {"latitude": -89.144242, "longitude": 168.119022}}, "correlationId": "62c2af6b-3161-4b28-8c13-bcb9f7dcdace", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "f38df049-6720-463a-a881-e795ab89d4c7", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 129, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Adobe Identity Management Service", "resourceId": "c8eab36d-0a82-409d-8693-a8dabc997921", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 34974, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "yKZM5YX8XFacKubKldTmZyEdk4p7RYMjWlLgqFdrhQjFrhjP", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "2248d3ef-d7b8-4eb2-bd20-fb53f725bfe3", "rngcStatus": 0}}, {"time": "2022-08-12T11:11:32.777243Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "86.154.193.190", "correlationId": "d3dda335-0d2a-4fa7-8648-14b52bf9ebde", "identity": "Kristen Howell", "Level": 4, "location": "XR", "properties": {"id": "8e02be17-b237-45cb-8237-03a1d6206800", "createdDateTime": "2022-08-12T11:11:32.882243Z", "userDisplayName": "Kristen Howell", "userPrincipalName": "khowell@domain.com", "userId": "20e1e3f9-665f-45bd-9984-5e74b526d3b5", "appId": "413f12c2-a9cb-4ca6-a080-d4308249cbe1", "appDisplayName": "Air", "ipAddress": "86.154.193.190", "status": {"errorCode": 0, "additionalDetails": "MFA requirement satisfied by claim in the token"}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (X11; Linux i686) AppleWebKit/533.0 (KHTML, like Gecko) Chrome/24.0.803.0 Safari/533.0 Edge/40.11325", "deviceDetail": {"deviceId": "6ea76864-5f18-47dd-adb9-2b1dfcbfc425", "displayName": "KRISTENHOWELL-LT", "operatingSystem": "Windows 10", "browser": "Edge 40.11325", "isCompliant": true, "isManaged": true, "trustType": "Azure AD joined"}, "location": {"city": "Port Denisetown", "state": "Smithton", "countryOrRegion": "XR", "geoCoordinates": {"latitude": 3.5518965, "longitude": 131.871582}}, "mfaDetail": {}, "correlationId": "eabd96d9-e769-4fee-9e55-a56e4e9ce583", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "7780f3ae-179d-4b70-8654-dd48d5764b0d", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 105, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Air Online", "resourceId": "76f4ef5e-0b9a-478c-89cd-2dcd57ca60c3", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 256668, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "kTxNbGPEj3zj7FkKomfvOEJSvCat4lAsT0RmB3iDpwgwNpXm", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": null, "rngcStatus": 0}}, {"time": "2022-08-12T11:15:01.676264Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "50158", "resultSignature": "None", "resultDescription": "External security challenge was not satisfied.", "durationMs": 0, "callerIpAddress": "42.62.103.34", "correlationId": "5a075702-a1a4-445d-963e-ef9d3e773c1e", "identity": "Joseph Taylor", "Level": 4, "location": "XF", "properties": {"id": "4add604d-9260-4299-90f9-149de04a6700", "createdDateTime": "2022-08-12T11:15:01.751264Z", "userDisplayName": "Joseph Taylor", "userPrincipalName": "jtaylor@domain.com", "userId": "af9847eb-c773-41ae-bf94-42747c5e986c", "appId": "413f12c2-a9cb-4ca6-a080-d4308249cbe1", "appDisplayName": "Air", "ipAddress": "42.62.103.34", "status": {"errorCode": 50158, "failureReason": "External security challenge was not satisfied."}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (iPad; CPU iPad OS 9_3_6 like Mac OS X) AppleWebKit/536.1 (KHTML, like Gecko) CriOS/42.0.865.0 Mobile/77O124 Safari/536.1 Edge/99.14477", "deviceDetail": {"deviceId": "76b96bd3-e5d7-49ee-b195-bf363facdb3d", "displayName": "JOSEPHTAYLOR-LT", "operatingSystem": "Windows 10", "browser": "Edge 99.14477", "isCompliant": true, "isManaged": true, "trustType": "Azure AD joined"}, "location": {"city": "Jessicafurt", "state": "Smithbury", "countryOrRegion": "XF", "geoCoordinates": {"latitude": 17.5082395, "longitude": -115.304215}}, "correlationId": "3f415725-2cb3-4742-9a99-76632943b1fa", "conditionalAccessStatus": "failure", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "46cde070-4f7b-45e9-8b59-455bf75f7db6", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 75, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Air Online", "resourceId": "76f4ef5e-0b9a-478c-89cd-2dcd57ca60c3", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 393508, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "ta30v4neDd8HioiNBD8S9RnhLGMiiSJjgzCqYGq79BjI9PWS", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": null, "rngcStatus": 0}}, {"time": "2022-08-12T11:38:06.020911Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "86.154.193.190", "correlationId": "aa61cb81-e137-414f-a4dd-72e3583ef617", "identity": "Jamie Watson", "Level": 4, "location": "XR", "properties": {"id": "091f472c-8c50-486e-b774-16db1c0a6900", "createdDateTime": "2022-08-12T11:38:06.110911Z", "userDisplayName": "Jamie Watson", "userPrincipalName": "jwatson@domain.com", "userId": "2844695b-9a70-48ed-a5ce-f3d711e2292b", "appId": "413f12c2-a9cb-4ca6-a080-d4308249cbe1", "appDisplayName": "Air", "ipAddress": "86.154.193.190", "status": {"errorCode": 0}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (X11; Linux i686) AppleWebKit/533.0 (KHTML, like Gecko) Chrome/24.0.803.0 Safari/533.0 Edge/40.11325", "deviceDetail": {"deviceId": "fc784602-6455-4450-be3c-6770e0359f8a", "displayName": "JAMIEWATSON-LT", "operatingSystem": "Windows 10", "browser": "Edge 40.11325", "isCompliant": true, "isManaged": true, "trustType": "Azure AD joined"}, "location": {"city": "Port Denisetown", "state": "Smithton", "countryOrRegion": "XR", "geoCoordinates": {"latitude": 3.5518965, "longitude": 131.871582}}, "correlationId": "cb9ba6ec-ae5a-4205-9b70-ea9858adb56a", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "98190c6c-b9a2-4f89-ba76-7fe325145aa7", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "processingTimeInMilliseconds": 90, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Air Online", "resourceId": "76f4ef5e-0b9a-478c-89cd-2dcd57ca60c3", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 256668, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "KJMSZ08Y4Kr2uRNxLkrWaSawadpbDnBIIvkRA3rektWKE5kO", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": null}}, {"time": "2022-08-12T11:49:04.267443Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "50158", "resultSignature": "None", "resultDescription": "External security challenge was not satisfied.", "durationMs": 0, "callerIpAddress": "42.62.103.34", "correlationId": "dadad70b-1d39-4534-8486-d1681287771b", "identity": "Joseph Taylor", "Level": 4, "location": "XF", "properties": {"id": "4c611638-3218-4fe7-8e92-9add76b76a00", "createdDateTime": "2022-08-12T11:49:04.400443Z", "userDisplayName": "Joseph Taylor", "userPrincipalName": "jtaylor@domain.com", "userId": "af9847eb-c773-41ae-bf94-42747c5e986c", "appId": "e980a200-4916-4fcb-ae5a-3dee8f09d976", "appDisplayName": "Adoddle cSaas Platform", "ipAddress": "42.62.103.34", "status": {"errorCode": 50158, "failureReason": "External security challenge was not satisfied.", "additionalDetails": "MFA requirement satisfied by claim in the token"}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (iPad; CPU iPad OS 9_3_6 like Mac OS X) AppleWebKit/536.1 (KHTML, like Gecko) CriOS/42.0.865.0 Mobile/77O124 Safari/536.1 Edge/99.14477", "deviceDetail": {"deviceId": "76b96bd3-e5d7-49ee-b195-bf363facdb3d", "displayName": "JOSEPHTAYLOR-LT", "operatingSystem": "Windows 10", "browser": "Edge 99.14477", "isCompliant": true, "isManaged": true, "trustType": "Azure AD joined"}, "location": {"city": "Jessicafurt", "state": "Smithbury", "countryOrRegion": "XF", "geoCoordinates": {"latitude": 17.5082395, "longitude": -115.304215}}, "mfaDetail": {}, "correlationId": "04952aad-8b1c-4f49-9e66-ffe7a0e49430", "conditionalAccessStatus": "failure", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "6dda5dc7-6231-4b6a-b3ec-13aec490467a", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 133, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Adoddle cSaas Platform Online", "resourceId": "2437523d-228a-44c0-b408-0de8a8a8276c", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 393508, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "xInOXLw9UpTWmGYTT9zqBOThAznBeR2K9BazQ9pdLH7NU6RX", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "0eae9886-2d60-475f-9a14-3151a1cfa557", "rngcStatus": 0}}, {"time": "2022-08-12T12:00:16.796290Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "13.113.40.157", "correlationId": "1b5e3bc3-a7c6-4a2a-b0bc-300e6e4f6bf8", "identity": "Attack Target", "Level": 4, "location": "XR", "properties": {"id": "01ba3655-e28a-4ae2-aea6-ad44aa336800", "createdDateTime": "2022-08-12T12:00:16.937290Z", "userDisplayName": "Attack Target", "userPrincipalName": "attacktarget@domain.com", "userId": "d735e84b-dcca-404d-9f7d-700f360f41a6", "appId": "9a7e67c7-6f05-42a3-b226-97c7ec3e9696", "appDisplayName": "Adobe Identity Management", "ipAddress": "13.113.40.157", "ipAddressFromResourceProvider": "13.113.40.157", "status": {"errorCode": 0}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (iPad; CPU iPad OS 9_3_6 like Mac OS X) AppleWebKit/536.1 (KHTML, like Gecko) CriOS/42.0.865.0 Mobile/77O124 Safari/536.1 Edge/99.14477", "deviceDetail": {"deviceId": "a44625dc-6f81-449a-9799-8005f7209b42", "displayName": "ATTACKTARGET-LT", "operatingSystem": "Windows 10", "browser": "Edge 99.14477", "trustType": "Azure AD registered"}, "location": {"city": "New John", "state": "Smithfort", "countryOrRegion": "XR", "geoCoordinates": {"latitude": -89.144242, "longitude": 168.119022}}, "correlationId": "4ad0dc93-4ccd-4560-8dc9-5f2e28732b7d", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "531a7fd0-bd88-47b9-ae2f-c9e1de5a388b", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 141, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Adobe Identity Management Service", "resourceId": "c8eab36d-0a82-409d-8693-a8dabc997921", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 34974, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "bnAcs2fAqkM30gpQVa9oK2o8tMh4J7fNjjK7T2GTEfEZ7E8e", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "2248d3ef-d7b8-4eb2-bd20-fb53f725bfe3", "rngcStatus": 0}}, {"time": "2022-08-12T12:05:51.139847Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "205.33.24.92", "correlationId": "5f97fd60-c7e0-4284-b69e-fbb7f8d91744", "identity": "Vanessa Ramirez", "Level": 4, "location": "XD", "properties": {"id": "9490f5e6-f7c2-4ccf-bf79-005b91c45b00", "createdDateTime": "2022-08-12T12:05:51.408847Z", "userDisplayName": "Vanessa Ramirez", "userPrincipalName": "vramirez@domain.com", "userId": "5d72b7ed-62ea-4b94-b931-ccef65d71ebd", "appId": "9de6e985-97a5-4d82-9c45-aedaa9c25ef9", "appDisplayName": "AWS Single-Account Access", "ipAddress": "205.33.24.92", "status": {"errorCode": 0}, "clientAppUsed": "Browser", "deviceDetail": {"deviceId": "e395a3f4-8f2d-4170-804f-d3e13ce3151b", "displayName": "VANESSARAMIREZ-LT", "operatingSystem": "Windows", "trustType": "Azure AD registered"}, "location": {"city": "Kristinmouth", "state": "Norrisbury", "countryOrRegion": "XD", "geoCoordinates": {"latitude": 26.278784, "longitude": -92.042573}}, "correlationId": "06dabbd1-a750-430e-b66e-9b5ce0eafe54", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "90894ca1-095b-4408-bd59-5f0b9c8f2016", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "processingTimeInMilliseconds": 269, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "AWS Single-Account Access Service", "resourceId": "c65cf5f9-5537-4200-889e-381c4f60ca7d", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 214655, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "P68GXska1VgOwoRSB2tn9sD3DiuTpU6ZPxOMK3ppBN2e5IhK", "incomingTokenType": "none", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": null}}, {"time": "2022-08-12T12:13:48.173696Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "42.62.103.34", "correlationId": "b05fde06-ce1a-40ee-b1cc-aff68d3f0954", "identity": "Joseph Taylor", "Level": 4, "location": "XF", "properties": {"id": "72a91770-778f-4a68-a911-ad08a7a96a00", "createdDateTime": "2022-08-12T12:13:48.317696Z", "userDisplayName": "Joseph Taylor", "userPrincipalName": "jtaylor@domain.com", "userId": "af9847eb-c773-41ae-bf94-42747c5e986c", "appId": "84f18b4b-ae12-484a-847f-f3e36093594a", "appDisplayName": "Slack", "ipAddress": "42.62.103.34", "status": {"errorCode": 0, "additionalDetails": "MFA requirement satisfied by claim in the token"}, "clientAppUsed": "Browser", "deviceDetail": {"deviceId": "76b96bd3-e5d7-49ee-b195-bf363facdb3d", "displayName": "JOSEPHTAYLOR-LT", "operatingSystem": "Windows", "isCompliant": true, "isManaged": true, "trustType": "Azure AD joined"}, "location": {"city": "Jessicafurt", "state": "Smithbury", "countryOrRegion": "XF", "geoCoordinates": {"latitude": 17.5082395, "longitude": -115.304215}}, "mfaDetail": {}, "correlationId": "37a6470a-bbab-4e48-a5fd-d7dbe6f44a25", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "56caeb0a-f072-4066-9873-66c611f42b25", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 144, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Slack Service", "resourceId": "bca2b487-3a6c-440f-b1b7-a15b02771ad0", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 393508, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "YOvuUVmr1urLHcwpw18O7VxQbvQ1qTbMxsIqTWqbt5ilEZ2M", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "4da47dd4-556d-4ba4-9847-c1850930ab5e", "rngcStatus": 0}}, {"time": "2022-08-12T12:23:46.714981Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "63.94.19.180", "correlationId": "7f5875f5-079f-4bf3-a6d2-bc8c021c4dc4", "identity": "Vanessa Ramirez", "Level": 4, "location": "XD", "properties": {"id": "63bfc6bd-dc3a-4cb3-9260-851d6ecd5900", "createdDateTime": "2022-08-12T12:23:46.815981Z", "userDisplayName": "Vanessa Ramirez", "userPrincipalName": "vramirez@domain.com", "userId": "5d72b7ed-62ea-4b94-b931-ccef65d71ebd", "appId": "9167c284-c68f-468a-84be-0ee4f23879fe", "appDisplayName": "ArcGIS Enterprise", "ipAddress": "63.94.19.180", "status": {"errorCode": 0}, "clientAppUsed": "Mobile Apps and Desktop clients", "deviceDetail": {"deviceId": "", "operatingSystem": "Ios", "browser": "Mobile Safari"}, "location": {"city": "New James", "state": "Norrisbury", "countryOrRegion": "XD", "geoCoordinates": {"latitude": 64.5727225, "longitude": 92.661569}}, "correlationId": "de361032-cbe1-4f59-a6af-2e5e8df8b1cb", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "0276edd7-1c20-4f15-acc8-c3b8472fcb7b", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "processingTimeInMilliseconds": 101, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "ArcGIS Enterprise Service", "resourceId": "bca2b487-3a6c-440f-b1b7-a15b02771ad0", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 45904, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "jd8V1hXF46fALxvUBDNKyahYcumRuzgY5Adgyx2Z7MxxDnA5", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "4da47dd4-556d-4ba4-9847-c1850930ab5e"}}, {"time": "2022-08-12T12:33:42.598042Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "73.190.117.25", "correlationId": "9dba72c9-5c2c-4f64-9b6b-edb2263c4416", "identity": "Cassie Fernandez", "Level": 4, "location": "XR", "properties": {"id": "8d2b057a-7641-4f9d-ad75-7b1903035d00", "createdDateTime": "2022-08-12T12:33:42.706042Z", "userDisplayName": "Cassie Fernandez", "userPrincipalName": "cfernandez@domain.com", "userId": "67ef8be6-3f44-4db7-8172-fd6211428c1e", "appId": "9167c284-c68f-468a-84be-0ee4f23879fe", "appDisplayName": "ArcGIS Enterprise", "ipAddress": "73.190.117.25", "status": {"errorCode": 0}, "clientAppUsed": "Mobile Apps and Desktop clients", "deviceDetail": {"deviceId": "", "operatingSystem": "Ios", "browser": "Mobile Safari"}, "location": {"city": "Boonetown", "state": "Smithton", "countryOrRegion": "XR", "geoCoordinates": {"latitude": 69.3533095, "longitude": -24.043896}}, "correlationId": "07318f08-3362-4e44-9c63-036b6d162efc", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "3597bada-dc3f-4aa8-9f85-06b8110432f1", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "processingTimeInMilliseconds": 108, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "ArcGIS Enterprise Service", "resourceId": "bca2b487-3a6c-440f-b1b7-a15b02771ad0", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 478055, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "bXquQ4fMZKSVuyOh8GYt0g0ZwFjm17M2vQLD6QvZdBmqCErM", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "4da47dd4-556d-4ba4-9847-c1850930ab5e"}}, {"time": "2022-08-12T12:44:36.410546Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "147.132.189.119", "correlationId": "d110d0b6-d694-46ab-ab4d-833b1745c52c", "identity": "Cassie Fernandez", "Level": 4, "location": "XR", "properties": {"id": "203b54c4-44bd-4e9f-ab1a-6c180dd27000", "createdDateTime": "2022-08-12T12:44:36.567546Z", "userDisplayName": "Cassie Fernandez", "userPrincipalName": "cfernandez@domain.com", "userId": "67ef8be6-3f44-4db7-8172-fd6211428c1e", "appId": "9a7e67c7-6f05-42a3-b226-97c7ec3e9696", "appDisplayName": "Adobe Identity Management", "ipAddress": "147.132.189.119", "status": {"errorCode": 0}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (iPad; CPU iPad OS 9_3_6 like Mac OS X) AppleWebKit/536.1 (KHTML, like Gecko) CriOS/42.0.865.0 Mobile/77O124 Safari/536.1 Edge/99.14477", "deviceDetail": {"deviceId": "bf67c857-685a-4457-89c4-db2afa581bd2", "displayName": "CASSIEFERNANDEZ-LT", "operatingSystem": "Windows 10", "browser": "Edge 99.14477", "trustType": "Hybrid Azure AD joined"}, "location": {"city": "Port Denisetown", "state": "Smithton", "countryOrRegion": "XR", "geoCoordinates": {"latitude": 3.5518965, "longitude": 131.871582}}, "correlationId": "e92b65c9-b521-4169-be0f-dcb22e86d190", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "52b0a5ef-18ab-47c0-8d9d-957e1b4c518c", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 157, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Adobe Identity Management Service", "resourceId": "9a84f55e-3a40-492c-9476-e069f64ed7a6", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 256668, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "LMcfVcGe0ZEZ5JRqzWFKUXpoGfBLqBtqs45R3J3ljCfwd07m", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "37ee873b-f901-4e25-be69-010243106d0f", "rngcStatus": 0}}, {"time": "2022-08-12T12:50:39.037727Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "SignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "147.132.189.119", "correlationId": "240827a7-e1c2-495a-857e-bc29b3639137", "identity": "Melissa Martin", "Level": 4, "location": "XR", "properties": {"id": "fef7587f-28d0-4463-aaba-05416c694a00", "createdDateTime": "2022-08-12T12:50:39.200727Z", "userDisplayName": "Melissa Martin", "userPrincipalName": "mmartin@domain.com", "userId": "632ccb55-03a7-40f4-9893-653527cae790", "appId": "e47a1d38-5f61-45cd-b1b9-bc92f525c598", "appDisplayName": "Altoura", "ipAddress": "147.132.189.119", "status": {"errorCode": 0}, "clientAppUsed": "Browser", "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 12_4_8 like Mac OS X) AppleWebKit/536.2 (KHTML, like Gecko) CriOS/39.0.845.0 Mobile/81S373 Safari/536.2 Edge/40.11827", "deviceDetail": {"deviceId": "", "operatingSystem": "Windows 10", "browser": "Edge 40.11827"}, "location": {"city": "Port Denisetown", "state": "Smithton", "countryOrRegion": "XR", "geoCoordinates": {"latitude": 3.5518965, "longitude": 131.871582}}, "correlationId": "fdaf9b16-ca43-494f-b311-34b9f589b9f2", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "adf7de72-9be0-416b-9d18-7d76e697c8c6", "isInteractive": true, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "processingTimeInMilliseconds": 163, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Altoura Online", "resourceId": "8a137ba4-52ae-4dbf-94af-2e56851573c4", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 256668, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "iPexACNd66r8woqwyPEqid1rGSsg6JxYQzAdlAdedOncu69V", "incomingTokenType": "none", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": null}}, {"time": "2022-08-12T12:58:10.910250Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "92.110.109.246", "correlationId": "62d79762-dca0-4de2-b2ca-296971fad507", "identity": "David Johnson", "Level": 4, "location": "XR", "properties": {"id": "637c2839-00f2-4bd6-9b14-b8f534164f00", "createdDateTime": "2022-08-12T12:58:11.128250Z", "userDisplayName": "David Johnson", "userPrincipalName": "djohnson@domain.com", "userId": "ff2ae3d2-8cd2-4bd6-b65d-49c5ad946c7f", "appId": "dbe6b779-13df-45f2-a6d7-1323485479f6", "appDisplayName": "Cisco Webex", "ipAddress": "92.110.109.246", "status": {"errorCode": 0}, "clientAppUsed": "Browser", "deviceDetail": {"deviceId": "717ebe00-a5eb-412e-97b6-7b8ab7cfbc02", "displayName": "DAVIDJOHNSON-LT", "operatingSystem": "Windows10", "browser": "Rich Client 4.38.0.0", "trustType": "Azure AD registered"}, "location": {"city": "Port Denisetown", "state": "Smithton", "countryOrRegion": "XR", "geoCoordinates": {"latitude": 3.5518965, "longitude": 131.871582}}, "correlationId": "9f1fd442-625e-42d5-b945-1a4c335b12b5", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "6e8b75b5-667b-45a9-ad4a-cdd7b7ebbbd5", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "processingTimeInMilliseconds": 218, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Cisco Webex Service", "resourceId": "9a84f55e-3a40-492c-9476-e069f64ed7a6", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 230297, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "zfPCcYOy3LwgBIZCap0aqbIByDHi6SldOc2hiui98E7oivqW", "incomingTokenType": "none", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "37ee873b-f901-4e25-be69-010243106d0f"}}, {"time": "2022-08-12T13:03:30.103457Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "147.132.189.119", "correlationId": "24e8374d-9780-4556-a622-58d2ad46473c", "identity": "Terry Proctor", "Level": 4, "location": "XR", "properties": {"id": "0a69ca91-57c8-44f4-948f-1978aee17400", "createdDateTime": "2022-08-12T13:03:30.201457Z", "userDisplayName": "Terry Proctor", "userPrincipalName": "tproctor@domain.com", "userId": "03110cc5-e54f-4dae-b68a-bf5d945f8152", "appId": "3f8b74f7-e00f-4827-abb8-2ec539552497", "appDisplayName": "Kemp LoadMaster Azure AD integration", "ipAddress": "147.132.189.119", "status": {"errorCode": 0, "additionalDetails": "MFA requirement satisfied by claim in the token"}, "clientAppUsed": "Mobile Apps and Desktop clients", "deviceDetail": {"deviceId": "88ee69d5-1eb7-4f29-b594-e9b4e3371940", "displayName": "TERRYPROCTOR-LT", "operatingSystem": "Windows", "isCompliant": true, "isManaged": true, "trustType": "Azure AD joined"}, "location": {"city": "Port Denisetown", "state": "Smithton", "countryOrRegion": "XR", "geoCoordinates": {"latitude": 3.5518965, "longitude": 131.871582}}, "mfaDetail": {}, "correlationId": "ee68de89-47e6-41fc-a44f-f92f6e5c18e8", "conditionalAccessStatus": "notApplied", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "d1c0b4a4-3238-448a-9e91-f6b839fd91b5", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 98, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Kemp LoadMaster Azure AD integration Service", "resourceId": "24578515-1951-4064-967d-0d2acaf0aa70", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 256668, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "x51Kf3O6j6qw5vQOVvrH4o0quTtBLcmAK1TxFTDdFFvq5BIr", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "0e68752b-7dfa-400b-a6f5-1b54af90696a", "rngcStatus": 0}}, {"time": "2022-08-12T13:40:33.095912Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "77.44.40.28", "correlationId": "4b98b852-d99f-4209-b7dd-be6a71ca1096", "identity": "Thomas Price", "Level": 4, "location": "XQ", "properties": {"id": "8df1cc0f-951a-4b64-867c-236111356300", "createdDateTime": "2022-08-12T13:40:33.261912Z", "userDisplayName": "Thomas Price", "userPrincipalName": "tprice@domain.com", "userId": "32109ee2-ee4f-4d11-9c38-2556aec0f2b5", "appId": "895b9fb3-4084-4f9f-a314-d082d67e3c5c", "appDisplayName": "Airstack", "ipAddress": "77.44.40.28", "status": {"errorCode": 0}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (X11; Linux i686) AppleWebKit/533.0 (KHTML, like Gecko) Chrome/24.0.803.0 Safari/533.0 Edge/40.11325", "deviceDetail": {"deviceId": "0729bd71-1465-4897-bba4-71c5ca15a9bb", "displayName": "THOMASPRICE-LT", "operatingSystem": "Windows 10", "browser": "Edge 40.11325", "isCompliant": true, "isManaged": true, "trustType": "Azure AD registered"}, "location": {"city": "Herringburgh", "state": "Chanshire", "countryOrRegion": "XQ", "geoCoordinates": {"latitude": 68.567938, "longitude": -27.641605}}, "correlationId": "1baefc3a-91e8-445e-ada1-04f71792fd63", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "38814d60-8258-4d17-a187-b322e5a82b4c", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 166, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Airstack Service", "resourceId": "f0630e90-b752-4960-bfb9-a0794fc34930", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 497360, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "KAHxuygmQ8MwMrCFkGTXo9ZacbDbLFqE9naJf1o5HqVk3YHR", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "1f37c851-4be4-455b-928a-fbde7845a68a", "rngcStatus": 0}}, {"time": "2022-08-12T13:43:14.550061Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "147.132.189.119", "correlationId": "c040cd16-db35-403c-bbc1-3843013a5948", "identity": "Cassie Fernandez", "Level": 4, "location": "XR", "properties": {"id": "25e4d3d1-38ed-4aaa-a8b2-f0b3afa35c00", "createdDateTime": "2022-08-12T13:43:14.674061Z", "userDisplayName": "Cassie Fernandez", "userPrincipalName": "cfernandez@domain.com", "userId": "67ef8be6-3f44-4db7-8172-fd6211428c1e", "appId": "2eae4ad1-8cae-48fe-b718-76bd66e2fc7f", "appDisplayName": "Bipsync", "ipAddress": "147.132.189.119", "status": {"errorCode": 0}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (iPad; CPU iPad OS 9_3_6 like Mac OS X) AppleWebKit/536.1 (KHTML, like Gecko) CriOS/42.0.865.0 Mobile/77O124 Safari/536.1 Edge/99.14477", "deviceDetail": {"deviceId": "d5a487a1-ef7d-4960-9723-7fdadce19af3", "displayName": "CASSIEFERNANDEZ-LT", "operatingSystem": "Windows 10", "browser": "Edge 99.14477", "trustType": "Azure AD registered"}, "location": {"city": "Port Denisetown", "state": "Smithton", "countryOrRegion": "XR", "geoCoordinates": {"latitude": 3.5518965, "longitude": 131.871582}}, "correlationId": "877a31b8-cce2-4843-964e-affbcf54714a", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "54385a24-7613-4470-b383-36cdd308f234", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "processingTimeInMilliseconds": 124, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Bipsync Service", "resourceId": "aaf780ce-b996-49b9-986d-8bb23f7bce3a", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 256668, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "2MT3SVvGYbS48Xm1CQze0Ckvc85pRRfljflzI6p7qJSWDg7h", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "b7da42cc-a168-4148-b15a-792ad32c2ff5"}}, {"time": "2022-08-12T14:17:34.184749Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "53003", "resultSignature": "None", "resultDescription": "Access has been blocked due to conditional access policies.", "durationMs": 0, "callerIpAddress": "138.247.69.0", "correlationId": "d5fb9afb-9075-4eb1-925e-1941e6e50e38", "identity": "Amy Anderson", "Level": 4, "location": "XG", "properties": {"id": "b9b410ec-9449-4658-84af-e298ac165100", "createdDateTime": "2022-08-12T14:17:36.869749Z", "userDisplayName": "Amy Anderson", "userPrincipalName": "aanderson@domain.com", "userId": "8075903b-a43c-46f2-8c31-82f488ccff67", "appId": "9a7e67c7-6f05-42a3-b226-97c7ec3e9696", "appDisplayName": "Adobe Identity Management", "ipAddress": "138.247.69.0", "status": {"errorCode": 53003, "failureReason": "Access has been blocked due to conditional access policies."}, "userAgent": "Mozilla/5.0 (Windows NT 4.0) AppleWebKit/531.1 (KHTML, like Gecko) Chrome/20.0.823.0 Safari/531.1 Edge/87.11424", "deviceDetail": {"deviceId": "d873fe16-31ed-4171-baa4-a4662f307e1f", "displayName": "AMYANDERSON-LT", "operatingSystem": "Windows 10", "browser": "Edge 87.11424", "trustType": "Azure AD registered"}, "location": {"city": "East Ericfort", "state": "Newmanville", "countryOrRegion": "XG", "geoCoordinates": {"latitude": 48.7022085, "longitude": 54.982601}}, "correlationId": "75887496-6aac-4098-be03-5ddf9c0f85f0", "conditionalAccessStatus": "notApplied", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "2d651fe6-5150-40a3-bbd7-b6d6b9b13a00", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 2685, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Adobe Identity Management Service", "resourceId": "c8eab36d-0a82-409d-8693-a8dabc997921", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 124857, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "rUtr4VW2gCBX17DWFe6CIlWNmCya3MjXakwr92bOPmIET3TK", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "7dd08479-05c3-4004-ab92-d4ea68209b5f", "rngcStatus": 0}}, {"time": "2022-08-12T14:18:17.178905Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "156.206.181.119", "correlationId": "2896ef06-2712-4565-ac2d-16d128772b5c", "identity": "Cynthia Perry", "Level": 4, "location": "XY", "properties": {"id": "bfd288f0-15c8-449b-8773-65dfcefa7f00", "createdDateTime": "2022-08-12T14:18:17.272905Z", "userDisplayName": "Cynthia Perry", "userPrincipalName": "cperry@domain.com", "userId": "ac5fa380-9d5b-470e-beb2-5ba10aca48e6", "appId": "9de6e985-97a5-4d82-9c45-aedaa9c25ef9", "appDisplayName": "AWS Single-Account Access", "ipAddress": "156.206.181.119", "status": {"errorCode": 0}, "clientAppUsed": "Browser", "deviceDetail": {"deviceId": "", "operatingSystem": "Windows"}, "location": {"city": "Hannaville", "state": "Thomashaven", "countryOrRegion": "XY", "geoCoordinates": {"latitude": 1.1452695, "longitude": 128.249211}}, "correlationId": "0ce8118d-f302-4c64-9764-b3fe7c67b8bb", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "707f47fd-ff91-4487-b1ee-d5450391dc9e", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 94, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "AWS Single-Account Access Service", "resourceId": "f0630e90-b752-4960-bfb9-a0794fc34930", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 279165, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "3F0iMmuKWt0j7RitdRoju8ZfAtGalz7qeIm8GiKJ32ccDxDG", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "1f37c851-4be4-455b-928a-fbde7845a68a", "rngcStatus": 0}}, {"time": "2022-08-12T14:22:59.061141Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "50158", "resultSignature": "None", "resultDescription": "External security challenge was not satisfied.", "durationMs": 0, "callerIpAddress": "105.169.153.183", "correlationId": "debb9ec1-c545-40a4-9b08-6fc1034b132a", "identity": "Thomas Price", "Level": 4, "location": "XR", "properties": {"id": "8df9025f-c06f-49ed-963b-b5caec286b00", "createdDateTime": "2022-08-12T14:22:59.210141Z", "userDisplayName": "Thomas Price", "userPrincipalName": "tprice@domain.com", "userId": "32109ee2-ee4f-4d11-9c38-2556aec0f2b5", "appId": "79510a8f-6421-4348-a2ea-bcc2b02485c1", "appDisplayName": "Cisco AnyConnect", "ipAddress": "105.169.153.183", "status": {"errorCode": 50158, "failureReason": "External security challenge was not satisfied."}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (X11; Linux i686) AppleWebKit/535.2 (KHTML, like Gecko) Chrome/22.0.843.0 Safari/535.2 Edge/118.12158", "deviceDetail": {"deviceId": "2b85c59f-331a-4b61-9a44-9d3d6df62a06", "displayName": "THOMASPRICE-LT", "operatingSystem": "Windows 10", "browser": "Edge 118.12158", "trustType": "Hybrid Azure AD joined"}, "location": {"city": "Kevinton", "state": "Smithton", "countryOrRegion": "XR", "geoCoordinates": {"latitude": -87.5106305, "longitude": -77.991036}}, "correlationId": "5ddd695d-3e4a-46e2-8d35-10f665ada4bf", "conditionalAccessStatus": "failure", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "2b8c5f68-7d56-462e-83f4-d0b6aceee474", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 149, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Cisco AnyConnect Online", "resourceId": "5d5b8d28-6a28-472e-b837-a4094e466965", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 256668, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "XZnE9FHpeEsBN9Aou7uBmm6CSw1Prapcuqya80PR5SMw4CUJ", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "15655e1f-5005-4c53-b3c0-c4a1d1ca5e9e", "rngcStatus": 0}}, {"time": "2022-08-12T14:25:59.829065Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "92.110.109.246", "correlationId": "dbdef7af-1844-4163-b781-04495028fd25", "identity": "David Johnson", "Level": 4, "location": "XR", "properties": {"id": "e3d678dd-4e47-4907-b11e-8ddd141e7000", "createdDateTime": "2022-08-12T14:25:59.964065Z", "userDisplayName": "David Johnson", "userPrincipalName": "djohnson@domain.com", "userId": "ff2ae3d2-8cd2-4bd6-b65d-49c5ad946c7f", "appId": "bf2855c0-7434-4262-8885-ad2f5206d324", "appDisplayName": "COINS Construction Cloud - Project and Productivity Apps", "ipAddress": "92.110.109.246", "status": {"errorCode": 0}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (Windows NT 4.0) AppleWebKit/531.1 (KHTML, like Gecko) Chrome/20.0.823.0 Safari/531.1 Edge/87.11424", "deviceDetail": {"deviceId": "8fb0ff79-f116-4f20-8ca8-36b3f8d68865", "displayName": "DAVIDJOHNSON-LT", "operatingSystem": "Windows 10", "browser": "Edge 87.11424", "trustType": "Azure AD registered"}, "location": {"city": "Port Denisetown", "state": "Smithton", "countryOrRegion": "XR", "geoCoordinates": {"latitude": 3.5518965, "longitude": 131.871582}}, "correlationId": "a226a76e-7f7b-49ee-9406-b72de147f5e1", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "f43b681b-6808-46d8-b0d0-59da4a63bc24", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 135, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "COINS Construction Cloud - Project and Productivity Apps Service", "resourceId": "054f44f6-54fb-4ef0-9fc3-d3ec90e47d0d", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 230297, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "O59YnuedvBY3ng2kgIc9f4Cv9iWBlzbePATJbKe2ahABqfhI", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": null, "rngcStatus": 0}}, {"time": "2022-08-12T14:34:14.588840Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "86.154.193.190", "correlationId": "aae4982c-b44b-42b3-9dd8-67c8a2ede8bb", "identity": "Jamie Watson", "Level": 4, "location": "XR", "properties": {"id": "4e6951e2-962b-4b78-9df6-14b2046d8f00", "createdDateTime": "2022-08-12T14:34:14.672840Z", "userDisplayName": "Jamie Watson", "userPrincipalName": "jwatson@domain.com", "userId": "2844695b-9a70-48ed-a5ce-f3d711e2292b", "appId": "413f12c2-a9cb-4ca6-a080-d4308249cbe1", "appDisplayName": "Air", "ipAddress": "86.154.193.190", "status": {"errorCode": 0}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (X11; Linux i686) AppleWebKit/533.0 (KHTML, like Gecko) Chrome/24.0.803.0 Safari/533.0 Edge/40.11325", "deviceDetail": {"deviceId": "fc784602-6455-4450-be3c-6770e0359f8a", "displayName": "JAMIEWATSON-LT", "operatingSystem": "Windows 10", "browser": "Edge 40.11325", "isCompliant": true, "isManaged": true, "trustType": "Azure AD joined"}, "location": {"city": "Port Denisetown", "state": "Smithton", "countryOrRegion": "XR", "geoCoordinates": {"latitude": 3.5518965, "longitude": 131.871582}}, "correlationId": "a245fdc1-dd1b-486e-805b-a9b460b7d452", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "1c66377d-ab75-4e71-9787-e8567531ff67", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 84, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Air Online", "resourceId": "9a84f55e-3a40-492c-9476-e069f64ed7a6", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 256668, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "i7gaqWKLHpqqXHNS6jNmaSNgjRrvIEXEUfIbN8kAiSO9gSDU", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "37ee873b-f901-4e25-be69-010243106d0f", "rngcStatus": 0}}, {"time": "2022-08-12T14:49:00.791584Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "107.40.113.143", "correlationId": "09c2acb7-d795-405a-938f-3d65071a7bef", "identity": "Terry Proctor", "Level": 4, "location": "XR", "properties": {"id": "50cdd952-1f75-4f63-b471-457afc3d4500", "createdDateTime": "2022-08-12T14:49:00.914584Z", "userDisplayName": "Terry Proctor", "userPrincipalName": "tproctor@domain.com", "userId": "03110cc5-e54f-4dae-b68a-bf5d945f8152", "appId": "99190773-7529-426f-b498-cb936b6504ab", "appDisplayName": "Linux Foundation Training", "ipAddress": "107.40.113.143", "status": {"errorCode": 0, "additionalDetails": "MFA requirement satisfied by claim in the token"}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (X11; Linux i686) AppleWebKit/533.0 (KHTML, like Gecko) Chrome/24.0.803.0 Safari/533.0 Edge/40.11325", "deviceDetail": {"deviceId": "88ee69d5-1eb7-4f29-b594-e9b4e3371940", "displayName": "TERRYPROCTOR-LT", "operatingSystem": "Windows 10", "browser": "Edge 40.11325", "isCompliant": true, "isManaged": true, "trustType": "Azure AD joined"}, "location": {"city": "Matthewborough", "state": "Smithton", "countryOrRegion": "XR", "geoCoordinates": {"latitude": -61.4020595, "longitude": -158.46244}}, "mfaDetail": {}, "correlationId": "78b98720-be43-4ab0-9748-247514d7dc12", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "cf7e0d52-3b35-47ac-a1f6-47a5624c5a60", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "processingTimeInMilliseconds": 123, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Linux Foundation Training Service", "resourceId": "23d8eebf-9978-46f0-940b-ae289d18dc9a", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 34974, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "VApiL7a8px6Cayc7y3U8fksfhHpC9nmhETs0OJKJxEBesPBe", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "93de1a95-6b22-4357-a7b5-675c4205561a"}}, {"time": "2022-08-12T14:51:50.398088Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "53003", "resultSignature": "None", "resultDescription": "Access has been blocked due to conditional access policies.", "durationMs": 0, "callerIpAddress": "138.247.69.0", "correlationId": "2a2762cb-8ecd-400b-abb8-a12cd858540c", "identity": "Amy Anderson", "Level": 4, "location": "XG", "properties": {"id": "16a5b3c9-bc5c-4115-9517-6cccf8233c00", "createdDateTime": "2022-08-12T14:51:52.659088Z", "userDisplayName": "Amy Anderson", "userPrincipalName": "aanderson@domain.com", "userId": "8075903b-a43c-46f2-8c31-82f488ccff67", "appId": "9a7e67c7-6f05-42a3-b226-97c7ec3e9696", "appDisplayName": "Adobe Identity Management", "ipAddress": "138.247.69.0", "status": {"errorCode": 53003, "failureReason": "Access has been blocked due to conditional access policies."}, "userAgent": "Mozilla/5.0 (Windows NT 4.0) AppleWebKit/531.1 (KHTML, like Gecko) Chrome/20.0.823.0 Safari/531.1 Edge/87.11424", "deviceDetail": {"deviceId": "d873fe16-31ed-4171-baa4-a4662f307e1f", "displayName": "AMYANDERSON-LT", "operatingSystem": "Windows 10", "browser": "Edge 87.11424", "trustType": "Azure AD registered"}, "location": {"city": "East Ericfort", "state": "Newmanville", "countryOrRegion": "XG", "geoCoordinates": {"latitude": 48.7022085, "longitude": 54.982601}}, "correlationId": "d2e0989a-ea15-4632-866d-1a1fe6685013", "conditionalAccessStatus": "notApplied", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "63e424bd-8dd9-4202-8e4b-edbc78dd7602", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 2261, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Adobe Identity Management Service", "resourceId": "c8eab36d-0a82-409d-8693-a8dabc997921", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 124857, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "OnpL2ci9bQ55EbBiVqOCgflUj0DNLmLWDUAHHS3m3XYfarZd", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "7dd08479-05c3-4004-ab92-d4ea68209b5f", "rngcStatus": 0}}, {"time": "2022-08-12T14:57:43.065774Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "156.206.181.119", "correlationId": "87d95a1d-c490-43a1-ab41-6b8bbadba3b8", "identity": "Cynthia Perry", "Level": 4, "location": "XY", "properties": {"id": "6f79f7c1-6b64-4eac-8583-86d3d69b6400", "createdDateTime": "2022-08-12T14:57:43.167774Z", "userDisplayName": "Cynthia Perry", "userPrincipalName": "cperry@domain.com", "userId": "ac5fa380-9d5b-470e-beb2-5ba10aca48e6", "appId": "9de6e985-97a5-4d82-9c45-aedaa9c25ef9", "appDisplayName": "AWS Single-Account Access", "ipAddress": "156.206.181.119", "status": {"errorCode": 0}, "clientAppUsed": "Browser", "deviceDetail": {"deviceId": "", "operatingSystem": "Windows"}, "location": {"city": "Hannaville", "state": "Thomashaven", "countryOrRegion": "XY", "geoCoordinates": {"latitude": 1.1452695, "longitude": 128.249211}}, "correlationId": "2a76b9e9-b397-4f7b-8f1c-e092ea1e04e2", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "d40818da-75cb-4233-b04b-98ffb066663f", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 102, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "AWS Single-Account Access Service", "resourceId": "72f0186d-d327-46c9-a8ff-497e0caa8691", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 279165, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "eqYEREpPT6b3AFZ9QcxlQ2CtkuwFJh05YXxZVeKt0BlEvic0", "incomingTokenType": "none", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": null, "rngcStatus": 0}}, {"time": "2022-08-12T15:00:32.506744Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "50158", "resultSignature": "None", "resultDescription": "External security challenge was not satisfied.", "durationMs": 0, "callerIpAddress": "92.110.109.246", "correlationId": "35168cf3-3bfc-4136-9d43-7648f33e3b2d", "identity": "Thomas Price", "Level": 4, "location": "XR", "properties": {"id": "a6ae8eb8-8aea-4e1d-a5ac-69263bcb8600", "createdDateTime": "2022-08-12T15:00:32.621744Z", "userDisplayName": "Thomas Price", "userPrincipalName": "tprice@domain.com", "userId": "32109ee2-ee4f-4d11-9c38-2556aec0f2b5", "appId": "79510a8f-6421-4348-a2ea-bcc2b02485c1", "appDisplayName": "Cisco AnyConnect", "ipAddress": "92.110.109.246", "status": {"errorCode": 50158, "failureReason": "External security challenge was not satisfied."}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (X11; Linux i686) AppleWebKit/535.2 (KHTML, like Gecko) Chrome/22.0.843.0 Safari/535.2 Edge/118.12158", "deviceDetail": {"deviceId": "a31478d2-f778-4d5a-b081-22579a9edcbe", "displayName": "THOMASPRICE-LT", "operatingSystem": "Windows 10", "browser": "Edge 118.12158", "trustType": "Hybrid Azure AD joined"}, "location": {"city": "Port Denisetown", "state": "Smithton", "countryOrRegion": "XR", "geoCoordinates": {"latitude": 3.5518965, "longitude": 131.871582}}, "correlationId": "aeb0e371-c0bc-45d7-8601-daa442c15aac", "conditionalAccessStatus": "failure", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "5eff0141-b534-41d3-aae9-4a438ad55e69", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 115, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Cisco AnyConnect Online", "resourceId": "5d5b8d28-6a28-472e-b837-a4094e466965", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 230297, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "zzvX6dy96mestAfshwVaQfcpwET5g1u0LDzaSWdSRJIEZXzv", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "15655e1f-5005-4c53-b3c0-c4a1d1ca5e9e", "rngcStatus": 0}}, {"time": "2022-08-12T15:32:24.203764Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "199.12.127.103", "correlationId": "142f69b4-7486-46ad-b3c7-d7baa75cf0b8", "identity": "Jacob Meyers", "Level": 4, "location": "XG", "properties": {"id": "c9373607-daa3-4e2b-a7b6-7855073c4300", "createdDateTime": "2022-08-12T15:32:24.345764Z", "userDisplayName": "Jacob Meyers", "userPrincipalName": "jmeyers@domain.com", "userId": "c63a67b0-1651-4a8a-9560-cc703cdad5ad", "appId": "9de6e985-97a5-4d82-9c45-aedaa9c25ef9", "appDisplayName": "AWS Single-Account Access", "ipAddress": "199.12.127.103", "status": {"errorCode": 0}, "clientAppUsed": "Browser", "deviceDetail": {"deviceId": "68cb982e-f215-496c-89bb-cc07716ff474", "displayName": "JACOBMEYERS-LT", "operatingSystem": "Windows", "trustType": "Azure AD registered"}, "location": {"city": "Port Nathan", "state": "Newmanville", "countryOrRegion": "XG", "geoCoordinates": {"latitude": 23.244641, "longitude": -113.392021}}, "correlationId": "da8e85ea-5fe2-46d2-88ef-3ab06468276d", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "625294a2-2898-44a7-aec5-e57bbbe3408c", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "processingTimeInMilliseconds": 142, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "AWS Single-Account Access Service", "resourceId": "c65cf5f9-5537-4200-889e-381c4f60ca7d", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 282405, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "udQzsgAdU8ZQSLIpmLfZc5o61RYlr58Gk37E4txISSMnXrjE", "incomingTokenType": "none", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": null}}, {"time": "2022-08-12T15:33:37.079011Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "53003", "resultSignature": "None", "resultDescription": "Access has been blocked due to conditional access policies.", "durationMs": 0, "callerIpAddress": "63.94.19.180", "correlationId": "efbefde0-a678-4684-9e15-df365bd20905", "identity": "Vanessa Ramirez", "Level": 4, "location": "XD", "properties": {"id": "577b2aec-56fb-4f7c-9a9d-23c228793f00", "createdDateTime": "2022-08-12T15:33:40.273011Z", "userDisplayName": "Vanessa Ramirez", "userPrincipalName": "vramirez@domain.com", "userId": "5d72b7ed-62ea-4b94-b931-ccef65d71ebd", "appId": "9a7e67c7-6f05-42a3-b226-97c7ec3e9696", "appDisplayName": "Adobe Identity Management", "ipAddress": "63.94.19.180", "status": {"errorCode": 53003, "failureReason": "Access has been blocked due to conditional access policies."}, "userAgent": "Mozilla/5.0 (X11; Linux i686) AppleWebKit/532.2 (KHTML, like Gecko) Chrome/21.0.853.0 Safari/532.2 Edge/89.19380", "deviceDetail": {"deviceId": "e395a3f4-8f2d-4170-804f-d3e13ce3151b", "displayName": "VANESSARAMIREZ-LT", "operatingSystem": "Windows 10", "browser": "Edge 89.19380", "trustType": "Azure AD registered"}, "location": {"city": "New James", "state": "Norrisbury", "countryOrRegion": "XD", "geoCoordinates": {"latitude": 64.5727225, "longitude": 92.661569}}, "correlationId": "218c1f5e-f721-4abd-8fba-ea1732ef2716", "conditionalAccessStatus": "notApplied", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "da29c310-6c15-4976-bfb5-e54a8bd065f5", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 3194, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Adobe Identity Management Service", "resourceId": "c8eab36d-0a82-409d-8693-a8dabc997921", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 45904, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "5bsK2INBwK5qaJLdePm156d0XhZ7n0QAVgPYx17indIM2UI2", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "7dd08479-05c3-4004-ab92-d4ea68209b5f", "rngcStatus": 0}}, {"time": "2022-08-12T15:35:30.604276Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "SignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "205.33.24.92", "correlationId": "a37e3ba0-7064-1000-b3ca-fd4f90d6d3be", "identity": "Aaron Cole", "Level": 4, "location": "XD", "properties": {"id": "5a969e49-305a-4dba-b344-ced27e549300", "createdDateTime": "2022-08-12T15:35:30.710276Z", "userDisplayName": "Aaron Cole", "userPrincipalName": "acole@domain.com", "userId": "5d557969-1645-4ba4-be83-b6fd943659f7", "appId": "439cf80c-f381-45bd-9b6a-a006882e7246", "appDisplayName": "Atlassian Cloud", "ipAddress": "205.33.24.92", "status": {"errorCode": 0}, "clientAppUsed": "Browser", "userAgent": "Mozilla/5.0 (X11; Linux i686) AppleWebKit/536.2 (KHTML, like Gecko) Chrome/22.0.877.0 Safari/536.2", "deviceDetail": {"deviceId": "", "operatingSystem": "Windows 10", "browser": "Chrome 22.0.877.0"}, "location": {"city": "Kristinmouth", "state": "Norrisbury", "countryOrRegion": "XD", "geoCoordinates": {"latitude": 26.278784, "longitude": -92.042573}}, "correlationId": "bea5b41d-345f-48bb-85f6-ce278aeb79e0", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "90071fe7-16fd-4667-9c7f-80a40ddb86c3", "isInteractive": true, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 106, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Atlassian Cloud", "resourceId": "c8eab36d-0a82-409d-8693-a8dabc997921", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 214655, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "1G5BHxQywceO7NSaueqf37onNFrf5Hx41ecYsPI7ondG4qsN", "incomingTokenType": "none", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "2248d3ef-d7b8-4eb2-bd20-fb53f725bfe3", "rngcStatus": 0}}, {"time": "2022-08-12T15:53:22.607638Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "1.210.58.10", "correlationId": "31207669-436e-4b7c-bb28-98b003765556", "identity": "Keith Sheppard", "Level": 4, "location": "XD", "properties": {"id": "8bc588a3-ee52-4f64-9b78-b883200b7c00", "createdDateTime": "2022-08-12T15:53:22.695638Z", "userDisplayName": "Keith Sheppard", "userPrincipalName": "ksheppard@domain.com", "userId": "05bd48f1-91d2-4c2d-9a7c-80e80f561b3c", "appId": "9a7e67c7-6f05-42a3-b226-97c7ec3e9696", "appDisplayName": "Adobe Identity Management", "ipAddress": "1.210.58.10", "status": {"errorCode": 0}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (Windows NT 4.0) AppleWebKit/531.1 (KHTML, like Gecko) Chrome/20.0.823.0 Safari/531.1 Edge/87.11424", "deviceDetail": {"deviceId": "639815fd-5018-4e38-9d81-67538b2ce460", "displayName": "KEITHSHEPPARD-LT", "operatingSystem": "Windows 10", "browser": "Edge 87.11424", "trustType": "Azure AD registered"}, "location": {"city": "Cooperhaven", "state": "Norrisbury", "countryOrRegion": "XD", "geoCoordinates": {"latitude": 70.436398, "longitude": -23.873747}}, "correlationId": "146eb8dc-dfba-4dd7-98b3-6a026609e89f", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "7bbb3b92-4d83-42f3-8b1c-96a0ce520955", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 88, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Adobe Identity Management Service", "resourceId": "7d6a0897-8b82-49e9-90e2-d482fb9202bd", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 69487, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "E4EHq8pFb5oe2myqteKG8BHKDodWe8UzLGqohCGyoT8C0E6b", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "537d9419-7e2b-4778-9102-62256bcfcf45", "rngcStatus": 0}}, {"time": "2022-08-12T16:26:03.928192Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "50158", "resultSignature": "None", "resultDescription": "External security challenge was not satisfied.", "durationMs": 0, "callerIpAddress": "44.22.19.201", "correlationId": "57888779-95f0-4db4-815c-da9cccab6c19", "identity": "Thomas Price", "Level": 4, "location": "XN", "properties": {"id": "2deb6159-9641-4f72-833f-3a31a6a94d00", "createdDateTime": "2022-08-12T16:26:04.096192Z", "userDisplayName": "Thomas Price", "userPrincipalName": "tprice@domain.com", "userId": "32109ee2-ee4f-4d11-9c38-2556aec0f2b5", "appId": "9a7e67c7-6f05-42a3-b226-97c7ec3e9696", "appDisplayName": "Adobe Identity Management", "ipAddress": "44.22.19.201", "status": {"errorCode": 50158, "failureReason": "External security challenge was not satisfied."}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (X11; Linux i686) AppleWebKit/535.2 (KHTML, like Gecko) Chrome/22.0.843.0 Safari/535.2 Edge/118.12158", "deviceDetail": {"deviceId": "fb4d911d-6441-411b-868f-d25d5586a326", "displayName": "THOMASPRICE-LT", "operatingSystem": "Windows 10", "browser": "Edge 118.12158", "trustType": "Hybrid Azure AD joined"}, "location": {"city": "Littlemouth", "state": "Alexanderfurt", "countryOrRegion": "XN", "geoCoordinates": {"latitude": 25.4437255, "longitude": -109.530885}}, "correlationId": "ff74b780-feac-4b03-b519-9757a3f65633", "conditionalAccessStatus": "failure", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "b43802d9-0b58-4dab-9c34-0f79960bcb85", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "processingTimeInMilliseconds": 168, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Adobe Identity Management Service", "resourceId": "30663ca7-f8a9-43ab-8ca1-7906bdbc1485", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 230297, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "Qq38UVW1VRwa8UgE1uS0r3UZwddcEgPUtcTSygcZZl3OYN4l", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "a6c259e5-7f16-48b2-a9f3-75becd6daa9b"}}, {"time": "2022-08-12T16:30:47.832137Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "205.33.24.92", "correlationId": "6612d06e-dbe3-407b-9362-72c924b442a4", "identity": "Vanessa Ramirez", "Level": 4, "location": "XD", "properties": {"id": "7f19788f-2e61-49ad-9601-4fe600077300", "createdDateTime": "2022-08-12T16:30:47.961137Z", "userDisplayName": "Vanessa Ramirez", "userPrincipalName": "vramirez@domain.com", "userId": "5d72b7ed-62ea-4b94-b931-ccef65d71ebd", "appId": "9c5b7fe3-0ad2-4ea6-94e5-9e0001f367e3", "appDisplayName": "Articulate 360", "ipAddress": "205.33.24.92", "status": {"errorCode": 0}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (X11; Linux i686) AppleWebKit/532.2 (KHTML, like Gecko) Chrome/21.0.853.0 Safari/532.2 Edge/89.19380", "deviceDetail": {"deviceId": "e395a3f4-8f2d-4170-804f-d3e13ce3151b", "displayName": "VANESSARAMIREZ-LT", "operatingSystem": "Windows 10", "browser": "Edge 89.19380", "trustType": "Azure AD registered"}, "location": {"city": "Kristinmouth", "state": "Norrisbury", "countryOrRegion": "XD", "geoCoordinates": {"latitude": 26.278784, "longitude": -92.042573}}, "correlationId": "4760ebc5-59f9-4447-b6cf-f40c3eeee804", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "a4025bf6-08d5-4745-971e-785de17a461f", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 129, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Articulate 360 Online", "resourceId": "5e244d4f-26b9-4ef2-a497-f0c533628ee1", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 214655, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "rCVuVZftPRE7z95rGOhZB5QBsm0IBRQ8TFyHEIPHnSorav8e", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "36673087-318c-4304-8804-602d45a6f290", "rngcStatus": 0}}, {"time": "2022-08-12T16:35:17.856661Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "156.206.181.119", "correlationId": "c98e7354-72d1-470e-a224-85bc6f36a905", "identity": "Cynthia Perry", "Level": 4, "location": "XY", "properties": {"id": "b7f5af53-c3a8-4597-83ff-57a23f0a7000", "createdDateTime": "2022-08-12T16:35:17.953661Z", "userDisplayName": "Cynthia Perry", "userPrincipalName": "cperry@domain.com", "userId": "ac5fa380-9d5b-470e-beb2-5ba10aca48e6", "appId": "9de6e985-97a5-4d82-9c45-aedaa9c25ef9", "appDisplayName": "AWS Single-Account Access", "ipAddress": "156.206.181.119", "status": {"errorCode": 0}, "clientAppUsed": "Browser", "deviceDetail": {"deviceId": "", "operatingSystem": "Windows"}, "location": {"city": "Hannaville", "state": "Thomashaven", "countryOrRegion": "XY", "geoCoordinates": {"latitude": 1.1452695, "longitude": 128.249211}}, "correlationId": "22c80529-c395-479e-9e27-acbf8984b0a4", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "9532f677-c64b-4cfe-9ab4-91dfbcad259a", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 97, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "AWS Single-Account Access Service", "resourceId": "72f0186d-d327-46c9-a8ff-497e0caa8691", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 279165, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "8uJ3AsOxo6Iudgc64Yk0k1Otkyxbers1Zx6YaJ5s9bnZQZka", "incomingTokenType": "none", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": null, "rngcStatus": 0}}, {"time": "2022-08-12T17:30:37.816029Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "SignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "50011", "resultSignature": "None", "resultDescription": "The reply address is missing, misconfigured, or does not match reply addresses configured for the application. Try out the resolution listed at https://docs.microsoft.com/azure/active-directory/application-sign-in-problem-federated-sso-gallery#the-reply-address-does-not-match-the-reply-addresses-configured-for-the-application. If you still see issues, contact the application owner or app admin.", "durationMs": 0, "callerIpAddress": "205.33.24.92", "correlationId": "4e80dcdc-c19c-4b3e-ab02-a197bf6efa74", "identity": "Aaron Cole", "Level": 4, "location": "XD", "properties": {"id": "c7effe19-f517-48ca-9f7d-2de56d366b00", "createdDateTime": "2022-08-12T17:30:37.942029Z", "userDisplayName": "Aaron Cole", "userPrincipalName": "acole@domain.com", "userId": "5d557969-1645-4ba4-be83-b6fd943659f7", "appId": "af50c7b0-ad5f-40ec-840e-8d89be454ce4", "appDisplayName": "Citrix ShareFile", "ipAddress": "205.33.24.92", "status": {"errorCode": 50011, "failureReason": "The reply address is missing, misconfigured, or does not match reply addresses configured for the application. Try out the resolution listed at https://docs.microsoft.com/azure/active-directory/application-sign-in-problem-federated-sso-gallery#the-reply-address-does-not-match-the-reply-addresses-configured-for-the-application. If you still see issues, contact the application owner or app admin."}, "clientAppUsed": "Browser", "userAgent": "Mozilla/5.0 (X11; Linux i686) AppleWebKit/536.2 (KHTML, like Gecko) Chrome/22.0.877.0 Safari/536.2", "deviceDetail": {"deviceId": "", "operatingSystem": "Windows 10", "browser": "Chrome 22.0.877.0"}, "location": {"city": "Kristinmouth", "state": "Norrisbury", "countryOrRegion": "XD", "geoCoordinates": {"latitude": 26.278784, "longitude": -92.042573}}, "correlationId": "a634a4da-2080-499e-85f1-8d1609308c4f", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "1105ff26-193c-4827-9387-c01aeae0892c", "isInteractive": true, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 126, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Citrix ShareFile Online", "resourceId": "24578515-1951-4064-967d-0d2acaf0aa70", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 214655, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "tzCxmizjrBPrpUKU9Sd9Zlg2rnSfbzAoEMGIw73hrHM7b3F0", "incomingTokenType": "none", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "0e68752b-7dfa-400b-a6f5-1b54af90696a", "rngcStatus": 0}}, {"time": "2022-08-12T18:00:10.559027Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "50158", "resultSignature": "None", "resultDescription": "External security challenge was not satisfied.", "durationMs": 0, "callerIpAddress": "177.189.225.133", "correlationId": "31e7ef1b-b7f3-4180-9190-137cafbc6655", "identity": "Thomas Price", "Level": 4, "location": "XQ", "properties": {"id": "9be25273-1fa9-48f5-a19d-482accef8e00", "createdDateTime": "2022-08-12T18:00:10.667027Z", "userDisplayName": "Thomas Price", "userPrincipalName": "tprice@domain.com", "userId": "32109ee2-ee4f-4d11-9c38-2556aec0f2b5", "appId": "79510a8f-6421-4348-a2ea-bcc2b02485c1", "appDisplayName": "Cisco AnyConnect", "ipAddress": "177.189.225.133", "status": {"errorCode": 50158, "failureReason": "External security challenge was not satisfied."}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (X11; Linux i686) AppleWebKit/535.2 (KHTML, like Gecko) Chrome/22.0.843.0 Safari/535.2 Edge/118.12158", "deviceDetail": {"deviceId": "72c565a0-f587-4d5e-9fa9-82cab482ddf0", "displayName": "THOMASPRICE-LT", "operatingSystem": "Windows 10", "browser": "Edge 118.12158", "trustType": "Hybrid Azure AD joined"}, "location": {"city": "Brownton", "state": "Stephanieberg", "countryOrRegion": "XQ", "geoCoordinates": {"latitude": 60.015373, "longitude": -41.508557}}, "correlationId": "489c8ad5-cd23-4590-acab-240104ab1411", "conditionalAccessStatus": "failure", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "02e3c56a-aee9-47bd-8a3f-781cd05de76c", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 108, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Cisco AnyConnect Online", "resourceId": "5d5b8d28-6a28-472e-b837-a4094e466965", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 104135, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "7eMl2xQQfHf8kskG0Eb9OH9wLKsqFcfIp0N3SJ0ARiOpxP3u", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "15655e1f-5005-4c53-b3c0-c4a1d1ca5e9e", "rngcStatus": 0}}, {"time": "2022-08-12T18:13:12.336328Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "42.62.103.34", "correlationId": "7b4a8d2f-059c-4a5d-b5eb-6c9763a8f5f2", "identity": "Joseph Taylor", "Level": 4, "location": "XF", "properties": {"id": "7f4e5d8d-0e8f-4a05-8bd4-95dc14125600", "createdDateTime": "2022-08-12T18:13:12.492328Z", "userDisplayName": "Joseph Taylor", "userPrincipalName": "jtaylor@domain.com", "userId": "af9847eb-c773-41ae-bf94-42747c5e986c", "appId": "84f18b4b-ae12-484a-847f-f3e36093594a", "appDisplayName": "Slack", "ipAddress": "42.62.103.34", "status": {"errorCode": 0, "additionalDetails": "MFA requirement satisfied by claim in the token"}, "clientAppUsed": "Browser", "deviceDetail": {"deviceId": "76b96bd3-e5d7-49ee-b195-bf363facdb3d", "displayName": "JOSEPHTAYLOR-LT", "operatingSystem": "Windows", "isCompliant": true, "isManaged": true, "trustType": "Azure AD joined"}, "location": {"city": "Jessicafurt", "state": "Smithbury", "countryOrRegion": "XF", "geoCoordinates": {"latitude": 17.5082395, "longitude": -115.304215}}, "mfaDetail": {}, "correlationId": "f3b740f8-35e6-4e9f-897a-30a1b30dca5a", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "7ba61b43-3d6b-4422-bd7a-6f8fa8c59665", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "processingTimeInMilliseconds": 156, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Slack Service", "resourceId": "8f48cb66-a128-4a4b-8f76-3073c7c219d5", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 393508, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "KaOIqYS6bdZXpavjY6k93YR0FSmD2T1SqAYyNja7S8JvvvaK", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": null}}, {"time": "2022-08-12T18:22:43.016024Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "13.113.40.157", "correlationId": "eaf5842a-680a-4ce5-85f0-4c776a506d23", "identity": "Attack Target", "Level": 4, "location": "XR", "properties": {"id": "91857813-fa29-4b22-bbd5-ccdb52696100", "createdDateTime": "2022-08-12T18:22:43.152024Z", "userDisplayName": "Attack Target", "userPrincipalName": "attacktarget@domain.com", "userId": "d735e84b-dcca-404d-9f7d-700f360f41a6", "appId": "9a7e67c7-6f05-42a3-b226-97c7ec3e9696", "appDisplayName": "Adobe Identity Management", "ipAddress": "13.113.40.157", "status": {"errorCode": 0}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (iPad; CPU iPad OS 9_3_6 like Mac OS X) AppleWebKit/536.1 (KHTML, like Gecko) CriOS/42.0.865.0 Mobile/77O124 Safari/536.1 Edge/99.14477", "deviceDetail": {"deviceId": "a44625dc-6f81-449a-9799-8005f7209b42", "displayName": "ATTACKTARGET-LT", "operatingSystem": "Windows 10", "browser": "Edge 99.14477", "trustType": "Azure AD registered"}, "location": {"city": "New John", "state": "Smithfort", "countryOrRegion": "XR", "geoCoordinates": {"latitude": -89.144242, "longitude": 168.119022}}, "correlationId": "fcf8ec78-340d-4e56-b14f-fa8d0f05f350", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "2771faac-5189-47d4-87e0-8b2161b24e79", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 136, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Adobe Identity Management Service", "resourceId": "7d6a0897-8b82-49e9-90e2-d482fb9202bd", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 34974, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "ysf5AmhE0DeF6sL4tKGgD3JRXrRHoSBOfWAiMomGGHikfBUK", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "537d9419-7e2b-4778-9102-62256bcfcf45", "rngcStatus": 0}}, {"time": "2022-08-12T18:49:32.406365Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "199.12.127.103", "correlationId": "0bfd8b7e-5668-43f6-9bcc-2a07442c4ca1", "identity": "Jacob Meyers", "Level": 4, "location": "XG", "properties": {"id": "f72420a8-76bf-4e9a-bdc6-5a2b74ba9100", "createdDateTime": "2022-08-12T18:49:32.482365Z", "userDisplayName": "Jacob Meyers", "userPrincipalName": "jmeyers@domain.com", "userId": "c63a67b0-1651-4a8a-9560-cc703cdad5ad", "appId": "9a7e67c7-6f05-42a3-b226-97c7ec3e9696", "appDisplayName": "Adobe Identity Management", "ipAddress": "199.12.127.103", "ipAddressFromResourceProvider": "199.12.127.103", "status": {"errorCode": 0}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (iPad; CPU iPad OS 9_3_6 like Mac OS X) AppleWebKit/536.1 (KHTML, like Gecko) CriOS/42.0.865.0 Mobile/77O124 Safari/536.1 Edge/99.14477", "deviceDetail": {"deviceId": "68cb982e-f215-496c-89bb-cc07716ff474", "displayName": "JACOBMEYERS-LT", "operatingSystem": "Windows 10", "browser": "Edge 99.14477", "trustType": "Azure AD registered"}, "location": {"city": "Port Nathan", "state": "Newmanville", "countryOrRegion": "XG", "geoCoordinates": {"latitude": 23.244641, "longitude": -113.392021}}, "correlationId": "d522ad45-4bd4-46fa-8d8a-bdefb052cce6", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "4ad3d09f-02b0-4068-85c8-9b10129c3606", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 76, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Adobe Identity Management Service", "resourceId": "9a84f55e-3a40-492c-9476-e069f64ed7a6", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 282405, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "JQ78hu7CVMiyhq3CGpJr8IZfEfe6VQCIfcyKBuQNUVDgzSX4", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "37ee873b-f901-4e25-be69-010243106d0f", "rngcStatus": 0}}, {"time": "2022-08-12T19:11:28.588030Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "700082", "resultSignature": "None", "resultDescription": "Other", "durationMs": 0, "callerIpAddress": "54.119.29.60", "correlationId": "73d5c80e-950a-4765-96e1-7403edc1dff2", "identity": "Thomas Price", "Level": 4, "location": "XR", "properties": {"id": "96843c4e-d6c8-49c6-9d20-641234f97400", "createdDateTime": "2022-08-12T19:11:28.657030Z", "userDisplayName": "Thomas Price", "userPrincipalName": "tprice@domain.com", "userId": "32109ee2-ee4f-4d11-9c38-2556aec0f2b5", "appId": "9a7e67c7-6f05-42a3-b226-97c7ec3e9696", "appDisplayName": "Adobe Identity Management", "ipAddress": "54.119.29.60", "status": {"errorCode": 700082, "failureReason": "Other"}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (X11; Linux i686) AppleWebKit/535.2 (KHTML, like Gecko) Chrome/22.0.843.0 Safari/535.2 Edge/118.12158", "deviceDetail": {"deviceId": "852272bd-2ab1-474f-a99e-4922ea7031d3", "displayName": "THOMASPRICE-LT", "operatingSystem": "Windows 10", "browser": "Edge 118.12158", "trustType": "Hybrid Azure AD joined"}, "location": {"city": "Port Kimberlytown", "state": "Curtisport", "countryOrRegion": "XR", "geoCoordinates": {"latitude": 26.3152295, "longitude": 147.770404}}, "correlationId": "5bcab4f7-a430-41c5-80ae-8763b5a3405f", "conditionalAccessStatus": "notApplied", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "20ca6259-bbb1-4be7-8c47-72e70287e938", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 69, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Adobe Identity Management Service", "resourceId": "30663ca7-f8a9-43ab-8ca1-7906bdbc1485", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 359213, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "sBxiRj69QFgXxUKN0r4MTxTFYTNG4WMChqWe6JFnCBEpt0AP", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "a6c259e5-7f16-48b2-a9f3-75becd6daa9b", "rngcStatus": 0}}, {"time": "2022-08-12T20:17:33.860147Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "147.132.189.119", "correlationId": "bab69da6-f004-4dc7-a3c1-8f7c682a03e8", "identity": "Cassie Fernandez", "Level": 4, "location": "XR", "properties": {"id": "a6ae8eb8-8aea-4e1d-a5ac-692635ae8900", "createdDateTime": "2022-08-12T20:17:33.970147Z", "userDisplayName": "Cassie Fernandez", "userPrincipalName": "cfernandez@domain.com", "userId": "67ef8be6-3f44-4db7-8172-fd6211428c1e", "appId": "18bf60fa-77dd-4aad-891d-af82ca87dd06", "appDisplayName": "FortiGate SSL VPN", "ipAddress": "147.132.189.119", "status": {"errorCode": 0}, "clientAppUsed": "Browser", "deviceDetail": {"deviceId": "d5a487a1-ef7d-4960-9723-7fdadce19af3", "displayName": "CASSIEFERNANDEZ-LT", "operatingSystem": "Windows", "browser": "Rich Client 4.22.0.0", "trustType": "Azure AD registered"}, "location": {"city": "Port Denisetown", "state": "Smithton", "countryOrRegion": "XR", "geoCoordinates": {"latitude": 3.5518965, "longitude": 131.871582}}, "correlationId": "e7c24aae-9d47-4870-8cfb-ad2d4ffe5159", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "573b4655-bff3-4d57-abbd-437a04d5e3a7", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 110, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "FortiGate SSL VPN", "resourceId": "51e679b4-5774-4b5f-9636-df5ea66b9380", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 256668, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "EhU4mEsDTB5ggiAJJVD61rfZmhsa0s0NxwAYOM3vbcelJPqw", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "6e8f419c-7f10-40b1-a52a-e4fb253c74c2", "rngcStatus": 0}}, {"time": "2022-08-12T20:21:19.453386Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "147.132.189.119", "correlationId": "b71d40d9-f16e-4b85-91af-f4b5c43f3dc8", "identity": "Melissa Martin", "Level": 4, "location": "XR", "properties": {"id": "ec269e96-7bac-4a1f-b78f-5698e6b45d00", "createdDateTime": "2022-08-12T20:21:19.543386Z", "userDisplayName": "Melissa Martin", "userPrincipalName": "mmartin@domain.com", "userId": "632ccb55-03a7-40f4-9893-653527cae790", "appId": "9a7e67c7-6f05-42a3-b226-97c7ec3e9696", "appDisplayName": "Adobe Identity Management", "ipAddress": "147.132.189.119", "status": {"errorCode": 0}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (iPad; CPU iPad OS 9_3_6 like Mac OS X) AppleWebKit/536.1 (KHTML, like Gecko) CriOS/42.0.865.0 Mobile/77O124 Safari/536.1 Edge/99.14477", "deviceDetail": {"deviceId": "", "operatingSystem": "Windows 10", "browser": "Edge 99.14477"}, "location": {"city": "Port Denisetown", "state": "Smithton", "countryOrRegion": "XR", "geoCoordinates": {"latitude": 3.5518965, "longitude": 131.871582}}, "correlationId": "ee66017b-3f23-4f82-bd98-fac9e72d47d3", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "9bbe99d0-95a0-4f99-893b-8af95dd8c8b6", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "processingTimeInMilliseconds": 90, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Adobe Identity Management Service", "resourceId": "9a84f55e-3a40-492c-9476-e069f64ed7a6", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 256668, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "SPBqwZd0zJIKTFN9CzfmoT32JoFVieZlLSkoqf4zxEaL9oUu", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "37ee873b-f901-4e25-be69-010243106d0f"}}, {"time": "2022-08-12T20:31:29.807794Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "42.62.103.34", "correlationId": "cad91cf6-6843-4eed-8b9f-35771644ccf0", "identity": "Joseph Taylor", "Level": 4, "location": "XF", "properties": {"id": "61aaa40e-2fb7-4775-bea6-cf49ba1a9a00", "createdDateTime": "2022-08-12T20:31:29.904794Z", "userDisplayName": "Joseph Taylor", "userPrincipalName": "jtaylor@domain.com", "userId": "af9847eb-c773-41ae-bf94-42747c5e986c", "appId": "9de6e985-97a5-4d82-9c45-aedaa9c25ef9", "appDisplayName": "AWS Single-Account Access", "ipAddress": "42.62.103.34", "status": {"errorCode": 0, "additionalDetails": "MFA requirement satisfied by claim in the token"}, "clientAppUsed": "Browser", "deviceDetail": {"deviceId": "76b96bd3-e5d7-49ee-b195-bf363facdb3d", "displayName": "JOSEPHTAYLOR-LT", "operatingSystem": "Windows", "isCompliant": true, "isManaged": true, "trustType": "Azure AD joined"}, "location": {"city": "Jessicafurt", "state": "Smithbury", "countryOrRegion": "XF", "geoCoordinates": {"latitude": 17.5082395, "longitude": -115.304215}}, "mfaDetail": {}, "correlationId": "5f924bb5-1d03-4e13-9353-aed76a208de9", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "220f286e-8d70-4984-810d-3831936020de", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 97, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "AWS Single-Account Access Service", "resourceId": "f0630e90-b752-4960-bfb9-a0794fc34930", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 393508, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "lL7vuc8QxLbKxxvSTNb5PwZwIK32FIGc8IsqDTibn79ox6vR", "incomingTokenType": "none", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "1f37c851-4be4-455b-928a-fbde7845a68a", "rngcStatus": 0}}, {"time": "2022-08-12T20:42:19.252555Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "SignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "147.132.189.119", "correlationId": "b7fe5c9a-ac32-f146-83ad-5b94342e39b6", "identity": "Melissa Martin", "Level": 4, "location": "XR", "properties": {"id": "86ec8f81-b065-45d1-84e2-abcf77788b00", "createdDateTime": "2022-08-12T20:42:19.465555Z", "userDisplayName": "Melissa Martin", "userPrincipalName": "mmartin@domain.com", "userId": "632ccb55-03a7-40f4-9893-653527cae790", "appId": "87c7e13d-e2cc-4354-be2a-21cc1388764c", "appDisplayName": "Mitel Connect", "ipAddress": "147.132.189.119", "status": {"errorCode": 0}, "clientAppUsed": "Browser", "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 12_4_8 like Mac OS X) AppleWebKit/536.2 (KHTML, like Gecko) CriOS/39.0.845.0 Mobile/81S373 Safari/536.2 Edge/40.11827", "deviceDetail": {"deviceId": "", "operatingSystem": "Windows 10", "browser": "Edge 40.11827"}, "location": {"city": "Port Denisetown", "state": "Smithton", "countryOrRegion": "XR", "geoCoordinates": {"latitude": 3.5518965, "longitude": 131.871582}}, "correlationId": "7508c253-5b8e-4ada-bf78-81d36c21b651", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "47c183f4-1b56-41a2-88f8-65a86baf9dc9", "isInteractive": true, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 213, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Mitel Connect Service", "resourceId": "f0630e90-b752-4960-bfb9-a0794fc34930", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 256668, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "zbkZaqqtbJVtHaH9qfV0oC2HReSNO9aXDq1rJkcrl0fsKK7X", "incomingTokenType": "none", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "1f37c851-4be4-455b-928a-fbde7845a68a", "rngcStatus": 0}}, {"time": "2022-08-12T20:43:48.244295Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "156.206.181.119", "correlationId": "e5bad068-4d8f-491e-8011-26228594c505", "identity": "Cynthia Perry", "Level": 4, "location": "XY", "properties": {"id": "adadd79c-ff77-4494-a8fd-d4d3c7321300", "createdDateTime": "2022-08-12T20:43:48.339295Z", "userDisplayName": "Cynthia Perry", "userPrincipalName": "cperry@domain.com", "userId": "ac5fa380-9d5b-470e-beb2-5ba10aca48e6", "appId": "9de6e985-97a5-4d82-9c45-aedaa9c25ef9", "appDisplayName": "AWS Single-Account Access", "ipAddress": "156.206.181.119", "status": {"errorCode": 0}, "clientAppUsed": "Browser", "deviceDetail": {"deviceId": "", "operatingSystem": "Windows"}, "location": {"city": "Hannaville", "state": "Thomashaven", "countryOrRegion": "XY", "geoCoordinates": {"latitude": 1.1452695, "longitude": 128.249211}}, "correlationId": "6017519a-6e7f-47d8-9d4d-38e3ff70d301", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "5d23e01e-5d97-4662-9059-4bfeee48b612", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 95, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "AWS Single-Account Access Service", "resourceId": "9a84f55e-3a40-492c-9476-e069f64ed7a6", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 279165, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "pJwwz4juRGXqe9rKQJ55dlVR7iuue0FVFDq6Ge77xIMC0QL7", "incomingTokenType": "none", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "37ee873b-f901-4e25-be69-010243106d0f", "rngcStatus": 0}}, {"time": "2022-08-12T20:48:00.387186Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "SignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "50140", "resultSignature": "None", "resultDescription": "This error occurred due to 'Keep me signed in' interrupt when the user was signing-in.", "durationMs": 0, "callerIpAddress": "91.132.253.146", "correlationId": "5263b992-4609-4217-a971-f6c69525f7d6", "identity": "Aaron Cole", "Level": 4, "location": "XD", "properties": {"id": "5a969e49-305a-4dba-b344-ced2c6009100", "createdDateTime": "2022-08-12T20:48:00.463186Z", "userDisplayName": "Aaron Cole", "userPrincipalName": "acole@domain.com", "userId": "5d557969-1645-4ba4-be83-b6fd943659f7", "appId": "d442730f-5e50-4d0b-9fa4-24c000ab6a15", "appDisplayName": "CallPlease", "ipAddress": "91.132.253.146", "status": {"errorCode": 50140, "failureReason": "This error occurred due to 'Keep me signed in' interrupt when the user was signing-in."}, "clientAppUsed": "Browser", "userAgent": "Mozilla/5.0 (X11; Linux i686) AppleWebKit/536.2 (KHTML, like Gecko) Chrome/22.0.877.0 Safari/536.2", "deviceDetail": {"deviceId": "", "operatingSystem": "Windows 10", "browser": "Chrome 22.0.877.0"}, "location": {"city": "Rickshire", "state": "Norrisbury", "countryOrRegion": "XD", "geoCoordinates": {"latitude": -78.5751045, "longitude": 58.329246}}, "correlationId": "2024ed88-af3b-40fe-8117-bcca8ba19791", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "5274bee2-089c-4990-831e-439cf9c6093c", "isInteractive": true, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 76, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "CallPlease Service", "resourceId": "24578515-1951-4064-967d-0d2acaf0aa70", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "alternateSignInName": "acole1@domain.com", "signInIdentifier": "acole1@domain.com", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 214655, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "BqORfpIVECFkTEazWXLk2cVFgf6GYb0v2vi7xsFMSTckh6aG", "incomingTokenType": "none", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "0e68752b-7dfa-400b-a6f5-1b54af90696a", "rngcStatus": 0}}, {"time": "2022-08-12T20:50:08.037087Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "SignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "205.33.24.92", "correlationId": "690940e0-394d-46ad-8cf5-7820ee4e3a7d", "identity": "Aaron Cole", "Level": 4, "location": "XD", "properties": {"id": "e15f5cd8-6b07-456c-9c1f-aeb9e7c06600", "createdDateTime": "2022-08-12T20:50:08.139087Z", "userDisplayName": "Aaron Cole", "userPrincipalName": "acole@domain.com", "userId": "5d557969-1645-4ba4-be83-b6fd943659f7", "appId": "1b3edb90-1e06-46db-b021-e2fc1f7ddaf5", "appDisplayName": "Beatrust", "ipAddress": "205.33.24.92", "status": {"errorCode": 0}, "clientAppUsed": "Browser", "userAgent": "Mozilla/5.0 (X11; Linux i686) AppleWebKit/536.2 (KHTML, like Gecko) Chrome/22.0.877.0 Safari/536.2", "deviceDetail": {"deviceId": "", "operatingSystem": "Windows 10", "browser": "Chrome 22.0.877.0"}, "location": {"city": "Kristinmouth", "state": "Norrisbury", "countryOrRegion": "XD", "geoCoordinates": {"latitude": 26.278784, "longitude": -92.042573}}, "correlationId": "b2fa4fea-da4c-4de6-a555-0f097eea8450", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "dfc931ae-791a-4373-8c71-95a567ab4a7e", "isInteractive": true, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 102, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Beatrust Service", "resourceId": "24578515-1951-4064-967d-0d2acaf0aa70", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 214655, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "M4MPJBOAPG5lVVE1PecgBk0K3ou5EfKpL9eWTis5WPaZUd8b", "incomingTokenType": "none", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "0e68752b-7dfa-400b-a6f5-1b54af90696a", "rngcStatus": 0}}, {"time": "2022-08-12T20:59:17.715699Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "134.219.180.76", "correlationId": "63eec0cc-2f8e-4e56-9893-c5c9990af7c9", "identity": "Joseph Taylor", "Level": 4, "location": "XF", "properties": {"id": "e15f5cd8-6b07-456c-9c1f-aeb91b9b6900", "createdDateTime": "2022-08-12T20:59:17.854699Z", "userDisplayName": "Joseph Taylor", "userPrincipalName": "jtaylor@domain.com", "userId": "af9847eb-c773-41ae-bf94-42747c5e986c", "appId": "2eae4ad1-8cae-48fe-b718-76bd66e2fc7f", "appDisplayName": "Bipsync", "ipAddress": "134.219.180.76", "status": {"errorCode": 0, "additionalDetails": "MFA requirement satisfied by claim in the token"}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (iPad; CPU iPad OS 14_2 like Mac OS X) AppleWebKit/535.2 (KHTML, like Gecko) CriOS/33.0.816.0 Mobile/88O531 Safari/535.2 Edge/117.19612", "deviceDetail": {"deviceId": "76b96bd3-e5d7-49ee-b195-bf363facdb3d", "displayName": "JOSEPHTAYLOR-LT", "operatingSystem": "Windows 10", "browser": "Edge 117.19612", "isCompliant": true, "isManaged": true, "trustType": "Azure AD joined"}, "location": {"city": "Mannville", "state": "Porterside", "countryOrRegion": "XF", "geoCoordinates": {"latitude": -50.9955705, "longitude": 104.613841}}, "mfaDetail": {}, "correlationId": "09974d53-0d69-4e42-9b65-e4fff7f38e34", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "a3f986f7-a097-4171-8825-c63843fcfe7e", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 139, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Bipsync Service", "resourceId": "4b482d0a-88be-43f3-a771-aaf19d9bbf70", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 124400, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "MMBvlqTfJlJvMPd4hx3xm6oXUEkzq415vWgwXCMjiZXUYp1W", "incomingTokenType": "none", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "b4d48f3a-639f-4f89-a099-2fdd27423d1f", "rngcStatus": 0}}, {"time": "2022-08-12T21:05:00.919269Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "86.154.193.190", "correlationId": "baf61dfc-247a-4658-b3e1-f755512cd5b6", "identity": "Kristen Howell", "Level": 4, "location": "XR", "properties": {"id": "bfd288f0-15c8-449b-8773-65df4f318200", "createdDateTime": "2022-08-12T21:05:01.033269Z", "userDisplayName": "Kristen Howell", "userPrincipalName": "khowell@domain.com", "userId": "20e1e3f9-665f-45bd-9984-5e74b526d3b5", "appId": "895b9fb3-4084-4f9f-a314-d082d67e3c5c", "appDisplayName": "Airstack", "ipAddress": "86.154.193.190", "status": {"errorCode": 0}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (X11; Linux i686) AppleWebKit/533.0 (KHTML, like Gecko) Chrome/24.0.803.0 Safari/533.0 Edge/40.11325", "deviceDetail": {"deviceId": "af204333-3bdf-4228-bbeb-e3a654075b5c", "displayName": "KRISTENHOWELL-LT", "operatingSystem": "Windows 10", "browser": "Edge 40.11325", "trustType": "Azure AD registered"}, "location": {"city": "Port Denisetown", "state": "Smithton", "countryOrRegion": "XR", "geoCoordinates": {"latitude": 3.5518965, "longitude": 131.871582}}, "correlationId": "b227b8a2-db46-4f44-8b12-3e6e71ef32b4", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "409b16e5-430e-44c7-a001-16a8f5f16c03", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 114, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Airstack Service", "resourceId": "f0630e90-b752-4960-bfb9-a0794fc34930", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 256668, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "Ug6LkilSC7W0y77BRzxTMgeixT42wCjojI7tGRgESxjQF2g0", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "1f37c851-4be4-455b-928a-fbde7845a68a", "rngcStatus": 0}}, {"time": "2022-08-12T21:31:48.241873Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "1.210.58.10", "correlationId": "20a7e219-473d-4918-9bbd-e9840b411092", "identity": "Keith Sheppard", "Level": 4, "location": "XD", "properties": {"id": "9196283f-f012-41c0-af98-b20b11535400", "createdDateTime": "2022-08-12T21:31:48.350873Z", "userDisplayName": "Keith Sheppard", "userPrincipalName": "ksheppard@domain.com", "userId": "05bd48f1-91d2-4c2d-9a7c-80e80f561b3c", "appId": "9a7e67c7-6f05-42a3-b226-97c7ec3e9696", "appDisplayName": "Adobe Identity Management", "ipAddress": "1.210.58.10", "status": {"errorCode": 0}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (Windows NT 4.0) AppleWebKit/531.1 (KHTML, like Gecko) Chrome/20.0.823.0 Safari/531.1 Edge/87.11424", "deviceDetail": {"deviceId": "639815fd-5018-4e38-9d81-67538b2ce460", "displayName": "KEITHSHEPPARD-LT", "operatingSystem": "Windows 10", "browser": "Edge 87.11424", "trustType": "Azure AD registered"}, "location": {"city": "Cooperhaven", "state": "Norrisbury", "countryOrRegion": "XD", "geoCoordinates": {"latitude": 70.436398, "longitude": -23.873747}}, "correlationId": "a7d420c2-f98c-4c0f-97bd-acf404d3dc23", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "33fdbd7a-1529-4390-80da-b24d3e225e22", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "processingTimeInMilliseconds": 109, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Adobe Identity Management Service", "resourceId": "f0630e90-b752-4960-bfb9-a0794fc34930", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 69487, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "v20MmdJyh5xU6jN5SHD3jR2b4arhZOPRx0EAH9ih4M9sPi6j", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "1f37c851-4be4-455b-928a-fbde7845a68a"}}, {"time": "2022-08-12T21:48:49.564231Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "50158", "resultSignature": "None", "resultDescription": "External security challenge was not satisfied.", "durationMs": 0, "callerIpAddress": "105.169.153.183", "correlationId": "02efb3dc-a569-4c41-828d-c4b374d6d3a4", "identity": "Thomas Price", "Level": 4, "location": "XR", "properties": {"id": "34e3f02d-c81c-4cc6-8a75-7f89898c9500", "createdDateTime": "2022-08-12T21:48:49.695231Z", "userDisplayName": "Thomas Price", "userPrincipalName": "tprice@domain.com", "userId": "32109ee2-ee4f-4d11-9c38-2556aec0f2b5", "appId": "9a7e67c7-6f05-42a3-b226-97c7ec3e9696", "appDisplayName": "Adobe Identity Management", "ipAddress": "105.169.153.183", "status": {"errorCode": 50158, "failureReason": "External security challenge was not satisfied."}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (X11; Linux i686) AppleWebKit/535.2 (KHTML, like Gecko) Chrome/22.0.843.0 Safari/535.2 Edge/118.12158", "deviceDetail": {"deviceId": "2b85c59f-331a-4b61-9a44-9d3d6df62a06", "displayName": "THOMASPRICE-LT", "operatingSystem": "Windows 10", "browser": "Edge 118.12158", "trustType": "Hybrid Azure AD joined"}, "location": {"city": "Santosborough", "state": "Smithton", "countryOrRegion": "XR", "geoCoordinates": {"latitude": 12.8350355, "longitude": 138.359011}}, "correlationId": "1dbd8df8-5da6-4865-957d-3b3a919b3cab", "conditionalAccessStatus": "failure", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "782df9e6-789d-41a2-973c-2c81265ea9cb", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 131, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Adobe Identity Management Service", "resourceId": "30663ca7-f8a9-43ab-8ca1-7906bdbc1485", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 256668, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "9cGPdFRHnGs5FcOPa9i7dnIIJdvtHQsDlciFPdNUpi8WaAAp", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "a6c259e5-7f16-48b2-a9f3-75becd6daa9b", "rngcStatus": 0}}, {"time": "2022-08-12T21:55:21.555633Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "199.12.127.103", "correlationId": "2efbe5f8-8d1f-4dbc-bc79-670f61399301", "identity": "Jacob Meyers", "Level": 4, "location": "XG", "properties": {"id": "70bcc8c7-ed06-41fc-82cc-ef537fe48900", "createdDateTime": "2022-08-12T21:55:21.628633Z", "userDisplayName": "Jacob Meyers", "userPrincipalName": "jmeyers@domain.com", "userId": "c63a67b0-1651-4a8a-9560-cc703cdad5ad", "appId": "9a7e67c7-6f05-42a3-b226-97c7ec3e9696", "appDisplayName": "Adobe Identity Management", "ipAddress": "199.12.127.103", "status": {"errorCode": 0}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (iPad; CPU iPad OS 9_3_6 like Mac OS X) AppleWebKit/536.1 (KHTML, like Gecko) CriOS/42.0.865.0 Mobile/77O124 Safari/536.1 Edge/99.14477", "deviceDetail": {"deviceId": "68cb982e-f215-496c-89bb-cc07716ff474", "displayName": "JACOBMEYERS-LT", "operatingSystem": "Windows 10", "browser": "Edge 99.14477", "trustType": "Azure AD registered"}, "location": {"city": "Port Nathan", "state": "Newmanville", "countryOrRegion": "XG", "geoCoordinates": {"latitude": 23.244641, "longitude": -113.392021}}, "correlationId": "07b3a9ca-58f1-41e1-b0a2-ef073acb0ac0", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "43b732c3-7585-4d7d-98e1-eb1f5adc73fb", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 73, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Adobe Identity Management Service", "resourceId": "9a84f55e-3a40-492c-9476-e069f64ed7a6", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 282405, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "AbkY5Ci0Y3Al87c4t2bc4tjvqtAAFHosI1v7k6lSqn5wo1D3", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "37ee873b-f901-4e25-be69-010243106d0f", "rngcStatus": 0}}, {"time": "2022-08-12T21:59:59.528382Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "13.113.40.157", "correlationId": "3ee90d8b-4105-4814-a500-5d93e00a9654", "identity": "Attack Target", "Level": 4, "location": "XR", "properties": {"id": "a9f8bd26-0603-463f-b131-cbc2ce8a4f00", "createdDateTime": "2022-08-12T21:59:59.666382Z", "userDisplayName": "Attack Target", "userPrincipalName": "attacktarget@domain.com", "userId": "d735e84b-dcca-404d-9f7d-700f360f41a6", "appId": "9a7e67c7-6f05-42a3-b226-97c7ec3e9696", "appDisplayName": "Adobe Identity Management", "ipAddress": "13.113.40.157", "ipAddressFromResourceProvider": "11.5.130.220", "status": {"errorCode": 0}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (iPad; CPU iPad OS 9_3_6 like Mac OS X) AppleWebKit/536.1 (KHTML, like Gecko) CriOS/42.0.865.0 Mobile/77O124 Safari/536.1 Edge/99.14477", "deviceDetail": {"deviceId": "a44625dc-6f81-449a-9799-8005f7209b42", "displayName": "ATTACKTARGET-LT", "operatingSystem": "Windows 10", "browser": "Edge 99.14477", "trustType": "Azure AD registered"}, "location": {"city": "New John", "state": "Smithfort", "countryOrRegion": "XR", "geoCoordinates": {"latitude": -89.144242, "longitude": 168.119022}}, "correlationId": "d8bb3b09-c8d2-46ac-b01b-50d832a4ca09", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "8a026914-6297-48ad-9d03-19dee7a9f16f", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "processingTimeInMilliseconds": 138, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Adobe Identity Management Service", "resourceId": "9a84f55e-3a40-492c-9476-e069f64ed7a6", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 34974, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "FPB3BrACOD2m8Ah6vm5KTf4VedBrE3kZFcqXiLMXGDdebbFw", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "37ee873b-f901-4e25-be69-010243106d0f"}}, {"time": "2022-08-12T22:03:25.232241Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "50158", "resultSignature": "None", "resultDescription": "External security challenge was not satisfied.", "durationMs": 0, "callerIpAddress": "44.22.19.201", "correlationId": "85d45079-740a-4c15-8c2f-3b2f8072ab64", "identity": "Thomas Price", "Level": 4, "location": "XN", "properties": {"id": "28aa4dbc-8a6f-40da-9789-2ca1b59d6b00", "createdDateTime": "2022-08-12T22:03:25.368241Z", "userDisplayName": "Thomas Price", "userPrincipalName": "tprice@domain.com", "userId": "32109ee2-ee4f-4d11-9c38-2556aec0f2b5", "appId": "9a7e67c7-6f05-42a3-b226-97c7ec3e9696", "appDisplayName": "Adobe Identity Management", "ipAddress": "44.22.19.201", "status": {"errorCode": 50158, "failureReason": "External security challenge was not satisfied."}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (X11; Linux i686) AppleWebKit/535.2 (KHTML, like Gecko) Chrome/22.0.843.0 Safari/535.2 Edge/118.12158", "deviceDetail": {"deviceId": "a12f42a7-2ae0-42d8-aec8-bf7cb3dea82c", "displayName": "THOMASPRICE-LT", "operatingSystem": "Windows 10", "browser": "Edge 118.12158", "trustType": "Hybrid Azure AD joined"}, "location": {"city": "Littlemouth", "state": "Alexanderfurt", "countryOrRegion": "XN", "geoCoordinates": {"latitude": 25.4437255, "longitude": -109.530885}}, "correlationId": "57b1ff5e-3c9d-4509-8394-3f26b6a29317", "conditionalAccessStatus": "failure", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "b47d97ea-ca32-48ff-93f2-96f6d53d665a", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 136, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Adobe Identity Management Service", "resourceId": "30663ca7-f8a9-43ab-8ca1-7906bdbc1485", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 230297, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "H668Oo3skEZwszTbiE2ZUZvR0yf5ePGdrHtNYiPPk20v5LEg", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "a6c259e5-7f16-48b2-a9f3-75becd6daa9b", "rngcStatus": 0}}, {"time": "2022-08-12T22:04:56.941735Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "50158", "resultSignature": "None", "resultDescription": "External security challenge was not satisfied.", "durationMs": 0, "callerIpAddress": "147.132.189.119", "correlationId": "b8d06fd2-dac1-4417-8124-60f7f368ea1f", "identity": "Terry Proctor", "Level": 4, "location": "XR", "properties": {"id": "0845bbb6-89fe-4165-bbbd-5202766f4e00", "createdDateTime": "2022-08-12T22:04:57.071735Z", "userDisplayName": "Terry Proctor", "userPrincipalName": "tproctor@domain.com", "userId": "03110cc5-e54f-4dae-b68a-bf5d945f8152", "appId": "9d794ea1-8d77-42e3-9fdd-6fd3620d616a", "appDisplayName": "Alaya", "ipAddress": "147.132.189.119", "status": {"errorCode": 50158, "failureReason": "External security challenge was not satisfied.", "additionalDetails": "MFA requirement satisfied by claim in the token"}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (X11; Linux i686) AppleWebKit/533.0 (KHTML, like Gecko) Chrome/24.0.803.0 Safari/533.0 Edge/40.11325", "deviceDetail": {"deviceId": "88ee69d5-1eb7-4f29-b594-e9b4e3371940", "displayName": "TERRYPROCTOR-LT", "operatingSystem": "Windows 10", "browser": "Edge 40.11325", "isCompliant": true, "isManaged": true, "trustType": "Azure AD joined"}, "location": {"city": "Port Denisetown", "state": "Smithton", "countryOrRegion": "XR", "geoCoordinates": {"latitude": 3.5518965, "longitude": 131.871582}}, "mfaDetail": {}, "correlationId": "7409b874-36fd-4b87-a8ac-658346a22c2f", "conditionalAccessStatus": "failure", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "cd098819-cf3e-41fc-811a-77fb75a68856", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "processingTimeInMilliseconds": 130, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Alaya Service", "resourceId": "2c3383ff-432a-49ee-bb8b-8699a7d0416f", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 256668, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "gmfD96WSJ492fpKiWKZ1zTtWvDVwTADRwpDg6z6LYQAava5c", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "35efb8e5-3b35-4a86-b7ce-660b69bfa773"}}, {"time": "2022-08-12T22:08:10.466763Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "205.33.24.92", "correlationId": "79428529-37cc-4d8c-90b1-6693b2345592", "identity": "Vanessa Ramirez", "Level": 4, "location": "XD", "properties": {"id": "49d543cf-3853-413c-83db-98126d408f00", "createdDateTime": "2022-08-12T22:08:10.566763Z", "userDisplayName": "Vanessa Ramirez", "userPrincipalName": "vramirez@domain.com", "userId": "5d72b7ed-62ea-4b94-b931-ccef65d71ebd", "appId": "9a7e67c7-6f05-42a3-b226-97c7ec3e9696", "appDisplayName": "Adobe Identity Management", "ipAddress": "205.33.24.92", "ipAddressFromResourceProvider": "205.33.24.92", "status": {"errorCode": 0}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (X11; Linux i686) AppleWebKit/532.2 (KHTML, like Gecko) Chrome/21.0.853.0 Safari/532.2 Edge/89.19380", "deviceDetail": {"deviceId": "e395a3f4-8f2d-4170-804f-d3e13ce3151b", "displayName": "VANESSARAMIREZ-LT", "operatingSystem": "Windows 10", "browser": "Edge 89.19380", "trustType": "Azure AD registered"}, "location": {"city": "Kristinmouth", "state": "Norrisbury", "countryOrRegion": "XD", "geoCoordinates": {"latitude": 26.278784, "longitude": -92.042573}}, "correlationId": "2147d6b3-f124-4416-8405-17ab0b376bf9", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "1f1f00ca-f641-434e-b21f-a0d35ce78760", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 100, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Adobe Identity Management Service", "resourceId": "9a84f55e-3a40-492c-9476-e069f64ed7a6", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 214655, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "ZNgcLPFoo9BpF4JfI2jkVSOF6J5hxIOtWCmzwzdLg4YiObjM", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "37ee873b-f901-4e25-be69-010243106d0f", "rngcStatus": 0}}, {"time": "2022-08-12T22:33:42.653782Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "SignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "199.12.127.103", "correlationId": "d29e7ce9-83e0-483f-8ba9-6ff24465d009", "identity": "Jacob Meyers", "Level": 4, "location": "XG", "properties": {"id": "8ce5a0bd-0152-4534-b5b5-f7a4ec3e5600", "createdDateTime": "2022-08-12T22:33:42.762782Z", "userDisplayName": "Jacob Meyers", "userPrincipalName": "jmeyers@domain.com", "userId": "c63a67b0-1651-4a8a-9560-cc703cdad5ad", "appId": "1b3edb90-1e06-46db-b021-e2fc1f7ddaf5", "appDisplayName": "Beatrust", "ipAddress": "199.12.127.103", "status": {"errorCode": 0}, "clientAppUsed": "Browser", "userAgent": "Mozilla/5.0 (Windows NT 5.1) AppleWebKit/534.1 (KHTML, like Gecko) Chrome/37.0.847.0 Safari/534.1", "deviceDetail": {"deviceId": "", "operatingSystem": "Windows 10", "browser": "Chrome 37.0.847.0"}, "location": {"city": "Port Nathan", "state": "Newmanville", "countryOrRegion": "XG", "geoCoordinates": {"latitude": 23.244641, "longitude": -113.392021}}, "correlationId": "208f286e-14db-45bb-920f-e0900f0e5db4", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "b3191a81-a782-46aa-b403-f1ef13858caa", "isInteractive": true, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "processingTimeInMilliseconds": 109, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Beatrust Service", "resourceId": "24578515-1951-4064-967d-0d2acaf0aa70", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 282405, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "vDx1T3iV01q8v5TGYOqZFbXajejOPUINnfu2bBbxv1esQmtR", "incomingTokenType": "none", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "0e68752b-7dfa-400b-a6f5-1b54af90696a"}}, {"time": "2022-08-12T22:47:29.903420Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "86.154.193.190", "correlationId": "59030c48-0cad-4787-af6d-6bf98f24d620", "identity": "Jamie Watson", "Level": 4, "location": "XR", "properties": {"id": "c4d70abb-d9d9-4a46-9278-1d5653afa100", "createdDateTime": "2022-08-12T22:47:29.987420Z", "userDisplayName": "Jamie Watson", "userPrincipalName": "jwatson@domain.com", "userId": "2844695b-9a70-48ed-a5ce-f3d711e2292b", "appId": "9a7e67c7-6f05-42a3-b226-97c7ec3e9696", "appDisplayName": "Adobe Identity Management", "ipAddress": "86.154.193.190", "status": {"errorCode": 0}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (X11; Linux i686) AppleWebKit/533.0 (KHTML, like Gecko) Chrome/24.0.803.0 Safari/533.0 Edge/40.11325", "deviceDetail": {"deviceId": "fc784602-6455-4450-be3c-6770e0359f8a", "displayName": "JAMIEWATSON-LT", "operatingSystem": "Windows 10", "browser": "Edge 40.11325", "isCompliant": true, "isManaged": true, "trustType": "Azure AD joined"}, "location": {"city": "Port Denisetown", "state": "Smithton", "countryOrRegion": "XR", "geoCoordinates": {"latitude": 3.5518965, "longitude": 131.871582}}, "correlationId": "bf04133c-0601-48ad-90ff-a337e9f6498e", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "0dd028b4-cb90-40b4-94cd-c3639c4bab8a", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 84, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Adobe Identity Management Service", "resourceId": "9a84f55e-3a40-492c-9476-e069f64ed7a6", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 256668, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "ELCMfjEvKoVm7BEDJSj7paBXYACyRSMDmXGiqARBkP2PlDiN", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "37ee873b-f901-4e25-be69-010243106d0f", "rngcStatus": 0}}, {"time": "2022-08-12T23:17:32.941935Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "1.210.58.10", "correlationId": "01bcc0a5-9b90-499b-a05a-e80cb5a79538", "identity": "Keith Sheppard", "Level": 4, "location": "XD", "properties": {"id": "9fd4e587-f898-44c4-9cdb-b091b2816c00", "createdDateTime": "2022-08-12T23:17:33.064935Z", "userDisplayName": "Keith Sheppard", "userPrincipalName": "ksheppard@domain.com", "userId": "05bd48f1-91d2-4c2d-9a7c-80e80f561b3c", "appId": "9a7e67c7-6f05-42a3-b226-97c7ec3e9696", "appDisplayName": "Adobe Identity Management", "ipAddress": "1.210.58.10", "status": {"errorCode": 0}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (Windows NT 4.0) AppleWebKit/531.1 (KHTML, like Gecko) Chrome/20.0.823.0 Safari/531.1 Edge/87.11424", "deviceDetail": {"deviceId": "639815fd-5018-4e38-9d81-67538b2ce460", "displayName": "KEITHSHEPPARD-LT", "operatingSystem": "Windows 10", "browser": "Edge 87.11424", "trustType": "Azure AD registered"}, "location": {"city": "Cooperhaven", "state": "Norrisbury", "countryOrRegion": "XD", "geoCoordinates": {"latitude": 70.436398, "longitude": -23.873747}}, "correlationId": "1c66aca7-743d-4d03-8bf6-3f48a072f5fc", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "b29a93fb-9822-44f9-a3c7-3ef755a691fd", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 123, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Adobe Identity Management Service", "resourceId": "716aba4b-c9f6-4449-afd5-9a63e6544db2", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 69487, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "AqrAvKQBIKbgzZynmac4GBlJW89JX1i9Cc37LXAC241EoCmt", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "91299e6a-641e-45f3-8eb9-00c8dc321db1", "rngcStatus": 0}}, {"time": "2022-08-12T23:29:44.144794Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "86.154.193.190", "correlationId": "e08d9ec4-5984-45b7-b1f8-eafea9a5456b", "identity": "Jamie Watson", "Level": 4, "location": "XR", "properties": {"id": "6319605d-e64e-4864-8be8-7fc3fa239600", "createdDateTime": "2022-08-12T23:29:44.232794Z", "userDisplayName": "Jamie Watson", "userPrincipalName": "jwatson@domain.com", "userId": "2844695b-9a70-48ed-a5ce-f3d711e2292b", "appId": "413f12c2-a9cb-4ca6-a080-d4308249cbe1", "appDisplayName": "Air", "ipAddress": "86.154.193.190", "status": {"errorCode": 0}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (X11; Linux i686) AppleWebKit/533.0 (KHTML, like Gecko) Chrome/24.0.803.0 Safari/533.0 Edge/40.11325", "deviceDetail": {"deviceId": "fc784602-6455-4450-be3c-6770e0359f8a", "displayName": "JAMIEWATSON-LT", "operatingSystem": "Windows 10", "browser": "Edge 40.11325", "isCompliant": true, "isManaged": true, "trustType": "Azure AD joined"}, "location": {"city": "Port Denisetown", "state": "Smithton", "countryOrRegion": "XR", "geoCoordinates": {"latitude": 3.5518965, "longitude": 131.871582}}, "correlationId": "b1b256cd-2e9a-4e9d-8807-a6860bb9189a", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "3ffbf408-2ba0-4b4c-bfa6-71881705c0f3", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 88, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Air Online", "resourceId": "9a84f55e-3a40-492c-9476-e069f64ed7a6", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 256668, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "eke562Opz4ArsY0jMgtqJAxtQVWmln8oE1Ya96Df715e5HSd", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "37ee873b-f901-4e25-be69-010243106d0f", "rngcStatus": 0}}, {"time": "2022-08-12T23:36:05.071340Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "50158", "resultSignature": "None", "resultDescription": "External security challenge was not satisfied.", "durationMs": 0, "callerIpAddress": "166.105.218.213", "correlationId": "b40c9e07-6e09-4f3a-a200-d629e97f489f", "identity": "Thomas Price", "Level": 4, "location": "XR", "properties": {"id": "c4e18eba-fde1-4935-9777-9ad525d66100", "createdDateTime": "2022-08-12T23:36:05.236340Z", "userDisplayName": "Thomas Price", "userPrincipalName": "tprice@domain.com", "userId": "32109ee2-ee4f-4d11-9c38-2556aec0f2b5", "appId": "9a7e67c7-6f05-42a3-b226-97c7ec3e9696", "appDisplayName": "Adobe Identity Management", "ipAddress": "166.105.218.213", "status": {"errorCode": 50158, "failureReason": "External security challenge was not satisfied."}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (X11; Linux i686) AppleWebKit/535.2 (KHTML, like Gecko) Chrome/22.0.843.0 Safari/535.2 Edge/118.12158", "deviceDetail": {"deviceId": "81ad31fb-e9be-4498-b1b2-c62f8fae1a77", "displayName": "THOMASPRICE-LT", "operatingSystem": "Windows 10", "browser": "Edge 118.12158", "trustType": "Hybrid Azure AD joined"}, "location": {"city": "Kevinton", "state": "Smithton", "countryOrRegion": "XR", "geoCoordinates": {"latitude": -87.5106305, "longitude": -77.991036}}, "correlationId": "8b939ad7-22cd-4e12-bdbb-cc1c1582132b", "conditionalAccessStatus": "failure", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "f4590682-e16c-4fa5-8df7-fbb3862ebe8d", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 165, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Adobe Identity Management Service", "resourceId": "30663ca7-f8a9-43ab-8ca1-7906bdbc1485", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 256668, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "JexxmDCet697kAX9mwC0WmfRKypPkrn88vL2ubGCcM8KWb8i", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "a6c259e5-7f16-48b2-a9f3-75becd6daa9b", "rngcStatus": 0}}, {"time": "2022-08-12T23:59:59.291184Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "147.132.189.119", "correlationId": "83c4b324-a5dc-4ebf-b810-6809d18100ed", "identity": "Melissa Martin", "Level": 4, "location": "XR", "properties": {"id": "b948d0b4-8797-4aef-88d1-7015dcef5900", "createdDateTime": "2022-08-12T23:59:59.386184Z", "userDisplayName": "Melissa Martin", "userPrincipalName": "mmartin@domain.com", "userId": "632ccb55-03a7-40f4-9893-653527cae790", "appId": "e47a1d38-5f61-45cd-b1b9-bc92f525c598", "appDisplayName": "Altoura", "ipAddress": "147.132.189.119", "status": {"errorCode": 0}, "clientAppUsed": "Browser", "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 12_4_8 like Mac OS X) AppleWebKit/536.2 (KHTML, like Gecko) CriOS/39.0.845.0 Mobile/81S373 Safari/536.2 Edge/40.11827", "deviceDetail": {"deviceId": "", "operatingSystem": "Windows 10", "browser": "Edge 40.11827"}, "location": {"city": "Port Denisetown", "state": "Smithton", "countryOrRegion": "XR", "geoCoordinates": {"latitude": 3.5518965, "longitude": 131.871582}}, "correlationId": "3e07f300-3762-4767-a34c-8137f38bb743", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "32e64089-19ff-4b76-850c-07d2245f70bd", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "processingTimeInMilliseconds": 95, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Altoura Online", "resourceId": "8a137ba4-52ae-4dbf-94af-2e56851573c4", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 256668, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "BJWmXcuJeAGPNQPo8O2h1zwvbZLae8fjUxy7AFMmJ9Q9yQGZ", "incomingTokenType": "none", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": null}}, {"time": "2022-08-13T00:17:54.530790Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "147.177.131.63", "correlationId": "bb4717ab-6515-4599-a165-8f254ea4afeb", "identity": "Cassie Fernandez", "Level": 4, "location": "XR", "properties": {"id": "a6ae8eb8-8aea-4e1d-a5ac-6926c56d8c00", "createdDateTime": "2022-08-13T00:17:54.638790Z", "userDisplayName": "Cassie Fernandez", "userPrincipalName": "cfernandez@domain.com", "userId": "67ef8be6-3f44-4db7-8172-fd6211428c1e", "appId": "9167c284-c68f-468a-84be-0ee4f23879fe", "appDisplayName": "ArcGIS Enterprise", "ipAddress": "147.177.131.63", "status": {"errorCode": 0}, "clientAppUsed": "Mobile Apps and Desktop clients", "deviceDetail": {"deviceId": "", "operatingSystem": "Ios", "browser": "Mobile Safari"}, "location": {"city": "Samanthaberg", "state": "Smithton", "countryOrRegion": "XR", "geoCoordinates": {"latitude": -42.614565, "longitude": 110.302069}}, "correlationId": "5b104da4-2f1f-47cb-a6b8-efbe643ffd21", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "e822d515-3848-43c2-a6f3-10e4ef61b31e", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 108, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "ArcGIS Enterprise Service", "resourceId": "db504cc4-8f0b-4800-a3d2-d75104ad7e82", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 432564, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "5995FXgfmWj5NuwjUE1DrMbdYzkkyYI5tSkSKMAuP3uwFitX", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "e1eed55d-0b15-4abe-964b-f2d45bbc8964", "rngcStatus": 0}}, {"time": "2022-08-13T00:55:03.649795Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "50158", "resultSignature": "None", "resultDescription": "External security challenge was not satisfied.", "durationMs": 0, "callerIpAddress": "105.169.153.183", "correlationId": "10b212d4-3eea-4a84-a13f-a6e2704c86ef", "identity": "Thomas Price", "Level": 4, "location": "XR", "properties": {"id": "05ba222e-1564-4894-b208-c53593508600", "createdDateTime": "2022-08-13T00:55:03.759795Z", "userDisplayName": "Thomas Price", "userPrincipalName": "tprice@domain.com", "userId": "32109ee2-ee4f-4d11-9c38-2556aec0f2b5", "appId": "79510a8f-6421-4348-a2ea-bcc2b02485c1", "appDisplayName": "Cisco AnyConnect", "ipAddress": "105.169.153.183", "status": {"errorCode": 50158, "failureReason": "External security challenge was not satisfied."}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (X11; Linux i686) AppleWebKit/535.2 (KHTML, like Gecko) Chrome/22.0.843.0 Safari/535.2 Edge/118.12158", "deviceDetail": {"deviceId": "2b85c59f-331a-4b61-9a44-9d3d6df62a06", "displayName": "THOMASPRICE-LT", "operatingSystem": "Windows 10", "browser": "Edge 118.12158", "trustType": "Hybrid Azure AD joined"}, "location": {"city": "Santosborough", "state": "Smithton", "countryOrRegion": "XR", "geoCoordinates": {"latitude": 12.8350355, "longitude": 138.359011}}, "correlationId": "9c0ac347-78b6-451f-84f5-c20330dca714", "conditionalAccessStatus": "failure", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "809fd8a8-d3ca-4b8e-815c-902976a09336", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 110, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Cisco AnyConnect Online", "resourceId": "5d5b8d28-6a28-472e-b837-a4094e466965", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 256668, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "8I4BZHnSQGcN4iICmDHcnD06ItXdixU2brq3WK0bFhudHfjO", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "15655e1f-5005-4c53-b3c0-c4a1d1ca5e9e", "rngcStatus": 0}}, {"time": "2022-08-13T00:57:03.053310Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "92.110.109.246", "correlationId": "cb20fcf0-bd27-4212-ac95-fed691c7a12b", "identity": "David Johnson", "Level": 4, "location": "XR", "properties": {"id": "7e102f1d-1757-4798-8f5c-7789f8b77000", "createdDateTime": "2022-08-13T00:57:03.195310Z", "userDisplayName": "David Johnson", "userPrincipalName": "djohnson@domain.com", "userId": "ff2ae3d2-8cd2-4bd6-b65d-49c5ad946c7f", "appId": "7b74bf77-058a-4c0d-9d9d-5523c3bc80ed", "appDisplayName": "GitHub Enterprise Cloud - Organization", "ipAddress": "92.110.109.246", "status": {"errorCode": 0}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (iPad; CPU iPad OS 9_3_6 like Mac OS X) AppleWebKit/536.1 (KHTML, like Gecko) CriOS/42.0.865.0 Mobile/77O124 Safari/536.1 Edge/99.14477", "deviceDetail": {"deviceId": "717ebe00-a5eb-412e-97b6-7b8ab7cfbc02", "displayName": "DAVIDJOHNSON-LT", "operatingSystem": "Windows 10", "browser": "Edge 99.14477", "trustType": "Azure AD registered"}, "location": {"city": "Port Denisetown", "state": "Smithton", "countryOrRegion": "XR", "geoCoordinates": {"latitude": 3.5518965, "longitude": 131.871582}}, "correlationId": "b1004925-16e2-493b-8994-caca719af965", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "769dbe2d-3970-4464-9a3e-3c71bf1484bb", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 142, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "GitHub Enterprise Cloud - Organization Online", "resourceId": "51e679b4-5774-4b5f-9636-df5ea66b9380", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 230297, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "SdJS05LfSkkgRJN2l8ut6lhNuTezBZsS2pgeVrrlselPE31B", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "6e8f419c-7f10-40b1-a52a-e4fb253c74c2", "rngcStatus": 0}}, {"time": "2022-08-13T00:59:12.512860Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "50158", "resultSignature": "None", "resultDescription": "External security challenge was not satisfied.", "durationMs": 0, "callerIpAddress": "92.110.109.246", "correlationId": "d38ec869-1717-425a-86ee-30b9969c9879", "identity": "Thomas Price", "Level": 4, "location": "XR", "properties": {"id": "ace681b4-3934-4235-befc-67ed957d7300", "createdDateTime": "2022-08-13T00:59:12.643860Z", "userDisplayName": "Thomas Price", "userPrincipalName": "tprice@domain.com", "userId": "32109ee2-ee4f-4d11-9c38-2556aec0f2b5", "appId": "9a7e67c7-6f05-42a3-b226-97c7ec3e9696", "appDisplayName": "Adobe Identity Management", "ipAddress": "92.110.109.246", "status": {"errorCode": 50158, "failureReason": "External security challenge was not satisfied."}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (X11; Linux i686) AppleWebKit/535.2 (KHTML, like Gecko) Chrome/22.0.843.0 Safari/535.2 Edge/118.12158", "deviceDetail": {"deviceId": "a12f42a7-2ae0-42d8-aec8-bf7cb3dea82c", "displayName": "THOMASPRICE-LT", "operatingSystem": "Windows 10", "browser": "Edge 118.12158", "trustType": "Hybrid Azure AD joined"}, "location": {"city": "Port Denisetown", "state": "Smithton", "countryOrRegion": "XR", "geoCoordinates": {"latitude": 3.5518965, "longitude": 131.871582}}, "correlationId": "fe3326cf-1cd5-4f6c-974d-b98bce4695b0", "conditionalAccessStatus": "failure", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "a16f7816-2aa0-4e99-bec3-81dc3e56642b", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 131, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Adobe Identity Management Service", "resourceId": "30663ca7-f8a9-43ab-8ca1-7906bdbc1485", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 230297, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "nmwqvH5fZ7FFafTE9E8YDgurR7Uo1ymlHbAdIQ544MgmK4GU", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "a6c259e5-7f16-48b2-a9f3-75becd6daa9b", "rngcStatus": 0}}, {"time": "2022-08-13T01:21:20.237148Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "50158", "resultSignature": "None", "resultDescription": "External security challenge was not satisfied.", "durationMs": 0, "callerIpAddress": "42.62.103.34", "correlationId": "67a6b830-68db-45f6-8667-ef4892953d2f", "identity": "Joseph Taylor", "Level": 4, "location": "XF", "properties": {"id": "c09145de-2e38-4616-bd8d-33089cc76200", "createdDateTime": "2022-08-13T01:21:20.345148Z", "userDisplayName": "Joseph Taylor", "userPrincipalName": "jtaylor@domain.com", "userId": "af9847eb-c773-41ae-bf94-42747c5e986c", "appId": "99190773-7529-426f-b498-cb936b6504ab", "appDisplayName": "Linux Foundation Training", "ipAddress": "42.62.103.34", "status": {"errorCode": 50158, "failureReason": "External security challenge was not satisfied.", "additionalDetails": "MFA requirement satisfied by claim in the token"}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (iPad; CPU iPad OS 9_3_6 like Mac OS X) AppleWebKit/536.1 (KHTML, like Gecko) CriOS/42.0.865.0 Mobile/77O124 Safari/536.1 Edge/99.14477", "deviceDetail": {"deviceId": "76b96bd3-e5d7-49ee-b195-bf363facdb3d", "displayName": "JOSEPHTAYLOR-LT", "operatingSystem": "Windows 10", "browser": "Edge 99.14477", "isCompliant": true, "isManaged": true, "trustType": "Azure AD joined"}, "location": {"city": "Jessicafurt", "state": "Smithbury", "countryOrRegion": "XF", "geoCoordinates": {"latitude": 17.5082395, "longitude": -115.304215}}, "mfaDetail": {}, "correlationId": "738e4e1e-d54f-49a6-b8ce-56281faca0cc", "conditionalAccessStatus": "failure", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "81f9d8d9-bfc1-4424-9d7d-4d4eeb09e7cf", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 108, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Linux Foundation Training Service", "resourceId": "3f7d0d52-e3b6-4712-8e89-01c915dc0294", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 393508, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "K1ByOiOkJYUURYGftT4w1RDLpgkzJgGuZVtVO8xnB7pMwwnw", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "84036992-5b2b-4836-8aca-9de3ba4c15b9", "rngcStatus": 0}}, {"time": "2022-08-13T01:23:00.084874Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "156.206.181.119", "correlationId": "28a790c7-6992-4111-95c5-179c9e9d7ad7", "identity": "Cynthia Perry", "Level": 4, "location": "XY", "properties": {"id": "152ab320-f2ab-4522-a00f-9672ce165500", "createdDateTime": "2022-08-13T01:23:00.189874Z", "userDisplayName": "Cynthia Perry", "userPrincipalName": "cperry@domain.com", "userId": "ac5fa380-9d5b-470e-beb2-5ba10aca48e6", "appId": "9de6e985-97a5-4d82-9c45-aedaa9c25ef9", "appDisplayName": "AWS Single-Account Access", "ipAddress": "156.206.181.119", "status": {"errorCode": 0}, "clientAppUsed": "Browser", "deviceDetail": {"deviceId": "", "operatingSystem": "Windows"}, "location": {"city": "Hannaville", "state": "Thomashaven", "countryOrRegion": "XY", "geoCoordinates": {"latitude": 1.1452695, "longitude": 128.249211}}, "correlationId": "4b2f1c96-02c9-426d-b06e-ba0a2d58b20c", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "196223f2-f8ba-4b7e-b9de-aa45a3335c27", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "processingTimeInMilliseconds": 105, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "AWS Single-Account Access Service", "resourceId": "9a84f55e-3a40-492c-9476-e069f64ed7a6", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 279165, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "ND9cUW5qCfz1GxnYXsnXOvbD0fqG6ORV1CJYskJvMA0cqwYs", "incomingTokenType": "none", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "37ee873b-f901-4e25-be69-010243106d0f"}}, {"time": "2022-08-13T01:26:30.924821Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "13.113.40.157", "correlationId": "55c0b983-6b7a-47af-abb0-fefc0dc908f9", "identity": "Attack Target", "Level": 4, "location": "XR", "properties": {"id": "b7d3efa6-fdbc-4020-888c-cd5f0a3b8c00", "createdDateTime": "2022-08-13T01:26:31.036821Z", "userDisplayName": "Attack Target", "userPrincipalName": "attacktarget@domain.com", "userId": "d735e84b-dcca-404d-9f7d-700f360f41a6", "appId": "9a7e67c7-6f05-42a3-b226-97c7ec3e9696", "appDisplayName": "Adobe Identity Management", "ipAddress": "13.113.40.157", "ipAddressFromResourceProvider": "13.113.40.157", "status": {"errorCode": 0}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (iPad; CPU iPad OS 9_3_6 like Mac OS X) AppleWebKit/536.1 (KHTML, like Gecko) CriOS/42.0.865.0 Mobile/77O124 Safari/536.1 Edge/99.14477", "deviceDetail": {"deviceId": "a44625dc-6f81-449a-9799-8005f7209b42", "displayName": "ATTACKTARGET-LT", "operatingSystem": "Windows 10", "browser": "Edge 99.14477", "trustType": "Azure AD registered"}, "location": {"city": "Smithfort", "state": "Smithfort", "countryOrRegion": "XR", "geoCoordinates": {"latitude": 3.7564095, "longitude": -121.574606}}, "correlationId": "2f8c9819-3d49-4005-8ca5-230c72aa028d", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "e61c250b-f1d1-48dc-9d6b-26713ef814c3", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 112, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Adobe Identity Management Service", "resourceId": "c8eab36d-0a82-409d-8693-a8dabc997921", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 34974, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "OXmMDx7fiKxvvFRjcMLONp0hhCU0trJGZB9C1qNBmQOljstu", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "2248d3ef-d7b8-4eb2-bd20-fb53f725bfe3", "rngcStatus": 0}}, {"time": "2022-08-13T02:01:25.797131Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "42.62.103.34", "correlationId": "073ce6d6-688a-4cc2-b0b7-27f2401a181b", "identity": "Joseph Taylor", "Level": 4, "location": "XF", "properties": {"id": "7f19788f-2e61-49ad-9601-4fe61dec7400", "createdDateTime": "2022-08-13T02:01:25.904131Z", "userDisplayName": "Joseph Taylor", "userPrincipalName": "jtaylor@domain.com", "userId": "af9847eb-c773-41ae-bf94-42747c5e986c", "appId": "e47a1d38-5f61-45cd-b1b9-bc92f525c598", "appDisplayName": "Altoura", "ipAddress": "42.62.103.34", "status": {"errorCode": 0, "additionalDetails": "MFA requirement satisfied by claim in the token"}, "clientAppUsed": "Browser", "userAgent": "Mozilla/5.0 (Linux; Android 2.3.5) AppleWebKit/532.2 (KHTML, like Gecko) Chrome/46.0.898.0 Safari/532.2 Edge/105.19198", "deviceDetail": {"deviceId": "76b96bd3-e5d7-49ee-b195-bf363facdb3d", "displayName": "JOSEPHTAYLOR-LT", "operatingSystem": "Windows 10", "browser": "Edge 105.19198", "isCompliant": true, "isManaged": true, "trustType": "Azure AD joined"}, "location": {"city": "Jessicafurt", "state": "Smithbury", "countryOrRegion": "XF", "geoCoordinates": {"latitude": 17.5082395, "longitude": -115.304215}}, "mfaDetail": {}, "correlationId": "73aa1b54-8dae-4984-8c56-3735c573fdd8", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "1bf534ff-8078-4010-8a2e-bda1440953c2", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 107, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Altoura Online", "resourceId": "f0630e90-b752-4960-bfb9-a0794fc34930", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 393508, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "CSl0ENhWt2EsnEKUZ8aes6FaMsN04kCnupke01xoDldbrm2M", "incomingTokenType": "none", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "1f37c851-4be4-455b-928a-fbde7845a68a", "rngcStatus": 0}}, {"time": "2022-08-13T02:12:30.156885Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "50158", "resultSignature": "None", "resultDescription": "External security challenge was not satisfied.", "durationMs": 0, "callerIpAddress": "44.22.19.201", "correlationId": "9b2ebe97-3ae2-4b6b-adcc-5088c83be60e", "identity": "Thomas Price", "Level": 4, "location": "XN", "properties": {"id": "21b8fdd2-b101-4d63-9437-1f7ac7926100", "createdDateTime": "2022-08-13T02:12:30.350885Z", "userDisplayName": "Thomas Price", "userPrincipalName": "tprice@domain.com", "userId": "32109ee2-ee4f-4d11-9c38-2556aec0f2b5", "appId": "9a7e67c7-6f05-42a3-b226-97c7ec3e9696", "appDisplayName": "Adobe Identity Management", "ipAddress": "44.22.19.201", "status": {"errorCode": 50158, "failureReason": "External security challenge was not satisfied."}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (X11; Linux i686) AppleWebKit/535.2 (KHTML, like Gecko) Chrome/22.0.843.0 Safari/535.2 Edge/118.12158", "deviceDetail": {"deviceId": "fb4d911d-6441-411b-868f-d25d5586a326", "displayName": "THOMASPRICE-LT", "operatingSystem": "Windows 10", "browser": "Edge 118.12158", "trustType": "Hybrid Azure AD joined"}, "location": {"city": "Littlemouth", "state": "Alexanderfurt", "countryOrRegion": "XN", "geoCoordinates": {"latitude": 25.4437255, "longitude": -109.530885}}, "correlationId": "0fd4df18-3bc6-49f7-b9ac-64749d332caf", "conditionalAccessStatus": "failure", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "22d73358-adf8-4abf-9535-f2d78f7030db", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 194, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Adobe Identity Management Service", "resourceId": "30663ca7-f8a9-43ab-8ca1-7906bdbc1485", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 230297, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "NEIVMVWr4Vm77A43lvgNUhvAp3FGzD6aOAHB91KEbiDZUehz", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "a6c259e5-7f16-48b2-a9f3-75becd6daa9b", "rngcStatus": 0}}, {"time": "2022-08-13T02:30:13.272120Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "147.132.189.119", "correlationId": "a7747c31-7a1a-46b5-aa51-319f0310c21c", "identity": "Cassie Fernandez", "Level": 4, "location": "XR", "properties": {"id": "05ba222e-1564-4894-b208-c5355f628200", "createdDateTime": "2022-08-13T02:30:13.377120Z", "userDisplayName": "Cassie Fernandez", "userPrincipalName": "cfernandez@domain.com", "userId": "67ef8be6-3f44-4db7-8172-fd6211428c1e", "appId": "9a7e67c7-6f05-42a3-b226-97c7ec3e9696", "appDisplayName": "Adobe Identity Management", "ipAddress": "147.132.189.119", "status": {"errorCode": 0}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (iPad; CPU iPad OS 9_3_6 like Mac OS X) AppleWebKit/536.1 (KHTML, like Gecko) CriOS/42.0.865.0 Mobile/77O124 Safari/536.1 Edge/99.14477", "deviceDetail": {"deviceId": "bf67c857-685a-4457-89c4-db2afa581bd2", "displayName": "CASSIEFERNANDEZ-LT", "operatingSystem": "Windows 10", "browser": "Edge 99.14477", "trustType": "Hybrid Azure AD joined"}, "location": {"city": "Port Denisetown", "state": "Smithton", "countryOrRegion": "XR", "geoCoordinates": {"latitude": 3.5518965, "longitude": 131.871582}}, "correlationId": "c723a4fd-9fd0-4abb-a47e-0f977ef88109", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "d1300471-57ba-4670-8981-5c6184a77f5b", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 105, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Adobe Identity Management Service", "resourceId": "30663ca7-f8a9-43ab-8ca1-7906bdbc1485", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 256668, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "VoBfMt7omyoAkVmjH7FTjH5vOHrAWL6i2YbIYLDyxGXPnQOb", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "a6c259e5-7f16-48b2-a9f3-75becd6daa9b", "rngcStatus": 0}}, {"time": "2022-08-13T02:31:31.934430Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "205.33.24.92", "correlationId": "8e5984fd-587e-4e9b-abd7-6e732b379dd5", "identity": "Vanessa Ramirez", "Level": 4, "location": "XD", "properties": {"id": "0247f9e7-1fff-44eb-af6f-23a3f35c7000", "createdDateTime": "2022-08-13T02:31:32.032430Z", "userDisplayName": "Vanessa Ramirez", "userPrincipalName": "vramirez@domain.com", "userId": "5d72b7ed-62ea-4b94-b931-ccef65d71ebd", "appId": "9de6e985-97a5-4d82-9c45-aedaa9c25ef9", "appDisplayName": "AWS Single-Account Access", "ipAddress": "205.33.24.92", "status": {"errorCode": 0}, "clientAppUsed": "Browser", "deviceDetail": {"deviceId": "e395a3f4-8f2d-4170-804f-d3e13ce3151b", "displayName": "VANESSARAMIREZ-LT", "operatingSystem": "Windows", "trustType": "Azure AD registered"}, "location": {"city": "Kristinmouth", "state": "Norrisbury", "countryOrRegion": "XD", "geoCoordinates": {"latitude": 26.278784, "longitude": -92.042573}}, "correlationId": "bdbc06f9-ed37-4f83-9fa0-9999e89ee9b0", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "02792d44-d4f2-4dcb-8998-089e06b3d7d2", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 98, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "AWS Single-Account Access Service", "resourceId": "72f0186d-d327-46c9-a8ff-497e0caa8691", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 214655, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "ztj5x6u0Qujf2MCnuuNQBe82dlDuSdPXvlH7mAVQteiGh6HC", "incomingTokenType": "none", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": null, "rngcStatus": 0}}, {"time": "2022-08-13T02:37:38.228948Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "92.110.109.246", "correlationId": "0eef76df-5602-4003-8fbe-09355baa1a5a", "identity": "David Johnson", "Level": 4, "location": "XR", "properties": {"id": "78c2d22b-2231-4c67-bb82-cf5778fd5d00", "createdDateTime": "2022-08-13T02:37:38.398948Z", "userDisplayName": "David Johnson", "userPrincipalName": "djohnson@domain.com", "userId": "ff2ae3d2-8cd2-4bd6-b65d-49c5ad946c7f", "appId": "9a7e67c7-6f05-42a3-b226-97c7ec3e9696", "appDisplayName": "Adobe Identity Management", "ipAddress": "92.110.109.246", "status": {"errorCode": 0}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (Windows NT 4.0) AppleWebKit/531.1 (KHTML, like Gecko) Chrome/20.0.823.0 Safari/531.1 Edge/87.11424", "deviceDetail": {"deviceId": "8fb0ff79-f116-4f20-8ca8-36b3f8d68865", "displayName": "DAVIDJOHNSON-LT", "operatingSystem": "Windows 10", "browser": "Edge 87.11424", "trustType": "Azure AD registered"}, "location": {"city": "Port Denisetown", "state": "Smithton", "countryOrRegion": "XR", "geoCoordinates": {"latitude": 3.5518965, "longitude": 131.871582}}, "correlationId": "4eff0331-48b6-4b67-bbb7-1a2d778c3b62", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "8b2ed2c4-194a-4b5a-8c2a-c8149eb48816", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 170, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Adobe Identity Management Service", "resourceId": "80abac89-d2c0-4b6c-8ffc-5023bd7efc5e", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 230297, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "tjCoxLbLFUWc37l5RNKIozuZqSnfuf5VHKsE2rcLhsr29aYP", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": null, "rngcStatus": 0}}, {"time": "2022-08-13T02:44:25.346545Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "25.228.18.106", "correlationId": "bd7d4b7b-eb82-4f94-80f5-86b6feec567b", "identity": "Thomas Price", "Level": 4, "location": "XQ", "properties": {"id": "720d181b-6cd7-4a61-bb3c-89a6cec39800", "createdDateTime": "2022-08-13T02:44:25.499545Z", "userDisplayName": "Thomas Price", "userPrincipalName": "tprice@domain.com", "userId": "32109ee2-ee4f-4d11-9c38-2556aec0f2b5", "appId": "18bf60fa-77dd-4aad-891d-af82ca87dd06", "appDisplayName": "FortiGate SSL VPN", "ipAddress": "25.228.18.106", "status": {"errorCode": 0}, "clientAppUsed": "Browser", "deviceDetail": {"deviceId": "0729bd71-1465-4897-bba4-71c5ca15a9bb", "displayName": "THOMASPRICE-LT", "operatingSystem": "Windows", "browser": "Rich Client 4.22.0.0", "isCompliant": true, "isManaged": true, "trustType": "Azure AD registered"}, "location": {"city": "Veronicachester", "state": "Chanshire", "countryOrRegion": "XQ", "geoCoordinates": {"latitude": -5.3151345, "longitude": -4.976578}}, "correlationId": "305bc6d7-20e5-44bf-9825-1d7addc8b20f", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "f0bbad2a-5f5e-43f8-8d66-24b678ff0375", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 153, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "FortiGate SSL VPN Service", "resourceId": "f0630e90-b752-4960-bfb9-a0794fc34930", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 79359, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "DGmTXyZJD14w4FfkwTslNwJ8F4drsTkWkupc2gSYqVsDigLx", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "1f37c851-4be4-455b-928a-fbde7845a68a", "rngcStatus": 0}}, {"time": "2022-08-13T02:59:25.011856Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "13.113.40.157", "correlationId": "4590c535-83de-4792-a182-abb288855a5b", "identity": "Attack Target", "Level": 4, "location": "XR", "properties": {"id": "b7d3efa6-fdbc-4020-888c-cd5f2d9a8b00", "createdDateTime": "2022-08-13T02:59:25.127856Z", "userDisplayName": "Attack Target", "userPrincipalName": "attacktarget@domain.com", "userId": "d735e84b-dcca-404d-9f7d-700f360f41a6", "appId": "9a7e67c7-6f05-42a3-b226-97c7ec3e9696", "appDisplayName": "Adobe Identity Management", "ipAddress": "13.113.40.157", "ipAddressFromResourceProvider": "13.113.40.157", "status": {"errorCode": 0}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (iPad; CPU iPad OS 9_3_6 like Mac OS X) AppleWebKit/536.1 (KHTML, like Gecko) CriOS/42.0.865.0 Mobile/77O124 Safari/536.1 Edge/99.14477", "deviceDetail": {"deviceId": "a44625dc-6f81-449a-9799-8005f7209b42", "displayName": "ATTACKTARGET-LT", "operatingSystem": "Windows 10", "browser": "Edge 99.14477", "trustType": "Azure AD registered"}, "location": {"city": "Smithfort", "state": "Smithfort", "countryOrRegion": "XR", "geoCoordinates": {"latitude": 3.7564095, "longitude": -121.574606}}, "correlationId": "0e337d54-9809-4e6c-a5b3-da1c5e27cc93", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "dd807968-9b83-45ee-9c64-dec353abe94c", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 116, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Adobe Identity Management Service", "resourceId": "c8eab36d-0a82-409d-8693-a8dabc997921", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 34974, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "a7KGHjO2w6F5k9vVZP4jBtdCWv6qsY4f3ChOZ7aUhi9kOWyh", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "2248d3ef-d7b8-4eb2-bd20-fb53f725bfe3", "rngcStatus": 0}}, {"time": "2022-08-13T03:26:09.056419Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "50158", "resultSignature": "None", "resultDescription": "External security challenge was not satisfied.", "durationMs": 0, "callerIpAddress": "166.105.218.213", "correlationId": "297ba351-458e-45b4-986e-286af2d9578b", "identity": "Thomas Price", "Level": 4, "location": "XR", "properties": {"id": "b80ef64e-d513-4ed3-8c9a-22cd59aa5f00", "createdDateTime": "2022-08-13T03:26:09.213419Z", "userDisplayName": "Thomas Price", "userPrincipalName": "tprice@domain.com", "userId": "32109ee2-ee4f-4d11-9c38-2556aec0f2b5", "appId": "9a7e67c7-6f05-42a3-b226-97c7ec3e9696", "appDisplayName": "Adobe Identity Management", "ipAddress": "166.105.218.213", "status": {"errorCode": 50158, "failureReason": "External security challenge was not satisfied."}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (X11; Linux i686) AppleWebKit/535.2 (KHTML, like Gecko) Chrome/22.0.843.0 Safari/535.2 Edge/118.12158", "deviceDetail": {"deviceId": "81ad31fb-e9be-4498-b1b2-c62f8fae1a77", "displayName": "THOMASPRICE-LT", "operatingSystem": "Windows 10", "browser": "Edge 118.12158", "trustType": "Hybrid Azure AD joined"}, "location": {"city": "Kevinton", "state": "Smithton", "countryOrRegion": "XR", "geoCoordinates": {"latitude": -87.5106305, "longitude": -77.991036}}, "correlationId": "1c02ff09-1af3-4e21-ac02-c632cfa60f4d", "conditionalAccessStatus": "failure", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "bf0171dd-f3d4-4687-96d5-e6acac51a2e1", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 157, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Adobe Identity Management Service", "resourceId": "30663ca7-f8a9-43ab-8ca1-7906bdbc1485", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 256668, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "i5TQz6BGTb9gJBLtFaDUPr8hDgTsq6wvihGng5DEHUhAyARy", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "a6c259e5-7f16-48b2-a9f3-75becd6daa9b", "rngcStatus": 0}}, {"time": "2022-08-13T03:33:56.249801Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "13.113.40.157", "correlationId": "fd953bac-c7dc-4ca2-9b3b-31fd8973e172", "identity": "Attack Target", "Level": 4, "location": "XR", "properties": {"id": "c1b5f5c8-ca60-424d-8983-bf9c52785000", "createdDateTime": "2022-08-13T03:33:56.567801Z", "userDisplayName": "Attack Target", "userPrincipalName": "attacktarget@domain.com", "userId": "d735e84b-dcca-404d-9f7d-700f360f41a6", "appId": "9c5b7fe3-0ad2-4ea6-94e5-9e0001f367e3", "appDisplayName": "Articulate 360", "ipAddress": "13.113.40.157", "status": {"errorCode": 0}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (iPad; CPU iPad OS 9_3_6 like Mac OS X) AppleWebKit/536.1 (KHTML, like Gecko) CriOS/42.0.865.0 Mobile/77O124 Safari/536.1 Edge/99.14477", "deviceDetail": {"deviceId": "a44625dc-6f81-449a-9799-8005f7209b42", "displayName": "ATTACKTARGET-LT", "operatingSystem": "Windows 10", "browser": "Edge 99.14477", "trustType": "Azure AD registered"}, "location": {"city": "New John", "state": "Smithfort", "countryOrRegion": "XR", "geoCoordinates": {"latitude": -89.144242, "longitude": 168.119022}}, "correlationId": "a20b6262-e124-4c4d-80f3-139edf1eb089", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "32a97983-93dd-46e0-badc-48b196255fa2", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "processingTimeInMilliseconds": 318, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Articulate 360 Online", "resourceId": "436260d5-3791-4aea-a4da-aa698ec35f2f", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 34974, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "zxiYzGPTxG6odpy4bJ5mNJwZSjZus29qlp1a0q0I8M2KATGl", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "94b9f3ba-5f4b-4edc-99dc-a420b76960f9"}}, {"time": "2022-08-13T03:37:26.630566Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "42.62.103.34", "correlationId": "270eb7cc-bac8-4e81-9d0f-9bd2abc22e99", "identity": "Joseph Taylor", "Level": 4, "location": "XF", "properties": {"id": "5aec81a3-c272-48c4-afbf-d9dcd2d08b00", "createdDateTime": "2022-08-13T03:37:26.722566Z", "userDisplayName": "Joseph Taylor", "userPrincipalName": "jtaylor@domain.com", "userId": "af9847eb-c773-41ae-bf94-42747c5e986c", "appId": "dbe6b779-13df-45f2-a6d7-1323485479f6", "appDisplayName": "Cisco Webex", "ipAddress": "42.62.103.34", "status": {"errorCode": 0, "additionalDetails": "MFA requirement satisfied by claim in the token"}, "clientAppUsed": "Browser", "deviceDetail": {"deviceId": "76b96bd3-e5d7-49ee-b195-bf363facdb3d", "displayName": "JOSEPHTAYLOR-LT", "operatingSystem": "Windows10", "browser": "Rich Client 4.38.0.0", "isCompliant": true, "isManaged": true, "trustType": "Azure AD joined"}, "location": {"city": "Jessicafurt", "state": "Smithbury", "countryOrRegion": "XF", "geoCoordinates": {"latitude": 17.5082395, "longitude": -115.304215}}, "mfaDetail": {}, "correlationId": "b70651d1-3e99-4ecb-b8a1-9686514312c3", "conditionalAccessStatus": "notApplied", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "05c05463-3312-422e-8a3d-e36a267e47f3", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 92, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Cisco Webex Service", "resourceId": "f72c694e-4e03-4616-91f3-78c5fe54122a", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 393508, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "Hi0JxvXGbwqXvJDGgwnUF3Z7338Lg1DdpTCJRfiBaQps3Adm", "incomingTokenType": "none", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "1674f597-9877-4ff9-a5d9-accfea860d15", "rngcStatus": 0}}, {"time": "2022-08-13T03:57:27.613128Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "156.206.181.119", "correlationId": "3f7f616f-5bbc-499c-b8cd-a94309ff6c40", "identity": "Cynthia Perry", "Level": 4, "location": "XY", "properties": {"id": "9cc7e7ee-3d25-4c52-b364-34d9f0f85300", "createdDateTime": "2022-08-13T03:57:27.737128Z", "userDisplayName": "Cynthia Perry", "userPrincipalName": "cperry@domain.com", "userId": "ac5fa380-9d5b-470e-beb2-5ba10aca48e6", "appId": "9de6e985-97a5-4d82-9c45-aedaa9c25ef9", "appDisplayName": "AWS Single-Account Access", "ipAddress": "156.206.181.119", "status": {"errorCode": 0}, "clientAppUsed": "Browser", "deviceDetail": {"deviceId": "", "operatingSystem": "Windows"}, "location": {"city": "Hannaville", "state": "Thomashaven", "countryOrRegion": "XY", "geoCoordinates": {"latitude": 1.1452695, "longitude": 128.249211}}, "correlationId": "f9d2b113-1466-4f80-8409-f30ddf396a5e", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "c302d98d-cde2-4e5b-af84-3e226f68911f", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "processingTimeInMilliseconds": 124, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "AWS Single-Account Access Service", "resourceId": "f0630e90-b752-4960-bfb9-a0794fc34930", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 279165, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "M52mAzlmSLLQ42QWIV9mzNNuMXjhwHne0gelVHXvEriQOIkz", "incomingTokenType": "none", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "1f37c851-4be4-455b-928a-fbde7845a68a"}}, {"time": "2022-08-13T04:12:12.145390Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "1.210.58.10", "correlationId": "f7ac70b4-ba4b-417a-b231-3debb35cd42a", "identity": "Keith Sheppard", "Level": 4, "location": "XD", "properties": {"id": "5d857cb0-2921-4775-a7e5-e499e34e9000", "createdDateTime": "2022-08-13T04:12:12.344390Z", "userDisplayName": "Keith Sheppard", "userPrincipalName": "ksheppard@domain.com", "userId": "05bd48f1-91d2-4c2d-9a7c-80e80f561b3c", "appId": "51a80452-7502-4b15-9e15-827c7d78e337", "appDisplayName": "Dropbox Business", "ipAddress": "1.210.58.10", "status": {"errorCode": 0}, "clientAppUsed": "Mobile Apps and Desktop clients", "deviceDetail": {"deviceId": "639815fd-5018-4e38-9d81-67538b2ce460", "displayName": "KEITHSHEPPARD-LT", "operatingSystem": "Windows 10", "browser": "Rich Client 5.2.9.0", "trustType": "Azure AD registered"}, "location": {"city": "Cooperhaven", "state": "Norrisbury", "countryOrRegion": "XD", "geoCoordinates": {"latitude": 70.436398, "longitude": -23.873747}}, "correlationId": "1601d7a5-27ed-4888-b5e1-18e80a9a1399", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "f0e0c486-0bdc-463d-86b4-064ca2225979", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 199, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Dropbox Business Online", "resourceId": "fcbb342e-c15e-4612-8a70-e3156b81556f", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 69487, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "mZFN3PGnyY3fUcMUai5h79qOLQfmPh5ZKVDL00W1Yv7g1aga", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "0fd3a253-6124-461e-bab2-32ec73c1c1ad", "rngcStatus": 0}}, {"time": "2022-08-13T04:14:44.125689Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "92.110.109.246", "correlationId": "e7153fc6-9488-472d-b5c5-5382687c947c", "identity": "David Johnson", "Level": 4, "location": "XR", "properties": {"id": "78c2d22b-2231-4c67-bb82-cf57c4cd6100", "createdDateTime": "2022-08-13T04:14:44.267689Z", "userDisplayName": "David Johnson", "userPrincipalName": "djohnson@domain.com", "userId": "ff2ae3d2-8cd2-4bd6-b65d-49c5ad946c7f", "appId": "9003b8ba-730c-412d-8972-267700304e01", "appDisplayName": "Box", "ipAddress": "92.110.109.246", "status": {"errorCode": 0}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (Windows NT 4.0) AppleWebKit/531.1 (KHTML, like Gecko) Chrome/20.0.823.0 Safari/531.1 Edge/87.11424", "deviceDetail": {"deviceId": "8fb0ff79-f116-4f20-8ca8-36b3f8d68865", "displayName": "DAVIDJOHNSON-LT", "operatingSystem": "Windows 10", "browser": "Edge 87.11424", "trustType": "Azure AD registered"}, "location": {"city": "Port Denisetown", "state": "Smithton", "countryOrRegion": "XR", "geoCoordinates": {"latitude": 3.5518965, "longitude": 131.871582}}, "correlationId": "b607781b-c0e9-4110-aff7-4ce59beab27b", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "d6328bb0-123a-4459-8376-b72d04c400d4", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 142, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Box Online", "resourceId": "8a137ba4-52ae-4dbf-94af-2e56851573c4", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 230297, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "d398lBVBsv7yycfsIATBjDkjeN7EsnspUDmeGUsGff2SEo2U", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": null, "rngcStatus": 0}}, {"time": "2022-08-13T04:23:36.732058Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "156.206.181.119", "correlationId": "13b82956-6030-41b0-a35b-673c5e6f6f71", "identity": "Cynthia Perry", "Level": 4, "location": "XY", "properties": {"id": "159590e9-5419-4dbb-867e-364190a15f00", "createdDateTime": "2022-08-13T04:23:36.911058Z", "userDisplayName": "Cynthia Perry", "userPrincipalName": "cperry@domain.com", "userId": "ac5fa380-9d5b-470e-beb2-5ba10aca48e6", "appId": "9de6e985-97a5-4d82-9c45-aedaa9c25ef9", "appDisplayName": "AWS Single-Account Access", "ipAddress": "156.206.181.119", "status": {"errorCode": 0}, "clientAppUsed": "Browser", "deviceDetail": {"deviceId": "", "operatingSystem": "Windows"}, "location": {"city": "Hannaville", "state": "Thomashaven", "countryOrRegion": "XY", "geoCoordinates": {"latitude": 1.1452695, "longitude": 128.249211}}, "correlationId": "df5cef7c-ce80-4e80-bb1f-098b8ef6077b", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "594629b5-5a4e-4786-83ee-e08329c4a0ed", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 179, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "AWS Single-Account Access Service", "resourceId": "c65cf5f9-5537-4200-889e-381c4f60ca7d", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 279165, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "4r34oVXomVcW8NEhbQcyKgrvsYxbFdCn6M3nfIBNCRzXZn30", "incomingTokenType": "none", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": null, "rngcStatus": 0}}, {"time": "2022-08-13T04:27:26.286737Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "13.113.40.157", "correlationId": "b0776415-d50e-4f79-b2f9-cc9bbe600dde", "identity": "Attack Target", "Level": 4, "location": "XR", "properties": {"id": "21d9bc2a-9249-4dd7-ac71-d73d83a56400", "createdDateTime": "2022-08-13T04:27:26.447737Z", "userDisplayName": "Attack Target", "userPrincipalName": "attacktarget@domain.com", "userId": "d735e84b-dcca-404d-9f7d-700f360f41a6", "appId": "9a7e67c7-6f05-42a3-b226-97c7ec3e9696", "appDisplayName": "Adobe Identity Management", "ipAddress": "13.113.40.157", "status": {"errorCode": 0}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (iPad; CPU iPad OS 9_3_6 like Mac OS X) AppleWebKit/536.1 (KHTML, like Gecko) CriOS/42.0.865.0 Mobile/77O124 Safari/536.1 Edge/99.14477", "deviceDetail": {"deviceId": "a44625dc-6f81-449a-9799-8005f7209b42", "displayName": "ATTACKTARGET-LT", "operatingSystem": "Windows 10", "browser": "Edge 99.14477", "trustType": "Azure AD registered"}, "location": {"city": "New John", "state": "Smithfort", "countryOrRegion": "XR", "geoCoordinates": {"latitude": -89.144242, "longitude": 168.119022}}, "correlationId": "8a9f61f2-2f07-4bbc-964e-ab38af868b27", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "4087827d-5607-42b8-bf57-e46b3db2db8a", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 161, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Adobe Identity Management Service", "resourceId": "30663ca7-f8a9-43ab-8ca1-7906bdbc1485", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 34974, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "wZVaKYEtAv7zd3jDuUxlJy1msXk8FBqpKhctyFr656oyKMUY", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "a6c259e5-7f16-48b2-a9f3-75becd6daa9b", "rngcStatus": 0}}, {"time": "2022-08-13T04:57:36.809493Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "86.154.193.190", "correlationId": "306e5f15-c801-49b0-b610-94492e9fc342", "identity": "Jamie Watson", "Level": 4, "location": "XR", "properties": {"id": "c9373607-daa3-4e2b-a7b6-785569324300", "createdDateTime": "2022-08-13T04:57:36.913493Z", "userDisplayName": "Jamie Watson", "userPrincipalName": "jwatson@domain.com", "userId": "2844695b-9a70-48ed-a5ce-f3d711e2292b", "appId": "9a7e67c7-6f05-42a3-b226-97c7ec3e9696", "appDisplayName": "Adobe Identity Management", "ipAddress": "86.154.193.190", "status": {"errorCode": 0}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (X11; Linux i686) AppleWebKit/533.0 (KHTML, like Gecko) Chrome/24.0.803.0 Safari/533.0 Edge/40.11325", "deviceDetail": {"deviceId": "fc784602-6455-4450-be3c-6770e0359f8a", "displayName": "JAMIEWATSON-LT", "operatingSystem": "Windows 10", "browser": "Edge 40.11325", "isCompliant": true, "isManaged": true, "trustType": "Azure AD joined"}, "location": {"city": "Port Denisetown", "state": "Smithton", "countryOrRegion": "XR", "geoCoordinates": {"latitude": 3.5518965, "longitude": 131.871582}}, "correlationId": "44ad7fc1-d1dc-4b28-94c3-ac6fc93a3f4d", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "94255573-c4f1-487d-9978-cc2057883dba", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "processingTimeInMilliseconds": 104, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Adobe Identity Management Service", "resourceId": "7d6a0897-8b82-49e9-90e2-d482fb9202bd", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 256668, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "AZRfKukI83BRi13wuWZxDnh7bFKtmZvmeJkROFWiAtslX2OO", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "537d9419-7e2b-4778-9102-62256bcfcf45"}}, {"time": "2022-08-13T05:06:18.617405Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "92.110.109.246", "correlationId": "1aa0a69b-1d09-4d42-9ede-7b37951c657f", "identity": "David Johnson", "Level": 4, "location": "XR", "properties": {"id": "f95b27fd-8962-466c-86b8-5898c1f38400", "createdDateTime": "2022-08-13T05:06:18.802405Z", "userDisplayName": "David Johnson", "userPrincipalName": "djohnson@domain.com", "userId": "ff2ae3d2-8cd2-4bd6-b65d-49c5ad946c7f", "appId": "dbe6b779-13df-45f2-a6d7-1323485479f6", "appDisplayName": "Cisco Webex", "ipAddress": "92.110.109.246", "status": {"errorCode": 0}, "clientAppUsed": "Browser", "deviceDetail": {"deviceId": "717ebe00-a5eb-412e-97b6-7b8ab7cfbc02", "displayName": "DAVIDJOHNSON-LT", "operatingSystem": "Windows10", "browser": "Rich Client 4.38.0.0", "trustType": "Azure AD registered"}, "location": {"city": "Port Denisetown", "state": "Smithton", "countryOrRegion": "XR", "geoCoordinates": {"latitude": 3.5518965, "longitude": 131.871582}}, "correlationId": "d473c29d-7b8b-4c31-8c5b-8765a41dce7b", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "d334ecc1-dc52-455d-bccb-22d057d264a8", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 185, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Cisco Webex Service", "resourceId": "9a84f55e-3a40-492c-9476-e069f64ed7a6", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 230297, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "Uf8inQgyksEw3syeMRWzL0rXBbatM00KjckzvQLDLi54e6PO", "incomingTokenType": "none", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "37ee873b-f901-4e25-be69-010243106d0f", "rngcStatus": 0}}, {"time": "2022-08-13T05:19:10.463040Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "50158", "resultSignature": "None", "resultDescription": "External security challenge was not satisfied.", "durationMs": 0, "callerIpAddress": "44.22.19.201", "correlationId": "d7ccbac4-2b9d-4de1-8983-ce8c53977397", "identity": "Thomas Price", "Level": 4, "location": "XN", "properties": {"id": "10696f74-a92e-4dcd-9925-f1835c536900", "createdDateTime": "2022-08-13T05:19:10.613040Z", "userDisplayName": "Thomas Price", "userPrincipalName": "tprice@domain.com", "userId": "32109ee2-ee4f-4d11-9c38-2556aec0f2b5", "appId": "9a7e67c7-6f05-42a3-b226-97c7ec3e9696", "appDisplayName": "Adobe Identity Management", "ipAddress": "44.22.19.201", "status": {"errorCode": 50158, "failureReason": "External security challenge was not satisfied."}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (X11; Linux i686) AppleWebKit/535.2 (KHTML, like Gecko) Chrome/22.0.843.0 Safari/535.2 Edge/118.12158", "deviceDetail": {"deviceId": "fb4d911d-6441-411b-868f-d25d5586a326", "displayName": "THOMASPRICE-LT", "operatingSystem": "Windows 10", "browser": "Edge 118.12158", "trustType": "Hybrid Azure AD joined"}, "location": {"city": "Littlemouth", "state": "Alexanderfurt", "countryOrRegion": "XN", "geoCoordinates": {"latitude": 25.4437255, "longitude": -109.530885}}, "correlationId": "f31b60f1-4f9d-426c-9a1c-885bd9cd5552", "conditionalAccessStatus": "failure", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "2c5864bd-7c15-468e-8c89-53912139c57e", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 150, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Adobe Identity Management Service", "resourceId": "30663ca7-f8a9-43ab-8ca1-7906bdbc1485", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 230297, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "nsFCiKFnymoiZwpIQwUeK9OQmAFmonBRVdY6zNj5OFFnwlDJ", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "a6c259e5-7f16-48b2-a9f3-75becd6daa9b", "rngcStatus": 0}}, {"time": "2022-08-13T05:22:38.758003Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "1.210.58.10", "correlationId": "4ef84ce8-5277-4286-be13-65f387520e2d", "identity": "Keith Sheppard", "Level": 4, "location": "XD", "properties": {"id": "693e71cc-b15a-4126-a489-a77795fe5100", "createdDateTime": "2022-08-13T05:22:38.849003Z", "userDisplayName": "Keith Sheppard", "userPrincipalName": "ksheppard@domain.com", "userId": "05bd48f1-91d2-4c2d-9a7c-80e80f561b3c", "appId": "e47a1d38-5f61-45cd-b1b9-bc92f525c598", "appDisplayName": "Altoura", "ipAddress": "1.210.58.10", "status": {"errorCode": 0}, "clientAppUsed": "Browser", "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 12_4_8 like Mac OS X) AppleWebKit/536.2 (KHTML, like Gecko) CriOS/39.0.845.0 Mobile/81S373 Safari/536.2 Edge/40.11827", "deviceDetail": {"deviceId": "639815fd-5018-4e38-9d81-67538b2ce460", "displayName": "KEITHSHEPPARD-LT", "operatingSystem": "Windows 10", "browser": "Edge 40.11827", "trustType": "Azure AD registered"}, "location": {"city": "Cooperhaven", "state": "Norrisbury", "countryOrRegion": "XD", "geoCoordinates": {"latitude": 70.436398, "longitude": -23.873747}}, "correlationId": "05351964-a4a4-4b06-9224-23b8ef8d56a8", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "e2837e11-bc81-4120-8f4d-ba087ab8a485", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "processingTimeInMilliseconds": 91, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Altoura Online", "resourceId": "8a137ba4-52ae-4dbf-94af-2e56851573c4", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 69487, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "dP8v6fCIjW5MY7Zrgj0yz7l9rg68litNqVPEfVsi82aDfdiG", "incomingTokenType": "none", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": null}}, {"time": "2022-08-13T05:37:51.487583Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "86.154.193.190", "correlationId": "06a93a03-deb1-44d3-a1a5-c2224324f240", "identity": "Jamie Watson", "Level": 4, "location": "XR", "properties": {"id": "5d857cb0-2921-4775-a7e5-e49905488e00", "createdDateTime": "2022-08-13T05:37:51.569583Z", "userDisplayName": "Jamie Watson", "userPrincipalName": "jwatson@domain.com", "userId": "2844695b-9a70-48ed-a5ce-f3d711e2292b", "appId": "2eae4ad1-8cae-48fe-b718-76bd66e2fc7f", "appDisplayName": "Bipsync", "ipAddress": "86.154.193.190", "status": {"errorCode": 0}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (X11; Linux i686) AppleWebKit/533.0 (KHTML, like Gecko) Chrome/24.0.803.0 Safari/533.0 Edge/40.11325", "deviceDetail": {"deviceId": "fc784602-6455-4450-be3c-6770e0359f8a", "displayName": "JAMIEWATSON-LT", "operatingSystem": "Windows 10", "browser": "Edge 40.11325", "isCompliant": true, "isManaged": true, "trustType": "Azure AD joined"}, "location": {"city": "Port Denisetown", "state": "Smithton", "countryOrRegion": "XR", "geoCoordinates": {"latitude": 3.5518965, "longitude": 131.871582}}, "correlationId": "d47778bf-cae0-419b-8d56-f3064564499a", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "c13211cb-b5e2-4c40-8aaf-194f05fb116f", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 82, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Bipsync Service", "resourceId": "aaf780ce-b996-49b9-986d-8bb23f7bce3a", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 256668, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "BVDlsRl9KvC84Mu1zVbk7t1BalL4woXBr1vQbNXUJd5ITZOJ", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "b7da42cc-a168-4148-b15a-792ad32c2ff5", "rngcStatus": 0}}, {"time": "2022-08-13T06:00:54.755605Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "86.154.193.190", "correlationId": "87501a34-db84-4354-bd19-d76f44f0bed4", "identity": "Kristen Howell", "Level": 4, "location": "XR", "properties": {"id": "59de31d3-9b3e-4d48-a206-9ae7664c6500", "createdDateTime": "2022-08-13T06:00:54.918605Z", "userDisplayName": "Kristen Howell", "userPrincipalName": "khowell@domain.com", "userId": "20e1e3f9-665f-45bd-9984-5e74b526d3b5", "appId": "23cab0c7-7a39-45c8-bbc1-00512d4581f4", "appDisplayName": "LumApps", "ipAddress": "86.154.193.190", "status": {"errorCode": 0}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (X11; Linux i686) AppleWebKit/533.0 (KHTML, like Gecko) Chrome/24.0.803.0 Safari/533.0 Edge/40.11325", "deviceDetail": {"deviceId": "af204333-3bdf-4228-bbeb-e3a654075b5c", "displayName": "KRISTENHOWELL-LT", "operatingSystem": "Windows 10", "browser": "Edge 40.11325", "trustType": "Azure AD registered"}, "location": {"city": "Port Denisetown", "state": "Smithton", "countryOrRegion": "XR", "geoCoordinates": {"latitude": 3.5518965, "longitude": 131.871582}}, "correlationId": "6a48c507-0681-4939-aaab-a4dcc44a3d18", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "2c4cb8a1-dd8e-4e3b-8e70-8c4a7ec60dcb", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 163, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "LumApps Service", "resourceId": "9a84f55e-3a40-492c-9476-e069f64ed7a6", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 256668, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "oImiSpCas47eMStByEhvgf661b7iZ44dNCoAyidNoweog65R", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "37ee873b-f901-4e25-be69-010243106d0f", "rngcStatus": 0}}, {"time": "2022-08-13T06:05:10.966791Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "92.110.109.246", "correlationId": "2dbfd4ca-b15a-4faf-a3e8-b201af526473", "identity": "David Johnson", "Level": 4, "location": "XR", "properties": {"id": "6ceba26d-9d11-4bc7-ac31-c1b84b526400", "createdDateTime": "2022-08-13T06:05:11.104791Z", "userDisplayName": "David Johnson", "userPrincipalName": "djohnson@domain.com", "userId": "ff2ae3d2-8cd2-4bd6-b65d-49c5ad946c7f", "appId": "9003b8ba-730c-412d-8972-267700304e01", "appDisplayName": "Box", "ipAddress": "92.110.109.246", "status": {"errorCode": 0}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (Windows NT 4.0) AppleWebKit/531.1 (KHTML, like Gecko) Chrome/20.0.823.0 Safari/531.1 Edge/87.11424", "deviceDetail": {"deviceId": "8fb0ff79-f116-4f20-8ca8-36b3f8d68865", "displayName": "DAVIDJOHNSON-LT", "operatingSystem": "Windows 10", "browser": "Edge 87.11424", "trustType": "Azure AD registered"}, "location": {"city": "Port Denisetown", "state": "Smithton", "countryOrRegion": "XR", "geoCoordinates": {"latitude": 3.5518965, "longitude": 131.871582}}, "correlationId": "9e7d0849-5b54-42e7-a14f-a69230226a6a", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "b8829642-d46c-444c-8985-e1d016d20e6e", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "processingTimeInMilliseconds": 138, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Box Online", "resourceId": "c8eab36d-0a82-409d-8693-a8dabc997921", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 230297, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "0ixGc8IrXGO9jBknRrVSYgekVpd4IxzELzntuwenKUIk8v27", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "2248d3ef-d7b8-4eb2-bd20-fb53f725bfe3"}}, {"time": "2022-08-13T06:10:52.283535Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "50158", "resultSignature": "None", "resultDescription": "External security challenge was not satisfied.", "durationMs": 0, "callerIpAddress": "177.189.225.133", "correlationId": "3482653b-8e58-4ec0-a9d3-795969d5753b", "identity": "Thomas Price", "Level": 4, "location": "XQ", "properties": {"id": "cfcb865f-7e5f-417b-b8f8-3d1518f37000", "createdDateTime": "2022-08-13T06:10:52.400535Z", "userDisplayName": "Thomas Price", "userPrincipalName": "tprice@domain.com", "userId": "32109ee2-ee4f-4d11-9c38-2556aec0f2b5", "appId": "79510a8f-6421-4348-a2ea-bcc2b02485c1", "appDisplayName": "Cisco AnyConnect", "ipAddress": "177.189.225.133", "status": {"errorCode": 50158, "failureReason": "External security challenge was not satisfied."}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (X11; Linux i686) AppleWebKit/535.2 (KHTML, like Gecko) Chrome/22.0.843.0 Safari/535.2 Edge/118.12158", "deviceDetail": {"deviceId": "72c565a0-f587-4d5e-9fa9-82cab482ddf0", "displayName": "THOMASPRICE-LT", "operatingSystem": "Windows 10", "browser": "Edge 118.12158", "trustType": "Hybrid Azure AD joined"}, "location": {"city": "Brownton", "state": "Stephanieberg", "countryOrRegion": "XQ", "geoCoordinates": {"latitude": 60.015373, "longitude": -41.508557}}, "correlationId": "480a3271-7fe9-44e6-bc88-f8f6a680bc9e", "conditionalAccessStatus": "failure", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "d362e7f0-ed8e-4185-818d-1e626fae2a5b", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 117, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Cisco AnyConnect Online", "resourceId": "5d5b8d28-6a28-472e-b837-a4094e466965", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 104135, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "AOqjn08ZwF1tollIqY2i8tfQKJp0pGHqc3fVrzeICYJUtpB6", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "15655e1f-5005-4c53-b3c0-c4a1d1ca5e9e", "rngcStatus": 0}}, {"time": "2022-08-13T06:18:25.071221Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "50158", "resultSignature": "None", "resultDescription": "External security challenge was not satisfied.", "durationMs": 0, "callerIpAddress": "166.105.218.213", "correlationId": "2eaffcf3-f827-49fe-97c7-25a7cbe444a7", "identity": "Thomas Price", "Level": 4, "location": "XR", "properties": {"id": "c27355bf-335a-4f00-ab57-c827de5d5500", "createdDateTime": "2022-08-13T06:18:25.228221Z", "userDisplayName": "Thomas Price", "userPrincipalName": "tprice@domain.com", "userId": "32109ee2-ee4f-4d11-9c38-2556aec0f2b5", "appId": "9a7e67c7-6f05-42a3-b226-97c7ec3e9696", "appDisplayName": "Adobe Identity Management", "ipAddress": "166.105.218.213", "status": {"errorCode": 50158, "failureReason": "External security challenge was not satisfied."}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (X11; Linux i686) AppleWebKit/535.2 (KHTML, like Gecko) Chrome/22.0.843.0 Safari/535.2 Edge/118.12158", "deviceDetail": {"deviceId": "81ad31fb-e9be-4498-b1b2-c62f8fae1a77", "displayName": "THOMASPRICE-LT", "operatingSystem": "Windows 10", "browser": "Edge 118.12158", "trustType": "Hybrid Azure AD joined"}, "location": {"city": "Kevinton", "state": "Smithton", "countryOrRegion": "XR", "geoCoordinates": {"latitude": -87.5106305, "longitude": -77.991036}}, "correlationId": "bf15b012-dc59-41b8-823b-68aad32a626f", "conditionalAccessStatus": "failure", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "4d214536-b3d4-4533-b5af-699105d983d5", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "processingTimeInMilliseconds": 157, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Adobe Identity Management Service", "resourceId": "30663ca7-f8a9-43ab-8ca1-7906bdbc1485", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 256668, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "a8ArktWns5pY1nNNZWSwbRzHfYPc5l8DdHUV8ItHJ5eow6Ny", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "a6c259e5-7f16-48b2-a9f3-75becd6daa9b"}}, {"time": "2022-08-13T06:20:04.655212Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "700082", "resultSignature": "None", "resultDescription": "Other", "durationMs": 0, "callerIpAddress": "199.12.127.103", "correlationId": "7494d470-2743-4492-934b-9fc0153bdb52", "identity": "Jacob Meyers", "Level": 4, "location": "XG", "properties": {"id": "24f34ea2-62fd-45db-9e25-0b534ed48e00", "createdDateTime": "2022-08-13T06:20:04.694212Z", "userDisplayName": "Jacob Meyers", "userPrincipalName": "jmeyers@domain.com", "userId": "c63a67b0-1651-4a8a-9560-cc703cdad5ad", "appId": "9003b8ba-730c-412d-8972-267700304e01", "appDisplayName": "Box", "ipAddress": "199.12.127.103", "status": {"errorCode": 700082, "failureReason": "Other"}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (Windows NT 4.0) AppleWebKit/531.1 (KHTML, like Gecko) Chrome/20.0.823.0 Safari/531.1 Edge/87.11424", "deviceDetail": {"deviceId": "a0ea1625-4397-4c4c-963c-33347d3b0d73", "displayName": "JACOBMEYERS-LT", "operatingSystem": "Windows 10", "browser": "Edge 87.11424", "trustType": "Azure AD registered"}, "location": {"city": "Port Nathan", "state": "Newmanville", "countryOrRegion": "XG", "geoCoordinates": {"latitude": 23.244641, "longitude": -113.392021}}, "correlationId": "fb538a5e-41b1-4dff-87ed-7e4bf4249a8f", "conditionalAccessStatus": "notApplied", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "b72c7a22-1bdd-45e7-8ce7-e5e77d03acca", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 39, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Box Online", "resourceId": "d2c09315-f769-4fc6-9be8-f57cf8efa9cc", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 282405, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "VUZCOnfEKMOANMuYGCOmC6AX1MGoauqX7Vf9xbTw4XRfJn0O", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": null, "rngcStatus": 0}}, {"time": "2022-08-13T06:23:02.414193Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "212.169.11.63", "correlationId": "10757aec-b2d9-44ce-8377-fe84febe2122", "identity": "Kristen Howell", "Level": 4, "location": "XR", "properties": {"id": "c7a26d47-4335-4fb6-9ae4-3b539c226a00", "createdDateTime": "2022-08-13T06:23:02.525193Z", "userDisplayName": "Kristen Howell", "userPrincipalName": "khowell@domain.com", "userId": "20e1e3f9-665f-45bd-9984-5e74b526d3b5", "appId": "9a7e67c7-6f05-42a3-b226-97c7ec3e9696", "appDisplayName": "Adobe Identity Management", "ipAddress": "212.169.11.63", "status": {"errorCode": 0}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (iPad; CPU iPad OS 9_3_6 like Mac OS X) AppleWebKit/536.1 (KHTML, like Gecko) CriOS/42.0.865.0 Mobile/77O124 Safari/536.1 Edge/99.14477", "deviceDetail": {"deviceId": "caf12d64-01ec-4396-b330-e7eb6349ad45", "displayName": "KRISTENHOWELL-LT", "operatingSystem": "Windows 10", "browser": "Edge 99.14477", "trustType": "Azure AD registered"}, "location": {"city": "North Lisachester", "state": "Smithton", "countryOrRegion": "XR", "geoCoordinates": {"latitude": -69.00844, "longitude": -172.534328}}, "correlationId": "29321486-a0ac-4043-bd6e-c7b62ed031d6", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "72ad42e3-b628-4822-b98d-60d50a332296", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 111, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Adobe Identity Management Service", "resourceId": "9a84f55e-3a40-492c-9476-e069f64ed7a6", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 144064, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "cr0NHXgwd2Fa7aVrNOh0wvcz3GKCr2t2ekjs7wkT3Ebp8gGI", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "37ee873b-f901-4e25-be69-010243106d0f", "rngcStatus": 0}}, {"time": "2022-08-13T06:24:12.538992Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "SignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "199.12.127.103", "correlationId": "7cbb599a-7fa6-4b8c-adc2-b2144675840b", "identity": "Jacob Meyers", "Level": 4, "location": "XG", "properties": {"id": "6bc2e7cc-9e37-4d1b-b0e2-c04d6d155300", "createdDateTime": "2022-08-13T06:24:12.665992Z", "userDisplayName": "Jacob Meyers", "userPrincipalName": "jmeyers@domain.com", "userId": "c63a67b0-1651-4a8a-9560-cc703cdad5ad", "appId": "1b3edb90-1e06-46db-b021-e2fc1f7ddaf5", "appDisplayName": "Beatrust", "ipAddress": "199.12.127.103", "status": {"errorCode": 0}, "clientAppUsed": "Browser", "userAgent": "Mozilla/5.0 (Windows NT 5.1) AppleWebKit/534.1 (KHTML, like Gecko) Chrome/37.0.847.0 Safari/534.1", "deviceDetail": {"deviceId": "", "operatingSystem": "Windows 10", "browser": "Chrome 37.0.847.0"}, "location": {"city": "Port Nathan", "state": "Newmanville", "countryOrRegion": "XG", "geoCoordinates": {"latitude": 23.244641, "longitude": -113.392021}}, "correlationId": "79ac8e18-d927-4079-8383-7fed8f83e28c", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "68bfcc82-209c-4fe1-9445-1caf80ef6a1b", "isInteractive": true, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "processingTimeInMilliseconds": 127, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Beatrust Service", "resourceId": "24578515-1951-4064-967d-0d2acaf0aa70", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 282405, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "1Ec6DhvpZOTH73GmOyFiTv8bVJloJsLjJ3w2FnLklIp7UWSE", "incomingTokenType": "none", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "0e68752b-7dfa-400b-a6f5-1b54af90696a"}}, {"time": "2022-08-13T06:28:56.612878Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "63.94.19.180", "correlationId": "53c3029b-414a-435e-9f78-f4a7ea0495bd", "identity": "Vanessa Ramirez", "Level": 4, "location": "XD", "properties": {"id": "f0f4834e-896b-4034-86be-e32a87429b00", "createdDateTime": "2022-08-13T06:28:56.726878Z", "userDisplayName": "Vanessa Ramirez", "userPrincipalName": "vramirez@domain.com", "userId": "5d72b7ed-62ea-4b94-b931-ccef65d71ebd", "appId": "9a7e67c7-6f05-42a3-b226-97c7ec3e9696", "appDisplayName": "Adobe Identity Management", "ipAddress": "63.94.19.180", "status": {"errorCode": 0}, "clientAppUsed": "Mobile Apps and Desktop clients", "deviceDetail": {"deviceId": "", "operatingSystem": "MacOs"}, "location": {"city": "New James", "state": "Norrisbury", "countryOrRegion": "XD", "geoCoordinates": {"latitude": 64.5727225, "longitude": 92.661569}}, "correlationId": "a44ff295-d737-4a80-a916-040ab284f47f", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "0222671f-a91c-42d4-90f7-b01b525fc974", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 114, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Adobe Identity Management Service", "resourceId": "9a84f55e-3a40-492c-9476-e069f64ed7a6", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 45904, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "Dm0f6NE6xLhRBcFuajIeeB6yjBbUU14IihI9OdBbuU4pQnwO", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "37ee873b-f901-4e25-be69-010243106d0f", "rngcStatus": 0}}, {"time": "2022-08-13T06:30:03.318040Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "134.219.180.76", "correlationId": "7e1f1865-cfdf-4bf5-b519-60ea63f9f3bf", "identity": "Joseph Taylor", "Level": 4, "location": "XF", "properties": {"id": "6b435a21-e617-404c-8304-23bdce335f00", "createdDateTime": "2022-08-13T06:30:03.458040Z", "userDisplayName": "Joseph Taylor", "userPrincipalName": "jtaylor@domain.com", "userId": "af9847eb-c773-41ae-bf94-42747c5e986c", "appId": "18bf60fa-77dd-4aad-891d-af82ca87dd06", "appDisplayName": "FortiGate SSL VPN", "ipAddress": "134.219.180.76", "status": {"errorCode": 0, "additionalDetails": "MFA requirement satisfied by claim in the token"}, "clientAppUsed": "Browser", "deviceDetail": {"deviceId": "76b96bd3-e5d7-49ee-b195-bf363facdb3d", "displayName": "JOSEPHTAYLOR-LT", "operatingSystem": "Windows", "browser": "Rich Client 4.22.0.0", "isCompliant": true, "isManaged": true, "trustType": "Azure AD joined"}, "location": {"city": "Mannville", "state": "Porterside", "countryOrRegion": "XF", "geoCoordinates": {"latitude": -50.9955705, "longitude": 104.613841}}, "mfaDetail": {}, "correlationId": "afddc860-1645-4f67-8545-5c277a4a1c78", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "1d476503-f7fc-4f3d-a478-3c09d9721beb", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "processingTimeInMilliseconds": 140, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "FortiGate SSL VPN Service", "resourceId": "f0630e90-b752-4960-bfb9-a0794fc34930", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 124400, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "A80zaLYUreqJaUFQ0zI3hp3zg1mLR1bS1BMOUdgzW34ft2Ah", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "1f37c851-4be4-455b-928a-fbde7845a68a"}}, {"time": "2022-08-13T06:36:26.352795Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "205.33.24.92", "correlationId": "e6aa2549-020b-4410-b4e1-aef19271ee1d", "identity": "Aaron Cole", "Level": 4, "location": "XD", "properties": {"id": "6f7168cd-e484-40e8-bcf7-7fe9024d8200", "createdDateTime": "2022-08-13T06:36:26.431795Z", "userDisplayName": "Aaron Cole", "userPrincipalName": "acole@domain.com", "userId": "5d557969-1645-4ba4-be83-b6fd943659f7", "appId": "ad65aaed-51a8-4877-830e-8a5273604c87", "appDisplayName": "Docusign", "ipAddress": "205.33.24.92", "status": {"errorCode": 0}, "clientAppUsed": "Browser", "deviceDetail": {"deviceId": "", "operatingSystem": "Windows", "browser": "Rich Client 4.42.0.0"}, "location": {"city": "Kristinmouth", "state": "Norrisbury", "countryOrRegion": "XD", "geoCoordinates": {"latitude": 26.278784, "longitude": -92.042573}}, "correlationId": "0adffb56-7e38-4e6a-a142-3adaae14030d", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "1127fcad-0b64-4401-8b95-e7b2e548277f", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 79, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Docusign Service", "resourceId": "24578515-1951-4064-967d-0d2acaf0aa70", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 214655, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "m7UkOchf5jHXeGPJC638KW9GEjwTamnMRIQuXvZ2atrtcQVw", "incomingTokenType": "none", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "0e68752b-7dfa-400b-a6f5-1b54af90696a", "rngcStatus": 0}}, {"time": "2022-08-13T06:48:40.489261Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "91.132.253.146", "correlationId": "097129e4-3e51-44f1-9ef7-0b363630d396", "identity": "Aaron Cole", "Level": 4, "location": "XD", "properties": {"id": "0e55ac1c-e1ca-4d68-882b-364fd4734d00", "createdDateTime": "2022-08-13T06:48:40.628261Z", "userDisplayName": "Aaron Cole", "userPrincipalName": "acole@domain.com", "userId": "5d557969-1645-4ba4-be83-b6fd943659f7", "appId": "18bf60fa-77dd-4aad-891d-af82ca87dd06", "appDisplayName": "FortiGate SSL VPN", "ipAddress": "91.132.253.146", "status": {"errorCode": 0}, "clientAppUsed": "Browser", "deviceDetail": {"deviceId": "", "operatingSystem": "Windows"}, "location": {"city": "Rickshire", "state": "Norrisbury", "countryOrRegion": "XD", "geoCoordinates": {"latitude": -78.5751045, "longitude": 58.329246}}, "correlationId": "b0b0c7b1-87cf-4f46-b685-4f37db5ed5e3", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "dfb61006-2183-408f-aef0-c2275fd69909", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "processingTimeInMilliseconds": 139, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "FortiGate SSL VPN", "resourceId": "51e679b4-5774-4b5f-9636-df5ea66b9380", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 214655, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "X97lQsONvfF0y0ztM9XgqfxRyYL97O3PjUV60vzNupeIvKlX", "incomingTokenType": "none", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "6e8f419c-7f10-40b1-a52a-e4fb253c74c2"}}, {"time": "2022-08-13T07:29:41.334679Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "105.169.153.183", "correlationId": "1c39e635-1bd3-482a-8f4a-e7fdd80b73d3", "identity": "Jim Gonzalez", "Level": 4, "location": "XR", "properties": {"id": "a9fde73b-f4bf-4f4e-9e50-dc75de304c00", "createdDateTime": "2022-08-13T07:29:41.662679Z", "userDisplayName": "Jim Gonzalez", "userPrincipalName": "jgonzalez@domain.com", "userId": "95090045-a9c5-489c-adee-2db430a3333a", "appId": "bf2855c0-7434-4262-8885-ad2f5206d324", "appDisplayName": "COINS Construction Cloud - Project and Productivity Apps", "ipAddress": "105.169.153.183", "status": {"errorCode": 0}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (Windows NT 4.0) AppleWebKit/532.1 (KHTML, like Gecko) Chrome/38.0.801.0 Safari/532.1 Edge/19.15284", "deviceDetail": {"deviceId": "15135d1f-cb47-4bd8-b76d-90a9171c09bd", "displayName": "JIMGONZALEZ-LT", "operatingSystem": "Windows 10", "browser": "Edge 19.15284", "trustType": "Azure AD registered"}, "location": {"city": "Kevinton", "state": "Smithton", "countryOrRegion": "XR", "geoCoordinates": {"latitude": -87.5106305, "longitude": -77.991036}}, "correlationId": "fea28772-6dec-4c33-9370-ffe292f368c3", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "f93fe452-7369-4972-9671-b26d2edf1227", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "processingTimeInMilliseconds": 328, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "COINS Construction Cloud - Project and Productivity Apps Service", "resourceId": "436260d5-3791-4aea-a4da-aa698ec35f2f", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 256668, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "CcLvHueWpPasa7xJYpUFQcwUDxYOdXmSQ7QgniuyBfgmiDpM", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "94b9f3ba-5f4b-4edc-99dc-a420b76960f9"}}, {"time": "2022-08-13T07:32:15.433595Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "81.209.4.19", "correlationId": "34189dd6-5c40-4770-9b31-acdb93a9214f", "identity": "Jim Gonzalez", "Level": 4, "location": "XR", "properties": {"id": "0247f9e7-1fff-44eb-af6f-23a3e7b56f00", "createdDateTime": "2022-08-13T07:32:15.555595Z", "userDisplayName": "Jim Gonzalez", "userPrincipalName": "jgonzalez@domain.com", "userId": "95090045-a9c5-489c-adee-2db430a3333a", "appId": "9167c284-c68f-468a-84be-0ee4f23879fe", "appDisplayName": "ArcGIS Enterprise", "ipAddress": "81.209.4.19", "status": {"errorCode": 0}, "clientAppUsed": "Mobile Apps and Desktop clients", "deviceDetail": {"deviceId": "", "operatingSystem": "Ios", "browser": "Mobile Safari"}, "location": {"city": "Santosborough", "state": "Smithton", "countryOrRegion": "XR", "geoCoordinates": {"latitude": 50.0774195, "longitude": 64.938754}}, "correlationId": "12614674-ab27-42d5-a2e5-7e1e32cc421b", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "21a03e1e-95a8-4be0-ae11-b5db13450be6", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 122, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "ArcGIS Enterprise Service", "resourceId": "9a84f55e-3a40-492c-9476-e069f64ed7a6", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 34974, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "3M68u4uvN3LSgRHOHYLHWXeq7W0he6Fycy4CnW7JbhEnLURb", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "37ee873b-f901-4e25-be69-010243106d0f", "rngcStatus": 0}}, {"time": "2022-08-13T07:38:30.063959Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "50158", "resultSignature": "None", "resultDescription": "External security challenge was not satisfied.", "durationMs": 0, "callerIpAddress": "147.132.189.119", "correlationId": "aa9109b8-75eb-4066-bd6a-69e60494acd5", "identity": "Terry Proctor", "Level": 4, "location": "XR", "properties": {"id": "0fa7b51d-5329-46f9-89d4-0bf1da586900", "createdDateTime": "2022-08-13T07:38:30.187959Z", "userDisplayName": "Terry Proctor", "userPrincipalName": "tproctor@domain.com", "userId": "03110cc5-e54f-4dae-b68a-bf5d945f8152", "appId": "9a7e67c7-6f05-42a3-b226-97c7ec3e9696", "appDisplayName": "Adobe Identity Management", "ipAddress": "147.132.189.119", "ipAddressFromResourceProvider": "86.154.193.190", "status": {"errorCode": 50158, "failureReason": "External security challenge was not satisfied.", "additionalDetails": "MFA requirement satisfied by claim in the token"}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (X11; Linux i686) AppleWebKit/533.0 (KHTML, like Gecko) Chrome/24.0.803.0 Safari/533.0 Edge/40.11325", "deviceDetail": {"deviceId": "88ee69d5-1eb7-4f29-b594-e9b4e3371940", "displayName": "TERRYPROCTOR-LT", "operatingSystem": "Windows 10", "browser": "Edge 40.11325", "isCompliant": true, "isManaged": true, "trustType": "Azure AD joined"}, "location": {"city": "Port Denisetown", "state": "Smithton", "countryOrRegion": "XR", "geoCoordinates": {"latitude": 3.5518965, "longitude": 131.871582}}, "mfaDetail": {}, "correlationId": "43898f9f-6234-48dd-82ef-fe78adc30e27", "conditionalAccessStatus": "failure", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "1ac53269-d703-4c5e-860c-587125f9374d", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 124, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Adobe Identity Management Service", "resourceId": "9a84f55e-3a40-492c-9476-e069f64ed7a6", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 256668, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "jHhQWOYfkPKWVaFQDgRbZIbQoocdwpvYaeWEoaHltdszYQmI", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "37ee873b-f901-4e25-be69-010243106d0f", "rngcStatus": 0}}, {"time": "2022-08-13T07:42:32.500607Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "205.33.24.92", "correlationId": "12ea77a6-3353-4db7-9451-8f162c89d2f8", "identity": "Aaron Cole", "Level": 4, "location": "XD", "properties": {"id": "3e4015a7-fc3f-46ab-bde5-2cd89d267400", "createdDateTime": "2022-08-13T07:42:32.716607Z", "userDisplayName": "Aaron Cole", "userPrincipalName": "acole@domain.com", "userId": "5d557969-1645-4ba4-be83-b6fd943659f7", "appId": "af50c7b0-ad5f-40ec-840e-8d89be454ce4", "appDisplayName": "Citrix ShareFile", "ipAddress": "205.33.24.92", "status": {"errorCode": 0}, "clientAppUsed": "Browser", "deviceDetail": {"deviceId": "", "operatingSystem": "Windows10", "browser": "Rich Client 4.36.1.0"}, "location": {"city": "Kristinmouth", "state": "Norrisbury", "countryOrRegion": "XD", "geoCoordinates": {"latitude": 26.278784, "longitude": -92.042573}}, "correlationId": "9fbfa2e5-5539-4529-94fe-715847e546e6", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "3d775c26-fc2a-44df-a294-4b001a5e798c", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 216, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Citrix ShareFile Online", "resourceId": "24578515-1951-4064-967d-0d2acaf0aa70", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 214655, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "ZnwCkUBMMZM473TkQxv1JTQgjQXcnjYrRkU8cc640g4rez5I", "incomingTokenType": "none", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "0e68752b-7dfa-400b-a6f5-1b54af90696a", "rngcStatus": 0}}, {"time": "2022-08-13T07:42:47.002383Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "700082", "resultSignature": "None", "resultDescription": "Other", "durationMs": 0, "callerIpAddress": "199.12.127.103", "correlationId": "25e1c7fd-0b08-409d-9471-d724a547582e", "identity": "Jacob Meyers", "Level": 4, "location": "XG", "properties": {"id": "d2d6abb9-3d83-4187-a1d8-95ee0b866e00", "createdDateTime": "2022-08-13T07:42:47.077383Z", "userDisplayName": "Jacob Meyers", "userPrincipalName": "jmeyers@domain.com", "userId": "c63a67b0-1651-4a8a-9560-cc703cdad5ad", "appId": "b6eb5487-41e5-4254-acc5-72fbd850bd1e", "appDisplayName": "Google Cloud / G Suite Connector by Microsoft", "ipAddress": "199.12.127.103", "status": {"errorCode": 700082, "failureReason": "Other"}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (Windows NT 4.0) AppleWebKit/531.1 (KHTML, like Gecko) Chrome/20.0.823.0 Safari/531.1 Edge/87.11424", "deviceDetail": {"deviceId": "a0ea1625-4397-4c4c-963c-33347d3b0d73", "displayName": "JACOBMEYERS-LT", "operatingSystem": "Windows 10", "browser": "Edge 87.11424", "trustType": "Azure AD registered"}, "location": {"city": "Port Nathan", "state": "Newmanville", "countryOrRegion": "XG", "geoCoordinates": {"latitude": 23.244641, "longitude": -113.392021}}, "correlationId": "bcd6a625-2914-4b81-b354-c39c881c106d", "conditionalAccessStatus": "notApplied", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "3468bdca-4534-49c3-aba1-4b54ada6d3b0", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 75, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Google Cloud / G Suite Connector by Microsoft Service", "resourceId": "47e06079-6a63-42ab-89ea-840a60f3ea94", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 282405, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "NVjnWyTb2IPT5zLvvic0ekvLqVoIVOeWyWTfQ3OZ5oNlr53b", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "af115473-a920-4919-a03a-7215ca304189", "rngcStatus": 0}}, {"time": "2022-08-13T08:02:19.000338Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "50158", "resultSignature": "None", "resultDescription": "External security challenge was not satisfied.", "durationMs": 0, "callerIpAddress": "92.110.109.246", "correlationId": "7351daa3-f145-40db-ba7d-f431d5994790", "identity": "Thomas Price", "Level": 4, "location": "XR", "properties": {"id": "d1b61d49-f2e0-43b7-95f4-0aabf9765b00", "createdDateTime": "2022-08-13T08:02:19.140338Z", "userDisplayName": "Thomas Price", "userPrincipalName": "tprice@domain.com", "userId": "32109ee2-ee4f-4d11-9c38-2556aec0f2b5", "appId": "9a7e67c7-6f05-42a3-b226-97c7ec3e9696", "appDisplayName": "Adobe Identity Management", "ipAddress": "92.110.109.246", "status": {"errorCode": 50158, "failureReason": "External security challenge was not satisfied."}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (X11; Linux i686) AppleWebKit/535.2 (KHTML, like Gecko) Chrome/22.0.843.0 Safari/535.2 Edge/118.12158", "deviceDetail": {"deviceId": "a12f42a7-2ae0-42d8-aec8-bf7cb3dea82c", "displayName": "THOMASPRICE-LT", "operatingSystem": "Windows 10", "browser": "Edge 118.12158", "trustType": "Hybrid Azure AD joined"}, "location": {"city": "Port Denisetown", "state": "Smithton", "countryOrRegion": "XR", "geoCoordinates": {"latitude": 3.5518965, "longitude": 131.871582}}, "correlationId": "80d76ee0-706e-414f-8db8-401d3508ea61", "conditionalAccessStatus": "failure", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "f7b05ff0-04be-496d-95e0-68ad3b963ed0", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "processingTimeInMilliseconds": 140, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Adobe Identity Management Service", "resourceId": "30663ca7-f8a9-43ab-8ca1-7906bdbc1485", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 230297, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "dafo7nszWE5Iu7AxEMyM9d6rPPegtNxrPScMWWklbiraenwC", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "a6c259e5-7f16-48b2-a9f3-75becd6daa9b"}}, {"time": "2022-08-13T08:05:13.476309Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "50158", "resultSignature": "None", "resultDescription": "External security challenge was not satisfied.", "durationMs": 0, "callerIpAddress": "44.22.19.201", "correlationId": "1aab93fc-4eb6-4f30-ac6b-617e42597121", "identity": "Thomas Price", "Level": 4, "location": "XN", "properties": {"id": "c7effe19-f517-48ca-9f7d-2de597556e00", "createdDateTime": "2022-08-13T08:05:13.592309Z", "userDisplayName": "Thomas Price", "userPrincipalName": "tprice@domain.com", "userId": "32109ee2-ee4f-4d11-9c38-2556aec0f2b5", "appId": "9a7e67c7-6f05-42a3-b226-97c7ec3e9696", "appDisplayName": "Adobe Identity Management", "ipAddress": "44.22.19.201", "status": {"errorCode": 50158, "failureReason": "External security challenge was not satisfied."}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (X11; Linux i686) AppleWebKit/535.2 (KHTML, like Gecko) Chrome/22.0.843.0 Safari/535.2 Edge/118.12158", "deviceDetail": {"deviceId": "35819889-abdc-47e0-b28d-5195d26e941f", "displayName": "THOMASPRICE-LT", "operatingSystem": "Windows 10", "browser": "Edge 118.12158", "trustType": "Hybrid Azure AD joined"}, "location": {"city": "Littlemouth", "state": "Alexanderfurt", "countryOrRegion": "XN", "geoCoordinates": {"latitude": 25.4437255, "longitude": -109.530885}}, "correlationId": "c79f568b-ca90-4dd2-ada2-85ffbb4eb814", "conditionalAccessStatus": "failure", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "ace65343-ae47-4e8c-87e6-110826cd0389", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 116, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Adobe Identity Management Service", "resourceId": "30663ca7-f8a9-43ab-8ca1-7906bdbc1485", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 230297, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "TsW23eGsOJgCQiPIeV2gzNordHOx6UxrCNokonLDTkkh4xPF", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "a6c259e5-7f16-48b2-a9f3-75becd6daa9b", "rngcStatus": 0}}, {"time": "2022-08-13T08:06:56.702590Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "156.206.181.119", "correlationId": "4e8ef5c1-9330-4490-b036-554e43fad224", "identity": "Cynthia Perry", "Level": 4, "location": "XY", "properties": {"id": "7911156a-02ea-4cca-ba29-f65798d28200", "createdDateTime": "2022-08-13T08:06:56.806590Z", "userDisplayName": "Cynthia Perry", "userPrincipalName": "cperry@domain.com", "userId": "ac5fa380-9d5b-470e-beb2-5ba10aca48e6", "appId": "9de6e985-97a5-4d82-9c45-aedaa9c25ef9", "appDisplayName": "AWS Single-Account Access", "ipAddress": "156.206.181.119", "status": {"errorCode": 0}, "clientAppUsed": "Browser", "deviceDetail": {"deviceId": "", "operatingSystem": "Windows"}, "location": {"city": "Hannaville", "state": "Thomashaven", "countryOrRegion": "XY", "geoCoordinates": {"latitude": 1.1452695, "longitude": 128.249211}}, "correlationId": "e0bfea1b-1bab-44aa-a090-ab066e05ebda", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "4254da69-b089-45d5-ac3a-5dc8d99b7051", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 104, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "AWS Single-Account Access Service", "resourceId": "72f0186d-d327-46c9-a8ff-497e0caa8691", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 279165, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "sCDFrN371aSy4LPYXyRWqiz88yc9unYN4wJx1KNctF1Fzenn", "incomingTokenType": "none", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": null, "rngcStatus": 0}}, {"time": "2022-08-13T08:13:38.088940Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "86.154.193.190", "correlationId": "18c2f345-0772-48e6-ac67-7de24d2493f8", "identity": "Melissa Martin", "Level": 4, "location": "XR", "properties": {"id": "d215b474-705f-4a73-b7f2-f725992b6800", "createdDateTime": "2022-08-13T08:13:38.208940Z", "userDisplayName": "Melissa Martin", "userPrincipalName": "mmartin@domain.com", "userId": "632ccb55-03a7-40f4-9893-653527cae790", "appId": "ad65aaed-51a8-4877-830e-8a5273604c87", "appDisplayName": "Docusign", "ipAddress": "86.154.193.190", "status": {"errorCode": 0}, "clientAppUsed": "Browser", "deviceDetail": {"deviceId": "", "operatingSystem": "Windows", "browser": "Rich Client 4.42.0.0"}, "location": {"city": "Port Denisetown", "state": "Smithton", "countryOrRegion": "XR", "geoCoordinates": {"latitude": 3.5518965, "longitude": 131.871582}}, "correlationId": "5f63e5fa-ddfe-45b3-905c-8c6d863ea42a", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "a67c7b60-5247-44ae-b07d-96750c3d8f7c", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 120, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Docusign Service", "resourceId": "24578515-1951-4064-967d-0d2acaf0aa70", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 256668, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "PlvOWooU7ydUZXg6ndiJ2Hctu7eieegsgSupS6PDiGAb0sIU", "incomingTokenType": "none", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "0e68752b-7dfa-400b-a6f5-1b54af90696a", "rngcStatus": 0}}, {"time": "2022-08-13T09:28:02.146531Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "156.206.181.119", "correlationId": "32895c88-c7c0-40e3-841e-44301f3d162f", "identity": "Cynthia Perry", "Level": 4, "location": "XY", "properties": {"id": "444f54e0-e5b3-4eda-8063-00d214308200", "createdDateTime": "2022-08-13T09:28:02.217531Z", "userDisplayName": "Cynthia Perry", "userPrincipalName": "cperry@domain.com", "userId": "ac5fa380-9d5b-470e-beb2-5ba10aca48e6", "appId": "9de6e985-97a5-4d82-9c45-aedaa9c25ef9", "appDisplayName": "AWS Single-Account Access", "ipAddress": "156.206.181.119", "status": {"errorCode": 0}, "clientAppUsed": "Browser", "deviceDetail": {"deviceId": "", "operatingSystem": "Windows"}, "location": {"city": "Hannaville", "state": "Thomashaven", "countryOrRegion": "XY", "geoCoordinates": {"latitude": 1.1452695, "longitude": 128.249211}}, "correlationId": "3873ae99-5e4e-43c6-b787-cd4166973882", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "01c63b7e-54db-46ab-ba47-9247178612d9", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 71, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "AWS Single-Account Access Service", "resourceId": "9a84f55e-3a40-492c-9476-e069f64ed7a6", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 279165, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "mjB5iWPxN9eIWfGuGtllws2hIN1E7h3SJbmJ7nxRyz6xj1Cs", "incomingTokenType": "none", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "37ee873b-f901-4e25-be69-010243106d0f", "rngcStatus": 0}}, {"time": "2022-08-13T09:28:08.786408Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "50158", "resultSignature": "None", "resultDescription": "External security challenge was not satisfied.", "durationMs": 0, "callerIpAddress": "44.22.19.201", "correlationId": "de338a9c-0fec-48c2-93e3-e9bd861d4464", "identity": "Thomas Price", "Level": 4, "location": "XN", "properties": {"id": "a9fde73b-f4bf-4f4e-9e50-dc75cd8a4c00", "createdDateTime": "2022-08-13T09:28:08.918408Z", "userDisplayName": "Thomas Price", "userPrincipalName": "tprice@domain.com", "userId": "32109ee2-ee4f-4d11-9c38-2556aec0f2b5", "appId": "9a7e67c7-6f05-42a3-b226-97c7ec3e9696", "appDisplayName": "Adobe Identity Management", "ipAddress": "44.22.19.201", "status": {"errorCode": 50158, "failureReason": "External security challenge was not satisfied."}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (X11; Linux i686) AppleWebKit/535.2 (KHTML, like Gecko) Chrome/22.0.843.0 Safari/535.2 Edge/118.12158", "deviceDetail": {"deviceId": "35819889-abdc-47e0-b28d-5195d26e941f", "displayName": "THOMASPRICE-LT", "operatingSystem": "Windows 10", "browser": "Edge 118.12158", "trustType": "Hybrid Azure AD joined"}, "location": {"city": "Littlemouth", "state": "Alexanderfurt", "countryOrRegion": "XN", "geoCoordinates": {"latitude": 25.4437255, "longitude": -109.530885}}, "correlationId": "d6e1271b-9c80-4b2a-8b2d-f2e92cf13b7b", "conditionalAccessStatus": "failure", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "d89d9c41-4788-4dc2-bc26-732aa3a139a2", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "processingTimeInMilliseconds": 132, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Adobe Identity Management Service", "resourceId": "30663ca7-f8a9-43ab-8ca1-7906bdbc1485", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 230297, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "kG2lylAKg1xZCAZoAgJS5AMOXwkmfiKzYMy5gUjeRbxhoSrE", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "a6c259e5-7f16-48b2-a9f3-75becd6daa9b"}}, {"time": "2022-08-13T09:39:04.222337Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "SignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "42.62.103.34", "correlationId": "2e793954-0bd9-4bee-9b46-5f232472449f", "identity": "Joseph Taylor", "Level": 4, "location": "XF", "properties": {"id": "ada0cd79-9550-4249-a9fe-bc57cb1b9000", "createdDateTime": "2022-08-13T09:39:04.300337Z", "userDisplayName": "Joseph Taylor", "userPrincipalName": "jtaylor@domain.com", "userId": "af9847eb-c773-41ae-bf94-42747c5e986c", "appId": "895b9fb3-4084-4f9f-a314-d082d67e3c5c", "appDisplayName": "Airstack", "ipAddress": "42.62.103.34", "status": {"errorCode": 0}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (iPad; CPU iPad OS 14_2 like Mac OS X) AppleWebKit/535.2 (KHTML, like Gecko) CriOS/33.0.816.0 Mobile/88O531 Safari/535.2 Edge/117.19612", "deviceDetail": {"deviceId": "76b96bd3-e5d7-49ee-b195-bf363facdb3d", "displayName": "JOSEPHTAYLOR-LT", "operatingSystem": "Windows 10", "browser": "Edge 117.19612", "isCompliant": true, "isManaged": true, "trustType": "Azure AD joined"}, "location": {"city": "Jessicafurt", "state": "Smithbury", "countryOrRegion": "XF", "geoCoordinates": {"latitude": 17.5082395, "longitude": -115.304215}}, "correlationId": "408471d0-c885-4f36-a6c7-28a3f7abc11d", "conditionalAccessStatus": "notApplied", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "434ea9c4-7237-48da-87b8-95446dd80a04", "isInteractive": true, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 78, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceId": "c4c8fb66-35f5-48ec-b144-f3265b97332f", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 393508, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "7Jb97ZQwRi7B7KYS7xAtR3788W59yN2BljOsVo5Rx8D88zRK", "incomingTokenType": "none", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "90a2e5d2-fd7a-4a2e-bc90-3dc50ae8e3ee", "rngcStatus": 0}}, {"time": "2022-08-13T09:49:56.214123Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "199.12.127.103", "correlationId": "5f5f87e1-4fc4-4233-9a81-b9518559c7b3", "identity": "Jacob Meyers", "Level": 4, "location": "XG", "properties": {"id": "682e4218-20e2-44e1-afc7-1363f70a6000", "createdDateTime": "2022-08-13T09:49:56.326123Z", "userDisplayName": "Jacob Meyers", "userPrincipalName": "jmeyers@domain.com", "userId": "c63a67b0-1651-4a8a-9560-cc703cdad5ad", "appId": "9a7e67c7-6f05-42a3-b226-97c7ec3e9696", "appDisplayName": "Adobe Identity Management", "ipAddress": "199.12.127.103", "ipAddressFromResourceProvider": "199.12.127.103", "status": {"errorCode": 0}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (iPad; CPU iPad OS 9_3_6 like Mac OS X) AppleWebKit/536.1 (KHTML, like Gecko) CriOS/42.0.865.0 Mobile/77O124 Safari/536.1 Edge/99.14477", "deviceDetail": {"deviceId": "68cb982e-f215-496c-89bb-cc07716ff474", "displayName": "JACOBMEYERS-LT", "operatingSystem": "Windows 10", "browser": "Edge 99.14477", "trustType": "Azure AD registered"}, "location": {"city": "Port Nathan", "state": "Newmanville", "countryOrRegion": "XG", "geoCoordinates": {"latitude": 23.244641, "longitude": -113.392021}}, "correlationId": "a55b0bb4-491d-4fab-89cd-d2ca8744e59c", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "a0bc408d-a713-443a-88bc-bc823ef601a2", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "processingTimeInMilliseconds": 112, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Adobe Identity Management Service", "resourceId": "c8eab36d-0a82-409d-8693-a8dabc997921", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 282405, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "jtOD9tfb4y7LmKfNTlTBAXlQST5WVrgQGSc55GmNn15uX92Z", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "2248d3ef-d7b8-4eb2-bd20-fb53f725bfe3"}}, {"time": "2022-08-13T09:58:11.084377Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "86.154.193.190", "correlationId": "5b76cc42-5722-4328-86e4-a44167a4919b", "identity": "Kristen Howell", "Level": 4, "location": "XR", "properties": {"id": "f76a87a3-7638-4ccc-9bfd-93d2b9076b00", "createdDateTime": "2022-08-13T09:58:11.194377Z", "userDisplayName": "Kristen Howell", "userPrincipalName": "khowell@domain.com", "userId": "20e1e3f9-665f-45bd-9984-5e74b526d3b5", "appId": "9003b8ba-730c-412d-8972-267700304e01", "appDisplayName": "Box", "ipAddress": "86.154.193.190", "status": {"errorCode": 0, "additionalDetails": "MFA requirement satisfied by claim in the token"}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (X11; Linux i686) AppleWebKit/533.0 (KHTML, like Gecko) Chrome/24.0.803.0 Safari/533.0 Edge/40.11325", "deviceDetail": {"deviceId": "6ea76864-5f18-47dd-adb9-2b1dfcbfc425", "displayName": "KRISTENHOWELL-LT", "operatingSystem": "Windows 10", "browser": "Edge 40.11325", "isCompliant": true, "isManaged": true, "trustType": "Azure AD joined"}, "location": {"city": "Port Denisetown", "state": "Smithton", "countryOrRegion": "XR", "geoCoordinates": {"latitude": 3.5518965, "longitude": 131.871582}}, "mfaDetail": {}, "correlationId": "4072d546-27ea-48a2-bfaa-1ae4fe5096ee", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "adfbc75e-9e9d-4e46-821b-c95943f6024a", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 110, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Box Online", "resourceId": "d2c09315-f769-4fc6-9be8-f57cf8efa9cc", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 256668, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "Gy4u35DhZADZKAKg46Ot6KZ6Wj4QNgpl7ZSDUvYbpml9e4K9", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": null, "rngcStatus": 0}}, {"time": "2022-08-13T10:09:41.022627Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "44.22.19.201", "correlationId": "1ce89ea4-466c-4898-9271-6454769ee07f", "identity": "David Johnson", "Level": 4, "location": "XN", "properties": {"id": "d7ae6189-0038-4fdb-9ff7-6d77c3797500", "createdDateTime": "2022-08-13T10:09:41.188627Z", "userDisplayName": "David Johnson", "userPrincipalName": "djohnson@domain.com", "userId": "ff2ae3d2-8cd2-4bd6-b65d-49c5ad946c7f", "appId": "7b74bf77-058a-4c0d-9d9d-5523c3bc80ed", "appDisplayName": "GitHub Enterprise Cloud - Organization", "ipAddress": "44.22.19.201", "status": {"errorCode": 0}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (iPad; CPU iPad OS 9_3_6 like Mac OS X) AppleWebKit/536.1 (KHTML, like Gecko) CriOS/42.0.865.0 Mobile/77O124 Safari/536.1 Edge/99.14477", "deviceDetail": {"deviceId": "717ebe00-a5eb-412e-97b6-7b8ab7cfbc02", "displayName": "DAVIDJOHNSON-LT", "operatingSystem": "Windows 10", "browser": "Edge 99.14477", "trustType": "Azure AD registered"}, "location": {"city": "Littlemouth", "state": "Alexanderfurt", "countryOrRegion": "XN", "geoCoordinates": {"latitude": 25.4437255, "longitude": -109.530885}}, "correlationId": "dc3eea91-67ae-4e60-a8bf-0b9c1f5e9181", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "8ef365b0-8d72-41ef-a938-30ce6f1e6ba9", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 166, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "GitHub Enterprise Cloud - Organization Online", "resourceId": "51e679b4-5774-4b5f-9636-df5ea66b9380", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 230297, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "TrR0uOAcpKe7FeVTsX7m4xTf3Ve9Ph1AZw34ZtjA4U12EE1C", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "6e8f419c-7f10-40b1-a52a-e4fb253c74c2", "rngcStatus": 0}}, {"time": "2022-08-13T10:12:02.481755Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "91.132.253.146", "correlationId": "df594a54-b4f7-4988-8950-348b0a072d0c", "identity": "Aaron Cole", "Level": 4, "location": "XD", "properties": {"id": "4e6951e2-962b-4b78-9df6-14b2079b8500", "createdDateTime": "2022-08-13T10:12:02.560755Z", "userDisplayName": "Aaron Cole", "userPrincipalName": "acole@domain.com", "userId": "5d557969-1645-4ba4-be83-b6fd943659f7", "appId": "36f74ffc-90e8-46e0-b0ed-588b76ed6f47", "appDisplayName": "Inspire", "ipAddress": "91.132.253.146", "status": {"errorCode": 0}, "clientAppUsed": "Browser", "userAgent": "Mozilla/5.0 (X11; Linux i686) AppleWebKit/536.2 (KHTML, like Gecko) Chrome/22.0.877.0 Safari/536.2", "deviceDetail": {"deviceId": "", "operatingSystem": "Windows 10", "browser": "Chrome 22.0.877.0"}, "location": {"city": "Rickshire", "state": "Norrisbury", "countryOrRegion": "XD", "geoCoordinates": {"latitude": -78.5751045, "longitude": 58.329246}}, "correlationId": "25322b46-487f-4bb9-8e97-cafde13c2054", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "f573d1f1-936e-48d3-92a7-73572c388fe6", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 79, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Inspire Online", "resourceId": "8a137ba4-52ae-4dbf-94af-2e56851573c4", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 214655, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "nDfsK8xXwUKZpEsVUAG3Nn9UK103bMfM7wtlMKBAJkO9FIf8", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": null, "rngcStatus": 0}}, {"time": "2022-08-13T10:12:44.149887Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "156.206.181.119", "correlationId": "f2a5aad4-7387-409c-8803-ebd71bc8147c", "identity": "Cynthia Perry", "Level": 4, "location": "XY", "properties": {"id": "13398d70-a5db-4e32-a8b5-aca5d2e69700", "createdDateTime": "2022-08-13T10:12:44.220887Z", "userDisplayName": "Cynthia Perry", "userPrincipalName": "cperry@domain.com", "userId": "ac5fa380-9d5b-470e-beb2-5ba10aca48e6", "appId": "9de6e985-97a5-4d82-9c45-aedaa9c25ef9", "appDisplayName": "AWS Single-Account Access", "ipAddress": "156.206.181.119", "status": {"errorCode": 0}, "clientAppUsed": "Browser", "deviceDetail": {"deviceId": "", "operatingSystem": "Windows"}, "location": {"city": "Hannaville", "state": "Thomashaven", "countryOrRegion": "XY", "geoCoordinates": {"latitude": 1.1452695, "longitude": 128.249211}}, "correlationId": "b8caf1cc-f4d3-4059-b747-479b747f72b3", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "58a1f511-5809-4648-ac9b-af40d5e483e7", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 71, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "AWS Single-Account Access Service", "resourceId": "72f0186d-d327-46c9-a8ff-497e0caa8691", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 279165, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "x6ExwNCU58qfX4p4tYCGPcfALUzQ53MMQF2nd5GeGgXg0Gw9", "incomingTokenType": "none", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": null, "rngcStatus": 0}}, {"time": "2022-08-13T10:34:46.708861Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "13.113.40.157", "correlationId": "c99e17b4-6939-45ae-8ab7-a124105baae9", "identity": "Attack Target", "Level": 4, "location": "XR", "properties": {"id": "444f54e0-e5b3-4eda-8063-00d2e6e88600", "createdDateTime": "2022-08-13T10:34:46.825861Z", "userDisplayName": "Attack Target", "userPrincipalName": "attacktarget@domain.com", "userId": "d735e84b-dcca-404d-9f7d-700f360f41a6", "appId": "9a7e67c7-6f05-42a3-b226-97c7ec3e9696", "appDisplayName": "Adobe Identity Management", "ipAddress": "13.113.40.157", "status": {"errorCode": 0}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (iPad; CPU iPad OS 9_3_6 like Mac OS X) AppleWebKit/536.1 (KHTML, like Gecko) CriOS/42.0.865.0 Mobile/77O124 Safari/536.1 Edge/99.14477", "deviceDetail": {"deviceId": "a44625dc-6f81-449a-9799-8005f7209b42", "displayName": "ATTACKTARGET-LT", "operatingSystem": "Windows 10", "browser": "Edge 99.14477", "trustType": "Azure AD registered"}, "location": {"city": "Smithfort", "state": "Smithfort", "countryOrRegion": "XR", "geoCoordinates": {"latitude": 3.7564095, "longitude": -121.574606}}, "correlationId": "16fb430a-f088-4e7f-83d4-7b170ae2f9fd", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "2501c6dd-e663-4f48-897f-bd8798cdfc43", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 117, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Adobe Identity Management Service", "resourceId": "7d6a0897-8b82-49e9-90e2-d482fb9202bd", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 34974, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "d1TSLakGEVIyOM6kvH1pEBXhvzO5O0a82BUJDKCgZtE5tme7", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "537d9419-7e2b-4778-9102-62256bcfcf45", "rngcStatus": 0}}, {"time": "2022-08-13T10:41:20.507973Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "205.33.24.92", "correlationId": "45d78ee7-9bf4-4a02-a280-eba251c1ac25", "identity": "Aaron Cole", "Level": 4, "location": "XD", "properties": {"id": "6b435a21-e617-404c-8304-23bd69695900", "createdDateTime": "2022-08-13T10:41:20.603973Z", "userDisplayName": "Aaron Cole", "userPrincipalName": "acole@domain.com", "userId": "5d557969-1645-4ba4-be83-b6fd943659f7", "appId": "ad65aaed-51a8-4877-830e-8a5273604c87", "appDisplayName": "Docusign", "ipAddress": "205.33.24.92", "status": {"errorCode": 0}, "clientAppUsed": "Browser", "deviceDetail": {"deviceId": "", "operatingSystem": "Windows", "browser": "Rich Client 4.42.0.0"}, "location": {"city": "Kristinmouth", "state": "Norrisbury", "countryOrRegion": "XD", "geoCoordinates": {"latitude": 26.278784, "longitude": -92.042573}}, "correlationId": "80adbfe1-4fe4-4423-b206-6ef46c79f9ef", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "0655dd5f-a0fe-4e6b-94a4-7c01f628879f", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "processingTimeInMilliseconds": 96, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Docusign Service", "resourceId": "24578515-1951-4064-967d-0d2acaf0aa70", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 214655, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "JPXxrqdXbIl8Iw3nmxRWNUKYt6Hh1TOd8mmnRxT4QZXLnkcA", "incomingTokenType": "none", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "0e68752b-7dfa-400b-a6f5-1b54af90696a"}}, {"time": "2022-08-13T10:42:36.940957Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "205.33.24.92", "correlationId": "a189fc91-9cdc-4f10-9aaa-4776f484c64c", "identity": "Aaron Cole", "Level": 4, "location": "XD", "properties": {"id": "0a69ca91-57c8-44f4-948f-1978a4876b00", "createdDateTime": "2022-08-13T10:42:37.032957Z", "userDisplayName": "Aaron Cole", "userPrincipalName": "acole@domain.com", "userId": "5d557969-1645-4ba4-be83-b6fd943659f7", "appId": "e47a1d38-5f61-45cd-b1b9-bc92f525c598", "appDisplayName": "Altoura", "ipAddress": "205.33.24.92", "status": {"errorCode": 0}, "clientAppUsed": "Browser", "userAgent": "Mozilla/5.0 (X11; Linux i686) AppleWebKit/536.2 (KHTML, like Gecko) Chrome/22.0.877.0 Safari/536.2", "deviceDetail": {"deviceId": "", "operatingSystem": "Windows 10", "browser": "Chrome 22.0.877.0"}, "location": {"city": "Kristinmouth", "state": "Norrisbury", "countryOrRegion": "XD", "geoCoordinates": {"latitude": 26.278784, "longitude": -92.042573}}, "correlationId": "7c997341-b3ba-4b80-91b9-b99e660dfe28", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "1f5c3319-d406-4224-bd84-a97f84191e18", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 92, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Altoura Online", "resourceId": "f0630e90-b752-4960-bfb9-a0794fc34930", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 214655, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "buTPRmSUiVLhLVim6VGLRIxLQq1emCbjUQVU1vbWKeU50Vb3", "incomingTokenType": "none", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "1f37c851-4be4-455b-928a-fbde7845a68a", "rngcStatus": 0}}, {"time": "2022-08-13T11:14:03.382346Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "91.132.253.146", "correlationId": "111594b4-6ef4-4d10-ae65-8d2d5edd1759", "identity": "Aaron Cole", "Level": 4, "location": "XD", "properties": {"id": "c7a26d47-4335-4fb6-9ae4-3b53fdc96900", "createdDateTime": "2022-08-13T11:14:03.458346Z", "userDisplayName": "Aaron Cole", "userPrincipalName": "acole@domain.com", "userId": "5d557969-1645-4ba4-be83-b6fd943659f7", "appId": "e47a1d38-5f61-45cd-b1b9-bc92f525c598", "appDisplayName": "Altoura", "ipAddress": "91.132.253.146", "status": {"errorCode": 0}, "clientAppUsed": "Browser", "userAgent": "Mozilla/5.0 (Linux; Android 2.3.5) AppleWebKit/532.2 (KHTML, like Gecko) Chrome/46.0.898.0 Safari/532.2 Edge/105.19198", "deviceDetail": {"deviceId": "", "operatingSystem": "Windows 10", "browser": "Edge 105.19198"}, "location": {"city": "Rickshire", "state": "Norrisbury", "countryOrRegion": "XD", "geoCoordinates": {"latitude": -78.5751045, "longitude": 58.329246}}, "correlationId": "fa6188ca-26ba-484e-a2ca-e3b0c81c9d43", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "c2b7924d-5be3-4901-8d40-4c6414e33cb2", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 76, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Altoura Online", "resourceId": "8a137ba4-52ae-4dbf-94af-2e56851573c4", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 214655, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "qUq1tRNNbHZT81P01I9csw3tGsQcXPWdHLy7e61YDUwDZvCm", "incomingTokenType": "none", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": null, "rngcStatus": 0}}, {"time": "2022-08-13T11:19:33.025225Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "13.113.40.157", "correlationId": "ae4bb82c-d341-4019-8531-ffd41ae36411", "identity": "Attack Target", "Level": 4, "location": "XR", "properties": {"id": "29a68730-c074-44bc-9ec3-76c9068e9d00", "createdDateTime": "2022-08-13T11:19:33.132225Z", "userDisplayName": "Attack Target", "userPrincipalName": "attacktarget@domain.com", "userId": "d735e84b-dcca-404d-9f7d-700f360f41a6", "appId": "9a7e67c7-6f05-42a3-b226-97c7ec3e9696", "appDisplayName": "Adobe Identity Management", "ipAddress": "13.113.40.157", "ipAddressFromResourceProvider": "13.113.40.157", "status": {"errorCode": 0}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (iPad; CPU iPad OS 9_3_6 like Mac OS X) AppleWebKit/536.1 (KHTML, like Gecko) CriOS/42.0.865.0 Mobile/77O124 Safari/536.1 Edge/99.14477", "deviceDetail": {"deviceId": "a44625dc-6f81-449a-9799-8005f7209b42", "displayName": "ATTACKTARGET-LT", "operatingSystem": "Windows 10", "browser": "Edge 99.14477", "trustType": "Azure AD registered"}, "location": {"city": "Smithfort", "state": "Smithfort", "countryOrRegion": "XR", "geoCoordinates": {"latitude": 3.7564095, "longitude": -121.574606}}, "correlationId": "ed4c2195-ac92-4292-b1cc-11d2b2a13219", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "1b689948-c10a-44eb-8b9b-c1f7eb770ff5", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 107, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Adobe Identity Management Service", "resourceId": "c8eab36d-0a82-409d-8693-a8dabc997921", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 34974, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "grqRNzhafUNShDSxeOyFU2fSjKDYn4jSre30qbCP9Mx1FcV4", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "2248d3ef-d7b8-4eb2-bd20-fb53f725bfe3", "rngcStatus": 0}}, {"time": "2022-08-13T11:34:43.702249Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "SignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "205.33.24.92", "correlationId": "ddc2736b-e1ad-4691-8a29-ee0b55bd3457", "identity": "Aaron Cole", "Level": 4, "location": "XD", "properties": {"id": "528a72ae-c612-474f-a22e-2f69a7616f00", "createdDateTime": "2022-08-13T11:34:43.780249Z", "userDisplayName": "Aaron Cole", "userPrincipalName": "acole@domain.com", "userId": "5d557969-1645-4ba4-be83-b6fd943659f7", "appId": "e47a1d38-5f61-45cd-b1b9-bc92f525c598", "appDisplayName": "Altoura", "ipAddress": "205.33.24.92", "status": {"errorCode": 0}, "clientAppUsed": "Browser", "userAgent": "Mozilla/5.0 (X11; Linux i686) AppleWebKit/536.2 (KHTML, like Gecko) Chrome/22.0.877.0 Safari/536.2", "deviceDetail": {"deviceId": "", "operatingSystem": "Windows 10", "browser": "Chrome 22.0.877.0"}, "location": {"city": "Kristinmouth", "state": "Norrisbury", "countryOrRegion": "XD", "geoCoordinates": {"latitude": 26.278784, "longitude": -92.042573}}, "correlationId": "cc8c558d-10dc-454c-b067-e9c342bbe73c", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "a1b89af4-6ee9-479b-bbcc-82a4ef7a1392", "isInteractive": true, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 78, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Altoura Online", "resourceId": "f0630e90-b752-4960-bfb9-a0794fc34930", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 214655, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "pmEEu5DP5HYz1YYPLkcXJs4YbeD8BCaHglCPnJIzxrb4YGH5", "incomingTokenType": "none", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "1f37c851-4be4-455b-928a-fbde7845a68a", "rngcStatus": 0}}, {"time": "2022-08-13T12:36:25.676498Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "86.154.193.190", "correlationId": "8d68e6aa-3c54-4ca3-b318-be1b835a035f", "identity": "Jamie Watson", "Level": 4, "location": "XR", "properties": {"id": "09bc22c3-cc85-4198-bbfc-5e677e685e00", "createdDateTime": "2022-08-13T12:36:25.803498Z", "userDisplayName": "Jamie Watson", "userPrincipalName": "jwatson@domain.com", "userId": "2844695b-9a70-48ed-a5ce-f3d711e2292b", "appId": "9a7e67c7-6f05-42a3-b226-97c7ec3e9696", "appDisplayName": "Adobe Identity Management", "ipAddress": "86.154.193.190", "status": {"errorCode": 0}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (X11; Linux i686) AppleWebKit/533.0 (KHTML, like Gecko) Chrome/24.0.803.0 Safari/533.0 Edge/40.11325", "deviceDetail": {"deviceId": "fc784602-6455-4450-be3c-6770e0359f8a", "displayName": "JAMIEWATSON-LT", "operatingSystem": "Windows 10", "browser": "Edge 40.11325", "isCompliant": true, "isManaged": true, "trustType": "Azure AD joined"}, "location": {"city": "Port Denisetown", "state": "Smithton", "countryOrRegion": "XR", "geoCoordinates": {"latitude": 3.5518965, "longitude": 131.871582}}, "correlationId": "26e1b1ea-8705-4493-bc82-e1894c1f010d", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "6621eefe-4fbf-4f8e-9581-240385fbebb4", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "processingTimeInMilliseconds": 127, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Adobe Identity Management Service", "resourceId": "f0630e90-b752-4960-bfb9-a0794fc34930", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 256668, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "DV2GwBqIHuWPOsdHZiUBqMVZfgZBGWiElTRMs5URi7N49KOX", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "1f37c851-4be4-455b-928a-fbde7845a68a"}}, {"time": "2022-08-13T13:08:22.304739Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "13.113.40.157", "correlationId": "20fac5ee-2e42-4899-b84b-e4b0f302289a", "identity": "Attack Target", "Level": 4, "location": "XR", "properties": {"id": "fa857fed-7d3f-40f5-b98a-925c67cd6300", "createdDateTime": "2022-08-13T13:08:22.421739Z", "userDisplayName": "Attack Target", "userPrincipalName": "attacktarget@domain.com", "userId": "d735e84b-dcca-404d-9f7d-700f360f41a6", "appId": "9a7e67c7-6f05-42a3-b226-97c7ec3e9696", "appDisplayName": "Adobe Identity Management", "ipAddress": "13.113.40.157", "ipAddressFromResourceProvider": "11.5.130.220", "status": {"errorCode": 0}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (iPad; CPU iPad OS 9_3_6 like Mac OS X) AppleWebKit/536.1 (KHTML, like Gecko) CriOS/42.0.865.0 Mobile/77O124 Safari/536.1 Edge/99.14477", "deviceDetail": {"deviceId": "a44625dc-6f81-449a-9799-8005f7209b42", "displayName": "ATTACKTARGET-LT", "operatingSystem": "Windows 10", "browser": "Edge 99.14477", "trustType": "Azure AD registered"}, "location": {"city": "Smithfort", "state": "Smithfort", "countryOrRegion": "XR", "geoCoordinates": {"latitude": 3.7564095, "longitude": -121.574606}}, "correlationId": "2bae6433-26fe-4f09-827b-0003a19db743", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "600c4ef9-8f7f-409b-a201-cc9d6afcde06", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 117, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Adobe Identity Management Service", "resourceId": "9a84f55e-3a40-492c-9476-e069f64ed7a6", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 34974, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "iR7oI7bcTkQRo3UfJogQeIoxT1oex4pwNW5YWjDFAomoCCPO", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "37ee873b-f901-4e25-be69-010243106d0f", "rngcStatus": 0}}, {"time": "2022-08-13T13:25:41.175012Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "50173", "resultSignature": "None", "resultDescription": "Fresh auth token is needed. Have the user re-sign using fresh credentials.", "durationMs": 0, "callerIpAddress": "99.116.100.205", "correlationId": "bf732702-0f38-42c9-9dc3-63b363da4f5b", "identity": "Aaron Cole", "Level": 4, "location": "XD", "properties": {"id": "da07381e-cd4c-4b24-b359-ffd70e887c00", "createdDateTime": "2022-08-13T13:25:41.328012Z", "userDisplayName": "Aaron Cole", "userPrincipalName": "acole@domain.com", "userId": "5d557969-1645-4ba4-be83-b6fd943659f7", "appId": "af50c7b0-ad5f-40ec-840e-8d89be454ce4", "appDisplayName": "Citrix ShareFile", "ipAddress": "99.116.100.205", "status": {"errorCode": 50173, "failureReason": "Fresh auth token is needed. Have the user re-sign using fresh credentials."}, "clientAppUsed": "Browser", "deviceDetail": {"deviceId": "", "operatingSystem": "Windows10", "browser": "Rich Client 4.36.1.0"}, "location": {"city": "Carrollstad", "state": "Norrisbury", "countryOrRegion": "XD", "geoCoordinates": {"latitude": -38.8540465, "longitude": -17.674718}}, "correlationId": "a5fec151-05c4-4f06-a63e-30e05d9505f8", "conditionalAccessStatus": "notApplied", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "5a137983-4db4-4fd6-8818-fc226a78385c", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 153, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Citrix ShareFile", "resourceId": "120f310e-002d-4cf0-803a-8e3f1188c691", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 214655, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "7iPkx6QAfCpNTCnSaB67KB8LqffG4T1xoJOHGPntJYxsjHh8", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "64fdf9a3-2711-4206-8c5a-100403727b93", "rngcStatus": 0}}, {"time": "2022-08-13T13:33:40.173987Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "205.33.24.92", "correlationId": "f0cfa92a-3d9f-4ea5-a554-8a1eb85cb386", "identity": "Vanessa Ramirez", "Level": 4, "location": "XD", "properties": {"id": "24f34ea2-62fd-45db-9e25-0b532bd19600", "createdDateTime": "2022-08-13T13:33:40.265987Z", "userDisplayName": "Vanessa Ramirez", "userPrincipalName": "vramirez@domain.com", "userId": "5d72b7ed-62ea-4b94-b931-ccef65d71ebd", "appId": "9de6e985-97a5-4d82-9c45-aedaa9c25ef9", "appDisplayName": "AWS Single-Account Access", "ipAddress": "205.33.24.92", "status": {"errorCode": 0}, "clientAppUsed": "Browser", "deviceDetail": {"deviceId": "e395a3f4-8f2d-4170-804f-d3e13ce3151b", "displayName": "VANESSARAMIREZ-LT", "operatingSystem": "Windows", "trustType": "Azure AD registered"}, "location": {"city": "Kristinmouth", "state": "Norrisbury", "countryOrRegion": "XD", "geoCoordinates": {"latitude": 26.278784, "longitude": -92.042573}}, "correlationId": "6d6cdc8d-093b-4155-befc-ec7d63817969", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "0628f9da-fe0d-4677-ad03-53f4cbca674c", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 92, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "AWS Single-Account Access Service", "resourceId": "72f0186d-d327-46c9-a8ff-497e0caa8691", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 214655, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "Q9Pafu3Ob31gyH8wpCmg5J2EsPvtoNZYDYtZdy9T5CX0boAN", "incomingTokenType": "none", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": null, "rngcStatus": 0}}, {"time": "2022-08-13T13:41:33.257918Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "156.206.181.119", "correlationId": "db9b5085-70eb-4ff0-8f9d-d324188fa738", "identity": "Cynthia Perry", "Level": 4, "location": "XY", "properties": {"id": "e8cac988-e748-48ae-8e6f-7271554c6900", "createdDateTime": "2022-08-13T13:41:33.357918Z", "userDisplayName": "Cynthia Perry", "userPrincipalName": "cperry@domain.com", "userId": "ac5fa380-9d5b-470e-beb2-5ba10aca48e6", "appId": "9de6e985-97a5-4d82-9c45-aedaa9c25ef9", "appDisplayName": "AWS Single-Account Access", "ipAddress": "156.206.181.119", "status": {"errorCode": 0}, "clientAppUsed": "Browser", "deviceDetail": {"deviceId": "", "operatingSystem": "Windows"}, "location": {"city": "Hannaville", "state": "Thomashaven", "countryOrRegion": "XY", "geoCoordinates": {"latitude": 1.1452695, "longitude": 128.249211}}, "correlationId": "fa84a301-4253-4e27-b172-4a1fe5945118", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "3a7867c1-570a-4c70-a75a-7ca8c50d33ee", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 100, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "AWS Single-Account Access Service", "resourceId": "72f0186d-d327-46c9-a8ff-497e0caa8691", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 279165, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "PJoeHAxOkhczD1FdF8iMJB51T8vWsvBVAbksfWCkEjOmTfWY", "incomingTokenType": "none", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": null, "rngcStatus": 0}}, {"time": "2022-08-13T13:42:18.544432Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "13.113.40.157", "correlationId": "8df45ad1-0b5b-49d1-a496-81a82f049e8b", "identity": "Attack Target", "Level": 4, "location": "XR", "properties": {"id": "dbc70563-d52e-4283-b326-d17263736d00", "createdDateTime": "2022-08-13T13:42:18.676432Z", "userDisplayName": "Attack Target", "userPrincipalName": "attacktarget@domain.com", "userId": "d735e84b-dcca-404d-9f7d-700f360f41a6", "appId": "9a7e67c7-6f05-42a3-b226-97c7ec3e9696", "appDisplayName": "Adobe Identity Management", "ipAddress": "13.113.40.157", "ipAddressFromResourceProvider": "11.5.130.220", "status": {"errorCode": 0}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (iPad; CPU iPad OS 9_3_6 like Mac OS X) AppleWebKit/536.1 (KHTML, like Gecko) CriOS/42.0.865.0 Mobile/77O124 Safari/536.1 Edge/99.14477", "deviceDetail": {"deviceId": "a44625dc-6f81-449a-9799-8005f7209b42", "displayName": "ATTACKTARGET-LT", "operatingSystem": "Windows 10", "browser": "Edge 99.14477", "trustType": "Azure AD registered"}, "location": {"city": "New John", "state": "Smithfort", "countryOrRegion": "XR", "geoCoordinates": {"latitude": -89.144242, "longitude": 168.119022}}, "correlationId": "67189648-8982-42b4-bfd9-1e96b69219fd", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "84165894-327b-4024-982c-0e701a656df6", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 132, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Adobe Identity Management Service", "resourceId": "9a84f55e-3a40-492c-9476-e069f64ed7a6", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 34974, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "I9Z10nSnAg9ZStFuLHXzj51VIObxceQshT4q3ZAxSGYX8vme", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "37ee873b-f901-4e25-be69-010243106d0f", "rngcStatus": 0}}, {"time": "2022-08-13T13:47:55.586960Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "92.110.109.246", "correlationId": "98a4f267-90c3-4384-bc8c-27c43a259ceb", "identity": "David Johnson", "Level": 4, "location": "XR", "properties": {"id": "43317af1-d34c-4247-ac49-5a5e66626b00", "createdDateTime": "2022-08-13T13:47:55.757960Z", "userDisplayName": "David Johnson", "userPrincipalName": "djohnson@domain.com", "userId": "ff2ae3d2-8cd2-4bd6-b65d-49c5ad946c7f", "appId": "bf2855c0-7434-4262-8885-ad2f5206d324", "appDisplayName": "COINS Construction Cloud - Project and Productivity Apps", "ipAddress": "92.110.109.246", "status": {"errorCode": 0}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (iPad; CPU iPad OS 9_3_6 like Mac OS X) AppleWebKit/536.1 (KHTML, like Gecko) CriOS/42.0.865.0 Mobile/77O124 Safari/536.1 Edge/99.14477", "deviceDetail": {"deviceId": "717ebe00-a5eb-412e-97b6-7b8ab7cfbc02", "displayName": "DAVIDJOHNSON-LT", "operatingSystem": "Windows 10", "browser": "Edge 99.14477", "trustType": "Azure AD registered"}, "location": {"city": "Port Denisetown", "state": "Smithton", "countryOrRegion": "XR", "geoCoordinates": {"latitude": 3.5518965, "longitude": 131.871582}}, "correlationId": "0ae681a2-fba0-449e-a6e5-d32edbbc4563", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "63d939e6-cb76-4a5a-93df-9c5cb27501ce", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 171, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "COINS Construction Cloud - Project and Productivity Apps Service", "resourceId": "f0630e90-b752-4960-bfb9-a0794fc34930", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 230297, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "EO2t2frSHd6INd9QQiBgs2H0GH1vBt6b1qGIWx75wqDtRfwH", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "1f37c851-4be4-455b-928a-fbde7845a68a", "rngcStatus": 0}}, {"time": "2022-08-13T13:54:48.086766Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "50158", "resultSignature": "None", "resultDescription": "External security challenge was not satisfied.", "durationMs": 0, "callerIpAddress": "44.22.19.201", "correlationId": "38b4d07f-c79d-4b58-b139-36eda61a078a", "identity": "Thomas Price", "Level": 4, "location": "XN", "properties": {"id": "9a107f00-2749-4783-90dd-b348c66d5f00", "createdDateTime": "2022-08-13T13:54:48.259766Z", "userDisplayName": "Thomas Price", "userPrincipalName": "tprice@domain.com", "userId": "32109ee2-ee4f-4d11-9c38-2556aec0f2b5", "appId": "9a7e67c7-6f05-42a3-b226-97c7ec3e9696", "appDisplayName": "Adobe Identity Management", "ipAddress": "44.22.19.201", "status": {"errorCode": 50158, "failureReason": "External security challenge was not satisfied."}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (X11; Linux i686) AppleWebKit/535.2 (KHTML, like Gecko) Chrome/22.0.843.0 Safari/535.2 Edge/118.12158", "deviceDetail": {"deviceId": "a12f42a7-2ae0-42d8-aec8-bf7cb3dea82c", "displayName": "THOMASPRICE-LT", "operatingSystem": "Windows 10", "browser": "Edge 118.12158", "trustType": "Hybrid Azure AD joined"}, "location": {"city": "Littlemouth", "state": "Alexanderfurt", "countryOrRegion": "XN", "geoCoordinates": {"latitude": 25.4437255, "longitude": -109.530885}}, "correlationId": "324d5e65-f05f-4220-99b9-981b9ad12d93", "conditionalAccessStatus": "failure", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "d3fcb3cf-2952-4701-aaef-51dc31e895a8", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "processingTimeInMilliseconds": 173, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Adobe Identity Management Service", "resourceId": "30663ca7-f8a9-43ab-8ca1-7906bdbc1485", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 230297, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "B20nqKYqdG101bcJKQ6iK6FwDkTWpIeG8toxXKqcTB7ERgfv", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "a6c259e5-7f16-48b2-a9f3-75becd6daa9b"}}, {"time": "2022-08-13T13:58:59.811587Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "42.62.103.34", "correlationId": "7581a50f-ac75-41f5-8b89-1758fa99c05d", "identity": "Joseph Taylor", "Level": 4, "location": "XF", "properties": {"id": "240f1e1f-5d94-4a4e-bd71-018b6f746f00", "createdDateTime": "2022-08-13T13:58:59.979587Z", "userDisplayName": "Joseph Taylor", "userPrincipalName": "jtaylor@domain.com", "userId": "af9847eb-c773-41ae-bf94-42747c5e986c", "appId": "84f18b4b-ae12-484a-847f-f3e36093594a", "appDisplayName": "Slack", "ipAddress": "42.62.103.34", "status": {"errorCode": 0, "additionalDetails": "MFA requirement satisfied by claim in the token"}, "clientAppUsed": "Browser", "deviceDetail": {"deviceId": "76b96bd3-e5d7-49ee-b195-bf363facdb3d", "displayName": "JOSEPHTAYLOR-LT", "operatingSystem": "Windows", "isCompliant": true, "isManaged": true, "trustType": "Azure AD joined"}, "location": {"city": "Jessicafurt", "state": "Smithbury", "countryOrRegion": "XF", "geoCoordinates": {"latitude": 17.5082395, "longitude": -115.304215}}, "mfaDetail": {}, "correlationId": "7099339d-68b7-41d6-8b5a-551d59fd1659", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "e640bf04-19d8-44da-8c5d-707ee90f81f4", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 168, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Slack", "resourceId": "9a84f55e-3a40-492c-9476-e069f64ed7a6", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 393508, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "3EZeE5CLfriTDBMO5ColzVb7jfISuyJG2vuvTNCriLJSWzD0", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "37ee873b-f901-4e25-be69-010243106d0f", "rngcStatus": 0}}, {"time": "2022-08-13T14:11:00.315824Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "50158", "resultSignature": "None", "resultDescription": "External security challenge was not satisfied.", "durationMs": 0, "callerIpAddress": "166.105.218.213", "correlationId": "4c5508a1-b99a-462d-8d81-3e0f9b97c4c3", "identity": "Thomas Price", "Level": 4, "location": "XR", "properties": {"id": "be6022e3-cefb-4a55-8ab2-6dd3380b9500", "createdDateTime": "2022-08-13T14:11:00.424824Z", "userDisplayName": "Thomas Price", "userPrincipalName": "tprice@domain.com", "userId": "32109ee2-ee4f-4d11-9c38-2556aec0f2b5", "appId": "9a7e67c7-6f05-42a3-b226-97c7ec3e9696", "appDisplayName": "Adobe Identity Management", "ipAddress": "166.105.218.213", "status": {"errorCode": 50158, "failureReason": "External security challenge was not satisfied."}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (X11; Linux i686) AppleWebKit/535.2 (KHTML, like Gecko) Chrome/22.0.843.0 Safari/535.2 Edge/118.12158", "deviceDetail": {"deviceId": "81ad31fb-e9be-4498-b1b2-c62f8fae1a77", "displayName": "THOMASPRICE-LT", "operatingSystem": "Windows 10", "browser": "Edge 118.12158", "trustType": "Hybrid Azure AD joined"}, "location": {"city": "Santosborough", "state": "Smithton", "countryOrRegion": "XR", "geoCoordinates": {"latitude": 12.8350355, "longitude": 138.359011}}, "correlationId": "586456fa-847c-41ab-b06a-3ce01ff0acfb", "conditionalAccessStatus": "failure", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "4a011cec-5f70-467a-9998-d3fc55b6d589", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 109, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Adobe Identity Management Service", "resourceId": "30663ca7-f8a9-43ab-8ca1-7906bdbc1485", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 256668, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "Y7go6mLy0hsuYGbjbQqhJ0LfiwT4DO7VnKv0HHRkxKWhFTjc", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "a6c259e5-7f16-48b2-a9f3-75becd6daa9b", "rngcStatus": 0}}, {"time": "2022-08-13T14:17:23.310644Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "91.132.253.146", "correlationId": "7ecd0493-4f4c-4fb1-94bf-c22d4be3e8b5", "identity": "Aaron Cole", "Level": 4, "location": "XD", "properties": {"id": "528a72ae-c612-474f-a22e-2f69ae866d00", "createdDateTime": "2022-08-13T14:17:23.411644Z", "userDisplayName": "Aaron Cole", "userPrincipalName": "acole@domain.com", "userId": "5d557969-1645-4ba4-be83-b6fd943659f7", "appId": "bc269cd9-8681-4af0-9e76-2a9b4ca24e65", "appDisplayName": "GlassFrog", "ipAddress": "91.132.253.146", "status": {"errorCode": 0}, "clientAppUsed": "Browser", "deviceDetail": {"deviceId": "", "operatingSystem": "Windows", "browser": "Rich Client 4.42.0.0"}, "location": {"city": "Rickshire", "state": "Norrisbury", "countryOrRegion": "XD", "geoCoordinates": {"latitude": -78.5751045, "longitude": 58.329246}}, "correlationId": "1ef73b25-394d-496e-b89e-0f7f75a392bc", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "88a3d005-be65-437b-89cc-85e975d859ef", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 101, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "GlassFrog Service", "resourceId": "099383fe-c9f7-4a82-b599-e6773fd99672", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 214655, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "AcGTE1CvgHNk8Ha0qrXgOOQv5ZavHnAKntn1fclWlZHoQ6qI", "incomingTokenType": "none", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "89935e77-e093-4c59-91c3-233fcc836127", "rngcStatus": 0}}, {"time": "2022-08-13T14:21:09.035056Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "700082", "resultSignature": "None", "resultDescription": "Other", "durationMs": 0, "callerIpAddress": "199.12.127.103", "correlationId": "4d9caa79-bf42-491b-a9e5-427f0b5a29b0", "identity": "Jacob Meyers", "Level": 4, "location": "XG", "properties": {"id": "216ffce3-7ff0-474b-bd97-34a4cf206c00", "createdDateTime": "2022-08-13T14:21:09.084056Z", "userDisplayName": "Jacob Meyers", "userPrincipalName": "jmeyers@domain.com", "userId": "c63a67b0-1651-4a8a-9560-cc703cdad5ad", "appId": "7b74bf77-058a-4c0d-9d9d-5523c3bc80ed", "appDisplayName": "GitHub Enterprise Cloud - Organization", "ipAddress": "199.12.127.103", "status": {"errorCode": 700082, "failureReason": "Other"}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (Windows NT 4.0) AppleWebKit/531.1 (KHTML, like Gecko) Chrome/20.0.823.0 Safari/531.1 Edge/87.11424", "deviceDetail": {"deviceId": "a0ea1625-4397-4c4c-963c-33347d3b0d73", "displayName": "JACOBMEYERS-LT", "operatingSystem": "Windows 10", "browser": "Edge 87.11424", "trustType": "Azure AD registered"}, "location": {"city": "Port Nathan", "state": "Newmanville", "countryOrRegion": "XG", "geoCoordinates": {"latitude": 23.244641, "longitude": -113.392021}}, "correlationId": "70586b0e-a3bb-4571-b4f7-999438fb19a0", "conditionalAccessStatus": "notApplied", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "fdc452c7-a38b-4aac-896f-682004497084", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 49, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "GitHub Enterprise Cloud - Organization Online", "resourceId": "51e679b4-5774-4b5f-9636-df5ea66b9380", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 282405, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "bIsC6G2IxVrK32JZKAvmPwKgVf7S6Mx8M8KuKwxXMYc6sbjY", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "6e8f419c-7f10-40b1-a52a-e4fb253c74c2", "rngcStatus": 0}}, {"time": "2022-08-13T14:21:22.592370Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "SignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "134.219.180.76", "correlationId": "c49be6a2-9bf2-9aec-5794-2bc9ee68e30f", "identity": "Joseph Taylor", "Level": 4, "location": "XF", "properties": {"id": "aa27beb4-60ea-43f9-8437-c2bae8755400", "createdDateTime": "2022-08-13T14:21:22.752370Z", "userDisplayName": "Joseph Taylor", "userPrincipalName": "jtaylor@domain.com", "userId": "af9847eb-c773-41ae-bf94-42747c5e986c", "appId": "84f18b4b-ae12-484a-847f-f3e36093594a", "appDisplayName": "Slack", "ipAddress": "134.219.180.76", "status": {"errorCode": 0, "additionalDetails": "MFA requirement satisfied by claim in the token"}, "clientAppUsed": "Browser", "userAgent": "Mozilla/5.0 (Linux; Android 2.3.5) AppleWebKit/532.2 (KHTML, like Gecko) Chrome/46.0.898.0 Safari/532.2 Edge/105.19198", "deviceDetail": {"deviceId": "76b96bd3-e5d7-49ee-b195-bf363facdb3d", "displayName": "JOSEPHTAYLOR-LT", "operatingSystem": "Windows 10", "browser": "Edge 105.19198", "isCompliant": true, "isManaged": true, "trustType": "Azure AD joined"}, "location": {"city": "Mannville", "state": "Porterside", "countryOrRegion": "XF", "geoCoordinates": {"latitude": -50.9955705, "longitude": 104.613841}}, "mfaDetail": {}, "correlationId": "2a0139f3-3beb-4980-a0ea-d78dee7d7b5a", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "96effa75-c7c6-46e6-ab5f-dff2b01ae0d0", "isInteractive": true, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "processingTimeInMilliseconds": 160, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Slack", "resourceId": "9a84f55e-3a40-492c-9476-e069f64ed7a6", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 124400, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "D9Z0D3myptxCYRBZ8rQty8MKEdZzzvpia6C09SC9eGzxEEM4", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "37ee873b-f901-4e25-be69-010243106d0f"}}, {"time": "2022-08-13T14:22:15.316701Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "SignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "86.154.193.190", "correlationId": "fbfadb36-da76-4464-ba53-173d2001319c", "identity": "Jamie Watson", "Level": 4, "location": "XR", "properties": {"id": "9e1a73f6-a00a-49a9-886a-dc86575f5300", "createdDateTime": "2022-08-13T14:22:15.446701Z", "userDisplayName": "Jamie Watson", "userPrincipalName": "jwatson@domain.com", "userId": "2844695b-9a70-48ed-a5ce-f3d711e2292b", "appId": "e47a1d38-5f61-45cd-b1b9-bc92f525c598", "appDisplayName": "Altoura", "ipAddress": "86.154.193.190", "status": {"errorCode": 0}, "clientAppUsed": "Browser", "userAgent": "Mozilla/5.0 (Linux; Android 2.3.5) AppleWebKit/532.2 (KHTML, like Gecko) Chrome/46.0.898.0 Safari/532.2 Edge/105.19198", "deviceDetail": {"deviceId": "fc784602-6455-4450-be3c-6770e0359f8a", "displayName": "JAMIEWATSON-LT", "operatingSystem": "Windows 10", "browser": "Edge 105.19198", "isCompliant": true, "isManaged": true, "trustType": "Azure AD joined"}, "location": {"city": "Port Denisetown", "state": "Smithton", "countryOrRegion": "XR", "geoCoordinates": {"latitude": 3.5518965, "longitude": 131.871582}}, "correlationId": "58863432-a35d-473c-a59a-76664fbf1517", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "ad2b6676-5ef9-4c99-b332-916fd4a80720", "isInteractive": true, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "processingTimeInMilliseconds": 130, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Altoura Online", "resourceId": "8a137ba4-52ae-4dbf-94af-2e56851573c4", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 256668, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "8y2575bkOEsi5lE6FxRwmS7G1XOBBkkGcd7Cj8zORsxGAp1f", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": null}}, {"time": "2022-08-13T14:28:32.342622Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "1.210.58.10", "correlationId": "a61c34ca-abd7-49fb-9c71-d1925a4dbdd2", "identity": "Keith Sheppard", "Level": 4, "location": "XD", "properties": {"id": "02ec6f9a-da67-41d5-8cea-0af7a0677000", "createdDateTime": "2022-08-13T14:28:32.411622Z", "userDisplayName": "Keith Sheppard", "userPrincipalName": "ksheppard@domain.com", "userId": "05bd48f1-91d2-4c2d-9a7c-80e80f561b3c", "appId": "9a7e67c7-6f05-42a3-b226-97c7ec3e9696", "appDisplayName": "Adobe Identity Management", "ipAddress": "1.210.58.10", "status": {"errorCode": 0}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (Windows NT 4.0) AppleWebKit/531.1 (KHTML, like Gecko) Chrome/20.0.823.0 Safari/531.1 Edge/87.11424", "deviceDetail": {"deviceId": "639815fd-5018-4e38-9d81-67538b2ce460", "displayName": "KEITHSHEPPARD-LT", "operatingSystem": "Windows 10", "browser": "Edge 87.11424", "trustType": "Azure AD registered"}, "location": {"city": "Cooperhaven", "state": "Norrisbury", "countryOrRegion": "XD", "geoCoordinates": {"latitude": 70.436398, "longitude": -23.873747}}, "correlationId": "ab218061-9a9e-43b6-bf92-0becd6eb96e5", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "82f8c947-acdf-40f5-bf86-7d41550b7fa5", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 69, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Adobe Identity Management Service", "resourceId": "80abac89-d2c0-4b6c-8ffc-5023bd7efc5e", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 69487, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "9ow5dkU42IIBGGKKZgrLhucO323ii8cq7eRkRU0LjMuMYwmV", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": null, "rngcStatus": 0}}, {"time": "2022-08-13T14:28:36.273736Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "86.154.193.190", "correlationId": "7c420a85-533f-48eb-acd5-a439fc389cc5", "identity": "Kristen Howell", "Level": 4, "location": "XR", "properties": {"id": "c1b5f5c8-ca60-424d-8983-bf9c5bfa5100", "createdDateTime": "2022-08-13T14:28:36.395736Z", "userDisplayName": "Kristen Howell", "userPrincipalName": "khowell@domain.com", "userId": "20e1e3f9-665f-45bd-9984-5e74b526d3b5", "appId": "2eae4ad1-8cae-48fe-b718-76bd66e2fc7f", "appDisplayName": "Bipsync", "ipAddress": "86.154.193.190", "status": {"errorCode": 0}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (X11; Linux i686) AppleWebKit/533.0 (KHTML, like Gecko) Chrome/24.0.803.0 Safari/533.0 Edge/40.11325", "deviceDetail": {"deviceId": "af204333-3bdf-4228-bbeb-e3a654075b5c", "displayName": "KRISTENHOWELL-LT", "operatingSystem": "Windows 10", "browser": "Edge 40.11325", "trustType": "Azure AD registered"}, "location": {"city": "Port Denisetown", "state": "Smithton", "countryOrRegion": "XR", "geoCoordinates": {"latitude": 3.5518965, "longitude": 131.871582}}, "correlationId": "69dd960a-aaa4-4634-a637-21f64f759f90", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "c444dcdd-4cb3-48d5-a326-877aec7e660f", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "processingTimeInMilliseconds": 122, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Bipsync Service", "resourceId": "819aa3ed-3b63-4925-8388-0b8d41022941", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 256668, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "700IOHqdiVEZEqOBDPHLo8SI9Oczl3LzdfOVdqmBvhE7yAqN", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "7f0c9abd-8b0d-4973-8675-a495454c0c86"}}, {"time": "2022-08-13T14:34:24.189361Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "147.132.189.119", "correlationId": "b5273208-cd54-47d6-a6d8-dd7c79e442c3", "identity": "Melissa Martin", "Level": 4, "location": "XR", "properties": {"id": "baab1233-76d0-4f3f-8bc6-ec80bdf79700", "createdDateTime": "2022-08-13T14:34:24.286361Z", "userDisplayName": "Melissa Martin", "userPrincipalName": "mmartin@domain.com", "userId": "632ccb55-03a7-40f4-9893-653527cae790", "appId": "18bf60fa-77dd-4aad-891d-af82ca87dd06", "appDisplayName": "FortiGate SSL VPN", "ipAddress": "147.132.189.119", "status": {"errorCode": 0}, "clientAppUsed": "Browser", "deviceDetail": {"deviceId": "", "operatingSystem": "Windows", "browser": "Rich Client 4.22.0.0"}, "location": {"city": "Port Denisetown", "state": "Smithton", "countryOrRegion": "XR", "geoCoordinates": {"latitude": 3.5518965, "longitude": 131.871582}}, "correlationId": "463357e4-0871-4262-97c5-ed1254001a9d", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "7f6c334b-ce1c-43bb-b6c1-b3728ded2138", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 97, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "FortiGate SSL VPN Service", "resourceId": "f0630e90-b752-4960-bfb9-a0794fc34930", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 256668, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "dnThWQ0MjtSq8ACw4yHlEK1BJ4Du75OvmCrZzIE9VaDQsb13", "incomingTokenType": "none", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "1f37c851-4be4-455b-928a-fbde7845a68a", "rngcStatus": 0}}, {"time": "2022-08-13T14:49:07.463878Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "205.33.24.92", "correlationId": "4e2a18a6-6f9a-47a6-9d0c-ff9e5ddd6f3d", "identity": "Aaron Cole", "Level": 4, "location": "XD", "properties": {"id": "fc7381e7-8660-4e7b-937f-ae03b6ba6800", "createdDateTime": "2022-08-13T14:49:07.546878Z", "userDisplayName": "Aaron Cole", "userPrincipalName": "acole@domain.com", "userId": "5d557969-1645-4ba4-be83-b6fd943659f7", "appId": "ad65aaed-51a8-4877-830e-8a5273604c87", "appDisplayName": "Docusign", "ipAddress": "205.33.24.92", "status": {"errorCode": 0}, "clientAppUsed": "Browser", "userAgent": "Mozilla/5.0 (X11; Linux i686) AppleWebKit/536.2 (KHTML, like Gecko) Chrome/22.0.877.0 Safari/536.2", "deviceDetail": {"deviceId": "", "operatingSystem": "Windows 10", "browser": "Chrome 22.0.877.0"}, "location": {"city": "Kristinmouth", "state": "Norrisbury", "countryOrRegion": "XD", "geoCoordinates": {"latitude": 26.278784, "longitude": -92.042573}}, "correlationId": "caee26e4-4471-41bf-b659-00a01de85c72", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "7b573db4-ca30-4706-9095-4e74587c5400", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 83, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Docusign", "resourceId": "099383fe-c9f7-4a82-b599-e6773fd99672", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 214655, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "a0oTy5vAVSCp4beVNybCG3YaeHUN8yQfNHpL6kgdbkeGYRhA", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "89935e77-e093-4c59-91c3-233fcc836127", "rngcStatus": 0}}, {"time": "2022-08-13T14:50:44.894496Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "50158", "resultSignature": "None", "resultDescription": "External security challenge was not satisfied.", "durationMs": 0, "callerIpAddress": "44.22.19.201", "correlationId": "df9beb7e-1f60-4e3f-b02d-9966fc6e9380", "identity": "Thomas Price", "Level": 4, "location": "XN", "properties": {"id": "c42d1a02-7ec4-48b5-9f37-6b028f4c7100", "createdDateTime": "2022-08-13T14:50:45.028496Z", "userDisplayName": "Thomas Price", "userPrincipalName": "tprice@domain.com", "userId": "32109ee2-ee4f-4d11-9c38-2556aec0f2b5", "appId": "79510a8f-6421-4348-a2ea-bcc2b02485c1", "appDisplayName": "Cisco AnyConnect", "ipAddress": "44.22.19.201", "status": {"errorCode": 50158, "failureReason": "External security challenge was not satisfied."}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (X11; Linux i686) AppleWebKit/535.2 (KHTML, like Gecko) Chrome/22.0.843.0 Safari/535.2 Edge/118.12158", "deviceDetail": {"deviceId": "a31478d2-f778-4d5a-b081-22579a9edcbe", "displayName": "THOMASPRICE-LT", "operatingSystem": "Windows 10", "browser": "Edge 118.12158", "trustType": "Hybrid Azure AD joined"}, "location": {"city": "Littlemouth", "state": "Alexanderfurt", "countryOrRegion": "XN", "geoCoordinates": {"latitude": 25.4437255, "longitude": -109.530885}}, "correlationId": "fbf208a8-1bdd-4fbc-9212-a333cbfdc638", "conditionalAccessStatus": "failure", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "15f1898c-22d9-4451-93f5-0712143fa54f", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 134, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Cisco AnyConnect Online", "resourceId": "5d5b8d28-6a28-472e-b837-a4094e466965", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 230297, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "yNzUuvnioEFtVrzMsxzmsxaysXlqTVJwR33ihYyBhbL21QFc", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "15655e1f-5005-4c53-b3c0-c4a1d1ca5e9e", "rngcStatus": 0}}, {"time": "2022-08-13T15:07:29.394025Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "81.209.4.19", "correlationId": "4ef0eb94-8066-43fb-bb76-9b6e7a6b3670", "identity": "Jim Gonzalez", "Level": 4, "location": "XR", "properties": {"id": "381dc42c-1581-42c2-8b81-ee5d23416800", "createdDateTime": "2022-08-13T15:07:29.604025Z", "userDisplayName": "Jim Gonzalez", "userPrincipalName": "jgonzalez@domain.com", "userId": "95090045-a9c5-489c-adee-2db430a3333a", "appId": "2eae4ad1-8cae-48fe-b718-76bd66e2fc7f", "appDisplayName": "Bipsync", "ipAddress": "81.209.4.19", "ipAddressFromResourceProvider": "81.209.4.19", "status": {"errorCode": 0}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (Linux; Android 4.4.3) AppleWebKit/533.2 (KHTML, like Gecko) Chrome/28.0.882.0 Safari/533.2 Edge/44.18413", "deviceDetail": {"deviceId": "1a428e94-41e3-4c1d-865a-0d31c9a2540b", "displayName": "JIMGONZALEZ-LT", "operatingSystem": "Windows 10", "browser": "Edge 44.18413", "trustType": "Azure AD registered"}, "location": {"city": "Santosborough", "state": "Smithton", "countryOrRegion": "XR", "geoCoordinates": {"latitude": 50.0774195, "longitude": 64.938754}}, "correlationId": "cdb934b2-3c25-46bd-b8c3-0cad807390f7", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "a398e5f5-474c-484c-8a19-46f28893a6ae", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 210, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Bipsync Service", "resourceId": "aaf780ce-b996-49b9-986d-8bb23f7bce3a", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 34974, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "sOav4sByyOrod0PGcasnnnm8oLNEv6kJWNuwUdCBnHzsmHjI", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "b7da42cc-a168-4148-b15a-792ad32c2ff5", "rngcStatus": 0}}, {"time": "2022-08-13T15:31:36.374740Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "156.206.181.119", "correlationId": "29ee88b0-f6ef-40c6-a679-03ef57041004", "identity": "Cynthia Perry", "Level": 4, "location": "XY", "properties": {"id": "f1fc2489-d131-4e12-a62d-535f3c978400", "createdDateTime": "2022-08-13T15:31:36.530740Z", "userDisplayName": "Cynthia Perry", "userPrincipalName": "cperry@domain.com", "userId": "ac5fa380-9d5b-470e-beb2-5ba10aca48e6", "appId": "9de6e985-97a5-4d82-9c45-aedaa9c25ef9", "appDisplayName": "AWS Single-Account Access", "ipAddress": "156.206.181.119", "status": {"errorCode": 0}, "clientAppUsed": "Browser", "deviceDetail": {"deviceId": "", "operatingSystem": "Windows"}, "location": {"city": "Hannaville", "state": "Thomashaven", "countryOrRegion": "XY", "geoCoordinates": {"latitude": 1.1452695, "longitude": 128.249211}}, "correlationId": "626b27ca-e407-4a19-91b1-09266e0a7ff4", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "89022763-a623-4f9a-b3ec-610d7afe7ddb", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 156, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "AWS Single-Account Access Service", "resourceId": "9a84f55e-3a40-492c-9476-e069f64ed7a6", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 279165, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "aGfavxHJbMttk9IxDsz5pCb8saOEeK3YLxesSmTH4YuX48g1", "incomingTokenType": "none", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "37ee873b-f901-4e25-be69-010243106d0f", "rngcStatus": 0}}, {"time": "2022-08-13T15:54:08.550365Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "205.33.24.92", "correlationId": "ae930408-4730-4188-bd83-19fbfe5b6bd3", "identity": "Aaron Cole", "Level": 4, "location": "XD", "properties": {"id": "b4caa848-f8c1-4832-a328-e5092c576500", "createdDateTime": "2022-08-13T15:54:08.643365Z", "userDisplayName": "Aaron Cole", "userPrincipalName": "acole@domain.com", "userId": "5d557969-1645-4ba4-be83-b6fd943659f7", "appId": "cb9ad245-0b24-4c75-ba23-398500baf7a8", "appDisplayName": "FileCloud", "ipAddress": "205.33.24.92", "status": {"errorCode": 0}, "clientAppUsed": "Browser", "deviceDetail": {"deviceId": "", "operatingSystem": "Windows", "browser": "Rich Client 4.35.1.0"}, "location": {"city": "Kristinmouth", "state": "Norrisbury", "countryOrRegion": "XD", "geoCoordinates": {"latitude": 26.278784, "longitude": -92.042573}}, "correlationId": "bb51f756-b8cc-4bd9-a0e5-4f47c16ab23e", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "a7fba956-26ca-441a-9ced-3a7bfae582ac", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 93, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "FileCloud Service", "resourceId": "5ccafadc-6f88-436f-b8e8-29052f1c5c6f", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 214655, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "u72VGjrgr7Mg9QKp4I7UFRyax7OasTAXZnjswvpPi4BzPYD4", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "58784103-9c4a-4660-92db-3f8999c5c6f3", "rngcStatus": 0}}, {"time": "2022-08-13T16:14:03.344661Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "205.33.24.92", "correlationId": "01c34db2-23ef-4c46-825e-677af1ab7a87", "identity": "Vanessa Ramirez", "Level": 4, "location": "XD", "properties": {"id": "1393f37b-4819-4d94-99e0-8c330d4a5a00", "createdDateTime": "2022-08-13T16:14:03.613661Z", "userDisplayName": "Vanessa Ramirez", "userPrincipalName": "vramirez@domain.com", "userId": "5d72b7ed-62ea-4b94-b931-ccef65d71ebd", "appId": "9de6e985-97a5-4d82-9c45-aedaa9c25ef9", "appDisplayName": "AWS Single-Account Access", "ipAddress": "205.33.24.92", "status": {"errorCode": 0}, "clientAppUsed": "Browser", "deviceDetail": {"deviceId": "e395a3f4-8f2d-4170-804f-d3e13ce3151b", "displayName": "VANESSARAMIREZ-LT", "operatingSystem": "Windows", "trustType": "Azure AD registered"}, "location": {"city": "Kristinmouth", "state": "Norrisbury", "countryOrRegion": "XD", "geoCoordinates": {"latitude": 26.278784, "longitude": -92.042573}}, "correlationId": "6756faf4-93ee-45f6-975f-b1ea2864175d", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "6f4ff50b-7872-4450-a053-625835e31def", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "processingTimeInMilliseconds": 269, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "AWS Single-Account Access Service", "resourceId": "c65cf5f9-5537-4200-889e-381c4f60ca7d", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 214655, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "AhEC55PH83jITFI4yqYOVKjjbqP8JIHVXnafJSXIJIZWJIYZ", "incomingTokenType": "none", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": null}}, {"time": "2022-08-13T16:38:06.612523Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "156.206.181.119", "correlationId": "9b8ce5a0-6b1b-4462-8d18-2582e03675c5", "identity": "Cynthia Perry", "Level": 4, "location": "XY", "properties": {"id": "86ba97e9-45f2-4c3d-bbb5-6d0b54d16200", "createdDateTime": "2022-08-13T16:38:06.726523Z", "userDisplayName": "Cynthia Perry", "userPrincipalName": "cperry@domain.com", "userId": "ac5fa380-9d5b-470e-beb2-5ba10aca48e6", "appId": "9de6e985-97a5-4d82-9c45-aedaa9c25ef9", "appDisplayName": "AWS Single-Account Access", "ipAddress": "156.206.181.119", "status": {"errorCode": 0}, "clientAppUsed": "Browser", "deviceDetail": {"deviceId": "", "operatingSystem": "Windows"}, "location": {"city": "Hannaville", "state": "Thomashaven", "countryOrRegion": "XY", "geoCoordinates": {"latitude": 1.1452695, "longitude": 128.249211}}, "correlationId": "ce57a409-a82d-48de-ae30-2b75506fbc8c", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "ea84ddba-37d7-4643-9e53-30490d6d534c", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 114, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "AWS Single-Account Access Service", "resourceId": "f0630e90-b752-4960-bfb9-a0794fc34930", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 279165, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "OlgxuYCkt5cit12nNKNoRe5eryuAq5qYn2DAIrBy8rJnodcd", "incomingTokenType": "none", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "1f37c851-4be4-455b-928a-fbde7845a68a", "rngcStatus": 0}}, {"time": "2022-08-13T17:17:55.914754Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "42.62.103.34", "correlationId": "de597325-731d-4ba3-a895-a9bf5ec6fbb1", "identity": "Joseph Taylor", "Level": 4, "location": "XF", "properties": {"id": "21d9bc2a-9249-4dd7-ac71-d73d74b76700", "createdDateTime": "2022-08-13T17:17:56.048754Z", "userDisplayName": "Joseph Taylor", "userPrincipalName": "jtaylor@domain.com", "userId": "af9847eb-c773-41ae-bf94-42747c5e986c", "appId": "3f8b74f7-e00f-4827-abb8-2ec539552497", "appDisplayName": "Kemp LoadMaster Azure AD integration", "ipAddress": "42.62.103.34", "status": {"errorCode": 0, "additionalDetails": "MFA requirement satisfied by claim in the token"}, "clientAppUsed": "Mobile Apps and Desktop clients", "deviceDetail": {"deviceId": "76b96bd3-e5d7-49ee-b195-bf363facdb3d", "displayName": "JOSEPHTAYLOR-LT", "operatingSystem": "Windows", "isCompliant": true, "isManaged": true, "trustType": "Azure AD joined"}, "location": {"city": "Jessicafurt", "state": "Smithbury", "countryOrRegion": "XF", "geoCoordinates": {"latitude": 17.5082395, "longitude": -115.304215}}, "mfaDetail": {}, "correlationId": "eecbd06a-9e2d-42ea-a122-cc4e5dbb16f0", "conditionalAccessStatus": "notApplied", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "971eed0e-0b3c-4e19-8681-3b9ac1127b3c", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 134, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Kemp LoadMaster Azure AD integration Service", "resourceId": "24578515-1951-4064-967d-0d2acaf0aa70", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 393508, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "KZ2cC6oVR1gAzYJQE1kbaWz2rnyoas0kUw2giGDawkLqmMHE", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "0e68752b-7dfa-400b-a6f5-1b54af90696a", "rngcStatus": 0}}, {"time": "2022-08-13T17:26:46.586522Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "86.154.193.190", "correlationId": "64969bd8-e9c3-4025-bcfe-35d0bf1162ca", "identity": "Jamie Watson", "Level": 4, "location": "XR", "properties": {"id": "8fcd3dec-5cc1-4573-b657-ef95bcb97100", "createdDateTime": "2022-08-13T17:26:46.681522Z", "userDisplayName": "Jamie Watson", "userPrincipalName": "jwatson@domain.com", "userId": "2844695b-9a70-48ed-a5ce-f3d711e2292b", "appId": "2eae4ad1-8cae-48fe-b718-76bd66e2fc7f", "appDisplayName": "Bipsync", "ipAddress": "86.154.193.190", "status": {"errorCode": 0}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (X11; Linux i686) AppleWebKit/533.0 (KHTML, like Gecko) Chrome/24.0.803.0 Safari/533.0 Edge/40.11325", "deviceDetail": {"deviceId": "fc784602-6455-4450-be3c-6770e0359f8a", "displayName": "JAMIEWATSON-LT", "operatingSystem": "Windows 10", "browser": "Edge 40.11325", "isCompliant": true, "isManaged": true, "trustType": "Azure AD joined"}, "location": {"city": "Port Denisetown", "state": "Smithton", "countryOrRegion": "XR", "geoCoordinates": {"latitude": 3.5518965, "longitude": 131.871582}}, "correlationId": "4700987d-6ea4-4cd4-815b-fcdad6e0fa49", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "480b7700-7647-4d32-b2e0-88ce1a490dba", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 95, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Bipsync Service", "resourceId": "819aa3ed-3b63-4925-8388-0b8d41022941", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 256668, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "HzuDAe124zpHkiJkdz4kpCtWxQQbUo37NyQaUbgJ0zmziZHV", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "7f0c9abd-8b0d-4973-8675-a495454c0c86", "rngcStatus": 0}}, {"time": "2022-08-13T17:41:30.573987Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "91.132.253.146", "correlationId": "16d0fdd4-4a7f-4b53-aae2-697dbcd28bc5", "identity": "Aaron Cole", "Level": 4, "location": "XD", "properties": {"id": "b07bba22-ec36-47ef-95f1-3c7fb8663300", "createdDateTime": "2022-08-13T17:41:30.657987Z", "userDisplayName": "Aaron Cole", "userPrincipalName": "acole@domain.com", "userId": "5d557969-1645-4ba4-be83-b6fd943659f7", "appId": "9d64cdda-8fe1-424a-8325-912d9d512004", "appDisplayName": "Help Scout", "ipAddress": "91.132.253.146", "status": {"errorCode": 0}, "clientAppUsed": "Browser", "deviceDetail": {"deviceId": "", "operatingSystem": "Windows", "browser": "Rich Client 4.35.1.0"}, "location": {"city": "Rickshire", "state": "Norrisbury", "countryOrRegion": "XD", "geoCoordinates": {"latitude": -78.5751045, "longitude": 58.329246}}, "correlationId": "193dd743-b223-4def-889c-f003ac16f361", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "274b9bac-c5d9-48e0-b881-236910bae7e3", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 84, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Help Scout Service", "resourceId": "24578515-1951-4064-967d-0d2acaf0aa70", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 214655, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "qYI3oCYNaXMkUe80RFKQDwZGlbuyzg9f9djtoiZx9TsXXeao", "incomingTokenType": "none", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "0e68752b-7dfa-400b-a6f5-1b54af90696a", "rngcStatus": 0}}, {"time": "2022-08-13T17:49:23.175659Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "50173", "resultSignature": "None", "resultDescription": "Fresh auth token is needed. Have the user re-sign using fresh credentials.", "durationMs": 0, "callerIpAddress": "156.206.181.119", "correlationId": "e374ef43-db83-4788-85cf-82cfb3447fa0", "identity": "Cynthia Perry", "Level": 4, "location": "XY", "properties": {"id": "9196283f-f012-41c0-af98-b20b7c7f5000", "createdDateTime": "2022-08-13T17:49:23.226659Z", "userDisplayName": "Cynthia Perry", "userPrincipalName": "cperry@domain.com", "userId": "ac5fa380-9d5b-470e-beb2-5ba10aca48e6", "appId": "9003b8ba-730c-412d-8972-267700304e01", "appDisplayName": "Box", "ipAddress": "156.206.181.119", "status": {"errorCode": 50173, "failureReason": "Fresh auth token is needed. Have the user re-sign using fresh credentials."}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (Windows NT 4.0) AppleWebKit/531.1 (KHTML, like Gecko) Chrome/20.0.823.0 Safari/531.1 Edge/87.11424", "deviceDetail": {"deviceId": "", "operatingSystem": "Windows 10", "browser": "Edge 87.11424"}, "location": {"city": "Hannaville", "state": "Thomashaven", "countryOrRegion": "XY", "geoCoordinates": {"latitude": 1.1452695, "longitude": 128.249211}}, "correlationId": "cc754319-c31f-48d5-abe8-a09ac3decd4a", "conditionalAccessStatus": "notApplied", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "a9f2005c-b47e-4b65-b0c2-02752bb54716", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "processingTimeInMilliseconds": 51, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Box Online", "resourceId": "d2c09315-f769-4fc6-9be8-f57cf8efa9cc", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 279165, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "Rwpg28EcleKLSQ654ueulqGCqwgUmsDZoJvURP5dnAexcR73", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": null}}, {"time": "2022-08-13T17:51:21.328765Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "134.219.180.76", "correlationId": "59f6f002-0512-424f-a09c-a4b39fb295c3", "identity": "Joseph Taylor", "Level": 4, "location": "XF", "properties": {"id": "8e02be17-b237-45cb-8237-03a1857e6b00", "createdDateTime": "2022-08-13T17:51:21.460765Z", "userDisplayName": "Joseph Taylor", "userPrincipalName": "jtaylor@domain.com", "userId": "af9847eb-c773-41ae-bf94-42747c5e986c", "appId": "84f18b4b-ae12-484a-847f-f3e36093594a", "appDisplayName": "Slack", "ipAddress": "134.219.180.76", "status": {"errorCode": 0, "additionalDetails": "MFA requirement satisfied by claim in the token"}, "clientAppUsed": "Browser", "deviceDetail": {"deviceId": "76b96bd3-e5d7-49ee-b195-bf363facdb3d", "displayName": "JOSEPHTAYLOR-LT", "operatingSystem": "Windows", "isCompliant": true, "isManaged": true, "trustType": "Azure AD joined"}, "location": {"city": "Mannville", "state": "Porterside", "countryOrRegion": "XF", "geoCoordinates": {"latitude": -50.9955705, "longitude": 104.613841}}, "mfaDetail": {}, "correlationId": "045e8816-2e60-4c55-a128-cab1322af948", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "9bbe5151-f3d9-48d2-b612-8886f7193ab0", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 132, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Slack Service", "resourceId": "8f48cb66-a128-4a4b-8f76-3073c7c219d5", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 124400, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "mHCiquDhuRitmcLlKGzNkTFqYDyOiqpAnWFRQmQRoOSyb8JR", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": null, "rngcStatus": 0}}, {"time": "2022-08-13T18:43:43.943123Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "13.113.40.157", "correlationId": "8c5652ad-33c2-44a4-9429-3b4ee2651a38", "identity": "Attack Target", "Level": 4, "location": "XR", "properties": {"id": "bfd288f0-15c8-449b-8773-65df8eee8800", "createdDateTime": "2022-08-13T18:43:44.046123Z", "userDisplayName": "Attack Target", "userPrincipalName": "attacktarget@domain.com", "userId": "d735e84b-dcca-404d-9f7d-700f360f41a6", "appId": "9a7e67c7-6f05-42a3-b226-97c7ec3e9696", "appDisplayName": "Adobe Identity Management", "ipAddress": "13.113.40.157", "ipAddressFromResourceProvider": "13.113.40.157", "status": {"errorCode": 0}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (iPad; CPU iPad OS 9_3_6 like Mac OS X) AppleWebKit/536.1 (KHTML, like Gecko) CriOS/42.0.865.0 Mobile/77O124 Safari/536.1 Edge/99.14477", "deviceDetail": {"deviceId": "a44625dc-6f81-449a-9799-8005f7209b42", "displayName": "ATTACKTARGET-LT", "operatingSystem": "Windows 10", "browser": "Edge 99.14477", "trustType": "Azure AD registered"}, "location": {"city": "Smithfort", "state": "Smithfort", "countryOrRegion": "XR", "geoCoordinates": {"latitude": 3.7564095, "longitude": -121.574606}}, "correlationId": "e3eefe17-6829-4665-84e1-5fb2f4afc93a", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "8b9f7482-8944-4e99-ae9c-757a0ca7b872", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 103, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Adobe Identity Management Service", "resourceId": "c8eab36d-0a82-409d-8693-a8dabc997921", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 34974, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "GxByxzHCL0UrpIFAfM6tF5YeFPAgM6YcVyNEOLgElbYnGqAK", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "2248d3ef-d7b8-4eb2-bd20-fb53f725bfe3", "rngcStatus": 0}}, {"time": "2022-08-13T18:55:24.587256Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "156.206.181.119", "correlationId": "0d90ff42-eeb1-4469-8524-960e68f4154a", "identity": "Cynthia Perry", "Level": 4, "location": "XY", "properties": {"id": "f86fd039-b911-4a63-b06c-844711d06200", "createdDateTime": "2022-08-13T18:55:24.722256Z", "userDisplayName": "Cynthia Perry", "userPrincipalName": "cperry@domain.com", "userId": "ac5fa380-9d5b-470e-beb2-5ba10aca48e6", "appId": "9de6e985-97a5-4d82-9c45-aedaa9c25ef9", "appDisplayName": "AWS Single-Account Access", "ipAddress": "156.206.181.119", "status": {"errorCode": 0}, "clientAppUsed": "Browser", "deviceDetail": {"deviceId": "", "operatingSystem": "Windows"}, "location": {"city": "Hannaville", "state": "Thomashaven", "countryOrRegion": "XY", "geoCoordinates": {"latitude": 1.1452695, "longitude": 128.249211}}, "correlationId": "47d6aad5-1294-4bf7-bbed-aa18ab20a10d", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "8c77ec64-dbe5-4798-8cd0-5a1015b64e80", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 135, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "AWS Single-Account Access Service", "resourceId": "c65cf5f9-5537-4200-889e-381c4f60ca7d", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 279165, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "HJOQbLHjFAsRxziJJWvptHGmbcbcRpDzh1grBd0O5xITuJbu", "incomingTokenType": "none", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": null, "rngcStatus": 0}}, {"time": "2022-08-13T19:06:54.408495Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "21.206.133.221", "correlationId": "6ff100fa-cb7e-4a55-9897-1beec1a6ba57", "identity": "Angela Kerr", "Level": 4, "location": "XQ", "properties": {"id": "7ad921a7-535a-4d80-8c63-319737ed4e00", "createdDateTime": "2022-08-13T19:06:54.688495Z", "userDisplayName": "Angela Kerr", "userPrincipalName": "akerr@domain.com", "userId": "0db48846-20f7-44bc-bbdd-457a8ea9f7d8", "appId": "9c5b7fe3-0ad2-4ea6-94e5-9e0001f367e3", "appDisplayName": "Articulate 360", "ipAddress": "21.206.133.221", "status": {"errorCode": 0}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (X11; Linux i686) AppleWebKit/533.0 (KHTML, like Gecko) Chrome/24.0.803.0 Safari/533.0 Edge/40.11325", "deviceDetail": {"deviceId": "056bc9c5-bae6-4899-8f41-c449b9b8d11b", "displayName": "ANGELAKERR-LT", "operatingSystem": "Windows 10", "browser": "Edge 40.11325", "trustType": "Azure AD registered"}, "location": {"city": "Brownton", "state": "Stephanieberg", "countryOrRegion": "XQ", "geoCoordinates": {"latitude": -37.755925, "longitude": -139.744832}}, "correlationId": "e7171bac-7d5a-4f9e-ac15-2ba75a2f5627", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "9f54902e-89ce-4fb8-ab95-28d19bdd6dc5", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 280, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Articulate 360 Online", "resourceId": "436260d5-3791-4aea-a4da-aa698ec35f2f", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 12916, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "3EZ8QVDnjEEIKuNRbchhTyfSq19T5jWc8Iz9ikq7Zj0yHfK8", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "94b9f3ba-5f4b-4edc-99dc-a420b76960f9", "rngcStatus": 0}}, {"time": "2022-08-13T19:10:35.763004Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "134.219.180.76", "correlationId": "8da39c26-fa0a-477b-8070-4fd1c7b555d6", "identity": "Joseph Taylor", "Level": 4, "location": "XF", "properties": {"id": "c27355bf-335a-4f00-ab57-c82734db5800", "createdDateTime": "2022-08-13T19:10:35.952004Z", "userDisplayName": "Joseph Taylor", "userPrincipalName": "jtaylor@domain.com", "userId": "af9847eb-c773-41ae-bf94-42747c5e986c", "appId": "bf2855c0-7434-4262-8885-ad2f5206d324", "appDisplayName": "COINS Construction Cloud - Project and Productivity Apps", "ipAddress": "134.219.180.76", "status": {"errorCode": 0, "additionalDetails": "MFA requirement satisfied by claim in the token"}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (iPad; CPU iPad OS 9_3_6 like Mac OS X) AppleWebKit/536.1 (KHTML, like Gecko) CriOS/42.0.865.0 Mobile/77O124 Safari/536.1 Edge/99.14477", "deviceDetail": {"deviceId": "76b96bd3-e5d7-49ee-b195-bf363facdb3d", "displayName": "JOSEPHTAYLOR-LT", "operatingSystem": "Windows 10", "browser": "Edge 99.14477", "isCompliant": true, "isManaged": true, "trustType": "Azure AD joined"}, "location": {"city": "Mannville", "state": "Porterside", "countryOrRegion": "XF", "geoCoordinates": {"latitude": -50.9955705, "longitude": 104.613841}}, "mfaDetail": {}, "correlationId": "7afd551b-819a-4108-bb91-6cdef97fa60b", "conditionalAccessStatus": "notApplied", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "3e6a611b-e676-4834-9f31-7b8959816a6c", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "processingTimeInMilliseconds": 189, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "COINS Construction Cloud - Project and Productivity Apps Service", "resourceId": "7a8caa38-3454-4033-9b2e-0e69152cca1e", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 124400, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "a9lUfa7dXgLQgRFVPMhBKbetyoNdguyzjbDQPdT486wu6ZiD", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "7c9b147a-b2e2-42f4-8881-d000653c3411"}}, {"time": "2022-08-13T19:10:50.449877Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "44.22.19.201", "correlationId": "1109ca2e-7fa2-426f-a032-a4663a869259", "identity": "David Johnson", "Level": 4, "location": "XN", "properties": {"id": "51f93ce7-79a3-409d-8252-7f48e4675900", "createdDateTime": "2022-08-13T19:10:50.609877Z", "userDisplayName": "David Johnson", "userPrincipalName": "djohnson@domain.com", "userId": "ff2ae3d2-8cd2-4bd6-b65d-49c5ad946c7f", "appId": "2eae4ad1-8cae-48fe-b718-76bd66e2fc7f", "appDisplayName": "Bipsync", "ipAddress": "44.22.19.201", "status": {"errorCode": 0}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (Windows NT 4.0) AppleWebKit/531.1 (KHTML, like Gecko) Chrome/20.0.823.0 Safari/531.1 Edge/87.11424", "deviceDetail": {"deviceId": "8fb0ff79-f116-4f20-8ca8-36b3f8d68865", "displayName": "DAVIDJOHNSON-LT", "operatingSystem": "Windows 10", "browser": "Edge 87.11424", "trustType": "Azure AD registered"}, "location": {"city": "Littlemouth", "state": "Alexanderfurt", "countryOrRegion": "XN", "geoCoordinates": {"latitude": 25.4437255, "longitude": -109.530885}}, "correlationId": "29558ae6-527b-4634-83d3-9517b03f0f65", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "73f9a570-d8a0-4db2-8191-900de3db2db4", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "processingTimeInMilliseconds": 160, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Bipsync Service", "resourceId": "819aa3ed-3b63-4925-8388-0b8d41022941", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 230297, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "IVwFvjHu5MtfuS7lbg4xoanqDlIMhhw75WPhmuCZEVvalwzH", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "7f0c9abd-8b0d-4973-8675-a495454c0c86"}}, {"time": "2022-08-13T19:18:13.862764Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "156.206.181.119", "correlationId": "0fce3317-80a0-403b-9077-8b1a795d918c", "identity": "Cynthia Perry", "Level": 4, "location": "XY", "properties": {"id": "140cf565-4047-4e65-9531-8c3cc4cd4e00", "createdDateTime": "2022-08-13T19:18:14.077764Z", "userDisplayName": "Cynthia Perry", "userPrincipalName": "cperry@domain.com", "userId": "ac5fa380-9d5b-470e-beb2-5ba10aca48e6", "appId": "51a80452-7502-4b15-9e15-827c7d78e337", "appDisplayName": "Dropbox Business", "ipAddress": "156.206.181.119", "status": {"errorCode": 0}, "clientAppUsed": "Mobile Apps and Desktop clients", "deviceDetail": {"deviceId": "", "operatingSystem": "Windows 10", "browser": "Rich Client 5.2.9.0"}, "location": {"city": "Hannaville", "state": "Thomashaven", "countryOrRegion": "XY", "geoCoordinates": {"latitude": 1.1452695, "longitude": 128.249211}}, "correlationId": "7de3204a-65a6-455b-b347-f298acc0a745", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "a0e7920b-25a1-4323-90c8-4537821735d4", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "processingTimeInMilliseconds": 215, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Dropbox Business Online", "resourceId": "3f7d0d52-e3b6-4712-8e89-01c915dc0294", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 279165, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "jjpespqczwEMhabjFjGViY4cI12WceGQ2QfYX8LMb52GHHAp", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "84036992-5b2b-4836-8aca-9de3ba4c15b9"}}, {"time": "2022-08-13T19:20:32.441297Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "156.206.181.119", "correlationId": "9e766b04-5859-4838-9f6b-1ef48c6b5a52", "identity": "Cynthia Perry", "Level": 4, "location": "XY", "properties": {"id": "5751f928-f6db-4f32-8ce6-3970b3f96700", "createdDateTime": "2022-08-13T19:20:32.581297Z", "userDisplayName": "Cynthia Perry", "userPrincipalName": "cperry@domain.com", "userId": "ac5fa380-9d5b-470e-beb2-5ba10aca48e6", "appId": "9de6e985-97a5-4d82-9c45-aedaa9c25ef9", "appDisplayName": "AWS Single-Account Access", "ipAddress": "156.206.181.119", "status": {"errorCode": 0}, "clientAppUsed": "Browser", "deviceDetail": {"deviceId": "", "operatingSystem": "Windows"}, "location": {"city": "Hannaville", "state": "Thomashaven", "countryOrRegion": "XY", "geoCoordinates": {"latitude": 1.1452695, "longitude": 128.249211}}, "correlationId": "3438e3e5-befa-4c30-9a12-dc863c43b03b", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "5ce5aa1e-a8f6-4bb9-9c44-22c126aff6ed", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 140, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "AWS Single-Account Access Service", "resourceId": "c65cf5f9-5537-4200-889e-381c4f60ca7d", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 279165, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "ILyby6W7Lwu8SxA0YVFWCsEYVDaFxABDXmm5v0vPrCJoh8RW", "incomingTokenType": "none", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": null, "rngcStatus": 0}}, {"time": "2022-08-13T19:22:05.208616Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "156.206.181.119", "correlationId": "9a775cc8-9662-4f78-8b2d-35b391a3c1de", "identity": "Cynthia Perry", "Level": 4, "location": "XY", "properties": {"id": "07e9bef6-9926-4484-b7b4-4a1519ba8600", "createdDateTime": "2022-08-13T19:22:05.326616Z", "userDisplayName": "Cynthia Perry", "userPrincipalName": "cperry@domain.com", "userId": "ac5fa380-9d5b-470e-beb2-5ba10aca48e6", "appId": "9de6e985-97a5-4d82-9c45-aedaa9c25ef9", "appDisplayName": "AWS Single-Account Access", "ipAddress": "156.206.181.119", "status": {"errorCode": 0}, "clientAppUsed": "Browser", "deviceDetail": {"deviceId": "", "operatingSystem": "Windows"}, "location": {"city": "Hannaville", "state": "Thomashaven", "countryOrRegion": "XY", "geoCoordinates": {"latitude": 1.1452695, "longitude": 128.249211}}, "correlationId": "3821ae37-27f9-43ba-8d57-3221815941a3", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "b219e9aa-08b8-440c-a36f-a35ba3e2674e", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 118, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "AWS Single-Account Access Service", "resourceId": "c65cf5f9-5537-4200-889e-381c4f60ca7d", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 279165, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "mt0t5ioEUBBm984nJvdDeJmIsizvFyN4qEKja5kdVs8jcc4B", "incomingTokenType": "none", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": null, "rngcStatus": 0}}, {"time": "2022-08-13T19:22:11.887293Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "91.132.253.146", "correlationId": "40155a37-aaf5-4f51-b04d-a2c23a37d0b0", "identity": "Aaron Cole", "Level": 4, "location": "XD", "properties": {"id": "02ec6f9a-da67-41d5-8cea-0af7d63c6e00", "createdDateTime": "2022-08-13T19:22:11.982293Z", "userDisplayName": "Aaron Cole", "userPrincipalName": "acole@domain.com", "userId": "5d557969-1645-4ba4-be83-b6fd943659f7", "appId": "18bf60fa-77dd-4aad-891d-af82ca87dd06", "appDisplayName": "FortiGate SSL VPN", "ipAddress": "91.132.253.146", "status": {"errorCode": 0}, "clientAppUsed": "Browser", "deviceDetail": {"deviceId": "", "operatingSystem": "Windows", "browser": "Rich Client 4.22.0.0"}, "location": {"city": "Rickshire", "state": "Norrisbury", "countryOrRegion": "XD", "geoCoordinates": {"latitude": -78.5751045, "longitude": 58.329246}}, "correlationId": "6168dec4-7193-495d-bc2e-ee20056fb06c", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "36e9ca1b-ba3b-4d99-8fe2-024e913bb79a", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 95, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "FortiGate SSL VPN", "resourceId": "51e679b4-5774-4b5f-9636-df5ea66b9380", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 214655, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "lBO631LjgZjLguJY06wAKKWSCy3ISANp95n49KxSnsJBXWM2", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "6e8f419c-7f10-40b1-a52a-e4fb253c74c2", "rngcStatus": 0}}, {"time": "2022-08-13T19:54:11.095512Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "700082", "resultSignature": "None", "resultDescription": "Other", "durationMs": 0, "callerIpAddress": "199.12.127.103", "correlationId": "0a30e2c8-6db0-4a40-95a5-c4094bcf2882", "identity": "Jacob Meyers", "Level": 4, "location": "XG", "properties": {"id": "93339d13-6eb7-4410-810a-1c608cb97100", "createdDateTime": "2022-08-13T19:54:11.150512Z", "userDisplayName": "Jacob Meyers", "userPrincipalName": "jmeyers@domain.com", "userId": "c63a67b0-1651-4a8a-9560-cc703cdad5ad", "appId": "9003b8ba-730c-412d-8972-267700304e01", "appDisplayName": "Box", "ipAddress": "199.12.127.103", "status": {"errorCode": 700082, "failureReason": "Other"}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (Windows NT 4.0) AppleWebKit/531.1 (KHTML, like Gecko) Chrome/20.0.823.0 Safari/531.1 Edge/87.11424", "deviceDetail": {"deviceId": "a0ea1625-4397-4c4c-963c-33347d3b0d73", "displayName": "JACOBMEYERS-LT", "operatingSystem": "Windows 10", "browser": "Edge 87.11424", "trustType": "Azure AD registered"}, "location": {"city": "Port Nathan", "state": "Newmanville", "countryOrRegion": "XG", "geoCoordinates": {"latitude": 23.244641, "longitude": -113.392021}}, "correlationId": "9c148e4b-3e5f-4437-9124-351d605002e1", "conditionalAccessStatus": "notApplied", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "80e94d1c-4251-44c9-994a-358f3c9873f9", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 55, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Box Online", "resourceId": "d2c09315-f769-4fc6-9be8-f57cf8efa9cc", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 282405, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "wfS6dLRODSALTFFDNXTgURuBLZORx8PRPFGeM9MHPXKlH7rQ", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": null, "rngcStatus": 0}}, {"time": "2022-08-13T20:12:34.433677Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "205.33.24.92", "correlationId": "9cb1b72c-6e33-473f-9051-9105115f1651", "identity": "Vanessa Ramirez", "Level": 4, "location": "XD", "properties": {"id": "bddc03c8-8da3-4ef6-8ef9-a5039f039400", "createdDateTime": "2022-08-13T20:12:34.517677Z", "userDisplayName": "Vanessa Ramirez", "userPrincipalName": "vramirez@domain.com", "userId": "5d72b7ed-62ea-4b94-b931-ccef65d71ebd", "appId": "9de6e985-97a5-4d82-9c45-aedaa9c25ef9", "appDisplayName": "AWS Single-Account Access", "ipAddress": "205.33.24.92", "status": {"errorCode": 0}, "clientAppUsed": "Browser", "deviceDetail": {"deviceId": "e395a3f4-8f2d-4170-804f-d3e13ce3151b", "displayName": "VANESSARAMIREZ-LT", "operatingSystem": "Windows", "trustType": "Azure AD registered"}, "location": {"city": "Kristinmouth", "state": "Norrisbury", "countryOrRegion": "XD", "geoCoordinates": {"latitude": 26.278784, "longitude": -92.042573}}, "correlationId": "a484c219-a53f-4817-982a-6416913fb4f0", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "fcddc6fe-d964-467a-8ea9-840ea5991881", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 84, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "AWS Single-Account Access Service", "resourceId": "72f0186d-d327-46c9-a8ff-497e0caa8691", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 214655, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "rYHuVsIH7oFDxgN59JX8kxC5ER4dRhTiVSYD941n5X7mxCK0", "incomingTokenType": "none", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": null, "rngcStatus": 0}}, {"time": "2022-08-13T20:15:28.647594Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "156.206.181.119", "correlationId": "1fcb167d-c44b-4754-8b75-611c73ab6e0c", "identity": "Cynthia Perry", "Level": 4, "location": "XY", "properties": {"id": "95854fa2-5be6-4c9a-9e31-8e17040f3500", "createdDateTime": "2022-08-13T20:15:28.847594Z", "userDisplayName": "Cynthia Perry", "userPrincipalName": "cperry@domain.com", "userId": "ac5fa380-9d5b-470e-beb2-5ba10aca48e6", "appId": "9de6e985-97a5-4d82-9c45-aedaa9c25ef9", "appDisplayName": "AWS Single-Account Access", "ipAddress": "156.206.181.119", "status": {"errorCode": 0}, "clientAppUsed": "Browser", "deviceDetail": {"deviceId": "", "operatingSystem": "Windows"}, "location": {"city": "Hannaville", "state": "Thomashaven", "countryOrRegion": "XY", "geoCoordinates": {"latitude": 1.1452695, "longitude": 128.249211}}, "correlationId": "8dd341db-d83d-49f5-9314-a311052c0d72", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "8ff27cef-c11a-4f12-b8ce-f7010ae394b8", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 200, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "AWS Single-Account Access Service", "resourceId": "c65cf5f9-5537-4200-889e-381c4f60ca7d", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 279165, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "36ltRkaQxFKuHTqYTm4JgLetJGVACIdbiWNM65UlSJ8sgy9R", "incomingTokenType": "none", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": null, "rngcStatus": 0}}, {"time": "2022-08-13T20:27:15.593250Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "212.169.11.63", "correlationId": "829b1a46-5e04-4a7c-9f44-e3baa113b686", "identity": "Kristen Howell", "Level": 4, "location": "XR", "properties": {"id": "717ef043-4342-4bef-be3f-b1a260b86500", "createdDateTime": "2022-08-13T20:27:15.691250Z", "userDisplayName": "Kristen Howell", "userPrincipalName": "khowell@domain.com", "userId": "20e1e3f9-665f-45bd-9984-5e74b526d3b5", "appId": "9167c284-c68f-468a-84be-0ee4f23879fe", "appDisplayName": "ArcGIS Enterprise", "ipAddress": "212.169.11.63", "status": {"errorCode": 0}, "clientAppUsed": "Mobile Apps and Desktop clients", "deviceDetail": {"deviceId": "", "operatingSystem": "Ios", "browser": "Mobile Safari"}, "location": {"city": "North Lisachester", "state": "Smithton", "countryOrRegion": "XR", "geoCoordinates": {"latitude": -69.00844, "longitude": -172.534328}}, "correlationId": "897edafb-0736-4c76-82f6-36aa6badba20", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "7149b845-62d2-419d-afd5-c601b3e9c565", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 98, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "ArcGIS Enterprise Service", "resourceId": "9a84f55e-3a40-492c-9476-e069f64ed7a6", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 144064, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "6ZkPBPn8Lg1qoMqs9Qno6c1dAQu8TmIlwvwf0auwTziIydZc", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "37ee873b-f901-4e25-be69-010243106d0f", "rngcStatus": 0}}, {"time": "2022-08-13T20:39:47.185707Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "92.110.109.246", "correlationId": "b675dd0d-fcaf-4b43-ad7e-fa00e5cc3040", "identity": "David Johnson", "Level": 4, "location": "XR", "properties": {"id": "240f1e1f-5d94-4a4e-bd71-018bb75c6c00", "createdDateTime": "2022-08-13T20:39:47.344707Z", "userDisplayName": "David Johnson", "userPrincipalName": "djohnson@domain.com", "userId": "ff2ae3d2-8cd2-4bd6-b65d-49c5ad946c7f", "appId": "9a7e67c7-6f05-42a3-b226-97c7ec3e9696", "appDisplayName": "Adobe Identity Management", "ipAddress": "92.110.109.246", "status": {"errorCode": 0}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (Windows NT 4.0) AppleWebKit/531.1 (KHTML, like Gecko) Chrome/20.0.823.0 Safari/531.1 Edge/87.11424", "deviceDetail": {"deviceId": "8fb0ff79-f116-4f20-8ca8-36b3f8d68865", "displayName": "DAVIDJOHNSON-LT", "operatingSystem": "Windows 10", "browser": "Edge 87.11424", "trustType": "Azure AD registered"}, "location": {"city": "Port Denisetown", "state": "Smithton", "countryOrRegion": "XR", "geoCoordinates": {"latitude": 3.5518965, "longitude": 131.871582}}, "correlationId": "2e475446-62e5-4423-bb8e-936d05e77aa7", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "b78ed4d1-76bd-4d96-8d41-7c7e1f88994a", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 159, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Adobe Identity Management Service", "resourceId": "9a84f55e-3a40-492c-9476-e069f64ed7a6", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 230297, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "i0y0dZO5r9sc1t6heczovNFWlGqhlzNpMyhRFxxiVpQ8OcKA", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "37ee873b-f901-4e25-be69-010243106d0f", "rngcStatus": 0}}, {"time": "2022-08-13T20:40:59.603011Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "SignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "91.132.253.146", "correlationId": "c488575c-c8ab-43ec-84d7-2135f2001b7e", "identity": "Aaron Cole", "Level": 4, "location": "XD", "properties": {"id": "2103c286-9815-4052-88cd-9deb171e5300", "createdDateTime": "2022-08-13T20:40:59.700011Z", "userDisplayName": "Aaron Cole", "userPrincipalName": "acole@domain.com", "userId": "5d557969-1645-4ba4-be83-b6fd943659f7", "appId": "9d794ea1-8d77-42e3-9fdd-6fd3620d616a", "appDisplayName": "Alaya", "ipAddress": "91.132.253.146", "status": {"errorCode": 0}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (compatible; MSIE 6.0; Windows NT 5.2; Trident/5.1)", "deviceDetail": {"deviceId": "", "operatingSystem": "Windows 10", "browser": "IE 6.0"}, "location": {"city": "Rickshire", "state": "Norrisbury", "countryOrRegion": "XD", "geoCoordinates": {"latitude": -78.5751045, "longitude": 58.329246}}, "correlationId": "a157604b-06f9-4fff-98a5-e7d098b132cd", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "5c2af69a-417a-4b96-8fff-27c1e3fe6fe2", "isInteractive": true, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "processingTimeInMilliseconds": 97, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Alaya Service", "resourceId": "2c3383ff-432a-49ee-bb8b-8699a7d0416f", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "alternateSignInName": "acole1@domain.com", "signInIdentifier": "acole1@domain.com", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 214655, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "Gdfpnw5hgMCf7qzNMEgLjAI7dVJrmPjfHT9Jdvkq1MMk2ceD", "incomingTokenType": "none", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "35efb8e5-3b35-4a86-b7ce-660b69bfa773"}}, {"time": "2022-08-13T20:48:29.636512Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "92.110.109.246", "correlationId": "49115ad9-1b8e-4008-8fc0-be991bbc9836", "identity": "David Johnson", "Level": 4, "location": "XR", "properties": {"id": "20f677f0-ddf9-46df-bf50-9e29ca5f9100", "createdDateTime": "2022-08-13T20:48:29.770512Z", "userDisplayName": "David Johnson", "userPrincipalName": "djohnson@domain.com", "userId": "ff2ae3d2-8cd2-4bd6-b65d-49c5ad946c7f", "appId": "9a7e67c7-6f05-42a3-b226-97c7ec3e9696", "appDisplayName": "Adobe Identity Management", "ipAddress": "92.110.109.246", "status": {"errorCode": 0}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (Windows NT 4.0) AppleWebKit/531.1 (KHTML, like Gecko) Chrome/20.0.823.0 Safari/531.1 Edge/87.11424", "deviceDetail": {"deviceId": "8fb0ff79-f116-4f20-8ca8-36b3f8d68865", "displayName": "DAVIDJOHNSON-LT", "operatingSystem": "Windows 10", "browser": "Edge 87.11424", "trustType": "Azure AD registered"}, "location": {"city": "Port Denisetown", "state": "Smithton", "countryOrRegion": "XR", "geoCoordinates": {"latitude": 3.5518965, "longitude": 131.871582}}, "correlationId": "1dad40f5-4b91-4740-8b9d-4f293845691b", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "cb0a0967-975b-488e-9c53-d6a42f7bce75", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 134, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Adobe Identity Management Service", "resourceId": "30663ca7-f8a9-43ab-8ca1-7906bdbc1485", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 230297, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "wlxcjR5LhewyaJiy5XyRX73z6ESR5BQBUX5gRLSUZ9qFhoDN", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "a6c259e5-7f16-48b2-a9f3-75becd6daa9b", "rngcStatus": 0}}, {"time": "2022-08-13T21:02:34.964757Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "50158", "resultSignature": "None", "resultDescription": "External security challenge was not satisfied.", "durationMs": 0, "callerIpAddress": "92.110.109.246", "correlationId": "f0b9f7a0-f373-46df-8df6-c4afcb7bef1f", "identity": "Thomas Price", "Level": 4, "location": "XR", "properties": {"id": "8118c4f3-cea7-4654-8492-6353e9c49600", "createdDateTime": "2022-08-13T21:02:35.107757Z", "userDisplayName": "Thomas Price", "userPrincipalName": "tprice@domain.com", "userId": "32109ee2-ee4f-4d11-9c38-2556aec0f2b5", "appId": "9a7e67c7-6f05-42a3-b226-97c7ec3e9696", "appDisplayName": "Adobe Identity Management", "ipAddress": "92.110.109.246", "status": {"errorCode": 50158, "failureReason": "External security challenge was not satisfied."}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (X11; Linux i686) AppleWebKit/535.2 (KHTML, like Gecko) Chrome/22.0.843.0 Safari/535.2 Edge/118.12158", "deviceDetail": {"deviceId": "a12f42a7-2ae0-42d8-aec8-bf7cb3dea82c", "displayName": "THOMASPRICE-LT", "operatingSystem": "Windows 10", "browser": "Edge 118.12158", "trustType": "Hybrid Azure AD joined"}, "location": {"city": "Port Denisetown", "state": "Smithton", "countryOrRegion": "XR", "geoCoordinates": {"latitude": 3.5518965, "longitude": 131.871582}}, "correlationId": "5a6516de-ee40-4c19-847f-3633c11faa7f", "conditionalAccessStatus": "failure", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "fece18c6-c01e-4faa-ade8-c29f86a1bb4d", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 143, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Adobe Identity Management Service", "resourceId": "30663ca7-f8a9-43ab-8ca1-7906bdbc1485", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 230297, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "oyEMxXpVWtP2hkEk5dlj2NzPSEMMoQu1su4Xs5TWJz9JSfiH", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "a6c259e5-7f16-48b2-a9f3-75becd6daa9b", "rngcStatus": 0}}, {"time": "2022-08-13T21:13:49.432978Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "156.206.181.119", "correlationId": "670cd7ac-bf28-483a-abb6-8d5a83a73a7c", "identity": "Cynthia Perry", "Level": 4, "location": "XY", "properties": {"id": "1c658931-6466-4ef6-9398-7404eb826d00", "createdDateTime": "2022-08-13T21:13:49.528978Z", "userDisplayName": "Cynthia Perry", "userPrincipalName": "cperry@domain.com", "userId": "ac5fa380-9d5b-470e-beb2-5ba10aca48e6", "appId": "9de6e985-97a5-4d82-9c45-aedaa9c25ef9", "appDisplayName": "AWS Single-Account Access", "ipAddress": "156.206.181.119", "status": {"errorCode": 0}, "clientAppUsed": "Browser", "deviceDetail": {"deviceId": "", "operatingSystem": "Windows"}, "location": {"city": "Hannaville", "state": "Thomashaven", "countryOrRegion": "XY", "geoCoordinates": {"latitude": 1.1452695, "longitude": 128.249211}}, "correlationId": "dbff4839-abd2-4927-b604-71c7dbaaec24", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "9b06e195-0a19-45c6-94e5-6f848782d643", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 96, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "AWS Single-Account Access Service", "resourceId": "f0630e90-b752-4960-bfb9-a0794fc34930", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 279165, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "F5NmEm9KNSmv8plta9ErC4aTmrqYixNID8K0Fx4HRx9zCphQ", "incomingTokenType": "none", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "1f37c851-4be4-455b-928a-fbde7845a68a", "rngcStatus": 0}}, {"time": "2022-08-13T21:30:17.655523Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "SignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "205.33.24.92", "correlationId": "f3a5a7b3-c06e-4902-b907-05f2f4f95b79", "identity": "Aaron Cole", "Level": 4, "location": "XD", "properties": {"id": "0a67e3d2-25b6-4251-92c9-1160af675900", "createdDateTime": "2022-08-13T21:30:17.740523Z", "userDisplayName": "Aaron Cole", "userPrincipalName": "acole@domain.com", "userId": "5d557969-1645-4ba4-be83-b6fd943659f7", "appId": "cb9ad245-0b24-4c75-ba23-398500baf7a8", "appDisplayName": "FileCloud", "ipAddress": "205.33.24.92", "status": {"errorCode": 0}, "clientAppUsed": "Browser", "userAgent": "Mozilla/5.0 (X11; Linux i686) AppleWebKit/536.2 (KHTML, like Gecko) Chrome/22.0.877.0 Safari/536.2", "deviceDetail": {"deviceId": "", "operatingSystem": "Windows 10", "browser": "Chrome 22.0.877.0"}, "location": {"city": "Kristinmouth", "state": "Norrisbury", "countryOrRegion": "XD", "geoCoordinates": {"latitude": 26.278784, "longitude": -92.042573}}, "correlationId": "4965eeba-5274-4799-83a5-143d95cd8d4e", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "57d9fc0d-d5aa-4fee-9cb1-6866f944e443", "isInteractive": true, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "processingTimeInMilliseconds": 85, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "FileCloud", "resourceId": "c76d5f74-7ee8-4657-b84f-a50641692265", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 214655, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "MirgoHErePJ2RrHqny73pgPEzPFJEnAAVBZiB61BXR9bvxTG", "incomingTokenType": "none", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": null}}, {"time": "2022-08-13T21:33:31.030477Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "50158", "resultSignature": "None", "resultDescription": "External security challenge was not satisfied.", "durationMs": 0, "callerIpAddress": "92.110.109.246", "correlationId": "f4d97e3f-db6b-46e2-9ac5-ab09ca57373e", "identity": "Thomas Price", "Level": 4, "location": "XR", "properties": {"id": "5e4e730b-8d3c-4dbc-a1a3-d712b5445600", "createdDateTime": "2022-08-13T21:33:31.159477Z", "userDisplayName": "Thomas Price", "userPrincipalName": "tprice@domain.com", "userId": "32109ee2-ee4f-4d11-9c38-2556aec0f2b5", "appId": "9a7e67c7-6f05-42a3-b226-97c7ec3e9696", "appDisplayName": "Adobe Identity Management", "ipAddress": "92.110.109.246", "status": {"errorCode": 50158, "failureReason": "External security challenge was not satisfied."}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (X11; Linux i686) AppleWebKit/535.2 (KHTML, like Gecko) Chrome/22.0.843.0 Safari/535.2 Edge/118.12158", "deviceDetail": {"deviceId": "a31478d2-f778-4d5a-b081-22579a9edcbe", "displayName": "THOMASPRICE-LT", "operatingSystem": "Windows 10", "browser": "Edge 118.12158", "trustType": "Hybrid Azure AD joined"}, "location": {"city": "Port Denisetown", "state": "Smithton", "countryOrRegion": "XR", "geoCoordinates": {"latitude": 3.5518965, "longitude": 131.871582}}, "correlationId": "32fea44b-4bc0-424b-8292-793d85f5cd4e", "conditionalAccessStatus": "failure", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "5dd3e5d7-c386-4955-a8b6-23746ec1db41", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "processingTimeInMilliseconds": 129, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Adobe Identity Management Service", "resourceId": "30663ca7-f8a9-43ab-8ca1-7906bdbc1485", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 230297, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "xvgz9B2dgWqPWFFB5vL9RPpkpsdtRL4GDG6zBp9QSlUsCe8C", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "a6c259e5-7f16-48b2-a9f3-75becd6daa9b"}}, {"time": "2022-08-13T21:37:27.187797Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "13.113.40.157", "correlationId": "2731f042-c131-4a18-9c13-23bcbe28897e", "identity": "Attack Target", "Level": 4, "location": "XR", "properties": {"id": "c9373607-daa3-4e2b-a7b6-7855a0c44100", "createdDateTime": "2022-08-13T21:37:27.319797Z", "userDisplayName": "Attack Target", "userPrincipalName": "attacktarget@domain.com", "userId": "d735e84b-dcca-404d-9f7d-700f360f41a6", "appId": "9a7e67c7-6f05-42a3-b226-97c7ec3e9696", "appDisplayName": "Adobe Identity Management", "ipAddress": "13.113.40.157", "ipAddressFromResourceProvider": "13.113.40.157", "status": {"errorCode": 0}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (iPad; CPU iPad OS 9_3_6 like Mac OS X) AppleWebKit/536.1 (KHTML, like Gecko) CriOS/42.0.865.0 Mobile/77O124 Safari/536.1 Edge/99.14477", "deviceDetail": {"deviceId": "a44625dc-6f81-449a-9799-8005f7209b42", "displayName": "ATTACKTARGET-LT", "operatingSystem": "Windows 10", "browser": "Edge 99.14477", "trustType": "Azure AD registered"}, "location": {"city": "New John", "state": "Smithfort", "countryOrRegion": "XR", "geoCoordinates": {"latitude": -89.144242, "longitude": 168.119022}}, "correlationId": "6a2eb7f8-2781-4971-b77d-b751d4a33678", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "c16c2965-b2fb-4e42-9b24-85b0dd7747aa", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "processingTimeInMilliseconds": 132, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Adobe Identity Management Service", "resourceId": "c8eab36d-0a82-409d-8693-a8dabc997921", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 34974, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "VJXcnYDBaSVEvO2hyjlKMmIuxh7CYAU7jaYSJCPCKlXeZzd3", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "2248d3ef-d7b8-4eb2-bd20-fb53f725bfe3"}}, {"time": "2022-08-13T21:38:11.758661Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "205.33.24.92", "correlationId": "88fde823-c46a-4730-9f20-2ec0ce13a848", "identity": "Aaron Cole", "Level": 4, "location": "XD", "properties": {"id": "5770b2e0-7013-44f8-922c-53e6c3a56800", "createdDateTime": "2022-08-13T21:38:11.831661Z", "userDisplayName": "Aaron Cole", "userPrincipalName": "acole@domain.com", "userId": "5d557969-1645-4ba4-be83-b6fd943659f7", "appId": "e47a1d38-5f61-45cd-b1b9-bc92f525c598", "appDisplayName": "Altoura", "ipAddress": "205.33.24.92", "status": {"errorCode": 0}, "clientAppUsed": "Browser", "userAgent": "Mozilla/5.0 (X11; Linux i686) AppleWebKit/536.2 (KHTML, like Gecko) Chrome/22.0.877.0 Safari/536.2", "deviceDetail": {"deviceId": "", "operatingSystem": "Windows 10", "browser": "Chrome 22.0.877.0"}, "location": {"city": "Kristinmouth", "state": "Norrisbury", "countryOrRegion": "XD", "geoCoordinates": {"latitude": 26.278784, "longitude": -92.042573}}, "correlationId": "7e94a894-0ad3-4966-9950-bfc46c258c9c", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "291e6f66-2401-41ef-a9fe-f1dcbfdc5e43", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 73, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Altoura Online", "resourceId": "8a137ba4-52ae-4dbf-94af-2e56851573c4", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 214655, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "bKyYyMIa0QlSGOxuZRAmVGEaAbqlHgbWeNiPWct94ALJft2W", "incomingTokenType": "none", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": null, "rngcStatus": 0}}, {"time": "2022-08-13T21:52:26.675899Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "73.190.117.25", "correlationId": "3bdd7ccd-184a-4655-a244-e029310d4a80", "identity": "Cassie Fernandez", "Level": 4, "location": "XR", "properties": {"id": "cc84aab4-5145-442b-a538-82aea6355200", "createdDateTime": "2022-08-13T21:52:26.794899Z", "userDisplayName": "Cassie Fernandez", "userPrincipalName": "cfernandez@domain.com", "userId": "67ef8be6-3f44-4db7-8172-fd6211428c1e", "appId": "9167c284-c68f-468a-84be-0ee4f23879fe", "appDisplayName": "ArcGIS Enterprise", "ipAddress": "73.190.117.25", "status": {"errorCode": 0}, "clientAppUsed": "Mobile Apps and Desktop clients", "deviceDetail": {"deviceId": "", "operatingSystem": "Ios", "browser": "Mobile Safari"}, "location": {"city": "Boonetown", "state": "Smithton", "countryOrRegion": "XR", "geoCoordinates": {"latitude": 69.3533095, "longitude": -24.043896}}, "correlationId": "790f2c8f-00db-46f8-9385-dc0d87b0796d", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "28da3e37-bf20-4f05-8969-600987aa1fba", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "processingTimeInMilliseconds": 119, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "ArcGIS Enterprise Service", "resourceId": "1f1f8006-bcaf-48ed-96be-45ba0b1802c3", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 478055, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "Ofh7n4spLskI0HIaa2QZG6X6TSeYXpqTTY8VmK4EdqFcFGU4", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": null}}, {"time": "2022-08-13T22:06:52.571145Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "44.22.19.201", "correlationId": "b1863ba0-20b0-1000-b3ca-f94611cc297e", "identity": "David Johnson", "Level": 4, "location": "XN", "properties": {"id": "f72420a8-76bf-4e9a-bdc6-5a2b83ea8d00", "createdDateTime": "2022-08-13T22:06:52.708145Z", "userDisplayName": "David Johnson", "userPrincipalName": "djohnson@domain.com", "userId": "ff2ae3d2-8cd2-4bd6-b65d-49c5ad946c7f", "appId": "439cf80c-f381-45bd-9b6a-a006882e7246", "appDisplayName": "Atlassian Cloud", "ipAddress": "44.22.19.201", "status": {"errorCode": 0}, "clientAppUsed": "Browser", "deviceDetail": {"deviceId": "8fb0ff79-f116-4f20-8ca8-36b3f8d68865", "displayName": "DAVIDJOHNSON-LT", "operatingSystem": "Windows", "trustType": "Azure AD registered"}, "location": {"city": "Littlemouth", "state": "Alexanderfurt", "countryOrRegion": "XN", "geoCoordinates": {"latitude": 25.4437255, "longitude": -109.530885}}, "correlationId": "b47c387e-cf45-4539-80db-f15ab714b286", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "cf584247-cedd-4004-bb2a-ef32be901f1e", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 137, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Atlassian Cloud", "resourceId": "c8eab36d-0a82-409d-8693-a8dabc997921", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 230297, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "VcSpE8Zhjbd9legXry3Qma43CC1mJy6LEpGwej8Jyp78mALk", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "2248d3ef-d7b8-4eb2-bd20-fb53f725bfe3", "rngcStatus": 0}}, {"time": "2022-08-13T22:10:22.005861Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "156.206.181.119", "correlationId": "943d54ec-40ba-4650-bb06-f8891c2cd62f", "identity": "Cynthia Perry", "Level": 4, "location": "XY", "properties": {"id": "17558929-4181-40d4-9645-7d29f22e7100", "createdDateTime": "2022-08-13T22:10:22.086861Z", "userDisplayName": "Cynthia Perry", "userPrincipalName": "cperry@domain.com", "userId": "ac5fa380-9d5b-470e-beb2-5ba10aca48e6", "appId": "9de6e985-97a5-4d82-9c45-aedaa9c25ef9", "appDisplayName": "AWS Single-Account Access", "ipAddress": "156.206.181.119", "status": {"errorCode": 0}, "clientAppUsed": "Browser", "deviceDetail": {"deviceId": "", "operatingSystem": "Windows"}, "location": {"city": "Hannaville", "state": "Thomashaven", "countryOrRegion": "XY", "geoCoordinates": {"latitude": 1.1452695, "longitude": 128.249211}}, "correlationId": "873e14ea-d589-45a4-8d65-0023851778c9", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "3b7a55ec-b2fe-47da-ae6c-03914faa27df", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 81, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "AWS Single-Account Access Service", "resourceId": "72f0186d-d327-46c9-a8ff-497e0caa8691", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 279165, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "qWjTJVLGNQXDdOQyg1Fd77gAm6mz4ceHuSzykDNbBCVAOikG", "incomingTokenType": "none", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": null, "rngcStatus": 0}}, {"time": "2022-08-13T22:19:34.589565Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "50158", "resultSignature": "None", "resultDescription": "External security challenge was not satisfied.", "durationMs": 0, "callerIpAddress": "44.22.19.201", "correlationId": "0be45e08-9b2b-4445-b96c-5be15d63da8f", "identity": "Thomas Price", "Level": 4, "location": "XN", "properties": {"id": "5e327247-139b-4579-a477-0876052f8d00", "createdDateTime": "2022-08-13T22:19:34.706565Z", "userDisplayName": "Thomas Price", "userPrincipalName": "tprice@domain.com", "userId": "32109ee2-ee4f-4d11-9c38-2556aec0f2b5", "appId": "9a7e67c7-6f05-42a3-b226-97c7ec3e9696", "appDisplayName": "Adobe Identity Management", "ipAddress": "44.22.19.201", "status": {"errorCode": 50158, "failureReason": "External security challenge was not satisfied."}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (X11; Linux i686) AppleWebKit/535.2 (KHTML, like Gecko) Chrome/22.0.843.0 Safari/535.2 Edge/118.12158", "deviceDetail": {"deviceId": "a12f42a7-2ae0-42d8-aec8-bf7cb3dea82c", "displayName": "THOMASPRICE-LT", "operatingSystem": "Windows 10", "browser": "Edge 118.12158", "trustType": "Hybrid Azure AD joined"}, "location": {"city": "Littlemouth", "state": "Alexanderfurt", "countryOrRegion": "XN", "geoCoordinates": {"latitude": 25.4437255, "longitude": -109.530885}}, "correlationId": "8a0fd9d0-7495-4c40-bad4-f8ba50189167", "conditionalAccessStatus": "failure", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "9aebc576-e711-4191-98c9-671e4dc19cb3", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 117, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Adobe Identity Management Service", "resourceId": "30663ca7-f8a9-43ab-8ca1-7906bdbc1485", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 230297, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "t3GhRQlJAkg8q91Lj6fgU68QCPA0zyNxPj5bGjJyqNLbiK35", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "a6c259e5-7f16-48b2-a9f3-75becd6daa9b", "rngcStatus": 0}}, {"time": "2022-08-13T22:34:18.470832Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "13.113.40.157", "correlationId": "33c6841a-1958-4d41-8c22-158f2ed6c461", "identity": "Attack Target", "Level": 4, "location": "XR", "properties": {"id": "cc84aab4-5145-442b-a538-82ae8c885600", "createdDateTime": "2022-08-13T22:34:18.638832Z", "userDisplayName": "Attack Target", "userPrincipalName": "attacktarget@domain.com", "userId": "d735e84b-dcca-404d-9f7d-700f360f41a6", "appId": "9a7e67c7-6f05-42a3-b226-97c7ec3e9696", "appDisplayName": "Adobe Identity Management", "ipAddress": "13.113.40.157", "ipAddressFromResourceProvider": "13.113.40.157", "status": {"errorCode": 0}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (iPad; CPU iPad OS 9_3_6 like Mac OS X) AppleWebKit/536.1 (KHTML, like Gecko) CriOS/42.0.865.0 Mobile/77O124 Safari/536.1 Edge/99.14477", "deviceDetail": {"deviceId": "a44625dc-6f81-449a-9799-8005f7209b42", "displayName": "ATTACKTARGET-LT", "operatingSystem": "Windows 10", "browser": "Edge 99.14477", "trustType": "Azure AD registered"}, "location": {"city": "New John", "state": "Smithfort", "countryOrRegion": "XR", "geoCoordinates": {"latitude": -89.144242, "longitude": 168.119022}}, "correlationId": "29399100-4d08-453d-b0aa-b5e66d6eaf3d", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "41bcde7f-fc00-4130-9619-2bb50cfaaed1", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "processingTimeInMilliseconds": 168, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Adobe Identity Management Service", "resourceId": "c8eab36d-0a82-409d-8693-a8dabc997921", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 34974, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "i6O2pSbEBMdpMsPwJusyA11atGQ3tJF7OMYAA2MGuJ7NHZKy", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "2248d3ef-d7b8-4eb2-bd20-fb53f725bfe3"}}, {"time": "2022-08-13T22:34:55.904504Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "86.154.193.190", "correlationId": "78e8e3db-3d0f-40ec-99f7-ce3613bdfdf1", "identity": "Melissa Martin", "Level": 4, "location": "XR", "properties": {"id": "06dee02d-5499-45a9-a062-939c23dc5300", "createdDateTime": "2022-08-13T22:34:56.002504Z", "userDisplayName": "Melissa Martin", "userPrincipalName": "mmartin@domain.com", "userId": "632ccb55-03a7-40f4-9893-653527cae790", "appId": "9a7e67c7-6f05-42a3-b226-97c7ec3e9696", "appDisplayName": "Adobe Identity Management", "ipAddress": "86.154.193.190", "status": {"errorCode": 0}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (iPad; CPU iPad OS 9_3_6 like Mac OS X) AppleWebKit/536.1 (KHTML, like Gecko) CriOS/42.0.865.0 Mobile/77O124 Safari/536.1 Edge/99.14477", "deviceDetail": {"deviceId": "", "operatingSystem": "Windows 10", "browser": "Edge 99.14477"}, "location": {"city": "Port Denisetown", "state": "Smithton", "countryOrRegion": "XR", "geoCoordinates": {"latitude": 3.5518965, "longitude": 131.871582}}, "correlationId": "f3d4c073-baa0-4dd0-bd10-a4d4212e9cfc", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "15df7194-4dd8-4019-9846-eb2c863c1476", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "processingTimeInMilliseconds": 98, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Adobe Identity Management Service", "resourceId": "9a84f55e-3a40-492c-9476-e069f64ed7a6", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 256668, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "90OrktFQsYLk1MNOU95XE4rN5XSp7M6Lsv3TqKJ3lkD4A2jV", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "37ee873b-f901-4e25-be69-010243106d0f"}}, {"time": "2022-08-13T22:35:54.277553Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "205.33.24.92", "correlationId": "337d4027-a739-40db-8b05-49170f2c17a2", "identity": "Aaron Cole", "Level": 4, "location": "XD", "properties": {"id": "adaecd29-d27b-47bd-bda0-f9cefeaf6d00", "createdDateTime": "2022-08-13T22:35:54.350553Z", "userDisplayName": "Aaron Cole", "userPrincipalName": "acole@domain.com", "userId": "5d557969-1645-4ba4-be83-b6fd943659f7", "appId": "cb9ad245-0b24-4c75-ba23-398500baf7a8", "appDisplayName": "FileCloud", "ipAddress": "205.33.24.92", "status": {"errorCode": 0}, "clientAppUsed": "Browser", "deviceDetail": {"deviceId": "", "operatingSystem": "Windows", "browser": "Rich Client 4.35.1.0"}, "location": {"city": "Kristinmouth", "state": "Norrisbury", "countryOrRegion": "XD", "geoCoordinates": {"latitude": 26.278784, "longitude": -92.042573}}, "correlationId": "2d41c6e1-2892-4737-b2e7-e2dd502fcf75", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "b41a3893-bfc2-4433-8af2-fab1ab0dc8c2", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 73, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "FileCloud Service", "resourceId": "72f0186d-d327-46c9-a8ff-497e0caa8691", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 214655, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "EaZpqEpeOH9Kec8ug8CIOTNndvkdqEuH4wGF6Q1OMtiqgmu1", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": null, "rngcStatus": 0}}, {"time": "2022-08-13T22:45:40.768425Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "19.20.89.178", "correlationId": "89fcb29c-1ed6-4ec7-a0af-ce0041dbd47d", "identity": "Jamie Watson", "Level": 4, "location": "XR", "properties": {"id": "216ffce3-7ff0-474b-bd97-34a4519b6900", "createdDateTime": "2022-08-13T22:45:40.870425Z", "userDisplayName": "Jamie Watson", "userPrincipalName": "jwatson@domain.com", "userId": "2844695b-9a70-48ed-a5ce-f3d711e2292b", "appId": "18bf60fa-77dd-4aad-891d-af82ca87dd06", "appDisplayName": "FortiGate SSL VPN", "ipAddress": "19.20.89.178", "status": {"errorCode": 0}, "clientAppUsed": "Browser", "deviceDetail": {"deviceId": "fc784602-6455-4450-be3c-6770e0359f8a", "displayName": "JAMIEWATSON-LT", "operatingSystem": "Windows", "browser": "Rich Client 4.22.0.0", "isCompliant": true, "isManaged": true, "trustType": "Azure AD joined"}, "location": {"city": "Samanthaberg", "state": "Smithton", "countryOrRegion": "XR", "geoCoordinates": {"latitude": -68.556166, "longitude": -172.972506}}, "correlationId": "780548b2-81c6-41d7-a735-3d0b2ec067de", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "92901505-65ce-467b-b44f-528321680fae", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 102, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "FortiGate SSL VPN", "resourceId": "51e679b4-5774-4b5f-9636-df5ea66b9380", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 34974, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "4FQiGTNNvtW5MvyLYn8HAo1QMF2lnddPijVDQGmfMBukXNVL", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "6e8f419c-7f10-40b1-a52a-e4fb253c74c2", "rngcStatus": 0}}, {"time": "2022-08-13T22:53:01.543620Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "50158", "resultSignature": "None", "resultDescription": "External security challenge was not satisfied.", "durationMs": 0, "callerIpAddress": "92.110.109.246", "correlationId": "00cfe8e4-0be5-4b1c-aea5-ab09a2e1050f", "identity": "Thomas Price", "Level": 4, "location": "XR", "properties": {"id": "7ef6a8b9-69c5-4d3b-bfda-03cf76628c00", "createdDateTime": "2022-08-13T22:53:01.657620Z", "userDisplayName": "Thomas Price", "userPrincipalName": "tprice@domain.com", "userId": "32109ee2-ee4f-4d11-9c38-2556aec0f2b5", "appId": "9a7e67c7-6f05-42a3-b226-97c7ec3e9696", "appDisplayName": "Adobe Identity Management", "ipAddress": "92.110.109.246", "status": {"errorCode": 50158, "failureReason": "External security challenge was not satisfied."}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (X11; Linux i686) AppleWebKit/535.2 (KHTML, like Gecko) Chrome/22.0.843.0 Safari/535.2 Edge/118.12158", "deviceDetail": {"deviceId": "0927e60c-8dfa-4ecf-be85-ad63bccf40a1", "displayName": "THOMASPRICE-LT", "operatingSystem": "Windows 10", "browser": "Edge 118.12158", "trustType": "Hybrid Azure AD joined"}, "location": {"city": "Port Denisetown", "state": "Smithton", "countryOrRegion": "XR", "geoCoordinates": {"latitude": 3.5518965, "longitude": 131.871582}}, "correlationId": "fa37cab7-422e-4ea6-bacf-295ebca599fb", "conditionalAccessStatus": "failure", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "c72f6323-faeb-4187-9ea5-b52d52a1ad2c", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 114, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Adobe Identity Management Service", "resourceId": "30663ca7-f8a9-43ab-8ca1-7906bdbc1485", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 230297, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "FyplLSAovJLZn0louDOn55hZ8AmrK8wBuNfWXT9eDvrjOAt0", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "a6c259e5-7f16-48b2-a9f3-75becd6daa9b", "rngcStatus": 0}}, {"time": "2022-08-13T23:02:03.453600Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "156.206.181.119", "correlationId": "602e52ff-a424-4fd8-9b96-355c948e11d1", "identity": "Cynthia Perry", "Level": 4, "location": "XY", "properties": {"id": "a4a49504-a4ea-469f-879a-0346d4e96200", "createdDateTime": "2022-08-13T23:02:03.529600Z", "userDisplayName": "Cynthia Perry", "userPrincipalName": "cperry@domain.com", "userId": "ac5fa380-9d5b-470e-beb2-5ba10aca48e6", "appId": "9de6e985-97a5-4d82-9c45-aedaa9c25ef9", "appDisplayName": "AWS Single-Account Access", "ipAddress": "156.206.181.119", "status": {"errorCode": 0}, "clientAppUsed": "Browser", "deviceDetail": {"deviceId": "", "operatingSystem": "Windows"}, "location": {"city": "Hannaville", "state": "Thomashaven", "countryOrRegion": "XY", "geoCoordinates": {"latitude": 1.1452695, "longitude": 128.249211}}, "correlationId": "87f4eb5b-f5ee-49bc-a5ce-c6ab3bb2fde1", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "2cbde7ef-ca7b-4e2a-b43d-119a6ad8fd8d", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 76, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "AWS Single-Account Access Service", "resourceId": "9a84f55e-3a40-492c-9476-e069f64ed7a6", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 279165, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "myxBQJ1dbUA3zu3USFF7YmfXeYjkD5GTRfJwgTY8al3wu0ZH", "incomingTokenType": "none", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "37ee873b-f901-4e25-be69-010243106d0f", "rngcStatus": 0}}, {"time": "2022-08-13T23:41:57.078586Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "42.62.103.34", "correlationId": "5a20da6c-fc3c-48fa-bdf8-d002cd72713e", "identity": "Joseph Taylor", "Level": 4, "location": "XF", "properties": {"id": "5770b2e0-7013-44f8-922c-53e6bd596f00", "createdDateTime": "2022-08-13T23:41:57.166586Z", "userDisplayName": "Joseph Taylor", "userPrincipalName": "jtaylor@domain.com", "userId": "af9847eb-c773-41ae-bf94-42747c5e986c", "appId": "e47a1d38-5f61-45cd-b1b9-bc92f525c598", "appDisplayName": "Altoura", "ipAddress": "42.62.103.34", "status": {"errorCode": 0, "additionalDetails": "MFA requirement satisfied by claim in the token"}, "clientAppUsed": "Browser", "userAgent": "Mozilla/5.0 (Linux; Android 2.3.5) AppleWebKit/532.2 (KHTML, like Gecko) Chrome/46.0.898.0 Safari/532.2 Edge/105.19198", "deviceDetail": {"deviceId": "76b96bd3-e5d7-49ee-b195-bf363facdb3d", "displayName": "JOSEPHTAYLOR-LT", "operatingSystem": "Windows 10", "browser": "Edge 105.19198", "isCompliant": true, "isManaged": true, "trustType": "Azure AD joined"}, "location": {"city": "Jessicafurt", "state": "Smithbury", "countryOrRegion": "XF", "geoCoordinates": {"latitude": 17.5082395, "longitude": -115.304215}}, "mfaDetail": {}, "correlationId": "77f5b9ec-9ee2-4edb-a438-dd796d4ff7da", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "1e7458fd-b25b-44e8-8171-607b343d1c97", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 88, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Altoura Online", "resourceId": "8a137ba4-52ae-4dbf-94af-2e56851573c4", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 393508, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "iYJPMaN3mwcQdXg9SzHP0scYfieGvCc6kAXrZBk6v6N0cBwN", "incomingTokenType": "none", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": null, "rngcStatus": 0}}, {"time": "2022-08-13T23:44:38.907980Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "63.94.19.180", "correlationId": "bba5234c-f709-46e3-a132-7c9ba8159787", "identity": "Vanessa Ramirez", "Level": 4, "location": "XD", "properties": {"id": "159590e9-5419-4dbb-867e-3641e9015f00", "createdDateTime": "2022-08-13T23:44:39.009980Z", "userDisplayName": "Vanessa Ramirez", "userPrincipalName": "vramirez@domain.com", "userId": "5d72b7ed-62ea-4b94-b931-ccef65d71ebd", "appId": "9167c284-c68f-468a-84be-0ee4f23879fe", "appDisplayName": "ArcGIS Enterprise", "ipAddress": "63.94.19.180", "status": {"errorCode": 0}, "clientAppUsed": "Mobile Apps and Desktop clients", "deviceDetail": {"deviceId": "", "operatingSystem": "Ios", "browser": "Mobile Safari"}, "location": {"city": "New James", "state": "Norrisbury", "countryOrRegion": "XD", "geoCoordinates": {"latitude": 64.5727225, "longitude": 92.661569}}, "correlationId": "7e62e124-3e63-4d16-8637-e6d20a59c184", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "1a59d94a-f2b9-44fc-964e-d0add4d42402", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 102, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "ArcGIS Enterprise Service", "resourceId": "c4baffed-f90a-4ef3-84b1-d08d189a41c0", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 45904, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "D2QF1QKFV2suam955Tpd71l2l4VaeIGg1juOKuACiF1Au78q", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "64850142-3730-4958-94ec-3cf3a39cf409", "rngcStatus": 0}}, {"time": "2022-08-13T23:48:21.987744Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "73.190.117.25", "correlationId": "94bf884e-0588-45b6-9aec-3aea7972178a", "identity": "Cassie Fernandez", "Level": 4, "location": "XR", "properties": {"id": "4add604d-9260-4299-90f9-149dfdf16600", "createdDateTime": "2022-08-13T23:48:22.089744Z", "userDisplayName": "Cassie Fernandez", "userPrincipalName": "cfernandez@domain.com", "userId": "67ef8be6-3f44-4db7-8172-fd6211428c1e", "appId": "9167c284-c68f-468a-84be-0ee4f23879fe", "appDisplayName": "ArcGIS Enterprise", "ipAddress": "73.190.117.25", "status": {"errorCode": 0}, "clientAppUsed": "Mobile Apps and Desktop clients", "deviceDetail": {"deviceId": "", "operatingSystem": "Ios", "browser": "Mobile Safari"}, "location": {"city": "Boonetown", "state": "Smithton", "countryOrRegion": "XR", "geoCoordinates": {"latitude": 69.3533095, "longitude": -24.043896}}, "correlationId": "62b23f74-7bb1-4238-aa74-9c030eb03fcc", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "704b8200-0241-483a-a947-fc9d80255a1a", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 102, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "ArcGIS Enterprise Service", "resourceId": "9a84f55e-3a40-492c-9476-e069f64ed7a6", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 478055, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "FJu2uFaFH1uSsUpFzqcFjyNy2WbhNXbV01BMp3GO4wxOJK43", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "37ee873b-f901-4e25-be69-010243106d0f", "rngcStatus": 0}}, {"time": "2022-08-13T23:49:03.522460Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "50158", "resultSignature": "None", "resultDescription": "External security challenge was not satisfied.", "durationMs": 0, "callerIpAddress": "44.22.19.201", "correlationId": "af68f8f9-da01-45dd-83d2-728e87a7c367", "identity": "Thomas Price", "Level": 4, "location": "XN", "properties": {"id": "c42d1a02-7ec4-48b5-9f37-6b02869b6f00", "createdDateTime": "2022-08-13T23:49:03.651460Z", "userDisplayName": "Thomas Price", "userPrincipalName": "tprice@domain.com", "userId": "32109ee2-ee4f-4d11-9c38-2556aec0f2b5", "appId": "79510a8f-6421-4348-a2ea-bcc2b02485c1", "appDisplayName": "Cisco AnyConnect", "ipAddress": "44.22.19.201", "status": {"errorCode": 50158, "failureReason": "External security challenge was not satisfied."}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (X11; Linux i686) AppleWebKit/535.2 (KHTML, like Gecko) Chrome/22.0.843.0 Safari/535.2 Edge/118.12158", "deviceDetail": {"deviceId": "a31478d2-f778-4d5a-b081-22579a9edcbe", "displayName": "THOMASPRICE-LT", "operatingSystem": "Windows 10", "browser": "Edge 118.12158", "trustType": "Hybrid Azure AD joined"}, "location": {"city": "Littlemouth", "state": "Alexanderfurt", "countryOrRegion": "XN", "geoCoordinates": {"latitude": 25.4437255, "longitude": -109.530885}}, "correlationId": "34e2f20c-72ea-4a39-9b33-e17f29e9eddb", "conditionalAccessStatus": "failure", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "7eee8545-3269-4fe5-bb62-050d6dd9c130", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 129, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Cisco AnyConnect Online", "resourceId": "5d5b8d28-6a28-472e-b837-a4094e466965", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 230297, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "2FJ2nSbLpSjnttpMElYOSGiQOCjgocIu5HkQWB844OwS54qk", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "15655e1f-5005-4c53-b3c0-c4a1d1ca5e9e", "rngcStatus": 0}}, {"time": "2022-08-14T00:35:43.377958Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "50158", "resultSignature": "None", "resultDescription": "External security challenge was not satisfied.", "durationMs": 0, "callerIpAddress": "92.110.109.246", "correlationId": "3b4fbef7-9b32-407c-850b-e750f582c546", "identity": "Thomas Price", "Level": 4, "location": "XR", "properties": {"id": "1c6a3fdd-a0db-4dca-8c1d-bb5607579600", "createdDateTime": "2022-08-14T00:35:43.489958Z", "userDisplayName": "Thomas Price", "userPrincipalName": "tprice@domain.com", "userId": "32109ee2-ee4f-4d11-9c38-2556aec0f2b5", "appId": "9a7e67c7-6f05-42a3-b226-97c7ec3e9696", "appDisplayName": "Adobe Identity Management", "ipAddress": "92.110.109.246", "status": {"errorCode": 50158, "failureReason": "External security challenge was not satisfied."}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (X11; Linux i686) AppleWebKit/535.2 (KHTML, like Gecko) Chrome/22.0.843.0 Safari/535.2 Edge/118.12158", "deviceDetail": {"deviceId": "fb4d911d-6441-411b-868f-d25d5586a326", "displayName": "THOMASPRICE-LT", "operatingSystem": "Windows 10", "browser": "Edge 118.12158", "trustType": "Hybrid Azure AD joined"}, "location": {"city": "Port Denisetown", "state": "Smithton", "countryOrRegion": "XR", "geoCoordinates": {"latitude": 3.5518965, "longitude": 131.871582}}, "correlationId": "15b8eb77-2eaf-458d-af1e-1ca1b2096366", "conditionalAccessStatus": "failure", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "9cab35f3-3272-4bf5-8629-43786c853dcf", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 112, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Adobe Identity Management Service", "resourceId": "30663ca7-f8a9-43ab-8ca1-7906bdbc1485", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 230297, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "15No5P9TzUAoHLdjTBUNPmu9s2PenJVb9PwNwFt5DBrQl8Ph", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "a6c259e5-7f16-48b2-a9f3-75becd6daa9b", "rngcStatus": 0}}, {"time": "2022-08-14T00:36:09.043487Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "205.33.24.92", "correlationId": "167c269e-e28d-4628-ba23-4c79ccc81677", "identity": "Aaron Cole", "Level": 4, "location": "XD", "properties": {"id": "43317af1-d34c-4247-ac49-5a5e68c66600", "createdDateTime": "2022-08-14T00:36:09.113487Z", "userDisplayName": "Aaron Cole", "userPrincipalName": "acole@domain.com", "userId": "5d557969-1645-4ba4-be83-b6fd943659f7", "appId": "ad65aaed-51a8-4877-830e-8a5273604c87", "appDisplayName": "Docusign", "ipAddress": "205.33.24.92", "status": {"errorCode": 0}, "clientAppUsed": "Browser", "deviceDetail": {"deviceId": "", "operatingSystem": "Windows", "browser": "Rich Client 4.42.0.0"}, "location": {"city": "Kristinmouth", "state": "Norrisbury", "countryOrRegion": "XD", "geoCoordinates": {"latitude": 26.278784, "longitude": -92.042573}}, "correlationId": "519d683e-db22-481c-adb4-5cde454b2670", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "ae5280b6-b880-42c0-a3eb-07f716a94368", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 70, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Docusign Service", "resourceId": "a666212f-ee1d-48b1-b4cf-45433f66d402", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 214655, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "1Ra7Ox1NzfKKFWlMIxuxqgAJQNhk9U38zIuJGxZkunFNyq7y", "incomingTokenType": "none", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "b9c9c5b0-1fce-4e9e-af57-8d5084987162", "rngcStatus": 0}}, {"time": "2022-08-14T00:40:09.870386Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "156.206.181.119", "correlationId": "3d3410b6-d242-4808-9592-06c4e508425a", "identity": "Cynthia Perry", "Level": 4, "location": "XY", "properties": {"id": "c1b5f5c8-ca60-424d-8983-bf9c3b455100", "createdDateTime": "2022-08-14T00:40:09.973386Z", "userDisplayName": "Cynthia Perry", "userPrincipalName": "cperry@domain.com", "userId": "ac5fa380-9d5b-470e-beb2-5ba10aca48e6", "appId": "9de6e985-97a5-4d82-9c45-aedaa9c25ef9", "appDisplayName": "AWS Single-Account Access", "ipAddress": "156.206.181.119", "status": {"errorCode": 0}, "clientAppUsed": "Browser", "deviceDetail": {"deviceId": "", "operatingSystem": "Windows"}, "location": {"city": "Hannaville", "state": "Thomashaven", "countryOrRegion": "XY", "geoCoordinates": {"latitude": 1.1452695, "longitude": 128.249211}}, "correlationId": "84c72f94-8684-4f65-9062-b0028b746dc5", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "787a9d21-ea5b-43b2-9859-894618586152", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "processingTimeInMilliseconds": 103, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "AWS Single-Account Access Service", "resourceId": "9a84f55e-3a40-492c-9476-e069f64ed7a6", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 279165, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "5pxI7uCua8BEgTeHFqDtJsq2lyps2PSSuyYhwbxyeluLU1Jm", "incomingTokenType": "none", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "37ee873b-f901-4e25-be69-010243106d0f"}}, {"time": "2022-08-14T00:51:40.996827Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "86.154.193.190", "correlationId": "59a6a012-7eff-4745-8dcd-ce25fd7a9e4a", "identity": "Jamie Watson", "Level": 4, "location": "XR", "properties": {"id": "9a3c3137-71f5-45a5-a185-e4407ef77300", "createdDateTime": "2022-08-14T00:51:41.133827Z", "userDisplayName": "Jamie Watson", "userPrincipalName": "jwatson@domain.com", "userId": "2844695b-9a70-48ed-a5ce-f3d711e2292b", "appId": "2eae4ad1-8cae-48fe-b718-76bd66e2fc7f", "appDisplayName": "Bipsync", "ipAddress": "86.154.193.190", "status": {"errorCode": 0}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (X11; Linux i686) AppleWebKit/533.0 (KHTML, like Gecko) Chrome/24.0.803.0 Safari/533.0 Edge/40.11325", "deviceDetail": {"deviceId": "fc784602-6455-4450-be3c-6770e0359f8a", "displayName": "JAMIEWATSON-LT", "operatingSystem": "Windows 10", "browser": "Edge 40.11325", "isCompliant": true, "isManaged": true, "trustType": "Azure AD joined"}, "location": {"city": "Port Denisetown", "state": "Smithton", "countryOrRegion": "XR", "geoCoordinates": {"latitude": 3.5518965, "longitude": 131.871582}}, "correlationId": "b51b285b-bdcd-428f-aa24-7ef38a10a32f", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "d6d840aa-c923-4f1e-b846-6be5dccee6a0", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 137, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Bipsync Service", "resourceId": "4b482d0a-88be-43f3-a771-aaf19d9bbf70", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 256668, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "BlYQT5pvS1AAK5PYFoa3wcKqyOn0q78CkxGl1RRoGFCD7Dl5", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "b4d48f3a-639f-4f89-a099-2fdd27423d1f", "rngcStatus": 0}}, {"time": "2022-08-14T00:58:25.062222Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "86.154.193.190", "correlationId": "a7120408-bd1e-473b-93c1-51d3f492a352", "identity": "Kristen Howell", "Level": 4, "location": "XR", "properties": {"id": "d1b61d49-f2e0-43b7-95f4-0aab979b5800", "createdDateTime": "2022-08-14T00:58:25.226222Z", "userDisplayName": "Kristen Howell", "userPrincipalName": "khowell@domain.com", "userId": "20e1e3f9-665f-45bd-9984-5e74b526d3b5", "appId": "dbe6b779-13df-45f2-a6d7-1323485479f6", "appDisplayName": "Cisco Webex", "ipAddress": "86.154.193.190", "status": {"errorCode": 0}, "clientAppUsed": "Browser", "deviceDetail": {"deviceId": "af204333-3bdf-4228-bbeb-e3a654075b5c", "displayName": "KRISTENHOWELL-LT", "operatingSystem": "Windows10", "browser": "Rich Client 4.38.0.0", "trustType": "Azure AD registered"}, "location": {"city": "Port Denisetown", "state": "Smithton", "countryOrRegion": "XR", "geoCoordinates": {"latitude": 3.5518965, "longitude": 131.871582}}, "correlationId": "cb11e9b0-91ee-4cdc-ab19-68e8519ab1f5", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "fbcb0773-26dc-4a42-9505-bb10b028b55e", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "processingTimeInMilliseconds": 164, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Cisco Webex Service", "resourceId": "9a84f55e-3a40-492c-9476-e069f64ed7a6", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 256668, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "rfCpy8tl8AdB1NHmzE0fqgethVuRva1om9hDBqUVVupA7Jxa", "incomingTokenType": "none", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "37ee873b-f901-4e25-be69-010243106d0f"}}, {"time": "2022-08-14T01:26:46.031989Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "147.132.189.119", "correlationId": "8a42a7a5-737d-466a-b9bb-7373d3487369", "identity": "Melissa Martin", "Level": 4, "location": "XR", "properties": {"id": "501074c3-fbf3-458c-a18b-f710cfc06800", "createdDateTime": "2022-08-14T01:26:46.136989Z", "userDisplayName": "Melissa Martin", "userPrincipalName": "mmartin@domain.com", "userId": "632ccb55-03a7-40f4-9893-653527cae790", "appId": "9a7e67c7-6f05-42a3-b226-97c7ec3e9696", "appDisplayName": "Adobe Identity Management", "ipAddress": "147.132.189.119", "status": {"errorCode": 0}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (iPad; CPU iPad OS 9_3_6 like Mac OS X) AppleWebKit/536.1 (KHTML, like Gecko) CriOS/42.0.865.0 Mobile/77O124 Safari/536.1 Edge/99.14477", "deviceDetail": {"deviceId": "", "operatingSystem": "Windows 10", "browser": "Edge 99.14477"}, "location": {"city": "Port Denisetown", "state": "Smithton", "countryOrRegion": "XR", "geoCoordinates": {"latitude": 3.5518965, "longitude": 131.871582}}, "correlationId": "2301c0c8-503b-4334-a7ae-8c09b532769f", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "26880eaa-86ac-44f1-9c47-64c968488059", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 105, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Adobe Identity Management Service", "resourceId": "7d6a0897-8b82-49e9-90e2-d482fb9202bd", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 256668, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "jngYBIbeOejjlb2ejX6MCWdUmUUMOvNXtVKTXq30ALwxNHiZ", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "537d9419-7e2b-4778-9102-62256bcfcf45", "rngcStatus": 0}}, {"time": "2022-08-14T02:00:39.386403Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "156.206.181.119", "correlationId": "e50d5edf-aa22-4500-b1a8-f062b382ed58", "identity": "Cynthia Perry", "Level": 4, "location": "XY", "properties": {"id": "cc6dad61-5ab1-455b-ace9-7721d78a6e00", "createdDateTime": "2022-08-14T02:00:39.494403Z", "userDisplayName": "Cynthia Perry", "userPrincipalName": "cperry@domain.com", "userId": "ac5fa380-9d5b-470e-beb2-5ba10aca48e6", "appId": "9de6e985-97a5-4d82-9c45-aedaa9c25ef9", "appDisplayName": "AWS Single-Account Access", "ipAddress": "156.206.181.119", "status": {"errorCode": 0}, "clientAppUsed": "Browser", "deviceDetail": {"deviceId": "", "operatingSystem": "Windows"}, "location": {"city": "Hannaville", "state": "Thomashaven", "countryOrRegion": "XY", "geoCoordinates": {"latitude": 1.1452695, "longitude": 128.249211}}, "correlationId": "5a4be862-88e3-4168-b328-c689a632b95d", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "0911f6b7-65b3-4417-80d1-1974907ab923", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 108, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "AWS Single-Account Access Service", "resourceId": "f0630e90-b752-4960-bfb9-a0794fc34930", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 279165, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "wh9SMIF23jLHuvenh9UHMfTcRKqc5tqBXefMF4tSGBPNGJCH", "incomingTokenType": "none", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "1f37c851-4be4-455b-928a-fbde7845a68a", "rngcStatus": 0}}, {"time": "2022-08-14T02:36:03.632533Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "SignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "205.33.24.92", "correlationId": "e23bb08c-40f8-433f-8c07-addb9859faeb", "identity": "Aaron Cole", "Level": 4, "location": "XD", "properties": {"id": "9a3c3137-71f5-45a5-a185-e440c5e06500", "createdDateTime": "2022-08-14T02:36:03.752533Z", "userDisplayName": "Aaron Cole", "userPrincipalName": "acole@domain.com", "userId": "5d557969-1645-4ba4-be83-b6fd943659f7", "appId": "e47a1d38-5f61-45cd-b1b9-bc92f525c598", "appDisplayName": "Altoura", "ipAddress": "205.33.24.92", "status": {"errorCode": 0}, "clientAppUsed": "Browser", "userAgent": "Mozilla/5.0 (X11; Linux i686) AppleWebKit/536.2 (KHTML, like Gecko) Chrome/22.0.877.0 Safari/536.2", "deviceDetail": {"deviceId": "", "operatingSystem": "Windows 10", "browser": "Chrome 22.0.877.0"}, "location": {"city": "Kristinmouth", "state": "Norrisbury", "countryOrRegion": "XD", "geoCoordinates": {"latitude": 26.278784, "longitude": -92.042573}}, "correlationId": "2df32c60-8f0d-4ee5-aaf8-93280388f8d4", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "e6246921-fec9-4226-a179-f712e32b844f", "isInteractive": true, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 120, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Altoura Online", "resourceId": "f0630e90-b752-4960-bfb9-a0794fc34930", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 214655, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "Y7TId0fL9DHm540EIBXUTWx7lfuDPWoyJ8TcwKgHhfqAxRE7", "incomingTokenType": "none", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "1f37c851-4be4-455b-928a-fbde7845a68a", "rngcStatus": 0}}, {"time": "2022-08-14T02:38:21.914761Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "13.113.40.157", "correlationId": "0e69f7f6-a064-469b-9642-c2090a56e051", "identity": "Attack Target", "Level": 4, "location": "XR", "properties": {"id": "541ec948-4b40-46bd-a337-75cbfbba6000", "createdDateTime": "2022-08-14T02:38:22.041761Z", "userDisplayName": "Attack Target", "userPrincipalName": "attacktarget@domain.com", "userId": "d735e84b-dcca-404d-9f7d-700f360f41a6", "appId": "9a7e67c7-6f05-42a3-b226-97c7ec3e9696", "appDisplayName": "Adobe Identity Management", "ipAddress": "13.113.40.157", "status": {"errorCode": 0}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (iPad; CPU iPad OS 9_3_6 like Mac OS X) AppleWebKit/536.1 (KHTML, like Gecko) CriOS/42.0.865.0 Mobile/77O124 Safari/536.1 Edge/99.14477", "deviceDetail": {"deviceId": "a44625dc-6f81-449a-9799-8005f7209b42", "displayName": "ATTACKTARGET-LT", "operatingSystem": "Windows 10", "browser": "Edge 99.14477", "trustType": "Azure AD registered"}, "location": {"city": "New John", "state": "Smithfort", "countryOrRegion": "XR", "geoCoordinates": {"latitude": -89.144242, "longitude": 168.119022}}, "correlationId": "61930905-7969-4117-b3a4-8a16c05c2eab", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "0fdd323d-7e24-4ac3-b9a5-19be97e27ccb", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 127, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Adobe Identity Management Service", "resourceId": "30663ca7-f8a9-43ab-8ca1-7906bdbc1485", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 34974, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "jPndtX2659x4PlMT6squf4qTBdJ2DYten5K1ZeaiazgEWSvE", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "a6c259e5-7f16-48b2-a9f3-75becd6daa9b", "rngcStatus": 0}}, {"time": "2022-08-14T02:42:13.948465Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "13.113.40.157", "correlationId": "a33ff1f4-f352-4502-826b-7a4c9e8ccacc", "identity": "Attack Target", "Level": 4, "location": "XR", "properties": {"id": "a77e0273-7a1d-4974-9159-73767ecf5800", "createdDateTime": "2022-08-14T02:42:14.118465Z", "userDisplayName": "Attack Target", "userPrincipalName": "attacktarget@domain.com", "userId": "d735e84b-dcca-404d-9f7d-700f360f41a6", "appId": "9a7e67c7-6f05-42a3-b226-97c7ec3e9696", "appDisplayName": "Adobe Identity Management", "ipAddress": "13.113.40.157", "ipAddressFromResourceProvider": "13.113.40.157", "status": {"errorCode": 0}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (iPad; CPU iPad OS 9_3_6 like Mac OS X) AppleWebKit/536.1 (KHTML, like Gecko) CriOS/42.0.865.0 Mobile/77O124 Safari/536.1 Edge/99.14477", "deviceDetail": {"deviceId": "a44625dc-6f81-449a-9799-8005f7209b42", "displayName": "ATTACKTARGET-LT", "operatingSystem": "Windows 10", "browser": "Edge 99.14477", "trustType": "Azure AD registered"}, "location": {"city": "New John", "state": "Smithfort", "countryOrRegion": "XR", "geoCoordinates": {"latitude": -89.144242, "longitude": 168.119022}}, "correlationId": "f1d0d145-3bf3-417f-bb84-0c94552edf34", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "982f74e9-73fe-4c67-a176-4c0d320bb478", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "processingTimeInMilliseconds": 170, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Adobe Identity Management Service", "resourceId": "c8eab36d-0a82-409d-8693-a8dabc997921", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 34974, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "XHR5OQDQPSKNpJ38tQR8ythE5sddUiJOTh3OgOcLtbhX5Apq", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "2248d3ef-d7b8-4eb2-bd20-fb53f725bfe3"}}, {"time": "2022-08-14T02:43:06.992514Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "212.169.11.63", "correlationId": "52b52617-cba8-4325-bb00-27b87fcb5a2d", "identity": "Kristen Howell", "Level": 4, "location": "XR", "properties": {"id": "96843c4e-d6c8-49c6-9d20-641265a37000", "createdDateTime": "2022-08-14T02:43:07.108514Z", "userDisplayName": "Kristen Howell", "userPrincipalName": "khowell@domain.com", "userId": "20e1e3f9-665f-45bd-9984-5e74b526d3b5", "appId": "895b9fb3-4084-4f9f-a314-d082d67e3c5c", "appDisplayName": "Airstack", "ipAddress": "212.169.11.63", "status": {"errorCode": 0}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (iPad; CPU iPad OS 9_3_6 like Mac OS X) AppleWebKit/536.1 (KHTML, like Gecko) CriOS/42.0.865.0 Mobile/77O124 Safari/536.1 Edge/99.14477", "deviceDetail": {"deviceId": "caf12d64-01ec-4396-b330-e7eb6349ad45", "displayName": "KRISTENHOWELL-LT", "operatingSystem": "Windows 10", "browser": "Edge 99.14477", "trustType": "Azure AD registered"}, "location": {"city": "North Lisachester", "state": "Smithton", "countryOrRegion": "XR", "geoCoordinates": {"latitude": -69.00844, "longitude": -172.534328}}, "correlationId": "2c3aca86-a53b-4e99-b625-ee9ec6865803", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "ed4086d8-e2e7-431b-aa3d-49b27ba8b8b7", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 116, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Airstack Service", "resourceId": "f0630e90-b752-4960-bfb9-a0794fc34930", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 144064, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "mXwQRCVusANH66S7ZRtFjcDJhE02dI9mOhJaMqXt0OE4lndl", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "1f37c851-4be4-455b-928a-fbde7845a68a", "rngcStatus": 0}}, {"time": "2022-08-14T02:48:09.126565Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "50158", "resultSignature": "None", "resultDescription": "External security challenge was not satisfied.", "durationMs": 0, "callerIpAddress": "92.110.109.246", "correlationId": "776f2455-eae4-41cc-a0cb-c19f4d270bf5", "identity": "Thomas Price", "Level": 4, "location": "XR", "properties": {"id": "68c181e0-8fba-4fa6-b9af-85d0e0c95400", "createdDateTime": "2022-08-14T02:48:09.272565Z", "userDisplayName": "Thomas Price", "userPrincipalName": "tprice@domain.com", "userId": "32109ee2-ee4f-4d11-9c38-2556aec0f2b5", "appId": "79510a8f-6421-4348-a2ea-bcc2b02485c1", "appDisplayName": "Cisco AnyConnect", "ipAddress": "92.110.109.246", "status": {"errorCode": 50158, "failureReason": "External security challenge was not satisfied."}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (X11; Linux i686) AppleWebKit/535.2 (KHTML, like Gecko) Chrome/22.0.843.0 Safari/535.2 Edge/118.12158", "deviceDetail": {"deviceId": "fb4d911d-6441-411b-868f-d25d5586a326", "displayName": "THOMASPRICE-LT", "operatingSystem": "Windows 10", "browser": "Edge 118.12158", "trustType": "Hybrid Azure AD joined"}, "location": {"city": "Port Denisetown", "state": "Smithton", "countryOrRegion": "XR", "geoCoordinates": {"latitude": 3.5518965, "longitude": 131.871582}}, "correlationId": "96fa1bd7-b4ed-4ed7-92e1-14a289d5cc69", "conditionalAccessStatus": "failure", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "913aa5ce-5e06-4dbf-9050-2a769e013423", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "processingTimeInMilliseconds": 146, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Cisco AnyConnect Online", "resourceId": "5d5b8d28-6a28-472e-b837-a4094e466965", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 230297, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "DiASjGdfQVPs4fWZWeGSXB18XbmNR5l1Ae37xGVffaoUVGt4", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "15655e1f-5005-4c53-b3c0-c4a1d1ca5e9e"}}, {"time": "2022-08-14T02:55:02.326526Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "50158", "resultSignature": "None", "resultDescription": "External security challenge was not satisfied.", "durationMs": 0, "callerIpAddress": "177.189.225.133", "correlationId": "059c0ca3-1e67-42fa-a1aa-81aabb1d7523", "identity": "Thomas Price", "Level": 4, "location": "XQ", "properties": {"id": "f1fc2489-d131-4e12-a62d-535f659f8f00", "createdDateTime": "2022-08-14T02:55:02.441526Z", "userDisplayName": "Thomas Price", "userPrincipalName": "tprice@domain.com", "userId": "32109ee2-ee4f-4d11-9c38-2556aec0f2b5", "appId": "9a7e67c7-6f05-42a3-b226-97c7ec3e9696", "appDisplayName": "Adobe Identity Management", "ipAddress": "177.189.225.133", "status": {"errorCode": 50158, "failureReason": "External security challenge was not satisfied."}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (X11; Linux i686) AppleWebKit/535.2 (KHTML, like Gecko) Chrome/22.0.843.0 Safari/535.2 Edge/118.12158", "deviceDetail": {"deviceId": "72c565a0-f587-4d5e-9fa9-82cab482ddf0", "displayName": "THOMASPRICE-LT", "operatingSystem": "Windows 10", "browser": "Edge 118.12158", "trustType": "Hybrid Azure AD joined"}, "location": {"city": "Brownton", "state": "Stephanieberg", "countryOrRegion": "XQ", "geoCoordinates": {"latitude": 60.015373, "longitude": -41.508557}}, "correlationId": "e67d58c9-b346-49df-8a9e-9cd1e3e83776", "conditionalAccessStatus": "failure", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "d67ddffb-3915-432f-a25b-b20d77c3c4c1", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 115, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Adobe Identity Management Service", "resourceId": "30663ca7-f8a9-43ab-8ca1-7906bdbc1485", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 104135, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "6ADyX9ir2YPOW85RndgpVOruSBJy7Wg0K7c8mm6RUAkryPJy", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "a6c259e5-7f16-48b2-a9f3-75becd6daa9b", "rngcStatus": 0}}, {"time": "2022-08-14T03:05:34.273954Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "91.132.253.146", "correlationId": "f1793ba0-0042-1000-a35a-d6e3ffef0c29", "identity": "Aaron Cole", "Level": 4, "location": "XD", "properties": {"id": "2c5f4472-dc1e-49b2-8fbb-3275de6a5d00", "createdDateTime": "2022-08-14T03:05:34.454954Z", "userDisplayName": "Aaron Cole", "userPrincipalName": "acole@domain.com", "userId": "5d557969-1645-4ba4-be83-b6fd943659f7", "appId": "439cf80c-f381-45bd-9b6a-a006882e7246", "appDisplayName": "Atlassian Cloud", "ipAddress": "91.132.253.146", "status": {"errorCode": 0}, "clientAppUsed": "Browser", "deviceDetail": {"deviceId": "", "operatingSystem": "Windows"}, "location": {"city": "Rickshire", "state": "Norrisbury", "countryOrRegion": "XD", "geoCoordinates": {"latitude": -78.5751045, "longitude": 58.329246}}, "correlationId": "e0fdb123-cce5-4cbe-99b9-d73820a23152", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "5da3aa88-6df7-4e6d-8b30-696639121ae7", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 181, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Atlassian Cloud", "resourceId": "c8eab36d-0a82-409d-8693-a8dabc997921", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 214655, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "ngBKP77sxWAxQYqKrzM18bMK4qkEuaajLJxpb0De3pZZGwyW", "incomingTokenType": "none", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "2248d3ef-d7b8-4eb2-bd20-fb53f725bfe3", "rngcStatus": 0}}, {"time": "2022-08-14T03:07:49.815462Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "81.209.4.19", "correlationId": "caf5da5b-8c05-45ca-a880-972a4a2dc969", "identity": "Jim Gonzalez", "Level": 4, "location": "XR", "properties": {"id": "911f8da9-b80f-4328-bdcf-c11f5f006300", "createdDateTime": "2022-08-14T03:07:49.973462Z", "userDisplayName": "Jim Gonzalez", "userPrincipalName": "jgonzalez@domain.com", "userId": "95090045-a9c5-489c-adee-2db430a3333a", "appId": "dbe6b779-13df-45f2-a6d7-1323485479f6", "appDisplayName": "Cisco Webex", "ipAddress": "81.209.4.19", "status": {"errorCode": 0}, "clientAppUsed": "Browser", "deviceDetail": {"deviceId": "1a428e94-41e3-4c1d-865a-0d31c9a2540b", "displayName": "JIMGONZALEZ-LT", "operatingSystem": "Windows10", "browser": "Rich Client 4.38.0.0", "trustType": "Azure AD registered"}, "location": {"city": "Santosborough", "state": "Smithton", "countryOrRegion": "XR", "geoCoordinates": {"latitude": 50.0774195, "longitude": 64.938754}}, "correlationId": "83428f00-00f3-4b73-9e47-a57d2ffeff2c", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "24acf5d5-94bb-4e6d-88ac-6f713feb2218", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 158, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Cisco Webex Service", "resourceId": "9a84f55e-3a40-492c-9476-e069f64ed7a6", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 34974, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "pSAJJFfAO2JZYioGoL92122vbn45dad6Xw4JqcInb7bI3igs", "incomingTokenType": "none", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "37ee873b-f901-4e25-be69-010243106d0f", "rngcStatus": 0}}, {"time": "2022-08-14T03:30:12.784223Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "156.206.181.119", "correlationId": "c6d43e65-a406-4dac-b3a1-d183c67bc3cb", "identity": "Cynthia Perry", "Level": 4, "location": "XY", "properties": {"id": "152ab320-f2ab-4522-a00f-967287fb5400", "createdDateTime": "2022-08-14T03:30:12.934223Z", "userDisplayName": "Cynthia Perry", "userPrincipalName": "cperry@domain.com", "userId": "ac5fa380-9d5b-470e-beb2-5ba10aca48e6", "appId": "9de6e985-97a5-4d82-9c45-aedaa9c25ef9", "appDisplayName": "AWS Single-Account Access", "ipAddress": "156.206.181.119", "status": {"errorCode": 0}, "clientAppUsed": "Browser", "deviceDetail": {"deviceId": "", "operatingSystem": "Windows"}, "location": {"city": "Hannaville", "state": "Thomashaven", "countryOrRegion": "XY", "geoCoordinates": {"latitude": 1.1452695, "longitude": 128.249211}}, "correlationId": "5f9e10b2-3244-4a22-a5fd-888292461d3e", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "e8bd0155-da06-4114-b401-75a3cd79295c", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "processingTimeInMilliseconds": 150, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "AWS Single-Account Access Service", "resourceId": "f0630e90-b752-4960-bfb9-a0794fc34930", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 279165, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "d1foLVlgfYMoiswJPAfLi7rAi7XhQ9qZ16n7dw55RqFePIN9", "incomingTokenType": "none", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "1f37c851-4be4-455b-928a-fbde7845a68a"}}, {"time": "2022-08-14T03:34:41.320210Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "156.206.181.119", "correlationId": "0e0a8cf0-390b-4141-a87f-4684b10aeaad", "identity": "Cynthia Perry", "Level": 4, "location": "XY", "properties": {"id": "21cd51c1-e0da-46f7-88e2-556903c76300", "createdDateTime": "2022-08-14T03:34:41.410210Z", "userDisplayName": "Cynthia Perry", "userPrincipalName": "cperry@domain.com", "userId": "ac5fa380-9d5b-470e-beb2-5ba10aca48e6", "appId": "9de6e985-97a5-4d82-9c45-aedaa9c25ef9", "appDisplayName": "AWS Single-Account Access", "ipAddress": "156.206.181.119", "status": {"errorCode": 0}, "clientAppUsed": "Browser", "deviceDetail": {"deviceId": "", "operatingSystem": "Windows"}, "location": {"city": "Hannaville", "state": "Thomashaven", "countryOrRegion": "XY", "geoCoordinates": {"latitude": 1.1452695, "longitude": 128.249211}}, "correlationId": "d7cd5b66-de48-4b51-ae83-799a49e9c347", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "7da3df2a-3cd2-42f6-b603-86145ff9ed82", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 90, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "AWS Single-Account Access Service", "resourceId": "9a84f55e-3a40-492c-9476-e069f64ed7a6", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 279165, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "atEBUED3U63LvTGtcMmKjlKhbVjoVmGLub4IVJ174VG6kBpZ", "incomingTokenType": "none", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "37ee873b-f901-4e25-be69-010243106d0f", "rngcStatus": 0}}, {"time": "2022-08-14T04:23:23.789752Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "50158", "resultSignature": "None", "resultDescription": "External security challenge was not satisfied.", "durationMs": 0, "callerIpAddress": "92.110.109.246", "correlationId": "c4a00880-c7f9-465d-b400-5ce1c3e37c0d", "identity": "Thomas Price", "Level": 4, "location": "XR", "properties": {"id": "682e4218-20e2-44e1-afc7-1363a4736300", "createdDateTime": "2022-08-14T04:23:23.933752Z", "userDisplayName": "Thomas Price", "userPrincipalName": "tprice@domain.com", "userId": "32109ee2-ee4f-4d11-9c38-2556aec0f2b5", "appId": "9a7e67c7-6f05-42a3-b226-97c7ec3e9696", "appDisplayName": "Adobe Identity Management", "ipAddress": "92.110.109.246", "status": {"errorCode": 50158, "failureReason": "External security challenge was not satisfied."}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (X11; Linux i686) AppleWebKit/535.2 (KHTML, like Gecko) Chrome/22.0.843.0 Safari/535.2 Edge/118.12158", "deviceDetail": {"deviceId": "fb4d911d-6441-411b-868f-d25d5586a326", "displayName": "THOMASPRICE-LT", "operatingSystem": "Windows 10", "browser": "Edge 118.12158", "trustType": "Hybrid Azure AD joined"}, "location": {"city": "Port Denisetown", "state": "Smithton", "countryOrRegion": "XR", "geoCoordinates": {"latitude": 3.5518965, "longitude": 131.871582}}, "correlationId": "00dcf5d2-eb03-4f4e-aa70-cd8e8cdd7a68", "conditionalAccessStatus": "failure", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "51db51d2-d245-42d6-9d95-4a3ad4cbc741", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "processingTimeInMilliseconds": 144, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Adobe Identity Management Service", "resourceId": "30663ca7-f8a9-43ab-8ca1-7906bdbc1485", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 230297, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "iy54JoIpmbb3y9cOngS3PoRjY1aVOk4vU97kU6ukBOwMYWyB", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "a6c259e5-7f16-48b2-a9f3-75becd6daa9b"}}, {"time": "2022-08-14T04:37:10.097849Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "50158", "resultSignature": "None", "resultDescription": "External security challenge was not satisfied.", "durationMs": 0, "callerIpAddress": "44.22.19.201", "correlationId": "e56d04fd-b9cb-415e-b62e-327c88f92ccd", "identity": "Thomas Price", "Level": 4, "location": "XN", "properties": {"id": "3e4015a7-fc3f-46ab-bde5-2cd854177200", "createdDateTime": "2022-08-14T04:37:10.206849Z", "userDisplayName": "Thomas Price", "userPrincipalName": "tprice@domain.com", "userId": "32109ee2-ee4f-4d11-9c38-2556aec0f2b5", "appId": "9a7e67c7-6f05-42a3-b226-97c7ec3e9696", "appDisplayName": "Adobe Identity Management", "ipAddress": "44.22.19.201", "status": {"errorCode": 50158, "failureReason": "External security challenge was not satisfied."}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (X11; Linux i686) AppleWebKit/535.2 (KHTML, like Gecko) Chrome/22.0.843.0 Safari/535.2 Edge/118.12158", "deviceDetail": {"deviceId": "0927e60c-8dfa-4ecf-be85-ad63bccf40a1", "displayName": "THOMASPRICE-LT", "operatingSystem": "Windows 10", "browser": "Edge 118.12158", "trustType": "Hybrid Azure AD joined"}, "location": {"city": "Littlemouth", "state": "Alexanderfurt", "countryOrRegion": "XN", "geoCoordinates": {"latitude": 25.4437255, "longitude": -109.530885}}, "correlationId": "c4db5051-41a2-4ac5-940e-e45411b581ba", "conditionalAccessStatus": "failure", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "19db5b73-871d-4e27-b0a2-0502606ef261", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 109, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Adobe Identity Management Service", "resourceId": "30663ca7-f8a9-43ab-8ca1-7906bdbc1485", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 230297, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "crTBrQ3NLWEbquASDXXsoNUAAlCHGl7onmptHRGSUskFlWPu", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "a6c259e5-7f16-48b2-a9f3-75becd6daa9b", "rngcStatus": 0}}, {"time": "2022-08-14T04:49:50.333148Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "50158", "resultSignature": "None", "resultDescription": "External security challenge was not satisfied.", "durationMs": 0, "callerIpAddress": "166.105.218.213", "correlationId": "5a9d7bfc-e80a-41e2-a27c-df6987a75d86", "identity": "Thomas Price", "Level": 4, "location": "XR", "properties": {"id": "13398d70-a5db-4e32-a8b5-aca591109500", "createdDateTime": "2022-08-14T04:49:50.447148Z", "userDisplayName": "Thomas Price", "userPrincipalName": "tprice@domain.com", "userId": "32109ee2-ee4f-4d11-9c38-2556aec0f2b5", "appId": "9a7e67c7-6f05-42a3-b226-97c7ec3e9696", "appDisplayName": "Adobe Identity Management", "ipAddress": "166.105.218.213", "status": {"errorCode": 50158, "failureReason": "External security challenge was not satisfied."}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (X11; Linux i686) AppleWebKit/535.2 (KHTML, like Gecko) Chrome/22.0.843.0 Safari/535.2 Edge/118.12158", "deviceDetail": {"deviceId": "81ad31fb-e9be-4498-b1b2-c62f8fae1a77", "displayName": "THOMASPRICE-LT", "operatingSystem": "Windows 10", "browser": "Edge 118.12158", "trustType": "Hybrid Azure AD joined"}, "location": {"city": "Santosborough", "state": "Smithton", "countryOrRegion": "XR", "geoCoordinates": {"latitude": 12.8350355, "longitude": 138.359011}}, "correlationId": "207361a6-4364-44ae-871d-713a8b9b341a", "conditionalAccessStatus": "failure", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "48b5bb6f-e48b-4ce3-a5f5-eb3867b8a0f7", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 114, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Adobe Identity Management Service", "resourceId": "30663ca7-f8a9-43ab-8ca1-7906bdbc1485", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 256668, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "ZpEbDVVAmPfD8ivoxGGoT4Qd3y7IgvGvRiNCjorwUrb3mP2O", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "a6c259e5-7f16-48b2-a9f3-75becd6daa9b", "rngcStatus": 0}}, {"time": "2022-08-14T04:53:41.210125Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "1.210.58.10", "correlationId": "fc739f4c-d0ff-471f-98f9-f91f23ea9aac", "identity": "Keith Sheppard", "Level": 4, "location": "XD", "properties": {"id": "8ad50de0-ebdd-4ace-9747-d47c51b18700", "createdDateTime": "2022-08-14T04:53:41.403125Z", "userDisplayName": "Keith Sheppard", "userPrincipalName": "ksheppard@domain.com", "userId": "05bd48f1-91d2-4c2d-9a7c-80e80f561b3c", "appId": "51a80452-7502-4b15-9e15-827c7d78e337", "appDisplayName": "Dropbox Business", "ipAddress": "1.210.58.10", "status": {"errorCode": 0}, "clientAppUsed": "Mobile Apps and Desktop clients", "deviceDetail": {"deviceId": "639815fd-5018-4e38-9d81-67538b2ce460", "displayName": "KEITHSHEPPARD-LT", "operatingSystem": "Windows 10", "browser": "Rich Client 5.2.9.0", "trustType": "Azure AD registered"}, "location": {"city": "Cooperhaven", "state": "Norrisbury", "countryOrRegion": "XD", "geoCoordinates": {"latitude": 70.436398, "longitude": -23.873747}}, "correlationId": "4ded6cad-954d-4436-9c69-13018a5d3350", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "128cc919-f7b6-4056-a50e-78c3754a4176", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 193, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Dropbox Business Online", "resourceId": "3f7d0d52-e3b6-4712-8e89-01c915dc0294", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 69487, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "r5Br9CxsM4KWxUhIAykueVXfEl92NIoEuYA0C89zsdn23mEZ", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "84036992-5b2b-4836-8aca-9de3ba4c15b9", "rngcStatus": 0}}, {"time": "2022-08-14T05:27:21.970949Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "700082", "resultSignature": "None", "resultDescription": "Other", "durationMs": 0, "callerIpAddress": "199.12.127.103", "correlationId": "34925fe4-b3c8-4231-bf81-e4c5cca5fe3b", "identity": "Jacob Meyers", "Level": 4, "location": "XG", "properties": {"id": "10cf681d-2e69-4ee2-89f2-5052ba505600", "createdDateTime": "2022-08-14T05:27:22.031949Z", "userDisplayName": "Jacob Meyers", "userPrincipalName": "jmeyers@domain.com", "userId": "c63a67b0-1651-4a8a-9560-cc703cdad5ad", "appId": "bf2855c0-7434-4262-8885-ad2f5206d324", "appDisplayName": "COINS Construction Cloud - Project and Productivity Apps", "ipAddress": "199.12.127.103", "status": {"errorCode": 700082, "failureReason": "Other"}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (Windows NT 4.0) AppleWebKit/531.1 (KHTML, like Gecko) Chrome/20.0.823.0 Safari/531.1 Edge/87.11424", "deviceDetail": {"deviceId": "a0ea1625-4397-4c4c-963c-33347d3b0d73", "displayName": "JACOBMEYERS-LT", "operatingSystem": "Windows 10", "browser": "Edge 87.11424", "trustType": "Azure AD registered"}, "location": {"city": "Port Nathan", "state": "Newmanville", "countryOrRegion": "XG", "geoCoordinates": {"latitude": 23.244641, "longitude": -113.392021}}, "correlationId": "d73e13c5-d4e8-405b-82b4-c24b24272a0e", "conditionalAccessStatus": "notApplied", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "f102c86b-68aa-44c1-9873-3fda392f5d00", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "processingTimeInMilliseconds": 61, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "COINS Construction Cloud - Project and Productivity Apps Service", "resourceId": "054f44f6-54fb-4ef0-9fc3-d3ec90e47d0d", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 282405, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "32RS39vx2hUUlCo94SeABkbydFym3lVRLrG3LItOCsJOwH6p", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": null}}, {"time": "2022-08-14T05:45:41.067204Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "199.12.127.103", "correlationId": "39afc701-6041-4dc2-ab86-fd57e6d52875", "identity": "Jacob Meyers", "Level": 4, "location": "XG", "properties": {"id": "a1992293-def5-47de-a489-bdba8a5f5200", "createdDateTime": "2022-08-14T05:45:41.154204Z", "userDisplayName": "Jacob Meyers", "userPrincipalName": "jmeyers@domain.com", "userId": "c63a67b0-1651-4a8a-9560-cc703cdad5ad", "appId": "2eae4ad1-8cae-48fe-b718-76bd66e2fc7f", "appDisplayName": "Bipsync", "ipAddress": "199.12.127.103", "status": {"errorCode": 0}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (iPad; CPU iPad OS 9_3_6 like Mac OS X) AppleWebKit/536.1 (KHTML, like Gecko) CriOS/42.0.865.0 Mobile/77O124 Safari/536.1 Edge/99.14477", "deviceDetail": {"deviceId": "68cb982e-f215-496c-89bb-cc07716ff474", "displayName": "JACOBMEYERS-LT", "operatingSystem": "Windows 10", "browser": "Edge 99.14477", "trustType": "Azure AD registered"}, "location": {"city": "Port Nathan", "state": "Newmanville", "countryOrRegion": "XG", "geoCoordinates": {"latitude": 23.244641, "longitude": -113.392021}}, "correlationId": "36767407-09dc-4e8f-b362-52b66b1297d7", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "116bab7e-7040-43cb-80e7-9961fb489e9b", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "processingTimeInMilliseconds": 87, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Bipsync Service", "resourceId": "aaf780ce-b996-49b9-986d-8bb23f7bce3a", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 282405, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "zd6krEA7KCZjAiqNegF0QrgG71t6N72WV85Jh2m53ZZtCdbp", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "b7da42cc-a168-4148-b15a-792ad32c2ff5"}}, {"time": "2022-08-14T06:29:54.324398Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "13.113.40.157", "correlationId": "8e06d501-14fc-4265-b3c3-b8c7adedb535", "identity": "Attack Target", "Level": 4, "location": "XR", "properties": {"id": "515ffcc0-5449-40a2-80ac-594c1c0b6100", "createdDateTime": "2022-08-14T06:29:54.470398Z", "userDisplayName": "Attack Target", "userPrincipalName": "attacktarget@domain.com", "userId": "d735e84b-dcca-404d-9f7d-700f360f41a6", "appId": "9a7e67c7-6f05-42a3-b226-97c7ec3e9696", "appDisplayName": "Adobe Identity Management", "ipAddress": "13.113.40.157", "status": {"errorCode": 0}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (iPad; CPU iPad OS 9_3_6 like Mac OS X) AppleWebKit/536.1 (KHTML, like Gecko) CriOS/42.0.865.0 Mobile/77O124 Safari/536.1 Edge/99.14477", "deviceDetail": {"deviceId": "a44625dc-6f81-449a-9799-8005f7209b42", "displayName": "ATTACKTARGET-LT", "operatingSystem": "Windows 10", "browser": "Edge 99.14477", "trustType": "Azure AD registered"}, "location": {"city": "New John", "state": "Smithfort", "countryOrRegion": "XR", "geoCoordinates": {"latitude": -89.144242, "longitude": 168.119022}}, "correlationId": "98704474-6fa3-470c-a0b4-6a6a38ab1d73", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "4431a837-0773-4629-96ae-accf220343d8", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 146, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Adobe Identity Management Service", "resourceId": "7d6a0897-8b82-49e9-90e2-d482fb9202bd", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 34974, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "KP2lG1kfXbKr41ovZo3epPgoQ5ZcgNX6Pe8vf9TNKtP45IKL", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "537d9419-7e2b-4778-9102-62256bcfcf45", "rngcStatus": 0}}, {"time": "2022-08-14T06:33:39.796970Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "13.113.40.157", "correlationId": "34a0c8d6-6b57-4893-bbdb-ca138826eef6", "identity": "Attack Target", "Level": 4, "location": "XR", "properties": {"id": "4d388231-6fac-4932-9fc8-5499d3395e00", "createdDateTime": "2022-08-14T06:33:39.910970Z", "userDisplayName": "Attack Target", "userPrincipalName": "attacktarget@domain.com", "userId": "d735e84b-dcca-404d-9f7d-700f360f41a6", "appId": "9a7e67c7-6f05-42a3-b226-97c7ec3e9696", "appDisplayName": "Adobe Identity Management", "ipAddress": "13.113.40.157", "status": {"errorCode": 0}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (iPad; CPU iPad OS 9_3_6 like Mac OS X) AppleWebKit/536.1 (KHTML, like Gecko) CriOS/42.0.865.0 Mobile/77O124 Safari/536.1 Edge/99.14477", "deviceDetail": {"deviceId": "a44625dc-6f81-449a-9799-8005f7209b42", "displayName": "ATTACKTARGET-LT", "operatingSystem": "Windows 10", "browser": "Edge 99.14477", "trustType": "Azure AD registered"}, "location": {"city": "New John", "state": "Smithfort", "countryOrRegion": "XR", "geoCoordinates": {"latitude": -89.144242, "longitude": 168.119022}}, "correlationId": "67e63bcc-2353-49f4-b778-565ce022051d", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "1d40173d-85b0-44f4-9a29-6f2cba89d4d5", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 114, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Adobe Identity Management Service", "resourceId": "80abac89-d2c0-4b6c-8ffc-5023bd7efc5e", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 34974, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "2Q5YEnzonQYCO1etp8NdeFVnQrIZ1MUnYTM67QLukO8BFeBS", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": null, "rngcStatus": 0}}, {"time": "2022-08-14T06:46:20.802718Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "156.206.181.119", "correlationId": "69b91443-5489-4165-9881-8d36d730633d", "identity": "Cynthia Perry", "Level": 4, "location": "XY", "properties": {"id": "10696f74-a92e-4dcd-9925-f183958e6500", "createdDateTime": "2022-08-14T06:46:20.878718Z", "userDisplayName": "Cynthia Perry", "userPrincipalName": "cperry@domain.com", "userId": "ac5fa380-9d5b-470e-beb2-5ba10aca48e6", "appId": "9de6e985-97a5-4d82-9c45-aedaa9c25ef9", "appDisplayName": "AWS Single-Account Access", "ipAddress": "156.206.181.119", "status": {"errorCode": 0}, "clientAppUsed": "Browser", "deviceDetail": {"deviceId": "", "operatingSystem": "Windows"}, "location": {"city": "Hannaville", "state": "Thomashaven", "countryOrRegion": "XY", "geoCoordinates": {"latitude": 1.1452695, "longitude": 128.249211}}, "correlationId": "8c56664b-c1fe-4542-8b33-51e88fb45b4f", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "5419df42-7855-46df-9c61-ddceca2dfea6", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 76, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "AWS Single-Account Access Service", "resourceId": "72f0186d-d327-46c9-a8ff-497e0caa8691", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 279165, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "Cgf24RSsmFfonB4A17PTUPfwOdg8O75MEqc8PixgGfzuocIi", "incomingTokenType": "none", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": null, "rngcStatus": 0}}, {"time": "2022-08-14T06:53:17.008906Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "50158", "resultSignature": "None", "resultDescription": "External security challenge was not satisfied.", "durationMs": 0, "callerIpAddress": "166.105.218.213", "correlationId": "c90e4322-1403-4580-bf1a-e041d8e441f7", "identity": "Thomas Price", "Level": 4, "location": "XR", "properties": {"id": "066c4fda-4abb-44ac-95c8-00750e8e6200", "createdDateTime": "2022-08-14T06:53:17.137906Z", "userDisplayName": "Thomas Price", "userPrincipalName": "tprice@domain.com", "userId": "32109ee2-ee4f-4d11-9c38-2556aec0f2b5", "appId": "9a7e67c7-6f05-42a3-b226-97c7ec3e9696", "appDisplayName": "Adobe Identity Management", "ipAddress": "166.105.218.213", "status": {"errorCode": 50158, "failureReason": "External security challenge was not satisfied."}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (X11; Linux i686) AppleWebKit/535.2 (KHTML, like Gecko) Chrome/22.0.843.0 Safari/535.2 Edge/118.12158", "deviceDetail": {"deviceId": "81ad31fb-e9be-4498-b1b2-c62f8fae1a77", "displayName": "THOMASPRICE-LT", "operatingSystem": "Windows 10", "browser": "Edge 118.12158", "trustType": "Hybrid Azure AD joined"}, "location": {"city": "Kevinton", "state": "Smithton", "countryOrRegion": "XR", "geoCoordinates": {"latitude": -87.5106305, "longitude": -77.991036}}, "correlationId": "6c5c9f01-fee1-4e3f-91ad-83721e96975a", "conditionalAccessStatus": "failure", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "721da008-0388-4222-94aa-3b4d4f9ae4ed", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 129, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Adobe Identity Management Service", "resourceId": "30663ca7-f8a9-43ab-8ca1-7906bdbc1485", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 256668, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "qK3NGCIYWahHwmJaR7rbvHLtZVwhsji8NaH9yyEK5m4T6z59", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "a6c259e5-7f16-48b2-a9f3-75becd6daa9b", "rngcStatus": 0}}, {"time": "2022-08-14T07:05:13.084379Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "13.113.40.157", "correlationId": "3287727a-b938-419a-bb94-0ea9dbca21a0", "identity": "Attack Target", "Level": 4, "location": "XR", "properties": {"id": "9be25273-1fa9-48f5-a19d-482a63b89000", "createdDateTime": "2022-08-14T07:05:13.186379Z", "userDisplayName": "Attack Target", "userPrincipalName": "attacktarget@domain.com", "userId": "d735e84b-dcca-404d-9f7d-700f360f41a6", "appId": "9a7e67c7-6f05-42a3-b226-97c7ec3e9696", "appDisplayName": "Adobe Identity Management", "ipAddress": "13.113.40.157", "ipAddressFromResourceProvider": "11.5.130.220", "status": {"errorCode": 0}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (iPad; CPU iPad OS 9_3_6 like Mac OS X) AppleWebKit/536.1 (KHTML, like Gecko) CriOS/42.0.865.0 Mobile/77O124 Safari/536.1 Edge/99.14477", "deviceDetail": {"deviceId": "a44625dc-6f81-449a-9799-8005f7209b42", "displayName": "ATTACKTARGET-LT", "operatingSystem": "Windows 10", "browser": "Edge 99.14477", "trustType": "Azure AD registered"}, "location": {"city": "Smithfort", "state": "Smithfort", "countryOrRegion": "XR", "geoCoordinates": {"latitude": 3.7564095, "longitude": -121.574606}}, "correlationId": "ce722b49-e649-4e6e-9677-c8eb9f23f1c9", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "cb0114af-7598-49c0-a9df-1ebdd9044d26", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 102, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Adobe Identity Management Service", "resourceId": "9a84f55e-3a40-492c-9476-e069f64ed7a6", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 34974, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "o52klHFRYOnj1sAjBzJI7VqWCae3eQbgtFLu7lWG1Gln6NWG", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "37ee873b-f901-4e25-be69-010243106d0f", "rngcStatus": 0}}, {"time": "2022-08-14T07:18:12.102852Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "13.113.40.157", "correlationId": "925e225f-f781-40cb-ae37-5608ef143f69", "identity": "Attack Target", "Level": 4, "location": "XR", "properties": {"id": "63bfc6bd-dc3a-4cb3-9260-851d226d6100", "createdDateTime": "2022-08-14T07:18:12.236852Z", "userDisplayName": "Attack Target", "userPrincipalName": "attacktarget@domain.com", "userId": "d735e84b-dcca-404d-9f7d-700f360f41a6", "appId": "9a7e67c7-6f05-42a3-b226-97c7ec3e9696", "appDisplayName": "Adobe Identity Management", "ipAddress": "13.113.40.157", "ipAddressFromResourceProvider": "13.113.40.157", "status": {"errorCode": 0}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (iPad; CPU iPad OS 9_3_6 like Mac OS X) AppleWebKit/536.1 (KHTML, like Gecko) CriOS/42.0.865.0 Mobile/77O124 Safari/536.1 Edge/99.14477", "deviceDetail": {"deviceId": "a44625dc-6f81-449a-9799-8005f7209b42", "displayName": "ATTACKTARGET-LT", "operatingSystem": "Windows 10", "browser": "Edge 99.14477", "trustType": "Azure AD registered"}, "location": {"city": "New John", "state": "Smithfort", "countryOrRegion": "XR", "geoCoordinates": {"latitude": -89.144242, "longitude": 168.119022}}, "correlationId": "32aab000-0943-4db6-a21f-5b08b22f7354", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "f73ec6ba-6779-4810-be62-4a79c98e6591", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "processingTimeInMilliseconds": 134, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Adobe Identity Management Service", "resourceId": "c8eab36d-0a82-409d-8693-a8dabc997921", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 34974, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "Y11SiqZuSltwVm54Mj8QqY9HEbj2UURTU76abeM08VOO2Ebp", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "2248d3ef-d7b8-4eb2-bd20-fb53f725bfe3"}}, {"time": "2022-08-14T07:30:02.845368Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "13.113.40.157", "correlationId": "82f4b008-b388-489c-8d7b-80cf594be171", "identity": "Attack Target", "Level": 4, "location": "XR", "properties": {"id": "3252cc26-bd51-4e86-91d8-5aec7c026700", "createdDateTime": "2022-08-14T07:30:02.954368Z", "userDisplayName": "Attack Target", "userPrincipalName": "attacktarget@domain.com", "userId": "d735e84b-dcca-404d-9f7d-700f360f41a6", "appId": "9a7e67c7-6f05-42a3-b226-97c7ec3e9696", "appDisplayName": "Adobe Identity Management", "ipAddress": "13.113.40.157", "status": {"errorCode": 0}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (iPad; CPU iPad OS 9_3_6 like Mac OS X) AppleWebKit/536.1 (KHTML, like Gecko) CriOS/42.0.865.0 Mobile/77O124 Safari/536.1 Edge/99.14477", "deviceDetail": {"deviceId": "a44625dc-6f81-449a-9799-8005f7209b42", "displayName": "ATTACKTARGET-LT", "operatingSystem": "Windows 10", "browser": "Edge 99.14477", "trustType": "Azure AD registered"}, "location": {"city": "Smithfort", "state": "Smithfort", "countryOrRegion": "XR", "geoCoordinates": {"latitude": 3.7564095, "longitude": -121.574606}}, "correlationId": "f2fe9c0d-9a40-4344-a59c-417b5e22562d", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "94326e23-09ef-44d5-b1b4-109b616d4797", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 109, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Adobe Identity Management Service", "resourceId": "30663ca7-f8a9-43ab-8ca1-7906bdbc1485", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 34974, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "nM6W9JLIFEckAUgFvXKnstNqF0wHbbOa5ftYHcjawLqzS1ap", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "a6c259e5-7f16-48b2-a9f3-75becd6daa9b", "rngcStatus": 0}}, {"time": "2022-08-14T07:34:55.497472Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "134.219.180.76", "correlationId": "838c74da-db3f-4e38-8e52-19e938e52743", "identity": "Joseph Taylor", "Level": 4, "location": "XF", "properties": {"id": "1393f37b-4819-4d94-99e0-8c33b7315900", "createdDateTime": "2022-08-14T07:34:55.609472Z", "userDisplayName": "Joseph Taylor", "userPrincipalName": "jtaylor@domain.com", "userId": "af9847eb-c773-41ae-bf94-42747c5e986c", "appId": "18bf60fa-77dd-4aad-891d-af82ca87dd06", "appDisplayName": "FortiGate SSL VPN", "ipAddress": "134.219.180.76", "status": {"errorCode": 0, "additionalDetails": "MFA requirement satisfied by claim in the token"}, "clientAppUsed": "Browser", "deviceDetail": {"deviceId": "76b96bd3-e5d7-49ee-b195-bf363facdb3d", "displayName": "JOSEPHTAYLOR-LT", "operatingSystem": "Windows", "browser": "Rich Client 4.22.0.0", "isCompliant": true, "isManaged": true, "trustType": "Azure AD joined"}, "location": {"city": "Mannville", "state": "Porterside", "countryOrRegion": "XF", "geoCoordinates": {"latitude": -50.9955705, "longitude": 104.613841}}, "mfaDetail": {}, "correlationId": "323814a3-835f-407b-8db1-ac1e494f6234", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "47d5bccf-f887-4a37-8c8e-58bd352ff673", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "processingTimeInMilliseconds": 112, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "FortiGate SSL VPN Service", "resourceId": "bca2b487-3a6c-440f-b1b7-a15b02771ad0", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 124400, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "1Lejqf0d8ysxKcWwC65t6MKZLr39NpzPfqJ7bcmMKMv7p41P", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "4da47dd4-556d-4ba4-9847-c1850930ab5e"}}, {"time": "2022-08-14T07:59:36.786900Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "SignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "99.116.100.205", "correlationId": "0c428e87-bcf8-423d-8879-23cc4ec3c9e6", "identity": "Aaron Cole", "Level": 4, "location": "XD", "properties": {"id": "83171bf7-91eb-4e18-89eb-696492375800", "createdDateTime": "2022-08-14T07:59:36.884900Z", "userDisplayName": "Aaron Cole", "userPrincipalName": "acole@domain.com", "userId": "5d557969-1645-4ba4-be83-b6fd943659f7", "appId": "af50c7b0-ad5f-40ec-840e-8d89be454ce4", "appDisplayName": "Citrix ShareFile", "ipAddress": "99.116.100.205", "status": {"errorCode": 0}, "clientAppUsed": "Browser", "userAgent": "Mozilla/5.0 (Linux; Android 2.3.5) AppleWebKit/532.2 (KHTML, like Gecko) Chrome/46.0.898.0 Safari/532.2 Edge/105.19198", "deviceDetail": {"deviceId": "", "operatingSystem": "Windows 10", "browser": "Edge 105.19198"}, "location": {"city": "Carrollstad", "state": "Norrisbury", "countryOrRegion": "XD", "geoCoordinates": {"latitude": -38.8540465, "longitude": -17.674718}}, "correlationId": "8d157956-596d-4bd8-beb4-f0a60581a104", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "3ac7b98f-fa21-48bc-909b-b1189f857881", "isInteractive": true, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "processingTimeInMilliseconds": 98, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Citrix ShareFile Online", "resourceId": "24578515-1951-4064-967d-0d2acaf0aa70", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "alternateSignInName": "acole1@domain.com", "signInIdentifier": "acole1@domain.com", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 214655, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "Q9xSgOnhJ3Dop0zlNip21M0Vi2CqVVeCBX43SGKFQEGwfqbc", "incomingTokenType": "none", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "0e68752b-7dfa-400b-a6f5-1b54af90696a"}}, {"time": "2022-08-14T08:02:50.522456Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "92.110.109.246", "correlationId": "0e9f7148-5443-419b-9736-e9a1728e8e32", "identity": "David Johnson", "Level": 4, "location": "XR", "properties": {"id": "541ec948-4b40-46bd-a337-75cb41be6600", "createdDateTime": "2022-08-14T08:02:50.804456Z", "userDisplayName": "David Johnson", "userPrincipalName": "djohnson@domain.com", "userId": "ff2ae3d2-8cd2-4bd6-b65d-49c5ad946c7f", "appId": "dbe6b779-13df-45f2-a6d7-1323485479f6", "appDisplayName": "Cisco Webex", "ipAddress": "92.110.109.246", "status": {"errorCode": 0}, "clientAppUsed": "Browser", "deviceDetail": {"deviceId": "717ebe00-a5eb-412e-97b6-7b8ab7cfbc02", "displayName": "DAVIDJOHNSON-LT", "operatingSystem": "Windows10", "browser": "Rich Client 4.38.0.0", "trustType": "Azure AD registered"}, "location": {"city": "Port Denisetown", "state": "Smithton", "countryOrRegion": "XR", "geoCoordinates": {"latitude": 3.5518965, "longitude": 131.871582}}, "correlationId": "cbe0d02a-5803-487f-a5b4-de524c0819e0", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "8c20bd8f-1bbd-4b9d-bc75-5ff17af0ec92", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 282, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Cisco Webex Service", "resourceId": "9a84f55e-3a40-492c-9476-e069f64ed7a6", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 230297, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "oqfcK7UIyJRHaX4DOYdcdudHfVuyDvltH45eTHWbUIp3KNSH", "incomingTokenType": "none", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "37ee873b-f901-4e25-be69-010243106d0f", "rngcStatus": 0}}, {"time": "2022-08-14T08:16:07.981152Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "156.206.181.119", "correlationId": "a93d3bb2-077b-47f0-9ab5-cc67d4b77126", "identity": "Cynthia Perry", "Level": 4, "location": "XY", "properties": {"id": "b7f5af53-c3a8-4597-83ff-57a2d7136e00", "createdDateTime": "2022-08-14T08:16:08.122152Z", "userDisplayName": "Cynthia Perry", "userPrincipalName": "cperry@domain.com", "userId": "ac5fa380-9d5b-470e-beb2-5ba10aca48e6", "appId": "9de6e985-97a5-4d82-9c45-aedaa9c25ef9", "appDisplayName": "AWS Single-Account Access", "ipAddress": "156.206.181.119", "status": {"errorCode": 0}, "clientAppUsed": "Browser", "deviceDetail": {"deviceId": "", "operatingSystem": "Windows"}, "location": {"city": "Hannaville", "state": "Thomashaven", "countryOrRegion": "XY", "geoCoordinates": {"latitude": 1.1452695, "longitude": 128.249211}}, "correlationId": "44c74675-8531-4508-b052-3abc926a1686", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "e8f69fa2-8b01-410f-8fe9-31cd6dc43422", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 141, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "AWS Single-Account Access Service", "resourceId": "c65cf5f9-5537-4200-889e-381c4f60ca7d", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 279165, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "1dSC0cazFe6u7neyH2LnOwBSv0qXh3Cgn5SkEtVUj72heU8F", "incomingTokenType": "none", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": null, "rngcStatus": 0}}, {"time": "2022-08-14T08:27:01.800668Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "105.169.153.183", "correlationId": "3d480c5d-4ae2-4cb0-aa7b-eb3c7539abea", "identity": "Jim Gonzalez", "Level": 4, "location": "XR", "properties": {"id": "f656c79e-6ed9-4ee9-bee4-408eb3066c00", "createdDateTime": "2022-08-14T08:27:01.969668Z", "userDisplayName": "Jim Gonzalez", "userPrincipalName": "jgonzalez@domain.com", "userId": "95090045-a9c5-489c-adee-2db430a3333a", "appId": "9a7e67c7-6f05-42a3-b226-97c7ec3e9696", "appDisplayName": "Adobe Identity Management", "ipAddress": "105.169.153.183", "status": {"errorCode": 0}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (Windows NT 4.0) AppleWebKit/532.1 (KHTML, like Gecko) Chrome/38.0.801.0 Safari/532.1 Edge/19.15284", "deviceDetail": {"deviceId": "15135d1f-cb47-4bd8-b76d-90a9171c09bd", "displayName": "JIMGONZALEZ-LT", "operatingSystem": "Windows 10", "browser": "Edge 19.15284", "trustType": "Azure AD registered"}, "location": {"city": "Kevinton", "state": "Smithton", "countryOrRegion": "XR", "geoCoordinates": {"latitude": -87.5106305, "longitude": -77.991036}}, "correlationId": "abab6846-fbe7-46c9-9602-71cf4f36913c", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "3ec64d41-1cc0-486c-8a97-56b479e29b6d", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 169, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Adobe Identity Management Service", "resourceId": "f0630e90-b752-4960-bfb9-a0794fc34930", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 256668, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "ZM41pTRX4qOokQ6bnjqiX15PatTdmA2Me1W7RAjYHRfVZB4r", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "1f37c851-4be4-455b-928a-fbde7845a68a", "rngcStatus": 0}}, {"time": "2022-08-14T08:33:22.875508Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "50158", "resultSignature": "None", "resultDescription": "External security challenge was not satisfied.", "durationMs": 0, "callerIpAddress": "44.22.19.201", "correlationId": "6cb92107-7492-4415-84c8-0dbdaa656e02", "identity": "Thomas Price", "Level": 4, "location": "XN", "properties": {"id": "2a88f1af-821d-4ead-aa3e-273484f76e00", "createdDateTime": "2022-08-14T08:33:23.069508Z", "userDisplayName": "Thomas Price", "userPrincipalName": "tprice@domain.com", "userId": "32109ee2-ee4f-4d11-9c38-2556aec0f2b5", "appId": "9a7e67c7-6f05-42a3-b226-97c7ec3e9696", "appDisplayName": "Adobe Identity Management", "ipAddress": "44.22.19.201", "status": {"errorCode": 50158, "failureReason": "External security challenge was not satisfied."}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (X11; Linux i686) AppleWebKit/535.2 (KHTML, like Gecko) Chrome/22.0.843.0 Safari/535.2 Edge/118.12158", "deviceDetail": {"deviceId": "a31478d2-f778-4d5a-b081-22579a9edcbe", "displayName": "THOMASPRICE-LT", "operatingSystem": "Windows 10", "browser": "Edge 118.12158", "trustType": "Hybrid Azure AD joined"}, "location": {"city": "Littlemouth", "state": "Alexanderfurt", "countryOrRegion": "XN", "geoCoordinates": {"latitude": 25.4437255, "longitude": -109.530885}}, "correlationId": "7937d4c3-fa71-4968-9a73-2ea633a0665a", "conditionalAccessStatus": "failure", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "4650633e-d0e3-4869-8a23-0ff74d1120ac", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 194, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Adobe Identity Management Service", "resourceId": "30663ca7-f8a9-43ab-8ca1-7906bdbc1485", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 230297, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "lN4YZxmHp3n4bldP7wuUHJXOnmm4mlotliD350Y1yWfnFtIC", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "a6c259e5-7f16-48b2-a9f3-75becd6daa9b", "rngcStatus": 0}}, {"time": "2022-08-14T08:54:45.229057Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "86.154.193.190", "correlationId": "b1ea7746-a378-496d-8cd3-08b8d053ca57", "identity": "Kristen Howell", "Level": 4, "location": "XR", "properties": {"id": "428b6e35-2558-4b6a-b97f-38a2b1b47400", "createdDateTime": "2022-08-14T08:54:45.344057Z", "userDisplayName": "Kristen Howell", "userPrincipalName": "khowell@domain.com", "userId": "20e1e3f9-665f-45bd-9984-5e74b526d3b5", "appId": "9a7e67c7-6f05-42a3-b226-97c7ec3e9696", "appDisplayName": "Adobe Identity Management", "ipAddress": "86.154.193.190", "status": {"errorCode": 0}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (X11; Linux i686) AppleWebKit/533.0 (KHTML, like Gecko) Chrome/24.0.803.0 Safari/533.0 Edge/40.11325", "deviceDetail": {"deviceId": "af204333-3bdf-4228-bbeb-e3a654075b5c", "displayName": "KRISTENHOWELL-LT", "operatingSystem": "Windows 10", "browser": "Edge 40.11325", "trustType": "Azure AD registered"}, "location": {"city": "Port Denisetown", "state": "Smithton", "countryOrRegion": "XR", "geoCoordinates": {"latitude": 3.5518965, "longitude": 131.871582}}, "correlationId": "9e54cc58-5e5c-4c52-acd7-da6623fc919b", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "c4a0dd7c-cc5a-43e7-b0f0-3149de249cf9", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 115, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Adobe Identity Management Service", "resourceId": "9a84f55e-3a40-492c-9476-e069f64ed7a6", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 256668, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "zVtQHer1HVBqGnn44UQky3rkl2UVkz1M1G1SeAi5HAF601IJ", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "37ee873b-f901-4e25-be69-010243106d0f", "rngcStatus": 0}}, {"time": "2022-08-14T09:11:35.224491Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "50158", "resultSignature": "None", "resultDescription": "External security challenge was not satisfied.", "durationMs": 0, "callerIpAddress": "147.132.189.119", "correlationId": "2fcce126-83e4-403a-bbfa-73aaccfd1f6c", "identity": "Terry Proctor", "Level": 4, "location": "XR", "properties": {"id": "95854fa2-5be6-4c9a-9e31-8e178c133300", "createdDateTime": "2022-08-14T09:11:35.343491Z", "userDisplayName": "Terry Proctor", "userPrincipalName": "tproctor@domain.com", "userId": "03110cc5-e54f-4dae-b68a-bf5d945f8152", "appId": "9a7e67c7-6f05-42a3-b226-97c7ec3e9696", "appDisplayName": "Adobe Identity Management", "ipAddress": "147.132.189.119", "ipAddressFromResourceProvider": "86.154.193.190", "status": {"errorCode": 50158, "failureReason": "External security challenge was not satisfied.", "additionalDetails": "MFA requirement satisfied by claim in the token"}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (X11; Linux i686) AppleWebKit/533.0 (KHTML, like Gecko) Chrome/24.0.803.0 Safari/533.0 Edge/40.11325", "deviceDetail": {"deviceId": "88ee69d5-1eb7-4f29-b594-e9b4e3371940", "displayName": "TERRYPROCTOR-LT", "operatingSystem": "Windows 10", "browser": "Edge 40.11325", "isCompliant": true, "isManaged": true, "trustType": "Azure AD joined"}, "location": {"city": "Port Denisetown", "state": "Smithton", "countryOrRegion": "XR", "geoCoordinates": {"latitude": 3.5518965, "longitude": 131.871582}}, "mfaDetail": {}, "correlationId": "e55fb997-8976-4270-ad05-76d9053521af", "conditionalAccessStatus": "failure", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "7ad79603-72e2-4464-a2ff-d64d08fec104", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 119, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Adobe Identity Management Service", "resourceId": "c8eab36d-0a82-409d-8693-a8dabc997921", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 256668, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "fwOQFpPWxdyndSPPlHZk0D7kNPhtkZTd6LkVOp91rNM7vHwX", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "2248d3ef-d7b8-4eb2-bd20-fb53f725bfe3", "rngcStatus": 0}}, {"time": "2022-08-14T09:11:54.572086Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "50158", "resultSignature": "None", "resultDescription": "External security challenge was not satisfied.", "durationMs": 0, "callerIpAddress": "44.22.19.201", "correlationId": "4586bb2d-44d0-49dc-b583-d8029a861622", "identity": "Thomas Price", "Level": 4, "location": "XN", "properties": {"id": "c7effe19-f517-48ca-9f7d-2de503697300", "createdDateTime": "2022-08-14T09:11:54.701086Z", "userDisplayName": "Thomas Price", "userPrincipalName": "tprice@domain.com", "userId": "32109ee2-ee4f-4d11-9c38-2556aec0f2b5", "appId": "9a7e67c7-6f05-42a3-b226-97c7ec3e9696", "appDisplayName": "Adobe Identity Management", "ipAddress": "44.22.19.201", "status": {"errorCode": 50158, "failureReason": "External security challenge was not satisfied."}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (X11; Linux i686) AppleWebKit/535.2 (KHTML, like Gecko) Chrome/22.0.843.0 Safari/535.2 Edge/118.12158", "deviceDetail": {"deviceId": "35819889-abdc-47e0-b28d-5195d26e941f", "displayName": "THOMASPRICE-LT", "operatingSystem": "Windows 10", "browser": "Edge 118.12158", "trustType": "Hybrid Azure AD joined"}, "location": {"city": "Littlemouth", "state": "Alexanderfurt", "countryOrRegion": "XN", "geoCoordinates": {"latitude": 25.4437255, "longitude": -109.530885}}, "correlationId": "20d9b4e7-4f51-4d1d-9ad3-d0dd71242205", "conditionalAccessStatus": "failure", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "b4cc2880-2393-41d2-bd75-e23157eb7a58", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 129, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Adobe Identity Management Service", "resourceId": "30663ca7-f8a9-43ab-8ca1-7906bdbc1485", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 230297, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "vsKTbLlfdPMXRz4m6PuMP5LT8ypJvcpREDwEoVraIgrQEPgK", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "a6c259e5-7f16-48b2-a9f3-75becd6daa9b", "rngcStatus": 0}}, {"time": "2022-08-14T09:12:05.741381Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "156.206.181.119", "correlationId": "daa4055f-42a8-496f-8707-111dcfb521a4", "identity": "Cynthia Perry", "Level": 4, "location": "XY", "properties": {"id": "1cd5ccc5-a4e9-487c-82c8-57d9aead6900", "createdDateTime": "2022-08-14T09:12:05.876381Z", "userDisplayName": "Cynthia Perry", "userPrincipalName": "cperry@domain.com", "userId": "ac5fa380-9d5b-470e-beb2-5ba10aca48e6", "appId": "9de6e985-97a5-4d82-9c45-aedaa9c25ef9", "appDisplayName": "AWS Single-Account Access", "ipAddress": "156.206.181.119", "status": {"errorCode": 0}, "clientAppUsed": "Browser", "deviceDetail": {"deviceId": "", "operatingSystem": "Windows"}, "location": {"city": "Hannaville", "state": "Thomashaven", "countryOrRegion": "XY", "geoCoordinates": {"latitude": 1.1452695, "longitude": 128.249211}}, "correlationId": "530f2447-9cc6-4ffa-a0ec-f9a6afb8755b", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "5cfd59d7-7887-431c-8b4e-3e985cf56e80", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 135, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "AWS Single-Account Access Service", "resourceId": "c65cf5f9-5537-4200-889e-381c4f60ca7d", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 279165, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "CGfHM2RtuKh46hl8nISnoIIhloXNtVandKdAZMmfFDJ4qnZb", "incomingTokenType": "none", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": null, "rngcStatus": 0}}, {"time": "2022-08-14T09:23:50.431741Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "199.12.127.103", "correlationId": "29fdb8a1-bb02-4ac6-8032-d35ca8b2468a", "identity": "Jacob Meyers", "Level": 4, "location": "XG", "properties": {"id": "911f8da9-b80f-4328-bdcf-c11f1e5a6400", "createdDateTime": "2022-08-14T09:23:50.550741Z", "userDisplayName": "Jacob Meyers", "userPrincipalName": "jmeyers@domain.com", "userId": "c63a67b0-1651-4a8a-9560-cc703cdad5ad", "appId": "9a7e67c7-6f05-42a3-b226-97c7ec3e9696", "appDisplayName": "Adobe Identity Management", "ipAddress": "199.12.127.103", "status": {"errorCode": 0}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (iPad; CPU iPad OS 9_3_6 like Mac OS X) AppleWebKit/536.1 (KHTML, like Gecko) CriOS/42.0.865.0 Mobile/77O124 Safari/536.1 Edge/99.14477", "deviceDetail": {"deviceId": "68cb982e-f215-496c-89bb-cc07716ff474", "displayName": "JACOBMEYERS-LT", "operatingSystem": "Windows 10", "browser": "Edge 99.14477", "trustType": "Azure AD registered"}, "location": {"city": "Port Nathan", "state": "Newmanville", "countryOrRegion": "XG", "geoCoordinates": {"latitude": 23.244641, "longitude": -113.392021}}, "correlationId": "80cc0bab-f903-4832-b876-3a063878879e", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "b256a3f2-f129-45d8-9f53-a06d00ed2667", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 119, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Adobe Identity Management Service", "resourceId": "9a84f55e-3a40-492c-9476-e069f64ed7a6", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 282405, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "o0cMxXLRbfqlO5U8T8wDLqjhZcjhEensNCdAv2MUPoUb8RPF", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "37ee873b-f901-4e25-be69-010243106d0f", "rngcStatus": 0}}, {"time": "2022-08-14T09:45:14.091288Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "205.33.24.92", "correlationId": "cd99816e-5cc0-43f5-b28f-b3c4f3a65883", "identity": "Aaron Cole", "Level": 4, "location": "XD", "properties": {"id": "aa27beb4-60ea-43f9-8437-c2ba0ca85200", "createdDateTime": "2022-08-14T09:45:14.192288Z", "userDisplayName": "Aaron Cole", "userPrincipalName": "acole@domain.com", "userId": "5d557969-1645-4ba4-be83-b6fd943659f7", "appId": "36f74ffc-90e8-46e0-b0ed-588b76ed6f47", "appDisplayName": "Inspire", "ipAddress": "205.33.24.92", "status": {"errorCode": 0}, "clientAppUsed": "Browser", "userAgent": "Mozilla/5.0 (X11; Linux i686) AppleWebKit/536.2 (KHTML, like Gecko) Chrome/22.0.877.0 Safari/536.2", "deviceDetail": {"deviceId": "", "operatingSystem": "Windows 10", "browser": "Chrome 22.0.877.0"}, "location": {"city": "Kristinmouth", "state": "Norrisbury", "countryOrRegion": "XD", "geoCoordinates": {"latitude": 26.278784, "longitude": -92.042573}}, "correlationId": "e7f4b595-70e9-4e5e-bc6a-cc69b34a535f", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "5901a29f-22b6-4ec9-aa94-2007886c9608", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "processingTimeInMilliseconds": 101, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Inspire", "resourceId": "63fac12a-054f-4646-9f95-734d1c2d6f37", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 214655, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "HG21YXNMpZZiUpTQ9A6cAqFhFmosOVFAFSGf6eDb9W0NuTn4", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "eb9433f0-1859-4ebe-a3a4-65b8faa666f7"}}, {"time": "2022-08-14T09:48:55.929729Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "1.210.58.10", "correlationId": "a1138451-48f6-46ca-8ac4-024ca4c9585e", "identity": "Keith Sheppard", "Level": 4, "location": "XD", "properties": {"id": "34e3f02d-c81c-4cc6-8a75-7f8913839200", "createdDateTime": "2022-08-14T09:48:56.010729Z", "userDisplayName": "Keith Sheppard", "userPrincipalName": "ksheppard@domain.com", "userId": "05bd48f1-91d2-4c2d-9a7c-80e80f561b3c", "appId": "18bf60fa-77dd-4aad-891d-af82ca87dd06", "appDisplayName": "FortiGate SSL VPN", "ipAddress": "1.210.58.10", "status": {"errorCode": 0}, "clientAppUsed": "Browser", "deviceDetail": {"deviceId": "639815fd-5018-4e38-9d81-67538b2ce460", "displayName": "KEITHSHEPPARD-LT", "operatingSystem": "Windows", "browser": "Rich Client 4.22.0.0", "trustType": "Azure AD registered"}, "location": {"city": "Cooperhaven", "state": "Norrisbury", "countryOrRegion": "XD", "geoCoordinates": {"latitude": 70.436398, "longitude": -23.873747}}, "correlationId": "27e00d06-f5a4-4810-97c4-89a96c7836d8", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "3ca38f1a-66fe-449f-9835-7b9bff4ae3a1", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 81, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "FortiGate SSL VPN", "resourceId": "51e679b4-5774-4b5f-9636-df5ea66b9380", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 69487, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "yE7I0q3XlVXRbIc3NxX9VANvCAKIHSjqgt7px6vKqimLWSZr", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "6e8f419c-7f10-40b1-a52a-e4fb253c74c2", "rngcStatus": 0}}, {"time": "2022-08-14T09:50:04.979297Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "86.154.193.190", "correlationId": "9cf122fd-b421-4cb8-bc2b-de6a164779b0", "identity": "Jamie Watson", "Level": 4, "location": "XR", "properties": {"id": "40186134-719b-42e2-9e2d-e440f6b67600", "createdDateTime": "2022-08-14T09:50:05.065297Z", "userDisplayName": "Jamie Watson", "userPrincipalName": "jwatson@domain.com", "userId": "2844695b-9a70-48ed-a5ce-f3d711e2292b", "appId": "b9c45636-4d7c-4d33-8678-39527c8b5976", "appDisplayName": "LinkedIn Lookup", "ipAddress": "86.154.193.190", "status": {"errorCode": 0}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (X11; Linux i686) AppleWebKit/533.0 (KHTML, like Gecko) Chrome/24.0.803.0 Safari/533.0 Edge/40.11325", "deviceDetail": {"deviceId": "fc784602-6455-4450-be3c-6770e0359f8a", "displayName": "JAMIEWATSON-LT", "operatingSystem": "Windows 10", "browser": "Edge 40.11325", "isCompliant": true, "isManaged": true, "trustType": "Azure AD joined"}, "location": {"city": "Port Denisetown", "state": "Smithton", "countryOrRegion": "XR", "geoCoordinates": {"latitude": 3.5518965, "longitude": 131.871582}}, "correlationId": "85107c74-8f4a-46e5-ba75-21a0921f79da", "conditionalAccessStatus": "notApplied", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "9107762d-5445-4f10-b044-9c991005695f", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 86, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "LinkedIn Lookup Online", "resourceId": "4792a15b-0a23-4ddb-be78-f0f8eaecfae5", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 256668, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "CSjL3NdohhQyQcj16pHcKvvAmN2SXpjIwtN53CebWSJ69DsL", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "bbd8c442-8cbf-48d6-9501-8bde23fb6f35", "rngcStatus": 0}}, {"time": "2022-08-14T10:19:49.793083Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "50158", "resultSignature": "None", "resultDescription": "External security challenge was not satisfied.", "durationMs": 0, "callerIpAddress": "92.110.109.246", "correlationId": "28ab0e3e-6884-4c43-885f-eb31f2032d27", "identity": "Thomas Price", "Level": 4, "location": "XR", "properties": {"id": "c83cd04e-d0c7-4947-846d-4acbd65d6600", "createdDateTime": "2022-08-14T10:19:49.932083Z", "userDisplayName": "Thomas Price", "userPrincipalName": "tprice@domain.com", "userId": "32109ee2-ee4f-4d11-9c38-2556aec0f2b5", "appId": "9a7e67c7-6f05-42a3-b226-97c7ec3e9696", "appDisplayName": "Adobe Identity Management", "ipAddress": "92.110.109.246", "status": {"errorCode": 50158, "failureReason": "External security challenge was not satisfied."}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (X11; Linux i686) AppleWebKit/535.2 (KHTML, like Gecko) Chrome/22.0.843.0 Safari/535.2 Edge/118.12158", "deviceDetail": {"deviceId": "a31478d2-f778-4d5a-b081-22579a9edcbe", "displayName": "THOMASPRICE-LT", "operatingSystem": "Windows 10", "browser": "Edge 118.12158", "trustType": "Hybrid Azure AD joined"}, "location": {"city": "Port Denisetown", "state": "Smithton", "countryOrRegion": "XR", "geoCoordinates": {"latitude": 3.5518965, "longitude": 131.871582}}, "correlationId": "5bf65db9-f5f1-438b-b12a-83829ed0fcb5", "conditionalAccessStatus": "failure", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "beb7d5cf-472b-4d40-b262-574e71b36573", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 139, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Adobe Identity Management Service", "resourceId": "30663ca7-f8a9-43ab-8ca1-7906bdbc1485", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 230297, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "pOhQsWneJ71BuUhiJy1iuK8udlJAaPO1FHzuXZ279Dh2i9zo", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "a6c259e5-7f16-48b2-a9f3-75becd6daa9b", "rngcStatus": 0}}, {"time": "2022-08-14T10:26:21.250595Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "1.210.58.10", "correlationId": "8aa4582e-8a20-45b8-8c76-ce072c90afc2", "identity": "Keith Sheppard", "Level": 4, "location": "XD", "properties": {"id": "2b60f3d6-0a82-440d-b179-44ac9dc15100", "createdDateTime": "2022-08-14T10:26:21.341595Z", "userDisplayName": "Keith Sheppard", "userPrincipalName": "ksheppard@domain.com", "userId": "05bd48f1-91d2-4c2d-9a7c-80e80f561b3c", "appId": "9de6e985-97a5-4d82-9c45-aedaa9c25ef9", "appDisplayName": "AWS Single-Account Access", "ipAddress": "1.210.58.10", "status": {"errorCode": 0}, "clientAppUsed": "Browser", "deviceDetail": {"deviceId": "639815fd-5018-4e38-9d81-67538b2ce460", "displayName": "KEITHSHEPPARD-LT", "operatingSystem": "Windows", "trustType": "Azure AD registered"}, "location": {"city": "Cooperhaven", "state": "Norrisbury", "countryOrRegion": "XD", "geoCoordinates": {"latitude": 70.436398, "longitude": -23.873747}}, "correlationId": "908f62ca-04e9-49ca-97c5-9cc1c12808ff", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "a0ed3a4f-a0f7-4528-883c-44a8dfc7095a", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "processingTimeInMilliseconds": 91, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "AWS Single-Account Access Service", "resourceId": "72f0186d-d327-46c9-a8ff-497e0caa8691", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 69487, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "ToyMosCKkITcG2EmhYhCiWOOHFtB4Zad0jUqQlNXa4G1aD8N", "incomingTokenType": "none", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": null}}, {"time": "2022-08-14T10:40:45.335886Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "92.110.109.246", "correlationId": "9f2a1573-13e7-4761-b540-8671c11a4ff5", "identity": "David Johnson", "Level": 4, "location": "XR", "properties": {"id": "13398d70-a5db-4e32-a8b5-aca5ee069900", "createdDateTime": "2022-08-14T10:40:45.470886Z", "userDisplayName": "David Johnson", "userPrincipalName": "djohnson@domain.com", "userId": "ff2ae3d2-8cd2-4bd6-b65d-49c5ad946c7f", "appId": "2eae4ad1-8cae-48fe-b718-76bd66e2fc7f", "appDisplayName": "Bipsync", "ipAddress": "92.110.109.246", "status": {"errorCode": 0}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (iPad; CPU iPad OS 9_3_6 like Mac OS X) AppleWebKit/536.1 (KHTML, like Gecko) CriOS/42.0.865.0 Mobile/77O124 Safari/536.1 Edge/99.14477", "deviceDetail": {"deviceId": "717ebe00-a5eb-412e-97b6-7b8ab7cfbc02", "displayName": "DAVIDJOHNSON-LT", "operatingSystem": "Windows 10", "browser": "Edge 99.14477", "trustType": "Azure AD registered"}, "location": {"city": "Port Denisetown", "state": "Smithton", "countryOrRegion": "XR", "geoCoordinates": {"latitude": 3.5518965, "longitude": 131.871582}}, "correlationId": "28191c9e-1a02-43ba-a294-804d1c4f1045", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "effd0c39-fc3d-4bf5-b739-bec27b84faa7", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 135, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Bipsync Service", "resourceId": "aaf780ce-b996-49b9-986d-8bb23f7bce3a", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 230297, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "2aBk5Ls0wV9w5t3xQL6ASPSCuZWIYN60WzTkXcY5ev0CNDUE", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "b7da42cc-a168-4148-b15a-792ad32c2ff5", "rngcStatus": 0}}, {"time": "2022-08-14T10:45:41.487178Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "SignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "147.132.189.119", "correlationId": "b0ef7763-52f9-42ce-b908-bdae8dc557a7", "identity": "Melissa Martin", "Level": 4, "location": "XR", "properties": {"id": "c22f0ead-dc82-4de8-8327-ebccb1ef5e00", "createdDateTime": "2022-08-14T10:45:41.653178Z", "userDisplayName": "Melissa Martin", "userPrincipalName": "mmartin@domain.com", "userId": "632ccb55-03a7-40f4-9893-653527cae790", "appId": "e47a1d38-5f61-45cd-b1b9-bc92f525c598", "appDisplayName": "Altoura", "ipAddress": "147.132.189.119", "status": {"errorCode": 0}, "clientAppUsed": "Browser", "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 12_4_8 like Mac OS X) AppleWebKit/536.2 (KHTML, like Gecko) CriOS/39.0.845.0 Mobile/81S373 Safari/536.2 Edge/40.11827", "deviceDetail": {"deviceId": "", "operatingSystem": "Windows 10", "browser": "Edge 40.11827"}, "location": {"city": "Port Denisetown", "state": "Smithton", "countryOrRegion": "XR", "geoCoordinates": {"latitude": 3.5518965, "longitude": 131.871582}}, "correlationId": "b4222038-6682-4497-b382-21e8ed1012ea", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "59dd69df-11ea-4a57-8725-778e31c58e63", "isInteractive": true, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "processingTimeInMilliseconds": 166, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Altoura Online", "resourceId": "f0630e90-b752-4960-bfb9-a0794fc34930", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 256668, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "KBpMfwVFTcfzDhQTPiStUcV61NS8VJsWjhy7p797nhb2AiBQ", "incomingTokenType": "none", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "1f37c851-4be4-455b-928a-fbde7845a68a"}}, {"time": "2022-08-14T10:53:12.890806Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "42.62.103.34", "correlationId": "b2c86f0d-cff4-49f5-933f-7f59324c22e3", "identity": "Joseph Taylor", "Level": 4, "location": "XF", "properties": {"id": "e0bb90da-c10b-4d5e-a497-7e4e02766d00", "createdDateTime": "2022-08-14T10:53:13.034806Z", "userDisplayName": "Joseph Taylor", "userPrincipalName": "jtaylor@domain.com", "userId": "af9847eb-c773-41ae-bf94-42747c5e986c", "appId": "9d794ea1-8d77-42e3-9fdd-6fd3620d616a", "appDisplayName": "Alaya", "ipAddress": "42.62.103.34", "status": {"errorCode": 0, "additionalDetails": "MFA requirement satisfied by claim in the token"}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (iPad; CPU iPad OS 9_3_6 like Mac OS X) AppleWebKit/536.1 (KHTML, like Gecko) CriOS/42.0.865.0 Mobile/77O124 Safari/536.1 Edge/99.14477", "deviceDetail": {"deviceId": "76b96bd3-e5d7-49ee-b195-bf363facdb3d", "displayName": "JOSEPHTAYLOR-LT", "operatingSystem": "Windows 10", "browser": "Edge 99.14477", "isCompliant": true, "isManaged": true, "trustType": "Azure AD joined"}, "location": {"city": "Jessicafurt", "state": "Smithbury", "countryOrRegion": "XF", "geoCoordinates": {"latitude": 17.5082395, "longitude": -115.304215}}, "mfaDetail": {}, "correlationId": "503299bc-25f9-42c8-8b9a-ccd801078427", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "fea55df6-64a6-4589-98a4-c7cce03e312e", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 144, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Alaya Service", "resourceId": "c8eab36d-0a82-409d-8693-a8dabc997921", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 393508, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "IEZOzzvCtfKWry0lvDnU05f75xQav1MYl2txkCtTrFrmQfPw", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "2248d3ef-d7b8-4eb2-bd20-fb53f725bfe3", "rngcStatus": 0}}, {"time": "2022-08-14T10:55:39.260818Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "50079", "resultSignature": "None", "resultDescription": "User needs to enroll for second factor authentication.", "durationMs": 0, "callerIpAddress": "42.62.103.34", "correlationId": "401e8efd-f10e-404b-a1fe-6fef8aab382b", "identity": "Joseph Taylor", "Level": 4, "location": "XF", "properties": {"id": "50cdd952-1f75-4f63-b471-457a9e874500", "createdDateTime": "2022-08-14T10:55:39.430818Z", "userDisplayName": "Joseph Taylor", "userPrincipalName": "jtaylor@domain.com", "userId": "af9847eb-c773-41ae-bf94-42747c5e986c", "appId": "72de9f40-5e8f-49a3-a5f2-174d02c751a9", "appDisplayName": "Perforce Helix Core - Helix Authentication Service", "ipAddress": "42.62.103.34", "status": {"errorCode": 50079, "failureReason": "User needs to enroll for second factor authentication.", "additionalDetails": "MFA required in Azure AD"}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (iPad; CPU iPad OS 9_3_6 like Mac OS X) AppleWebKit/536.1 (KHTML, like Gecko) CriOS/42.0.865.0 Mobile/77O124 Safari/536.1 Edge/99.14477", "deviceDetail": {"deviceId": "76b96bd3-e5d7-49ee-b195-bf363facdb3d", "displayName": "JOSEPHTAYLOR-LT", "operatingSystem": "Windows 10", "browser": "Edge 99.14477", "isCompliant": true, "isManaged": true, "trustType": "Azure AD joined"}, "location": {"city": "Jessicafurt", "state": "Smithbury", "countryOrRegion": "XF", "geoCoordinates": {"latitude": 17.5082395, "longitude": -115.304215}}, "mfaDetail": {}, "correlationId": "030ab098-1372-48fe-8046-0055967f0197", "conditionalAccessStatus": "notApplied", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "002620bb-445e-492b-a8b2-2b5ee197ef00", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "processingTimeInMilliseconds": 170, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Perforce Helix Core - Helix Authentication Service Online", "resourceId": "01f2a7c1-e668-4e23-a099-726ca374f477", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [{"requirementProvider": "request", "detail": "App requires MFA"}], "authenticationRequirement": "multiFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 393508, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "I5EfkMcriQ453FKTfJWhcwzDA4npp2G8R0X5exVuf175w8MH", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "e133b8e5-4d8b-4e43-9ae4-962ce64fbbd5"}}, {"time": "2022-08-14T10:57:12.678346Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "50173", "resultSignature": "None", "resultDescription": "Fresh auth token is needed. Have the user re-sign using fresh credentials.", "durationMs": 0, "callerIpAddress": "156.206.181.119", "correlationId": "e615f913-e79a-421c-9efd-5195dcefd7a7", "identity": "Cynthia Perry", "Level": 4, "location": "XY", "properties": {"id": "6b435a21-e617-404c-8304-23bd9ab75a00", "createdDateTime": "2022-08-14T10:57:12.806346Z", "userDisplayName": "Cynthia Perry", "userPrincipalName": "cperry@domain.com", "userId": "ac5fa380-9d5b-470e-beb2-5ba10aca48e6", "appId": "9003b8ba-730c-412d-8972-267700304e01", "appDisplayName": "Box", "ipAddress": "156.206.181.119", "status": {"errorCode": 50173, "failureReason": "Fresh auth token is needed. Have the user re-sign using fresh credentials."}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (Windows NT 4.0) AppleWebKit/531.1 (KHTML, like Gecko) Chrome/20.0.823.0 Safari/531.1 Edge/87.11424", "deviceDetail": {"deviceId": "", "operatingSystem": "Windows 10", "browser": "Edge 87.11424"}, "location": {"city": "Hannaville", "state": "Thomashaven", "countryOrRegion": "XY", "geoCoordinates": {"latitude": 1.1452695, "longitude": 128.249211}}, "correlationId": "f125678b-3649-4e01-bc38-d7a7c8525fde", "conditionalAccessStatus": "notApplied", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "08d6d1f1-3ea4-4bd0-94d4-432166856873", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "processingTimeInMilliseconds": 128, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Box Online", "resourceId": "d2c09315-f769-4fc6-9be8-f57cf8efa9cc", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 279165, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "LBWKig7rLKOpFLsk0y5WoTDQTGpOLAQcZKPhUn0zO0PaJsRx", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": null}}, {"time": "2022-08-14T11:02:46.035286Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "50158", "resultSignature": "None", "resultDescription": "External security challenge was not satisfied.", "durationMs": 0, "callerIpAddress": "147.132.189.119", "correlationId": "6aa220c1-0d59-4858-9e72-ea36a13b1de0", "identity": "Terry Proctor", "Level": 4, "location": "XR", "properties": {"id": "d215b474-705f-4a73-b7f2-f7257fbe6500", "createdDateTime": "2022-08-14T11:02:46.200286Z", "userDisplayName": "Terry Proctor", "userPrincipalName": "tproctor@domain.com", "userId": "03110cc5-e54f-4dae-b68a-bf5d945f8152", "appId": "e980a200-4916-4fcb-ae5a-3dee8f09d976", "appDisplayName": "Adoddle cSaas Platform", "ipAddress": "147.132.189.119", "status": {"errorCode": 50158, "failureReason": "External security challenge was not satisfied.", "additionalDetails": "MFA requirement satisfied by claim in the token"}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (X11; Linux i686) AppleWebKit/533.0 (KHTML, like Gecko) Chrome/24.0.803.0 Safari/533.0 Edge/40.11325", "deviceDetail": {"deviceId": "88ee69d5-1eb7-4f29-b594-e9b4e3371940", "displayName": "TERRYPROCTOR-LT", "operatingSystem": "Windows 10", "browser": "Edge 40.11325", "isCompliant": true, "isManaged": true, "trustType": "Azure AD joined"}, "location": {"city": "Port Denisetown", "state": "Smithton", "countryOrRegion": "XR", "geoCoordinates": {"latitude": 3.5518965, "longitude": 131.871582}}, "mfaDetail": {}, "correlationId": "b3fe9bbe-2453-4855-9a93-d00a395c9ed4", "conditionalAccessStatus": "failure", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "670fed0b-effa-4795-b3fa-5e2e60b9657d", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 165, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Adoddle cSaas Platform Online", "resourceId": "2437523d-228a-44c0-b408-0de8a8a8276c", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 256668, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "Vum25PzhW7fT4xmLS7KtYWIAtpfmvos7DD8XjdnZEMYnOI8U", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "0eae9886-2d60-475f-9a14-3151a1cfa557", "rngcStatus": 0}}, {"time": "2022-08-14T11:07:35.768357Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "147.132.189.119", "correlationId": "45d35051-6033-4738-8632-4c550a557fd5", "identity": "Terry Proctor", "Level": 4, "location": "XR", "properties": {"id": "3252cc26-bd51-4e86-91d8-5aecfe806900", "createdDateTime": "2022-08-14T11:07:35.909357Z", "userDisplayName": "Terry Proctor", "userPrincipalName": "tproctor@domain.com", "userId": "03110cc5-e54f-4dae-b68a-bf5d945f8152", "appId": "9d794ea1-8d77-42e3-9fdd-6fd3620d616a", "appDisplayName": "Alaya", "ipAddress": "147.132.189.119", "status": {"errorCode": 0, "additionalDetails": "MFA requirement satisfied by claim in the token"}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (X11; Linux i686) AppleWebKit/533.0 (KHTML, like Gecko) Chrome/24.0.803.0 Safari/533.0 Edge/40.11325", "deviceDetail": {"deviceId": "88ee69d5-1eb7-4f29-b594-e9b4e3371940", "displayName": "TERRYPROCTOR-LT", "operatingSystem": "Windows 10", "browser": "Edge 40.11325", "isCompliant": true, "isManaged": true, "trustType": "Azure AD joined"}, "location": {"city": "Port Denisetown", "state": "Smithton", "countryOrRegion": "XR", "geoCoordinates": {"latitude": 3.5518965, "longitude": 131.871582}}, "mfaDetail": {}, "correlationId": "44c78bb8-6868-4318-a2c1-10cc713df194", "conditionalAccessStatus": "notApplied", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "9a79df65-b773-4e75-b35e-753c2dcebdf5", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 141, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Alaya Service", "resourceId": "160206c5-38b8-4cb6-9549-0c8c3b1a9661", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 256668, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "IJ8speOFqxbeudis2lvYaB7qliR5EEjcpv1PFLPY5A3dVdzx", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "a98241f8-e789-4dcd-8f11-cc1ec1c92092", "rngcStatus": 0}}, {"time": "2022-08-14T11:11:13.398779Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "147.132.189.119", "correlationId": "dee24e13-69a7-4354-99f3-d0b5b85ffe8f", "identity": "Terry Proctor", "Level": 4, "location": "XR", "properties": {"id": "4c995af8-3e38-4dcb-9141-ed01c7736b00", "createdDateTime": "2022-08-14T11:11:13.501779Z", "userDisplayName": "Terry Proctor", "userPrincipalName": "tproctor@domain.com", "userId": "03110cc5-e54f-4dae-b68a-bf5d945f8152", "appId": "9003b8ba-730c-412d-8972-267700304e01", "appDisplayName": "Box", "ipAddress": "147.132.189.119", "status": {"errorCode": 0, "additionalDetails": "MFA requirement satisfied by claim in the token"}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (X11; Linux i686) AppleWebKit/533.0 (KHTML, like Gecko) Chrome/24.0.803.0 Safari/533.0 Edge/40.11325", "deviceDetail": {"deviceId": "88ee69d5-1eb7-4f29-b594-e9b4e3371940", "displayName": "TERRYPROCTOR-LT", "operatingSystem": "Windows 10", "browser": "Edge 40.11325", "isCompliant": true, "isManaged": true, "trustType": "Azure AD joined"}, "location": {"city": "Port Denisetown", "state": "Smithton", "countryOrRegion": "XR", "geoCoordinates": {"latitude": 3.5518965, "longitude": 131.871582}}, "mfaDetail": {}, "correlationId": "5f407ef3-88f1-469d-81a5-37b9cc894cb0", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "675a68df-16f4-4d60-b437-9a80ba370681", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 103, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Box Online", "resourceId": "d2c09315-f769-4fc6-9be8-f57cf8efa9cc", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 256668, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "q8pnhz10iHtGVtmgJ3MJajZCN4SGGepq1aQtT14PGY7CHJeo", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": null, "rngcStatus": 0}}, {"time": "2022-08-14T11:12:41.425256Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "199.12.127.103", "correlationId": "9b624dda-30fc-432b-8f88-4361040dde49", "identity": "Jacob Meyers", "Level": 4, "location": "XG", "properties": {"id": "f72420a8-76bf-4e9a-bdc6-5a2b698e8f00", "createdDateTime": "2022-08-14T11:12:41.508256Z", "userDisplayName": "Jacob Meyers", "userPrincipalName": "jmeyers@domain.com", "userId": "c63a67b0-1651-4a8a-9560-cc703cdad5ad", "appId": "9a7e67c7-6f05-42a3-b226-97c7ec3e9696", "appDisplayName": "Adobe Identity Management", "ipAddress": "199.12.127.103", "ipAddressFromResourceProvider": "199.12.127.103", "status": {"errorCode": 0}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (iPad; CPU iPad OS 9_3_6 like Mac OS X) AppleWebKit/536.1 (KHTML, like Gecko) CriOS/42.0.865.0 Mobile/77O124 Safari/536.1 Edge/99.14477", "deviceDetail": {"deviceId": "68cb982e-f215-496c-89bb-cc07716ff474", "displayName": "JACOBMEYERS-LT", "operatingSystem": "Windows 10", "browser": "Edge 99.14477", "trustType": "Azure AD registered"}, "location": {"city": "Port Nathan", "state": "Newmanville", "countryOrRegion": "XG", "geoCoordinates": {"latitude": 23.244641, "longitude": -113.392021}}, "correlationId": "b9df06ce-0404-4431-a4ae-84b58a9d5c04", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "e4d260d4-5d36-4879-a96f-9236785043c6", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 83, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Adobe Identity Management Service", "resourceId": "9a84f55e-3a40-492c-9476-e069f64ed7a6", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 282405, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "Fe2id0qtJI2AYqiBP52v6MArsuSO4LH5ZwIh8VaGzBVCsw8H", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "37ee873b-f901-4e25-be69-010243106d0f", "rngcStatus": 0}}, {"time": "2022-08-14T11:13:46.030120Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "205.33.24.92", "correlationId": "1ec1d525-b9fe-4cf5-be6f-c57d724f3bac", "identity": "Vanessa Ramirez", "Level": 4, "location": "XD", "properties": {"id": "19a7b609-0556-4362-ba62-46aba46f7700", "createdDateTime": "2022-08-14T11:13:46.156120Z", "userDisplayName": "Vanessa Ramirez", "userPrincipalName": "vramirez@domain.com", "userId": "5d72b7ed-62ea-4b94-b931-ccef65d71ebd", "appId": "2eae4ad1-8cae-48fe-b718-76bd66e2fc7f", "appDisplayName": "Bipsync", "ipAddress": "205.33.24.92", "status": {"errorCode": 0}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (X11; Linux i686) AppleWebKit/532.2 (KHTML, like Gecko) Chrome/21.0.853.0 Safari/532.2 Edge/89.19380", "deviceDetail": {"deviceId": "e395a3f4-8f2d-4170-804f-d3e13ce3151b", "displayName": "VANESSARAMIREZ-LT", "operatingSystem": "Windows 10", "browser": "Edge 89.19380", "trustType": "Azure AD registered"}, "location": {"city": "Kristinmouth", "state": "Norrisbury", "countryOrRegion": "XD", "geoCoordinates": {"latitude": 26.278784, "longitude": -92.042573}}, "correlationId": "8b86a18b-2329-44be-8c0e-2ad38ece5622", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "d0f05ccc-c2c6-4d69-85ec-2809c061c822", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 126, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Bipsync Service", "resourceId": "aaf780ce-b996-49b9-986d-8bb23f7bce3a", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 214655, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "yQ4VGxkj1OYLgisTeYxrE4XFhFcfVEKkgKlZI6MUN9HjxOXE", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "b7da42cc-a168-4148-b15a-792ad32c2ff5", "rngcStatus": 0}}, {"time": "2022-08-14T11:16:41.417567Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "42.62.103.34", "correlationId": "cb8ece59-e56f-49e6-9b20-ead37253fed8", "identity": "Joseph Taylor", "Level": 4, "location": "XF", "properties": {"id": "05ba222e-1564-4894-b208-c535586d8a00", "createdDateTime": "2022-08-14T11:16:41.513567Z", "userDisplayName": "Joseph Taylor", "userPrincipalName": "jtaylor@domain.com", "userId": "af9847eb-c773-41ae-bf94-42747c5e986c", "appId": "36f74ffc-90e8-46e0-b0ed-588b76ed6f47", "appDisplayName": "Inspire", "ipAddress": "42.62.103.34", "status": {"errorCode": 0, "additionalDetails": "MFA requirement satisfied by claim in the token"}, "clientAppUsed": "Browser", "deviceDetail": {"deviceId": "76b96bd3-e5d7-49ee-b195-bf363facdb3d", "displayName": "JOSEPHTAYLOR-LT", "operatingSystem": "Windows", "browser": "Rich Client 4.35.1.0", "isCompliant": true, "isManaged": true, "trustType": "Azure AD joined"}, "location": {"city": "Jessicafurt", "state": "Smithbury", "countryOrRegion": "XF", "geoCoordinates": {"latitude": 17.5082395, "longitude": -115.304215}}, "mfaDetail": {}, "correlationId": "1cbeec9f-f59f-4280-8301-c1cfe9be44c1", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "1ce1249f-7a33-4556-906c-7df7ed0fbe0f", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 96, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Inspire Online", "resourceId": "042c3df9-f692-4971-8c0b-72867fa422dd", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 393508, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "hsilg2ST6G90Qti9cewBZakbYf8amj4vt5kOzzIfKAmRHkJn", "incomingTokenType": "none", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "9dab86e5-2edb-4073-bed1-a1b309638aa2", "rngcStatus": 0}}, {"time": "2022-08-14T11:34:06.660435Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "SignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "63.94.19.180", "correlationId": "6e724fde-536d-4b0f-bf19-4f9387d3302b", "identity": "Vanessa Ramirez", "Level": 4, "location": "XD", "properties": {"id": "49d543cf-3853-413c-83db-9812dd5a8b00", "createdDateTime": "2022-08-14T11:34:06.761435Z", "userDisplayName": "Vanessa Ramirez", "userPrincipalName": "vramirez@domain.com", "userId": "5d72b7ed-62ea-4b94-b931-ccef65d71ebd", "appId": "e47a1d38-5f61-45cd-b1b9-bc92f525c598", "appDisplayName": "Altoura", "ipAddress": "63.94.19.180", "status": {"errorCode": 0}, "clientAppUsed": "Browser", "userAgent": "Mozilla/5.0 (Linux; Android 4.4.4) AppleWebKit/534.0 (KHTML, like Gecko) Chrome/55.0.839.0 Safari/534.0", "deviceDetail": {"deviceId": "", "operatingSystem": "MacOs", "browser": "Chrome 55.0.839.0"}, "location": {"city": "New James", "state": "Norrisbury", "countryOrRegion": "XD", "geoCoordinates": {"latitude": 64.5727225, "longitude": 92.661569}}, "correlationId": "0b65e8c9-bc77-46d8-9620-85b4a820b56e", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "12e0d301-b2b7-4b0e-a57d-b9b6816557f4", "isInteractive": true, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 101, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Altoura Online", "resourceId": "8a137ba4-52ae-4dbf-94af-2e56851573c4", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 45904, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "GATGPvwwxwsMaFMaZPQyknIPY3hLC3EX1B85BtkvVNd3ONrt", "incomingTokenType": "none", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": null, "rngcStatus": 0}}, {"time": "2022-08-14T11:48:25.421034Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "86.154.193.190", "correlationId": "d37e82fd-1660-451c-8887-aaf65827bc08", "identity": "Melissa Martin", "Level": 4, "location": "XR", "properties": {"id": "f0373eef-9706-4141-a5c3-7d36657c5f00", "createdDateTime": "2022-08-14T11:48:25.549034Z", "userDisplayName": "Melissa Martin", "userPrincipalName": "mmartin@domain.com", "userId": "632ccb55-03a7-40f4-9893-653527cae790", "appId": "9a7e67c7-6f05-42a3-b226-97c7ec3e9696", "appDisplayName": "Adobe Identity Management", "ipAddress": "86.154.193.190", "status": {"errorCode": 0}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (iPad; CPU iPad OS 9_3_6 like Mac OS X) AppleWebKit/536.1 (KHTML, like Gecko) CriOS/42.0.865.0 Mobile/77O124 Safari/536.1 Edge/99.14477", "deviceDetail": {"deviceId": "", "operatingSystem": "Windows 10", "browser": "Edge 99.14477"}, "location": {"city": "Port Denisetown", "state": "Smithton", "countryOrRegion": "XR", "geoCoordinates": {"latitude": 3.5518965, "longitude": 131.871582}}, "correlationId": "46d06bfd-1e60-430e-afa3-afbbbb3fde76", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "2d41036c-2f29-46f3-886e-a68f56b3f2cc", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 128, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Adobe Identity Management Service", "resourceId": "f0630e90-b752-4960-bfb9-a0794fc34930", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 256668, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "juIlfIgAAGTkp2bdEz5mBOmI7IlvAev29ZCLb99RmYiEdD7d", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "1f37c851-4be4-455b-928a-fbde7845a68a", "rngcStatus": 0}}, {"time": "2022-08-14T12:22:29.216018Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "156.206.181.119", "correlationId": "264f3814-79aa-4a34-b835-45936b3dab67", "identity": "Cynthia Perry", "Level": 4, "location": "XY", "properties": {"id": "2ec58a60-47cc-4e67-815d-e9dab0915a00", "createdDateTime": "2022-08-14T12:22:29.364018Z", "userDisplayName": "Cynthia Perry", "userPrincipalName": "cperry@domain.com", "userId": "ac5fa380-9d5b-470e-beb2-5ba10aca48e6", "appId": "9de6e985-97a5-4d82-9c45-aedaa9c25ef9", "appDisplayName": "AWS Single-Account Access", "ipAddress": "156.206.181.119", "status": {"errorCode": 0}, "clientAppUsed": "Browser", "deviceDetail": {"deviceId": "", "operatingSystem": "Windows"}, "location": {"city": "Hannaville", "state": "Thomashaven", "countryOrRegion": "XY", "geoCoordinates": {"latitude": 1.1452695, "longitude": 128.249211}}, "correlationId": "91707765-4059-4795-9c13-02ea8c827a53", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "ef3deb00-dd55-4491-a007-532a7d7214ab", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "processingTimeInMilliseconds": 148, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "AWS Single-Account Access Service", "resourceId": "c65cf5f9-5537-4200-889e-381c4f60ca7d", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 279165, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "ijVyW5yj6xtyksI5nvgMVZy8bhSWgCybH6KJXZdgSlAEbKq4", "incomingTokenType": "none", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": null}}, {"time": "2022-08-14T12:26:56.076978Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "156.206.181.119", "correlationId": "a8160cea-1a62-4ff7-9ea7-ecc87ea698de", "identity": "Cynthia Perry", "Level": 4, "location": "XY", "properties": {"id": "5f49701c-c5bf-4acf-bdf6-78ff54f16800", "createdDateTime": "2022-08-14T12:26:56.176978Z", "userDisplayName": "Cynthia Perry", "userPrincipalName": "cperry@domain.com", "userId": "ac5fa380-9d5b-470e-beb2-5ba10aca48e6", "appId": "9de6e985-97a5-4d82-9c45-aedaa9c25ef9", "appDisplayName": "AWS Single-Account Access", "ipAddress": "156.206.181.119", "status": {"errorCode": 0}, "clientAppUsed": "Browser", "deviceDetail": {"deviceId": "", "operatingSystem": "Windows"}, "location": {"city": "Hannaville", "state": "Thomashaven", "countryOrRegion": "XY", "geoCoordinates": {"latitude": 1.1452695, "longitude": 128.249211}}, "correlationId": "89891559-6e98-4b3f-9506-9d206274d7d7", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "a3606d1f-c016-482b-bb04-4ad84f499710", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 100, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "AWS Single-Account Access Service", "resourceId": "72f0186d-d327-46c9-a8ff-497e0caa8691", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 279165, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "g7HJyO9CnV5NpZysJPsKxdxqbMFtC1NlKWTN7P9CKDK7OwQN", "incomingTokenType": "none", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": null, "rngcStatus": 0}}, {"time": "2022-08-14T12:27:53.153527Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "50158", "resultSignature": "None", "resultDescription": "External security challenge was not satisfied.", "durationMs": 0, "callerIpAddress": "92.110.109.246", "correlationId": "229a6484-5ba0-4425-9c4b-812fcac507cf", "identity": "Thomas Price", "Level": 4, "location": "XR", "properties": {"id": "4ddb034d-d670-4525-9f72-a305c5137400", "createdDateTime": "2022-08-14T12:27:53.266527Z", "userDisplayName": "Thomas Price", "userPrincipalName": "tprice@domain.com", "userId": "32109ee2-ee4f-4d11-9c38-2556aec0f2b5", "appId": "9a7e67c7-6f05-42a3-b226-97c7ec3e9696", "appDisplayName": "Adobe Identity Management", "ipAddress": "92.110.109.246", "status": {"errorCode": 50158, "failureReason": "External security challenge was not satisfied."}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (X11; Linux i686) AppleWebKit/535.2 (KHTML, like Gecko) Chrome/22.0.843.0 Safari/535.2 Edge/118.12158", "deviceDetail": {"deviceId": "fb4d911d-6441-411b-868f-d25d5586a326", "displayName": "THOMASPRICE-LT", "operatingSystem": "Windows 10", "browser": "Edge 118.12158", "trustType": "Hybrid Azure AD joined"}, "location": {"city": "Port Denisetown", "state": "Smithton", "countryOrRegion": "XR", "geoCoordinates": {"latitude": 3.5518965, "longitude": 131.871582}}, "correlationId": "f97f0fa8-8240-4d40-930a-cf922fdd5c19", "conditionalAccessStatus": "failure", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "ab6d11e1-ab50-4ac0-9d50-27c973c0cc5e", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 113, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Adobe Identity Management Service", "resourceId": "30663ca7-f8a9-43ab-8ca1-7906bdbc1485", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 230297, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "E9P1xSBI0Sul7rsk36hgvICbml9n3mg5kf3GzB8CiTPY6MPG", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "a6c259e5-7f16-48b2-a9f3-75becd6daa9b", "rngcStatus": 0}}, {"time": "2022-08-14T12:35:17.957107Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "13.113.40.157", "correlationId": "4351ff61-9657-4157-b279-523b1a1e44a5", "identity": "Attack Target", "Level": 4, "location": "XR", "properties": {"id": "9a3c3137-71f5-45a5-a185-e44084767100", "createdDateTime": "2022-08-14T12:35:18.087107Z", "userDisplayName": "Attack Target", "userPrincipalName": "attacktarget@domain.com", "userId": "d735e84b-dcca-404d-9f7d-700f360f41a6", "appId": "9a7e67c7-6f05-42a3-b226-97c7ec3e9696", "appDisplayName": "Adobe Identity Management", "ipAddress": "13.113.40.157", "ipAddressFromResourceProvider": "13.113.40.157", "status": {"errorCode": 0}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (iPad; CPU iPad OS 9_3_6 like Mac OS X) AppleWebKit/536.1 (KHTML, like Gecko) CriOS/42.0.865.0 Mobile/77O124 Safari/536.1 Edge/99.14477", "deviceDetail": {"deviceId": "a44625dc-6f81-449a-9799-8005f7209b42", "displayName": "ATTACKTARGET-LT", "operatingSystem": "Windows 10", "browser": "Edge 99.14477", "trustType": "Azure AD registered"}, "location": {"city": "New John", "state": "Smithfort", "countryOrRegion": "XR", "geoCoordinates": {"latitude": -89.144242, "longitude": 168.119022}}, "correlationId": "b177d382-a50d-43a3-9948-db0676f54e97", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "6ceaa377-01f7-4ef0-803b-ba83940e9bff", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 130, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Adobe Identity Management Service", "resourceId": "c8eab36d-0a82-409d-8693-a8dabc997921", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 34974, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "vfpL8n9FKJ9bdPKDPm9HS5TsXKsIzn3cOuMa5ViiYwl2wslu", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "2248d3ef-d7b8-4eb2-bd20-fb53f725bfe3", "rngcStatus": 0}}, {"time": "2022-08-14T12:39:55.755128Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "205.33.24.92", "correlationId": "6dbcfbe5-4eb9-4691-a99f-b5427c60a25d", "identity": "Aaron Cole", "Level": 4, "location": "XD", "properties": {"id": "c4e18eba-fde1-4935-9777-9ad52ad15f00", "createdDateTime": "2022-08-14T12:39:55.853128Z", "userDisplayName": "Aaron Cole", "userPrincipalName": "acole@domain.com", "userId": "5d557969-1645-4ba4-be83-b6fd943659f7", "appId": "cb9ad245-0b24-4c75-ba23-398500baf7a8", "appDisplayName": "FileCloud", "ipAddress": "205.33.24.92", "status": {"errorCode": 0}, "clientAppUsed": "Browser", "deviceDetail": {"deviceId": "", "operatingSystem": "Windows", "browser": "Rich Client 4.35.1.0"}, "location": {"city": "Kristinmouth", "state": "Norrisbury", "countryOrRegion": "XD", "geoCoordinates": {"latitude": 26.278784, "longitude": -92.042573}}, "correlationId": "0571f7d0-9230-4adc-b5f3-a21fe1517301", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "8f882765-bddb-4808-9a7f-4858e85f2c8e", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 98, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "FileCloud Service", "resourceId": "72f0186d-d327-46c9-a8ff-497e0caa8691", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 214655, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "aIDJyVxsKUqcnPAFUdawYtYqFUvzDbRn4pQNVCwRwKof6P6Q", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": null, "rngcStatus": 0}}, {"time": "2022-08-14T12:50:54.573545Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "13.113.40.157", "correlationId": "721da538-4bf8-4e8e-b396-a6114f063270", "identity": "Attack Target", "Level": 4, "location": "XR", "properties": {"id": "2103c286-9815-4052-88cd-9deb7cc45100", "createdDateTime": "2022-08-14T12:50:54.691545Z", "userDisplayName": "Attack Target", "userPrincipalName": "attacktarget@domain.com", "userId": "d735e84b-dcca-404d-9f7d-700f360f41a6", "appId": "9a7e67c7-6f05-42a3-b226-97c7ec3e9696", "appDisplayName": "Adobe Identity Management", "ipAddress": "13.113.40.157", "status": {"errorCode": 0}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (iPad; CPU iPad OS 9_3_6 like Mac OS X) AppleWebKit/536.1 (KHTML, like Gecko) CriOS/42.0.865.0 Mobile/77O124 Safari/536.1 Edge/99.14477", "deviceDetail": {"deviceId": "a44625dc-6f81-449a-9799-8005f7209b42", "displayName": "ATTACKTARGET-LT", "operatingSystem": "Windows 10", "browser": "Edge 99.14477", "trustType": "Azure AD registered"}, "location": {"city": "New John", "state": "Smithfort", "countryOrRegion": "XR", "geoCoordinates": {"latitude": -89.144242, "longitude": 168.119022}}, "correlationId": "29bc5bcd-c948-4706-9aed-02f2eb9ae3f1", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "58e80d44-0e2d-47b6-a91f-47f4fec327a8", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "processingTimeInMilliseconds": 118, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Adobe Identity Management Service", "resourceId": "30663ca7-f8a9-43ab-8ca1-7906bdbc1485", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 34974, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "WhgM9CJVXiyvAhCicYI9M3vH4Of4AhDEzLQDnAXS20ifBBph", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "a6c259e5-7f16-48b2-a9f3-75becd6daa9b"}}, {"time": "2022-08-14T13:04:58.165544Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "SignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "205.33.24.92", "correlationId": "c8c7d513-e86e-4f27-8170-788c26054915", "identity": "Aaron Cole", "Level": 4, "location": "XD", "properties": {"id": "599e6756-2da1-4fc0-bb78-22b52d575900", "createdDateTime": "2022-08-14T13:04:58.264544Z", "userDisplayName": "Aaron Cole", "userPrincipalName": "acole@domain.com", "userId": "5d557969-1645-4ba4-be83-b6fd943659f7", "appId": "e47a1d38-5f61-45cd-b1b9-bc92f525c598", "appDisplayName": "Altoura", "ipAddress": "205.33.24.92", "status": {"errorCode": 0}, "clientAppUsed": "Browser", "userAgent": "Mozilla/5.0 (Linux; Android 2.3.5) AppleWebKit/532.2 (KHTML, like Gecko) Chrome/46.0.898.0 Safari/532.2 Edge/105.19198", "deviceDetail": {"deviceId": "", "operatingSystem": "Windows 10", "browser": "Edge 105.19198"}, "location": {"city": "Kristinmouth", "state": "Norrisbury", "countryOrRegion": "XD", "geoCoordinates": {"latitude": 26.278784, "longitude": -92.042573}}, "correlationId": "302a37f2-4274-4b70-95ba-304ec3d71518", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "e1c4ff5b-25c4-49ec-897a-568d85040a5a", "isInteractive": true, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "processingTimeInMilliseconds": 99, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Altoura Online", "resourceId": "f0630e90-b752-4960-bfb9-a0794fc34930", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 214655, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "ynVZSoYmyt20UJpHBsl2FAiCi8LfjR1ntLizkaeWbqQsdPS2", "incomingTokenType": "none", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "1f37c851-4be4-455b-928a-fbde7845a68a"}}, {"time": "2022-08-14T13:17:59.235120Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "13.113.40.157", "correlationId": "761c9ffb-a6cc-4280-90e1-b9a473a2c950", "identity": "Attack Target", "Level": 4, "location": "XR", "properties": {"id": "24f34ea2-62fd-45db-9e25-0b5398579300", "createdDateTime": "2022-08-14T13:17:59.348120Z", "userDisplayName": "Attack Target", "userPrincipalName": "attacktarget@domain.com", "userId": "d735e84b-dcca-404d-9f7d-700f360f41a6", "appId": "9a7e67c7-6f05-42a3-b226-97c7ec3e9696", "appDisplayName": "Adobe Identity Management", "ipAddress": "13.113.40.157", "ipAddressFromResourceProvider": "13.113.40.157", "status": {"errorCode": 0}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (iPad; CPU iPad OS 9_3_6 like Mac OS X) AppleWebKit/536.1 (KHTML, like Gecko) CriOS/42.0.865.0 Mobile/77O124 Safari/536.1 Edge/99.14477", "deviceDetail": {"deviceId": "a44625dc-6f81-449a-9799-8005f7209b42", "displayName": "ATTACKTARGET-LT", "operatingSystem": "Windows 10", "browser": "Edge 99.14477", "trustType": "Azure AD registered"}, "location": {"city": "Smithfort", "state": "Smithfort", "countryOrRegion": "XR", "geoCoordinates": {"latitude": 3.7564095, "longitude": -121.574606}}, "correlationId": "3fa62ef3-1bfd-45e8-9788-47c09b37e71e", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "5b5c14f4-719d-4cd4-bc1e-55bc83a0e277", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 113, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Adobe Identity Management Service", "resourceId": "c8eab36d-0a82-409d-8693-a8dabc997921", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 34974, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "bZqeuzYF5w1CeeKKXb38YDOZ9HTgNhBtjhaQafuQHY8zAucx", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "2248d3ef-d7b8-4eb2-bd20-fb53f725bfe3", "rngcStatus": 0}}, {"time": "2022-08-14T13:19:38.057761Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "81.209.4.19", "correlationId": "c26e0e1c-2f7a-4b2a-af0a-d3b6345e1fe2", "identity": "Jim Gonzalez", "Level": 4, "location": "XR", "properties": {"id": "fbcedcc7-b4d5-4563-84a7-f038e3c97400", "createdDateTime": "2022-08-14T13:19:38.181761Z", "userDisplayName": "Jim Gonzalez", "userPrincipalName": "jgonzalez@domain.com", "userId": "95090045-a9c5-489c-adee-2db430a3333a", "appId": "2eae4ad1-8cae-48fe-b718-76bd66e2fc7f", "appDisplayName": "Bipsync", "ipAddress": "81.209.4.19", "status": {"errorCode": 0}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (Linux; Android 4.4.3) AppleWebKit/533.2 (KHTML, like Gecko) Chrome/28.0.882.0 Safari/533.2 Edge/44.18413", "deviceDetail": {"deviceId": "1a428e94-41e3-4c1d-865a-0d31c9a2540b", "displayName": "JIMGONZALEZ-LT", "operatingSystem": "Windows 10", "browser": "Edge 44.18413", "trustType": "Azure AD registered"}, "location": {"city": "Santosborough", "state": "Smithton", "countryOrRegion": "XR", "geoCoordinates": {"latitude": 50.0774195, "longitude": 64.938754}}, "correlationId": "63545384-5fec-4b05-bb8f-55d84f309a76", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "c23c00ec-fa43-4a8f-927e-f175eea94bfc", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 124, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Bipsync Service", "resourceId": "4b482d0a-88be-43f3-a771-aaf19d9bbf70", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 34974, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "cn1CzxSg2CH0ZvQM1vgZMDB4N3lweoHjp53YwXmhg71aaUuy", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "b4d48f3a-639f-4f89-a099-2fdd27423d1f", "rngcStatus": 0}}, {"time": "2022-08-14T13:37:48.429130Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "SignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "199.12.127.103", "correlationId": "b4d8523e-7a97-4971-86cd-4b215eddb1f2", "identity": "Jacob Meyers", "Level": 4, "location": "XG", "properties": {"id": "d43ff6b9-d2e4-4291-bf54-8dd9e8768a00", "createdDateTime": "2022-08-14T13:37:48.698130Z", "userDisplayName": "Jacob Meyers", "userPrincipalName": "jmeyers@domain.com", "userId": "c63a67b0-1651-4a8a-9560-cc703cdad5ad", "appId": "1b3edb90-1e06-46db-b021-e2fc1f7ddaf5", "appDisplayName": "Beatrust", "ipAddress": "199.12.127.103", "status": {"errorCode": 0}, "clientAppUsed": "Browser", "userAgent": "Mozilla/5.0 (Windows NT 5.1) AppleWebKit/534.1 (KHTML, like Gecko) Chrome/37.0.847.0 Safari/534.1", "deviceDetail": {"deviceId": "", "operatingSystem": "Windows 10", "browser": "Chrome 37.0.847.0"}, "location": {"city": "Port Nathan", "state": "Newmanville", "countryOrRegion": "XG", "geoCoordinates": {"latitude": 23.244641, "longitude": -113.392021}}, "correlationId": "5113548b-332a-4fb4-9da1-bcbf8a46ad22", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "c1d25ef2-4875-47b7-a64a-84ca5abe7a5d", "isInteractive": true, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 269, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Beatrust Service", "resourceId": "24578515-1951-4064-967d-0d2acaf0aa70", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 282405, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "5VTg07OVSPC09wJK45fbOgo8s4E3mt6sSXTZwDn9YrD3ONpJ", "incomingTokenType": "none", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "0e68752b-7dfa-400b-a6f5-1b54af90696a", "rngcStatus": 0}}, {"time": "2022-08-14T13:43:27.394323Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "42.62.103.34", "correlationId": "3752ab43-b47b-4b25-b3a4-3c01c84b869f", "identity": "Joseph Taylor", "Level": 4, "location": "XF", "properties": {"id": "b09cec58-d319-4fa9-9389-e3f769d85300", "createdDateTime": "2022-08-14T13:43:27.528323Z", "userDisplayName": "Joseph Taylor", "userPrincipalName": "jtaylor@domain.com", "userId": "af9847eb-c773-41ae-bf94-42747c5e986c", "appId": "895b9fb3-4084-4f9f-a314-d082d67e3c5c", "appDisplayName": "Airstack", "ipAddress": "42.62.103.34", "status": {"errorCode": 0}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (iPad; CPU iPad OS 9_3_5 like Mac OS X) AppleWebKit/536.1 (KHTML, like Gecko) CriOS/26.0.852.0 Mobile/33A194 Safari/536.1 Edge/27.13255", "deviceDetail": {"deviceId": "", "operatingSystem": "Windows 10", "browser": "Edge 27.13255"}, "location": {"city": "Jessicafurt", "state": "Smithbury", "countryOrRegion": "XF", "geoCoordinates": {"latitude": 17.5082395, "longitude": -115.304215}}, "correlationId": "c947a007-3238-4c8f-878a-6eef671f49c8", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "df513719-c200-477a-851b-7e31b5b73f74", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "processingTimeInMilliseconds": 134, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Airstack Service", "resourceId": "898e07cc-0302-479b-a2d3-601d74aa68df", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 393508, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "I0Dn3jQpBL74OaaVkl8OpzTI9O3JNYG4pcTVtC5HKCncQKom", "incomingTokenType": "none", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "84156e71-49f0-4926-86fe-9ab1a6c6b137"}}, {"time": "2022-08-14T13:44:02.346009Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "1.210.58.10", "correlationId": "b717e723-c928-435b-b543-92ceaa9ab11e", "identity": "Keith Sheppard", "Level": 4, "location": "XD", "properties": {"id": "637c2839-00f2-4bd6-9b14-b8f546635000", "createdDateTime": "2022-08-14T13:44:02.467009Z", "userDisplayName": "Keith Sheppard", "userPrincipalName": "ksheppard@domain.com", "userId": "05bd48f1-91d2-4c2d-9a7c-80e80f561b3c", "appId": "dbe6b779-13df-45f2-a6d7-1323485479f6", "appDisplayName": "Cisco Webex", "ipAddress": "1.210.58.10", "status": {"errorCode": 0}, "clientAppUsed": "Browser", "deviceDetail": {"deviceId": "639815fd-5018-4e38-9d81-67538b2ce460", "displayName": "KEITHSHEPPARD-LT", "operatingSystem": "Windows10", "browser": "Rich Client 4.38.0.0", "trustType": "Azure AD registered"}, "location": {"city": "Cooperhaven", "state": "Norrisbury", "countryOrRegion": "XD", "geoCoordinates": {"latitude": 70.436398, "longitude": -23.873747}}, "correlationId": "7d8f3777-e89e-409b-9682-b9cda10ca4b6", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "96214cce-9d87-43f4-b958-179dc2e7ff37", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "processingTimeInMilliseconds": 121, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Cisco Webex Service", "resourceId": "9a84f55e-3a40-492c-9476-e069f64ed7a6", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 69487, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "fAd9Ha6iLBzQT7JFdvuJbBNjOCKdX1LBrjBx7mYp5fbdbEcs", "incomingTokenType": "none", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "37ee873b-f901-4e25-be69-010243106d0f"}}, {"time": "2022-08-14T14:13:30.160610Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "50158", "resultSignature": "None", "resultDescription": "External security challenge was not satisfied.", "durationMs": 0, "callerIpAddress": "105.169.153.183", "correlationId": "f57ab64b-d21a-419e-8a9b-f475ba9ec5ef", "identity": "Thomas Price", "Level": 4, "location": "XR", "properties": {"id": "49631f69-cc61-4c2e-82a5-314e1ca3a100", "createdDateTime": "2022-08-14T14:13:30.283610Z", "userDisplayName": "Thomas Price", "userPrincipalName": "tprice@domain.com", "userId": "32109ee2-ee4f-4d11-9c38-2556aec0f2b5", "appId": "79510a8f-6421-4348-a2ea-bcc2b02485c1", "appDisplayName": "Cisco AnyConnect", "ipAddress": "105.169.153.183", "status": {"errorCode": 50158, "failureReason": "External security challenge was not satisfied."}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (X11; Linux i686) AppleWebKit/535.2 (KHTML, like Gecko) Chrome/22.0.843.0 Safari/535.2 Edge/118.12158", "deviceDetail": {"deviceId": "2b85c59f-331a-4b61-9a44-9d3d6df62a06", "displayName": "THOMASPRICE-LT", "operatingSystem": "Windows 10", "browser": "Edge 118.12158", "trustType": "Hybrid Azure AD joined"}, "location": {"city": "Santosborough", "state": "Smithton", "countryOrRegion": "XR", "geoCoordinates": {"latitude": 12.8350355, "longitude": 138.359011}}, "correlationId": "0a2bcc37-abef-4846-9d3c-36c08464168e", "conditionalAccessStatus": "failure", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "17e45749-b2ee-4272-bedf-fa0d7742201a", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 123, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Cisco AnyConnect Online", "resourceId": "5d5b8d28-6a28-472e-b837-a4094e466965", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 256668, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "9TLynwRiFOz9vIG2P331vfkd9CXv6WcCmINgNrE5I8newbUl", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "15655e1f-5005-4c53-b3c0-c4a1d1ca5e9e", "rngcStatus": 0}}, {"time": "2022-08-14T14:17:02.686860Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "205.33.24.92", "correlationId": "27e050f4-32c8-4640-b512-a17d68bbd1cf", "identity": "Aaron Cole", "Level": 4, "location": "XD", "properties": {"id": "2468034e-c03d-4a77-94b4-f89b32db6100", "createdDateTime": "2022-08-14T14:17:02.777860Z", "userDisplayName": "Aaron Cole", "userPrincipalName": "acole@domain.com", "userId": "5d557969-1645-4ba4-be83-b6fd943659f7", "appId": "e47a1d38-5f61-45cd-b1b9-bc92f525c598", "appDisplayName": "Altoura", "ipAddress": "205.33.24.92", "status": {"errorCode": 0}, "clientAppUsed": "Browser", "userAgent": "Mozilla/5.0 (X11; Linux i686) AppleWebKit/536.2 (KHTML, like Gecko) Chrome/22.0.877.0 Safari/536.2", "deviceDetail": {"deviceId": "", "operatingSystem": "Windows 10", "browser": "Chrome 22.0.877.0"}, "location": {"city": "Kristinmouth", "state": "Norrisbury", "countryOrRegion": "XD", "geoCoordinates": {"latitude": 26.278784, "longitude": -92.042573}}, "correlationId": "7d57d988-c374-4013-843e-e9d3d4d2776c", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "a029896e-8628-4d6f-8eca-afa98a818e96", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 91, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Altoura Online", "resourceId": "f0630e90-b752-4960-bfb9-a0794fc34930", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 214655, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "EBmgQoPPDlU3dH0nORmfEAmO8f5lz78D9jpaouImXOl7g5Ex", "incomingTokenType": "none", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "1f37c851-4be4-455b-928a-fbde7845a68a", "rngcStatus": 0}}, {"time": "2022-08-14T14:21:25.663562Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "156.206.181.119", "correlationId": "9201c19e-4c55-4fee-a5f1-ee506680211a", "identity": "Cynthia Perry", "Level": 4, "location": "XY", "properties": {"id": "38d1405c-86c6-4469-98c5-85ae48c16c00", "createdDateTime": "2022-08-14T14:21:25.750562Z", "userDisplayName": "Cynthia Perry", "userPrincipalName": "cperry@domain.com", "userId": "ac5fa380-9d5b-470e-beb2-5ba10aca48e6", "appId": "9de6e985-97a5-4d82-9c45-aedaa9c25ef9", "appDisplayName": "AWS Single-Account Access", "ipAddress": "156.206.181.119", "status": {"errorCode": 0}, "clientAppUsed": "Browser", "deviceDetail": {"deviceId": "", "operatingSystem": "Windows"}, "location": {"city": "Hannaville", "state": "Thomashaven", "countryOrRegion": "XY", "geoCoordinates": {"latitude": 1.1452695, "longitude": 128.249211}}, "correlationId": "10580022-92ae-42d5-b516-911ad003459f", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "6dbb2d29-ddbc-4912-abe3-f43cf1f258eb", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 87, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "AWS Single-Account Access Service", "resourceId": "9a84f55e-3a40-492c-9476-e069f64ed7a6", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 279165, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "GZvlSma9S44cEqD9ubS4hou3UYvyAeANlkJQ6Ju8BzFG6wAJ", "incomingTokenType": "none", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "37ee873b-f901-4e25-be69-010243106d0f", "rngcStatus": 0}}, {"time": "2022-08-14T14:36:46.081463Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "42.62.103.34", "correlationId": "3ece435c-57ca-4e8b-8160-580760a40e46", "identity": "Joseph Taylor", "Level": 4, "location": "XF", "properties": {"id": "a053210b-0623-42cf-bb99-25ff37136000", "createdDateTime": "2022-08-14T14:36:46.171463Z", "userDisplayName": "Joseph Taylor", "userPrincipalName": "jtaylor@domain.com", "userId": "af9847eb-c773-41ae-bf94-42747c5e986c", "appId": "bf2855c0-7434-4262-8885-ad2f5206d324", "appDisplayName": "COINS Construction Cloud - Project and Productivity Apps", "ipAddress": "42.62.103.34", "status": {"errorCode": 0, "additionalDetails": "MFA requirement satisfied by claim in the token"}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (iPad; CPU iPad OS 9_3_6 like Mac OS X) AppleWebKit/536.1 (KHTML, like Gecko) CriOS/42.0.865.0 Mobile/77O124 Safari/536.1 Edge/99.14477", "deviceDetail": {"deviceId": "76b96bd3-e5d7-49ee-b195-bf363facdb3d", "displayName": "JOSEPHTAYLOR-LT", "operatingSystem": "Windows 10", "browser": "Edge 99.14477", "isCompliant": true, "isManaged": true, "trustType": "Azure AD joined"}, "location": {"city": "Jessicafurt", "state": "Smithbury", "countryOrRegion": "XF", "geoCoordinates": {"latitude": 17.5082395, "longitude": -115.304215}}, "mfaDetail": {}, "correlationId": "5fb89520-1cd0-4503-a6db-d3d9796a63a6", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "8af9fe9c-56cf-4d3f-9518-a2ae779f9c91", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "processingTimeInMilliseconds": 90, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "COINS Construction Cloud - Project and Productivity Apps Service", "resourceId": "84a36a79-eb71-4ec5-afa6-b76baa3640bf", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 393508, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "9wmY7YL5by6xU13TMY2tKO7ObZl0OAIjMn8VtFGC26irq6gs", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": null}}, {"time": "2022-08-14T14:57:01.113897Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "156.206.181.119", "correlationId": "c54c2ce5-ad09-48c9-9dea-5228007fb872", "identity": "Cynthia Perry", "Level": 4, "location": "XY", "properties": {"id": "07f2e78e-cd20-47bc-9284-2249bff24800", "createdDateTime": "2022-08-14T14:57:01.254897Z", "userDisplayName": "Cynthia Perry", "userPrincipalName": "cperry@domain.com", "userId": "ac5fa380-9d5b-470e-beb2-5ba10aca48e6", "appId": "9de6e985-97a5-4d82-9c45-aedaa9c25ef9", "appDisplayName": "AWS Single-Account Access", "ipAddress": "156.206.181.119", "status": {"errorCode": 0}, "clientAppUsed": "Browser", "deviceDetail": {"deviceId": "", "operatingSystem": "Windows"}, "location": {"city": "Hannaville", "state": "Thomashaven", "countryOrRegion": "XY", "geoCoordinates": {"latitude": 1.1452695, "longitude": 128.249211}}, "correlationId": "f257abc6-e079-4667-844f-c4444dd28a8b", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "cf26de05-cdad-49dc-a8ac-eff762350c02", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "processingTimeInMilliseconds": 141, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "AWS Single-Account Access Service", "resourceId": "c65cf5f9-5537-4200-889e-381c4f60ca7d", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 279165, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "Mc6As76cjMLwRwHXLIpokzwGUD8do27t2ftEaCINitTyHxnG", "incomingTokenType": "none", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": null}}, {"time": "2022-08-14T15:21:13.429020Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "50158", "resultSignature": "None", "resultDescription": "External security challenge was not satisfied.", "durationMs": 0, "callerIpAddress": "44.22.19.201", "correlationId": "849f5d11-68fd-45ae-b74b-78ef99439c13", "identity": "Thomas Price", "Level": 4, "location": "XN", "properties": {"id": "a4bfb34f-863d-4add-88f4-153d71915500", "createdDateTime": "2022-08-14T15:21:13.603020Z", "userDisplayName": "Thomas Price", "userPrincipalName": "tprice@domain.com", "userId": "32109ee2-ee4f-4d11-9c38-2556aec0f2b5", "appId": "79510a8f-6421-4348-a2ea-bcc2b02485c1", "appDisplayName": "Cisco AnyConnect", "ipAddress": "44.22.19.201", "status": {"errorCode": 50158, "failureReason": "External security challenge was not satisfied."}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (X11; Linux i686) AppleWebKit/535.2 (KHTML, like Gecko) Chrome/22.0.843.0 Safari/535.2 Edge/118.12158", "deviceDetail": {"deviceId": "35819889-abdc-47e0-b28d-5195d26e941f", "displayName": "THOMASPRICE-LT", "operatingSystem": "Windows 10", "browser": "Edge 118.12158", "trustType": "Hybrid Azure AD joined"}, "location": {"city": "Littlemouth", "state": "Alexanderfurt", "countryOrRegion": "XN", "geoCoordinates": {"latitude": 25.4437255, "longitude": -109.530885}}, "correlationId": "545bcb34-edb3-40ee-a3ce-ef6537a43ebf", "conditionalAccessStatus": "failure", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "5ce17060-e7eb-4cb1-b0b2-c6107b6a68e6", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "processingTimeInMilliseconds": 174, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Cisco AnyConnect Online", "resourceId": "5d5b8d28-6a28-472e-b837-a4094e466965", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 230297, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "Hqm67ZlcJv97WJxVCF6vAvgDhrrRMUYlKfRZSz3KiXg6cP1h", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "15655e1f-5005-4c53-b3c0-c4a1d1ca5e9e"}}, {"time": "2022-08-14T15:23:11.328502Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "205.33.24.92", "correlationId": "3321d5ee-a3d7-441e-98ac-23942692636e", "identity": "Aaron Cole", "Level": 4, "location": "XD", "properties": {"id": "d1b61d49-f2e0-43b7-95f4-0aab1bf15100", "createdDateTime": "2022-08-14T15:23:11.663502Z", "userDisplayName": "Aaron Cole", "userPrincipalName": "acole@domain.com", "userId": "5d557969-1645-4ba4-be83-b6fd943659f7", "appId": "1b3edb90-1e06-46db-b021-e2fc1f7ddaf5", "appDisplayName": "Beatrust", "ipAddress": "205.33.24.92", "status": {"errorCode": 0}, "clientAppUsed": "Browser", "deviceDetail": {"deviceId": "", "operatingSystem": "Windows 10", "browser": "Rich Client 5.2.7.0"}, "location": {"city": "Kristinmouth", "state": "Norrisbury", "countryOrRegion": "XD", "geoCoordinates": {"latitude": 26.278784, "longitude": -92.042573}}, "correlationId": "13600ad7-7136-4171-883e-32b7bb486f1f", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "6e869dd6-b532-4b70-be78-c270b09bb304", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "processingTimeInMilliseconds": 335, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Beatrust Service", "resourceId": "24578515-1951-4064-967d-0d2acaf0aa70", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 214655, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "6CymsvTo7FVpw34VvE4voC85fOrp2LXak6NhTRTdcR0vTLFa", "incomingTokenType": "none", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "0e68752b-7dfa-400b-a6f5-1b54af90696a"}}, {"time": "2022-08-14T15:30:02.507152Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "44.22.19.201", "correlationId": "07975ad4-1e9b-4f4a-9d64-926742656602", "identity": "David Johnson", "Level": 4, "location": "XN", "properties": {"id": "0fa7b51d-5329-46f9-89d4-0bf1e2ba7500", "createdDateTime": "2022-08-14T15:30:02.698152Z", "userDisplayName": "David Johnson", "userPrincipalName": "djohnson@domain.com", "userId": "ff2ae3d2-8cd2-4bd6-b65d-49c5ad946c7f", "appId": "bf2855c0-7434-4262-8885-ad2f5206d324", "appDisplayName": "COINS Construction Cloud - Project and Productivity Apps", "ipAddress": "44.22.19.201", "status": {"errorCode": 0}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (iPad; CPU iPad OS 9_3_6 like Mac OS X) AppleWebKit/536.1 (KHTML, like Gecko) CriOS/42.0.865.0 Mobile/77O124 Safari/536.1 Edge/99.14477", "deviceDetail": {"deviceId": "717ebe00-a5eb-412e-97b6-7b8ab7cfbc02", "displayName": "DAVIDJOHNSON-LT", "operatingSystem": "Windows 10", "browser": "Edge 99.14477", "trustType": "Azure AD registered"}, "location": {"city": "Littlemouth", "state": "Alexanderfurt", "countryOrRegion": "XN", "geoCoordinates": {"latitude": 25.4437255, "longitude": -109.530885}}, "correlationId": "262f84b6-0349-4698-9ae5-af24b4a4f766", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "a66951a7-d14f-4d09-ae25-b881a470194f", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 191, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "COINS Construction Cloud - Project and Productivity Apps Service", "resourceId": "f0630e90-b752-4960-bfb9-a0794fc34930", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 230297, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "6CgQRRG8j4kSvBbwyr45zWbQclLsoqtUqM1rYesoW9dB1IG1", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "1f37c851-4be4-455b-928a-fbde7845a68a", "rngcStatus": 0}}, {"time": "2022-08-14T15:40:57.518637Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "105.169.153.183", "correlationId": "ee055e94-0437-4881-97e1-10f8a6b5d1e2", "identity": "Jim Gonzalez", "Level": 4, "location": "XR", "properties": {"id": "28aa4dbc-8a6f-40da-9789-2ca19c5a6d00", "createdDateTime": "2022-08-14T15:40:57.878637Z", "userDisplayName": "Jim Gonzalez", "userPrincipalName": "jgonzalez@domain.com", "userId": "95090045-a9c5-489c-adee-2db430a3333a", "appId": "9de6e985-97a5-4d82-9c45-aedaa9c25ef9", "appDisplayName": "AWS Single-Account Access", "ipAddress": "105.169.153.183", "status": {"errorCode": 0}, "clientAppUsed": "Browser", "deviceDetail": {"deviceId": "15135d1f-cb47-4bd8-b76d-90a9171c09bd", "displayName": "JIMGONZALEZ-LT", "operatingSystem": "Windows", "trustType": "Azure AD registered"}, "location": {"city": "Santosborough", "state": "Smithton", "countryOrRegion": "XR", "geoCoordinates": {"latitude": 12.8350355, "longitude": 138.359011}}, "correlationId": "08bef814-e4d2-4397-aa00-4e69a2fdcf7a", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "1533c4f0-b621-4bad-811a-702baa3d6299", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 360, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "AWS Single-Account Access Service", "resourceId": "c65cf5f9-5537-4200-889e-381c4f60ca7d", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 256668, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "MeDDtRNJBXeXWxBwNm77VFneZbY9XWvedWp9rdPdHB2Vv5zh", "incomingTokenType": "none", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": null, "rngcStatus": 0}}, {"time": "2022-08-14T15:47:37.013070Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "13.113.40.157", "correlationId": "394eb15f-8226-4e62-a3f7-cc95bda1f57f", "identity": "Attack Target", "Level": 4, "location": "XR", "properties": {"id": "45f948cc-c7b8-4f70-b09f-6ae154d59400", "createdDateTime": "2022-08-14T15:47:37.126070Z", "userDisplayName": "Attack Target", "userPrincipalName": "attacktarget@domain.com", "userId": "d735e84b-dcca-404d-9f7d-700f360f41a6", "appId": "9a7e67c7-6f05-42a3-b226-97c7ec3e9696", "appDisplayName": "Adobe Identity Management", "ipAddress": "13.113.40.157", "ipAddressFromResourceProvider": "13.113.40.157", "status": {"errorCode": 0}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (iPad; CPU iPad OS 9_3_6 like Mac OS X) AppleWebKit/536.1 (KHTML, like Gecko) CriOS/42.0.865.0 Mobile/77O124 Safari/536.1 Edge/99.14477", "deviceDetail": {"deviceId": "a44625dc-6f81-449a-9799-8005f7209b42", "displayName": "ATTACKTARGET-LT", "operatingSystem": "Windows 10", "browser": "Edge 99.14477", "trustType": "Azure AD registered"}, "location": {"city": "Smithfort", "state": "Smithfort", "countryOrRegion": "XR", "geoCoordinates": {"latitude": 3.7564095, "longitude": -121.574606}}, "correlationId": "fedb1fc6-bee0-4a95-a469-037babec7361", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "a92ad24c-ada9-486b-b1ea-1a39e031e150", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 113, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Adobe Identity Management Service", "resourceId": "c8eab36d-0a82-409d-8693-a8dabc997921", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 34974, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "dKjd23kPqV0JmxowzKjPDEXv2zdrtPbjvp7yas2HuOWcUiwz", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "2248d3ef-d7b8-4eb2-bd20-fb53f725bfe3", "rngcStatus": 0}}, {"time": "2022-08-14T15:51:34.050260Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "105.169.153.183", "correlationId": "8140dcbd-f8be-4822-9243-5a39d60666bc", "identity": "Jim Gonzalez", "Level": 4, "location": "XR", "properties": {"id": "40186134-719b-42e2-9e2d-e440c8227400", "createdDateTime": "2022-08-14T15:51:34.192260Z", "userDisplayName": "Jim Gonzalez", "userPrincipalName": "jgonzalez@domain.com", "userId": "95090045-a9c5-489c-adee-2db430a3333a", "appId": "2eae4ad1-8cae-48fe-b718-76bd66e2fc7f", "appDisplayName": "Bipsync", "ipAddress": "105.169.153.183", "status": {"errorCode": 0}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (Windows NT 4.0) AppleWebKit/532.1 (KHTML, like Gecko) Chrome/38.0.801.0 Safari/532.1 Edge/19.15284", "deviceDetail": {"deviceId": "15135d1f-cb47-4bd8-b76d-90a9171c09bd", "displayName": "JIMGONZALEZ-LT", "operatingSystem": "Windows 10", "browser": "Edge 19.15284", "trustType": "Azure AD registered"}, "location": {"city": "Santosborough", "state": "Smithton", "countryOrRegion": "XR", "geoCoordinates": {"latitude": 12.8350355, "longitude": 138.359011}}, "correlationId": "21ddb00e-7371-42ce-b428-0a3c44ceb651", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "8310eef1-54f6-417b-9e95-bde0c1b30e82", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 142, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Bipsync Service", "resourceId": "aaf780ce-b996-49b9-986d-8bb23f7bce3a", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 256668, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "RBPxqO70ul7UZtarH6OsIYA9m2rd65TuSYdWza87fgbZyQ6y", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "b7da42cc-a168-4148-b15a-792ad32c2ff5", "rngcStatus": 0}}, {"time": "2022-08-14T16:21:17.820134Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "156.206.181.119", "correlationId": "662b875c-dfe7-42da-8137-d03375d11e88", "identity": "Cynthia Perry", "Level": 4, "location": "XY", "properties": {"id": "7d318455-34d8-4ae2-8167-c67cc6cf5100", "createdDateTime": "2022-08-14T16:21:17.921134Z", "userDisplayName": "Cynthia Perry", "userPrincipalName": "cperry@domain.com", "userId": "ac5fa380-9d5b-470e-beb2-5ba10aca48e6", "appId": "9de6e985-97a5-4d82-9c45-aedaa9c25ef9", "appDisplayName": "AWS Single-Account Access", "ipAddress": "156.206.181.119", "status": {"errorCode": 0}, "clientAppUsed": "Browser", "deviceDetail": {"deviceId": "", "operatingSystem": "Windows"}, "location": {"city": "Hannaville", "state": "Thomashaven", "countryOrRegion": "XY", "geoCoordinates": {"latitude": 1.1452695, "longitude": 128.249211}}, "correlationId": "d777b5ea-153f-4a7f-a281-7031f57366b7", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "cbc08ca7-2a2d-4d8c-abd5-0a5514eda43c", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "processingTimeInMilliseconds": 101, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "AWS Single-Account Access Service", "resourceId": "72f0186d-d327-46c9-a8ff-497e0caa8691", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 279165, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "XmO5imMU93tXhRy0aWxg827KRGcDat4hRJyC5nfyL09idoNV", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": null}}, {"time": "2022-08-14T16:37:21.667365Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "13.113.40.157", "correlationId": "3982e5e8-d38d-4613-bbe4-953630210f0d", "identity": "Attack Target", "Level": 4, "location": "XR", "properties": {"id": "159590e9-5419-4dbb-867e-364142ec6600", "createdDateTime": "2022-08-14T16:37:21.812365Z", "userDisplayName": "Attack Target", "userPrincipalName": "attacktarget@domain.com", "userId": "d735e84b-dcca-404d-9f7d-700f360f41a6", "appId": "9a7e67c7-6f05-42a3-b226-97c7ec3e9696", "appDisplayName": "Adobe Identity Management", "ipAddress": "13.113.40.157", "ipAddressFromResourceProvider": "11.5.130.220", "status": {"errorCode": 0}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (iPad; CPU iPad OS 9_3_6 like Mac OS X) AppleWebKit/536.1 (KHTML, like Gecko) CriOS/42.0.865.0 Mobile/77O124 Safari/536.1 Edge/99.14477", "deviceDetail": {"deviceId": "a44625dc-6f81-449a-9799-8005f7209b42", "displayName": "ATTACKTARGET-LT", "operatingSystem": "Windows 10", "browser": "Edge 99.14477", "trustType": "Azure AD registered"}, "location": {"city": "New John", "state": "Smithfort", "countryOrRegion": "XR", "geoCoordinates": {"latitude": -89.144242, "longitude": 168.119022}}, "correlationId": "c429095e-8f2a-40e2-8b6e-878cd6afa7fc", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "3b57c839-6ac0-438b-88ac-269a8eb8c987", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 145, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Adobe Identity Management Service", "resourceId": "9a84f55e-3a40-492c-9476-e069f64ed7a6", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 34974, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "bvkgd6Bl9diaxcjKgRXhKvVSgaZLnV3eKfyObjUHSC5Bygjv", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "37ee873b-f901-4e25-be69-010243106d0f", "rngcStatus": 0}}, {"time": "2022-08-14T16:47:06.059704Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "92.110.109.246", "correlationId": "efc7b169-f6ce-42a5-a7c9-791325f03eb4", "identity": "David Johnson", "Level": 4, "location": "XR", "properties": {"id": "f4fa1a63-e0af-4531-86dc-163a9f817000", "createdDateTime": "2022-08-14T16:47:06.211704Z", "userDisplayName": "David Johnson", "userPrincipalName": "djohnson@domain.com", "userId": "ff2ae3d2-8cd2-4bd6-b65d-49c5ad946c7f", "appId": "9003b8ba-730c-412d-8972-267700304e01", "appDisplayName": "Box", "ipAddress": "92.110.109.246", "status": {"errorCode": 0}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (Windows NT 4.0) AppleWebKit/531.1 (KHTML, like Gecko) Chrome/20.0.823.0 Safari/531.1 Edge/87.11424", "deviceDetail": {"deviceId": "8fb0ff79-f116-4f20-8ca8-36b3f8d68865", "displayName": "DAVIDJOHNSON-LT", "operatingSystem": "Windows 10", "browser": "Edge 87.11424", "trustType": "Azure AD registered"}, "location": {"city": "Port Denisetown", "state": "Smithton", "countryOrRegion": "XR", "geoCoordinates": {"latitude": 3.5518965, "longitude": 131.871582}}, "correlationId": "525099cb-5d7d-4622-ab1f-55c2afc82184", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "b6c2186c-fc5e-48fb-96fc-4330525797e4", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 152, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Box Online", "resourceId": "72f0186d-d327-46c9-a8ff-497e0caa8691", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 230297, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "Z1Dv59Ml7HZqQmX9eqweRxdACUOr5IG8rUpZr6ELqvcnjWWm", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": null, "rngcStatus": 0}}, {"time": "2022-08-14T16:51:20.592272Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "50158", "resultSignature": "None", "resultDescription": "External security challenge was not satisfied.", "durationMs": 0, "callerIpAddress": "44.22.19.201", "correlationId": "c1cdf737-70ef-42c3-9881-a8041f9e1a4b", "identity": "Thomas Price", "Level": 4, "location": "XN", "properties": {"id": "12cb0ee6-11e1-4bee-8a49-6d2ef25f7300", "createdDateTime": "2022-08-14T16:51:20.711272Z", "userDisplayName": "Thomas Price", "userPrincipalName": "tprice@domain.com", "userId": "32109ee2-ee4f-4d11-9c38-2556aec0f2b5", "appId": "9a7e67c7-6f05-42a3-b226-97c7ec3e9696", "appDisplayName": "Adobe Identity Management", "ipAddress": "44.22.19.201", "status": {"errorCode": 50158, "failureReason": "External security challenge was not satisfied."}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (X11; Linux i686) AppleWebKit/535.2 (KHTML, like Gecko) Chrome/22.0.843.0 Safari/535.2 Edge/118.12158", "deviceDetail": {"deviceId": "a31478d2-f778-4d5a-b081-22579a9edcbe", "displayName": "THOMASPRICE-LT", "operatingSystem": "Windows 10", "browser": "Edge 118.12158", "trustType": "Hybrid Azure AD joined"}, "location": {"city": "Littlemouth", "state": "Alexanderfurt", "countryOrRegion": "XN", "geoCoordinates": {"latitude": 25.4437255, "longitude": -109.530885}}, "correlationId": "524801fb-33ff-48d3-8cd1-a223cd236ef0", "conditionalAccessStatus": "failure", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "cfdf86db-f5c8-400b-87c5-84b702752deb", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 119, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Adobe Identity Management Service", "resourceId": "30663ca7-f8a9-43ab-8ca1-7906bdbc1485", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 230297, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "NbxnUl0koDW1HZSPjW0JgyCaHD0Wa1DPwEGME7vmPs30Y7W8", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "a6c259e5-7f16-48b2-a9f3-75becd6daa9b", "rngcStatus": 0}}, {"time": "2022-08-14T17:24:10.552552Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "SignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "205.33.24.92", "correlationId": "9d07dd26-0462-45d1-9fea-598b4d425224", "identity": "Aaron Cole", "Level": 4, "location": "XD", "properties": {"id": "b833bcd2-4c2b-43a0-9673-9bc67e9c7200", "createdDateTime": "2022-08-14T17:24:10.633552Z", "userDisplayName": "Aaron Cole", "userPrincipalName": "acole@domain.com", "userId": "5d557969-1645-4ba4-be83-b6fd943659f7", "appId": "e47a1d38-5f61-45cd-b1b9-bc92f525c598", "appDisplayName": "Altoura", "ipAddress": "205.33.24.92", "status": {"errorCode": 0}, "clientAppUsed": "Browser", "userAgent": "Mozilla/5.0 (Linux; Android 2.3.5) AppleWebKit/532.2 (KHTML, like Gecko) Chrome/46.0.898.0 Safari/532.2 Edge/105.19198", "deviceDetail": {"deviceId": "", "operatingSystem": "Windows 10", "browser": "Edge 105.19198"}, "location": {"city": "Kristinmouth", "state": "Norrisbury", "countryOrRegion": "XD", "geoCoordinates": {"latitude": 26.278784, "longitude": -92.042573}}, "correlationId": "2c1adfa3-c1c0-4e4a-b903-3dbffdde0bf5", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "0f4a121a-580a-46e8-b189-5612e6e67dec", "isInteractive": true, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 81, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Altoura Online", "resourceId": "f0630e90-b752-4960-bfb9-a0794fc34930", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 214655, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "uLGki5wVnK4RtWM28GCatsynYuLxZB9oSzy1wBvqvppBJTO3", "incomingTokenType": "none", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "1f37c851-4be4-455b-928a-fbde7845a68a", "rngcStatus": 0}}, {"time": "2022-08-14T17:29:48.944718Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "50158", "resultSignature": "None", "resultDescription": "External security challenge was not satisfied.", "durationMs": 0, "callerIpAddress": "147.132.189.119", "correlationId": "edc1d6f8-600f-4b7f-8a06-47af37806e25", "identity": "Terry Proctor", "Level": 4, "location": "XR", "properties": {"id": "66d1265d-a794-48fb-9188-fc350d166800", "createdDateTime": "2022-08-14T17:29:49.176718Z", "userDisplayName": "Terry Proctor", "userPrincipalName": "tproctor@domain.com", "userId": "03110cc5-e54f-4dae-b68a-bf5d945f8152", "appId": "bf2855c0-7434-4262-8885-ad2f5206d324", "appDisplayName": "COINS Construction Cloud - Project and Productivity Apps", "ipAddress": "147.132.189.119", "status": {"errorCode": 50158, "failureReason": "External security challenge was not satisfied.", "additionalDetails": "MFA requirement satisfied by claim in the token"}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (X11; Linux i686) AppleWebKit/533.0 (KHTML, like Gecko) Chrome/24.0.803.0 Safari/533.0 Edge/40.11325", "deviceDetail": {"deviceId": "88ee69d5-1eb7-4f29-b594-e9b4e3371940", "displayName": "TERRYPROCTOR-LT", "operatingSystem": "Windows 10", "browser": "Edge 40.11325", "isCompliant": true, "isManaged": true, "trustType": "Azure AD joined"}, "location": {"city": "Port Denisetown", "state": "Smithton", "countryOrRegion": "XR", "geoCoordinates": {"latitude": 3.5518965, "longitude": 131.871582}}, "mfaDetail": {}, "correlationId": "4302de8d-988b-4e98-98e9-0ca75d83e812", "conditionalAccessStatus": "failure", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "fbd97c62-2139-490c-9d88-90c0e212a92d", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 232, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "COINS Construction Cloud - Project and Productivity Apps Service", "resourceId": "436260d5-3791-4aea-a4da-aa698ec35f2f", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 256668, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "TfJDz3hg0GEoCcXubNwgXO0Gyj6PCdWqSg4xEn4iWt3TgXi7", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "94b9f3ba-5f4b-4edc-99dc-a420b76960f9", "rngcStatus": 0}}, {"time": "2022-08-14T17:57:38.084416Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "205.33.24.92", "correlationId": "202ef7ff-6d22-46a8-8152-323788dc3eab", "identity": "Aaron Cole", "Level": 4, "location": "XD", "properties": {"id": "b80ef64e-d513-4ed3-8c9a-22cda3ad6100", "createdDateTime": "2022-08-14T17:57:38.184416Z", "userDisplayName": "Aaron Cole", "userPrincipalName": "acole@domain.com", "userId": "5d557969-1645-4ba4-be83-b6fd943659f7", "appId": "e47a1d38-5f61-45cd-b1b9-bc92f525c598", "appDisplayName": "Altoura", "ipAddress": "205.33.24.92", "status": {"errorCode": 0}, "clientAppUsed": "Browser", "userAgent": "Mozilla/5.0 (X11; Linux i686) AppleWebKit/536.2 (KHTML, like Gecko) Chrome/22.0.877.0 Safari/536.2", "deviceDetail": {"deviceId": "", "operatingSystem": "Windows 10", "browser": "Chrome 22.0.877.0"}, "location": {"city": "Kristinmouth", "state": "Norrisbury", "countryOrRegion": "XD", "geoCoordinates": {"latitude": 26.278784, "longitude": -92.042573}}, "correlationId": "7d209423-1dd0-473e-80e6-663a6695f773", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "fb28f289-b255-4701-8072-bf1d7688889e", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 100, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Altoura Online", "resourceId": "f0630e90-b752-4960-bfb9-a0794fc34930", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 214655, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "UQpx7sNWeVH4xImYIpu8OgD5C7xgK2z7ihYSVc0BaZBg8ISz", "incomingTokenType": "none", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "1f37c851-4be4-455b-928a-fbde7845a68a", "rngcStatus": 0}}, {"time": "2022-08-14T18:12:20.996026Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "205.33.24.92", "correlationId": "342c3b70-cb40-415d-bcf3-b4be3f58314b", "identity": "Aaron Cole", "Level": 4, "location": "XD", "properties": {"id": "a77e0273-7a1d-4974-9159-73769ea85b00", "createdDateTime": "2022-08-14T18:12:21.087026Z", "userDisplayName": "Aaron Cole", "userPrincipalName": "acole@domain.com", "userId": "5d557969-1645-4ba4-be83-b6fd943659f7", "appId": "e47a1d38-5f61-45cd-b1b9-bc92f525c598", "appDisplayName": "Altoura", "ipAddress": "205.33.24.92", "status": {"errorCode": 0}, "clientAppUsed": "Browser", "userAgent": "Mozilla/5.0 (X11; Linux i686) AppleWebKit/536.2 (KHTML, like Gecko) Chrome/22.0.877.0 Safari/536.2", "deviceDetail": {"deviceId": "", "operatingSystem": "Windows 10", "browser": "Chrome 22.0.877.0"}, "location": {"city": "Kristinmouth", "state": "Norrisbury", "countryOrRegion": "XD", "geoCoordinates": {"latitude": 26.278784, "longitude": -92.042573}}, "correlationId": "50b586ba-751e-48e5-8985-6f3b53ebf3a9", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "46631a38-2fc7-4ed2-b1e7-8ecd983b7c3d", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "processingTimeInMilliseconds": 91, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Altoura Online", "resourceId": "f0630e90-b752-4960-bfb9-a0794fc34930", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 214655, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "Ycx9mOdcRZ0PHBmqGnz0VEYOi5IYv9m5vsGGwy8PhRin9FdZ", "incomingTokenType": "none", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "1f37c851-4be4-455b-928a-fbde7845a68a"}}, {"time": "2022-08-14T18:22:38.639008Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "SignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "205.33.24.92", "correlationId": "22d55965-fa7f-4d1f-bc45-18a5f306496c", "identity": "Aaron Cole", "Level": 4, "location": "XD", "properties": {"id": "c4e18eba-fde1-4935-9777-9ad5f70b6200", "createdDateTime": "2022-08-14T18:22:38.741008Z", "userDisplayName": "Aaron Cole", "userPrincipalName": "acole@domain.com", "userId": "5d557969-1645-4ba4-be83-b6fd943659f7", "appId": "9d64cdda-8fe1-424a-8325-912d9d512004", "appDisplayName": "Help Scout", "ipAddress": "205.33.24.92", "status": {"errorCode": 0}, "clientAppUsed": "Browser", "userAgent": "Mozilla/5.0 (X11; Linux i686) AppleWebKit/536.2 (KHTML, like Gecko) Chrome/22.0.877.0 Safari/536.2", "deviceDetail": {"deviceId": "", "operatingSystem": "Windows 10", "browser": "Chrome 22.0.877.0"}, "location": {"city": "Kristinmouth", "state": "Norrisbury", "countryOrRegion": "XD", "geoCoordinates": {"latitude": 26.278784, "longitude": -92.042573}}, "correlationId": "4e40d3d6-bf60-48ef-8562-9bcb65cc97ff", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "a8d65884-1214-4f7f-8a72-51ae828baef2", "isInteractive": true, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 102, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Help Scout Service", "resourceId": "f0630e90-b752-4960-bfb9-a0794fc34930", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 214655, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "l0YIzUDTtvdaWlfy3NGH6vULUTKGrbhB6BE7a7tAqRjGF0K2", "incomingTokenType": "none", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "1f37c851-4be4-455b-928a-fbde7845a68a", "rngcStatus": 0}}, {"time": "2022-08-14T19:09:09.158500Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "50158", "resultSignature": "None", "resultDescription": "External security challenge was not satisfied.", "durationMs": 0, "callerIpAddress": "92.110.109.246", "correlationId": "d01c6699-4037-45f1-8a71-0193dd09ca89", "identity": "Thomas Price", "Level": 4, "location": "XR", "properties": {"id": "8ffdb2ce-02a0-4390-8a24-4d18a22b3d00", "createdDateTime": "2022-08-14T19:09:09.274500Z", "userDisplayName": "Thomas Price", "userPrincipalName": "tprice@domain.com", "userId": "32109ee2-ee4f-4d11-9c38-2556aec0f2b5", "appId": "9a7e67c7-6f05-42a3-b226-97c7ec3e9696", "appDisplayName": "Adobe Identity Management", "ipAddress": "92.110.109.246", "status": {"errorCode": 50158, "failureReason": "External security challenge was not satisfied."}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (X11; Linux i686) AppleWebKit/535.2 (KHTML, like Gecko) Chrome/22.0.843.0 Safari/535.2 Edge/118.12158", "deviceDetail": {"deviceId": "fb4d911d-6441-411b-868f-d25d5586a326", "displayName": "THOMASPRICE-LT", "operatingSystem": "Windows 10", "browser": "Edge 118.12158", "trustType": "Hybrid Azure AD joined"}, "location": {"city": "Port Denisetown", "state": "Smithton", "countryOrRegion": "XR", "geoCoordinates": {"latitude": 3.5518965, "longitude": 131.871582}}, "correlationId": "5f01f8f0-ef65-4960-aa96-3b5c480c2188", "conditionalAccessStatus": "failure", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "30e10d00-0cc5-41a5-bade-e65800da37d3", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 116, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Adobe Identity Management Service", "resourceId": "30663ca7-f8a9-43ab-8ca1-7906bdbc1485", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 230297, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "1dKjtSmLRW6xVqIZAkshbQhKLLavEfCi3X6gyt9ULr7Lyo8P", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "a6c259e5-7f16-48b2-a9f3-75becd6daa9b", "rngcStatus": 0}}, {"time": "2022-08-14T19:15:54.719313Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "50173", "resultSignature": "None", "resultDescription": "Fresh auth token is needed. Have the user re-sign using fresh credentials.", "durationMs": 0, "callerIpAddress": "99.116.100.205", "correlationId": "a8be1f25-26a3-4f75-8dc3-9aa279709e3b", "identity": "Aaron Cole", "Level": 4, "location": "XD", "properties": {"id": "cfcb865f-7e5f-417b-b8f8-3d1597067700", "createdDateTime": "2022-08-14T19:15:54.754313Z", "userDisplayName": "Aaron Cole", "userPrincipalName": "acole@domain.com", "userId": "5d557969-1645-4ba4-be83-b6fd943659f7", "appId": "b6eb5487-41e5-4254-acc5-72fbd850bd1e", "appDisplayName": "Google Cloud / G Suite Connector by Microsoft", "ipAddress": "99.116.100.205", "status": {"errorCode": 50173, "failureReason": "Fresh auth token is needed. Have the user re-sign using fresh credentials."}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (iPad; CPU iPad OS 9_3_6 like Mac OS X) AppleWebKit/536.1 (KHTML, like Gecko) CriOS/42.0.865.0 Mobile/77O124 Safari/536.1 Edge/99.14477", "deviceDetail": {"deviceId": "", "operatingSystem": "Windows 10", "browser": "Edge 99.14477"}, "location": {"city": "Carrollstad", "state": "Norrisbury", "countryOrRegion": "XD", "geoCoordinates": {"latitude": -38.8540465, "longitude": -17.674718}}, "correlationId": "7342f5b2-c96f-4782-ab0b-14c7abb8b54e", "conditionalAccessStatus": "notApplied", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "3580179f-062a-4e31-86f3-063749d756d6", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 35, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Google Cloud / G Suite Connector by Microsoft Service", "resourceId": "72f0186d-d327-46c9-a8ff-497e0caa8691", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 214655, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "Pu79twVRlNtz0bPFxVMPkbEil3wVujMbctTRZn76TGcOX003", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": null, "rngcStatus": 0}}, {"time": "2022-08-14T19:18:57.567171Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "13.113.40.157", "correlationId": "e216fef4-38a2-4e85-b20c-2c4d9ab04677", "identity": "Attack Target", "Level": 4, "location": "XR", "properties": {"id": "483c0e94-ba31-4740-8d5f-3f3af2d66700", "createdDateTime": "2022-08-14T19:18:57.751171Z", "userDisplayName": "Attack Target", "userPrincipalName": "attacktarget@domain.com", "userId": "d735e84b-dcca-404d-9f7d-700f360f41a6", "appId": "9a7e67c7-6f05-42a3-b226-97c7ec3e9696", "appDisplayName": "Adobe Identity Management", "ipAddress": "13.113.40.157", "ipAddressFromResourceProvider": "13.113.40.157", "status": {"errorCode": 0}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (iPad; CPU iPad OS 9_3_6 like Mac OS X) AppleWebKit/536.1 (KHTML, like Gecko) CriOS/42.0.865.0 Mobile/77O124 Safari/536.1 Edge/99.14477", "deviceDetail": {"deviceId": "a44625dc-6f81-449a-9799-8005f7209b42", "displayName": "ATTACKTARGET-LT", "operatingSystem": "Windows 10", "browser": "Edge 99.14477", "trustType": "Azure AD registered"}, "location": {"city": "New John", "state": "Smithfort", "countryOrRegion": "XR", "geoCoordinates": {"latitude": -89.144242, "longitude": 168.119022}}, "correlationId": "4ababe73-06f1-45ed-90d4-19b9724b6189", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "3ed37813-92ef-4668-aec8-0685c1323b93", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 184, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Adobe Identity Management Service", "resourceId": "c8eab36d-0a82-409d-8693-a8dabc997921", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 34974, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "BhghMq17pFQMI3L6yIFT1dLfqI0QJFtbVxWav4uHLTRMttrk", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "2248d3ef-d7b8-4eb2-bd20-fb53f725bfe3", "rngcStatus": 0}}, {"time": "2022-08-14T19:34:14.393004Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "205.33.24.92", "correlationId": "b9a41b2d-dc72-4238-8184-a094bc8dd06e", "identity": "Aaron Cole", "Level": 4, "location": "XD", "properties": {"id": "adaecd29-d27b-47bd-bda0-f9cec5dd6500", "createdDateTime": "2022-08-14T19:34:14.502004Z", "userDisplayName": "Aaron Cole", "userPrincipalName": "acole@domain.com", "userId": "5d557969-1645-4ba4-be83-b6fd943659f7", "appId": "cb9ad245-0b24-4c75-ba23-398500baf7a8", "appDisplayName": "FileCloud", "ipAddress": "205.33.24.92", "status": {"errorCode": 0}, "clientAppUsed": "Browser", "deviceDetail": {"deviceId": "", "operatingSystem": "Windows", "browser": "Rich Client 4.35.1.0"}, "location": {"city": "Kristinmouth", "state": "Norrisbury", "countryOrRegion": "XD", "geoCoordinates": {"latitude": 26.278784, "longitude": -92.042573}}, "correlationId": "06ffe4d1-eb23-4f2a-b219-7652419567ef", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "71f8328a-487a-4063-b29f-48e7cfcba0b8", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 109, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "FileCloud", "resourceId": "c76d5f74-7ee8-4657-b84f-a50641692265", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 214655, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "WPXFwBtM2Zf5wdYI3REK3TstBfd9kwENQJ85Zj46mt9Bz5A3", "incomingTokenType": "none", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": null, "rngcStatus": 0}}, {"time": "2022-08-14T19:55:10.215388Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "50158", "resultSignature": "None", "resultDescription": "External security challenge was not satisfied.", "durationMs": 0, "callerIpAddress": "147.132.189.119", "correlationId": "499cfca0-8f87-41d5-9234-3376f49722ab", "identity": "Terry Proctor", "Level": 4, "location": "XR", "properties": {"id": "38d1405c-86c6-4469-98c5-85aeffc56c00", "createdDateTime": "2022-08-14T19:55:10.298388Z", "userDisplayName": "Terry Proctor", "userPrincipalName": "tproctor@domain.com", "userId": "03110cc5-e54f-4dae-b68a-bf5d945f8152", "appId": "413f12c2-a9cb-4ca6-a080-d4308249cbe1", "appDisplayName": "Air", "ipAddress": "147.132.189.119", "status": {"errorCode": 50158, "failureReason": "External security challenge was not satisfied.", "additionalDetails": "MFA requirement satisfied by claim in the token"}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (X11; Linux i686) AppleWebKit/533.0 (KHTML, like Gecko) Chrome/24.0.803.0 Safari/533.0 Edge/40.11325", "deviceDetail": {"deviceId": "88ee69d5-1eb7-4f29-b594-e9b4e3371940", "displayName": "TERRYPROCTOR-LT", "operatingSystem": "Windows 10", "browser": "Edge 40.11325", "isCompliant": true, "isManaged": true, "trustType": "Azure AD joined"}, "location": {"city": "Port Denisetown", "state": "Smithton", "countryOrRegion": "XR", "geoCoordinates": {"latitude": 3.5518965, "longitude": 131.871582}}, "mfaDetail": {}, "correlationId": "594615ee-95be-45b2-9c01-7d637e5babef", "conditionalAccessStatus": "failure", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "75778c95-b7fa-4f67-bfbb-f24767aa38be", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 83, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Air Online", "resourceId": "76f4ef5e-0b9a-478c-89cd-2dcd57ca60c3", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 256668, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "ZmCZODHMoiI6JitGR0m06HcJP1jMxczch8SfBVVEpEwmgGeP", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": null, "rngcStatus": 0}}, {"time": "2022-08-14T19:56:44.988278Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "156.206.181.119", "correlationId": "448d125c-ee89-48db-adc1-7bc1ee694fbc", "identity": "Cynthia Perry", "Level": 4, "location": "XY", "properties": {"id": "541ec948-4b40-46bd-a337-75cb46e46300", "createdDateTime": "2022-08-14T19:56:45.084278Z", "userDisplayName": "Cynthia Perry", "userPrincipalName": "cperry@domain.com", "userId": "ac5fa380-9d5b-470e-beb2-5ba10aca48e6", "appId": "9de6e985-97a5-4d82-9c45-aedaa9c25ef9", "appDisplayName": "AWS Single-Account Access", "ipAddress": "156.206.181.119", "status": {"errorCode": 0}, "clientAppUsed": "Browser", "deviceDetail": {"deviceId": "", "operatingSystem": "Windows"}, "location": {"city": "Hannaville", "state": "Thomashaven", "countryOrRegion": "XY", "geoCoordinates": {"latitude": 1.1452695, "longitude": 128.249211}}, "correlationId": "b2ac2f82-ec2a-4296-ab76-867a89a66c51", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "43644d1d-fe88-4318-b8f8-eb803948f319", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 96, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "AWS Single-Account Access Service", "resourceId": "72f0186d-d327-46c9-a8ff-497e0caa8691", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 279165, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "TNbl8RUokmKtR9Zc9uN3sz1AaFDa8qBBUSoXOyBaATS8BQZy", "incomingTokenType": "none", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": null, "rngcStatus": 0}}, {"time": "2022-08-14T19:58:21.559774Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "91.132.253.146", "correlationId": "7b6ff91c-2e24-46b1-8e23-796ddd28a5ed", "identity": "Aaron Cole", "Level": 4, "location": "XD", "properties": {"id": "78c2d22b-2231-4c67-bb82-cf5756a75b00", "createdDateTime": "2022-08-14T19:58:21.635774Z", "userDisplayName": "Aaron Cole", "userPrincipalName": "acole@domain.com", "userId": "5d557969-1645-4ba4-be83-b6fd943659f7", "appId": "bc269cd9-8681-4af0-9e76-2a9b4ca24e65", "appDisplayName": "GlassFrog", "ipAddress": "91.132.253.146", "status": {"errorCode": 0}, "clientAppUsed": "Browser", "deviceDetail": {"deviceId": "", "operatingSystem": "Windows", "browser": "Rich Client 4.42.0.0"}, "location": {"city": "Rickshire", "state": "Norrisbury", "countryOrRegion": "XD", "geoCoordinates": {"latitude": -78.5751045, "longitude": 58.329246}}, "correlationId": "a586da83-8118-460d-afb5-f3a9aef8accc", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "50c142f9-fb3a-4619-a471-aac0e25af266", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 76, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "GlassFrog Service", "resourceId": "099383fe-c9f7-4a82-b599-e6773fd99672", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 214655, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "EGrjdGMoXOFDQf5rx6zHE3WeenfjzTaw1DOzpxeHvzTRUkhw", "incomingTokenType": "none", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "89935e77-e093-4c59-91c3-233fcc836127", "rngcStatus": 0}}, {"time": "2022-08-14T20:52:38.886908Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "156.206.181.119", "correlationId": "b7e44b4d-b57e-4529-8450-90715340306d", "identity": "Cynthia Perry", "Level": 4, "location": "XY", "properties": {"id": "f1fc2489-d131-4e12-a62d-535fb7048700", "createdDateTime": "2022-08-14T20:52:39.018908Z", "userDisplayName": "Cynthia Perry", "userPrincipalName": "cperry@domain.com", "userId": "ac5fa380-9d5b-470e-beb2-5ba10aca48e6", "appId": "9de6e985-97a5-4d82-9c45-aedaa9c25ef9", "appDisplayName": "AWS Single-Account Access", "ipAddress": "156.206.181.119", "status": {"errorCode": 0}, "clientAppUsed": "Browser", "deviceDetail": {"deviceId": "", "operatingSystem": "Windows"}, "location": {"city": "Hannaville", "state": "Thomashaven", "countryOrRegion": "XY", "geoCoordinates": {"latitude": 1.1452695, "longitude": 128.249211}}, "correlationId": "7f194e40-aebc-494f-bb8e-087b8645c964", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "0b65b2b0-e188-4c42-83da-71f52e1c8195", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 132, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "AWS Single-Account Access Service", "resourceId": "72f0186d-d327-46c9-a8ff-497e0caa8691", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 279165, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "MU3fbLP7G4Ttwf6UwH1vp5MFGbrjHBlbbDdzGosvqiz21GPM", "incomingTokenType": "none", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": null, "rngcStatus": 0}}, {"time": "2022-08-14T21:00:53.772571Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "42.62.103.34", "correlationId": "d0fbc66c-72d8-4981-bf80-3aff8d77a984", "identity": "Joseph Taylor", "Level": 4, "location": "XF", "properties": {"id": "dcca18ca-b75c-4147-ba68-6c6821ff9900", "createdDateTime": "2022-08-14T21:00:53.892571Z", "userDisplayName": "Joseph Taylor", "userPrincipalName": "jtaylor@domain.com", "userId": "af9847eb-c773-41ae-bf94-42747c5e986c", "appId": "9a7e67c7-6f05-42a3-b226-97c7ec3e9696", "appDisplayName": "Adobe Identity Management", "ipAddress": "42.62.103.34", "status": {"errorCode": 0, "additionalDetails": "MFA requirement satisfied by claim in the token"}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (iPad; CPU iPad OS 9_3_6 like Mac OS X) AppleWebKit/536.1 (KHTML, like Gecko) CriOS/42.0.865.0 Mobile/77O124 Safari/536.1 Edge/99.14477", "deviceDetail": {"deviceId": "76b96bd3-e5d7-49ee-b195-bf363facdb3d", "displayName": "JOSEPHTAYLOR-LT", "operatingSystem": "Windows 10", "browser": "Edge 99.14477", "isCompliant": true, "isManaged": true, "trustType": "Azure AD joined"}, "location": {"city": "Jessicafurt", "state": "Smithbury", "countryOrRegion": "XF", "geoCoordinates": {"latitude": 17.5082395, "longitude": -115.304215}}, "mfaDetail": {}, "correlationId": "7808288f-e2b5-406d-89ae-cd3b3ca2716c", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "817abb7a-e0dd-43dc-abd3-47013796edd5", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 120, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Adobe Identity Management Service", "resourceId": "f0630e90-b752-4960-bfb9-a0794fc34930", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 393508, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "zGdWZH57W5IxF9uG6cbuQdQPz7m89rhdlqyzGxHtIN0xSsYZ", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "1f37c851-4be4-455b-928a-fbde7845a68a", "rngcStatus": 0}}, {"time": "2022-08-14T21:14:08.047312Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "156.206.181.119", "correlationId": "07693ae7-c421-4ccf-94e6-fbaad1460931", "identity": "Cynthia Perry", "Level": 4, "location": "XY", "properties": {"id": "152ab320-f2ab-4522-a00f-9672ef525400", "createdDateTime": "2022-08-14T21:14:08.177312Z", "userDisplayName": "Cynthia Perry", "userPrincipalName": "cperry@domain.com", "userId": "ac5fa380-9d5b-470e-beb2-5ba10aca48e6", "appId": "9de6e985-97a5-4d82-9c45-aedaa9c25ef9", "appDisplayName": "AWS Single-Account Access", "ipAddress": "156.206.181.119", "status": {"errorCode": 0}, "clientAppUsed": "Browser", "deviceDetail": {"deviceId": "", "operatingSystem": "Windows"}, "location": {"city": "Hannaville", "state": "Thomashaven", "countryOrRegion": "XY", "geoCoordinates": {"latitude": 1.1452695, "longitude": 128.249211}}, "correlationId": "d443abce-3464-4d63-a036-cf3e84402edc", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "4fec3699-ae18-4ff3-b3d1-cc685126d7d2", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "processingTimeInMilliseconds": 130, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "AWS Single-Account Access Service", "resourceId": "c65cf5f9-5537-4200-889e-381c4f60ca7d", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 279165, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "brjVu1BE10jqY9l0FEPd9cwYB03GE9CEZAmex78EB5brsbEK", "incomingTokenType": "none", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": null}}, {"time": "2022-08-14T21:36:02.341683Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "SignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "91.132.253.146", "correlationId": "b23b68ff-61b4-0006-9172-3bb2b461d801", "identity": "Aaron Cole", "Level": 4, "location": "XD", "properties": {"id": "72a91770-778f-4a68-a911-ad086e156000", "createdDateTime": "2022-08-14T21:36:02.431683Z", "userDisplayName": "Aaron Cole", "userPrincipalName": "acole@domain.com", "userId": "5d557969-1645-4ba4-be83-b6fd943659f7", "appId": "895b9fb3-4084-4f9f-a314-d082d67e3c5c", "appDisplayName": "Airstack", "ipAddress": "91.132.253.146", "status": {"errorCode": 0}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (iPad; CPU iPad OS 9_3_5 like Mac OS X) AppleWebKit/536.1 (KHTML, like Gecko) CriOS/26.0.852.0 Mobile/33A194 Safari/536.1 Edge/27.13255", "deviceDetail": {"deviceId": "", "operatingSystem": "Windows 10", "browser": "Edge 27.13255"}, "location": {"city": "Rickshire", "state": "Norrisbury", "countryOrRegion": "XD", "geoCoordinates": {"latitude": -78.5751045, "longitude": 58.329246}}, "correlationId": "2044dc04-4de3-49a1-a4b5-957fdeeec752", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "aafb2787-f547-4458-aa56-c0fa821054d8", "isInteractive": true, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 90, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Airstack Service", "resourceId": "898e07cc-0302-479b-a2d3-601d74aa68df", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 214655, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "8dXLBjyWoViFcw32iO7kfs3LA4vJ53PGHo6ZPgzbnkqUbDtq", "incomingTokenType": "none", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "84156e71-49f0-4926-86fe-9ab1a6c6b137", "rngcStatus": 0}}, {"time": "2022-08-14T22:09:04.720563Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "205.33.24.92", "correlationId": "cd2c81af-9880-414e-b3c3-f0ae23c5bf02", "identity": "Vanessa Ramirez", "Level": 4, "location": "XD", "properties": {"id": "b833bcd2-4c2b-43a0-9673-9bc688c66e00", "createdDateTime": "2022-08-14T22:09:04.815563Z", "userDisplayName": "Vanessa Ramirez", "userPrincipalName": "vramirez@domain.com", "userId": "5d72b7ed-62ea-4b94-b931-ccef65d71ebd", "appId": "9a7e67c7-6f05-42a3-b226-97c7ec3e9696", "appDisplayName": "Adobe Identity Management", "ipAddress": "205.33.24.92", "status": {"errorCode": 0}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (X11; Linux i686) AppleWebKit/532.2 (KHTML, like Gecko) Chrome/21.0.853.0 Safari/532.2 Edge/89.19380", "deviceDetail": {"deviceId": "e395a3f4-8f2d-4170-804f-d3e13ce3151b", "displayName": "VANESSARAMIREZ-LT", "operatingSystem": "Windows 10", "browser": "Edge 89.19380", "trustType": "Azure AD registered"}, "location": {"city": "Kristinmouth", "state": "Norrisbury", "countryOrRegion": "XD", "geoCoordinates": {"latitude": 26.278784, "longitude": -92.042573}}, "correlationId": "2c27990c-0418-4f50-86c0-d3b589e0ea87", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "6fbb9242-0255-4f74-9080-965ad9db9c43", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 95, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Adobe Identity Management Service", "resourceId": "1f1f8006-bcaf-48ed-96be-45ba0b1802c3", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 214655, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "DWnRwJlepoIVzW1IMM52Tt3Lexm8F9Nc8eGMiWTYmqJ5jBOw", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": null, "rngcStatus": 0}}, {"time": "2022-08-14T22:18:55.295270Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "44.22.19.201", "correlationId": "ba4a87c6-7585-4994-b8e0-65c8b9984c0a", "identity": "David Johnson", "Level": 4, "location": "XN", "properties": {"id": "d4236fef-7c73-4402-98e3-fe3c89cb6600", "createdDateTime": "2022-08-14T22:18:55.434270Z", "userDisplayName": "David Johnson", "userPrincipalName": "djohnson@domain.com", "userId": "ff2ae3d2-8cd2-4bd6-b65d-49c5ad946c7f", "appId": "9a7e67c7-6f05-42a3-b226-97c7ec3e9696", "appDisplayName": "Adobe Identity Management", "ipAddress": "44.22.19.201", "status": {"errorCode": 0}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (Windows NT 4.0) AppleWebKit/531.1 (KHTML, like Gecko) Chrome/20.0.823.0 Safari/531.1 Edge/87.11424", "deviceDetail": {"deviceId": "8fb0ff79-f116-4f20-8ca8-36b3f8d68865", "displayName": "DAVIDJOHNSON-LT", "operatingSystem": "Windows 10", "browser": "Edge 87.11424", "trustType": "Azure AD registered"}, "location": {"city": "Littlemouth", "state": "Alexanderfurt", "countryOrRegion": "XN", "geoCoordinates": {"latitude": 25.4437255, "longitude": -109.530885}}, "correlationId": "26058e86-ec32-4597-af29-2633fba3742c", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "4cbe8892-49b8-4bac-9442-1527cfa4ef16", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 139, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Adobe Identity Management Service", "resourceId": "80abac89-d2c0-4b6c-8ffc-5023bd7efc5e", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 230297, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "2P85jtvX8qVIHKN8sEr73MbdTp24YPlHoSL3kC97RwV7SfCL", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": null, "rngcStatus": 0}}, {"time": "2022-08-14T22:47:36.367878Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "50158", "resultSignature": "None", "resultDescription": "External security challenge was not satisfied.", "durationMs": 0, "callerIpAddress": "147.132.189.119", "correlationId": "5a94bb7e-f967-4346-81b8-a368066a4642", "identity": "Cassie Fernandez", "Level": 4, "location": "XR", "properties": {"id": "df70b726-7756-4baa-9a7d-5ac99f1e9000", "createdDateTime": "2022-08-14T22:47:36.469878Z", "userDisplayName": "Cassie Fernandez", "userPrincipalName": "cfernandez@domain.com", "userId": "67ef8be6-3f44-4db7-8172-fd6211428c1e", "appId": "79510a8f-6421-4348-a2ea-bcc2b02485c1", "appDisplayName": "Cisco AnyConnect", "ipAddress": "147.132.189.119", "status": {"errorCode": 50158, "failureReason": "External security challenge was not satisfied."}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (iPad; CPU iPad OS 9_3_6 like Mac OS X) AppleWebKit/536.1 (KHTML, like Gecko) CriOS/42.0.865.0 Mobile/77O124 Safari/536.1 Edge/99.14477", "deviceDetail": {"deviceId": "bf67c857-685a-4457-89c4-db2afa581bd2", "displayName": "CASSIEFERNANDEZ-LT", "operatingSystem": "Windows 10", "browser": "Edge 99.14477", "trustType": "Hybrid Azure AD joined"}, "location": {"city": "Port Denisetown", "state": "Smithton", "countryOrRegion": "XR", "geoCoordinates": {"latitude": 3.5518965, "longitude": 131.871582}}, "correlationId": "296b6b92-0f77-4f3c-9b6f-ec310c8153dc", "conditionalAccessStatus": "failure", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "6080d8f8-07a9-42a3-b648-61c1b6909606", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 102, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Cisco AnyConnect Online", "resourceId": "5d5b8d28-6a28-472e-b837-a4094e466965", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 256668, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "r8uO0gjGxoM8FSgQl4HIsAlgAWRVo1CGzBIIPOpcxnVtdrCe", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "15655e1f-5005-4c53-b3c0-c4a1d1ca5e9e", "rngcStatus": 0}}, {"time": "2022-08-14T22:58:39.703728Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "156.206.181.119", "correlationId": "8f9a91da-a72e-48fc-a147-1aa883e06136", "identity": "Cynthia Perry", "Level": 4, "location": "XY", "properties": {"id": "36248e68-8333-45f4-aadc-85f652276b00", "createdDateTime": "2022-08-14T22:58:39.781728Z", "userDisplayName": "Cynthia Perry", "userPrincipalName": "cperry@domain.com", "userId": "ac5fa380-9d5b-470e-beb2-5ba10aca48e6", "appId": "9a7e67c7-6f05-42a3-b226-97c7ec3e9696", "appDisplayName": "Adobe Identity Management", "ipAddress": "156.206.181.119", "status": {"errorCode": 0}, "clientAppUsed": "Mobile Apps and Desktop clients", "deviceDetail": {"deviceId": "", "operatingSystem": "Windows 10", "browser": "Rich Client v3.4.1.35249"}, "location": {"city": "Hannaville", "state": "Thomashaven", "countryOrRegion": "XY", "geoCoordinates": {"latitude": 1.1452695, "longitude": 128.249211}}, "correlationId": "d5542d21-bf1e-4c92-90cf-13bee58434c7", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "ed77114c-c362-4d88-98cf-d63dfea0663b", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 78, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Adobe Identity Management Service", "resourceId": "9a84f55e-3a40-492c-9476-e069f64ed7a6", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 279165, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "4a0PAKsGGj1u3TU1EqlXWxsT54mb5HgRO6QPabRDm6Rs9f8X", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "37ee873b-f901-4e25-be69-010243106d0f", "rngcStatus": 0}}, {"time": "2022-08-14T23:01:53.272831Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "50158", "resultSignature": "None", "resultDescription": "External security challenge was not satisfied.", "durationMs": 0, "callerIpAddress": "147.132.189.119", "correlationId": "a72030e9-41ab-495c-be09-6e3ecd8affca", "identity": "Terry Proctor", "Level": 4, "location": "XR", "properties": {"id": "2103c286-9815-4052-88cd-9deb68c15200", "createdDateTime": "2022-08-14T23:01:53.381831Z", "userDisplayName": "Terry Proctor", "userPrincipalName": "tproctor@domain.com", "userId": "03110cc5-e54f-4dae-b68a-bf5d945f8152", "appId": "9d794ea1-8d77-42e3-9fdd-6fd3620d616a", "appDisplayName": "Alaya", "ipAddress": "147.132.189.119", "status": {"errorCode": 50158, "failureReason": "External security challenge was not satisfied.", "additionalDetails": "MFA requirement satisfied by claim in the token"}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (X11; Linux i686) AppleWebKit/533.0 (KHTML, like Gecko) Chrome/24.0.803.0 Safari/533.0 Edge/40.11325", "deviceDetail": {"deviceId": "88ee69d5-1eb7-4f29-b594-e9b4e3371940", "displayName": "TERRYPROCTOR-LT", "operatingSystem": "Windows 10", "browser": "Edge 40.11325", "isCompliant": true, "isManaged": true, "trustType": "Azure AD joined"}, "location": {"city": "Port Denisetown", "state": "Smithton", "countryOrRegion": "XR", "geoCoordinates": {"latitude": 3.5518965, "longitude": 131.871582}}, "mfaDetail": {}, "correlationId": "01395d2d-27be-49eb-8a6c-9df356fd4d4b", "conditionalAccessStatus": "failure", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "6e0b0593-2033-4010-a509-b4dbe113619b", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "processingTimeInMilliseconds": 109, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Alaya Service", "resourceId": "2c3383ff-432a-49ee-bb8b-8699a7d0416f", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 256668, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "Cc07khbNfR3F4R5rHbuklqp6KuWMXmVMMkhWNwONinJHmZNF", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "35efb8e5-3b35-4a86-b7ce-660b69bfa773"}}, {"time": "2022-08-14T23:04:08.723308Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "105.169.153.183", "correlationId": "86c97f18-46d1-4475-a63e-be0bfcd3324e", "identity": "Jim Gonzalez", "Level": 4, "location": "XR", "properties": {"id": "444f54e0-e5b3-4eda-8063-00d221f98200", "createdDateTime": "2022-08-14T23:04:08.840308Z", "userDisplayName": "Jim Gonzalez", "userPrincipalName": "jgonzalez@domain.com", "userId": "95090045-a9c5-489c-adee-2db430a3333a", "appId": "7b74bf77-058a-4c0d-9d9d-5523c3bc80ed", "appDisplayName": "GitHub Enterprise Cloud - Organization", "ipAddress": "105.169.153.183", "status": {"errorCode": 0}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (Windows NT 4.0) AppleWebKit/532.1 (KHTML, like Gecko) Chrome/38.0.801.0 Safari/532.1 Edge/19.15284", "deviceDetail": {"deviceId": "15135d1f-cb47-4bd8-b76d-90a9171c09bd", "displayName": "JIMGONZALEZ-LT", "operatingSystem": "Windows 10", "browser": "Edge 19.15284", "trustType": "Azure AD registered"}, "location": {"city": "Santosborough", "state": "Smithton", "countryOrRegion": "XR", "geoCoordinates": {"latitude": 12.8350355, "longitude": 138.359011}}, "correlationId": "f0e6c3fd-3459-46be-ad0a-157290ee2910", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "bb15a80d-2490-4172-92e2-f90f55847374", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 117, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "GitHub Enterprise Cloud - Organization Online", "resourceId": "51e679b4-5774-4b5f-9636-df5ea66b9380", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 256668, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "4S8Vzt05RrehxvZ6iPzQa6PhBv74TDrII5CknFOOrpObAR9g", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "6e8f419c-7f10-40b1-a52a-e4fb253c74c2", "rngcStatus": 0}}, {"time": "2022-08-14T23:22:12.011290Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "199.12.127.103", "correlationId": "521c4d88-d0f3-4a93-870d-59cdb7ad10f9", "identity": "Jacob Meyers", "Level": 4, "location": "XG", "properties": {"id": "adaecd29-d27b-47bd-bda0-f9ce61c36d00", "createdDateTime": "2022-08-14T23:22:12.134290Z", "userDisplayName": "Jacob Meyers", "userPrincipalName": "jmeyers@domain.com", "userId": "c63a67b0-1651-4a8a-9560-cc703cdad5ad", "appId": "9c5b7fe3-0ad2-4ea6-94e5-9e0001f367e3", "appDisplayName": "Articulate 360", "ipAddress": "199.12.127.103", "status": {"errorCode": 0}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (iPad; CPU iPad OS 9_3_6 like Mac OS X) AppleWebKit/536.1 (KHTML, like Gecko) CriOS/42.0.865.0 Mobile/77O124 Safari/536.1 Edge/99.14477", "deviceDetail": {"deviceId": "68cb982e-f215-496c-89bb-cc07716ff474", "displayName": "JACOBMEYERS-LT", "operatingSystem": "Windows 10", "browser": "Edge 99.14477", "trustType": "Azure AD registered"}, "location": {"city": "Port Nathan", "state": "Newmanville", "countryOrRegion": "XG", "geoCoordinates": {"latitude": 23.244641, "longitude": -113.392021}}, "correlationId": "d2cf3fd0-68cc-4998-bd6b-8c9fe6bd2f54", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "9c3861b9-ce04-4dd6-a5eb-e782d2f197ad", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 123, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Articulate 360 Online", "resourceId": "436260d5-3791-4aea-a4da-aa698ec35f2f", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 282405, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "gP7VPIKhEc1X1gNcz9jW1FTA9ZK4DDJpI2II7eBSEFSjj4hD", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "94b9f3ba-5f4b-4edc-99dc-a420b76960f9", "rngcStatus": 0}}, {"time": "2022-08-15T00:12:27.596878Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "86.154.193.190", "correlationId": "64d71616-fbe4-41db-8dc5-6d7fac120148", "identity": "Jamie Watson", "Level": 4, "location": "XR", "properties": {"id": "cd604170-057f-460d-b144-5da3bbdf6f00", "createdDateTime": "2022-08-15T00:12:27.693878Z", "userDisplayName": "Jamie Watson", "userPrincipalName": "jwatson@domain.com", "userId": "2844695b-9a70-48ed-a5ce-f3d711e2292b", "appId": "9003b8ba-730c-412d-8972-267700304e01", "appDisplayName": "Box", "ipAddress": "86.154.193.190", "status": {"errorCode": 0}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (X11; Linux i686) AppleWebKit/533.0 (KHTML, like Gecko) Chrome/24.0.803.0 Safari/533.0 Edge/40.11325", "deviceDetail": {"deviceId": "fc784602-6455-4450-be3c-6770e0359f8a", "displayName": "JAMIEWATSON-LT", "operatingSystem": "Windows 10", "browser": "Edge 40.11325", "isCompliant": true, "isManaged": true, "trustType": "Azure AD joined"}, "location": {"city": "Port Denisetown", "state": "Smithton", "countryOrRegion": "XR", "geoCoordinates": {"latitude": 3.5518965, "longitude": 131.871582}}, "correlationId": "1b3258c4-0983-43e3-96b8-27677e131770", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "49492bc7-7105-415f-bef6-7cc8710e8290", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 97, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Box Online", "resourceId": "d2c09315-f769-4fc6-9be8-f57cf8efa9cc", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 256668, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "b2GioZkaBnNsecxeDLsSbHXyex8dnixwdmsLKDJzjX7Wu9Yj", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": null, "rngcStatus": 0}}, {"time": "2022-08-15T00:21:31.779359Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "50158", "resultSignature": "None", "resultDescription": "External security challenge was not satisfied.", "durationMs": 0, "callerIpAddress": "92.110.109.246", "correlationId": "9c489645-1e51-4d9b-83d2-23377ee4c37c", "identity": "Thomas Price", "Level": 4, "location": "XR", "properties": {"id": "a41e8921-dafe-4500-91d4-0b56ce4e5f00", "createdDateTime": "2022-08-15T00:21:31.900359Z", "userDisplayName": "Thomas Price", "userPrincipalName": "tprice@domain.com", "userId": "32109ee2-ee4f-4d11-9c38-2556aec0f2b5", "appId": "79510a8f-6421-4348-a2ea-bcc2b02485c1", "appDisplayName": "Cisco AnyConnect", "ipAddress": "92.110.109.246", "status": {"errorCode": 50158, "failureReason": "External security challenge was not satisfied."}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (X11; Linux i686) AppleWebKit/535.2 (KHTML, like Gecko) Chrome/22.0.843.0 Safari/535.2 Edge/118.12158", "deviceDetail": {"deviceId": "0927e60c-8dfa-4ecf-be85-ad63bccf40a1", "displayName": "THOMASPRICE-LT", "operatingSystem": "Windows 10", "browser": "Edge 118.12158", "trustType": "Hybrid Azure AD joined"}, "location": {"city": "Port Denisetown", "state": "Smithton", "countryOrRegion": "XR", "geoCoordinates": {"latitude": 3.5518965, "longitude": 131.871582}}, "correlationId": "0883f9a2-1f90-498a-aa96-3bf0605f126b", "conditionalAccessStatus": "failure", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "92c0f47f-2be0-4fb6-84e6-f7490c361a6a", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "processingTimeInMilliseconds": 121, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Cisco AnyConnect Online", "resourceId": "5d5b8d28-6a28-472e-b837-a4094e466965", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 230297, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "SUwROjAEpoD70M8S0DIYA9aCgl2jOmgNtWTJvziybnwLBkAm", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "15655e1f-5005-4c53-b3c0-c4a1d1ca5e9e"}}, {"time": "2022-08-15T00:27:23.052559Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "92.150.146.180", "correlationId": "76d3a604-f603-4218-a5be-0a141dcbef22", "identity": "Nicholas Black", "Level": 4, "location": "XP", "properties": {"id": "40186134-719b-42e2-9e2d-e44041857000", "createdDateTime": "2022-08-15T00:27:23.135559Z", "userDisplayName": "Nicholas Black", "userPrincipalName": "nblack@domain.com", "userId": "fdbaeb01-a814-4736-b297-facda1075c14", "appId": "9167c284-c68f-468a-84be-0ee4f23879fe", "appDisplayName": "ArcGIS Enterprise", "ipAddress": "92.150.146.180", "status": {"errorCode": 0}, "clientAppUsed": "Mobile Apps and Desktop clients", "deviceDetail": {"deviceId": "", "operatingSystem": "Android"}, "location": {"city": "Christopherton", "state": "Andreaport", "countryOrRegion": "XP", "geoCoordinates": {"latitude": -59.4533945, "longitude": -153.616856}}, "correlationId": "987c112a-9095-40d5-87d4-dd358aad2e9e", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "0547a84b-cf05-47f3-bbe7-ace2c1af5c96", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 83, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "ArcGIS Enterprise Service", "resourceId": "c8eab36d-0a82-409d-8693-a8dabc997921", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 370904, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "Prvif3gE1evyrDzG7NgnBHzdI0ZuGknIzhARD6w6N22S9cly", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "2248d3ef-d7b8-4eb2-bd20-fb53f725bfe3", "rngcStatus": 0}}, {"time": "2022-08-15T00:39:40.130554Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "205.33.24.92", "correlationId": "10cbc37a-c8c6-44a8-9273-3d8fea108d12", "identity": "Aaron Cole", "Level": 4, "location": "XD", "properties": {"id": "527f7e80-01b1-4596-ae32-79e93a135100", "createdDateTime": "2022-08-15T00:39:40.286554Z", "userDisplayName": "Aaron Cole", "userPrincipalName": "acole@domain.com", "userId": "5d557969-1645-4ba4-be83-b6fd943659f7", "appId": "e47a1d38-5f61-45cd-b1b9-bc92f525c598", "appDisplayName": "Altoura", "ipAddress": "205.33.24.92", "status": {"errorCode": 0}, "clientAppUsed": "Browser", "userAgent": "Mozilla/5.0 (Linux; Android 2.3.5) AppleWebKit/532.2 (KHTML, like Gecko) Chrome/46.0.898.0 Safari/532.2 Edge/105.19198", "deviceDetail": {"deviceId": "", "operatingSystem": "Windows 10", "browser": "Edge 105.19198"}, "location": {"city": "Kristinmouth", "state": "Norrisbury", "countryOrRegion": "XD", "geoCoordinates": {"latitude": 26.278784, "longitude": -92.042573}}, "correlationId": "d64441c5-6537-4736-b64d-6c22ce81faf9", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "a7640800-f5cb-4c00-bcda-a28ac46c8fe2", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "processingTimeInMilliseconds": 156, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Altoura Online", "resourceId": "f0630e90-b752-4960-bfb9-a0794fc34930", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 214655, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "fcNkWwqDDWOLKihf5yWTvKtX0S26xPHKQNmkJCl7G8AITKOg", "incomingTokenType": "none", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "1f37c851-4be4-455b-928a-fbde7845a68a"}}, {"time": "2022-08-15T00:48:17.724769Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "50158", "resultSignature": "None", "resultDescription": "External security challenge was not satisfied.", "durationMs": 0, "callerIpAddress": "44.22.19.201", "correlationId": "08a812c8-e595-4343-927e-05ee3884a8d9", "identity": "Thomas Price", "Level": 4, "location": "XN", "properties": {"id": "02ec6f9a-da67-41d5-8cea-0af79def6a00", "createdDateTime": "2022-08-15T00:48:17.858769Z", "userDisplayName": "Thomas Price", "userPrincipalName": "tprice@domain.com", "userId": "32109ee2-ee4f-4d11-9c38-2556aec0f2b5", "appId": "9a7e67c7-6f05-42a3-b226-97c7ec3e9696", "appDisplayName": "Adobe Identity Management", "ipAddress": "44.22.19.201", "status": {"errorCode": 50158, "failureReason": "External security challenge was not satisfied."}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (X11; Linux i686) AppleWebKit/535.2 (KHTML, like Gecko) Chrome/22.0.843.0 Safari/535.2 Edge/118.12158", "deviceDetail": {"deviceId": "a12f42a7-2ae0-42d8-aec8-bf7cb3dea82c", "displayName": "THOMASPRICE-LT", "operatingSystem": "Windows 10", "browser": "Edge 118.12158", "trustType": "Hybrid Azure AD joined"}, "location": {"city": "Littlemouth", "state": "Alexanderfurt", "countryOrRegion": "XN", "geoCoordinates": {"latitude": 25.4437255, "longitude": -109.530885}}, "correlationId": "192706bd-bffa-409b-b8b9-d32d353bd0f4", "conditionalAccessStatus": "failure", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "d2046782-b1d8-436c-93f7-4b4a44b68542", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 134, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Adobe Identity Management Service", "resourceId": "30663ca7-f8a9-43ab-8ca1-7906bdbc1485", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 230297, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "s3akTdfujZzxq9nc1ZC9mV0XCfExwW3Ove08nnAQINc5FH9h", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "a6c259e5-7f16-48b2-a9f3-75becd6daa9b", "rngcStatus": 0}}, {"time": "2022-08-15T00:56:02.490779Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "13.113.40.157", "correlationId": "ea2124c4-440b-4be0-a96e-8078d1f5b004", "identity": "Attack Target", "Level": 4, "location": "XR", "properties": {"id": "4e6951e2-962b-4b78-9df6-14b2d6038f00", "createdDateTime": "2022-08-15T00:56:02.609779Z", "userDisplayName": "Attack Target", "userPrincipalName": "attacktarget@domain.com", "userId": "d735e84b-dcca-404d-9f7d-700f360f41a6", "appId": "9a7e67c7-6f05-42a3-b226-97c7ec3e9696", "appDisplayName": "Adobe Identity Management", "ipAddress": "13.113.40.157", "status": {"errorCode": 0}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (iPad; CPU iPad OS 9_3_6 like Mac OS X) AppleWebKit/536.1 (KHTML, like Gecko) CriOS/42.0.865.0 Mobile/77O124 Safari/536.1 Edge/99.14477", "deviceDetail": {"deviceId": "a44625dc-6f81-449a-9799-8005f7209b42", "displayName": "ATTACKTARGET-LT", "operatingSystem": "Windows 10", "browser": "Edge 99.14477", "trustType": "Azure AD registered"}, "location": {"city": "Smithfort", "state": "Smithfort", "countryOrRegion": "XR", "geoCoordinates": {"latitude": 3.7564095, "longitude": -121.574606}}, "correlationId": "097751db-2cc3-4b9b-93af-8c613a48389a", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "acbe365c-5188-4eb2-9115-7daeccd4429f", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 119, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Adobe Identity Management Service", "resourceId": "30663ca7-f8a9-43ab-8ca1-7906bdbc1485", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 34974, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "9EkpwRrxaUiHqTLpnnCI7c3Xz95NcGhJhUAgogSdE0CCHRvM", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "a6c259e5-7f16-48b2-a9f3-75becd6daa9b", "rngcStatus": 0}}, {"time": "2022-08-15T01:54:58.768738Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "147.132.189.119", "correlationId": "85b09efc-fccf-4543-97c8-7ae17b23c480", "identity": "Cassie Fernandez", "Level": 4, "location": "XR", "properties": {"id": "05ba222e-1564-4894-b208-c535f24a8800", "createdDateTime": "2022-08-15T01:54:58.916738Z", "userDisplayName": "Cassie Fernandez", "userPrincipalName": "cfernandez@domain.com", "userId": "67ef8be6-3f44-4db7-8172-fd6211428c1e", "appId": "18bf60fa-77dd-4aad-891d-af82ca87dd06", "appDisplayName": "FortiGate SSL VPN", "ipAddress": "147.132.189.119", "status": {"errorCode": 0}, "clientAppUsed": "Browser", "deviceDetail": {"deviceId": "d5a487a1-ef7d-4960-9723-7fdadce19af3", "displayName": "CASSIEFERNANDEZ-LT", "operatingSystem": "Windows", "browser": "Rich Client 4.22.0.0", "trustType": "Azure AD registered"}, "location": {"city": "Port Denisetown", "state": "Smithton", "countryOrRegion": "XR", "geoCoordinates": {"latitude": 3.5518965, "longitude": 131.871582}}, "correlationId": "c3c56606-36f6-41f0-a48f-69c2aaa2a07a", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "b918397d-4873-48fc-93e5-110d614cdeea", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 148, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "FortiGate SSL VPN", "resourceId": "51e679b4-5774-4b5f-9636-df5ea66b9380", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 256668, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "nNp3Ikde1H9Ij1ANs9kQES8E61ESPL42r4E78YwCz5oNzWb6", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "6e8f419c-7f10-40b1-a52a-e4fb253c74c2", "rngcStatus": 0}}, {"time": "2022-08-15T01:57:14.982139Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "42.62.103.34", "correlationId": "6c73f932-9e34-43f0-9fd1-0b6422303a76", "identity": "Joseph Taylor", "Level": 4, "location": "XF", "properties": {"id": "9a16f031-40cc-41ce-b832-c695263b9000", "createdDateTime": "2022-08-15T01:57:15.064139Z", "userDisplayName": "Joseph Taylor", "userPrincipalName": "jtaylor@domain.com", "userId": "af9847eb-c773-41ae-bf94-42747c5e986c", "appId": "2eae4ad1-8cae-48fe-b718-76bd66e2fc7f", "appDisplayName": "Bipsync", "ipAddress": "42.62.103.34", "status": {"errorCode": 0, "additionalDetails": "MFA requirement satisfied by claim in the token"}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (iPad; CPU iPad OS 9_3_6 like Mac OS X) AppleWebKit/536.1 (KHTML, like Gecko) CriOS/42.0.865.0 Mobile/77O124 Safari/536.1 Edge/99.14477", "deviceDetail": {"deviceId": "76b96bd3-e5d7-49ee-b195-bf363facdb3d", "displayName": "JOSEPHTAYLOR-LT", "operatingSystem": "Windows 10", "browser": "Edge 99.14477", "isCompliant": true, "isManaged": true, "trustType": "Azure AD joined"}, "location": {"city": "Jessicafurt", "state": "Smithbury", "countryOrRegion": "XF", "geoCoordinates": {"latitude": 17.5082395, "longitude": -115.304215}}, "mfaDetail": {}, "correlationId": "7e9c790b-8ad8-41b0-bc7c-0833c6fd10e7", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "7869d339-8bdb-4da3-9ecc-e34b72965acb", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 82, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Bipsync Service", "resourceId": "bca2b487-3a6c-440f-b1b7-a15b02771ad0", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 393508, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "5ZFo06k0u0PL8y5irGhpMUaQQO56ERH5KBOOxgdyeFefjlZT", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "4da47dd4-556d-4ba4-9847-c1850930ab5e", "rngcStatus": 0}}, {"time": "2022-08-15T02:02:03.702569Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "156.206.181.119", "correlationId": "ae05286e-43f1-4edc-8aeb-eed34fcfcf1c", "identity": "Cynthia Perry", "Level": 4, "location": "XY", "properties": {"id": "78c2d22b-2231-4c67-bb82-cf575cbc5c00", "createdDateTime": "2022-08-15T02:02:03.790569Z", "userDisplayName": "Cynthia Perry", "userPrincipalName": "cperry@domain.com", "userId": "ac5fa380-9d5b-470e-beb2-5ba10aca48e6", "appId": "9de6e985-97a5-4d82-9c45-aedaa9c25ef9", "appDisplayName": "AWS Single-Account Access", "ipAddress": "156.206.181.119", "status": {"errorCode": 0}, "clientAppUsed": "Browser", "deviceDetail": {"deviceId": "", "operatingSystem": "Windows"}, "location": {"city": "Hannaville", "state": "Thomashaven", "countryOrRegion": "XY", "geoCoordinates": {"latitude": 1.1452695, "longitude": 128.249211}}, "correlationId": "f5f1a146-135d-44b8-82c3-cc7ac305f5a8", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "0810f630-a32b-45fd-8672-5d5f1b0a01cb", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 88, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "AWS Single-Account Access Service", "resourceId": "f0630e90-b752-4960-bfb9-a0794fc34930", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 279165, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "SdmQmLgLIVVk0hf8Nw0P3aRjXkqYjezXBnOd2YOAeIN7PHpX", "incomingTokenType": "none", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "1f37c851-4be4-455b-928a-fbde7845a68a", "rngcStatus": 0}}, {"time": "2022-08-15T02:10:47.672819Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "147.132.189.119", "correlationId": "401055f0-fa0f-4c55-b5a8-a5ed3f5fe343", "identity": "Terry Proctor", "Level": 4, "location": "XR", "properties": {"id": "7e95ac6a-7c09-4ef2-bc81-937fcd6c5f00", "createdDateTime": "2022-08-15T02:10:47.774819Z", "userDisplayName": "Terry Proctor", "userPrincipalName": "tproctor@domain.com", "userId": "03110cc5-e54f-4dae-b68a-bf5d945f8152", "appId": "bf2855c0-7434-4262-8885-ad2f5206d324", "appDisplayName": "COINS Construction Cloud - Project and Productivity Apps", "ipAddress": "147.132.189.119", "status": {"errorCode": 0, "additionalDetails": "MFA requirement satisfied by claim in the token"}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (X11; Linux i686) AppleWebKit/533.0 (KHTML, like Gecko) Chrome/24.0.803.0 Safari/533.0 Edge/40.11325", "deviceDetail": {"deviceId": "88ee69d5-1eb7-4f29-b594-e9b4e3371940", "displayName": "TERRYPROCTOR-LT", "operatingSystem": "Windows 10", "browser": "Edge 40.11325", "isCompliant": true, "isManaged": true, "trustType": "Azure AD joined"}, "location": {"city": "Port Denisetown", "state": "Smithton", "countryOrRegion": "XR", "geoCoordinates": {"latitude": 3.5518965, "longitude": 131.871582}}, "mfaDetail": {}, "correlationId": "8e1dcd0f-9134-45af-8a95-e6cd56dd4837", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "265d480e-127f-4375-97b0-43decb29ee5b", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "processingTimeInMilliseconds": 102, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "COINS Construction Cloud - Project and Productivity Apps Service", "resourceId": "84a36a79-eb71-4ec5-afa6-b76baa3640bf", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 256668, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "3qCX7tT2Upfhoq0lKzAVM0RZIikQf9xXhxVTo0MalP82fVr9", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": null}}, {"time": "2022-08-15T02:12:15.363556Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "81.209.4.19", "correlationId": "296c18a5-71f2-4669-bb20-2ffa007ed3e3", "identity": "Jim Gonzalez", "Level": 4, "location": "XR", "properties": {"id": "5e1f96fa-d5c3-4e87-a10d-952eb1296b00", "createdDateTime": "2022-08-15T02:12:15.521556Z", "userDisplayName": "Jim Gonzalez", "userPrincipalName": "jgonzalez@domain.com", "userId": "95090045-a9c5-489c-adee-2db430a3333a", "appId": "2eae4ad1-8cae-48fe-b718-76bd66e2fc7f", "appDisplayName": "Bipsync", "ipAddress": "81.209.4.19", "status": {"errorCode": 0}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (Linux; Android 4.4.3) AppleWebKit/533.2 (KHTML, like Gecko) Chrome/28.0.882.0 Safari/533.2 Edge/44.18413", "deviceDetail": {"deviceId": "1a428e94-41e3-4c1d-865a-0d31c9a2540b", "displayName": "JIMGONZALEZ-LT", "operatingSystem": "Windows 10", "browser": "Edge 44.18413", "trustType": "Azure AD registered"}, "location": {"city": "Santosborough", "state": "Smithton", "countryOrRegion": "XR", "geoCoordinates": {"latitude": 50.0774195, "longitude": 64.938754}}, "correlationId": "c37fa4c4-a73a-4db8-bd1d-0fed28ebfdc3", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "9c40e0ee-3763-47f4-ba4d-b8ecf529568f", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 158, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Bipsync Service", "resourceId": "9a84f55e-3a40-492c-9476-e069f64ed7a6", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 34974, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "8zf6SfK1CePwGIFCJexFSjfVd76akyHx7MQkBLHtBVpwoxNw", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "37ee873b-f901-4e25-be69-010243106d0f", "rngcStatus": 0}}, {"time": "2022-08-15T02:38:50.988518Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "147.132.189.119", "correlationId": "1d4cba6c-6fd0-4a5b-8e21-e7cb8a6c39dc", "identity": "Melissa Martin", "Level": 4, "location": "XR", "properties": {"id": "6a5f64c1-1a9a-4556-9496-2d205eb78800", "createdDateTime": "2022-08-15T02:38:51.072518Z", "userDisplayName": "Melissa Martin", "userPrincipalName": "mmartin@domain.com", "userId": "632ccb55-03a7-40f4-9893-653527cae790", "appId": "9a7e67c7-6f05-42a3-b226-97c7ec3e9696", "appDisplayName": "Adobe Identity Management", "ipAddress": "147.132.189.119", "ipAddressFromResourceProvider": "86.154.193.190", "status": {"errorCode": 0}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (iPad; CPU iPad OS 9_3_6 like Mac OS X) AppleWebKit/536.1 (KHTML, like Gecko) CriOS/42.0.865.0 Mobile/77O124 Safari/536.1 Edge/99.14477", "deviceDetail": {"deviceId": "", "operatingSystem": "Windows 10", "browser": "Edge 99.14477"}, "location": {"city": "Port Denisetown", "state": "Smithton", "countryOrRegion": "XR", "geoCoordinates": {"latitude": 3.5518965, "longitude": 131.871582}}, "correlationId": "5317ec3e-cf23-4c33-b85c-82490f0ec805", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "d1d8e494-47fd-411a-81f6-803c0cd29861", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 84, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Adobe Identity Management Service", "resourceId": "c8eab36d-0a82-409d-8693-a8dabc997921", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 256668, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "2iXuc311qbDaEpq3gGuAuGxCqEGPOnpJat3eHC9MAZXb8ubS", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "2248d3ef-d7b8-4eb2-bd20-fb53f725bfe3", "rngcStatus": 0}}, {"time": "2022-08-15T03:21:24.074723Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "86.154.193.190", "correlationId": "04279302-790d-498d-892c-f268ae9bed82", "identity": "Jamie Watson", "Level": 4, "location": "XR", "properties": {"id": "240f1e1f-5d94-4a4e-bd71-018bab1d7400", "createdDateTime": "2022-08-15T03:21:24.263723Z", "userDisplayName": "Jamie Watson", "userPrincipalName": "jwatson@domain.com", "userId": "2844695b-9a70-48ed-a5ce-f3d711e2292b", "appId": "9a7e67c7-6f05-42a3-b226-97c7ec3e9696", "appDisplayName": "Adobe Identity Management", "ipAddress": "86.154.193.190", "status": {"errorCode": 0}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (X11; Linux i686) AppleWebKit/533.0 (KHTML, like Gecko) Chrome/24.0.803.0 Safari/533.0 Edge/40.11325", "deviceDetail": {"deviceId": "fc784602-6455-4450-be3c-6770e0359f8a", "displayName": "JAMIEWATSON-LT", "operatingSystem": "Windows 10", "browser": "Edge 40.11325", "isCompliant": true, "isManaged": true, "trustType": "Azure AD joined"}, "location": {"city": "Port Denisetown", "state": "Smithton", "countryOrRegion": "XR", "geoCoordinates": {"latitude": 3.5518965, "longitude": 131.871582}}, "correlationId": "2d4884f8-3a17-44a1-9086-ade0c99d4e0a", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "f16e4191-28ee-4ea5-b90a-4b6154631ddb", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 189, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Adobe Identity Management Service", "resourceId": "64e29d5c-d767-4f7f-95c0-36a33f97503f", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 256668, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "5cp94iOz6K9lxYquMjwEvS1AILe5umVCo5bnJvVJlvyzoI6S", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": null, "rngcStatus": 0}}, {"time": "2022-08-15T03:41:18.803400Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "91.132.253.146", "correlationId": "6495be74-11f3-472a-abfb-3b98a5ccb3b6", "identity": "Aaron Cole", "Level": 4, "location": "XD", "properties": {"id": "6b98f00f-aa3d-46fc-af8a-c0870a1e7e00", "createdDateTime": "2022-08-15T03:41:18.902400Z", "userDisplayName": "Aaron Cole", "userPrincipalName": "acole@domain.com", "userId": "5d557969-1645-4ba4-be83-b6fd943659f7", "appId": "36f74ffc-90e8-46e0-b0ed-588b76ed6f47", "appDisplayName": "Inspire", "ipAddress": "91.132.253.146", "status": {"errorCode": 0}, "clientAppUsed": "Browser", "userAgent": "Mozilla/5.0 (X11; Linux i686) AppleWebKit/536.2 (KHTML, like Gecko) Chrome/22.0.877.0 Safari/536.2", "deviceDetail": {"deviceId": "", "operatingSystem": "Windows 10", "browser": "Chrome 22.0.877.0"}, "location": {"city": "Rickshire", "state": "Norrisbury", "countryOrRegion": "XD", "geoCoordinates": {"latitude": -78.5751045, "longitude": 58.329246}}, "correlationId": "3d8c3dfd-c04a-438f-923d-31f680ee395a", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "5a538e05-25b6-45e9-a8f8-11eb4a389609", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 99, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Inspire Online", "resourceId": "24578515-1951-4064-967d-0d2acaf0aa70", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 214655, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "EZ8LvHbtBpa19Z3GlrG7XIRHrkQB9GfnjoykMwoaTnFk9ycR", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "0e68752b-7dfa-400b-a6f5-1b54af90696a", "rngcStatus": 0}}, {"time": "2022-08-15T04:09:49.175407Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "13.113.40.157", "correlationId": "c9c5a452-a309-464c-b710-d8b10d776ce9", "identity": "Attack Target", "Level": 4, "location": "XR", "properties": {"id": "c7effe19-f517-48ca-9f7d-2de5f2716d00", "createdDateTime": "2022-08-15T04:09:49.323407Z", "userDisplayName": "Attack Target", "userPrincipalName": "attacktarget@domain.com", "userId": "d735e84b-dcca-404d-9f7d-700f360f41a6", "appId": "9a7e67c7-6f05-42a3-b226-97c7ec3e9696", "appDisplayName": "Adobe Identity Management", "ipAddress": "13.113.40.157", "status": {"errorCode": 0}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (iPad; CPU iPad OS 9_3_6 like Mac OS X) AppleWebKit/536.1 (KHTML, like Gecko) CriOS/42.0.865.0 Mobile/77O124 Safari/536.1 Edge/99.14477", "deviceDetail": {"deviceId": "a44625dc-6f81-449a-9799-8005f7209b42", "displayName": "ATTACKTARGET-LT", "operatingSystem": "Windows 10", "browser": "Edge 99.14477", "trustType": "Azure AD registered"}, "location": {"city": "Smithfort", "state": "Smithfort", "countryOrRegion": "XR", "geoCoordinates": {"latitude": 3.7564095, "longitude": -121.574606}}, "correlationId": "74bb25cc-5aac-45f6-89e3-5038234f0025", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "11ca215f-dc50-4529-aad5-be81b1ce073a", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 148, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Adobe Identity Management Service", "resourceId": "7d6a0897-8b82-49e9-90e2-d482fb9202bd", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 34974, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "AT7dL8NNYDBWIpPpRCvPLFBVNtX0AwsFXg11vs3JnXzmQPjJ", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "537d9419-7e2b-4778-9102-62256bcfcf45", "rngcStatus": 0}}, {"time": "2022-08-15T05:09:20.829116Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "156.206.181.119", "correlationId": "2c4b4acf-7a15-4551-91bc-5aae534e2fee", "identity": "Cynthia Perry", "Level": 4, "location": "XY", "properties": {"id": "b7d3efa6-fdbc-4020-888c-cd5f97528900", "createdDateTime": "2022-08-15T05:09:20.941116Z", "userDisplayName": "Cynthia Perry", "userPrincipalName": "cperry@domain.com", "userId": "ac5fa380-9d5b-470e-beb2-5ba10aca48e6", "appId": "9de6e985-97a5-4d82-9c45-aedaa9c25ef9", "appDisplayName": "AWS Single-Account Access", "ipAddress": "156.206.181.119", "status": {"errorCode": 0}, "clientAppUsed": "Browser", "deviceDetail": {"deviceId": "", "operatingSystem": "Windows"}, "location": {"city": "Hannaville", "state": "Thomashaven", "countryOrRegion": "XY", "geoCoordinates": {"latitude": 1.1452695, "longitude": 128.249211}}, "correlationId": "e17962fb-466d-4eae-9ed2-f95f68c92952", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "db86f11a-14cc-4033-90c3-bfbf6ef7def2", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 112, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "AWS Single-Account Access Service", "resourceId": "c65cf5f9-5537-4200-889e-381c4f60ca7d", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 279165, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "bVSeTcZFJtLeNPOJfp0Veq9HJmCbLQ26KcfTQpCt1STkE2WV", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": null, "rngcStatus": 0}}, {"time": "2022-08-15T05:16:38.651202Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "86.154.193.190", "correlationId": "58c8ceca-1074-4fdf-a4c7-6e4324758e44", "identity": "Melissa Martin", "Level": 4, "location": "XR", "properties": {"id": "f95b27fd-8962-466c-86b8-58984ab28800", "createdDateTime": "2022-08-15T05:16:38.747202Z", "userDisplayName": "Melissa Martin", "userPrincipalName": "mmartin@domain.com", "userId": "632ccb55-03a7-40f4-9893-653527cae790", "appId": "439cf80c-f381-45bd-9b6a-a006882e7246", "appDisplayName": "Atlassian Cloud", "ipAddress": "86.154.193.190", "status": {"errorCode": 0}, "clientAppUsed": "Browser", "deviceDetail": {"deviceId": "", "operatingSystem": "Windows"}, "location": {"city": "Port Denisetown", "state": "Smithton", "countryOrRegion": "XR", "geoCoordinates": {"latitude": 3.5518965, "longitude": 131.871582}}, "correlationId": "ef3cb032-57da-4c0e-a842-eaebf9e6639b", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "82c2e5c8-3179-4656-816b-11c8b4176b5e", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 96, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Atlassian Cloud", "resourceId": "c8eab36d-0a82-409d-8693-a8dabc997921", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 256668, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "pspVXbPYsV7LajWZltqg9q32HoT6EF0R9nusCjhQzjMnE7hM", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "2248d3ef-d7b8-4eb2-bd20-fb53f725bfe3", "rngcStatus": 0}}, {"time": "2022-08-15T05:24:14.410908Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "91.132.253.146", "correlationId": "336f1d27-732e-48e9-9335-0700537cc506", "identity": "Aaron Cole", "Level": 4, "location": "XD", "properties": {"id": "599e6756-2da1-4fc0-bb78-22b55f7b5500", "createdDateTime": "2022-08-15T05:24:14.642908Z", "userDisplayName": "Aaron Cole", "userPrincipalName": "acole@domain.com", "userId": "5d557969-1645-4ba4-be83-b6fd943659f7", "appId": "af50c7b0-ad5f-40ec-840e-8d89be454ce4", "appDisplayName": "Citrix ShareFile", "ipAddress": "91.132.253.146", "status": {"errorCode": 0}, "clientAppUsed": "Browser", "deviceDetail": {"deviceId": "", "operatingSystem": "Windows10", "browser": "Rich Client 4.36.1.0"}, "location": {"city": "Rickshire", "state": "Norrisbury", "countryOrRegion": "XD", "geoCoordinates": {"latitude": -78.5751045, "longitude": 58.329246}}, "correlationId": "e7bd8417-80e6-4e55-9cc5-18d7763343df", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "2880d997-6f97-4ffe-ad67-b110cb090ac6", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "processingTimeInMilliseconds": 232, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Citrix ShareFile Online", "resourceId": "d8366350-0530-4466-a457-c56b5975664e", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 214655, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "HVDISLnuhrIpgyZPZPgRwB8Mq1vNb3WKxnSlcxHbbwMSdPxy", "incomingTokenType": "none", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": null}}, {"time": "2022-08-15T05:26:18.306844Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "50158", "resultSignature": "None", "resultDescription": "External security challenge was not satisfied.", "durationMs": 0, "callerIpAddress": "44.22.19.201", "correlationId": "56882dcd-eb67-4225-8732-942fc9e94a12", "identity": "Thomas Price", "Level": 4, "location": "XN", "properties": {"id": "b07bba22-ec36-47ef-95f1-3c7f34373300", "createdDateTime": "2022-08-15T05:26:18.437844Z", "userDisplayName": "Thomas Price", "userPrincipalName": "tprice@domain.com", "userId": "32109ee2-ee4f-4d11-9c38-2556aec0f2b5", "appId": "9a7e67c7-6f05-42a3-b226-97c7ec3e9696", "appDisplayName": "Adobe Identity Management", "ipAddress": "44.22.19.201", "status": {"errorCode": 50158, "failureReason": "External security challenge was not satisfied."}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (X11; Linux i686) AppleWebKit/535.2 (KHTML, like Gecko) Chrome/22.0.843.0 Safari/535.2 Edge/118.12158", "deviceDetail": {"deviceId": "fb4d911d-6441-411b-868f-d25d5586a326", "displayName": "THOMASPRICE-LT", "operatingSystem": "Windows 10", "browser": "Edge 118.12158", "trustType": "Hybrid Azure AD joined"}, "location": {"city": "Littlemouth", "state": "Alexanderfurt", "countryOrRegion": "XN", "geoCoordinates": {"latitude": 25.4437255, "longitude": -109.530885}}, "correlationId": "55e776cd-7ea1-43f3-82df-18da6d867ed9", "conditionalAccessStatus": "failure", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "5132c7ed-9cba-4672-bac2-e27887feea74", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 131, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Adobe Identity Management Service", "resourceId": "30663ca7-f8a9-43ab-8ca1-7906bdbc1485", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 230297, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "5s2ltRQ9gg5YDb6Rsb8tuwtvJA98DF72nGl8Tk1HSTgxXQra", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "a6c259e5-7f16-48b2-a9f3-75becd6daa9b", "rngcStatus": 0}}, {"time": "2022-08-15T06:05:11.987044Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "700082", "resultSignature": "None", "resultDescription": "Other", "durationMs": 0, "callerIpAddress": "54.119.29.60", "correlationId": "48f2f1ce-a831-4237-8a45-638b4923f516", "identity": "Thomas Price", "Level": 4, "location": "XR", "properties": {"id": "b07bba22-ec36-47ef-95f1-3c7fe7dc3700", "createdDateTime": "2022-08-15T06:05:12.071044Z", "userDisplayName": "Thomas Price", "userPrincipalName": "tprice@domain.com", "userId": "32109ee2-ee4f-4d11-9c38-2556aec0f2b5", "appId": "9a7e67c7-6f05-42a3-b226-97c7ec3e9696", "appDisplayName": "Adobe Identity Management", "ipAddress": "54.119.29.60", "status": {"errorCode": 700082, "failureReason": "Other"}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (X11; Linux i686) AppleWebKit/535.2 (KHTML, like Gecko) Chrome/22.0.843.0 Safari/535.2 Edge/118.12158", "deviceDetail": {"deviceId": "852272bd-2ab1-474f-a99e-4922ea7031d3", "displayName": "THOMASPRICE-LT", "operatingSystem": "Windows 10", "browser": "Edge 118.12158", "trustType": "Hybrid Azure AD joined"}, "location": {"city": "Port Kimberlytown", "state": "Curtisport", "countryOrRegion": "XR", "geoCoordinates": {"latitude": 26.3152295, "longitude": 147.770404}}, "correlationId": "39d9af86-10a7-46d1-88f7-24a3075ef01e", "conditionalAccessStatus": "notApplied", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "5637a830-1c82-497e-b0d7-65aa95253d60", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 84, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Adobe Identity Management Service", "resourceId": "30663ca7-f8a9-43ab-8ca1-7906bdbc1485", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 359213, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "mau0Lmlsnp8n7FMKbEX9q5AVax58n4eEGeP3F9hFR78T37RV", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "a6c259e5-7f16-48b2-a9f3-75becd6daa9b", "rngcStatus": 0}}, {"time": "2022-08-15T06:06:36.465776Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "92.110.109.246", "correlationId": "20e12fae-fd64-47d9-b97c-40728123a5bb", "identity": "David Johnson", "Level": 4, "location": "XR", "properties": {"id": "f3b698dd-aea4-4181-83f7-9b0e59de9e00", "createdDateTime": "2022-08-15T06:06:36.612776Z", "userDisplayName": "David Johnson", "userPrincipalName": "djohnson@domain.com", "userId": "ff2ae3d2-8cd2-4bd6-b65d-49c5ad946c7f", "appId": "2eae4ad1-8cae-48fe-b718-76bd66e2fc7f", "appDisplayName": "Bipsync", "ipAddress": "92.110.109.246", "status": {"errorCode": 0}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (Windows NT 4.0) AppleWebKit/531.1 (KHTML, like Gecko) Chrome/20.0.823.0 Safari/531.1 Edge/87.11424", "deviceDetail": {"deviceId": "8fb0ff79-f116-4f20-8ca8-36b3f8d68865", "displayName": "DAVIDJOHNSON-LT", "operatingSystem": "Windows 10", "browser": "Edge 87.11424", "trustType": "Azure AD registered"}, "location": {"city": "Port Denisetown", "state": "Smithton", "countryOrRegion": "XR", "geoCoordinates": {"latitude": 3.5518965, "longitude": 131.871582}}, "correlationId": "fade7b3f-51aa-4c60-a147-4482ab7ebdf2", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "ea6cd04c-92e2-49d3-80a8-f8615d9a471d", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 147, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Bipsync Service", "resourceId": "4b482d0a-88be-43f3-a771-aaf19d9bbf70", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 230297, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "eOTXxtlDRd2svoywF52Qsgfd6OX6SPWFtz7cKE5rG9MnRi5T", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "b4d48f3a-639f-4f89-a099-2fdd27423d1f", "rngcStatus": 0}}, {"time": "2022-08-15T06:52:14.123099Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "156.206.181.119", "correlationId": "2e2cb412-c498-416b-b118-2c208f8fbcad", "identity": "Cynthia Perry", "Level": 4, "location": "XY", "properties": {"id": "61a4e203-e55e-4977-9b6d-18482de76b00", "createdDateTime": "2022-08-15T06:52:14.232099Z", "userDisplayName": "Cynthia Perry", "userPrincipalName": "cperry@domain.com", "userId": "ac5fa380-9d5b-470e-beb2-5ba10aca48e6", "appId": "9de6e985-97a5-4d82-9c45-aedaa9c25ef9", "appDisplayName": "AWS Single-Account Access", "ipAddress": "156.206.181.119", "status": {"errorCode": 0}, "clientAppUsed": "Browser", "deviceDetail": {"deviceId": "", "operatingSystem": "Windows"}, "location": {"city": "Hannaville", "state": "Thomashaven", "countryOrRegion": "XY", "geoCoordinates": {"latitude": 1.1452695, "longitude": 128.249211}}, "correlationId": "a2ac48ee-9cae-4228-93c6-6cf20ea3f11e", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "54cd4c65-9f87-4890-bbd0-54ffd498e151", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 109, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "AWS Single-Account Access Service", "resourceId": "f0630e90-b752-4960-bfb9-a0794fc34930", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 279165, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "lAnYwKnYO7pKAAs3y3iLyr2wtugvBU0ipro2hNEhueGbOT9r", "incomingTokenType": "none", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "1f37c851-4be4-455b-928a-fbde7845a68a", "rngcStatus": 0}}, {"time": "2022-08-15T07:03:28.472578Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "105.169.153.183", "correlationId": "432552cf-4904-4849-9002-3a1d7429c915", "identity": "Jim Gonzalez", "Level": 4, "location": "XR", "properties": {"id": "a053210b-0623-42cf-bb99-25fffc6b6100", "createdDateTime": "2022-08-15T07:03:28.601578Z", "userDisplayName": "Jim Gonzalez", "userPrincipalName": "jgonzalez@domain.com", "userId": "95090045-a9c5-489c-adee-2db430a3333a", "appId": "b6eb5487-41e5-4254-acc5-72fbd850bd1e", "appDisplayName": "Google Cloud / G Suite Connector by Microsoft", "ipAddress": "105.169.153.183", "status": {"errorCode": 0}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (Windows NT 4.0) AppleWebKit/532.1 (KHTML, like Gecko) Chrome/38.0.801.0 Safari/532.1 Edge/19.15284", "deviceDetail": {"deviceId": "15135d1f-cb47-4bd8-b76d-90a9171c09bd", "displayName": "JIMGONZALEZ-LT", "operatingSystem": "Windows 10", "browser": "Edge 19.15284", "trustType": "Azure AD registered"}, "location": {"city": "Kevinton", "state": "Smithton", "countryOrRegion": "XR", "geoCoordinates": {"latitude": -87.5106305, "longitude": -77.991036}}, "correlationId": "bfd19d4f-4be9-416d-bc0a-9875c92a5164", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "b7d2b164-89e1-44d7-bce0-f5e33044908a", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "processingTimeInMilliseconds": 129, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Google Cloud / G Suite Connector by Microsoft Service", "resourceId": "47e06079-6a63-42ab-89ea-840a60f3ea94", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 256668, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "gjj5h0qklxa8DX4jHgFrgQKbtgMgVGN82EMSHkmxe0T4gW0O", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "af115473-a920-4919-a03a-7215ca304189"}}, {"time": "2022-08-15T07:18:13.062323Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "50158", "resultSignature": "None", "resultDescription": "External security challenge was not satisfied.", "durationMs": 0, "callerIpAddress": "92.110.109.246", "correlationId": "e14f0a72-762f-413c-a37f-f77fc5611881", "identity": "Thomas Price", "Level": 4, "location": "XR", "properties": {"id": "20f677f0-ddf9-46df-bf50-9e290a499300", "createdDateTime": "2022-08-15T07:18:13.257323Z", "userDisplayName": "Thomas Price", "userPrincipalName": "tprice@domain.com", "userId": "32109ee2-ee4f-4d11-9c38-2556aec0f2b5", "appId": "9a7e67c7-6f05-42a3-b226-97c7ec3e9696", "appDisplayName": "Adobe Identity Management", "ipAddress": "92.110.109.246", "status": {"errorCode": 50158, "failureReason": "External security challenge was not satisfied."}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (X11; Linux i686) AppleWebKit/535.2 (KHTML, like Gecko) Chrome/22.0.843.0 Safari/535.2 Edge/118.12158", "deviceDetail": {"deviceId": "fb4d911d-6441-411b-868f-d25d5586a326", "displayName": "THOMASPRICE-LT", "operatingSystem": "Windows 10", "browser": "Edge 118.12158", "trustType": "Hybrid Azure AD joined"}, "location": {"city": "Port Denisetown", "state": "Smithton", "countryOrRegion": "XR", "geoCoordinates": {"latitude": 3.5518965, "longitude": 131.871582}}, "correlationId": "912ea395-0c4f-4ad4-b7de-ce48b6976209", "conditionalAccessStatus": "failure", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "c22e356f-0a31-4e68-bce2-2b8200f0b339", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 195, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Adobe Identity Management Service", "resourceId": "30663ca7-f8a9-43ab-8ca1-7906bdbc1485", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 230297, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "cxMXFXXDQni21iWEd45SC5Ho4jUMQhkGpKBJcVkTsPsUrDym", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "a6c259e5-7f16-48b2-a9f3-75becd6daa9b", "rngcStatus": 0}}, {"time": "2022-08-15T07:26:29.420565Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "50158", "resultSignature": "None", "resultDescription": "External security challenge was not satisfied.", "durationMs": 0, "callerIpAddress": "44.22.19.201", "correlationId": "1c131f09-b43a-41f3-8cb9-1409fe1f970c", "identity": "Thomas Price", "Level": 4, "location": "XN", "properties": {"id": "26dddd2e-8202-4375-92ca-d991ffdc8000", "createdDateTime": "2022-08-15T07:26:29.531565Z", "userDisplayName": "Thomas Price", "userPrincipalName": "tprice@domain.com", "userId": "32109ee2-ee4f-4d11-9c38-2556aec0f2b5", "appId": "79510a8f-6421-4348-a2ea-bcc2b02485c1", "appDisplayName": "Cisco AnyConnect", "ipAddress": "44.22.19.201", "status": {"errorCode": 50158, "failureReason": "External security challenge was not satisfied."}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (X11; Linux i686) AppleWebKit/535.2 (KHTML, like Gecko) Chrome/22.0.843.0 Safari/535.2 Edge/118.12158", "deviceDetail": {"deviceId": "fb4d911d-6441-411b-868f-d25d5586a326", "displayName": "THOMASPRICE-LT", "operatingSystem": "Windows 10", "browser": "Edge 118.12158", "trustType": "Hybrid Azure AD joined"}, "location": {"city": "Littlemouth", "state": "Alexanderfurt", "countryOrRegion": "XN", "geoCoordinates": {"latitude": 25.4437255, "longitude": -109.530885}}, "correlationId": "6ad759cc-1639-40c1-a8a1-cb389bc3056a", "conditionalAccessStatus": "failure", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "913d1e0c-43d0-42e8-8c71-89c6e2412f87", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 111, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Cisco AnyConnect Online", "resourceId": "5d5b8d28-6a28-472e-b837-a4094e466965", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 230297, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "eyAD82M9Q1hKNVW8Xu2AuMYTTYfYdp3TfD9cVKzjIUqIg6HY", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "15655e1f-5005-4c53-b3c0-c4a1d1ca5e9e", "rngcStatus": 0}}, {"time": "2022-08-15T07:28:38.705700Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "156.206.181.119", "correlationId": "d58cd6fc-d200-4de7-a51d-b3641bf28e73", "identity": "Cynthia Perry", "Level": 4, "location": "XY", "properties": {"id": "2b60f3d6-0a82-440d-b179-44ac61444f00", "createdDateTime": "2022-08-15T07:28:38.824700Z", "userDisplayName": "Cynthia Perry", "userPrincipalName": "cperry@domain.com", "userId": "ac5fa380-9d5b-470e-beb2-5ba10aca48e6", "appId": "9de6e985-97a5-4d82-9c45-aedaa9c25ef9", "appDisplayName": "AWS Single-Account Access", "ipAddress": "156.206.181.119", "status": {"errorCode": 0}, "clientAppUsed": "Browser", "deviceDetail": {"deviceId": "", "operatingSystem": "Windows"}, "location": {"city": "Hannaville", "state": "Thomashaven", "countryOrRegion": "XY", "geoCoordinates": {"latitude": 1.1452695, "longitude": 128.249211}}, "correlationId": "7487193e-d943-4f48-9b3c-25584d77cccb", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "89c3504d-22f2-45f5-90b3-4ed37ab0936d", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "processingTimeInMilliseconds": 119, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "AWS Single-Account Access Service", "resourceId": "f0630e90-b752-4960-bfb9-a0794fc34930", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 279165, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "OXMi8gZPGRub5GK4pKMSbPOiXhxJFUebXC7CjMS1oWra3Xxf", "incomingTokenType": "none", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "1f37c851-4be4-455b-928a-fbde7845a68a"}}, {"time": "2022-08-15T07:46:53.713501Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "50158", "resultSignature": "None", "resultDescription": "External security challenge was not satisfied.", "durationMs": 0, "callerIpAddress": "44.22.19.201", "correlationId": "d10a1b7f-1e7b-49cd-8470-6adb2147fc7d", "identity": "Thomas Price", "Level": 4, "location": "XN", "properties": {"id": "679873db-6b8b-4ce1-9882-38480ea55300", "createdDateTime": "2022-08-15T07:46:53.843501Z", "userDisplayName": "Thomas Price", "userPrincipalName": "tprice@domain.com", "userId": "32109ee2-ee4f-4d11-9c38-2556aec0f2b5", "appId": "9a7e67c7-6f05-42a3-b226-97c7ec3e9696", "appDisplayName": "Adobe Identity Management", "ipAddress": "44.22.19.201", "status": {"errorCode": 50158, "failureReason": "External security challenge was not satisfied."}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (X11; Linux i686) AppleWebKit/535.2 (KHTML, like Gecko) Chrome/22.0.843.0 Safari/535.2 Edge/118.12158", "deviceDetail": {"deviceId": "a31478d2-f778-4d5a-b081-22579a9edcbe", "displayName": "THOMASPRICE-LT", "operatingSystem": "Windows 10", "browser": "Edge 118.12158", "trustType": "Hybrid Azure AD joined"}, "location": {"city": "Littlemouth", "state": "Alexanderfurt", "countryOrRegion": "XN", "geoCoordinates": {"latitude": 25.4437255, "longitude": -109.530885}}, "correlationId": "157216ac-3634-4b81-9e00-eb4c57779078", "conditionalAccessStatus": "failure", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "2f5538a7-5e77-4d15-857e-da4207048656", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "processingTimeInMilliseconds": 130, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Adobe Identity Management Service", "resourceId": "30663ca7-f8a9-43ab-8ca1-7906bdbc1485", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 230297, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "wZEPrf7MRBUr85zIwTKZEyuczGtMLam463Rij0QHxPT8I3c8", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "a6c259e5-7f16-48b2-a9f3-75becd6daa9b"}}, {"time": "2022-08-15T07:54:26.200248Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "156.206.181.119", "correlationId": "bdd34254-6506-49ca-b6c4-c59cb1aede9f", "identity": "Cynthia Perry", "Level": 4, "location": "XY", "properties": {"id": "927ca341-90b0-4f1c-97f5-9ebcad6c6f00", "createdDateTime": "2022-08-15T07:54:26.341248Z", "userDisplayName": "Cynthia Perry", "userPrincipalName": "cperry@domain.com", "userId": "ac5fa380-9d5b-470e-beb2-5ba10aca48e6", "appId": "9de6e985-97a5-4d82-9c45-aedaa9c25ef9", "appDisplayName": "AWS Single-Account Access", "ipAddress": "156.206.181.119", "status": {"errorCode": 0}, "clientAppUsed": "Browser", "deviceDetail": {"deviceId": "", "operatingSystem": "Windows"}, "location": {"city": "Hannaville", "state": "Thomashaven", "countryOrRegion": "XY", "geoCoordinates": {"latitude": 1.1452695, "longitude": 128.249211}}, "correlationId": "f50af5ca-79d1-4403-911e-2e502d584199", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "a454359e-a352-43cf-87e1-2bfbc12d2b2c", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 141, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "AWS Single-Account Access Service", "resourceId": "c65cf5f9-5537-4200-889e-381c4f60ca7d", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 279165, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "UVyU5MpDqf4WE921fhsQrWGMJb7Frz9oDPwXG5f3yo60fIS2", "incomingTokenType": "none", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": null, "rngcStatus": 0}}, {"time": "2022-08-15T07:57:38.362616Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "147.132.189.119", "correlationId": "dd72aa0c-896a-44ea-a08f-6df0024b5066", "identity": "Terry Proctor", "Level": 4, "location": "XR", "properties": {"id": "adaecd29-d27b-47bd-bda0-f9ce340e6c00", "createdDateTime": "2022-08-15T07:57:38.460616Z", "userDisplayName": "Terry Proctor", "userPrincipalName": "tproctor@domain.com", "userId": "03110cc5-e54f-4dae-b68a-bf5d945f8152", "appId": "9a7e67c7-6f05-42a3-b226-97c7ec3e9696", "appDisplayName": "Adobe Identity Management", "ipAddress": "147.132.189.119", "status": {"errorCode": 0, "additionalDetails": "MFA requirement satisfied by claim in the token"}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (X11; Linux i686) AppleWebKit/533.0 (KHTML, like Gecko) Chrome/24.0.803.0 Safari/533.0 Edge/40.11325", "deviceDetail": {"deviceId": "88ee69d5-1eb7-4f29-b594-e9b4e3371940", "displayName": "TERRYPROCTOR-LT", "operatingSystem": "Windows 10", "browser": "Edge 40.11325", "isCompliant": true, "isManaged": true, "trustType": "Azure AD joined"}, "location": {"city": "Port Denisetown", "state": "Smithton", "countryOrRegion": "XR", "geoCoordinates": {"latitude": 3.5518965, "longitude": 131.871582}}, "mfaDetail": {}, "correlationId": "b4dcf3d8-dfa7-481a-a328-5c4c6a992cad", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "0e1082be-135b-4a50-a1a9-44e0391fb76d", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 98, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Adobe Identity Management Service", "resourceId": "80abac89-d2c0-4b6c-8ffc-5023bd7efc5e", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 256668, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "W9LxFNOQmt8WSDPw3M2EFd4gFgs0fOhhBU84uKWYQ9Tht1Ci", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": null, "rngcStatus": 0}}, {"time": "2022-08-15T08:06:43.597605Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "13.113.40.157", "correlationId": "b6d1b814-dc25-4893-9c3e-ee917f8fa11d", "identity": "Attack Target", "Level": 4, "location": "XR", "properties": {"id": "8d2b057a-7641-4f9d-ad75-7b191b996100", "createdDateTime": "2022-08-15T08:06:43.717605Z", "userDisplayName": "Attack Target", "userPrincipalName": "attacktarget@domain.com", "userId": "d735e84b-dcca-404d-9f7d-700f360f41a6", "appId": "9a7e67c7-6f05-42a3-b226-97c7ec3e9696", "appDisplayName": "Adobe Identity Management", "ipAddress": "13.113.40.157", "ipAddressFromResourceProvider": "13.113.40.157", "status": {"errorCode": 0}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (iPad; CPU iPad OS 9_3_6 like Mac OS X) AppleWebKit/536.1 (KHTML, like Gecko) CriOS/42.0.865.0 Mobile/77O124 Safari/536.1 Edge/99.14477", "deviceDetail": {"deviceId": "a44625dc-6f81-449a-9799-8005f7209b42", "displayName": "ATTACKTARGET-LT", "operatingSystem": "Windows 10", "browser": "Edge 99.14477", "trustType": "Azure AD registered"}, "location": {"city": "New John", "state": "Smithfort", "countryOrRegion": "XR", "geoCoordinates": {"latitude": -89.144242, "longitude": 168.119022}}, "correlationId": "21cea4ac-9b47-4aab-a771-46089362182c", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "cc904706-0721-41dc-a0a2-d08b3746cff2", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "processingTimeInMilliseconds": 120, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Adobe Identity Management Service", "resourceId": "c8eab36d-0a82-409d-8693-a8dabc997921", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 34974, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "qpHB5Q6hAsnRstwgD2mgTDSu3Hsx2ITs9ySqssIUo1FuZKfF", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "2248d3ef-d7b8-4eb2-bd20-fb53f725bfe3"}}, {"time": "2022-08-15T08:35:55.743857Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "205.33.24.92", "correlationId": "cbaa5f04-5673-4735-94d1-af2d0e13c35b", "identity": "Aaron Cole", "Level": 4, "location": "XD", "properties": {"id": "4c995af8-3e38-4dcb-9141-ed01fc476800", "createdDateTime": "2022-08-15T08:35:55.976857Z", "userDisplayName": "Aaron Cole", "userPrincipalName": "acole@domain.com", "userId": "5d557969-1645-4ba4-be83-b6fd943659f7", "appId": "9d64cdda-8fe1-424a-8325-912d9d512004", "appDisplayName": "Help Scout", "ipAddress": "205.33.24.92", "status": {"errorCode": 0}, "clientAppUsed": "Browser", "userAgent": "Mozilla/5.0 (X11; Linux i686) AppleWebKit/536.2 (KHTML, like Gecko) Chrome/22.0.877.0 Safari/536.2", "deviceDetail": {"deviceId": "", "operatingSystem": "Windows 10", "browser": "Chrome 22.0.877.0"}, "location": {"city": "Kristinmouth", "state": "Norrisbury", "countryOrRegion": "XD", "geoCoordinates": {"latitude": 26.278784, "longitude": -92.042573}}, "correlationId": "01fde9d6-c5d9-4573-bfea-6555be940a76", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "d712f2aa-ac58-4742-8d06-6e674500e0ef", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 233, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Help Scout Service", "resourceId": "63fac12a-054f-4646-9f95-734d1c2d6f37", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 214655, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "jc1WvNqqjDs7LPMP1MovWMhWMf8yu0YLfxdkGnd7qYGFBezu", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "eb9433f0-1859-4ebe-a3a4-65b8faa666f7", "rngcStatus": 0}}, {"time": "2022-08-15T09:03:38.276536Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "1.210.58.10", "correlationId": "0891274f-647d-4132-bf29-9f9db8053fa3", "identity": "Keith Sheppard", "Level": 4, "location": "XD", "properties": {"id": "216ffce3-7ff0-474b-bd97-34a42e516d00", "createdDateTime": "2022-08-15T09:03:38.366536Z", "userDisplayName": "Keith Sheppard", "userPrincipalName": "ksheppard@domain.com", "userId": "05bd48f1-91d2-4c2d-9a7c-80e80f561b3c", "appId": "bf2855c0-7434-4262-8885-ad2f5206d324", "appDisplayName": "COINS Construction Cloud - Project and Productivity Apps", "ipAddress": "1.210.58.10", "status": {"errorCode": 0}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (Windows NT 4.0) AppleWebKit/531.1 (KHTML, like Gecko) Chrome/20.0.823.0 Safari/531.1 Edge/87.11424", "deviceDetail": {"deviceId": "639815fd-5018-4e38-9d81-67538b2ce460", "displayName": "KEITHSHEPPARD-LT", "operatingSystem": "Windows 10", "browser": "Edge 87.11424", "trustType": "Azure AD registered"}, "location": {"city": "Cooperhaven", "state": "Norrisbury", "countryOrRegion": "XD", "geoCoordinates": {"latitude": 70.436398, "longitude": -23.873747}}, "correlationId": "95bc0be3-f12b-4d67-81e8-5d5a49d38247", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "220c54f6-1977-46f7-b18c-2effb561e2c3", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 90, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "COINS Construction Cloud - Project and Productivity Apps Service", "resourceId": "f0630e90-b752-4960-bfb9-a0794fc34930", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 69487, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "JcdvM4WyjT4RzRv1QNZO8thIPt4gFQ81EyuI3RfYFYRPOSjU", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "1f37c851-4be4-455b-928a-fbde7845a68a", "rngcStatus": 0}}, {"time": "2022-08-15T09:46:36.481157Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "156.206.181.119", "correlationId": "44bfb7da-717b-483b-993e-70fe5849a58c", "identity": "Cynthia Perry", "Level": 4, "location": "XY", "properties": {"id": "47feb9b1-20cd-45b9-b445-8c61d02f6d00", "createdDateTime": "2022-08-15T09:46:36.554157Z", "userDisplayName": "Cynthia Perry", "userPrincipalName": "cperry@domain.com", "userId": "ac5fa380-9d5b-470e-beb2-5ba10aca48e6", "appId": "9a7e67c7-6f05-42a3-b226-97c7ec3e9696", "appDisplayName": "Adobe Identity Management", "ipAddress": "156.206.181.119", "status": {"errorCode": 0}, "clientAppUsed": "Mobile Apps and Desktop clients", "deviceDetail": {"deviceId": "", "operatingSystem": "Windows 10", "browser": "Rich Client v3.4.1.35249"}, "location": {"city": "Hannaville", "state": "Thomashaven", "countryOrRegion": "XY", "geoCoordinates": {"latitude": 1.1452695, "longitude": 128.249211}}, "correlationId": "758603bf-779e-4d8d-a839-b00ad17db00a", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "a67b42bc-1217-4ecf-a7b3-9c6efdbbfddf", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 73, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Adobe Identity Management Service", "resourceId": "80abac89-d2c0-4b6c-8ffc-5023bd7efc5e", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 279165, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "caLzrKDdPAAg9tGYV1QH1qBZr3mJVn96W7e9wGC0QbpKZhsP", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": null, "rngcStatus": 0}}, {"time": "2022-08-15T09:56:40.314929Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "13.113.40.157", "correlationId": "0455f7e2-7658-4ee7-868e-58f556706138", "identity": "Attack Target", "Level": 4, "location": "XR", "properties": {"id": "45f948cc-c7b8-4f70-b09f-6ae165758c00", "createdDateTime": "2022-08-15T09:56:40.585929Z", "userDisplayName": "Attack Target", "userPrincipalName": "attacktarget@domain.com", "userId": "d735e84b-dcca-404d-9f7d-700f360f41a6", "appId": "9c5b7fe3-0ad2-4ea6-94e5-9e0001f367e3", "appDisplayName": "Articulate 360", "ipAddress": "13.113.40.157", "status": {"errorCode": 0}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (iPad; CPU iPad OS 9_3_6 like Mac OS X) AppleWebKit/536.1 (KHTML, like Gecko) CriOS/42.0.865.0 Mobile/77O124 Safari/536.1 Edge/99.14477", "deviceDetail": {"deviceId": "a44625dc-6f81-449a-9799-8005f7209b42", "displayName": "ATTACKTARGET-LT", "operatingSystem": "Windows 10", "browser": "Edge 99.14477", "trustType": "Azure AD registered"}, "location": {"city": "Smithfort", "state": "Smithfort", "countryOrRegion": "XR", "geoCoordinates": {"latitude": 3.7564095, "longitude": -121.574606}}, "correlationId": "5e408670-0f02-4af5-a301-7911448a2706", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "29898602-609e-4848-874c-003c347fafd5", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 271, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Articulate 360 Online", "resourceId": "436260d5-3791-4aea-a4da-aa698ec35f2f", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 34974, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "RN6t3mixS2mj34qAq3AujgpnvseFAK9uAipOOxkl0vCMH7SJ", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "94b9f3ba-5f4b-4edc-99dc-a420b76960f9", "rngcStatus": 0}}, {"time": "2022-08-15T10:31:47.283269Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "147.132.189.119", "correlationId": "15f0a7ab-00b6-4b2a-8352-bdaadc29cd15", "identity": "Terry Proctor", "Level": 4, "location": "XR", "properties": {"id": "5e4e730b-8d3c-4dbc-a1a3-d71202a15c00", "createdDateTime": "2022-08-15T10:31:47.403269Z", "userDisplayName": "Terry Proctor", "userPrincipalName": "tproctor@domain.com", "userId": "03110cc5-e54f-4dae-b68a-bf5d945f8152", "appId": "9a7e67c7-6f05-42a3-b226-97c7ec3e9696", "appDisplayName": "Adobe Identity Management", "ipAddress": "147.132.189.119", "ipAddressFromResourceProvider": "86.154.193.190", "status": {"errorCode": 0, "additionalDetails": "MFA requirement satisfied by claim in the token"}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (X11; Linux i686) AppleWebKit/533.0 (KHTML, like Gecko) Chrome/24.0.803.0 Safari/533.0 Edge/40.11325", "deviceDetail": {"deviceId": "88ee69d5-1eb7-4f29-b594-e9b4e3371940", "displayName": "TERRYPROCTOR-LT", "operatingSystem": "Windows 10", "browser": "Edge 40.11325", "isCompliant": true, "isManaged": true, "trustType": "Azure AD joined"}, "location": {"city": "Port Denisetown", "state": "Smithton", "countryOrRegion": "XR", "geoCoordinates": {"latitude": 3.5518965, "longitude": 131.871582}}, "mfaDetail": {}, "correlationId": "2d146526-4c78-4d2a-9996-263f2e7e7394", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "a4ea28ad-4afa-4e23-ae2b-d097a8894a84", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "processingTimeInMilliseconds": 120, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Adobe Identity Management Service", "resourceId": "c8eab36d-0a82-409d-8693-a8dabc997921", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 256668, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "vVucamGkyKTKo0tHQmty92NGHmiOl8E3ClnyGBZblTQpFZdU", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "2248d3ef-d7b8-4eb2-bd20-fb53f725bfe3"}}, {"time": "2022-08-15T11:22:31.721609Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "1.210.58.10", "correlationId": "86af2303-40c2-4502-9e7b-1ad9288f837e", "identity": "Keith Sheppard", "Level": 4, "location": "XD", "properties": {"id": "676a8b82-7787-4511-9ea8-033972e69800", "createdDateTime": "2022-08-15T11:22:31.790609Z", "userDisplayName": "Keith Sheppard", "userPrincipalName": "ksheppard@domain.com", "userId": "05bd48f1-91d2-4c2d-9a7c-80e80f561b3c", "appId": "9a7e67c7-6f05-42a3-b226-97c7ec3e9696", "appDisplayName": "Adobe Identity Management", "ipAddress": "1.210.58.10", "status": {"errorCode": 0}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (Windows NT 4.0) AppleWebKit/531.1 (KHTML, like Gecko) Chrome/20.0.823.0 Safari/531.1 Edge/87.11424", "deviceDetail": {"deviceId": "639815fd-5018-4e38-9d81-67538b2ce460", "displayName": "KEITHSHEPPARD-LT", "operatingSystem": "Windows 10", "browser": "Edge 87.11424", "trustType": "Azure AD registered"}, "location": {"city": "Cooperhaven", "state": "Norrisbury", "countryOrRegion": "XD", "geoCoordinates": {"latitude": 70.436398, "longitude": -23.873747}}, "correlationId": "f67d7437-7c10-4226-a469-b4ab4c23a644", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "7f457677-a3e1-43c1-be19-3b5f5488a8a8", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 69, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Adobe Identity Management Service", "resourceId": "bca2b487-3a6c-440f-b1b7-a15b02771ad0", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 69487, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "JvBoM9OGNj48ZyRruuxmiwyZISN3Z8ZOfqqpMq1UXjo4h4Qq", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "4da47dd4-556d-4ba4-9847-c1850930ab5e", "rngcStatus": 0}}, {"time": "2022-08-15T11:27:24.494307Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "42.62.103.34", "correlationId": "3a3687e8-77c5-4e64-a8a1-e97bcbde4ce6", "identity": "Joseph Taylor", "Level": 4, "location": "XF", "properties": {"id": "b07bba22-ec36-47ef-95f1-3c7fa38f3b00", "createdDateTime": "2022-08-15T11:27:24.601307Z", "userDisplayName": "Joseph Taylor", "userPrincipalName": "jtaylor@domain.com", "userId": "af9847eb-c773-41ae-bf94-42747c5e986c", "appId": "2eae4ad1-8cae-48fe-b718-76bd66e2fc7f", "appDisplayName": "Bipsync", "ipAddress": "42.62.103.34", "status": {"errorCode": 0, "additionalDetails": "MFA requirement satisfied by claim in the token"}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (iPad; CPU iPad OS 9_3_6 like Mac OS X) AppleWebKit/536.1 (KHTML, like Gecko) CriOS/42.0.865.0 Mobile/77O124 Safari/536.1 Edge/99.14477", "deviceDetail": {"deviceId": "76b96bd3-e5d7-49ee-b195-bf363facdb3d", "displayName": "JOSEPHTAYLOR-LT", "operatingSystem": "Windows 10", "browser": "Edge 99.14477", "isCompliant": true, "isManaged": true, "trustType": "Azure AD joined"}, "location": {"city": "Jessicafurt", "state": "Smithbury", "countryOrRegion": "XF", "geoCoordinates": {"latitude": 17.5082395, "longitude": -115.304215}}, "mfaDetail": {}, "correlationId": "50d39da2-51f9-4301-8dad-9639552ea0b7", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "3b584ce2-78a7-4092-a883-8a5f76ce6e01", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 107, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Bipsync Service", "resourceId": "819aa3ed-3b63-4925-8388-0b8d41022941", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 393508, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "L4G2wWUy0XqcuPERwS0wQUqB4sUGYcONcwJcxiWMnpaEdaes", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "7f0c9abd-8b0d-4973-8675-a495454c0c86", "rngcStatus": 0}}, {"time": "2022-08-15T11:29:15.147102Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "86.154.193.190", "correlationId": "9de5e005-fab4-47d8-bcac-dd652d6461d2", "identity": "Kristen Howell", "Level": 4, "location": "XR", "properties": {"id": "aa3bb748-eba2-45e4-875d-8e3cf3615000", "createdDateTime": "2022-08-15T11:29:15.256102Z", "userDisplayName": "Kristen Howell", "userPrincipalName": "khowell@domain.com", "userId": "20e1e3f9-665f-45bd-9984-5e74b526d3b5", "appId": "2eae4ad1-8cae-48fe-b718-76bd66e2fc7f", "appDisplayName": "Bipsync", "ipAddress": "86.154.193.190", "status": {"errorCode": 0}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (X11; Linux i686) AppleWebKit/533.0 (KHTML, like Gecko) Chrome/24.0.803.0 Safari/533.0 Edge/40.11325", "deviceDetail": {"deviceId": "af204333-3bdf-4228-bbeb-e3a654075b5c", "displayName": "KRISTENHOWELL-LT", "operatingSystem": "Windows 10", "browser": "Edge 40.11325", "trustType": "Azure AD registered"}, "location": {"city": "Port Denisetown", "state": "Smithton", "countryOrRegion": "XR", "geoCoordinates": {"latitude": 3.5518965, "longitude": 131.871582}}, "correlationId": "0f47566f-0734-4b96-bbb8-d01c6bf77462", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "3728b85d-c34c-40ef-a2d2-5ed3cc52d244", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "processingTimeInMilliseconds": 109, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Bipsync Service", "resourceId": "819aa3ed-3b63-4925-8388-0b8d41022941", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 256668, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "GL6OBCxDt0XoZHdQ0dKd3Cdmdu7SS0GCB6kx8C7knceOAUxV", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "7f0c9abd-8b0d-4973-8675-a495454c0c86"}}, {"time": "2022-08-15T11:52:54.269246Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "42.62.103.34", "correlationId": "3947cbd9-bcda-416a-9d1e-6d32796d8975", "identity": "Joseph Taylor", "Level": 4, "location": "XF", "properties": {"id": "0247f9e7-1fff-44eb-af6f-23a339c97300", "createdDateTime": "2022-08-15T11:52:54.353246Z", "userDisplayName": "Joseph Taylor", "userPrincipalName": "jtaylor@domain.com", "userId": "af9847eb-c773-41ae-bf94-42747c5e986c", "appId": "e980a200-4916-4fcb-ae5a-3dee8f09d976", "appDisplayName": "Adoddle cSaas Platform", "ipAddress": "42.62.103.34", "status": {"errorCode": 0, "additionalDetails": "MFA requirement satisfied by claim in the token"}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (iPad; CPU iPad OS 9_3_6 like Mac OS X) AppleWebKit/536.1 (KHTML, like Gecko) CriOS/42.0.865.0 Mobile/77O124 Safari/536.1 Edge/99.14477", "deviceDetail": {"deviceId": "76b96bd3-e5d7-49ee-b195-bf363facdb3d", "displayName": "JOSEPHTAYLOR-LT", "operatingSystem": "Windows 10", "browser": "Edge 99.14477", "isCompliant": true, "isManaged": true, "trustType": "Azure AD joined"}, "location": {"city": "Jessicafurt", "state": "Smithbury", "countryOrRegion": "XF", "geoCoordinates": {"latitude": 17.5082395, "longitude": -115.304215}}, "mfaDetail": {}, "correlationId": "d41a3628-b657-41a7-8467-528e77c33217", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "08bd9394-0920-4ac0-848f-565c518f94b9", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 84, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Adoddle cSaas Platform Online", "resourceId": "2437523d-228a-44c0-b408-0de8a8a8276c", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 393508, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "r9ttfxsE6C4x7RHzwRAXbNDDL2OZf7qnEUA5vMjIOHvZwFV9", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "0eae9886-2d60-475f-9a14-3151a1cfa557", "rngcStatus": 0}}, {"time": "2022-08-15T12:00:09.975905Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "176.144.117.22", "correlationId": "9ef8b1bf-4ec2-45be-a668-f213c1fcd3c1", "identity": "Cynthia Perry", "Level": 4, "location": "XJ", "properties": {"id": "8e02be17-b237-45cb-8237-03a125816c00", "createdDateTime": "2022-08-15T12:00:10.123905Z", "userDisplayName": "Cynthia Perry", "userPrincipalName": "cperry@domain.com", "userId": "ac5fa380-9d5b-470e-beb2-5ba10aca48e6", "appId": "6d071ecf-d7f8-433f-9bab-a20a3234a486", "appDisplayName": "Microsoft Cloud App Security", "ipAddress": "176.144.117.22", "status": {"errorCode": 0}, "clientAppUsed": "Mobile Apps and Desktop clients", "deviceDetail": {"deviceId": "", "operatingSystem": "Ios"}, "location": {"city": "Espinozaborough", "state": "Earlport", "countryOrRegion": "XJ", "geoCoordinates": {"latitude": 82.510302, "longitude": -22.770351}}, "correlationId": "79b98893-9f64-4cf5-b40d-cdd3ef9abaad", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "cc3a71d7-073a-4330-89aa-78bcc9a61dce", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 148, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Microsoft Cloud App Security Online", "resourceId": "9a84f55e-3a40-492c-9476-e069f64ed7a6", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 286067, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "7JvxFOJCeqgJGQ5h1B29vfSW90vGxruM9vhemOdlEx5Gcn5n", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "37ee873b-f901-4e25-be69-010243106d0f", "rngcStatus": 0}}, {"time": "2022-08-15T12:49:52.313314Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "156.206.181.119", "correlationId": "989c9e48-31aa-4228-9526-b6cf8f3e26fd", "identity": "Cynthia Perry", "Level": 4, "location": "XY", "properties": {"id": "d613255f-ee47-4782-aac9-9042838a6800", "createdDateTime": "2022-08-15T12:49:52.403314Z", "userDisplayName": "Cynthia Perry", "userPrincipalName": "cperry@domain.com", "userId": "ac5fa380-9d5b-470e-beb2-5ba10aca48e6", "appId": "9de6e985-97a5-4d82-9c45-aedaa9c25ef9", "appDisplayName": "AWS Single-Account Access", "ipAddress": "156.206.181.119", "status": {"errorCode": 0}, "clientAppUsed": "Browser", "deviceDetail": {"deviceId": "", "operatingSystem": "Windows"}, "location": {"city": "Hannaville", "state": "Thomashaven", "countryOrRegion": "XY", "geoCoordinates": {"latitude": 1.1452695, "longitude": 128.249211}}, "correlationId": "2244ea46-ca9b-4da7-b855-ea8b9e105b1c", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "1497ae32-c620-4110-9255-02b296886a90", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 90, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "AWS Single-Account Access Service", "resourceId": "72f0186d-d327-46c9-a8ff-497e0caa8691", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 279165, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "p9oOwenqunRc9GOr4dzgkGJHc6HIq8r7aKdA6U9EOZDX9iV7", "incomingTokenType": "none", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": null, "rngcStatus": 0}}, {"time": "2022-08-15T12:51:09.968366Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "50158", "resultSignature": "None", "resultDescription": "External security challenge was not satisfied.", "durationMs": 0, "callerIpAddress": "147.132.189.119", "correlationId": "539ddbb1-620b-401a-917b-f6e2fe226b12", "identity": "Cassie Fernandez", "Level": 4, "location": "XR", "properties": {"id": "df70b726-7756-4baa-9a7d-5ac90fc98d00", "createdDateTime": "2022-08-15T12:51:10.068366Z", "userDisplayName": "Cassie Fernandez", "userPrincipalName": "cfernandez@domain.com", "userId": "67ef8be6-3f44-4db7-8172-fd6211428c1e", "appId": "79510a8f-6421-4348-a2ea-bcc2b02485c1", "appDisplayName": "Cisco AnyConnect", "ipAddress": "147.132.189.119", "status": {"errorCode": 50158, "failureReason": "External security challenge was not satisfied."}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (iPad; CPU iPad OS 9_3_6 like Mac OS X) AppleWebKit/536.1 (KHTML, like Gecko) CriOS/42.0.865.0 Mobile/77O124 Safari/536.1 Edge/99.14477", "deviceDetail": {"deviceId": "bf67c857-685a-4457-89c4-db2afa581bd2", "displayName": "CASSIEFERNANDEZ-LT", "operatingSystem": "Windows 10", "browser": "Edge 99.14477", "trustType": "Hybrid Azure AD joined"}, "location": {"city": "Port Denisetown", "state": "Smithton", "countryOrRegion": "XR", "geoCoordinates": {"latitude": 3.5518965, "longitude": 131.871582}}, "correlationId": "148bdac2-33fd-4c5b-99c0-66e46054aca8", "conditionalAccessStatus": "failure", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "e761978d-770e-417d-a08d-abc4042cbd92", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 100, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Cisco AnyConnect Online", "resourceId": "5d5b8d28-6a28-472e-b837-a4094e466965", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 256668, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "HvueVDre0GEExbR4nZ2CUl2N73Lhi4LNbd3qq2L55FkHUFCV", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "15655e1f-5005-4c53-b3c0-c4a1d1ca5e9e", "rngcStatus": 0}}, {"time": "2022-08-15T13:17:32.265594Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "156.206.181.119", "correlationId": "3774af8d-d619-4d62-8597-8221050bf85e", "identity": "Cynthia Perry", "Level": 4, "location": "XY", "properties": {"id": "d4236fef-7c73-4402-98e3-fe3c42066600", "createdDateTime": "2022-08-15T13:17:32.385594Z", "userDisplayName": "Cynthia Perry", "userPrincipalName": "cperry@domain.com", "userId": "ac5fa380-9d5b-470e-beb2-5ba10aca48e6", "appId": "9de6e985-97a5-4d82-9c45-aedaa9c25ef9", "appDisplayName": "AWS Single-Account Access", "ipAddress": "156.206.181.119", "status": {"errorCode": 0}, "clientAppUsed": "Browser", "deviceDetail": {"deviceId": "", "operatingSystem": "Windows"}, "location": {"city": "Hannaville", "state": "Thomashaven", "countryOrRegion": "XY", "geoCoordinates": {"latitude": 1.1452695, "longitude": 128.249211}}, "correlationId": "8b225c4a-fe97-49a4-a1f0-e6e5d89c4532", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "36a5e70f-8e45-4bc5-ace0-e51daeb867bc", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 120, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "AWS Single-Account Access Service", "resourceId": "c65cf5f9-5537-4200-889e-381c4f60ca7d", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 279165, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "Je1VG7vi9oxifSpnhr2zQbiBxWBFJH2JUfmOolvMcscG9WXP", "incomingTokenType": "none", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": null, "rngcStatus": 0}}, {"time": "2022-08-15T13:42:47.886680Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "156.206.181.119", "correlationId": "f740e5d1-5e68-44f3-b928-b924050ff126", "identity": "Cynthia Perry", "Level": 4, "location": "XY", "properties": {"id": "5960508f-6c99-4371-9d17-a215369b5a00", "createdDateTime": "2022-08-15T13:42:47.990680Z", "userDisplayName": "Cynthia Perry", "userPrincipalName": "cperry@domain.com", "userId": "ac5fa380-9d5b-470e-beb2-5ba10aca48e6", "appId": "9de6e985-97a5-4d82-9c45-aedaa9c25ef9", "appDisplayName": "AWS Single-Account Access", "ipAddress": "156.206.181.119", "status": {"errorCode": 0}, "clientAppUsed": "Browser", "deviceDetail": {"deviceId": "", "operatingSystem": "Windows"}, "location": {"city": "Hannaville", "state": "Thomashaven", "countryOrRegion": "XY", "geoCoordinates": {"latitude": 1.1452695, "longitude": 128.249211}}, "correlationId": "9cfb3b0e-e70d-4538-a92e-71399d60e264", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "e78b9823-dbb1-4c5b-9967-a9920b99c17c", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 104, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "AWS Single-Account Access Service", "resourceId": "9a84f55e-3a40-492c-9476-e069f64ed7a6", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 279165, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "A0SRKv7sh36VwOcd7IzhajIUp9TcjV68A9RFhUUUPr8ylI6l", "incomingTokenType": "none", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "37ee873b-f901-4e25-be69-010243106d0f", "rngcStatus": 0}}, {"time": "2022-08-15T13:54:34.346914Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "156.206.181.119", "correlationId": "1fb487de-981e-4227-b993-62d6e3eac543", "identity": "Cynthia Perry", "Level": 4, "location": "XY", "properties": {"id": "676a8b82-7787-4511-9ea8-0339fe999700", "createdDateTime": "2022-08-15T13:54:34.419914Z", "userDisplayName": "Cynthia Perry", "userPrincipalName": "cperry@domain.com", "userId": "ac5fa380-9d5b-470e-beb2-5ba10aca48e6", "appId": "9de6e985-97a5-4d82-9c45-aedaa9c25ef9", "appDisplayName": "AWS Single-Account Access", "ipAddress": "156.206.181.119", "status": {"errorCode": 0}, "clientAppUsed": "Browser", "deviceDetail": {"deviceId": "", "operatingSystem": "Windows"}, "location": {"city": "Hannaville", "state": "Thomashaven", "countryOrRegion": "XY", "geoCoordinates": {"latitude": 1.1452695, "longitude": 128.249211}}, "correlationId": "8e96cfd9-c083-4ea8-ae80-2ea7ac6e11ce", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "4737e891-13d8-4068-8170-5e223e644772", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 73, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "AWS Single-Account Access Service", "resourceId": "9a84f55e-3a40-492c-9476-e069f64ed7a6", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 279165, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "UkjJiesEnCwTt41cmZCN9dy2d7qUDIeSVS9EdK3iLoPDBPXP", "incomingTokenType": "none", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "37ee873b-f901-4e25-be69-010243106d0f", "rngcStatus": 0}}, {"time": "2022-08-15T14:26:50.442949Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "205.33.24.92", "correlationId": "dd9a6aa5-ab10-4fc6-8ddb-0c76bbf8a18a", "identity": "Aaron Cole", "Level": 4, "location": "XD", "properties": {"id": "2468034e-c03d-4a77-94b4-f89ba4ef6200", "createdDateTime": "2022-08-15T14:26:50.535949Z", "userDisplayName": "Aaron Cole", "userPrincipalName": "acole@domain.com", "userId": "5d557969-1645-4ba4-be83-b6fd943659f7", "appId": "36f74ffc-90e8-46e0-b0ed-588b76ed6f47", "appDisplayName": "Inspire", "ipAddress": "205.33.24.92", "status": {"errorCode": 0}, "clientAppUsed": "Browser", "deviceDetail": {"deviceId": "", "operatingSystem": "Windows", "browser": "Rich Client 4.35.1.0"}, "location": {"city": "Kristinmouth", "state": "Norrisbury", "countryOrRegion": "XD", "geoCoordinates": {"latitude": 26.278784, "longitude": -92.042573}}, "correlationId": "61cabdfc-d2bc-4b0c-b99a-edf57f5c2d46", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "74e4f8ed-882f-47fe-81c1-c1b99dba2106", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 93, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Inspire Online", "resourceId": "7bfbb7b7-4d69-428d-b8fd-4930b70ef2b7", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 214655, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "WWd90veqIrx3aWJVb67teKJpt8PC3RGXuPNKl55NC0Ljla00", "incomingTokenType": "none", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "cac89839-f185-4291-9f46-fc482c649c15", "rngcStatus": 0}}, {"time": "2022-08-15T14:37:32.686319Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "SignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "42.62.103.34", "correlationId": "68341379-6ee2-4c72-a19b-80f07e48e3ee", "identity": "Joseph Taylor", "Level": 4, "location": "XF", "properties": {"id": "159590e9-5419-4dbb-867e-3641073a6800", "createdDateTime": "2022-08-15T14:37:32.862319Z", "userDisplayName": "Joseph Taylor", "userPrincipalName": "jtaylor@domain.com", "userId": "af9847eb-c773-41ae-bf94-42747c5e986c", "appId": "e47a1d38-5f61-45cd-b1b9-bc92f525c598", "appDisplayName": "Altoura", "ipAddress": "42.62.103.34", "status": {"errorCode": 0, "additionalDetails": "MFA requirement satisfied by claim in the token"}, "clientAppUsed": "Browser", "userAgent": "Mozilla/5.0 (Linux; Android 2.3.5) AppleWebKit/532.2 (KHTML, like Gecko) Chrome/46.0.898.0 Safari/532.2 Edge/105.19198", "deviceDetail": {"deviceId": "76b96bd3-e5d7-49ee-b195-bf363facdb3d", "displayName": "JOSEPHTAYLOR-LT", "operatingSystem": "Windows 10", "browser": "Edge 105.19198", "isCompliant": true, "isManaged": true, "trustType": "Azure AD joined"}, "location": {"city": "Jessicafurt", "state": "Smithbury", "countryOrRegion": "XF", "geoCoordinates": {"latitude": 17.5082395, "longitude": -115.304215}}, "mfaDetail": {}, "correlationId": "490b96cf-6a56-48a6-9c09-0b9fe4880e37", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "364fd9ad-2e18-459e-aff4-cb586399cf54", "isInteractive": true, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 176, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Altoura Online", "resourceId": "8a137ba4-52ae-4dbf-94af-2e56851573c4", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 393508, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "j6SD0bd1drMbAgI1YiwoYel1Sn7ZK0QVSIfagHrHieX8suhT", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": null, "rngcStatus": 0}}, {"time": "2022-08-15T14:42:35.066493Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "42.62.103.34", "correlationId": "a5ebae0c-cbef-4596-bc98-d56228a335b2", "identity": "Joseph Taylor", "Level": 4, "location": "XF", "properties": {"id": "483c0e94-ba31-4740-8d5f-3f3a4cab6700", "createdDateTime": "2022-08-15T14:42:35.227493Z", "userDisplayName": "Joseph Taylor", "userPrincipalName": "jtaylor@domain.com", "userId": "af9847eb-c773-41ae-bf94-42747c5e986c", "appId": "36f74ffc-90e8-46e0-b0ed-588b76ed6f47", "appDisplayName": "Inspire", "ipAddress": "42.62.103.34", "status": {"errorCode": 0, "additionalDetails": "MFA requirement satisfied by claim in the token"}, "clientAppUsed": "Browser", "userAgent": "Mozilla/5.0 (Linux; Android 2.3.5) AppleWebKit/532.2 (KHTML, like Gecko) Chrome/46.0.898.0 Safari/532.2 Edge/105.19198", "deviceDetail": {"deviceId": "76b96bd3-e5d7-49ee-b195-bf363facdb3d", "displayName": "JOSEPHTAYLOR-LT", "operatingSystem": "Windows 10", "browser": "Edge 105.19198", "isCompliant": true, "isManaged": true, "trustType": "Azure AD joined"}, "location": {"city": "Jessicafurt", "state": "Smithbury", "countryOrRegion": "XF", "geoCoordinates": {"latitude": 17.5082395, "longitude": -115.304215}}, "mfaDetail": {}, "correlationId": "b89472b2-7dcf-4e94-8b7e-6384596a3fb2", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "bf4e3841-29f0-4468-8cc9-994fceb00218", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 161, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Inspire Online", "resourceId": "f0630e90-b752-4960-bfb9-a0794fc34930", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 393508, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "CEJu1cBUHPOpmaUDlwVyFHqDMfE8FKKoIDjrFvqd62OjV5Mg", "incomingTokenType": "none", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "1f37c851-4be4-455b-928a-fbde7845a68a", "rngcStatus": 0}}, {"time": "2022-08-15T14:46:59.936259Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "13.113.40.157", "correlationId": "213c8269-26a1-409f-b725-019091fb4591", "identity": "Attack Target", "Level": 4, "location": "XR", "properties": {"id": "ed1cc7f2-5495-4045-9a89-64219a736e00", "createdDateTime": "2022-08-15T14:47:00.284259Z", "userDisplayName": "Attack Target", "userPrincipalName": "attacktarget@domain.com", "userId": "d735e84b-dcca-404d-9f7d-700f360f41a6", "appId": "9c5b7fe3-0ad2-4ea6-94e5-9e0001f367e3", "appDisplayName": "Articulate 360", "ipAddress": "13.113.40.157", "status": {"errorCode": 0}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (iPad; CPU iPad OS 9_3_6 like Mac OS X) AppleWebKit/536.1 (KHTML, like Gecko) CriOS/42.0.865.0 Mobile/77O124 Safari/536.1 Edge/99.14477", "deviceDetail": {"deviceId": "a44625dc-6f81-449a-9799-8005f7209b42", "displayName": "ATTACKTARGET-LT", "operatingSystem": "Windows 10", "browser": "Edge 99.14477", "trustType": "Azure AD registered"}, "location": {"city": "Smithfort", "state": "Smithfort", "countryOrRegion": "XR", "geoCoordinates": {"latitude": 3.7564095, "longitude": -121.574606}}, "correlationId": "959656f6-8d87-47ff-8993-3910ea56f1ed", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "229aff03-856e-4710-985b-c41b55759d7e", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 348, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Articulate 360 Online", "resourceId": "436260d5-3791-4aea-a4da-aa698ec35f2f", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 34974, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "zZ6SUIHrV8rNgamfBjFOaHVxit502C1gMiYyedhMu08RJpZu", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "94b9f3ba-5f4b-4edc-99dc-a420b76960f9", "rngcStatus": 0}}, {"time": "2022-08-15T14:48:37.909717Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "91.132.253.146", "correlationId": "bcb3c09b-d1a7-4ab4-9d6d-08e203b617ff", "identity": "Aaron Cole", "Level": 4, "location": "XD", "properties": {"id": "9be25273-1fa9-48f5-a19d-482a1dca8f00", "createdDateTime": "2022-08-15T14:48:38.010717Z", "userDisplayName": "Aaron Cole", "userPrincipalName": "acole@domain.com", "userId": "5d557969-1645-4ba4-be83-b6fd943659f7", "appId": "09882a0a-ccfc-4f24-bedf-653c30932b5b", "appDisplayName": "InviteDesk", "ipAddress": "91.132.253.146", "status": {"errorCode": 0}, "clientAppUsed": "Browser", "deviceDetail": {"deviceId": "", "operatingSystem": "Windows"}, "location": {"city": "Rickshire", "state": "Norrisbury", "countryOrRegion": "XD", "geoCoordinates": {"latitude": -78.5751045, "longitude": 58.329246}}, "correlationId": "564e4b11-a2a3-4b0d-844a-91575929823a", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "db3f3e55-2bf0-4170-a2c9-791dd204b0c6", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 101, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "InviteDesk Online", "resourceId": "4884a600-51a1-4fe8-b87a-e49065a2e034", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 214655, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "QJpX6UxiNK8I108e9kQvs7lEfsuN4ZagvM1SPshG9dKXnaME", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "d8dd2939-e6c4-4d69-91fc-ea73791997a4", "rngcStatus": 0}}, {"time": "2022-08-15T14:54:39.473848Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "SignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "199.12.127.103", "correlationId": "cf3abf82-6b90-48fb-b1b4-4e1a2003acde", "identity": "Jacob Meyers", "Level": 4, "location": "XG", "properties": {"id": "3e4015a7-fc3f-46ab-bde5-2cd80efd7000", "createdDateTime": "2022-08-15T14:54:39.557848Z", "userDisplayName": "Jacob Meyers", "userPrincipalName": "jmeyers@domain.com", "userId": "c63a67b0-1651-4a8a-9560-cc703cdad5ad", "appId": "1b3edb90-1e06-46db-b021-e2fc1f7ddaf5", "appDisplayName": "Beatrust", "ipAddress": "199.12.127.103", "status": {"errorCode": 0}, "clientAppUsed": "Browser", "userAgent": "Mozilla/5.0 (Windows NT 5.1) AppleWebKit/534.1 (KHTML, like Gecko) Chrome/37.0.847.0 Safari/534.1", "deviceDetail": {"deviceId": "", "operatingSystem": "Windows 10", "browser": "Chrome 37.0.847.0"}, "location": {"city": "Port Nathan", "state": "Newmanville", "countryOrRegion": "XG", "geoCoordinates": {"latitude": 23.244641, "longitude": -113.392021}}, "correlationId": "82786836-29e2-42d4-9fd1-e01589ac464e", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "a1a10d97-87a8-4686-be37-86c32919c6d5", "isInteractive": true, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 84, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Beatrust Service", "resourceId": "24578515-1951-4064-967d-0d2acaf0aa70", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 282405, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "Y598ZtOKypZTKFp42tP34UbI0HZOtfq3AQHju1LC3y4UnqOo", "incomingTokenType": "none", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "0e68752b-7dfa-400b-a6f5-1b54af90696a", "rngcStatus": 0}}, {"time": "2022-08-15T14:55:57.464984Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "13.113.40.157", "correlationId": "c0058529-af59-44a0-80f0-fbe902ab0b21", "identity": "Attack Target", "Level": 4, "location": "XR", "properties": {"id": "7f19788f-2e61-49ad-9601-4fe6d6e57600", "createdDateTime": "2022-08-15T14:55:57.572984Z", "userDisplayName": "Attack Target", "userPrincipalName": "attacktarget@domain.com", "userId": "d735e84b-dcca-404d-9f7d-700f360f41a6", "appId": "9a7e67c7-6f05-42a3-b226-97c7ec3e9696", "appDisplayName": "Adobe Identity Management", "ipAddress": "13.113.40.157", "status": {"errorCode": 0}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (iPad; CPU iPad OS 9_3_6 like Mac OS X) AppleWebKit/536.1 (KHTML, like Gecko) CriOS/42.0.865.0 Mobile/77O124 Safari/536.1 Edge/99.14477", "deviceDetail": {"deviceId": "a44625dc-6f81-449a-9799-8005f7209b42", "displayName": "ATTACKTARGET-LT", "operatingSystem": "Windows 10", "browser": "Edge 99.14477", "trustType": "Azure AD registered"}, "location": {"city": "Smithfort", "state": "Smithfort", "countryOrRegion": "XR", "geoCoordinates": {"latitude": 3.7564095, "longitude": -121.574606}}, "correlationId": "90ce5f77-ac93-48a2-8c67-3445e6734ec9", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "a8a0cce9-c379-4490-8231-0ec70cdc2662", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 108, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Adobe Identity Management Service", "resourceId": "7d6a0897-8b82-49e9-90e2-d482fb9202bd", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 34974, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "n3mL9Eg8aCoWiCYke22VtJaxBjfmARLvHDXyfUzbl11SR5SS", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "537d9419-7e2b-4778-9102-62256bcfcf45", "rngcStatus": 0}}, {"time": "2022-08-15T15:01:22.571360Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "13.113.40.157", "correlationId": "789dd668-fe45-4a46-bf71-470154ca7965", "identity": "Attack Target", "Level": 4, "location": "XR", "properties": {"id": "720d181b-6cd7-4a61-bb3c-89a6803d9000", "createdDateTime": "2022-08-15T15:01:22.688360Z", "userDisplayName": "Attack Target", "userPrincipalName": "attacktarget@domain.com", "userId": "d735e84b-dcca-404d-9f7d-700f360f41a6", "appId": "9a7e67c7-6f05-42a3-b226-97c7ec3e9696", "appDisplayName": "Adobe Identity Management", "ipAddress": "13.113.40.157", "ipAddressFromResourceProvider": "13.113.40.157", "status": {"errorCode": 0}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (iPad; CPU iPad OS 9_3_6 like Mac OS X) AppleWebKit/536.1 (KHTML, like Gecko) CriOS/42.0.865.0 Mobile/77O124 Safari/536.1 Edge/99.14477", "deviceDetail": {"deviceId": "a44625dc-6f81-449a-9799-8005f7209b42", "displayName": "ATTACKTARGET-LT", "operatingSystem": "Windows 10", "browser": "Edge 99.14477", "trustType": "Azure AD registered"}, "location": {"city": "Smithfort", "state": "Smithfort", "countryOrRegion": "XR", "geoCoordinates": {"latitude": 3.7564095, "longitude": -121.574606}}, "correlationId": "7a8d73a5-7118-47ca-bebc-9315633b0716", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "ba52f1ef-2791-4e61-b13f-e3818a2f77c9", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 117, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Adobe Identity Management Service", "resourceId": "c8eab36d-0a82-409d-8693-a8dabc997921", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 34974, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "8OSpqqqNQIzGuxoDXvoIUvwirEKPW9twIcbMFhaE71U4p9Gm", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "2248d3ef-d7b8-4eb2-bd20-fb53f725bfe3", "rngcStatus": 0}}, {"time": "2022-08-15T15:37:15.408905Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "86.154.193.190", "correlationId": "4c3a07cd-4bbc-4517-b3b3-79848ed5c67a", "identity": "Kristen Howell", "Level": 4, "location": "XR", "properties": {"id": "d3f6133c-40ae-4464-a6cd-9ee936a96b00", "createdDateTime": "2022-08-15T15:37:15.500905Z", "userDisplayName": "Kristen Howell", "userPrincipalName": "khowell@domain.com", "userId": "20e1e3f9-665f-45bd-9984-5e74b526d3b5", "appId": "9a7e67c7-6f05-42a3-b226-97c7ec3e9696", "appDisplayName": "Adobe Identity Management", "ipAddress": "86.154.193.190", "status": {"errorCode": 0, "additionalDetails": "MFA requirement satisfied by claim in the token"}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (X11; Linux i686) AppleWebKit/533.0 (KHTML, like Gecko) Chrome/24.0.803.0 Safari/533.0 Edge/40.11325", "deviceDetail": {"deviceId": "6ea76864-5f18-47dd-adb9-2b1dfcbfc425", "displayName": "KRISTENHOWELL-LT", "operatingSystem": "Windows 10", "browser": "Edge 40.11325", "isCompliant": true, "isManaged": true, "trustType": "Azure AD joined"}, "location": {"city": "Port Denisetown", "state": "Smithton", "countryOrRegion": "XR", "geoCoordinates": {"latitude": 3.5518965, "longitude": 131.871582}}, "mfaDetail": {}, "correlationId": "a97cf5cd-4cf1-4ba8-8a58-a36f75d0f57c", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "a6b6791a-529a-4c91-9a4c-254462750fbb", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 92, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Adobe Identity Management Service", "resourceId": "80abac89-d2c0-4b6c-8ffc-5023bd7efc5e", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 256668, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "qKYVEYHFo4rdbrfKBX1hGHvnFzxAm87q6MrW80nMWIYUQpTu", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": null, "rngcStatus": 0}}, {"time": "2022-08-15T16:11:26.970602Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "50158", "resultSignature": "None", "resultDescription": "External security challenge was not satisfied.", "durationMs": 0, "callerIpAddress": "92.110.109.246", "correlationId": "39872125-04d2-4381-8a29-63045da74b72", "identity": "Thomas Price", "Level": 4, "location": "XR", "properties": {"id": "c27355bf-335a-4f00-ab57-c82719fc5800", "createdDateTime": "2022-08-15T16:11:27.108602Z", "userDisplayName": "Thomas Price", "userPrincipalName": "tprice@domain.com", "userId": "32109ee2-ee4f-4d11-9c38-2556aec0f2b5", "appId": "9a7e67c7-6f05-42a3-b226-97c7ec3e9696", "appDisplayName": "Adobe Identity Management", "ipAddress": "92.110.109.246", "status": {"errorCode": 50158, "failureReason": "External security challenge was not satisfied."}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (X11; Linux i686) AppleWebKit/535.2 (KHTML, like Gecko) Chrome/22.0.843.0 Safari/535.2 Edge/118.12158", "deviceDetail": {"deviceId": "0927e60c-8dfa-4ecf-be85-ad63bccf40a1", "displayName": "THOMASPRICE-LT", "operatingSystem": "Windows 10", "browser": "Edge 118.12158", "trustType": "Hybrid Azure AD joined"}, "location": {"city": "Port Denisetown", "state": "Smithton", "countryOrRegion": "XR", "geoCoordinates": {"latitude": 3.5518965, "longitude": 131.871582}}, "correlationId": "734b6ef6-93b2-4dcb-9565-1df08288eced", "conditionalAccessStatus": "failure", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "8c271b95-b7bd-4800-902c-7f96a8d79f0d", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "processingTimeInMilliseconds": 138, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Adobe Identity Management Service", "resourceId": "30663ca7-f8a9-43ab-8ca1-7906bdbc1485", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 230297, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "qLJzC3EkNICcavTdhRo9CpnpVFSwyqjHEIy8HDnI6oIOMPwx", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "a6c259e5-7f16-48b2-a9f3-75becd6daa9b"}}, {"time": "2022-08-15T16:26:55.130037Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "156.206.181.119", "correlationId": "49dc031c-4468-4b3c-aa0e-be57c2a4f4f7", "identity": "Cynthia Perry", "Level": 4, "location": "XY", "properties": {"id": "f181ae5f-d802-41ad-8b90-384a73554d00", "createdDateTime": "2022-08-15T16:26:55.269037Z", "userDisplayName": "Cynthia Perry", "userPrincipalName": "cperry@domain.com", "userId": "ac5fa380-9d5b-470e-beb2-5ba10aca48e6", "appId": "9de6e985-97a5-4d82-9c45-aedaa9c25ef9", "appDisplayName": "AWS Single-Account Access", "ipAddress": "156.206.181.119", "status": {"errorCode": 0}, "clientAppUsed": "Browser", "deviceDetail": {"deviceId": "", "operatingSystem": "Windows"}, "location": {"city": "Hannaville", "state": "Thomashaven", "countryOrRegion": "XY", "geoCoordinates": {"latitude": 1.1452695, "longitude": 128.249211}}, "correlationId": "265f6846-103c-494b-a4f8-2ec4299282d1", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "27fa7f78-72fb-49ec-8952-7e3f553cbc1f", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "processingTimeInMilliseconds": 139, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "AWS Single-Account Access Service", "resourceId": "c65cf5f9-5537-4200-889e-381c4f60ca7d", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 279165, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "9v0yPQn02Iy6nR6QiUQ68iwkHxGnrF5281WX72m8iGPMU1ew", "incomingTokenType": "none", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": null}}, {"time": "2022-08-15T16:38:53.610853Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "1.210.58.10", "correlationId": "340c2983-40ba-4105-a7f1-851eac2e1559", "identity": "Keith Sheppard", "Level": 4, "location": "XD", "properties": {"id": "5e1f96fa-d5c3-4e87-a10d-952e59637100", "createdDateTime": "2022-08-15T16:38:53.707853Z", "userDisplayName": "Keith Sheppard", "userPrincipalName": "ksheppard@domain.com", "userId": "05bd48f1-91d2-4c2d-9a7c-80e80f561b3c", "appId": "7b74bf77-058a-4c0d-9d9d-5523c3bc80ed", "appDisplayName": "GitHub Enterprise Cloud - Organization", "ipAddress": "1.210.58.10", "status": {"errorCode": 0}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (Windows NT 4.0) AppleWebKit/531.1 (KHTML, like Gecko) Chrome/20.0.823.0 Safari/531.1 Edge/87.11424", "deviceDetail": {"deviceId": "639815fd-5018-4e38-9d81-67538b2ce460", "displayName": "KEITHSHEPPARD-LT", "operatingSystem": "Windows 10", "browser": "Edge 87.11424", "trustType": "Azure AD registered"}, "location": {"city": "Cooperhaven", "state": "Norrisbury", "countryOrRegion": "XD", "geoCoordinates": {"latitude": 70.436398, "longitude": -23.873747}}, "correlationId": "0f01d717-c45a-4317-b499-b33114a86e42", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "f2ab1f6f-1a17-4fe1-bc88-b6b6d4948879", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 97, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "GitHub Enterprise Cloud - Organization Online", "resourceId": "51e679b4-5774-4b5f-9636-df5ea66b9380", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 69487, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "HoNCuTIf9BbqNXKoeU5yDV7msq5CCJSduaUgrxv6tfC6NPJi", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "6e8f419c-7f10-40b1-a52a-e4fb253c74c2", "rngcStatus": 0}}, {"time": "2022-08-15T16:46:43.758538Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "SignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "99.116.100.205", "correlationId": "4583805c-66fe-4540-bfac-e9f1d1f9efdb", "identity": "Aaron Cole", "Level": 4, "location": "XD", "properties": {"id": "3e4015a7-fc3f-46ab-bde5-2cd816507100", "createdDateTime": "2022-08-15T16:46:43.871538Z", "userDisplayName": "Aaron Cole", "userPrincipalName": "acole@domain.com", "userId": "5d557969-1645-4ba4-be83-b6fd943659f7", "appId": "03d81133-bfaa-4cad-b5fc-938f0fe86da9", "appDisplayName": "Dream Broker Studio", "ipAddress": "99.116.100.205", "status": {"errorCode": 0}, "clientAppUsed": "Browser", "userAgent": "Mozilla/5.0 (Linux; Android 2.3.5) AppleWebKit/532.2 (KHTML, like Gecko) Chrome/46.0.898.0 Safari/532.2 Edge/105.19198", "deviceDetail": {"deviceId": "", "operatingSystem": "Windows 10", "browser": "Edge 105.19198"}, "location": {"city": "Carrollstad", "state": "Norrisbury", "countryOrRegion": "XD", "geoCoordinates": {"latitude": -38.8540465, "longitude": -17.674718}}, "correlationId": "25a01286-fb54-433c-8c00-43012ed8b86b", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "5bf39623-5f85-4605-8c3f-9db525bf4619", "isInteractive": true, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 113, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Dream Broker Studio Online", "resourceId": "f0630e90-b752-4960-bfb9-a0794fc34930", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 214655, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "C8g0DyM7Hg0VyE51MZki2LH3afylTq5AbiAyLIrphoW3DbVW", "incomingTokenType": "none", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "1f37c851-4be4-455b-928a-fbde7845a68a", "rngcStatus": 0}}, {"time": "2022-08-15T17:17:40.634451Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "86.154.193.190", "correlationId": "5d5e27a3-f088-41e2-a41e-dbe0c9adf535", "identity": "Jamie Watson", "Level": 4, "location": "XR", "properties": {"id": "cb1cdc58-3d1a-4d1a-ab9f-1d77fce21900", "createdDateTime": "2022-08-15T17:17:40.714451Z", "userDisplayName": "Jamie Watson", "userPrincipalName": "jwatson@domain.com", "userId": "2844695b-9a70-48ed-a5ce-f3d711e2292b", "appId": "9a7e67c7-6f05-42a3-b226-97c7ec3e9696", "appDisplayName": "Adobe Identity Management", "ipAddress": "86.154.193.190", "status": {"errorCode": 0}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (X11; Linux i686) AppleWebKit/533.0 (KHTML, like Gecko) Chrome/24.0.803.0 Safari/533.0 Edge/40.11325", "deviceDetail": {"deviceId": "fc784602-6455-4450-be3c-6770e0359f8a", "displayName": "JAMIEWATSON-LT", "operatingSystem": "Windows 10", "browser": "Edge 40.11325", "isCompliant": true, "isManaged": true, "trustType": "Azure AD joined"}, "location": {"city": "Port Denisetown", "state": "Smithton", "countryOrRegion": "XR", "geoCoordinates": {"latitude": 3.5518965, "longitude": 131.871582}}, "correlationId": "07f5656b-2896-4ab8-960f-119595de0999", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "eca50ba0-b55e-4bfa-9c5b-c0efc5e3abb1", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 80, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Adobe Identity Management Service", "resourceId": "80abac89-d2c0-4b6c-8ffc-5023bd7efc5e", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 256668, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "OuWmeqipY1SzKjLsOGWxDMJOUIfkyVPKC1oiOCIBZL4g60Od", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": null, "rngcStatus": 0}}, {"time": "2022-08-15T17:29:04.227768Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "19.20.89.178", "correlationId": "f998adcd-0712-4245-bc8f-ac7f61d8b469", "identity": "Jamie Watson", "Level": 4, "location": "XR", "properties": {"id": "528a72ae-c612-474f-a22e-2f6972ce7000", "createdDateTime": "2022-08-15T17:29:04.303768Z", "userDisplayName": "Jamie Watson", "userPrincipalName": "jwatson@domain.com", "userId": "2844695b-9a70-48ed-a5ce-f3d711e2292b", "appId": "9167c284-c68f-468a-84be-0ee4f23879fe", "appDisplayName": "ArcGIS Enterprise", "ipAddress": "19.20.89.178", "status": {"errorCode": 0}, "clientAppUsed": "Mobile Apps and Desktop clients", "deviceDetail": {"deviceId": "", "operatingSystem": "Android"}, "location": {"city": "Samanthaberg", "state": "Smithton", "countryOrRegion": "XR", "geoCoordinates": {"latitude": -68.556166, "longitude": -172.972506}}, "correlationId": "ff65d4d7-8639-4b5d-8185-0085491e7c5e", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "9ad4dee7-5e01-41a6-b9d0-6ce254c49f57", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 76, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "ArcGIS Enterprise Service", "resourceId": "716aba4b-c9f6-4449-afd5-9a63e6544db2", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 34974, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "kX9Fyj7U4EsdBxosT71ukUmOBbWvPN40QPPUXw11WyCaEYT7", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "91299e6a-641e-45f3-8eb9-00c8dc321db1", "rngcStatus": 0}}, {"time": "2022-08-15T17:39:09.304480Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "1.210.58.10", "correlationId": "e96d2c4f-a047-4255-b8ed-df64ac11d6a0", "identity": "Keith Sheppard", "Level": 4, "location": "XD", "properties": {"id": "599e6756-2da1-4fc0-bb78-22b5e33e5600", "createdDateTime": "2022-08-15T17:39:09.401480Z", "userDisplayName": "Keith Sheppard", "userPrincipalName": "ksheppard@domain.com", "userId": "05bd48f1-91d2-4c2d-9a7c-80e80f561b3c", "appId": "9003b8ba-730c-412d-8972-267700304e01", "appDisplayName": "Box", "ipAddress": "1.210.58.10", "status": {"errorCode": 0}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (Windows NT 4.0) AppleWebKit/531.1 (KHTML, like Gecko) Chrome/20.0.823.0 Safari/531.1 Edge/87.11424", "deviceDetail": {"deviceId": "639815fd-5018-4e38-9d81-67538b2ce460", "displayName": "KEITHSHEPPARD-LT", "operatingSystem": "Windows 10", "browser": "Edge 87.11424", "trustType": "Azure AD registered"}, "location": {"city": "Cooperhaven", "state": "Norrisbury", "countryOrRegion": "XD", "geoCoordinates": {"latitude": 70.436398, "longitude": -23.873747}}, "correlationId": "57d41211-8f3c-4302-9857-93028affe9a9", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "551478e7-587b-462b-9c08-53a05b81026a", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "processingTimeInMilliseconds": 97, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Box Online", "resourceId": "72f0186d-d327-46c9-a8ff-497e0caa8691", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 69487, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "OFgsIAK4XGn0Njr9nNML8aKbTLncvXNoErAT3ouRaEIIhcZy", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": null}}, {"time": "2022-08-15T17:41:51.878184Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "50158", "resultSignature": "None", "resultDescription": "External security challenge was not satisfied.", "durationMs": 0, "callerIpAddress": "92.110.109.246", "correlationId": "ce998a8c-595c-4018-8ab6-47780250f14b", "identity": "Thomas Price", "Level": 4, "location": "XR", "properties": {"id": "38d1405c-86c6-4469-98c5-85aee9147700", "createdDateTime": "2022-08-15T17:41:51.998184Z", "userDisplayName": "Thomas Price", "userPrincipalName": "tprice@domain.com", "userId": "32109ee2-ee4f-4d11-9c38-2556aec0f2b5", "appId": "9a7e67c7-6f05-42a3-b226-97c7ec3e9696", "appDisplayName": "Adobe Identity Management", "ipAddress": "92.110.109.246", "status": {"errorCode": 50158, "failureReason": "External security challenge was not satisfied."}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (X11; Linux i686) AppleWebKit/535.2 (KHTML, like Gecko) Chrome/22.0.843.0 Safari/535.2 Edge/118.12158", "deviceDetail": {"deviceId": "fb4d911d-6441-411b-868f-d25d5586a326", "displayName": "THOMASPRICE-LT", "operatingSystem": "Windows 10", "browser": "Edge 118.12158", "trustType": "Hybrid Azure AD joined"}, "location": {"city": "Port Denisetown", "state": "Smithton", "countryOrRegion": "XR", "geoCoordinates": {"latitude": 3.5518965, "longitude": 131.871582}}, "correlationId": "021cfc5f-216c-4257-a826-917633bbf68b", "conditionalAccessStatus": "failure", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "6d77d324-ae10-4d7c-94dd-12a96673e512", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 120, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Adobe Identity Management Service", "resourceId": "30663ca7-f8a9-43ab-8ca1-7906bdbc1485", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 230297, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "ibkvFL1W9FfI0OLOp1qoiklIIfML4mgfwquFJM1XdQGE1jmh", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "a6c259e5-7f16-48b2-a9f3-75becd6daa9b", "rngcStatus": 0}}, {"time": "2022-08-15T18:04:07.706446Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "147.132.189.119", "correlationId": "054c8356-b9c4-4b7d-a923-05ea1ae42a88", "identity": "Cassie Fernandez", "Level": 4, "location": "XR", "properties": {"id": "adaecd29-d27b-47bd-bda0-f9ce88dd6300", "createdDateTime": "2022-08-15T18:04:07.824446Z", "userDisplayName": "Cassie Fernandez", "userPrincipalName": "cfernandez@domain.com", "userId": "67ef8be6-3f44-4db7-8172-fd6211428c1e", "appId": "2eae4ad1-8cae-48fe-b718-76bd66e2fc7f", "appDisplayName": "Bipsync", "ipAddress": "147.132.189.119", "status": {"errorCode": 0}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (iPad; CPU iPad OS 9_3_6 like Mac OS X) AppleWebKit/536.1 (KHTML, like Gecko) CriOS/42.0.865.0 Mobile/77O124 Safari/536.1 Edge/99.14477", "deviceDetail": {"deviceId": "d5a487a1-ef7d-4960-9723-7fdadce19af3", "displayName": "CASSIEFERNANDEZ-LT", "operatingSystem": "Windows 10", "browser": "Edge 99.14477", "trustType": "Azure AD registered"}, "location": {"city": "Port Denisetown", "state": "Smithton", "countryOrRegion": "XR", "geoCoordinates": {"latitude": 3.5518965, "longitude": 131.871582}}, "correlationId": "8ffaae37-6a6a-4c9c-a7ae-fd2f0940cb54", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "f343ea75-d281-4d04-8eea-1a15af61e1ca", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 118, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Bipsync Service", "resourceId": "aaf780ce-b996-49b9-986d-8bb23f7bce3a", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 256668, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "iJ7UvJpvCSyiG0FNw73sTLVDN1CoRfCLtgknCGKZkgN923Iv", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "b7da42cc-a168-4148-b15a-792ad32c2ff5", "rngcStatus": 0}}, {"time": "2022-08-15T18:04:19.705116Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "13.113.40.157", "correlationId": "979a8ae6-da02-47bf-9054-f4b152e41c6f", "identity": "Attack Target", "Level": 4, "location": "XR", "properties": {"id": "f76a87a3-7638-4ccc-9bfd-93d2f1837300", "createdDateTime": "2022-08-15T18:04:19.834116Z", "userDisplayName": "Attack Target", "userPrincipalName": "attacktarget@domain.com", "userId": "d735e84b-dcca-404d-9f7d-700f360f41a6", "appId": "9a7e67c7-6f05-42a3-b226-97c7ec3e9696", "appDisplayName": "Adobe Identity Management", "ipAddress": "13.113.40.157", "ipAddressFromResourceProvider": "13.113.40.157", "status": {"errorCode": 0}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (iPad; CPU iPad OS 9_3_6 like Mac OS X) AppleWebKit/536.1 (KHTML, like Gecko) CriOS/42.0.865.0 Mobile/77O124 Safari/536.1 Edge/99.14477", "deviceDetail": {"deviceId": "a44625dc-6f81-449a-9799-8005f7209b42", "displayName": "ATTACKTARGET-LT", "operatingSystem": "Windows 10", "browser": "Edge 99.14477", "trustType": "Azure AD registered"}, "location": {"city": "Smithfort", "state": "Smithfort", "countryOrRegion": "XR", "geoCoordinates": {"latitude": 3.7564095, "longitude": -121.574606}}, "correlationId": "a1849700-9330-4c76-abfe-26728bb7d743", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "093d64f8-4e26-4dd9-9c65-28dfec5bbddb", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 129, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Adobe Identity Management Service", "resourceId": "c8eab36d-0a82-409d-8693-a8dabc997921", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 34974, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "FDM3WPNG7t53N6jVcVzngDtV1rxnciQsh0xbtROf9tbxp0nc", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "2248d3ef-d7b8-4eb2-bd20-fb53f725bfe3", "rngcStatus": 0}}, {"time": "2022-08-15T18:10:38.245435Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "50158", "resultSignature": "None", "resultDescription": "External security challenge was not satisfied.", "durationMs": 0, "callerIpAddress": "177.189.225.133", "correlationId": "4942da91-1e7f-44e1-a33c-206da9822107", "identity": "Thomas Price", "Level": 4, "location": "XQ", "properties": {"id": "9196283f-f012-41c0-af98-b20bf30b5800", "createdDateTime": "2022-08-15T18:10:38.376435Z", "userDisplayName": "Thomas Price", "userPrincipalName": "tprice@domain.com", "userId": "32109ee2-ee4f-4d11-9c38-2556aec0f2b5", "appId": "9a7e67c7-6f05-42a3-b226-97c7ec3e9696", "appDisplayName": "Adobe Identity Management", "ipAddress": "177.189.225.133", "status": {"errorCode": 50158, "failureReason": "External security challenge was not satisfied."}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (X11; Linux i686) AppleWebKit/535.2 (KHTML, like Gecko) Chrome/22.0.843.0 Safari/535.2 Edge/118.12158", "deviceDetail": {"deviceId": "72c565a0-f587-4d5e-9fa9-82cab482ddf0", "displayName": "THOMASPRICE-LT", "operatingSystem": "Windows 10", "browser": "Edge 118.12158", "trustType": "Hybrid Azure AD joined"}, "location": {"city": "Brownton", "state": "Stephanieberg", "countryOrRegion": "XQ", "geoCoordinates": {"latitude": 60.015373, "longitude": -41.508557}}, "correlationId": "0a2c8866-2ab8-4fe0-aed5-5e6979d955d9", "conditionalAccessStatus": "failure", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "0e61b0cf-4d1a-4a1d-a486-1c10e63302d7", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "processingTimeInMilliseconds": 131, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Adobe Identity Management Service", "resourceId": "30663ca7-f8a9-43ab-8ca1-7906bdbc1485", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 104135, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "aLBr63nRwscl9nu5IOgflYqzfNfVkHcYxbHLKUXKeKTaOYJj", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "a6c259e5-7f16-48b2-a9f3-75becd6daa9b"}}, {"time": "2022-08-15T18:14:22.050365Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "SignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "205.33.24.92", "correlationId": "87b67018-4166-4cd1-a8eb-f1d42f349ba2", "identity": "Aaron Cole", "Level": 4, "location": "XD", "properties": {"id": "9be25273-1fa9-48f5-a19d-482afb519100", "createdDateTime": "2022-08-15T18:14:22.124365Z", "userDisplayName": "Aaron Cole", "userPrincipalName": "acole@domain.com", "userId": "5d557969-1645-4ba4-be83-b6fd943659f7", "appId": "e47a1d38-5f61-45cd-b1b9-bc92f525c598", "appDisplayName": "Altoura", "ipAddress": "205.33.24.92", "status": {"errorCode": 0}, "clientAppUsed": "Browser", "userAgent": "Mozilla/5.0 (X11; Linux i686) AppleWebKit/536.2 (KHTML, like Gecko) Chrome/22.0.877.0 Safari/536.2", "deviceDetail": {"deviceId": "", "operatingSystem": "Windows 10", "browser": "Chrome 22.0.877.0"}, "location": {"city": "Kristinmouth", "state": "Norrisbury", "countryOrRegion": "XD", "geoCoordinates": {"latitude": 26.278784, "longitude": -92.042573}}, "correlationId": "8964c73f-4c00-4248-86a4-4fd2ed2662bd", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "9c3ed989-d0ed-41d6-907a-45d7482d352e", "isInteractive": true, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 74, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Altoura Online", "resourceId": "8a137ba4-52ae-4dbf-94af-2e56851573c4", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 214655, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "Npe3GbDR4uY2WGIfS3egySsZoZIxTgBeAa3Na5agVq8YA8KK", "incomingTokenType": "none", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": null, "rngcStatus": 0}}, {"time": "2022-08-15T18:16:50.408565Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "22.42.248.243", "correlationId": "cb9d7bce-b3f7-4879-94dd-32b72c954673", "identity": "Melissa Martin", "Level": 4, "location": "XR", "properties": {"id": "fc7381e7-8660-4e7b-937f-ae03ab037200", "createdDateTime": "2022-08-15T18:16:50.555565Z", "userDisplayName": "Melissa Martin", "userPrincipalName": "mmartin@domain.com", "userId": "632ccb55-03a7-40f4-9893-653527cae790", "appId": "9167c284-c68f-468a-84be-0ee4f23879fe", "appDisplayName": "ArcGIS Enterprise", "ipAddress": "22.42.248.243", "status": {"errorCode": 0}, "clientAppUsed": "Mobile Apps and Desktop clients", "deviceDetail": {"deviceId": "", "operatingSystem": "Ios", "browser": "Mobile Safari"}, "location": {"city": "Port Denisetown", "state": "Smithton", "countryOrRegion": "XR", "geoCoordinates": {"latitude": 40.136047, "longitude": 44.514491}}, "correlationId": "c2e316ec-fadb-48b7-813d-5da91af42200", "conditionalAccessStatus": "notApplied", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "a5ef0b8d-b754-4b85-ab6d-d60b5119a884", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 147, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "ArcGIS Enterprise Service", "resourceId": "7a8caa38-3454-4033-9b2e-0e69152cca1e", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 432564, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "hk9MZSIYpSlinFM4v8hZtJ96DZ2NgKVJevSzfFQa52tJ01ba", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "7c9b147a-b2e2-42f4-8881-d000653c3411", "rngcStatus": 0}}, {"time": "2022-08-15T18:20:09.236450Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "147.132.189.119", "correlationId": "9d0560cc-0120-463d-acb4-b27baa2cfe9e", "identity": "Terry Proctor", "Level": 4, "location": "XR", "properties": {"id": "ada0cd79-9550-4249-a9fe-bc5785d59500", "createdDateTime": "2022-08-15T18:20:09.337450Z", "userDisplayName": "Terry Proctor", "userPrincipalName": "tproctor@domain.com", "userId": "03110cc5-e54f-4dae-b68a-bf5d945f8152", "appId": "9a7e67c7-6f05-42a3-b226-97c7ec3e9696", "appDisplayName": "Adobe Identity Management", "ipAddress": "147.132.189.119", "ipAddressFromResourceProvider": "86.154.193.190", "status": {"errorCode": 0, "additionalDetails": "MFA requirement satisfied by claim in the token"}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (X11; Linux i686) AppleWebKit/533.0 (KHTML, like Gecko) Chrome/24.0.803.0 Safari/533.0 Edge/40.11325", "deviceDetail": {"deviceId": "88ee69d5-1eb7-4f29-b594-e9b4e3371940", "displayName": "TERRYPROCTOR-LT", "operatingSystem": "Windows 10", "browser": "Edge 40.11325", "isCompliant": true, "isManaged": true, "trustType": "Azure AD joined"}, "location": {"city": "Port Denisetown", "state": "Smithton", "countryOrRegion": "XR", "geoCoordinates": {"latitude": 3.5518965, "longitude": 131.871582}}, "mfaDetail": {}, "correlationId": "2e5b446e-b8a7-4df9-b4ae-17e1e2506e56", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "d3de9943-a410-46fd-8943-9a8864d35405", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 101, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Adobe Identity Management Service", "resourceId": "9a84f55e-3a40-492c-9476-e069f64ed7a6", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 256668, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "uG7lC9LwuquDmeHSAmCcbLHkSSVARxyGBJQ0dUHs9o15ildF", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "37ee873b-f901-4e25-be69-010243106d0f", "rngcStatus": 0}}, {"time": "2022-08-15T18:38:02.934892Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "156.206.181.119", "correlationId": "24f0bcbf-504c-479c-a4be-c43e593141b7", "identity": "Cynthia Perry", "Level": 4, "location": "XY", "properties": {"id": "b2eaf7a7-4585-4df8-ad0b-b8692feb4e00", "createdDateTime": "2022-08-15T18:38:03.063892Z", "userDisplayName": "Cynthia Perry", "userPrincipalName": "cperry@domain.com", "userId": "ac5fa380-9d5b-470e-beb2-5ba10aca48e6", "appId": "9de6e985-97a5-4d82-9c45-aedaa9c25ef9", "appDisplayName": "AWS Single-Account Access", "ipAddress": "156.206.181.119", "status": {"errorCode": 0}, "clientAppUsed": "Browser", "deviceDetail": {"deviceId": "", "operatingSystem": "Windows"}, "location": {"city": "Hannaville", "state": "Thomashaven", "countryOrRegion": "XY", "geoCoordinates": {"latitude": 1.1452695, "longitude": 128.249211}}, "correlationId": "d483a862-0c74-4b54-ab46-c465f46ba950", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "b0d370e9-c52d-49ad-b200-893ef8f03452", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "processingTimeInMilliseconds": 129, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "AWS Single-Account Access Service", "resourceId": "c65cf5f9-5537-4200-889e-381c4f60ca7d", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 279165, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "L1Gka7z5QBeV04kuU3q0gteRczqT1UGaibCjRryriQrwg5zz", "incomingTokenType": "none", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": null}}, {"time": "2022-08-15T18:40:40.089468Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "205.33.24.92", "correlationId": "e5f689dc-9607-4c4b-ada5-12fa136a479b", "identity": "Aaron Cole", "Level": 4, "location": "XD", "properties": {"id": "c42d1a02-7ec4-48b5-9f37-6b02713c7000", "createdDateTime": "2022-08-15T18:40:40.183468Z", "userDisplayName": "Aaron Cole", "userPrincipalName": "acole@domain.com", "userId": "5d557969-1645-4ba4-be83-b6fd943659f7", "appId": "cb9ad245-0b24-4c75-ba23-398500baf7a8", "appDisplayName": "FileCloud", "ipAddress": "205.33.24.92", "status": {"errorCode": 0}, "clientAppUsed": "Browser", "deviceDetail": {"deviceId": "", "operatingSystem": "Windows", "browser": "Rich Client 4.35.1.0"}, "location": {"city": "Kristinmouth", "state": "Norrisbury", "countryOrRegion": "XD", "geoCoordinates": {"latitude": 26.278784, "longitude": -92.042573}}, "correlationId": "1d5734b2-8500-4d48-add3-d8e2fdef4e4a", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "94f77d94-dd15-4a02-addc-cf5d3a5d56de", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 94, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "FileCloud Service", "resourceId": "f0630e90-b752-4960-bfb9-a0794fc34930", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 214655, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "5F7sCet9U2HCaJo9QvMIPSE8kW834GYZTFkrKSPseJWnYSZV", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "1f37c851-4be4-455b-928a-fbde7845a68a", "rngcStatus": 0}}, {"time": "2022-08-15T18:40:55.009727Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "99.116.100.205", "correlationId": "ae87bec8-241f-4f17-b898-65b34621d684", "identity": "Aaron Cole", "Level": 4, "location": "XD", "properties": {"id": "17558929-4181-40d4-9645-7d29acc87700", "createdDateTime": "2022-08-15T18:40:55.219727Z", "userDisplayName": "Aaron Cole", "userPrincipalName": "acole@domain.com", "userId": "5d557969-1645-4ba4-be83-b6fd943659f7", "appId": "af50c7b0-ad5f-40ec-840e-8d89be454ce4", "appDisplayName": "Citrix ShareFile", "ipAddress": "99.116.100.205", "status": {"errorCode": 0}, "clientAppUsed": "Browser", "deviceDetail": {"deviceId": "", "operatingSystem": "Windows10", "browser": "Rich Client 4.36.1.0"}, "location": {"city": "Carrollstad", "state": "Norrisbury", "countryOrRegion": "XD", "geoCoordinates": {"latitude": -38.8540465, "longitude": -17.674718}}, "correlationId": "f81cbbb4-dda6-43f9-9005-d37f771206bb", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "bb35a280-4503-444b-a0f5-f49d1bd9ba39", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 210, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Citrix ShareFile Online", "resourceId": "24578515-1951-4064-967d-0d2acaf0aa70", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 214655, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "Ce63uTOiXEQf9qhZkgtNXMJmm0M3GeFYKzhbKTfYE9yTYaab", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "0e68752b-7dfa-400b-a6f5-1b54af90696a", "rngcStatus": 0}}, {"time": "2022-08-15T18:48:57.630312Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "13.113.40.157", "correlationId": "1b4d4e57-0ead-4103-a435-8086eb571ac1", "identity": "Attack Target", "Level": 4, "location": "XR", "properties": {"id": "78c2d22b-2231-4c67-bb82-cf57df596300", "createdDateTime": "2022-08-15T18:48:57.751312Z", "userDisplayName": "Attack Target", "userPrincipalName": "attacktarget@domain.com", "userId": "d735e84b-dcca-404d-9f7d-700f360f41a6", "appId": "9a7e67c7-6f05-42a3-b226-97c7ec3e9696", "appDisplayName": "Adobe Identity Management", "ipAddress": "13.113.40.157", "ipAddressFromResourceProvider": "13.113.40.157", "status": {"errorCode": 0}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (iPad; CPU iPad OS 9_3_6 like Mac OS X) AppleWebKit/536.1 (KHTML, like Gecko) CriOS/42.0.865.0 Mobile/77O124 Safari/536.1 Edge/99.14477", "deviceDetail": {"deviceId": "a44625dc-6f81-449a-9799-8005f7209b42", "displayName": "ATTACKTARGET-LT", "operatingSystem": "Windows 10", "browser": "Edge 99.14477", "trustType": "Azure AD registered"}, "location": {"city": "Smithfort", "state": "Smithfort", "countryOrRegion": "XR", "geoCoordinates": {"latitude": 3.7564095, "longitude": -121.574606}}, "correlationId": "aaa297fd-4b74-4b5b-ba1c-96e771937066", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "4aef3ce5-800b-48df-ad2e-72523b730cf2", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 121, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Adobe Identity Management Service", "resourceId": "c8eab36d-0a82-409d-8693-a8dabc997921", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 34974, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "5PbTIjWLJMeUH2GSu8rPBRqL81e9zsjCigGKHwxM02DTDxjO", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "2248d3ef-d7b8-4eb2-bd20-fb53f725bfe3", "rngcStatus": 0}}, {"time": "2022-08-15T18:59:48.403875Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "50158", "resultSignature": "None", "resultDescription": "External security challenge was not satisfied.", "durationMs": 0, "callerIpAddress": "147.132.189.119", "correlationId": "051a0be6-f27d-476e-8257-e3f01ee83dd3", "identity": "Cassie Fernandez", "Level": 4, "location": "XR", "properties": {"id": "e4ea9516-35e1-4b49-aa95-88a4c8206f00", "createdDateTime": "2022-08-15T18:59:48.523875Z", "userDisplayName": "Cassie Fernandez", "userPrincipalName": "cfernandez@domain.com", "userId": "67ef8be6-3f44-4db7-8172-fd6211428c1e", "appId": "79510a8f-6421-4348-a2ea-bcc2b02485c1", "appDisplayName": "Cisco AnyConnect", "ipAddress": "147.132.189.119", "status": {"errorCode": 50158, "failureReason": "External security challenge was not satisfied."}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (iPad; CPU iPad OS 9_3_6 like Mac OS X) AppleWebKit/536.1 (KHTML, like Gecko) CriOS/42.0.865.0 Mobile/77O124 Safari/536.1 Edge/99.14477", "deviceDetail": {"deviceId": "bf67c857-685a-4457-89c4-db2afa581bd2", "displayName": "CASSIEFERNANDEZ-LT", "operatingSystem": "Windows 10", "browser": "Edge 99.14477", "trustType": "Hybrid Azure AD joined"}, "location": {"city": "Port Denisetown", "state": "Smithton", "countryOrRegion": "XR", "geoCoordinates": {"latitude": 3.5518965, "longitude": 131.871582}}, "correlationId": "2d4d3020-ac2d-4929-8ea2-d76b0127d720", "conditionalAccessStatus": "failure", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "aafb9ea9-58d6-404b-a2e8-71f53052a1cc", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 120, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Cisco AnyConnect Online", "resourceId": "5d5b8d28-6a28-472e-b837-a4094e466965", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 256668, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "KmoZdcbv9f53QNsVdgfI121VUmPrGRomyqAtMXg6IiQ5Azz2", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "15655e1f-5005-4c53-b3c0-c4a1d1ca5e9e", "rngcStatus": 0}}, {"time": "2022-08-15T19:24:43.565345Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "86.154.193.190", "correlationId": "4cc2eb18-ba42-4489-90ff-f62a6d555760", "identity": "Jamie Watson", "Level": 4, "location": "XR", "properties": {"id": "23856212-0a3a-4f29-a3b7-e176571c8e00", "createdDateTime": "2022-08-15T19:24:43.664345Z", "userDisplayName": "Jamie Watson", "userPrincipalName": "jwatson@domain.com", "userId": "2844695b-9a70-48ed-a5ce-f3d711e2292b", "appId": "ad65aaed-51a8-4877-830e-8a5273604c87", "appDisplayName": "Docusign", "ipAddress": "86.154.193.190", "status": {"errorCode": 0}, "clientAppUsed": "Browser", "deviceDetail": {"deviceId": "fc784602-6455-4450-be3c-6770e0359f8a", "displayName": "JAMIEWATSON-LT", "operatingSystem": "Windows", "browser": "Rich Client 4.42.0.0", "isCompliant": true, "isManaged": true, "trustType": "Azure AD joined"}, "location": {"city": "Port Denisetown", "state": "Smithton", "countryOrRegion": "XR", "geoCoordinates": {"latitude": 3.5518965, "longitude": 131.871582}}, "correlationId": "450244eb-c6e5-448a-ad06-e16e11ddbefa", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "5fb12c38-d1a9-4be8-b0c0-eb58050d230e", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 99, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Docusign Service", "resourceId": "24578515-1951-4064-967d-0d2acaf0aa70", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 256668, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "QFHdGcNYM4woRymZZ0rnDKN2oyDU4rjK6cbvsp19KN7uO2x2", "incomingTokenType": "none", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "0e68752b-7dfa-400b-a6f5-1b54af90696a", "rngcStatus": 0}}, {"time": "2022-08-15T19:30:55.450568Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "50158", "resultSignature": "None", "resultDescription": "External security challenge was not satisfied.", "durationMs": 0, "callerIpAddress": "92.110.109.246", "correlationId": "1da20ff2-1f5f-4746-9a24-3ef2f43582fc", "identity": "Thomas Price", "Level": 4, "location": "XR", "properties": {"id": "df70b726-7756-4baa-9a7d-5ac915f08d00", "createdDateTime": "2022-08-15T19:30:55.578568Z", "userDisplayName": "Thomas Price", "userPrincipalName": "tprice@domain.com", "userId": "32109ee2-ee4f-4d11-9c38-2556aec0f2b5", "appId": "9a7e67c7-6f05-42a3-b226-97c7ec3e9696", "appDisplayName": "Adobe Identity Management", "ipAddress": "92.110.109.246", "status": {"errorCode": 50158, "failureReason": "External security challenge was not satisfied."}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (X11; Linux i686) AppleWebKit/535.2 (KHTML, like Gecko) Chrome/22.0.843.0 Safari/535.2 Edge/118.12158", "deviceDetail": {"deviceId": "35819889-abdc-47e0-b28d-5195d26e941f", "displayName": "THOMASPRICE-LT", "operatingSystem": "Windows 10", "browser": "Edge 118.12158", "trustType": "Hybrid Azure AD joined"}, "location": {"city": "Port Denisetown", "state": "Smithton", "countryOrRegion": "XR", "geoCoordinates": {"latitude": 3.5518965, "longitude": 131.871582}}, "correlationId": "0f0ebc30-becf-4bd8-8a87-b517e7ec2b54", "conditionalAccessStatus": "failure", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "9cca482f-ac82-43e7-93b9-d2fa1bd8bb5f", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 128, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Adobe Identity Management Service", "resourceId": "30663ca7-f8a9-43ab-8ca1-7906bdbc1485", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 230297, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "2IKuIW8BvkjzVO6j4PP40bKLeEcWbCxcbzou1ytp519l5EYr", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "a6c259e5-7f16-48b2-a9f3-75becd6daa9b", "rngcStatus": 0}}, {"time": "2022-08-15T19:37:46.693543Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "156.206.181.119", "correlationId": "35543975-31fc-40d2-b82a-270ea945cebc", "identity": "Cynthia Perry", "Level": 4, "location": "XY", "properties": {"id": "9fd4e587-f898-44c4-9cdb-b091d10e6500", "createdDateTime": "2022-08-15T19:37:46.797543Z", "userDisplayName": "Cynthia Perry", "userPrincipalName": "cperry@domain.com", "userId": "ac5fa380-9d5b-470e-beb2-5ba10aca48e6", "appId": "9de6e985-97a5-4d82-9c45-aedaa9c25ef9", "appDisplayName": "AWS Single-Account Access", "ipAddress": "156.206.181.119", "status": {"errorCode": 0}, "clientAppUsed": "Browser", "deviceDetail": {"deviceId": "", "operatingSystem": "Windows"}, "location": {"city": "Hannaville", "state": "Thomashaven", "countryOrRegion": "XY", "geoCoordinates": {"latitude": 1.1452695, "longitude": 128.249211}}, "correlationId": "6a4997e0-dfb0-4336-96dc-07ed45c07282", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "578ef7f1-d74d-4327-b851-6344f49139f3", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 104, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "AWS Single-Account Access Service", "resourceId": "9a84f55e-3a40-492c-9476-e069f64ed7a6", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 279165, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "4lbvQkO3THbfjYaL2LjfQFooPL8MD4KGYqhoz64rs3XtY2Zb", "incomingTokenType": "none", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "37ee873b-f901-4e25-be69-010243106d0f", "rngcStatus": 0}}, {"time": "2022-08-15T19:56:51.996960Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "700082", "resultSignature": "None", "resultDescription": "Other", "durationMs": 0, "callerIpAddress": "54.119.29.60", "correlationId": "d02c8a2e-31fb-4b93-b68e-93a2d881bfcc", "identity": "Thomas Price", "Level": 4, "location": "XR", "properties": {"id": "06aa2776-6961-4f0a-b4c3-b478e0905800", "createdDateTime": "2022-08-15T19:56:52.334960Z", "userDisplayName": "Thomas Price", "userPrincipalName": "tprice@domain.com", "userId": "32109ee2-ee4f-4d11-9c38-2556aec0f2b5", "appId": "9a7e67c7-6f05-42a3-b226-97c7ec3e9696", "appDisplayName": "Adobe Identity Management", "ipAddress": "54.119.29.60", "status": {"errorCode": 700082, "failureReason": "Other"}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (X11; Linux i686) AppleWebKit/535.2 (KHTML, like Gecko) Chrome/22.0.843.0 Safari/535.2 Edge/118.12158", "deviceDetail": {"deviceId": "852272bd-2ab1-474f-a99e-4922ea7031d3", "displayName": "THOMASPRICE-LT", "operatingSystem": "Windows 10", "browser": "Edge 118.12158", "trustType": "Hybrid Azure AD joined"}, "location": {"city": "Port Kimberlytown", "state": "Curtisport", "countryOrRegion": "XR", "geoCoordinates": {"latitude": 26.3152295, "longitude": 147.770404}}, "correlationId": "719fb1f5-9baf-44c3-bb50-858b4a1773ac", "conditionalAccessStatus": "notApplied", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "cd53325a-52ab-4757-887f-c1dba248ed47", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "processingTimeInMilliseconds": 338, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Adobe Identity Management Service", "resourceId": "30663ca7-f8a9-43ab-8ca1-7906bdbc1485", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 359213, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "ivij8dGp5172jxpfYxVs5LdVVapNVG5z2MQZ96ziicdIvyVT", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "a6c259e5-7f16-48b2-a9f3-75becd6daa9b"}}, {"time": "2022-08-15T19:58:48.539640Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "1.210.58.10", "correlationId": "4f8eeece-0623-484b-922d-f851d5ad54a1", "identity": "Keith Sheppard", "Level": 4, "location": "XD", "properties": {"id": "428b6e35-2558-4b6a-b97f-38a210fe7500", "createdDateTime": "2022-08-15T19:58:48.627640Z", "userDisplayName": "Keith Sheppard", "userPrincipalName": "ksheppard@domain.com", "userId": "05bd48f1-91d2-4c2d-9a7c-80e80f561b3c", "appId": "9a7e67c7-6f05-42a3-b226-97c7ec3e9696", "appDisplayName": "Adobe Identity Management", "ipAddress": "1.210.58.10", "status": {"errorCode": 0}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (Windows NT 4.0) AppleWebKit/531.1 (KHTML, like Gecko) Chrome/20.0.823.0 Safari/531.1 Edge/87.11424", "deviceDetail": {"deviceId": "639815fd-5018-4e38-9d81-67538b2ce460", "displayName": "KEITHSHEPPARD-LT", "operatingSystem": "Windows 10", "browser": "Edge 87.11424", "trustType": "Azure AD registered"}, "location": {"city": "Cooperhaven", "state": "Norrisbury", "countryOrRegion": "XD", "geoCoordinates": {"latitude": 70.436398, "longitude": -23.873747}}, "correlationId": "401aa58d-4095-4079-8ae0-29f5dd1fe097", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "baf3bb18-e2be-483f-a0c7-b03468cf7cb1", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 88, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Adobe Identity Management Service", "resourceId": "f0630e90-b752-4960-bfb9-a0794fc34930", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 69487, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "9w8AIKs9ztJdekdoco9DbQBBHNXbXxsIXm3o8o2GK79zUz8A", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "1f37c851-4be4-455b-928a-fbde7845a68a", "rngcStatus": 0}}, {"time": "2022-08-15T20:00:19.453542Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "205.33.24.92", "correlationId": "1e3996d1-bfcf-402a-b12f-ca560468d572", "identity": "Vanessa Ramirez", "Level": 4, "location": "XD", "properties": {"id": "ace681b4-3934-4235-befc-67edc9e67400", "createdDateTime": "2022-08-15T20:00:19.548542Z", "userDisplayName": "Vanessa Ramirez", "userPrincipalName": "vramirez@domain.com", "userId": "5d72b7ed-62ea-4b94-b931-ccef65d71ebd", "appId": "9a7e67c7-6f05-42a3-b226-97c7ec3e9696", "appDisplayName": "Adobe Identity Management", "ipAddress": "205.33.24.92", "status": {"errorCode": 0}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (X11; Linux i686) AppleWebKit/532.2 (KHTML, like Gecko) Chrome/21.0.853.0 Safari/532.2 Edge/89.19380", "deviceDetail": {"deviceId": "e395a3f4-8f2d-4170-804f-d3e13ce3151b", "displayName": "VANESSARAMIREZ-LT", "operatingSystem": "Windows 10", "browser": "Edge 89.19380", "trustType": "Azure AD registered"}, "location": {"city": "Kristinmouth", "state": "Norrisbury", "countryOrRegion": "XD", "geoCoordinates": {"latitude": 26.278784, "longitude": -92.042573}}, "correlationId": "d7613eb8-001e-42c3-92ab-228eb703333a", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "39a36027-d7d8-4991-b319-2b70273466f2", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 95, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Adobe Identity Management Service", "resourceId": "30663ca7-f8a9-43ab-8ca1-7906bdbc1485", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 214655, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "62hhvvuFVPIaCIBMQskEVeOeB2MdSbclBMR89KC555UE13Ky", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "a6c259e5-7f16-48b2-a9f3-75becd6daa9b", "rngcStatus": 0}}, {"time": "2022-08-15T20:04:52.699062Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "13.113.40.157", "correlationId": "047083be-7c09-4d18-96be-e87e98b23107", "identity": "Attack Target", "Level": 4, "location": "XR", "properties": {"id": "1393f37b-4819-4d94-99e0-8c33753d5300", "createdDateTime": "2022-08-15T20:04:53.043062Z", "userDisplayName": "Attack Target", "userPrincipalName": "attacktarget@domain.com", "userId": "d735e84b-dcca-404d-9f7d-700f360f41a6", "appId": "9c5b7fe3-0ad2-4ea6-94e5-9e0001f367e3", "appDisplayName": "Articulate 360", "ipAddress": "13.113.40.157", "status": {"errorCode": 0}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (iPad; CPU iPad OS 9_3_6 like Mac OS X) AppleWebKit/536.1 (KHTML, like Gecko) CriOS/42.0.865.0 Mobile/77O124 Safari/536.1 Edge/99.14477", "deviceDetail": {"deviceId": "a44625dc-6f81-449a-9799-8005f7209b42", "displayName": "ATTACKTARGET-LT", "operatingSystem": "Windows 10", "browser": "Edge 99.14477", "trustType": "Azure AD registered"}, "location": {"city": "New John", "state": "Smithfort", "countryOrRegion": "XR", "geoCoordinates": {"latitude": -89.144242, "longitude": 168.119022}}, "correlationId": "3bd81ac2-82cf-4feb-932f-5c4ed3e28816", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "e12a87af-1c3b-4814-85b6-9cea4e0ba70b", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "processingTimeInMilliseconds": 344, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Articulate 360 Online", "resourceId": "436260d5-3791-4aea-a4da-aa698ec35f2f", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 34974, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "Zi9qKY7xOSCHdgfJ5rdYgPsOnXHF0NLqH1deLObiZIQOPnm7", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "94b9f3ba-5f4b-4edc-99dc-a420b76960f9"}}, {"time": "2022-08-15T20:22:39.653793Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "SignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "42.62.103.34", "correlationId": "100da862-b9e1-4c68-8fb5-4d37cd9d5273", "identity": "Joseph Taylor", "Level": 4, "location": "XF", "properties": {"id": "8e02be17-b237-45cb-8237-03a124ed6a00", "createdDateTime": "2022-08-15T20:22:39.792793Z", "userDisplayName": "Joseph Taylor", "userPrincipalName": "jtaylor@domain.com", "userId": "af9847eb-c773-41ae-bf94-42747c5e986c", "appId": "e47a1d38-5f61-45cd-b1b9-bc92f525c598", "appDisplayName": "Altoura", "ipAddress": "42.62.103.34", "status": {"errorCode": 0, "additionalDetails": "MFA requirement satisfied by claim in the token"}, "clientAppUsed": "Browser", "userAgent": "Mozilla/5.0 (Linux; Android 2.3.5) AppleWebKit/532.2 (KHTML, like Gecko) Chrome/46.0.898.0 Safari/532.2 Edge/105.19198", "deviceDetail": {"deviceId": "76b96bd3-e5d7-49ee-b195-bf363facdb3d", "displayName": "JOSEPHTAYLOR-LT", "operatingSystem": "Windows 10", "browser": "Edge 105.19198", "isCompliant": true, "isManaged": true, "trustType": "Azure AD joined"}, "location": {"city": "Jessicafurt", "state": "Smithbury", "countryOrRegion": "XF", "geoCoordinates": {"latitude": 17.5082395, "longitude": -115.304215}}, "mfaDetail": {}, "correlationId": "9402b2fa-4bbc-422f-abd9-98fd4a3917d7", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "c7eedf30-c5fb-4a8e-bdda-031cc9a76e5f", "isInteractive": true, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 139, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Altoura Online", "resourceId": "f0630e90-b752-4960-bfb9-a0794fc34930", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 393508, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "Vq4ufmlV9uj2qHvwC3vJcoqYGbmLrGPP5dZRqc077fEQi6v8", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "1f37c851-4be4-455b-928a-fbde7845a68a", "rngcStatus": 0}}, {"time": "2022-08-15T20:31:56.618501Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "147.132.189.119", "correlationId": "7b8c68c1-9cb4-46ed-8db8-1686928ea5eb", "identity": "Melissa Martin", "Level": 4, "location": "XR", "properties": {"id": "89d2bf47-746f-4da3-ab65-8292ba114f00", "createdDateTime": "2022-08-15T20:31:56.723501Z", "userDisplayName": "Melissa Martin", "userPrincipalName": "mmartin@domain.com", "userId": "632ccb55-03a7-40f4-9893-653527cae790", "appId": "9a7e67c7-6f05-42a3-b226-97c7ec3e9696", "appDisplayName": "Adobe Identity Management", "ipAddress": "147.132.189.119", "status": {"errorCode": 0}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (iPad; CPU iPad OS 9_3_6 like Mac OS X) AppleWebKit/536.1 (KHTML, like Gecko) CriOS/42.0.865.0 Mobile/77O124 Safari/536.1 Edge/99.14477", "deviceDetail": {"deviceId": "", "operatingSystem": "Windows 10", "browser": "Edge 99.14477"}, "location": {"city": "Port Denisetown", "state": "Smithton", "countryOrRegion": "XR", "geoCoordinates": {"latitude": 3.5518965, "longitude": 131.871582}}, "correlationId": "800b44db-0e50-4aeb-8772-1b7472d6a66b", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "59ec15ab-1794-4bc8-a4f0-3fb8f70828b6", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "processingTimeInMilliseconds": 105, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Adobe Identity Management Service", "resourceId": "7d6a0897-8b82-49e9-90e2-d482fb9202bd", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 256668, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "5C8uPiNz4zG3jeHEabpwkfGqmc3tLnRVkrVul6VCM4tEtQNo", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "537d9419-7e2b-4778-9102-62256bcfcf45"}}, {"time": "2022-08-15T20:32:19.132698Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "147.132.189.119", "correlationId": "b744f5ae-008c-448c-ad82-468b525bf252", "identity": "Terry Proctor", "Level": 4, "location": "XR", "properties": {"id": "2103c286-9815-4052-88cd-9deba52f5300", "createdDateTime": "2022-08-15T20:32:19.265698Z", "userDisplayName": "Terry Proctor", "userPrincipalName": "tproctor@domain.com", "userId": "03110cc5-e54f-4dae-b68a-bf5d945f8152", "appId": "2eae4ad1-8cae-48fe-b718-76bd66e2fc7f", "appDisplayName": "Bipsync", "ipAddress": "147.132.189.119", "status": {"errorCode": 0, "additionalDetails": "MFA requirement satisfied by claim in the token"}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (X11; Linux i686) AppleWebKit/533.0 (KHTML, like Gecko) Chrome/24.0.803.0 Safari/533.0 Edge/40.11325", "deviceDetail": {"deviceId": "88ee69d5-1eb7-4f29-b594-e9b4e3371940", "displayName": "TERRYPROCTOR-LT", "operatingSystem": "Windows 10", "browser": "Edge 40.11325", "isCompliant": true, "isManaged": true, "trustType": "Azure AD joined"}, "location": {"city": "Port Denisetown", "state": "Smithton", "countryOrRegion": "XR", "geoCoordinates": {"latitude": 3.5518965, "longitude": 131.871582}}, "mfaDetail": {}, "correlationId": "6720ac90-a22d-4ce1-a155-a0cb727ffb99", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "417bc1b8-4faa-4957-9069-0181c87f0c3e", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "processingTimeInMilliseconds": 133, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Bipsync Service", "resourceId": "9a84f55e-3a40-492c-9476-e069f64ed7a6", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 256668, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "dkQUJIP2X5cg9hjbEViMQQOFfL2SChCqHcvoSEKyBNrvopoc", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "37ee873b-f901-4e25-be69-010243106d0f"}}, {"time": "2022-08-15T21:16:21.836661Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "86.154.193.190", "correlationId": "88450b28-92e2-4204-9d04-457038d61059", "identity": "Jamie Watson", "Level": 4, "location": "XR", "properties": {"id": "6ceba26d-9d11-4bc7-ac31-c1b8e3295e00", "createdDateTime": "2022-08-15T21:16:21.967661Z", "userDisplayName": "Jamie Watson", "userPrincipalName": "jwatson@domain.com", "userId": "2844695b-9a70-48ed-a5ce-f3d711e2292b", "appId": "9a7e67c7-6f05-42a3-b226-97c7ec3e9696", "appDisplayName": "Adobe Identity Management", "ipAddress": "86.154.193.190", "status": {"errorCode": 0}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (X11; Linux i686) AppleWebKit/533.0 (KHTML, like Gecko) Chrome/24.0.803.0 Safari/533.0 Edge/40.11325", "deviceDetail": {"deviceId": "fc784602-6455-4450-be3c-6770e0359f8a", "displayName": "JAMIEWATSON-LT", "operatingSystem": "Windows 10", "browser": "Edge 40.11325", "isCompliant": true, "isManaged": true, "trustType": "Azure AD joined"}, "location": {"city": "Port Denisetown", "state": "Smithton", "countryOrRegion": "XR", "geoCoordinates": {"latitude": 3.5518965, "longitude": 131.871582}}, "correlationId": "9030b49a-df62-4d57-bc70-b1a2315d6de1", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "8a2d8c60-0f6d-4c67-884f-c64f2fc3cd06", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "processingTimeInMilliseconds": 131, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Adobe Identity Management Service", "resourceId": "f0630e90-b752-4960-bfb9-a0794fc34930", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 256668, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "L6eG2weYSK8KZKKgqXAYu7YfKd1yGrc0PgFrkqNlmcNmm9ch", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "1f37c851-4be4-455b-928a-fbde7845a68a"}}, {"time": "2022-08-15T21:21:50.871064Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "19.20.89.178", "correlationId": "23c7bbbd-64ce-45ac-92cc-32c5d5a91f32", "identity": "Jamie Watson", "Level": 4, "location": "XR", "properties": {"id": "5259cb5f-38c9-4c6a-8382-7d4610316900", "createdDateTime": "2022-08-15T21:21:50.962064Z", "userDisplayName": "Jamie Watson", "userPrincipalName": "jwatson@domain.com", "userId": "2844695b-9a70-48ed-a5ce-f3d711e2292b", "appId": "2eae4ad1-8cae-48fe-b718-76bd66e2fc7f", "appDisplayName": "Bipsync", "ipAddress": "19.20.89.178", "status": {"errorCode": 0}, "clientAppUsed": "Mobile Apps and Desktop clients", "deviceDetail": {"deviceId": "", "operatingSystem": "Android"}, "location": {"city": "Samanthaberg", "state": "Smithton", "countryOrRegion": "XR", "geoCoordinates": {"latitude": -68.556166, "longitude": -172.972506}}, "correlationId": "dccacf67-f43d-4775-80a9-64e8b6d475b4", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "49a7d0af-af93-47ff-bb00-7bfdda16b94a", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 91, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Bipsync Service", "resourceId": "aaf780ce-b996-49b9-986d-8bb23f7bce3a", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 34974, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "gtJmsYvOtdUMzbsAxLDfStCMbkRJhCdVk2GfrzWr2KKgoDJW", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "b7da42cc-a168-4148-b15a-792ad32c2ff5", "rngcStatus": 0}}, {"time": "2022-08-15T21:34:26.089944Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "156.206.181.119", "correlationId": "85e0b3e7-6d5a-4870-ab20-ce41649401a6", "identity": "Cynthia Perry", "Level": 4, "location": "XY", "properties": {"id": "39883d07-6185-4780-8d0b-82bc9d735600", "createdDateTime": "2022-08-15T21:34:26.169944Z", "userDisplayName": "Cynthia Perry", "userPrincipalName": "cperry@domain.com", "userId": "ac5fa380-9d5b-470e-beb2-5ba10aca48e6", "appId": "9de6e985-97a5-4d82-9c45-aedaa9c25ef9", "appDisplayName": "AWS Single-Account Access", "ipAddress": "156.206.181.119", "status": {"errorCode": 0}, "clientAppUsed": "Browser", "deviceDetail": {"deviceId": "", "operatingSystem": "Windows"}, "location": {"city": "Hannaville", "state": "Thomashaven", "countryOrRegion": "XY", "geoCoordinates": {"latitude": 1.1452695, "longitude": 128.249211}}, "correlationId": "912a8b90-a5a8-4f60-8f2b-b2e709a9962e", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "20b7aeba-e36f-492c-828d-06e8c7f7f614", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "processingTimeInMilliseconds": 80, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "AWS Single-Account Access Service", "resourceId": "72f0186d-d327-46c9-a8ff-497e0caa8691", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 279165, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "CdjzBz2ImPaTz6oA4sswRDVOhizTqU1CCqaxKmjUfzir34na", "incomingTokenType": "none", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": null}}, {"time": "2022-08-15T21:50:29.893106Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "SignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "42.62.103.34", "correlationId": "48813421-24f4-4685-87e6-3ad5a5ae8d5b", "identity": "Joseph Taylor", "Level": 4, "location": "XF", "properties": {"id": "5aec81a3-c272-48c4-afbf-d9dcb0b89100", "createdDateTime": "2022-08-15T21:50:29.990106Z", "userDisplayName": "Joseph Taylor", "userPrincipalName": "jtaylor@domain.com", "userId": "af9847eb-c773-41ae-bf94-42747c5e986c", "appId": "e47a1d38-5f61-45cd-b1b9-bc92f525c598", "appDisplayName": "Altoura", "ipAddress": "42.62.103.34", "status": {"errorCode": 0, "additionalDetails": "MFA requirement satisfied by claim in the token"}, "clientAppUsed": "Browser", "userAgent": "Mozilla/5.0 (Linux; Android 2.3.5) AppleWebKit/532.2 (KHTML, like Gecko) Chrome/46.0.898.0 Safari/532.2 Edge/105.19198", "deviceDetail": {"deviceId": "76b96bd3-e5d7-49ee-b195-bf363facdb3d", "displayName": "JOSEPHTAYLOR-LT", "operatingSystem": "Windows 10", "browser": "Edge 105.19198", "isCompliant": true, "isManaged": true, "trustType": "Azure AD joined"}, "location": {"city": "Jessicafurt", "state": "Smithbury", "countryOrRegion": "XF", "geoCoordinates": {"latitude": 17.5082395, "longitude": -115.304215}}, "mfaDetail": {}, "correlationId": "3d0d9b7a-39cb-4b7d-a589-d3e68cd5358c", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "68f4a366-d490-4e01-920a-c467ad3dcf82", "isInteractive": true, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 97, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Altoura Online", "resourceId": "8a137ba4-52ae-4dbf-94af-2e56851573c4", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 393508, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "njTAsweZQTDFFxHCMxwnE1hNdGcvGiMX18BGG5jcBuIXRlHk", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": null, "rngcStatus": 0}}, {"time": "2022-08-15T21:55:30.824157Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "13.113.40.157", "correlationId": "ce853004-603e-4a3f-b65d-3590597b0319", "identity": "Attack Target", "Level": 4, "location": "XR", "properties": {"id": "a053210b-0623-42cf-bb99-25ff599f5900", "createdDateTime": "2022-08-15T21:55:30.951157Z", "userDisplayName": "Attack Target", "userPrincipalName": "attacktarget@domain.com", "userId": "d735e84b-dcca-404d-9f7d-700f360f41a6", "appId": "9a7e67c7-6f05-42a3-b226-97c7ec3e9696", "appDisplayName": "Adobe Identity Management", "ipAddress": "13.113.40.157", "status": {"errorCode": 0}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (iPad; CPU iPad OS 9_3_6 like Mac OS X) AppleWebKit/536.1 (KHTML, like Gecko) CriOS/42.0.865.0 Mobile/77O124 Safari/536.1 Edge/99.14477", "deviceDetail": {"deviceId": "a44625dc-6f81-449a-9799-8005f7209b42", "displayName": "ATTACKTARGET-LT", "operatingSystem": "Windows 10", "browser": "Edge 99.14477", "trustType": "Azure AD registered"}, "location": {"city": "New John", "state": "Smithfort", "countryOrRegion": "XR", "geoCoordinates": {"latitude": -89.144242, "longitude": 168.119022}}, "correlationId": "30ede831-452a-40d4-883e-a4cc7b32b946", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "58ef5066-235b-4929-ab93-7bec87cb6736", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "processingTimeInMilliseconds": 127, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Adobe Identity Management Service", "resourceId": "30663ca7-f8a9-43ab-8ca1-7906bdbc1485", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 34974, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "MiqbM6aWq33ErDdDk7h8OEQJa1aFNC0Zq8sN7RQpU1fkWvqK", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "a6c259e5-7f16-48b2-a9f3-75becd6daa9b"}}, {"time": "2022-08-15T22:06:13.415935Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "147.132.189.119", "correlationId": "6b9c1716-ce2f-4d72-8f24-7daa5ff9c423", "identity": "Terry Proctor", "Level": 4, "location": "XR", "properties": {"id": "d9fe19c7-3b22-47c4-a577-e6f9ffe16f00", "createdDateTime": "2022-08-15T22:06:13.554935Z", "userDisplayName": "Terry Proctor", "userPrincipalName": "tproctor@domain.com", "userId": "03110cc5-e54f-4dae-b68a-bf5d945f8152", "appId": "2eae4ad1-8cae-48fe-b718-76bd66e2fc7f", "appDisplayName": "Bipsync", "ipAddress": "147.132.189.119", "status": {"errorCode": 0, "additionalDetails": "MFA requirement satisfied by claim in the token"}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (X11; Linux i686) AppleWebKit/533.0 (KHTML, like Gecko) Chrome/24.0.803.0 Safari/533.0 Edge/40.11325", "deviceDetail": {"deviceId": "88ee69d5-1eb7-4f29-b594-e9b4e3371940", "displayName": "TERRYPROCTOR-LT", "operatingSystem": "Windows 10", "browser": "Edge 40.11325", "isCompliant": true, "isManaged": true, "trustType": "Azure AD joined"}, "location": {"city": "Port Denisetown", "state": "Smithton", "countryOrRegion": "XR", "geoCoordinates": {"latitude": 3.5518965, "longitude": 131.871582}}, "mfaDetail": {}, "correlationId": "d3dd825d-6d6f-45d9-b6e6-ea94d72188eb", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "9961605c-0730-4829-817b-4475aabada6c", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 139, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Bipsync Service", "resourceId": "9a84f55e-3a40-492c-9476-e069f64ed7a6", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 256668, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "h3h3vuQCBNrduxqFQ721ITowRAT8ivwkxiICA4Oy7X8YSa7H", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "37ee873b-f901-4e25-be69-010243106d0f", "rngcStatus": 0}}, {"time": "2022-08-15T22:13:10.180154Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "700082", "resultSignature": "None", "resultDescription": "Other", "durationMs": 0, "callerIpAddress": "199.12.127.103", "correlationId": "84308225-4dfe-4fd6-9901-7cea5ff43ac6", "identity": "Jacob Meyers", "Level": 4, "location": "XG", "properties": {"id": "992c5d3c-1d2e-49aa-8752-192206bf6200", "createdDateTime": "2022-08-15T22:13:10.245154Z", "userDisplayName": "Jacob Meyers", "userPrincipalName": "jmeyers@domain.com", "userId": "c63a67b0-1651-4a8a-9560-cc703cdad5ad", "appId": "b6eb5487-41e5-4254-acc5-72fbd850bd1e", "appDisplayName": "Google Cloud / G Suite Connector by Microsoft", "ipAddress": "199.12.127.103", "status": {"errorCode": 700082, "failureReason": "Other"}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (Windows NT 4.0) AppleWebKit/531.1 (KHTML, like Gecko) Chrome/20.0.823.0 Safari/531.1 Edge/87.11424", "deviceDetail": {"deviceId": "a0ea1625-4397-4c4c-963c-33347d3b0d73", "displayName": "JACOBMEYERS-LT", "operatingSystem": "Windows 10", "browser": "Edge 87.11424", "trustType": "Azure AD registered"}, "location": {"city": "Port Nathan", "state": "Newmanville", "countryOrRegion": "XG", "geoCoordinates": {"latitude": 23.244641, "longitude": -113.392021}}, "correlationId": "8ddb2ad5-038d-4e1e-917b-0ee0f47f067a", "conditionalAccessStatus": "notApplied", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "b9a73a71-6416-495e-b96a-619332182a3b", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 65, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Google Cloud / G Suite Connector by Microsoft Service", "resourceId": "47e06079-6a63-42ab-89ea-840a60f3ea94", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 282405, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "wME7DLGqGcqGfuMKM9UD45bayo49XGWmhAvvRjVAJwY7KOzw", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "af115473-a920-4919-a03a-7215ca304189", "rngcStatus": 0}}, {"time": "2022-08-15T22:24:29.644307Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "156.206.181.119", "correlationId": "f079ca79-1d6e-498e-aa63-f70dbb54baaa", "identity": "Cynthia Perry", "Level": 4, "location": "XY", "properties": {"id": "091f472c-8c50-486e-b774-16dbfa2f6200", "createdDateTime": "2022-08-15T22:24:29.773307Z", "userDisplayName": "Cynthia Perry", "userPrincipalName": "cperry@domain.com", "userId": "ac5fa380-9d5b-470e-beb2-5ba10aca48e6", "appId": "9de6e985-97a5-4d82-9c45-aedaa9c25ef9", "appDisplayName": "AWS Single-Account Access", "ipAddress": "156.206.181.119", "status": {"errorCode": 0}, "clientAppUsed": "Browser", "deviceDetail": {"deviceId": "", "operatingSystem": "Windows"}, "location": {"city": "Hannaville", "state": "Thomashaven", "countryOrRegion": "XY", "geoCoordinates": {"latitude": 1.1452695, "longitude": 128.249211}}, "correlationId": "f5a53385-3388-4fc0-8e18-48979851ff45", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "932cc0f7-63b1-4d2d-a52f-c54b9f9a25b2", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "processingTimeInMilliseconds": 129, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "AWS Single-Account Access Service", "resourceId": "c65cf5f9-5537-4200-889e-381c4f60ca7d", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 279165, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "boZo5r6ve5Z3Ox5flTmXkUNxcAqO1B0DLJWZFNLakZv4yqHJ", "incomingTokenType": "none", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": null}}, {"time": "2022-08-15T22:31:02.223809Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "44.22.19.201", "correlationId": "93045fa4-e232-4bee-a7ff-1f52fe46b4bc", "identity": "Joseph Taylor", "Level": 4, "location": "XN", "properties": {"id": "4d388231-6fac-4932-9fc8-54995bf96900", "createdDateTime": "2022-08-15T22:31:02.389809Z", "userDisplayName": "Joseph Taylor", "userPrincipalName": "jtaylor@domain.com", "userId": "af9847eb-c773-41ae-bf94-42747c5e986c", "appId": "84f18b4b-ae12-484a-847f-f3e36093594a", "appDisplayName": "Slack", "ipAddress": "44.22.19.201", "status": {"errorCode": 0, "additionalDetails": "MFA requirement satisfied by claim in the token"}, "clientAppUsed": "Browser", "deviceDetail": {"deviceId": "76b96bd3-e5d7-49ee-b195-bf363facdb3d", "displayName": "JOSEPHTAYLOR-LT", "operatingSystem": "Windows", "isCompliant": true, "isManaged": true, "trustType": "Azure AD joined"}, "location": {"city": "Littlemouth", "state": "Alexanderfurt", "countryOrRegion": "XN", "geoCoordinates": {"latitude": 25.4437255, "longitude": -109.530885}}, "mfaDetail": {}, "correlationId": "ea5df471-c47c-46e6-b333-eeae1f7b16d4", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "f7e756cd-bde6-4565-a724-b65457f24558", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 166, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Slack Service", "resourceId": "8f48cb66-a128-4a4b-8f76-3073c7c219d5", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 230297, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "nPw8HfQDC7skmE9c4ly2yczH3lmTlImDAeu94raEaQwQ7iCb", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": null, "rngcStatus": 0}}, {"time": "2022-08-15T23:08:20.825674Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "156.206.181.119", "correlationId": "4015f397-8116-47bd-b1f7-1315c2305318", "identity": "Cynthia Perry", "Level": 4, "location": "XY", "properties": {"id": "bb403b05-f7d3-472e-b7b3-be6cd0386b00", "createdDateTime": "2022-08-15T23:08:20.938674Z", "userDisplayName": "Cynthia Perry", "userPrincipalName": "cperry@domain.com", "userId": "ac5fa380-9d5b-470e-beb2-5ba10aca48e6", "appId": "9de6e985-97a5-4d82-9c45-aedaa9c25ef9", "appDisplayName": "AWS Single-Account Access", "ipAddress": "156.206.181.119", "status": {"errorCode": 0}, "clientAppUsed": "Browser", "deviceDetail": {"deviceId": "", "operatingSystem": "Windows"}, "location": {"city": "Hannaville", "state": "Thomashaven", "countryOrRegion": "XY", "geoCoordinates": {"latitude": 1.1452695, "longitude": 128.249211}}, "correlationId": "db7a69d1-af7b-4a01-b49c-bde3bc24e0b8", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "2b2d6d76-b155-4265-b5cf-6f42701e4d74", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 113, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "AWS Single-Account Access Service", "resourceId": "f0630e90-b752-4960-bfb9-a0794fc34930", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 279165, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "NllG72g1E2RqMY5OyQOnH8XzfnEcxRQWkY05QXMggHn1lmy0", "incomingTokenType": "none", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "1f37c851-4be4-455b-928a-fbde7845a68a", "rngcStatus": 0}}, {"time": "2022-08-15T23:18:05.585187Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "212.169.11.63", "correlationId": "9ad26ec3-f2c9-4614-8b42-9e9c6312ec1b", "identity": "Kristen Howell", "Level": 4, "location": "XR", "properties": {"id": "5e327247-139b-4579-a477-0876140b8d00", "createdDateTime": "2022-08-15T23:18:05.712187Z", "userDisplayName": "Kristen Howell", "userPrincipalName": "khowell@domain.com", "userId": "20e1e3f9-665f-45bd-9984-5e74b526d3b5", "appId": "9a7e67c7-6f05-42a3-b226-97c7ec3e9696", "appDisplayName": "Adobe Identity Management", "ipAddress": "212.169.11.63", "status": {"errorCode": 0}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (iPad; CPU iPad OS 9_3_6 like Mac OS X) AppleWebKit/536.1 (KHTML, like Gecko) CriOS/42.0.865.0 Mobile/77O124 Safari/536.1 Edge/99.14477", "deviceDetail": {"deviceId": "caf12d64-01ec-4396-b330-e7eb6349ad45", "displayName": "KRISTENHOWELL-LT", "operatingSystem": "Windows 10", "browser": "Edge 99.14477", "trustType": "Azure AD registered"}, "location": {"city": "North Lisachester", "state": "Smithton", "countryOrRegion": "XR", "geoCoordinates": {"latitude": -69.00844, "longitude": -172.534328}}, "correlationId": "27c74475-35bb-49d2-8f07-2375cfa229f2", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "d8feb631-2994-4bd7-a52e-3f285266b395", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 127, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Adobe Identity Management Service", "resourceId": "f0630e90-b752-4960-bfb9-a0794fc34930", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 144064, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "Mg0XK35GJySJ0IziRphxEuOgPelDC7OptWsa6MM35zyXriSu", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "1f37c851-4be4-455b-928a-fbde7845a68a", "rngcStatus": 0}}, {"time": "2022-08-15T23:32:30.765102Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "50158", "resultSignature": "None", "resultDescription": "External security challenge was not satisfied.", "durationMs": 0, "callerIpAddress": "92.110.109.246", "correlationId": "0007bfdf-e59d-4746-9f16-436ed5bdfe94", "identity": "Thomas Price", "Level": 4, "location": "XR", "properties": {"id": "49631f69-cc61-4c2e-82a5-314eca109c00", "createdDateTime": "2022-08-15T23:32:30.892102Z", "userDisplayName": "Thomas Price", "userPrincipalName": "tprice@domain.com", "userId": "32109ee2-ee4f-4d11-9c38-2556aec0f2b5", "appId": "9a7e67c7-6f05-42a3-b226-97c7ec3e9696", "appDisplayName": "Adobe Identity Management", "ipAddress": "92.110.109.246", "status": {"errorCode": 50158, "failureReason": "External security challenge was not satisfied."}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (X11; Linux i686) AppleWebKit/535.2 (KHTML, like Gecko) Chrome/22.0.843.0 Safari/535.2 Edge/118.12158", "deviceDetail": {"deviceId": "35819889-abdc-47e0-b28d-5195d26e941f", "displayName": "THOMASPRICE-LT", "operatingSystem": "Windows 10", "browser": "Edge 118.12158", "trustType": "Hybrid Azure AD joined"}, "location": {"city": "Port Denisetown", "state": "Smithton", "countryOrRegion": "XR", "geoCoordinates": {"latitude": 3.5518965, "longitude": 131.871582}}, "correlationId": "71ebb65d-a032-4051-b47b-8d5ab46f815c", "conditionalAccessStatus": "failure", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "64417151-1137-453d-92bd-d2035149f53d", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 127, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Adobe Identity Management Service", "resourceId": "30663ca7-f8a9-43ab-8ca1-7906bdbc1485", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 230297, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "sFIwyz84jNutNKG5fiQRZMhsATwjZQLfJGv2EBJZaWjVlmdr", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "a6c259e5-7f16-48b2-a9f3-75becd6daa9b", "rngcStatus": 0}}, {"time": "2022-08-15T23:49:52.708039Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "86.154.193.190", "correlationId": "7acc9deb-3770-45f3-a1da-adc6bcb391a1", "identity": "Jamie Watson", "Level": 4, "location": "XR", "properties": {"id": "ffcaca16-51c9-4067-8710-403c13127600", "createdDateTime": "2022-08-15T23:49:52.826039Z", "userDisplayName": "Jamie Watson", "userPrincipalName": "jwatson@domain.com", "userId": "2844695b-9a70-48ed-a5ce-f3d711e2292b", "appId": "9a7e67c7-6f05-42a3-b226-97c7ec3e9696", "appDisplayName": "Adobe Identity Management", "ipAddress": "86.154.193.190", "status": {"errorCode": 0}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (X11; Linux i686) AppleWebKit/533.0 (KHTML, like Gecko) Chrome/24.0.803.0 Safari/533.0 Edge/40.11325", "deviceDetail": {"deviceId": "fc784602-6455-4450-be3c-6770e0359f8a", "displayName": "JAMIEWATSON-LT", "operatingSystem": "Windows 10", "browser": "Edge 40.11325", "isCompliant": true, "isManaged": true, "trustType": "Azure AD joined"}, "location": {"city": "Port Denisetown", "state": "Smithton", "countryOrRegion": "XR", "geoCoordinates": {"latitude": 3.5518965, "longitude": 131.871582}}, "correlationId": "47154cfc-1d89-4754-ae6f-b250019db331", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "9ada1b0e-7db0-4097-866a-04f7ade442dc", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 118, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Adobe Identity Management Service", "resourceId": "72f0186d-d327-46c9-a8ff-497e0caa8691", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 256668, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "csj1PM9AbnGJDa9R2CsCiK1mxwZiNiAkeeNGuwx5eV6u3KJJ", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": null, "rngcStatus": 0}}, {"time": "2022-08-16T00:17:08.148106Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "147.132.189.119", "correlationId": "435f01fd-6848-45de-919e-bd4c72b9e1f8", "identity": "Cassie Fernandez", "Level": 4, "location": "XR", "properties": {"id": "66d1265d-a794-48fb-9188-fc35d20d7500", "createdDateTime": "2022-08-16T00:17:08.281106Z", "userDisplayName": "Cassie Fernandez", "userPrincipalName": "cfernandez@domain.com", "userId": "67ef8be6-3f44-4db7-8172-fd6211428c1e", "appId": "9a7e67c7-6f05-42a3-b226-97c7ec3e9696", "appDisplayName": "Adobe Identity Management", "ipAddress": "147.132.189.119", "status": {"errorCode": 0}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (iPad; CPU iPad OS 9_3_6 like Mac OS X) AppleWebKit/536.1 (KHTML, like Gecko) CriOS/42.0.865.0 Mobile/77O124 Safari/536.1 Edge/99.14477", "deviceDetail": {"deviceId": "bf67c857-685a-4457-89c4-db2afa581bd2", "displayName": "CASSIEFERNANDEZ-LT", "operatingSystem": "Windows 10", "browser": "Edge 99.14477", "trustType": "Hybrid Azure AD joined"}, "location": {"city": "Port Denisetown", "state": "Smithton", "countryOrRegion": "XR", "geoCoordinates": {"latitude": 3.5518965, "longitude": 131.871582}}, "correlationId": "1cda0713-53d9-48ff-ba56-d0d8ca6858da", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "e64976cb-c2fb-48a9-9f3b-56dd3ea9d71f", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 133, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Adobe Identity Management Service", "resourceId": "9a84f55e-3a40-492c-9476-e069f64ed7a6", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 256668, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "zGp1vUol0UAIJwCzBOQpti0q4yRQ86veQaWtuwgRIvulct3i", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "37ee873b-f901-4e25-be69-010243106d0f", "rngcStatus": 0}}, {"time": "2022-08-16T00:41:56.245111Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "SignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "91.132.253.146", "correlationId": "b23b68ff-61b4-0000-cc6c-3bb2b461d801", "identity": "Aaron Cole", "Level": 4, "location": "XD", "properties": {"id": "9e1a73f6-a00a-49a9-886a-dc869ac15300", "createdDateTime": "2022-08-16T00:41:56.325111Z", "userDisplayName": "Aaron Cole", "userPrincipalName": "acole@domain.com", "userId": "5d557969-1645-4ba4-be83-b6fd943659f7", "appId": "895b9fb3-4084-4f9f-a314-d082d67e3c5c", "appDisplayName": "Airstack", "ipAddress": "91.132.253.146", "status": {"errorCode": 0}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (iPad; CPU iPad OS 9_3_5 like Mac OS X) AppleWebKit/536.1 (KHTML, like Gecko) CriOS/26.0.852.0 Mobile/33A194 Safari/536.1 Edge/27.13255", "deviceDetail": {"deviceId": "", "operatingSystem": "Windows 10", "browser": "Edge 27.13255"}, "location": {"city": "Rickshire", "state": "Norrisbury", "countryOrRegion": "XD", "geoCoordinates": {"latitude": -78.5751045, "longitude": 58.329246}}, "correlationId": "5600b363-f82a-4c73-9521-42331495d069", "conditionalAccessStatus": "notApplied", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "5433a3fc-ba6e-480c-92f4-a19d1b83e3f6", "isInteractive": true, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "processingTimeInMilliseconds": 80, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Airstack Service", "resourceId": "01f2a7c1-e668-4e23-a099-726ca374f477", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "alternateSignInName": "acole1@domain.com", "signInIdentifier": "acole1@domain.com", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 214655, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "xUXfHzXPrQIbg4Jt2j8Z5xYy2gfQtXnZN9H0rttWmC2SNLEX", "incomingTokenType": "none", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "e133b8e5-4d8b-4e43-9ae4-962ce64fbbd5"}}, {"time": "2022-08-16T00:46:14.872774Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "156.206.181.119", "correlationId": "1ff1d3fe-b145-4f20-bbc9-f539ac2a576d", "identity": "Cynthia Perry", "Level": 4, "location": "XY", "properties": {"id": "a6ae8eb8-8aea-4e1d-a5ac-692610438600", "createdDateTime": "2022-08-16T00:46:14.944774Z", "userDisplayName": "Cynthia Perry", "userPrincipalName": "cperry@domain.com", "userId": "ac5fa380-9d5b-470e-beb2-5ba10aca48e6", "appId": "9de6e985-97a5-4d82-9c45-aedaa9c25ef9", "appDisplayName": "AWS Single-Account Access", "ipAddress": "156.206.181.119", "status": {"errorCode": 0}, "clientAppUsed": "Browser", "deviceDetail": {"deviceId": "", "operatingSystem": "Windows"}, "location": {"city": "Hannaville", "state": "Thomashaven", "countryOrRegion": "XY", "geoCoordinates": {"latitude": 1.1452695, "longitude": 128.249211}}, "correlationId": "9775b7c5-bfec-4824-be4a-3a06e7a0a372", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "8fe81581-3e7c-4a8f-b4ce-d846ff4b7ee0", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 72, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "AWS Single-Account Access Service", "resourceId": "9a84f55e-3a40-492c-9476-e069f64ed7a6", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 279165, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "sgQoDEbC6S3L99460L5PmxurGmvwQ3ZkdnI6CowfEYn7mKLp", "incomingTokenType": "none", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "37ee873b-f901-4e25-be69-010243106d0f", "rngcStatus": 0}}, {"time": "2022-08-16T00:49:30.582956Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "13.113.40.157", "correlationId": "cd5ad927-d177-4706-a236-94f6fec0dec2", "identity": "Attack Target", "Level": 4, "location": "XR", "properties": {"id": "957852e5-3659-44e0-9376-78057daa5a00", "createdDateTime": "2022-08-16T00:49:30.733956Z", "userDisplayName": "Attack Target", "userPrincipalName": "attacktarget@domain.com", "userId": "d735e84b-dcca-404d-9f7d-700f360f41a6", "appId": "9a7e67c7-6f05-42a3-b226-97c7ec3e9696", "appDisplayName": "Adobe Identity Management", "ipAddress": "13.113.40.157", "ipAddressFromResourceProvider": "13.113.40.157", "status": {"errorCode": 0}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (iPad; CPU iPad OS 9_3_6 like Mac OS X) AppleWebKit/536.1 (KHTML, like Gecko) CriOS/42.0.865.0 Mobile/77O124 Safari/536.1 Edge/99.14477", "deviceDetail": {"deviceId": "a44625dc-6f81-449a-9799-8005f7209b42", "displayName": "ATTACKTARGET-LT", "operatingSystem": "Windows 10", "browser": "Edge 99.14477", "trustType": "Azure AD registered"}, "location": {"city": "New John", "state": "Smithfort", "countryOrRegion": "XR", "geoCoordinates": {"latitude": -89.144242, "longitude": 168.119022}}, "correlationId": "a9c66b62-75aa-431f-a988-ba9b5dbfbbc3", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "196ca7bd-ee91-4989-b967-bf16b84f02da", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 151, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Adobe Identity Management Service", "resourceId": "c8eab36d-0a82-409d-8693-a8dabc997921", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 34974, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "JzshVg4I3lHPSeTtTHZbGHkkcqK7wJz7g4NM3ktVZLkJjpK8", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "2248d3ef-d7b8-4eb2-bd20-fb53f725bfe3", "rngcStatus": 0}}, {"time": "2022-08-16T02:04:57.412611Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "50158", "resultSignature": "None", "resultDescription": "External security challenge was not satisfied.", "durationMs": 0, "callerIpAddress": "92.110.109.246", "correlationId": "e119a846-a13f-44e8-8047-9660e19d4f3b", "identity": "Thomas Price", "Level": 4, "location": "XR", "properties": {"id": "0e55ac1c-e1ca-4d68-882b-364f40ef4c00", "createdDateTime": "2022-08-16T02:04:57.550611Z", "userDisplayName": "Thomas Price", "userPrincipalName": "tprice@domain.com", "userId": "32109ee2-ee4f-4d11-9c38-2556aec0f2b5", "appId": "9a7e67c7-6f05-42a3-b226-97c7ec3e9696", "appDisplayName": "Adobe Identity Management", "ipAddress": "92.110.109.246", "status": {"errorCode": 50158, "failureReason": "External security challenge was not satisfied."}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (X11; Linux i686) AppleWebKit/535.2 (KHTML, like Gecko) Chrome/22.0.843.0 Safari/535.2 Edge/118.12158", "deviceDetail": {"deviceId": "fb4d911d-6441-411b-868f-d25d5586a326", "displayName": "THOMASPRICE-LT", "operatingSystem": "Windows 10", "browser": "Edge 118.12158", "trustType": "Hybrid Azure AD joined"}, "location": {"city": "Port Denisetown", "state": "Smithton", "countryOrRegion": "XR", "geoCoordinates": {"latitude": 3.5518965, "longitude": 131.871582}}, "correlationId": "d3b82428-21e0-486b-8fa9-32e0b3be147e", "conditionalAccessStatus": "failure", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "c6dceb2e-fd18-4933-a740-67d1ec7799a1", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "processingTimeInMilliseconds": 138, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Adobe Identity Management Service", "resourceId": "30663ca7-f8a9-43ab-8ca1-7906bdbc1485", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 230297, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "d0VAkumLlOMWMswH4xM9nRR6GgSjzZ7sEnadLE5zSkCDcry6", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "a6c259e5-7f16-48b2-a9f3-75becd6daa9b"}}, {"time": "2022-08-16T02:15:04.203820Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "147.132.189.119", "correlationId": "2474b1e9-f965-4d20-aa50-82d7bbc079cb", "identity": "Cassie Fernandez", "Level": 4, "location": "XR", "properties": {"id": "f505147a-5077-45f0-a7a3-a6b49c446e00", "createdDateTime": "2022-08-16T02:15:04.369820Z", "userDisplayName": "Cassie Fernandez", "userPrincipalName": "cfernandez@domain.com", "userId": "67ef8be6-3f44-4db7-8172-fd6211428c1e", "appId": "2eae4ad1-8cae-48fe-b718-76bd66e2fc7f", "appDisplayName": "Bipsync", "ipAddress": "147.132.189.119", "status": {"errorCode": 0}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (iPad; CPU iPad OS 9_3_6 like Mac OS X) AppleWebKit/536.1 (KHTML, like Gecko) CriOS/42.0.865.0 Mobile/77O124 Safari/536.1 Edge/99.14477", "deviceDetail": {"deviceId": "d5a487a1-ef7d-4960-9723-7fdadce19af3", "displayName": "CASSIEFERNANDEZ-LT", "operatingSystem": "Windows 10", "browser": "Edge 99.14477", "trustType": "Azure AD registered"}, "location": {"city": "Port Denisetown", "state": "Smithton", "countryOrRegion": "XR", "geoCoordinates": {"latitude": 3.5518965, "longitude": 131.871582}}, "correlationId": "cfd5bf2c-eb46-4e8e-bd3a-6afa6921503b", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "ef3f6ab1-ba3e-42ce-bccf-380de7d73b0a", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 166, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Bipsync Service", "resourceId": "9a84f55e-3a40-492c-9476-e069f64ed7a6", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 256668, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "p1U3tJQsAIfreGh14MDRlPHkqEy4L1upUjMKc0ENpFZL47Zg", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "37ee873b-f901-4e25-be69-010243106d0f", "rngcStatus": 0}}, {"time": "2022-08-16T02:16:45.198669Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "50158", "resultSignature": "None", "resultDescription": "External security challenge was not satisfied.", "durationMs": 0, "callerIpAddress": "92.110.109.246", "correlationId": "3e0c098f-dc0c-41af-8167-da255dfa8098", "identity": "Thomas Price", "Level": 4, "location": "XR", "properties": {"id": "b84db3dc-6311-47ec-98ed-c25085d06900", "createdDateTime": "2022-08-16T02:16:45.339669Z", "userDisplayName": "Thomas Price", "userPrincipalName": "tprice@domain.com", "userId": "32109ee2-ee4f-4d11-9c38-2556aec0f2b5", "appId": "9a7e67c7-6f05-42a3-b226-97c7ec3e9696", "appDisplayName": "Adobe Identity Management", "ipAddress": "92.110.109.246", "status": {"errorCode": 50158, "failureReason": "External security challenge was not satisfied."}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (X11; Linux i686) AppleWebKit/535.2 (KHTML, like Gecko) Chrome/22.0.843.0 Safari/535.2 Edge/118.12158", "deviceDetail": {"deviceId": "35819889-abdc-47e0-b28d-5195d26e941f", "displayName": "THOMASPRICE-LT", "operatingSystem": "Windows 10", "browser": "Edge 118.12158", "trustType": "Hybrid Azure AD joined"}, "location": {"city": "Port Denisetown", "state": "Smithton", "countryOrRegion": "XR", "geoCoordinates": {"latitude": 3.5518965, "longitude": 131.871582}}, "correlationId": "0f64e7b6-c0e9-4c2d-9c53-7993ade895d9", "conditionalAccessStatus": "failure", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "26b811d3-f8cb-4f09-942b-da7c8221849b", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 141, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Adobe Identity Management Service", "resourceId": "30663ca7-f8a9-43ab-8ca1-7906bdbc1485", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 230297, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "jm1YvPTXXdU9IV4nXGznsKHHICObdFuIp9MsO2moZGM6LHLm", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "a6c259e5-7f16-48b2-a9f3-75becd6daa9b", "rngcStatus": 0}}, {"time": "2022-08-16T02:37:00.866255Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "81.209.4.19", "correlationId": "7a72f175-9866-450b-b290-dc91a8965f12", "identity": "Jim Gonzalez", "Level": 4, "location": "XR", "properties": {"id": "9766f1aa-839e-413d-b538-b601c2fb9c00", "createdDateTime": "2022-08-16T02:37:00.995255Z", "userDisplayName": "Jim Gonzalez", "userPrincipalName": "jgonzalez@domain.com", "userId": "95090045-a9c5-489c-adee-2db430a3333a", "appId": "2eae4ad1-8cae-48fe-b718-76bd66e2fc7f", "appDisplayName": "Bipsync", "ipAddress": "81.209.4.19", "ipAddressFromResourceProvider": "81.209.4.19", "status": {"errorCode": 0}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (Linux; Android 4.4.3) AppleWebKit/533.2 (KHTML, like Gecko) Chrome/28.0.882.0 Safari/533.2 Edge/44.18413", "deviceDetail": {"deviceId": "1a428e94-41e3-4c1d-865a-0d31c9a2540b", "displayName": "JIMGONZALEZ-LT", "operatingSystem": "Windows 10", "browser": "Edge 44.18413", "trustType": "Azure AD registered"}, "location": {"city": "Santosborough", "state": "Smithton", "countryOrRegion": "XR", "geoCoordinates": {"latitude": 50.0774195, "longitude": 64.938754}}, "correlationId": "fe5dfc51-cddb-47a6-9bca-6677c6187d9f", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "b94a4719-63ef-4b38-a3c0-927897e80760", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 129, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Bipsync Service", "resourceId": "aaf780ce-b996-49b9-986d-8bb23f7bce3a", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 34974, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "g32DULF5gKLcKMVyhtNSy2N6NSlwXykYhqo30wDwL9vEn8m0", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "b7da42cc-a168-4148-b15a-792ad32c2ff5", "rngcStatus": 0}}, {"time": "2022-08-16T02:46:31.318879Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "50158", "resultSignature": "None", "resultDescription": "External security challenge was not satisfied.", "durationMs": 0, "callerIpAddress": "44.22.19.201", "correlationId": "629fbec0-4c68-4310-8aef-be3eb7bd95b2", "identity": "Thomas Price", "Level": 4, "location": "XN", "properties": {"id": "0a1c0209-99d2-4eb0-a92b-136658555200", "createdDateTime": "2022-08-16T02:46:31.465879Z", "userDisplayName": "Thomas Price", "userPrincipalName": "tprice@domain.com", "userId": "32109ee2-ee4f-4d11-9c38-2556aec0f2b5", "appId": "9a7e67c7-6f05-42a3-b226-97c7ec3e9696", "appDisplayName": "Adobe Identity Management", "ipAddress": "44.22.19.201", "status": {"errorCode": 50158, "failureReason": "External security challenge was not satisfied."}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (X11; Linux i686) AppleWebKit/535.2 (KHTML, like Gecko) Chrome/22.0.843.0 Safari/535.2 Edge/118.12158", "deviceDetail": {"deviceId": "0927e60c-8dfa-4ecf-be85-ad63bccf40a1", "displayName": "THOMASPRICE-LT", "operatingSystem": "Windows 10", "browser": "Edge 118.12158", "trustType": "Hybrid Azure AD joined"}, "location": {"city": "Littlemouth", "state": "Alexanderfurt", "countryOrRegion": "XN", "geoCoordinates": {"latitude": 25.4437255, "longitude": -109.530885}}, "correlationId": "25d13d77-7dd4-4eab-aa42-979f6c6a7f36", "conditionalAccessStatus": "failure", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "0ea6eafd-85d5-4d7d-9565-7900daa6d588", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "processingTimeInMilliseconds": 147, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Adobe Identity Management Service", "resourceId": "30663ca7-f8a9-43ab-8ca1-7906bdbc1485", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 230297, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "hC8gqkaoJBkGSM0O4uF43FAXHMAoWLwZtgjmb9jGGMldjoG7", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "a6c259e5-7f16-48b2-a9f3-75becd6daa9b"}}, {"time": "2022-08-16T02:56:16.620511Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "SignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "50011", "resultSignature": "None", "resultDescription": "The reply address is missing, misconfigured, or does not match reply addresses configured for the application. Try out the resolution listed at https://docs.microsoft.com/azure/active-directory/application-sign-in-problem-federated-sso-gallery#the-reply-address-does-not-match-the-reply-addresses-configured-for-the-application. If you still see issues, contact the application owner or app admin.", "durationMs": 0, "callerIpAddress": "205.33.24.92", "correlationId": "361faeba-af29-4592-9c8d-565ef1678620", "identity": "Aaron Cole", "Level": 4, "location": "XD", "properties": {"id": "45f948cc-c7b8-4f70-b09f-6ae1ffd48d00", "createdDateTime": "2022-08-16T02:56:16.700511Z", "userDisplayName": "Aaron Cole", "userPrincipalName": "acole@domain.com", "userId": "5d557969-1645-4ba4-be83-b6fd943659f7", "appId": "af50c7b0-ad5f-40ec-840e-8d89be454ce4", "appDisplayName": "Citrix ShareFile", "ipAddress": "205.33.24.92", "status": {"errorCode": 50011, "failureReason": "The reply address is missing, misconfigured, or does not match reply addresses configured for the application. Try out the resolution listed at https://docs.microsoft.com/azure/active-directory/application-sign-in-problem-federated-sso-gallery#the-reply-address-does-not-match-the-reply-addresses-configured-for-the-application. If you still see issues, contact the application owner or app admin."}, "clientAppUsed": "Browser", "userAgent": "Mozilla/5.0 (X11; Linux i686) AppleWebKit/536.2 (KHTML, like Gecko) Chrome/22.0.877.0 Safari/536.2", "deviceDetail": {"deviceId": "", "operatingSystem": "Windows 10", "browser": "Chrome 22.0.877.0"}, "location": {"city": "Kristinmouth", "state": "Norrisbury", "countryOrRegion": "XD", "geoCoordinates": {"latitude": 26.278784, "longitude": -92.042573}}, "correlationId": "6f5760e7-51ef-4ad5-8a60-f0b5c71fc84b", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "08e4fcd0-8bdd-4adf-b626-2c2243d9e16c", "isInteractive": true, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 80, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Citrix ShareFile Online", "resourceId": "24578515-1951-4064-967d-0d2acaf0aa70", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 214655, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "fH8pBdmVRYsE4F1i6FiBlYPyZ3BUdyb3MC57uBppIoyfGtKc", "incomingTokenType": "none", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "0e68752b-7dfa-400b-a6f5-1b54af90696a", "rngcStatus": 0}}, {"time": "2022-08-16T02:57:33.307229Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "13.113.40.157", "correlationId": "9e6fff14-5a16-451e-bb87-e840e24a9ee6", "identity": "Attack Target", "Level": 4, "location": "XR", "properties": {"id": "5dd67554-af00-43ff-a601-8c33e5546a00", "createdDateTime": "2022-08-16T02:57:33.413229Z", "userDisplayName": "Attack Target", "userPrincipalName": "attacktarget@domain.com", "userId": "d735e84b-dcca-404d-9f7d-700f360f41a6", "appId": "9d794ea1-8d77-42e3-9fdd-6fd3620d616a", "appDisplayName": "Alaya", "ipAddress": "13.113.40.157", "status": {"errorCode": 0}, "clientAppUsed": "Mobile Apps and Desktop clients", "deviceDetail": {"deviceId": "a44625dc-6f81-449a-9799-8005f7209b42", "displayName": "ATTACKTARGET-LT", "operatingSystem": "Windows 10", "trustType": "Azure AD registered"}, "location": {"city": "Smithfort", "state": "Smithfort", "countryOrRegion": "XR", "geoCoordinates": {"latitude": 3.7564095, "longitude": -121.574606}}, "correlationId": "a55ab233-466c-4ead-b191-07177402dd10", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "04477ba1-7dbf-42bd-92fb-4a630e26de5c", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 106, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Alaya Service", "resourceId": "e35e3da1-bf74-46a1-979f-06c9212ebfab", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 34974, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "Ro9cZta9TZ3zVsuJz3ANDQAxf4P6s93ufQRfxT0qNeDJvKrP", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "33c2df33-b2d6-495e-85ea-298208628e8d", "rngcStatus": 0}}, {"time": "2022-08-16T03:04:14.916621Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "63.94.19.180", "correlationId": "87aef6d9-2721-46fb-8e28-d1b181a74bc7", "identity": "Vanessa Ramirez", "Level": 4, "location": "XD", "properties": {"id": "dcca18ca-b75c-4147-ba68-6c68f71f9200", "createdDateTime": "2022-08-16T03:04:14.993621Z", "userDisplayName": "Vanessa Ramirez", "userPrincipalName": "vramirez@domain.com", "userId": "5d72b7ed-62ea-4b94-b931-ccef65d71ebd", "appId": "9d794ea1-8d77-42e3-9fdd-6fd3620d616a", "appDisplayName": "Alaya", "ipAddress": "63.94.19.180", "status": {"errorCode": 0}, "clientAppUsed": "Mobile Apps and Desktop clients", "deviceDetail": {"deviceId": "", "operatingSystem": "MacOs"}, "location": {"city": "New James", "state": "Norrisbury", "countryOrRegion": "XD", "geoCoordinates": {"latitude": 64.5727225, "longitude": 92.661569}}, "correlationId": "09446a92-a81a-47f2-9d4a-c16bf8e32797", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "a3abc79d-4d98-4f3d-a9af-a02ab7e547ef", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 77, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Alaya Service", "resourceId": "e35e3da1-bf74-46a1-979f-06c9212ebfab", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 45904, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "gjRLbSl6O5B2XvspTcqWAKYmW1OJthIv2Wlo4QylWWum2PrT", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "33c2df33-b2d6-495e-85ea-298208628e8d", "rngcStatus": 0}}, {"time": "2022-08-16T03:12:03.046386Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "156.206.181.119", "correlationId": "e5161d25-621d-4881-b927-4a701a728085", "identity": "Cynthia Perry", "Level": 4, "location": "XY", "properties": {"id": "0fa7b51d-5329-46f9-89d4-0bf1d10c6900", "createdDateTime": "2022-08-16T03:12:03.130386Z", "userDisplayName": "Cynthia Perry", "userPrincipalName": "cperry@domain.com", "userId": "ac5fa380-9d5b-470e-beb2-5ba10aca48e6", "appId": "9de6e985-97a5-4d82-9c45-aedaa9c25ef9", "appDisplayName": "AWS Single-Account Access", "ipAddress": "156.206.181.119", "status": {"errorCode": 0}, "clientAppUsed": "Browser", "deviceDetail": {"deviceId": "", "operatingSystem": "Windows"}, "location": {"city": "Hannaville", "state": "Thomashaven", "countryOrRegion": "XY", "geoCoordinates": {"latitude": 1.1452695, "longitude": 128.249211}}, "correlationId": "197bd9b4-c04c-43d1-803b-33312e7b5049", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "9cee5938-18a2-4a69-a7fa-ed1ea52a7100", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 84, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "AWS Single-Account Access Service", "resourceId": "72f0186d-d327-46c9-a8ff-497e0caa8691", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 279165, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "o8bNG8nFtnzwdqHWlaAdC9VEDZIw4D98Xc8DrFVEoKXAP5Ol", "incomingTokenType": "none", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": null, "rngcStatus": 0}}, {"time": "2022-08-16T03:16:35.933906Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "50158", "resultSignature": "None", "resultDescription": "External security challenge was not satisfied.", "durationMs": 0, "callerIpAddress": "44.22.19.201", "correlationId": "c277c5fa-4824-4586-88e0-af74169819da", "identity": "Thomas Price", "Level": 4, "location": "XN", "properties": {"id": "159590e9-5419-4dbb-867e-3641771c6c00", "createdDateTime": "2022-08-16T03:16:36.058906Z", "userDisplayName": "Thomas Price", "userPrincipalName": "tprice@domain.com", "userId": "32109ee2-ee4f-4d11-9c38-2556aec0f2b5", "appId": "9a7e67c7-6f05-42a3-b226-97c7ec3e9696", "appDisplayName": "Adobe Identity Management", "ipAddress": "44.22.19.201", "status": {"errorCode": 50158, "failureReason": "External security challenge was not satisfied."}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (X11; Linux i686) AppleWebKit/535.2 (KHTML, like Gecko) Chrome/22.0.843.0 Safari/535.2 Edge/118.12158", "deviceDetail": {"deviceId": "fb4d911d-6441-411b-868f-d25d5586a326", "displayName": "THOMASPRICE-LT", "operatingSystem": "Windows 10", "browser": "Edge 118.12158", "trustType": "Hybrid Azure AD joined"}, "location": {"city": "Littlemouth", "state": "Alexanderfurt", "countryOrRegion": "XN", "geoCoordinates": {"latitude": 25.4437255, "longitude": -109.530885}}, "correlationId": "edd1a552-f08b-470e-b2fa-383c103c1f03", "conditionalAccessStatus": "failure", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "66a4a5c1-3637-4d56-91cc-72dc8417650b", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 125, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Adobe Identity Management Service", "resourceId": "30663ca7-f8a9-43ab-8ca1-7906bdbc1485", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 230297, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "9TiFAytckNKOCi6qNmzqTtRUhQC8iZMHqeJvnrk3wz2aEQrN", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "a6c259e5-7f16-48b2-a9f3-75becd6daa9b", "rngcStatus": 0}}, {"time": "2022-08-16T03:37:46.587123Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "50173", "resultSignature": "None", "resultDescription": "Fresh auth token is needed. Have the user re-sign using fresh credentials.", "durationMs": 0, "callerIpAddress": "156.206.181.119", "correlationId": "6a6c7678-19fc-40cf-9377-3c1061729b15", "identity": "Cynthia Perry", "Level": 4, "location": "XY", "properties": {"id": "7b5d90af-37fc-4efa-b905-5a1b193b9000", "createdDateTime": "2022-08-16T03:37:46.656123Z", "userDisplayName": "Cynthia Perry", "userPrincipalName": "cperry@domain.com", "userId": "ac5fa380-9d5b-470e-beb2-5ba10aca48e6", "appId": "9003b8ba-730c-412d-8972-267700304e01", "appDisplayName": "Box", "ipAddress": "156.206.181.119", "status": {"errorCode": 50173, "failureReason": "Fresh auth token is needed. Have the user re-sign using fresh credentials."}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (Windows NT 4.0) AppleWebKit/531.1 (KHTML, like Gecko) Chrome/20.0.823.0 Safari/531.1 Edge/87.11424", "deviceDetail": {"deviceId": "", "operatingSystem": "Windows 10", "browser": "Edge 87.11424"}, "location": {"city": "Hannaville", "state": "Thomashaven", "countryOrRegion": "XY", "geoCoordinates": {"latitude": 1.1452695, "longitude": 128.249211}}, "correlationId": "23a522be-19eb-4231-8090-33a65928cc72", "conditionalAccessStatus": "notApplied", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "ba59df5b-46dd-467a-ab8c-3f2e71a0e33a", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 69, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Box Online", "resourceId": "d2c09315-f769-4fc6-9be8-f57cf8efa9cc", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 279165, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "RWUcicudAhMKo89QLKezgVE4prHPcnjg4tmmyOe4i16mw1Z7", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": null, "rngcStatus": 0}}, {"time": "2022-08-16T03:49:07.625482Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "50158", "resultSignature": "None", "resultDescription": "External security challenge was not satisfied.", "durationMs": 0, "callerIpAddress": "147.132.189.119", "correlationId": "258a7430-c04e-4a4c-9628-bbbe6b6cee28", "identity": "Terry Proctor", "Level": 4, "location": "XR", "properties": {"id": "b2a55e86-02d0-4234-820e-b389babe5200", "createdDateTime": "2022-08-16T03:49:07.750482Z", "userDisplayName": "Terry Proctor", "userPrincipalName": "tproctor@domain.com", "userId": "03110cc5-e54f-4dae-b68a-bf5d945f8152", "appId": "2eae4ad1-8cae-48fe-b718-76bd66e2fc7f", "appDisplayName": "Bipsync", "ipAddress": "147.132.189.119", "status": {"errorCode": 50158, "failureReason": "External security challenge was not satisfied.", "additionalDetails": "MFA requirement satisfied by claim in the token"}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (X11; Linux i686) AppleWebKit/533.0 (KHTML, like Gecko) Chrome/24.0.803.0 Safari/533.0 Edge/40.11325", "deviceDetail": {"deviceId": "88ee69d5-1eb7-4f29-b594-e9b4e3371940", "displayName": "TERRYPROCTOR-LT", "operatingSystem": "Windows 10", "browser": "Edge 40.11325", "isCompliant": true, "isManaged": true, "trustType": "Azure AD joined"}, "location": {"city": "Port Denisetown", "state": "Smithton", "countryOrRegion": "XR", "geoCoordinates": {"latitude": 3.5518965, "longitude": 131.871582}}, "mfaDetail": {}, "correlationId": "a3f02ff3-c4c8-4030-a65c-d240d4effc8a", "conditionalAccessStatus": "failure", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "820c41d4-8dbd-41e2-b5ed-b5095161e006", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 125, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Bipsync Service", "resourceId": "9a84f55e-3a40-492c-9476-e069f64ed7a6", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 256668, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "LbH7MECuNCorFD8JV5HPqIPy58KgPHZqgQZcHVgiZV5mEhgb", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "37ee873b-f901-4e25-be69-010243106d0f", "rngcStatus": 0}}, {"time": "2022-08-16T03:59:04.619183Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "212.169.11.63", "correlationId": "e207669d-9692-4da2-a1a5-ee40709333a1", "identity": "Kristen Howell", "Level": 4, "location": "XR", "properties": {"id": "05ba222e-1564-4894-b208-c535121d8600", "createdDateTime": "2022-08-16T03:59:04.758183Z", "userDisplayName": "Kristen Howell", "userPrincipalName": "khowell@domain.com", "userId": "20e1e3f9-665f-45bd-9984-5e74b526d3b5", "appId": "dbe6b779-13df-45f2-a6d7-1323485479f6", "appDisplayName": "Cisco Webex", "ipAddress": "212.169.11.63", "status": {"errorCode": 0}, "clientAppUsed": "Browser", "deviceDetail": {"deviceId": "", "operatingSystem": "Ios", "browser": "Rich Client 4.38.0.0"}, "location": {"city": "North Lisachester", "state": "Smithton", "countryOrRegion": "XR", "geoCoordinates": {"latitude": -69.00844, "longitude": -172.534328}}, "correlationId": "9ae662e3-a539-4cc2-a41b-75ccfc1509fd", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "e91f596e-6058-4e76-8e9d-d388204ef128", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 139, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Cisco Webex Service", "resourceId": "9a84f55e-3a40-492c-9476-e069f64ed7a6", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 144064, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "enF4l5AJYjTd0mxJPrV8c0wrZtx1JkTmk2V1IQDgH6x0NDN3", "incomingTokenType": "none", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "37ee873b-f901-4e25-be69-010243106d0f", "rngcStatus": 0}}, {"time": "2022-08-16T04:13:41.690842Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "42.62.103.34", "correlationId": "72926ebf-7903-4086-85d2-7169e8c0aaaa", "identity": "Joseph Taylor", "Level": 4, "location": "XF", "properties": {"id": "0171151e-6e1f-4bc0-81e6-ff46e3a66e00", "createdDateTime": "2022-08-16T04:13:42.051842Z", "userDisplayName": "Joseph Taylor", "userPrincipalName": "jtaylor@domain.com", "userId": "af9847eb-c773-41ae-bf94-42747c5e986c", "appId": "1b3edb90-1e06-46db-b021-e2fc1f7ddaf5", "appDisplayName": "Beatrust", "ipAddress": "42.62.103.34", "status": {"errorCode": 0, "additionalDetails": "MFA requirement satisfied by claim in the token"}, "clientAppUsed": "Browser", "deviceDetail": {"deviceId": "76b96bd3-e5d7-49ee-b195-bf363facdb3d", "displayName": "JOSEPHTAYLOR-LT", "operatingSystem": "Windows 10", "browser": "Rich Client 5.2.7.0", "isCompliant": true, "isManaged": true, "trustType": "Azure AD joined"}, "location": {"city": "Jessicafurt", "state": "Smithbury", "countryOrRegion": "XF", "geoCoordinates": {"latitude": 17.5082395, "longitude": -115.304215}}, "mfaDetail": {}, "correlationId": "fda43818-7050-40d5-b973-9ff9c4e552ce", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "e18a2a06-4de3-4bef-a635-44c7c11e3462", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 361, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Beatrust", "resourceId": "042c3df9-f692-4971-8c0b-72867fa422dd", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 393508, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "aWp0qLhKAq0HyzYQQqnjfQFJ1BBInUBYHOiA7fswrEEdbVlK", "incomingTokenType": "none", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "9dab86e5-2edb-4073-bed1-a1b309638aa2", "rngcStatus": 0}}, {"time": "2022-08-16T04:30:54.700083Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "156.206.181.119", "correlationId": "07ea35d4-2594-406b-9eae-c9ad9b09d47d", "identity": "Cynthia Perry", "Level": 4, "location": "XY", "properties": {"id": "8bc588a3-ee52-4f64-9b78-b8838d616f00", "createdDateTime": "2022-08-16T04:30:54.785083Z", "userDisplayName": "Cynthia Perry", "userPrincipalName": "cperry@domain.com", "userId": "ac5fa380-9d5b-470e-beb2-5ba10aca48e6", "appId": "9de6e985-97a5-4d82-9c45-aedaa9c25ef9", "appDisplayName": "AWS Single-Account Access", "ipAddress": "156.206.181.119", "status": {"errorCode": 0}, "clientAppUsed": "Browser", "deviceDetail": {"deviceId": "", "operatingSystem": "Windows"}, "location": {"city": "Hannaville", "state": "Thomashaven", "countryOrRegion": "XY", "geoCoordinates": {"latitude": 1.1452695, "longitude": 128.249211}}, "correlationId": "875f6ab1-3285-4b04-9705-61028caa2742", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "d7a80492-c903-42a7-86a0-0a201d2f095c", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 85, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "AWS Single-Account Access Service", "resourceId": "72f0186d-d327-46c9-a8ff-497e0caa8691", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 279165, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "oSWDPUAufDQrRT6oDqQDd9PLZVYeTyzl61aRQRvE5lnUwo2U", "incomingTokenType": "none", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": null, "rngcStatus": 0}}, {"time": "2022-08-16T04:34:09.111480Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "50158", "resultSignature": "None", "resultDescription": "External security challenge was not satisfied.", "durationMs": 0, "callerIpAddress": "105.169.153.183", "correlationId": "c028d761-13d8-4fe1-978a-e2357966e895", "identity": "Thomas Price", "Level": 4, "location": "XR", "properties": {"id": "40186134-719b-42e2-9e2d-e4406a9f7500", "createdDateTime": "2022-08-16T04:34:09.247480Z", "userDisplayName": "Thomas Price", "userPrincipalName": "tprice@domain.com", "userId": "32109ee2-ee4f-4d11-9c38-2556aec0f2b5", "appId": "9a7e67c7-6f05-42a3-b226-97c7ec3e9696", "appDisplayName": "Adobe Identity Management", "ipAddress": "105.169.153.183", "status": {"errorCode": 50158, "failureReason": "External security challenge was not satisfied."}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (X11; Linux i686) AppleWebKit/535.2 (KHTML, like Gecko) Chrome/22.0.843.0 Safari/535.2 Edge/118.12158", "deviceDetail": {"deviceId": "2b85c59f-331a-4b61-9a44-9d3d6df62a06", "displayName": "THOMASPRICE-LT", "operatingSystem": "Windows 10", "browser": "Edge 118.12158", "trustType": "Hybrid Azure AD joined"}, "location": {"city": "Santosborough", "state": "Smithton", "countryOrRegion": "XR", "geoCoordinates": {"latitude": 12.8350355, "longitude": 138.359011}}, "correlationId": "79d4fcb9-9df1-4a8a-b1ef-85a75a4e28fd", "conditionalAccessStatus": "failure", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "613ad3db-8bdd-47cf-8cc9-d37d9d75c8ed", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 136, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Adobe Identity Management Service", "resourceId": "30663ca7-f8a9-43ab-8ca1-7906bdbc1485", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 256668, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "OPE4lk2tqTp3UBo2XDwzeMdoLl3hodRoNSswNzVhYiq1NNJp", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "a6c259e5-7f16-48b2-a9f3-75becd6daa9b", "rngcStatus": 0}}, {"time": "2022-08-16T05:03:24.813734Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "63.94.19.180", "correlationId": "7b82b256-2677-478d-8d6b-b43ba9bc0ceb", "identity": "Vanessa Ramirez", "Level": 4, "location": "XD", "properties": {"id": "d43ff6b9-d2e4-4291-bf54-8dd998ce8900", "createdDateTime": "2022-08-16T05:03:25.025734Z", "userDisplayName": "Vanessa Ramirez", "userPrincipalName": "vramirez@domain.com", "userId": "5d72b7ed-62ea-4b94-b931-ccef65d71ebd", "appId": "9c5b7fe3-0ad2-4ea6-94e5-9e0001f367e3", "appDisplayName": "Articulate 360", "ipAddress": "63.94.19.180", "status": {"errorCode": 0}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (X11; Linux i686) AppleWebKit/532.2 (KHTML, like Gecko) Chrome/21.0.853.0 Safari/532.2 Edge/89.19380", "deviceDetail": {"deviceId": "e395a3f4-8f2d-4170-804f-d3e13ce3151b", "displayName": "VANESSARAMIREZ-LT", "operatingSystem": "Windows 10", "browser": "Edge 89.19380", "trustType": "Azure AD registered"}, "location": {"city": "New James", "state": "Norrisbury", "countryOrRegion": "XD", "geoCoordinates": {"latitude": 64.5727225, "longitude": 92.661569}}, "correlationId": "526ddbd6-70c4-40fd-aa60-909fcd2c2843", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "23075315-cdd0-49bf-91c8-4d282cd32c32", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 212, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Articulate 360 Online", "resourceId": "436260d5-3791-4aea-a4da-aa698ec35f2f", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 45904, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "HY1Zeu6U3uqcIi4LpbmGN3itISeMBiXmEmRZG1QQ76uPYUCr", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "94b9f3ba-5f4b-4edc-99dc-a420b76960f9", "rngcStatus": 0}}, {"time": "2022-08-16T05:08:59.669058Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "42.62.103.34", "correlationId": "57fb4d6f-825c-4697-bfc8-61f73ebf6e0d", "identity": "Joseph Taylor", "Level": 4, "location": "XF", "properties": {"id": "4bc15ed8-27d4-456e-9748-a687a4366000", "createdDateTime": "2022-08-16T05:08:59.977058Z", "userDisplayName": "Joseph Taylor", "userPrincipalName": "jtaylor@domain.com", "userId": "af9847eb-c773-41ae-bf94-42747c5e986c", "appId": "895b9fb3-4084-4f9f-a314-d082d67e3c5c", "appDisplayName": "Airstack", "ipAddress": "42.62.103.34", "status": {"errorCode": 0}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (iPad; CPU iPad OS 9_3_5 like Mac OS X) AppleWebKit/536.1 (KHTML, like Gecko) CriOS/26.0.852.0 Mobile/33A194 Safari/536.1 Edge/27.13255", "deviceDetail": {"deviceId": "", "operatingSystem": "Windows 10", "browser": "Edge 27.13255"}, "location": {"city": "Jessicafurt", "state": "Smithbury", "countryOrRegion": "XF", "geoCoordinates": {"latitude": 17.5082395, "longitude": -115.304215}}, "correlationId": "194eb5e8-7b47-4eab-a0c7-0a50b8fa1057", "conditionalAccessStatus": "notApplied", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "c8056f9f-3e47-424e-a761-3de4521aaf39", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 308, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Airstack Service", "resourceId": "01f2a7c1-e668-4e23-a099-726ca374f477", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 393508, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "WchIjw2ZFN6tFT5mtZ1fRobhWd2Npka4m1mLHHLFTNoLQxDw", "incomingTokenType": "none", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "e133b8e5-4d8b-4e43-9ae4-962ce64fbbd5", "rngcStatus": 0}}, {"time": "2022-08-16T05:16:10.526693Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "91.132.253.146", "correlationId": "cbef1cec-8520-4b27-89a8-9e44cdeafefc", "identity": "Aaron Cole", "Level": 4, "location": "XD", "properties": {"id": "4c611638-3218-4fe7-8e92-9add283b6800", "createdDateTime": "2022-08-16T05:16:10.839693Z", "userDisplayName": "Aaron Cole", "userPrincipalName": "acole@domain.com", "userId": "5d557969-1645-4ba4-be83-b6fd943659f7", "appId": "1b3edb90-1e06-46db-b021-e2fc1f7ddaf5", "appDisplayName": "Beatrust", "ipAddress": "91.132.253.146", "status": {"errorCode": 0}, "clientAppUsed": "Browser", "deviceDetail": {"deviceId": "", "operatingSystem": "Windows 10", "browser": "Rich Client 5.2.7.0"}, "location": {"city": "Rickshire", "state": "Norrisbury", "countryOrRegion": "XD", "geoCoordinates": {"latitude": -78.5751045, "longitude": 58.329246}}, "correlationId": "0af73cb7-60a2-43d4-86aa-5172c1d7abc0", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "0b1da0c7-79c3-4001-9566-20484725c6f4", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 313, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Beatrust Service", "resourceId": "24578515-1951-4064-967d-0d2acaf0aa70", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 214655, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "TBGzkZLcM4TWAvWvyyIPl9OjpGtbY5gIm18xrox9uZDTDcrR", "incomingTokenType": "none", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "0e68752b-7dfa-400b-a6f5-1b54af90696a", "rngcStatus": 0}}, {"time": "2022-08-16T05:27:58.745101Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "50158", "resultSignature": "None", "resultDescription": "External security challenge was not satisfied.", "durationMs": 0, "callerIpAddress": "92.110.109.246", "correlationId": "48b415bb-ba7c-4773-b29e-11396282f55e", "identity": "Thomas Price", "Level": 4, "location": "XR", "properties": {"id": "6bc2e7cc-9e37-4d1b-b0e2-c04d9f4d5500", "createdDateTime": "2022-08-16T05:27:58.876101Z", "userDisplayName": "Thomas Price", "userPrincipalName": "tprice@domain.com", "userId": "32109ee2-ee4f-4d11-9c38-2556aec0f2b5", "appId": "9a7e67c7-6f05-42a3-b226-97c7ec3e9696", "appDisplayName": "Adobe Identity Management", "ipAddress": "92.110.109.246", "status": {"errorCode": 50158, "failureReason": "External security challenge was not satisfied."}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (X11; Linux i686) AppleWebKit/535.2 (KHTML, like Gecko) Chrome/22.0.843.0 Safari/535.2 Edge/118.12158", "deviceDetail": {"deviceId": "35819889-abdc-47e0-b28d-5195d26e941f", "displayName": "THOMASPRICE-LT", "operatingSystem": "Windows 10", "browser": "Edge 118.12158", "trustType": "Hybrid Azure AD joined"}, "location": {"city": "Port Denisetown", "state": "Smithton", "countryOrRegion": "XR", "geoCoordinates": {"latitude": 3.5518965, "longitude": 131.871582}}, "correlationId": "12e9c4fa-bd6b-4f55-928c-d50f7795b765", "conditionalAccessStatus": "failure", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "2648958c-4c71-49da-af4e-d9c716c60745", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "processingTimeInMilliseconds": 131, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Adobe Identity Management Service", "resourceId": "30663ca7-f8a9-43ab-8ca1-7906bdbc1485", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 230297, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "g6vFqJmj2hqIw90WSO5IgcMnLCxA6iBQfJc4qtYvJUF5XwFq", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "a6c259e5-7f16-48b2-a9f3-75becd6daa9b"}}, {"time": "2022-08-16T05:36:34.124285Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "SignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "99.116.100.205", "correlationId": "d44b166d-3b4d-4f62-88b4-9e5c8f3c6aa5", "identity": "Aaron Cole", "Level": 4, "location": "XD", "properties": {"id": "f95b27fd-8962-466c-86b8-58985fd88a00", "createdDateTime": "2022-08-16T05:36:34.215285Z", "userDisplayName": "Aaron Cole", "userPrincipalName": "acole@domain.com", "userId": "5d557969-1645-4ba4-be83-b6fd943659f7", "appId": "e47a1d38-5f61-45cd-b1b9-bc92f525c598", "appDisplayName": "Altoura", "ipAddress": "99.116.100.205", "status": {"errorCode": 0}, "clientAppUsed": "Browser", "userAgent": "Mozilla/5.0 (Linux; Android 2.3.5) AppleWebKit/532.2 (KHTML, like Gecko) Chrome/46.0.898.0 Safari/532.2 Edge/105.19198", "deviceDetail": {"deviceId": "", "operatingSystem": "Windows 10", "browser": "Edge 105.19198"}, "location": {"city": "Carrollstad", "state": "Norrisbury", "countryOrRegion": "XD", "geoCoordinates": {"latitude": -38.8540465, "longitude": -17.674718}}, "correlationId": "23a7617a-97b9-41e1-8d34-667e1fb10b02", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "5276c80a-49c5-4ebb-ae3e-9e95718db12c", "isInteractive": true, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 91, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Altoura Online", "resourceId": "f0630e90-b752-4960-bfb9-a0794fc34930", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 214655, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "Eq7xWU1vccJpxzMZpPJBOkHV5fybVjYqLH7ckdDDizwoswqv", "incomingTokenType": "none", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "1f37c851-4be4-455b-928a-fbde7845a68a", "rngcStatus": 0}}, {"time": "2022-08-16T05:37:24.653273Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "105.169.153.183", "correlationId": "695fc028-dcd8-481e-9d2d-760980c6f418", "identity": "Jim Gonzalez", "Level": 4, "location": "XR", "properties": {"id": "0ddef0f4-1825-4108-b49b-6cf8e9f99000", "createdDateTime": "2022-08-16T05:37:24.795273Z", "userDisplayName": "Jim Gonzalez", "userPrincipalName": "jgonzalez@domain.com", "userId": "95090045-a9c5-489c-adee-2db430a3333a", "appId": "bc269cd9-8681-4af0-9e76-2a9b4ca24e65", "appDisplayName": "GlassFrog", "ipAddress": "105.169.153.183", "status": {"errorCode": 0}, "clientAppUsed": "Browser", "deviceDetail": {"deviceId": "15135d1f-cb47-4bd8-b76d-90a9171c09bd", "displayName": "JIMGONZALEZ-LT", "operatingSystem": "Windows", "browser": "Rich Client 4.42.0.0", "trustType": "Azure AD registered"}, "location": {"city": "Santosborough", "state": "Smithton", "countryOrRegion": "XR", "geoCoordinates": {"latitude": 12.8350355, "longitude": 138.359011}}, "correlationId": "09e3ea71-cd0d-4eab-b537-fc4c71876689", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "229c1cdf-df75-4582-a084-e70a89f29f14", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 142, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "GlassFrog Service", "resourceId": "f0630e90-b752-4960-bfb9-a0794fc34930", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 256668, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "zctqHIhi1T9S43urwtxjDEtROGQl9kAi4W6WBFiBAwrFlQCR", "incomingTokenType": "none", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "1f37c851-4be4-455b-928a-fbde7845a68a", "rngcStatus": 0}}, {"time": "2022-08-16T05:40:19.208014Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "105.169.153.183", "correlationId": "7845d619-cd3e-42e6-a233-983a0859f487", "identity": "Jim Gonzalez", "Level": 4, "location": "XR", "properties": {"id": "8fcd3dec-5cc1-4573-b657-ef95a1157a00", "createdDateTime": "2022-08-16T05:40:19.339014Z", "userDisplayName": "Jim Gonzalez", "userPrincipalName": "jgonzalez@domain.com", "userId": "95090045-a9c5-489c-adee-2db430a3333a", "appId": "9a7e67c7-6f05-42a3-b226-97c7ec3e9696", "appDisplayName": "Adobe Identity Management", "ipAddress": "105.169.153.183", "status": {"errorCode": 0}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (Windows NT 4.0) AppleWebKit/532.1 (KHTML, like Gecko) Chrome/38.0.801.0 Safari/532.1 Edge/19.15284", "deviceDetail": {"deviceId": "15135d1f-cb47-4bd8-b76d-90a9171c09bd", "displayName": "JIMGONZALEZ-LT", "operatingSystem": "Windows 10", "browser": "Edge 19.15284", "trustType": "Azure AD registered"}, "location": {"city": "Santosborough", "state": "Smithton", "countryOrRegion": "XR", "geoCoordinates": {"latitude": 12.8350355, "longitude": 138.359011}}, "correlationId": "e2440349-0c6f-4960-8398-3db03f2b5c98", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "1b1b6a50-13da-41d4-9308-0f3424f320cf", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 131, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Adobe Identity Management Service", "resourceId": "7d6a0897-8b82-49e9-90e2-d482fb9202bd", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 256668, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "w5Ki5eXmc5d86K6v3VhgaEbpJVd8wHDKjs3Oy3H2IhbnNuBU", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "537d9419-7e2b-4778-9102-62256bcfcf45", "rngcStatus": 0}}, {"time": "2022-08-16T05:42:21.753607Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "156.206.181.119", "correlationId": "d4728369-526b-45d7-b130-3b96633656a3", "identity": "Cynthia Perry", "Level": 4, "location": "XY", "properties": {"id": "8ffdb2ce-02a0-4390-8a24-4d188c2c3e00", "createdDateTime": "2022-08-16T05:42:21.825607Z", "userDisplayName": "Cynthia Perry", "userPrincipalName": "cperry@domain.com", "userId": "ac5fa380-9d5b-470e-beb2-5ba10aca48e6", "appId": "9de6e985-97a5-4d82-9c45-aedaa9c25ef9", "appDisplayName": "AWS Single-Account Access", "ipAddress": "156.206.181.119", "status": {"errorCode": 0}, "clientAppUsed": "Browser", "deviceDetail": {"deviceId": "", "operatingSystem": "Windows"}, "location": {"city": "Hannaville", "state": "Thomashaven", "countryOrRegion": "XY", "geoCoordinates": {"latitude": 1.1452695, "longitude": 128.249211}}, "correlationId": "67aa7f30-ef9f-4dcd-827e-5278dd97bac8", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "ec089ee0-3dec-435d-a992-56f09073cc48", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 72, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "AWS Single-Account Access Service", "resourceId": "72f0186d-d327-46c9-a8ff-497e0caa8691", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 279165, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "IiityemxAi6CP6bROh0KmfUGIKsRyePAh6QauT0ZvqVGDp38", "incomingTokenType": "none", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": null, "rngcStatus": 0}}, {"time": "2022-08-16T05:51:08.292365Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "199.12.127.103", "correlationId": "d836b286-b345-4bcd-a375-489106668e67", "identity": "Jacob Meyers", "Level": 4, "location": "XG", "properties": {"id": "a77e0273-7a1d-4974-9159-73762aaa5b00", "createdDateTime": "2022-08-16T05:51:08.377365Z", "userDisplayName": "Jacob Meyers", "userPrincipalName": "jmeyers@domain.com", "userId": "c63a67b0-1651-4a8a-9560-cc703cdad5ad", "appId": "2eae4ad1-8cae-48fe-b718-76bd66e2fc7f", "appDisplayName": "Bipsync", "ipAddress": "199.12.127.103", "status": {"errorCode": 0}, "clientAppUsed": "Mobile Apps and Desktop clients", "deviceDetail": {"deviceId": "", "operatingSystem": "Android"}, "location": {"city": "Port Nathan", "state": "Newmanville", "countryOrRegion": "XG", "geoCoordinates": {"latitude": 23.244641, "longitude": -113.392021}}, "correlationId": "71eb071f-5fc3-4bf4-9b42-96aff8c91ce5", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "a02db39c-5896-48a3-95a8-bb471fe31a84", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "processingTimeInMilliseconds": 85, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Bipsync Service", "resourceId": "aaf780ce-b996-49b9-986d-8bb23f7bce3a", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 282405, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "0rJstpbiUL5IZ5doRXfOFPCqVG55g7rrO34RKq0VD0Ef6fdg", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "b7da42cc-a168-4148-b15a-792ad32c2ff5"}}, {"time": "2022-08-16T05:59:13.814888Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "147.132.189.119", "correlationId": "ca3d9bd5-d682-4fd2-b412-9b111ef51c50", "identity": "Cassie Fernandez", "Level": 4, "location": "XR", "properties": {"id": "2c5f4472-dc1e-49b2-8fbb-327517606700", "createdDateTime": "2022-08-16T05:59:14.001888Z", "userDisplayName": "Cassie Fernandez", "userPrincipalName": "cfernandez@domain.com", "userId": "67ef8be6-3f44-4db7-8172-fd6211428c1e", "appId": "9a7e67c7-6f05-42a3-b226-97c7ec3e9696", "appDisplayName": "Adobe Identity Management", "ipAddress": "147.132.189.119", "status": {"errorCode": 0}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (iPad; CPU iPad OS 9_3_6 like Mac OS X) AppleWebKit/536.1 (KHTML, like Gecko) CriOS/42.0.865.0 Mobile/77O124 Safari/536.1 Edge/99.14477", "deviceDetail": {"deviceId": "d5a487a1-ef7d-4960-9723-7fdadce19af3", "displayName": "CASSIEFERNANDEZ-LT", "operatingSystem": "Windows 10", "browser": "Edge 99.14477", "trustType": "Azure AD registered"}, "location": {"city": "Port Denisetown", "state": "Smithton", "countryOrRegion": "XR", "geoCoordinates": {"latitude": 3.5518965, "longitude": 131.871582}}, "correlationId": "3b9dca5c-b921-4fd4-a638-aed6d0f8a5f5", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "800173e1-f57f-4307-bdd7-025bc59c1bf1", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 187, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Adobe Identity Management Service", "resourceId": "72f0186d-d327-46c9-a8ff-497e0caa8691", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 256668, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "onVSlDPulM4syB5mecNfel3NCrHVPn9ruRvxWdLJTdUuyGmG", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": null, "rngcStatus": 0}}, {"time": "2022-08-16T06:00:05.126498Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "156.206.181.119", "correlationId": "bc52bc8d-41ce-4e1a-9e60-904ce9b0bc19", "identity": "Cynthia Perry", "Level": 4, "location": "XY", "properties": {"id": "fef7587f-28d0-4463-aaba-0541c5524900", "createdDateTime": "2022-08-16T06:00:05.253498Z", "userDisplayName": "Cynthia Perry", "userPrincipalName": "cperry@domain.com", "userId": "ac5fa380-9d5b-470e-beb2-5ba10aca48e6", "appId": "9de6e985-97a5-4d82-9c45-aedaa9c25ef9", "appDisplayName": "AWS Single-Account Access", "ipAddress": "156.206.181.119", "status": {"errorCode": 0}, "clientAppUsed": "Browser", "deviceDetail": {"deviceId": "", "operatingSystem": "Windows"}, "location": {"city": "Hannaville", "state": "Thomashaven", "countryOrRegion": "XY", "geoCoordinates": {"latitude": 1.1452695, "longitude": 128.249211}}, "correlationId": "453bc582-df28-408f-b5bc-39eb2aa678cf", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "5e13485e-e6a3-4890-b7aa-03f8625ff4a6", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "processingTimeInMilliseconds": 127, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "AWS Single-Account Access Service", "resourceId": "c65cf5f9-5537-4200-889e-381c4f60ca7d", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 279165, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "kYy1EIPuynPKgekFRP2LviDIdtrey1Ip0rZGhLOlMmQDLbX8", "incomingTokenType": "none", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": null}}, {"time": "2022-08-16T06:04:52.497159Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "99.116.100.205", "correlationId": "ebb05049-0c05-4d81-bf7b-abfab858dbf6", "identity": "Aaron Cole", "Level": 4, "location": "XD", "properties": {"id": "738863c8-eea1-43f3-9bef-e7d9c8388f00", "createdDateTime": "2022-08-16T06:04:52.681159Z", "userDisplayName": "Aaron Cole", "userPrincipalName": "acole@domain.com", "userId": "5d557969-1645-4ba4-be83-b6fd943659f7", "appId": "af50c7b0-ad5f-40ec-840e-8d89be454ce4", "appDisplayName": "Citrix ShareFile", "ipAddress": "99.116.100.205", "status": {"errorCode": 0}, "clientAppUsed": "Browser", "deviceDetail": {"deviceId": "", "operatingSystem": "Windows10", "browser": "Rich Client 4.36.1.0"}, "location": {"city": "Carrollstad", "state": "Norrisbury", "countryOrRegion": "XD", "geoCoordinates": {"latitude": -38.8540465, "longitude": -17.674718}}, "correlationId": "a0d9bf74-d45e-4693-bd6a-2a5e5778834f", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "925c1fd5-36ae-4711-aea3-50f234afae0f", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 184, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Citrix ShareFile Online", "resourceId": "d8366350-0530-4466-a457-c56b5975664e", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 214655, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "1cXuMvCo6rhAmbRrxm5KzgXzgysfsVTdsgrZzIuXNgCSLizR", "incomingTokenType": "none", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": null, "rngcStatus": 0}}, {"time": "2022-08-16T06:16:46.352538Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "42.62.103.34", "correlationId": "8df2e49d-1afa-4438-bd2d-26502db23be3", "identity": "Joseph Taylor", "Level": 4, "location": "XF", "properties": {"id": "9a107f00-2749-4783-90dd-b3484bf06200", "createdDateTime": "2022-08-16T06:16:46.452538Z", "userDisplayName": "Joseph Taylor", "userPrincipalName": "jtaylor@domain.com", "userId": "af9847eb-c773-41ae-bf94-42747c5e986c", "appId": "bc269cd9-8681-4af0-9e76-2a9b4ca24e65", "appDisplayName": "GlassFrog", "ipAddress": "42.62.103.34", "status": {"errorCode": 0, "additionalDetails": "MFA requirement satisfied by claim in the token"}, "clientAppUsed": "Browser", "deviceDetail": {"deviceId": "76b96bd3-e5d7-49ee-b195-bf363facdb3d", "displayName": "JOSEPHTAYLOR-LT", "operatingSystem": "Windows", "browser": "Rich Client 4.42.0.0", "isCompliant": true, "isManaged": true, "trustType": "Azure AD joined"}, "location": {"city": "Jessicafurt", "state": "Smithbury", "countryOrRegion": "XF", "geoCoordinates": {"latitude": 17.5082395, "longitude": -115.304215}}, "mfaDetail": {}, "correlationId": "f4f026b1-875c-4269-ad1c-2e9b49c0a915", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "77ee0975-c9cc-4d2c-b780-56abad721a1f", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "processingTimeInMilliseconds": 100, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "GlassFrog Service", "resourceId": "099383fe-c9f7-4a82-b599-e6773fd99672", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 393508, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "cftjV0p7JK1FGT6oF56UBtNmytbYom0X3tP9Xp2HkubL79lI", "incomingTokenType": "none", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "89935e77-e093-4c59-91c3-233fcc836127"}}, {"time": "2022-08-16T06:45:31.623668Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "205.33.24.92", "correlationId": "a16d3b66-f8b2-43ef-b22c-912222847ae2", "identity": "Vanessa Ramirez", "Level": 4, "location": "XD", "properties": {"id": "8bc588a3-ee52-4f64-9b78-b8838fd87500", "createdDateTime": "2022-08-16T06:45:31.792668Z", "userDisplayName": "Vanessa Ramirez", "userPrincipalName": "vramirez@domain.com", "userId": "5d72b7ed-62ea-4b94-b931-ccef65d71ebd", "appId": "9de6e985-97a5-4d82-9c45-aedaa9c25ef9", "appDisplayName": "AWS Single-Account Access", "ipAddress": "205.33.24.92", "status": {"errorCode": 0}, "clientAppUsed": "Browser", "deviceDetail": {"deviceId": "e395a3f4-8f2d-4170-804f-d3e13ce3151b", "displayName": "VANESSARAMIREZ-LT", "operatingSystem": "Windows", "trustType": "Azure AD registered"}, "location": {"city": "Kristinmouth", "state": "Norrisbury", "countryOrRegion": "XD", "geoCoordinates": {"latitude": 26.278784, "longitude": -92.042573}}, "correlationId": "872b2d7d-1eb0-4e41-95e3-c95ca7a7af79", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "8d912f2a-a1fa-48d5-b870-717f58706eaf", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 169, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "AWS Single-Account Access Service", "resourceId": "f0630e90-b752-4960-bfb9-a0794fc34930", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 214655, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "hjlp4Np2FXeiMJzwEkCFdzGf6ykjpniRLGv40XeSwnrtuDHk", "incomingTokenType": "none", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "1f37c851-4be4-455b-928a-fbde7845a68a", "rngcStatus": 0}}, {"time": "2022-08-16T07:02:29.292998Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "22.42.248.243", "correlationId": "8f411738-6a1d-4050-8226-50189ea9dea7", "identity": "Melissa Martin", "Level": 4, "location": "XR", "properties": {"id": "ece24cb8-8bbf-4dc3-90e8-e3acaa0e6600", "createdDateTime": "2022-08-16T07:02:29.374998Z", "userDisplayName": "Melissa Martin", "userPrincipalName": "mmartin@domain.com", "userId": "632ccb55-03a7-40f4-9893-653527cae790", "appId": "9167c284-c68f-468a-84be-0ee4f23879fe", "appDisplayName": "ArcGIS Enterprise", "ipAddress": "22.42.248.243", "status": {"errorCode": 0}, "clientAppUsed": "Mobile Apps and Desktop clients", "deviceDetail": {"deviceId": "", "operatingSystem": "Ios", "browser": "Mobile Safari"}, "location": {"city": "Port Denisetown", "state": "Smithton", "countryOrRegion": "XR", "geoCoordinates": {"latitude": 40.136047, "longitude": 44.514491}}, "correlationId": "10943a5a-131b-4908-b38b-8fe9172b4003", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "283b4d72-ee19-4a88-99be-f3df0c9bce48", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 82, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "ArcGIS Enterprise Service", "resourceId": "c4baffed-f90a-4ef3-84b1-d08d189a41c0", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 432564, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "ESFkvkBifcyfEKpE0lHfkwQnGDprRuF5oZfMrV4XTsorGYsE", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "64850142-3730-4958-94ec-3cf3a39cf409", "rngcStatus": 0}}, {"time": "2022-08-16T07:08:17.261402Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "156.206.181.119", "correlationId": "bfe83503-434f-48db-b18d-9e91014ed7e8", "identity": "Cynthia Perry", "Level": 4, "location": "XY", "properties": {"id": "16bcb29d-4da5-4f0e-bf12-1079a32d8300", "createdDateTime": "2022-08-16T07:08:17.394402Z", "userDisplayName": "Cynthia Perry", "userPrincipalName": "cperry@domain.com", "userId": "ac5fa380-9d5b-470e-beb2-5ba10aca48e6", "appId": "9de6e985-97a5-4d82-9c45-aedaa9c25ef9", "appDisplayName": "AWS Single-Account Access", "ipAddress": "156.206.181.119", "status": {"errorCode": 0}, "clientAppUsed": "Browser", "deviceDetail": {"deviceId": "", "operatingSystem": "Windows"}, "location": {"city": "Hannaville", "state": "Thomashaven", "countryOrRegion": "XY", "geoCoordinates": {"latitude": 1.1452695, "longitude": 128.249211}}, "correlationId": "f707e857-0991-43ad-914c-3beea12df945", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "90569e27-cc62-4cc7-a926-75918400a0e0", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 133, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "AWS Single-Account Access Service", "resourceId": "f0630e90-b752-4960-bfb9-a0794fc34930", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 279165, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "qr4yqY25OtQMBvw1NireQ1ZGipjJU917GnrNoBMEJ5alxocP", "incomingTokenType": "none", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "1f37c851-4be4-455b-928a-fbde7845a68a", "rngcStatus": 0}}, {"time": "2022-08-16T07:21:21.614798Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "SignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "50126", "resultSignature": "None", "resultDescription": "Invalid username or password or Invalid on-premise username or password.", "durationMs": 0, "callerIpAddress": "99.116.100.205", "correlationId": "0c428e87-bcf8-423d-8879-23cc4ec3c9e6", "identity": "Aaron Cole", "Level": 4, "location": "XD", "properties": {"id": "3e4015a7-fc3f-46ab-bde5-2cd877457100", "createdDateTime": "2022-08-16T07:21:21.713798Z", "userDisplayName": "Aaron Cole", "userPrincipalName": "acole@domain.com", "userId": "5d557969-1645-4ba4-be83-b6fd943659f7", "appId": "af50c7b0-ad5f-40ec-840e-8d89be454ce4", "appDisplayName": "Citrix ShareFile", "ipAddress": "99.116.100.205", "status": {"errorCode": 50126, "failureReason": "Invalid username or password or Invalid on-premise username or password."}, "clientAppUsed": "Browser", "userAgent": "Mozilla/5.0 (Linux; Android 2.3.5) AppleWebKit/532.2 (KHTML, like Gecko) Chrome/46.0.898.0 Safari/532.2 Edge/105.19198", "deviceDetail": {"deviceId": "", "operatingSystem": "Windows 10", "browser": "Edge 105.19198"}, "location": {"city": "Carrollstad", "state": "Norrisbury", "countryOrRegion": "XD", "geoCoordinates": {"latitude": -38.8540465, "longitude": -17.674718}}, "correlationId": "ae3bc7e1-af81-42c6-88fa-077f5901e7bb", "conditionalAccessStatus": "notApplied", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "d6734ce7-b3d8-4bd4-b29d-2fd9aad789c3", "isInteractive": true, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 99, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Citrix ShareFile Online", "resourceId": "24578515-1951-4064-967d-0d2acaf0aa70", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "alternateSignInName": "acole1@domain.com", "signInIdentifier": "acole1@domain.com", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 214655, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "yFktUWOEJKn4Md3lTXNDoFY3PJSZzAjcEhcWdNVINFlUZl2E", "incomingTokenType": "none", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "0e68752b-7dfa-400b-a6f5-1b54af90696a", "rngcStatus": 0}}, {"time": "2022-08-16T07:59:39.977924Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "92.110.109.246", "correlationId": "f28e7be0-3179-4139-a565-9b1b97c2faf1", "identity": "David Johnson", "Level": 4, "location": "XR", "properties": {"id": "0a67e3d2-25b6-4251-92c9-11607ddf5600", "createdDateTime": "2022-08-16T07:59:40.123924Z", "userDisplayName": "David Johnson", "userPrincipalName": "djohnson@domain.com", "userId": "ff2ae3d2-8cd2-4bd6-b65d-49c5ad946c7f", "appId": "2eae4ad1-8cae-48fe-b718-76bd66e2fc7f", "appDisplayName": "Bipsync", "ipAddress": "92.110.109.246", "status": {"errorCode": 0}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (iPad; CPU iPad OS 9_3_6 like Mac OS X) AppleWebKit/536.1 (KHTML, like Gecko) CriOS/42.0.865.0 Mobile/77O124 Safari/536.1 Edge/99.14477", "deviceDetail": {"deviceId": "717ebe00-a5eb-412e-97b6-7b8ab7cfbc02", "displayName": "DAVIDJOHNSON-LT", "operatingSystem": "Windows 10", "browser": "Edge 99.14477", "trustType": "Azure AD registered"}, "location": {"city": "Port Denisetown", "state": "Smithton", "countryOrRegion": "XR", "geoCoordinates": {"latitude": 3.5518965, "longitude": 131.871582}}, "correlationId": "92a79ab5-8601-4c14-894e-bab364c0a749", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "cd8642af-57ff-4c96-b2c8-f0c35a6a5bc4", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "processingTimeInMilliseconds": 146, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Bipsync Service", "resourceId": "819aa3ed-3b63-4925-8388-0b8d41022941", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 230297, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "pMrn5BUtAvtPFPgi4QAX1emxD6zjyvXK5BHjdcgdOjl4Otc8", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "7f0c9abd-8b0d-4973-8675-a495454c0c86"}}, {"time": "2022-08-16T08:15:45.390290Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "156.206.181.119", "correlationId": "a7cffcbd-e0e2-44d6-b215-240b4f040c07", "identity": "Cynthia Perry", "Level": 4, "location": "XY", "properties": {"id": "61a4e203-e55e-4977-9b6d-184890ba6b00", "createdDateTime": "2022-08-16T08:15:45.497290Z", "userDisplayName": "Cynthia Perry", "userPrincipalName": "cperry@domain.com", "userId": "ac5fa380-9d5b-470e-beb2-5ba10aca48e6", "appId": "9de6e985-97a5-4d82-9c45-aedaa9c25ef9", "appDisplayName": "AWS Single-Account Access", "ipAddress": "156.206.181.119", "status": {"errorCode": 0}, "clientAppUsed": "Browser", "deviceDetail": {"deviceId": "", "operatingSystem": "Windows"}, "location": {"city": "Hannaville", "state": "Thomashaven", "countryOrRegion": "XY", "geoCoordinates": {"latitude": 1.1452695, "longitude": 128.249211}}, "correlationId": "00c03568-dabb-4a88-8f44-adbba3a3ebaf", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "066a9303-8f61-4a35-becc-9066d61b68ac", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 107, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "AWS Single-Account Access Service", "resourceId": "72f0186d-d327-46c9-a8ff-497e0caa8691", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 279165, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "IOvKMvCDdyXO5lfcvruj9GIsRkV1gfqAmY3u3BeWQXtYdaph", "incomingTokenType": "none", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": null, "rngcStatus": 0}}, {"time": "2022-08-16T08:17:36.118330Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "13.113.40.157", "correlationId": "4f9e484b-c2d7-4613-966e-dac670b42d1c", "identity": "Attack Target", "Level": 4, "location": "XR", "properties": {"id": "26264d99-d4be-4a73-a651-a28f72225b00", "createdDateTime": "2022-08-16T08:17:36.254330Z", "userDisplayName": "Attack Target", "userPrincipalName": "attacktarget@domain.com", "userId": "d735e84b-dcca-404d-9f7d-700f360f41a6", "appId": "9a7e67c7-6f05-42a3-b226-97c7ec3e9696", "appDisplayName": "Adobe Identity Management", "ipAddress": "13.113.40.157", "status": {"errorCode": 0}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (iPad; CPU iPad OS 9_3_6 like Mac OS X) AppleWebKit/536.1 (KHTML, like Gecko) CriOS/42.0.865.0 Mobile/77O124 Safari/536.1 Edge/99.14477", "deviceDetail": {"deviceId": "a44625dc-6f81-449a-9799-8005f7209b42", "displayName": "ATTACKTARGET-LT", "operatingSystem": "Windows 10", "browser": "Edge 99.14477", "trustType": "Azure AD registered"}, "location": {"city": "New John", "state": "Smithfort", "countryOrRegion": "XR", "geoCoordinates": {"latitude": -89.144242, "longitude": 168.119022}}, "correlationId": "8ae5bbfa-5d2b-4226-9c14-eb83f1118bc1", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "6e71925e-2a31-4ec6-bb17-b15043f9ecbc", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 136, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Adobe Identity Management Service", "resourceId": "7d6a0897-8b82-49e9-90e2-d482fb9202bd", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 34974, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "QNLCwEfA8D2Tgwqjhc9S9BUC9WuAep8nrT3jVsVCDzjxoMYm", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "537d9419-7e2b-4778-9102-62256bcfcf45", "rngcStatus": 0}}, {"time": "2022-08-16T08:28:59.562982Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "50079", "resultSignature": "None", "resultDescription": "User needs to enroll for second factor authentication.", "durationMs": 0, "callerIpAddress": "99.116.100.205", "correlationId": "be86e9b3-1834-4c50-a91a-d875ecafc2ab", "identity": "Aaron Cole", "Level": 4, "location": "XD", "properties": {"id": "3fa5718a-e3f0-486e-b768-6362014c9700", "createdDateTime": "2022-08-16T08:28:59.618982Z", "userDisplayName": "Aaron Cole", "userPrincipalName": "acole@domain.com", "userId": "5d557969-1645-4ba4-be83-b6fd943659f7", "appId": "9d64cdda-8fe1-424a-8325-912d9d512004", "appDisplayName": "Help Scout", "ipAddress": "99.116.100.205", "status": {"errorCode": 50079, "failureReason": "User needs to enroll for second factor authentication.", "additionalDetails": "MFA required in Azure AD"}, "clientAppUsed": "Browser", "userAgent": "Mozilla/5.0 (Linux; Android 2.3.5) AppleWebKit/532.2 (KHTML, like Gecko) Chrome/46.0.898.0 Safari/532.2 Edge/105.19198", "deviceDetail": {"deviceId": "", "operatingSystem": "Windows 10", "browser": "Edge 105.19198"}, "location": {"city": "Carrollstad", "state": "Norrisbury", "countryOrRegion": "XD", "geoCoordinates": {"latitude": -38.8540465, "longitude": -17.674718}}, "mfaDetail": {}, "correlationId": "68a486e6-fb74-4b2e-9ca1-c0a607443bee", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "3669c6e2-a0e5-4b54-b219-c3ab505fe532", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 56, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Help Scout Service", "resourceId": "042c3df9-f692-4971-8c0b-72867fa422dd", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [{"requirementProvider": "request", "detail": "App requires MFA"}], "authenticationRequirement": "multiFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 214655, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "jHeIwSsTsRIf4MyancqMfguSOFXQs1igjUFlJLFi5YK91qwk", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "9dab86e5-2edb-4073-bed1-a1b309638aa2", "rngcStatus": 0}}, {"time": "2022-08-16T08:39:49.542934Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "50158", "resultSignature": "None", "resultDescription": "External security challenge was not satisfied.", "durationMs": 0, "callerIpAddress": "92.110.109.246", "correlationId": "127f574f-68e0-4e3a-88aa-273df4e4d24d", "identity": "Thomas Price", "Level": 4, "location": "XR", "properties": {"id": "992c5d3c-1d2e-49aa-8752-19221e4c6300", "createdDateTime": "2022-08-16T08:39:49.676934Z", "userDisplayName": "Thomas Price", "userPrincipalName": "tprice@domain.com", "userId": "32109ee2-ee4f-4d11-9c38-2556aec0f2b5", "appId": "9a7e67c7-6f05-42a3-b226-97c7ec3e9696", "appDisplayName": "Adobe Identity Management", "ipAddress": "92.110.109.246", "status": {"errorCode": 50158, "failureReason": "External security challenge was not satisfied."}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (X11; Linux i686) AppleWebKit/535.2 (KHTML, like Gecko) Chrome/22.0.843.0 Safari/535.2 Edge/118.12158", "deviceDetail": {"deviceId": "a31478d2-f778-4d5a-b081-22579a9edcbe", "displayName": "THOMASPRICE-LT", "operatingSystem": "Windows 10", "browser": "Edge 118.12158", "trustType": "Hybrid Azure AD joined"}, "location": {"city": "Port Denisetown", "state": "Smithton", "countryOrRegion": "XR", "geoCoordinates": {"latitude": 3.5518965, "longitude": 131.871582}}, "correlationId": "edf3cffa-7a6c-41fb-a5e9-65b0ae527705", "conditionalAccessStatus": "failure", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "f277c613-609c-4137-8ae2-d0992bbaf2ce", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 134, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Adobe Identity Management Service", "resourceId": "30663ca7-f8a9-43ab-8ca1-7906bdbc1485", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 230297, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "vTK1L6k5SK35vUaPSFeTdPLbnyP8lfZQcxNKf5a8A9XUG3Bx", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "a6c259e5-7f16-48b2-a9f3-75becd6daa9b", "rngcStatus": 0}}, {"time": "2022-08-16T08:42:39.401150Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "700082", "resultSignature": "None", "resultDescription": "Other", "durationMs": 0, "callerIpAddress": "17.245.234.112", "correlationId": "33a5da6d-6861-459b-b8d5-4fed2ee08876", "identity": "Cynthia Perry", "Level": 4, "location": "XJ", "properties": {"id": "07e9bef6-9926-4484-b7b4-4a159b018900", "createdDateTime": "2022-08-16T08:42:39.443150Z", "userDisplayName": "Cynthia Perry", "userPrincipalName": "cperry@domain.com", "userId": "ac5fa380-9d5b-470e-beb2-5ba10aca48e6", "appId": "413f12c2-a9cb-4ca6-a080-d4308249cbe1", "appDisplayName": "Air", "ipAddress": "17.245.234.112", "status": {"errorCode": 700082, "failureReason": "Other"}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (Linux; Android 4.4.3) AppleWebKit/533.2 (KHTML, like Gecko) Chrome/28.0.882.0 Safari/533.2 Edge/44.18413", "deviceDetail": {"deviceId": "235f0055-82f6-4737-a45d-94c0509dd53b", "displayName": "CYNTHIAPERRY-LT", "operatingSystem": "Windows 10", "browser": "Edge 44.18413", "trustType": "Azure AD registered"}, "location": {"city": "Espinozaborough", "state": "Earlport", "countryOrRegion": "XJ", "geoCoordinates": {"latitude": -76.873328, "longitude": -58.348238}}, "correlationId": "8569a4c7-d1ad-4328-b6c6-6061d397c6fa", "conditionalAccessStatus": "notApplied", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "202a9462-417e-4826-a016-16f55eb5d4d2", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 42, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Air Online", "resourceId": "76f4ef5e-0b9a-478c-89cd-2dcd57ca60c3", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 81338, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "d3woA0oy8oYrqFzj0kEjXkvk8fu9c0GoQ1K17g3fpHwYCGly", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": null, "rngcStatus": 0}}, {"time": "2022-08-16T08:46:35.929177Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "13.113.40.157", "correlationId": "f00c5bf8-d3de-4aa1-8355-ee6f10dcbfda", "identity": "Attack Target", "Level": 4, "location": "XR", "properties": {"id": "d4236fef-7c73-4402-98e3-fe3c92446d00", "createdDateTime": "2022-08-16T08:46:36.036177Z", "userDisplayName": "Attack Target", "userPrincipalName": "attacktarget@domain.com", "userId": "d735e84b-dcca-404d-9f7d-700f360f41a6", "appId": "9a7e67c7-6f05-42a3-b226-97c7ec3e9696", "appDisplayName": "Adobe Identity Management", "ipAddress": "13.113.40.157", "status": {"errorCode": 0}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (iPad; CPU iPad OS 9_3_6 like Mac OS X) AppleWebKit/536.1 (KHTML, like Gecko) CriOS/42.0.865.0 Mobile/77O124 Safari/536.1 Edge/99.14477", "deviceDetail": {"deviceId": "a44625dc-6f81-449a-9799-8005f7209b42", "displayName": "ATTACKTARGET-LT", "operatingSystem": "Windows 10", "browser": "Edge 99.14477", "trustType": "Azure AD registered"}, "location": {"city": "Smithfort", "state": "Smithfort", "countryOrRegion": "XR", "geoCoordinates": {"latitude": 3.7564095, "longitude": -121.574606}}, "correlationId": "e1591cfa-aa91-41af-be78-d3b6b3d41a80", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "619bc35a-cde8-4fde-8ea7-cd3344c3cdc5", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 107, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Adobe Identity Management Service", "resourceId": "30663ca7-f8a9-43ab-8ca1-7906bdbc1485", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 34974, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "FvRDQStSiOmWitwA5ogcF0hxwSdG0v15RqPhh2s6yRQpybVD", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "a6c259e5-7f16-48b2-a9f3-75becd6daa9b", "rngcStatus": 0}}, {"time": "2022-08-16T09:20:00.713731Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "SignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "147.132.189.119", "correlationId": "1a4265f6-d7c8-4034-ba20-24d97c43050b", "identity": "Terry Proctor", "Level": 4, "location": "XR", "properties": {"id": "baab1233-76d0-4f3f-8bc6-ec805c039200", "createdDateTime": "2022-08-16T09:20:00.831731Z", "userDisplayName": "Terry Proctor", "userPrincipalName": "tproctor@domain.com", "userId": "03110cc5-e54f-4dae-b68a-bf5d945f8152", "appId": "2eae4ad1-8cae-48fe-b718-76bd66e2fc7f", "appDisplayName": "Bipsync", "ipAddress": "147.132.189.119", "status": {"errorCode": 0, "additionalDetails": "MFA requirement satisfied by claim in the token"}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (X11; Linux i686) AppleWebKit/532.0 (KHTML, like Gecko) Chrome/46.0.883.0 Safari/532.0 Edge/98.10206", "deviceDetail": {"deviceId": "88ee69d5-1eb7-4f29-b594-e9b4e3371940", "displayName": "TERRYPROCTOR-LT", "operatingSystem": "Windows 10", "browser": "Edge 98.10206", "isCompliant": true, "isManaged": true, "trustType": "Azure AD joined"}, "location": {"city": "Port Denisetown", "state": "Smithton", "countryOrRegion": "XR", "geoCoordinates": {"latitude": 3.5518965, "longitude": 131.871582}}, "mfaDetail": {}, "correlationId": "edde87a1-b9ec-476a-b66e-b4c575e8d5a7", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "b886c6cd-ac1e-4d2d-9030-c209bf960ca7", "isInteractive": true, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 118, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Bipsync Service", "resourceId": "819aa3ed-3b63-4925-8388-0b8d41022941", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 256668, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "PmWbdW53NxM5MrEDEfPTBi9VmULI2ZloeTY87pr7cn7unF9w", "incomingTokenType": "none", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "7f0c9abd-8b0d-4973-8675-a495454c0c86", "rngcStatus": 0}}, {"time": "2022-08-16T09:29:06.862259Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "1.210.58.10", "correlationId": "8ce2bbeb-9da7-4675-a0f7-c004715fdc17", "identity": "Keith Sheppard", "Level": 4, "location": "XD", "properties": {"id": "9766f1aa-839e-413d-b538-b6012a7a9800", "createdDateTime": "2022-08-16T09:29:06.936259Z", "userDisplayName": "Keith Sheppard", "userPrincipalName": "ksheppard@domain.com", "userId": "05bd48f1-91d2-4c2d-9a7c-80e80f561b3c", "appId": "9003b8ba-730c-412d-8972-267700304e01", "appDisplayName": "Box", "ipAddress": "1.210.58.10", "status": {"errorCode": 0}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (Windows NT 4.0) AppleWebKit/531.1 (KHTML, like Gecko) Chrome/20.0.823.0 Safari/531.1 Edge/87.11424", "deviceDetail": {"deviceId": "639815fd-5018-4e38-9d81-67538b2ce460", "displayName": "KEITHSHEPPARD-LT", "operatingSystem": "Windows 10", "browser": "Edge 87.11424", "trustType": "Azure AD registered"}, "location": {"city": "Cooperhaven", "state": "Norrisbury", "countryOrRegion": "XD", "geoCoordinates": {"latitude": 70.436398, "longitude": -23.873747}}, "correlationId": "37d6dc65-4ede-41fd-8006-7588e9509069", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "792790e7-89ee-43e3-959d-af92218c2027", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 74, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Box Online", "resourceId": "d2c09315-f769-4fc6-9be8-f57cf8efa9cc", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 69487, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "Ub9Nb0psXqELnYLbU0QOhSMfL57ePdb7onQU9PLyBfPAzO6H", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": null, "rngcStatus": 0}}, {"time": "2022-08-16T09:39:03.511135Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "1.210.58.10", "correlationId": "9a394c72-d5ed-46ee-ad6d-209d6d219eed", "identity": "Keith Sheppard", "Level": 4, "location": "XD", "properties": {"id": "b4caa848-f8c1-4832-a328-e509cdd76d00", "createdDateTime": "2022-08-16T09:39:03.600135Z", "userDisplayName": "Keith Sheppard", "userPrincipalName": "ksheppard@domain.com", "userId": "05bd48f1-91d2-4c2d-9a7c-80e80f561b3c", "appId": "9de6e985-97a5-4d82-9c45-aedaa9c25ef9", "appDisplayName": "AWS Single-Account Access", "ipAddress": "1.210.58.10", "status": {"errorCode": 0}, "clientAppUsed": "Browser", "deviceDetail": {"deviceId": "639815fd-5018-4e38-9d81-67538b2ce460", "displayName": "KEITHSHEPPARD-LT", "operatingSystem": "Windows", "trustType": "Azure AD registered"}, "location": {"city": "Cooperhaven", "state": "Norrisbury", "countryOrRegion": "XD", "geoCoordinates": {"latitude": 70.436398, "longitude": -23.873747}}, "correlationId": "51441d63-198b-47f9-876e-97cfeab5cd5e", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "dc9f0908-a7b4-4597-b80f-baf6e6d2380f", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 89, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "AWS Single-Account Access Service", "resourceId": "72f0186d-d327-46c9-a8ff-497e0caa8691", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 69487, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "CfvE7jiwoExfzHmIRSXY1T4gxSWSBhYjbZDpU49WvHA9Kkl5", "incomingTokenType": "none", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": null, "rngcStatus": 0}}, {"time": "2022-08-16T09:42:08.223988Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "50173", "resultSignature": "None", "resultDescription": "Fresh auth token is needed. Have the user re-sign using fresh credentials.", "durationMs": 0, "callerIpAddress": "156.206.181.119", "correlationId": "05a62433-7676-4e7b-9a0d-9f461432bca2", "identity": "Cynthia Perry", "Level": 4, "location": "XY", "properties": {"id": "49d543cf-3853-413c-83db-981290b78800", "createdDateTime": "2022-08-16T09:42:08.304988Z", "userDisplayName": "Cynthia Perry", "userPrincipalName": "cperry@domain.com", "userId": "ac5fa380-9d5b-470e-beb2-5ba10aca48e6", "appId": "b6eb5487-41e5-4254-acc5-72fbd850bd1e", "appDisplayName": "Google Cloud / G Suite Connector by Microsoft", "ipAddress": "156.206.181.119", "status": {"errorCode": 50173, "failureReason": "Fresh auth token is needed. Have the user re-sign using fresh credentials."}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (Windows NT 4.0) AppleWebKit/531.1 (KHTML, like Gecko) Chrome/20.0.823.0 Safari/531.1 Edge/87.11424", "deviceDetail": {"deviceId": "", "operatingSystem": "Windows 10", "browser": "Edge 87.11424"}, "location": {"city": "Hannaville", "state": "Thomashaven", "countryOrRegion": "XY", "geoCoordinates": {"latitude": 1.1452695, "longitude": 128.249211}}, "correlationId": "a6893113-8361-44ca-9638-2b56c1b56e3c", "conditionalAccessStatus": "notApplied", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "a1e9e18c-469c-47b0-b2da-3526bf3ecf2d", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 81, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Google Cloud / G Suite Connector by Microsoft Service", "resourceId": "47e06079-6a63-42ab-89ea-840a60f3ea94", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 279165, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "Km3WSo7fmvcHeX0voKnLtsBrAzOmVBEyTO4J7h00GSpSJ2vJ", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "af115473-a920-4919-a03a-7215ca304189", "rngcStatus": 0}}, {"time": "2022-08-16T09:55:51.217490Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "199.12.127.103", "correlationId": "cf333562-2f3f-4cd4-81bf-686eb27a208d", "identity": "Jacob Meyers", "Level": 4, "location": "XG", "properties": {"id": "4ef53074-987d-44ae-a8dd-b6e4b0389700", "createdDateTime": "2022-08-16T09:55:51.292490Z", "userDisplayName": "Jacob Meyers", "userPrincipalName": "jmeyers@domain.com", "userId": "c63a67b0-1651-4a8a-9560-cc703cdad5ad", "appId": "9a7e67c7-6f05-42a3-b226-97c7ec3e9696", "appDisplayName": "Adobe Identity Management", "ipAddress": "199.12.127.103", "status": {"errorCode": 0}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (iPad; CPU iPad OS 9_3_6 like Mac OS X) AppleWebKit/536.1 (KHTML, like Gecko) CriOS/42.0.865.0 Mobile/77O124 Safari/536.1 Edge/99.14477", "deviceDetail": {"deviceId": "68cb982e-f215-496c-89bb-cc07716ff474", "displayName": "JACOBMEYERS-LT", "operatingSystem": "Windows 10", "browser": "Edge 99.14477", "trustType": "Azure AD registered"}, "location": {"city": "Port Nathan", "state": "Newmanville", "countryOrRegion": "XG", "geoCoordinates": {"latitude": 23.244641, "longitude": -113.392021}}, "correlationId": "6586af3f-a63a-42b4-b0e3-dcd601f03db5", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "b4dd68f6-3774-4b1c-ae06-2dbe501acf78", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 75, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Adobe Identity Management Service", "resourceId": "9a84f55e-3a40-492c-9476-e069f64ed7a6", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 282405, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "rhteKllyKTXrUcXSfpvwTspJODiE6gBXKlyyafP54HSH4Xi3", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "37ee873b-f901-4e25-be69-010243106d0f", "rngcStatus": 0}}, {"time": "2022-08-16T10:19:15.054353Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "50158", "resultSignature": "None", "resultDescription": "External security challenge was not satisfied.", "durationMs": 0, "callerIpAddress": "44.22.19.201", "correlationId": "f1ecfa4b-e5e5-4b77-ab31-9913ecd9b2b6", "identity": "Thomas Price", "Level": 4, "location": "XN", "properties": {"id": "c31f11f3-65b0-42f1-80e6-a81f1e5f9900", "createdDateTime": "2022-08-16T10:19:15.166353Z", "userDisplayName": "Thomas Price", "userPrincipalName": "tprice@domain.com", "userId": "32109ee2-ee4f-4d11-9c38-2556aec0f2b5", "appId": "9a7e67c7-6f05-42a3-b226-97c7ec3e9696", "appDisplayName": "Adobe Identity Management", "ipAddress": "44.22.19.201", "status": {"errorCode": 50158, "failureReason": "External security challenge was not satisfied."}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (X11; Linux i686) AppleWebKit/535.2 (KHTML, like Gecko) Chrome/22.0.843.0 Safari/535.2 Edge/118.12158", "deviceDetail": {"deviceId": "a31478d2-f778-4d5a-b081-22579a9edcbe", "displayName": "THOMASPRICE-LT", "operatingSystem": "Windows 10", "browser": "Edge 118.12158", "trustType": "Hybrid Azure AD joined"}, "location": {"city": "Littlemouth", "state": "Alexanderfurt", "countryOrRegion": "XN", "geoCoordinates": {"latitude": 25.4437255, "longitude": -109.530885}}, "correlationId": "e269c4ef-3861-4ae8-b010-3d6113875e96", "conditionalAccessStatus": "failure", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "1e4fb838-2bd6-4d71-bf34-2865af338f85", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 112, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Adobe Identity Management Service", "resourceId": "30663ca7-f8a9-43ab-8ca1-7906bdbc1485", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 230297, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "TF2bf3ZeL9HfxezdkLiBVMaQsFshY7Vh45ZSecQSJAAWeqcx", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "a6c259e5-7f16-48b2-a9f3-75becd6daa9b", "rngcStatus": 0}}, {"time": "2022-08-16T10:34:55.665725Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "700082", "resultSignature": "None", "resultDescription": "Other", "durationMs": 0, "callerIpAddress": "54.119.29.60", "correlationId": "f409b894-95dd-406c-8127-708e10d7e8c8", "identity": "Thomas Price", "Level": 4, "location": "XR", "properties": {"id": "16bcb29d-4da5-4f0e-bf12-107901818100", "createdDateTime": "2022-08-16T10:34:55.740725Z", "userDisplayName": "Thomas Price", "userPrincipalName": "tprice@domain.com", "userId": "32109ee2-ee4f-4d11-9c38-2556aec0f2b5", "appId": "9a7e67c7-6f05-42a3-b226-97c7ec3e9696", "appDisplayName": "Adobe Identity Management", "ipAddress": "54.119.29.60", "status": {"errorCode": 700082, "failureReason": "Other"}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (X11; Linux i686) AppleWebKit/535.2 (KHTML, like Gecko) Chrome/22.0.843.0 Safari/535.2 Edge/118.12158", "deviceDetail": {"deviceId": "852272bd-2ab1-474f-a99e-4922ea7031d3", "displayName": "THOMASPRICE-LT", "operatingSystem": "Windows 10", "browser": "Edge 118.12158", "trustType": "Hybrid Azure AD joined"}, "location": {"city": "Port Kimberlytown", "state": "Curtisport", "countryOrRegion": "XR", "geoCoordinates": {"latitude": 26.3152295, "longitude": 147.770404}}, "correlationId": "0d7a81bd-556a-4f20-a1c9-e6ac30d70b9c", "conditionalAccessStatus": "notApplied", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "aec3895f-66c8-4256-89cf-f6732abdeaff", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 75, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Adobe Identity Management Service", "resourceId": "30663ca7-f8a9-43ab-8ca1-7906bdbc1485", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 359213, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "CQhx5T8H4ETJHbhPsysgyDrcUHJKhWKLRF8VAMvynY4A9OJI", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "a6c259e5-7f16-48b2-a9f3-75becd6daa9b", "rngcStatus": 0}}, {"time": "2022-08-16T10:46:34.681909Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "50158", "resultSignature": "None", "resultDescription": "External security challenge was not satisfied.", "durationMs": 0, "callerIpAddress": "105.169.153.183", "correlationId": "3e187a23-4c47-49d5-958f-7d11cae8e6c0", "identity": "Thomas Price", "Level": 4, "location": "XR", "properties": {"id": "d215b474-705f-4a73-b7f2-f72533446900", "createdDateTime": "2022-08-16T10:46:34.798909Z", "userDisplayName": "Thomas Price", "userPrincipalName": "tprice@domain.com", "userId": "32109ee2-ee4f-4d11-9c38-2556aec0f2b5", "appId": "9a7e67c7-6f05-42a3-b226-97c7ec3e9696", "appDisplayName": "Adobe Identity Management", "ipAddress": "105.169.153.183", "status": {"errorCode": 50158, "failureReason": "External security challenge was not satisfied."}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (X11; Linux i686) AppleWebKit/535.2 (KHTML, like Gecko) Chrome/22.0.843.0 Safari/535.2 Edge/118.12158", "deviceDetail": {"deviceId": "2b85c59f-331a-4b61-9a44-9d3d6df62a06", "displayName": "THOMASPRICE-LT", "operatingSystem": "Windows 10", "browser": "Edge 118.12158", "trustType": "Hybrid Azure AD joined"}, "location": {"city": "Santosborough", "state": "Smithton", "countryOrRegion": "XR", "geoCoordinates": {"latitude": 12.8350355, "longitude": 138.359011}}, "correlationId": "25040ce2-df48-4cf8-82b6-45d3a63f5e46", "conditionalAccessStatus": "failure", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "132587b5-bcd5-4e58-9729-ab0576d38e6e", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 117, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Adobe Identity Management Service", "resourceId": "30663ca7-f8a9-43ab-8ca1-7906bdbc1485", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 256668, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "siZshIfE0emL9uQsmVViCuiFDeGFyRs9rRcs8lNdgYokYXV1", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "a6c259e5-7f16-48b2-a9f3-75becd6daa9b", "rngcStatus": 0}}, {"time": "2022-08-16T11:05:29.540023Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "13.113.40.157", "correlationId": "ec5b07ec-d6b2-4975-8b50-157c6995d94a", "identity": "Attack Target", "Level": 4, "location": "XR", "properties": {"id": "b948d0b4-8797-4aef-88d1-701554cd5a00", "createdDateTime": "2022-08-16T11:05:29.660023Z", "userDisplayName": "Attack Target", "userPrincipalName": "attacktarget@domain.com", "userId": "d735e84b-dcca-404d-9f7d-700f360f41a6", "appId": "9a7e67c7-6f05-42a3-b226-97c7ec3e9696", "appDisplayName": "Adobe Identity Management", "ipAddress": "13.113.40.157", "ipAddressFromResourceProvider": "11.5.130.220", "status": {"errorCode": 0}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (iPad; CPU iPad OS 9_3_6 like Mac OS X) AppleWebKit/536.1 (KHTML, like Gecko) CriOS/42.0.865.0 Mobile/77O124 Safari/536.1 Edge/99.14477", "deviceDetail": {"deviceId": "a44625dc-6f81-449a-9799-8005f7209b42", "displayName": "ATTACKTARGET-LT", "operatingSystem": "Windows 10", "browser": "Edge 99.14477", "trustType": "Azure AD registered"}, "location": {"city": "New John", "state": "Smithfort", "countryOrRegion": "XR", "geoCoordinates": {"latitude": -89.144242, "longitude": 168.119022}}, "correlationId": "94dbbaf2-3221-4b41-8eb5-823238d71dbe", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "95b16933-f276-4f78-91e4-5b694feb9815", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "processingTimeInMilliseconds": 120, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Adobe Identity Management Service", "resourceId": "9a84f55e-3a40-492c-9476-e069f64ed7a6", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 34974, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "DfB5Rge1CgZcNoR8z2BvDj3XPkWAooZd17keTLwV2CvIGrfO", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "37ee873b-f901-4e25-be69-010243106d0f"}}, {"time": "2022-08-16T11:11:59.519967Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "SignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "147.132.189.119", "correlationId": "14f9f8c7-3e1c-4045-9466-f7bb2904c48c", "identity": "Terry Proctor", "Level": 4, "location": "XR", "properties": {"id": "cd604170-057f-460d-b144-5da300756200", "createdDateTime": "2022-08-16T11:11:59.723967Z", "userDisplayName": "Terry Proctor", "userPrincipalName": "tproctor@domain.com", "userId": "03110cc5-e54f-4dae-b68a-bf5d945f8152", "appId": "49b3f953-8597-4533-a1f8-4d3b75c61cce", "appDisplayName": "Kintone", "ipAddress": "147.132.189.119", "status": {"errorCode": 0, "additionalDetails": "MFA requirement satisfied by claim in the token"}, "clientAppUsed": "Browser", "userAgent": "Mozilla/5.0 (Linux; Android 6.0.1) AppleWebKit/536.0 (KHTML, like Gecko) Chrome/37.0.845.0 Safari/536.0 Edge/96.18582", "deviceDetail": {"deviceId": "88ee69d5-1eb7-4f29-b594-e9b4e3371940", "displayName": "TERRYPROCTOR-LT", "operatingSystem": "Windows 10", "browser": "Edge 96.18582", "isCompliant": true, "isManaged": true, "trustType": "Azure AD joined"}, "location": {"city": "Port Denisetown", "state": "Smithton", "countryOrRegion": "XR", "geoCoordinates": {"latitude": 3.5518965, "longitude": 131.871582}}, "mfaDetail": {}, "correlationId": "a3978dbd-5213-431e-b451-1f473bcaa38f", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "b6eaf401-ab0e-4e1b-8a8f-8df1f086864f", "isInteractive": true, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 204, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Kintone Service", "resourceId": "f0630e90-b752-4960-bfb9-a0794fc34930", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 256668, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "MSLoewyaoEN8iKGgUphW4gn7mEVkqmK6Wc1ztkKleqLvctPl", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "1f37c851-4be4-455b-928a-fbde7845a68a", "rngcStatus": 0}}, {"time": "2022-08-16T11:13:06.171778Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "92.110.109.246", "correlationId": "439ca5a5-7152-47cf-89f9-aaaaa9edd192", "identity": "David Johnson", "Level": 4, "location": "XR", "properties": {"id": "96843c4e-d6c8-49c6-9d20-64124a716e00", "createdDateTime": "2022-08-16T11:13:06.308778Z", "userDisplayName": "David Johnson", "userPrincipalName": "djohnson@domain.com", "userId": "ff2ae3d2-8cd2-4bd6-b65d-49c5ad946c7f", "appId": "18bf60fa-77dd-4aad-891d-af82ca87dd06", "appDisplayName": "FortiGate SSL VPN", "ipAddress": "92.110.109.246", "status": {"errorCode": 0}, "clientAppUsed": "Browser", "deviceDetail": {"deviceId": "8fb0ff79-f116-4f20-8ca8-36b3f8d68865", "displayName": "DAVIDJOHNSON-LT", "operatingSystem": "Windows", "browser": "Rich Client 4.22.0.0", "trustType": "Azure AD registered"}, "location": {"city": "Port Denisetown", "state": "Smithton", "countryOrRegion": "XR", "geoCoordinates": {"latitude": 3.5518965, "longitude": 131.871582}}, "correlationId": "f25b098b-8ab0-4c64-b67a-9901cfa718a4", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "ecc4a1b9-c0be-49e0-971c-3afdd2ed9065", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 137, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "FortiGate SSL VPN Service", "resourceId": "a1edee32-85c4-4a57-afcb-5853873a47e7", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 230297, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "tLZKJByeCHIujW9mQIJ2E0uVBxzNBFTyr3c34SMtefmhmsaK", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "0898af19-dfef-4b51-a918-f534c473013d", "rngcStatus": 0}}, {"time": "2022-08-16T11:17:25.162311Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "147.132.189.119", "correlationId": "b23f791f-c694-42ab-aee5-05e1513eeafa", "identity": "Terry Proctor", "Level": 4, "location": "XR", "properties": {"id": "25e4d3d1-38ed-4aaa-a8b2-f0b3ee115900", "createdDateTime": "2022-08-16T11:17:25.300311Z", "userDisplayName": "Terry Proctor", "userPrincipalName": "tproctor@domain.com", "userId": "03110cc5-e54f-4dae-b68a-bf5d945f8152", "appId": "2eae4ad1-8cae-48fe-b718-76bd66e2fc7f", "appDisplayName": "Bipsync", "ipAddress": "147.132.189.119", "status": {"errorCode": 0, "additionalDetails": "MFA requirement satisfied by claim in the token"}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (X11; Linux i686) AppleWebKit/533.0 (KHTML, like Gecko) Chrome/24.0.803.0 Safari/533.0 Edge/40.11325", "deviceDetail": {"deviceId": "88ee69d5-1eb7-4f29-b594-e9b4e3371940", "displayName": "TERRYPROCTOR-LT", "operatingSystem": "Windows 10", "browser": "Edge 40.11325", "isCompliant": true, "isManaged": true, "trustType": "Azure AD joined"}, "location": {"city": "Port Denisetown", "state": "Smithton", "countryOrRegion": "XR", "geoCoordinates": {"latitude": 3.5518965, "longitude": 131.871582}}, "mfaDetail": {}, "correlationId": "fd27b2c3-47c4-4045-9e27-f7b8e8dcd5b4", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "60c26e45-ceb5-47fe-a404-d3940ea795bd", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "processingTimeInMilliseconds": 138, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Bipsync Service", "resourceId": "aaf780ce-b996-49b9-986d-8bb23f7bce3a", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 256668, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "EA5i7fjAVpQm5BSdaecL9Eff7454egpKlZ6SmSW6M64IaRdm", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "b7da42cc-a168-4148-b15a-792ad32c2ff5"}}, {"time": "2022-08-16T11:17:35.349619Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "13.113.40.157", "correlationId": "577da9c4-68ed-4a4d-85b4-ba0b11645574", "identity": "Attack Target", "Level": 4, "location": "XR", "properties": {"id": "849f5eb8-988d-4520-b45c-6016a1b47300", "createdDateTime": "2022-08-16T11:17:35.613619Z", "userDisplayName": "Attack Target", "userPrincipalName": "attacktarget@domain.com", "userId": "d735e84b-dcca-404d-9f7d-700f360f41a6", "appId": "9167c284-c68f-468a-84be-0ee4f23879fe", "appDisplayName": "ArcGIS Enterprise", "ipAddress": "13.113.40.157", "status": {"errorCode": 0}, "clientAppUsed": "Mobile Apps and Desktop clients", "deviceDetail": {"deviceId": "", "operatingSystem": "Ios", "browser": "Mobile Safari"}, "location": {"city": "Smithfort", "state": "Smithfort", "countryOrRegion": "XR", "geoCoordinates": {"latitude": 3.7564095, "longitude": -121.574606}}, "correlationId": "9f1adef9-e3d8-453e-b21c-c0db56ae26cf", "conditionalAccessStatus": "notApplied", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "e5925a48-8211-4191-9a07-3e4d49ced521", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 264, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "ArcGIS Enterprise Service", "resourceId": "7a8caa38-3454-4033-9b2e-0e69152cca1e", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 34974, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "U3QImehkKxzoTXUYqbU5J2ut69VmsDLUertf5C585vK1mT9m", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "7c9b147a-b2e2-42f4-8881-d000653c3411", "rngcStatus": 0}}, {"time": "2022-08-16T11:18:01.915186Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "147.132.189.119", "correlationId": "ee74ece6-a535-4997-ab4a-5a116ecf51dc", "identity": "Cassie Fernandez", "Level": 4, "location": "XR", "properties": {"id": "fbcedcc7-b4d5-4563-84a7-f03810857400", "createdDateTime": "2022-08-16T11:18:02.031186Z", "userDisplayName": "Cassie Fernandez", "userPrincipalName": "cfernandez@domain.com", "userId": "67ef8be6-3f44-4db7-8172-fd6211428c1e", "appId": "2eae4ad1-8cae-48fe-b718-76bd66e2fc7f", "appDisplayName": "Bipsync", "ipAddress": "147.132.189.119", "status": {"errorCode": 0}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (iPad; CPU iPad OS 9_3_6 like Mac OS X) AppleWebKit/536.1 (KHTML, like Gecko) CriOS/42.0.865.0 Mobile/77O124 Safari/536.1 Edge/99.14477", "deviceDetail": {"deviceId": "bf67c857-685a-4457-89c4-db2afa581bd2", "displayName": "CASSIEFERNANDEZ-LT", "operatingSystem": "Windows 10", "browser": "Edge 99.14477", "trustType": "Hybrid Azure AD joined"}, "location": {"city": "Port Denisetown", "state": "Smithton", "countryOrRegion": "XR", "geoCoordinates": {"latitude": 3.5518965, "longitude": 131.871582}}, "correlationId": "ba2129ec-bab2-40c1-bdfc-fa9f16dac25b", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "503826ea-deb0-4a08-ab2d-57f68a8dd5a8", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 116, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Bipsync Service", "resourceId": "9a84f55e-3a40-492c-9476-e069f64ed7a6", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 256668, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "j17UBBUHoG6voCy4eUzrVDRgDA370dynQ7ctqGR9Pr98gM3t", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "37ee873b-f901-4e25-be69-010243106d0f", "rngcStatus": 0}}, {"time": "2022-08-16T11:45:57.190263Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "19.20.89.178", "correlationId": "e0e55f28-93f1-4504-8559-ff5465bc4a7c", "identity": "Jamie Watson", "Level": 4, "location": "XR", "properties": {"id": "4cef6bed-8ce8-4274-9ce5-4a2177676f00", "createdDateTime": "2022-08-16T11:45:57.290263Z", "userDisplayName": "Jamie Watson", "userPrincipalName": "jwatson@domain.com", "userId": "2844695b-9a70-48ed-a5ce-f3d711e2292b", "appId": "dbe6b779-13df-45f2-a6d7-1323485479f6", "appDisplayName": "Cisco Webex", "ipAddress": "19.20.89.178", "status": {"errorCode": 0}, "clientAppUsed": "Browser", "deviceDetail": {"deviceId": "", "operatingSystem": "Android", "browser": "Rich Client 4.38.0.0"}, "location": {"city": "Samanthaberg", "state": "Smithton", "countryOrRegion": "XR", "geoCoordinates": {"latitude": -68.556166, "longitude": -172.972506}}, "correlationId": "57086af5-e63f-4896-b741-1b6a6b5fee46", "conditionalAccessStatus": "notApplied", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "76c7a04a-ca29-44e6-acca-b24aeba33662", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 100, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Cisco Webex Service", "resourceId": "f72c694e-4e03-4616-91f3-78c5fe54122a", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 34974, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "ZtyfNqTIQ1RYF8NEXWGKZULzBBHWu3cFQ9bqqB0eg1Yggmk8", "incomingTokenType": "none", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "1674f597-9877-4ff9-a5d9-accfea860d15", "rngcStatus": 0}}, {"time": "2022-08-16T11:55:30.932394Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "13.113.40.157", "correlationId": "d1da2046-a2a3-4d97-ab59-c05d5398d66f", "identity": "Attack Target", "Level": 4, "location": "XR", "properties": {"id": "c31f11f3-65b0-42f1-80e6-a81ffb188e00", "createdDateTime": "2022-08-16T11:55:31.054394Z", "userDisplayName": "Attack Target", "userPrincipalName": "attacktarget@domain.com", "userId": "d735e84b-dcca-404d-9f7d-700f360f41a6", "appId": "9a7e67c7-6f05-42a3-b226-97c7ec3e9696", "appDisplayName": "Adobe Identity Management", "ipAddress": "13.113.40.157", "ipAddressFromResourceProvider": "13.113.40.157", "status": {"errorCode": 0}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (iPad; CPU iPad OS 9_3_6 like Mac OS X) AppleWebKit/536.1 (KHTML, like Gecko) CriOS/42.0.865.0 Mobile/77O124 Safari/536.1 Edge/99.14477", "deviceDetail": {"deviceId": "a44625dc-6f81-449a-9799-8005f7209b42", "displayName": "ATTACKTARGET-LT", "operatingSystem": "Windows 10", "browser": "Edge 99.14477", "trustType": "Azure AD registered"}, "location": {"city": "Smithfort", "state": "Smithfort", "countryOrRegion": "XR", "geoCoordinates": {"latitude": 3.7564095, "longitude": -121.574606}}, "correlationId": "a7533894-bed0-48c7-9216-fede0f993ed7", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "ba29a981-fa9c-4b6a-89e8-7f9ab96f12d6", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 122, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Adobe Identity Management Service", "resourceId": "c8eab36d-0a82-409d-8693-a8dabc997921", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 34974, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "DhLck1RDF0zdqYknX75t7Y76eBbHQZWFDZrQFcBvyuXnkAWn", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "2248d3ef-d7b8-4eb2-bd20-fb53f725bfe3", "rngcStatus": 0}}, {"time": "2022-08-16T11:59:56.284158Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "92.110.109.246", "correlationId": "c9301e1d-063f-4cf3-a566-7d36dad8aa1e", "identity": "David Johnson", "Level": 4, "location": "XR", "properties": {"id": "c7a26d47-4335-4fb6-9ae4-3b534eed6a00", "createdDateTime": "2022-08-16T11:59:56.440158Z", "userDisplayName": "David Johnson", "userPrincipalName": "djohnson@domain.com", "userId": "ff2ae3d2-8cd2-4bd6-b65d-49c5ad946c7f", "appId": "18bf60fa-77dd-4aad-891d-af82ca87dd06", "appDisplayName": "FortiGate SSL VPN", "ipAddress": "92.110.109.246", "status": {"errorCode": 0}, "clientAppUsed": "Browser", "deviceDetail": {"deviceId": "8fb0ff79-f116-4f20-8ca8-36b3f8d68865", "displayName": "DAVIDJOHNSON-LT", "operatingSystem": "Windows", "browser": "Rich Client 4.22.0.0", "trustType": "Azure AD registered"}, "location": {"city": "Port Denisetown", "state": "Smithton", "countryOrRegion": "XR", "geoCoordinates": {"latitude": 3.5518965, "longitude": 131.871582}}, "correlationId": "c8111d42-8db4-48bd-808f-897b04361268", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "bc3bee59-aaae-43cc-8b70-7aafd9aba671", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 156, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "FortiGate SSL VPN Service", "resourceId": "a1edee32-85c4-4a57-afcb-5853873a47e7", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 230297, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "mERulFZQ6WbqnVgENCTzKZMKGc2NE8fCN7CegwXrpdhmfMim", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "0898af19-dfef-4b51-a918-f534c473013d", "rngcStatus": 0}}, {"time": "2022-08-16T12:21:42.855241Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "50158", "resultSignature": "None", "resultDescription": "External security challenge was not satisfied.", "durationMs": 0, "callerIpAddress": "44.22.19.201", "correlationId": "cee633b6-4354-4153-987b-66a518a3148f", "identity": "Thomas Price", "Level": 4, "location": "XN", "properties": {"id": "5959b541-45bd-44fe-99e0-5432249c4e00", "createdDateTime": "2022-08-16T12:21:43.003241Z", "userDisplayName": "Thomas Price", "userPrincipalName": "tprice@domain.com", "userId": "32109ee2-ee4f-4d11-9c38-2556aec0f2b5", "appId": "9a7e67c7-6f05-42a3-b226-97c7ec3e9696", "appDisplayName": "Adobe Identity Management", "ipAddress": "44.22.19.201", "status": {"errorCode": 50158, "failureReason": "External security challenge was not satisfied."}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (X11; Linux i686) AppleWebKit/535.2 (KHTML, like Gecko) Chrome/22.0.843.0 Safari/535.2 Edge/118.12158", "deviceDetail": {"deviceId": "0927e60c-8dfa-4ecf-be85-ad63bccf40a1", "displayName": "THOMASPRICE-LT", "operatingSystem": "Windows 10", "browser": "Edge 118.12158", "trustType": "Hybrid Azure AD joined"}, "location": {"city": "Littlemouth", "state": "Alexanderfurt", "countryOrRegion": "XN", "geoCoordinates": {"latitude": 25.4437255, "longitude": -109.530885}}, "correlationId": "ecb911f6-568e-432d-aed6-93983e354887", "conditionalAccessStatus": "failure", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "3c58637b-5fa7-4dd9-8994-4d0915348f23", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "processingTimeInMilliseconds": 148, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Adobe Identity Management Service", "resourceId": "30663ca7-f8a9-43ab-8ca1-7906bdbc1485", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 230297, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "FrsoLKsv1ZOQrnoFutT53ahIC75NApCKm71c7XrapeDRnth9", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "a6c259e5-7f16-48b2-a9f3-75becd6daa9b"}}, {"time": "2022-08-16T12:24:56.274393Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "50158", "resultSignature": "None", "resultDescription": "External security challenge was not satisfied.", "durationMs": 0, "callerIpAddress": "92.110.109.246", "correlationId": "1bd4cca2-269f-4f15-a9d3-ab6a2852707f", "identity": "Thomas Price", "Level": 4, "location": "XR", "properties": {"id": "e3d678dd-4e47-4907-b11e-8ddd51657300", "createdDateTime": "2022-08-16T12:24:56.392393Z", "userDisplayName": "Thomas Price", "userPrincipalName": "tprice@domain.com", "userId": "32109ee2-ee4f-4d11-9c38-2556aec0f2b5", "appId": "9a7e67c7-6f05-42a3-b226-97c7ec3e9696", "appDisplayName": "Adobe Identity Management", "ipAddress": "92.110.109.246", "status": {"errorCode": 50158, "failureReason": "External security challenge was not satisfied."}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (X11; Linux i686) AppleWebKit/535.2 (KHTML, like Gecko) Chrome/22.0.843.0 Safari/535.2 Edge/118.12158", "deviceDetail": {"deviceId": "0927e60c-8dfa-4ecf-be85-ad63bccf40a1", "displayName": "THOMASPRICE-LT", "operatingSystem": "Windows 10", "browser": "Edge 118.12158", "trustType": "Hybrid Azure AD joined"}, "location": {"city": "Port Denisetown", "state": "Smithton", "countryOrRegion": "XR", "geoCoordinates": {"latitude": 3.5518965, "longitude": 131.871582}}, "correlationId": "7426cd3a-98f1-4ee2-a33e-dc6828358130", "conditionalAccessStatus": "failure", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "d1cb9939-1397-4147-8add-a213ce6a86a9", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 118, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Adobe Identity Management Service", "resourceId": "30663ca7-f8a9-43ab-8ca1-7906bdbc1485", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 230297, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "nHMsoctstQF9SaLSnAv2ZTIimrympWs2XZXKeILHPtIfkp4w", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "a6c259e5-7f16-48b2-a9f3-75becd6daa9b", "rngcStatus": 0}}, {"time": "2022-08-16T12:47:34.728777Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "50158", "resultSignature": "None", "resultDescription": "External security challenge was not satisfied.", "durationMs": 0, "callerIpAddress": "92.110.109.246", "correlationId": "ab059149-9304-46da-a33b-918daf615b6c", "identity": "Thomas Price", "Level": 4, "location": "XR", "properties": {"id": "e3eb0cfb-966f-4577-9f37-6ff2500d6300", "createdDateTime": "2022-08-16T12:47:34.936777Z", "userDisplayName": "Thomas Price", "userPrincipalName": "tprice@domain.com", "userId": "32109ee2-ee4f-4d11-9c38-2556aec0f2b5", "appId": "9a7e67c7-6f05-42a3-b226-97c7ec3e9696", "appDisplayName": "Adobe Identity Management", "ipAddress": "92.110.109.246", "status": {"errorCode": 50158, "failureReason": "External security challenge was not satisfied."}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (X11; Linux i686) AppleWebKit/535.2 (KHTML, like Gecko) Chrome/22.0.843.0 Safari/535.2 Edge/118.12158", "deviceDetail": {"deviceId": "a31478d2-f778-4d5a-b081-22579a9edcbe", "displayName": "THOMASPRICE-LT", "operatingSystem": "Windows 10", "browser": "Edge 118.12158", "trustType": "Hybrid Azure AD joined"}, "location": {"city": "Port Denisetown", "state": "Smithton", "countryOrRegion": "XR", "geoCoordinates": {"latitude": 3.5518965, "longitude": 131.871582}}, "correlationId": "e955e763-5340-41f9-bb52-d84b61670dd2", "conditionalAccessStatus": "failure", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "bd63d508-6432-4daa-8c7e-ce4c53c3605d", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 208, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Adobe Identity Management Service", "resourceId": "30663ca7-f8a9-43ab-8ca1-7906bdbc1485", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 230297, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "KmmT4wMxLvbv36wsYuQQ1I3OtH7K52EjiBDLyCdpYdm2d351", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "a6c259e5-7f16-48b2-a9f3-75becd6daa9b", "rngcStatus": 0}}, {"time": "2022-08-16T13:04:05.970123Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "44.22.19.201", "correlationId": "72d3beb1-d205-4cf4-954d-93beb6d8ee2e", "identity": "David Johnson", "Level": 4, "location": "XN", "properties": {"id": "49d543cf-3853-413c-83db-9812f77a8c00", "createdDateTime": "2022-08-16T13:04:06.095123Z", "userDisplayName": "David Johnson", "userPrincipalName": "djohnson@domain.com", "userId": "ff2ae3d2-8cd2-4bd6-b65d-49c5ad946c7f", "appId": "9a7e67c7-6f05-42a3-b226-97c7ec3e9696", "appDisplayName": "Adobe Identity Management", "ipAddress": "44.22.19.201", "status": {"errorCode": 0}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (Windows NT 4.0) AppleWebKit/531.1 (KHTML, like Gecko) Chrome/20.0.823.0 Safari/531.1 Edge/87.11424", "deviceDetail": {"deviceId": "8fb0ff79-f116-4f20-8ca8-36b3f8d68865", "displayName": "DAVIDJOHNSON-LT", "operatingSystem": "Windows 10", "browser": "Edge 87.11424", "trustType": "Azure AD registered"}, "location": {"city": "Littlemouth", "state": "Alexanderfurt", "countryOrRegion": "XN", "geoCoordinates": {"latitude": 25.4437255, "longitude": -109.530885}}, "correlationId": "4fd34eb5-6258-4ee1-a767-eb4f136f88d7", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "ed318c67-91c3-4c71-af28-74673b6123d1", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 125, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Adobe Identity Management Service", "resourceId": "30663ca7-f8a9-43ab-8ca1-7906bdbc1485", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 230297, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "SRizbnk20yNWO1I5GOVTJVPnHA6nBWb5rzEmX2Edexfb2kRO", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "a6c259e5-7f16-48b2-a9f3-75becd6daa9b", "rngcStatus": 0}}, {"time": "2022-08-16T13:20:28.831655Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "138.247.69.0", "correlationId": "3fc6faaa-7c84-4cea-8e0e-ee6f8e1bd085", "identity": "Amy Anderson", "Level": 4, "location": "XG", "properties": {"id": "df70b726-7756-4baa-9a7d-5ac9e6518b00", "createdDateTime": "2022-08-16T13:20:28.960655Z", "userDisplayName": "Amy Anderson", "userPrincipalName": "aanderson@domain.com", "userId": "8075903b-a43c-46f2-8c31-82f488ccff67", "appId": "2eae4ad1-8cae-48fe-b718-76bd66e2fc7f", "appDisplayName": "Bipsync", "ipAddress": "138.247.69.0", "status": {"errorCode": 0}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (Windows NT 4.0) AppleWebKit/531.1 (KHTML, like Gecko) Chrome/20.0.823.0 Safari/531.1 Edge/87.11424", "deviceDetail": {"deviceId": "d873fe16-31ed-4171-baa4-a4662f307e1f", "displayName": "AMYANDERSON-LT", "operatingSystem": "Windows 10", "browser": "Edge 87.11424", "trustType": "Azure AD registered"}, "location": {"city": "East Ericfort", "state": "Newmanville", "countryOrRegion": "XG", "geoCoordinates": {"latitude": 48.7022085, "longitude": 54.982601}}, "correlationId": "de7d5b34-7821-4176-867d-54905c23054f", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "42679144-8f57-406d-a8c5-615c6784b21f", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 129, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Bipsync Service", "resourceId": "9a84f55e-3a40-492c-9476-e069f64ed7a6", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 124857, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "SOugh8hXxz6MmudYRyzGV7DF08XWxGf60svGQwV5IdhWGTOS", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "37ee873b-f901-4e25-be69-010243106d0f", "rngcStatus": 0}}, {"time": "2022-08-16T13:32:08.410983Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "SignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "50140", "resultSignature": "None", "resultDescription": "This error occurred due to 'Keep me signed in' interrupt when the user was signing-in.", "durationMs": 0, "callerIpAddress": "42.62.103.34", "correlationId": "1d7b117b-a725-4fc9-a94f-8b8aeed19fdf", "identity": "Joseph Taylor", "Level": 4, "location": "XF", "properties": {"id": "aae6799f-ea3c-499a-892d-2f1a72a75200", "createdDateTime": "2022-08-16T13:32:08.539983Z", "userDisplayName": "Joseph Taylor", "userPrincipalName": "jtaylor@domain.com", "userId": "af9847eb-c773-41ae-bf94-42747c5e986c", "appId": "1b3edb90-1e06-46db-b021-e2fc1f7ddaf5", "appDisplayName": "Beatrust", "ipAddress": "42.62.103.34", "status": {"errorCode": 50140, "failureReason": "This error occurred due to 'Keep me signed in' interrupt when the user was signing-in."}, "clientAppUsed": "Browser", "userAgent": "Mozilla/5.0 (iPod; U; CPU iPhone OS 3_2 like Mac OS X; vi-VN) AppleWebKit/535.22.3 (KHTML, like Gecko) Version/4.0.5 Mobile/8B113 Safari/6535.22.3", "deviceDetail": {"deviceId": "", "operatingSystem": "MacOs", "browser": "Safari 6535.22.3"}, "location": {"city": "Jessicafurt", "state": "Smithbury", "countryOrRegion": "XF", "geoCoordinates": {"latitude": 17.5082395, "longitude": -115.304215}}, "correlationId": "4171bf35-5786-4f1c-984e-5c352f28c0c7", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "84040931-5392-499d-a2d2-085f639ef3f6", "isInteractive": true, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "processingTimeInMilliseconds": 129, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Beatrust Service", "resourceId": "24578515-1951-4064-967d-0d2acaf0aa70", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "alternateSignInName": "jtaylor1@domain.com", "signInIdentifier": "jtaylor1@domain.com", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 393508, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "38DNSRmdN6ZMNuqYBqD6ZfZlzQFX4E9qTmiKwsBAcFpvPe98", "incomingTokenType": "none", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "0e68752b-7dfa-400b-a6f5-1b54af90696a"}}, {"time": "2022-08-16T13:43:05.921961Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "13.113.40.157", "correlationId": "0198f466-c2c1-4e3b-885b-ebc20c326b13", "identity": "Attack Target", "Level": 4, "location": "XR", "properties": {"id": "da07381e-cd4c-4b24-b359-ffd788c07400", "createdDateTime": "2022-08-16T13:43:06.032961Z", "userDisplayName": "Attack Target", "userPrincipalName": "attacktarget@domain.com", "userId": "d735e84b-dcca-404d-9f7d-700f360f41a6", "appId": "9a7e67c7-6f05-42a3-b226-97c7ec3e9696", "appDisplayName": "Adobe Identity Management", "ipAddress": "13.113.40.157", "status": {"errorCode": 0}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (iPad; CPU iPad OS 9_3_6 like Mac OS X) AppleWebKit/536.1 (KHTML, like Gecko) CriOS/42.0.865.0 Mobile/77O124 Safari/536.1 Edge/99.14477", "deviceDetail": {"deviceId": "a44625dc-6f81-449a-9799-8005f7209b42", "displayName": "ATTACKTARGET-LT", "operatingSystem": "Windows 10", "browser": "Edge 99.14477", "trustType": "Azure AD registered"}, "location": {"city": "Smithfort", "state": "Smithfort", "countryOrRegion": "XR", "geoCoordinates": {"latitude": 3.7564095, "longitude": -121.574606}}, "correlationId": "b918707c-7b37-462b-81fc-98e56e64b38b", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "c3695406-0d6f-4cd4-89c7-a885393e5473", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 111, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Adobe Identity Management Service", "resourceId": "80abac89-d2c0-4b6c-8ffc-5023bd7efc5e", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 34974, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "Uarh4FsILsep2rimKJhn076AV86468CCPsLLA0izIL7ivEIs", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": null, "rngcStatus": 0}}, {"time": "2022-08-16T13:51:14.325610Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "13.113.40.157", "correlationId": "3bc68a07-98be-4b11-93c7-689503c5f938", "identity": "Attack Target", "Level": 4, "location": "XR", "properties": {"id": "28aa4dbc-8a6f-40da-9789-2ca18d276500", "createdDateTime": "2022-08-16T13:51:14.444610Z", "userDisplayName": "Attack Target", "userPrincipalName": "attacktarget@domain.com", "userId": "d735e84b-dcca-404d-9f7d-700f360f41a6", "appId": "9a7e67c7-6f05-42a3-b226-97c7ec3e9696", "appDisplayName": "Adobe Identity Management", "ipAddress": "13.113.40.157", "ipAddressFromResourceProvider": "11.5.130.220", "status": {"errorCode": 0}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (iPad; CPU iPad OS 9_3_6 like Mac OS X) AppleWebKit/536.1 (KHTML, like Gecko) CriOS/42.0.865.0 Mobile/77O124 Safari/536.1 Edge/99.14477", "deviceDetail": {"deviceId": "a44625dc-6f81-449a-9799-8005f7209b42", "displayName": "ATTACKTARGET-LT", "operatingSystem": "Windows 10", "browser": "Edge 99.14477", "trustType": "Azure AD registered"}, "location": {"city": "Smithfort", "state": "Smithfort", "countryOrRegion": "XR", "geoCoordinates": {"latitude": 3.7564095, "longitude": -121.574606}}, "correlationId": "a637ae3b-69d1-4237-9a37-40dc62a334e1", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "62ce6fe9-2d81-4dae-84b7-6786bd0bce4e", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 119, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Adobe Identity Management Service", "resourceId": "9a84f55e-3a40-492c-9476-e069f64ed7a6", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 34974, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "SNzQUWmfyHJOkeda7q1pEabCgC2saWYNl3LzWPnO0FVDtv4G", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "37ee873b-f901-4e25-be69-010243106d0f", "rngcStatus": 0}}, {"time": "2022-08-16T13:59:43.705301Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "SignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "50158", "resultSignature": "None", "resultDescription": "External security challenge was not satisfied.", "durationMs": 0, "callerIpAddress": "205.33.24.92", "correlationId": "68866bd8-067c-4ec2-ba19-cab2ad712789", "identity": "Aaron Cole", "Level": 4, "location": "XD", "properties": {"id": "fc999d30-4d72-4b71-b130-a08a977d9600", "createdDateTime": "2022-08-16T13:59:43.765301Z", "userDisplayName": "Aaron Cole", "userPrincipalName": "acole@domain.com", "userId": "5d557969-1645-4ba4-be83-b6fd943659f7", "appId": "cb9ad245-0b24-4c75-ba23-398500baf7a8", "appDisplayName": "FileCloud", "ipAddress": "205.33.24.92", "status": {"errorCode": 50158, "failureReason": "External security challenge was not satisfied."}, "clientAppUsed": "Browser", "userAgent": "Mozilla/5.0 (Linux; Android 2.3.5) AppleWebKit/532.2 (KHTML, like Gecko) Chrome/46.0.898.0 Safari/532.2 Edge/105.19198", "deviceDetail": {"deviceId": "", "operatingSystem": "Windows 10", "browser": "Edge 105.19198"}, "location": {"city": "Kristinmouth", "state": "Norrisbury", "countryOrRegion": "XD", "geoCoordinates": {"latitude": 26.278784, "longitude": -92.042573}}, "correlationId": "51d1319f-8ebe-4e8b-a23f-1e1126ab88d3", "conditionalAccessStatus": "failure", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "b98717a5-7c94-4884-bae8-12b1938ffcd9", "isInteractive": true, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 60, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "FileCloud", "resourceId": "c76d5f74-7ee8-4657-b84f-a50641692265", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "alternateSignInName": "acole1@domain.com", "signInIdentifier": "acole1@domain.com", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 214655, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "m9HQ1AZ98cw9fhqx328nRlQsyLTXdW9U1zI2VMH24OywKFZM", "incomingTokenType": "none", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": null, "rngcStatus": 0}}, {"time": "2022-08-16T14:09:04.394830Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "SignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "42.62.103.34", "correlationId": "6b6d8d65-babf-4f1c-a337-ce1add2e7516", "identity": "Joseph Taylor", "Level": 4, "location": "XF", "properties": {"id": "ec269e96-7bac-4a1f-b78f-5698b7546100", "createdDateTime": "2022-08-16T14:09:04.560830Z", "userDisplayName": "Joseph Taylor", "userPrincipalName": "jtaylor@domain.com", "userId": "af9847eb-c773-41ae-bf94-42747c5e986c", "appId": "b2421da4-c71e-46a9-b848-495ef54b79c4", "appDisplayName": "ServiceNow", "ipAddress": "42.62.103.34", "status": {"errorCode": 0, "additionalDetails": "MFA requirement satisfied by claim in the token"}, "clientAppUsed": "Browser", "userAgent": "Mozilla/5.0 (Linux; Android 2.3.5) AppleWebKit/532.2 (KHTML, like Gecko) Chrome/46.0.898.0 Safari/532.2 Edge/105.19198", "deviceDetail": {"deviceId": "76b96bd3-e5d7-49ee-b195-bf363facdb3d", "displayName": "JOSEPHTAYLOR-LT", "operatingSystem": "Windows 10", "browser": "Edge 105.19198", "isCompliant": true, "isManaged": true, "trustType": "Azure AD joined"}, "location": {"city": "Jessicafurt", "state": "Smithbury", "countryOrRegion": "XF", "geoCoordinates": {"latitude": 17.5082395, "longitude": -115.304215}}, "mfaDetail": {}, "correlationId": "e4288159-6212-4af6-a09c-c5a9b2c87c37", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "e3a089a4-34ca-4bfa-aeb1-dcec3190522f", "isInteractive": true, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "processingTimeInMilliseconds": 166, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "ServiceNow Online", "resourceId": "9a84f55e-3a40-492c-9476-e069f64ed7a6", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 393508, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "dMaq7WUOp7TEdiC4VAsQf92qf04FSVG4zmedEYC6S4Pj5Xpy", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "37ee873b-f901-4e25-be69-010243106d0f"}}, {"time": "2022-08-16T14:36:13.342213Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "50158", "resultSignature": "None", "resultDescription": "External security challenge was not satisfied.", "durationMs": 0, "callerIpAddress": "44.22.19.201", "correlationId": "8a85be44-a3a9-48fc-a2d9-4022fbbd0d20", "identity": "Thomas Price", "Level": 4, "location": "XN", "properties": {"id": "6a5f64c1-1a9a-4556-9496-2d2089ab8400", "createdDateTime": "2022-08-16T14:36:13.446213Z", "userDisplayName": "Thomas Price", "userPrincipalName": "tprice@domain.com", "userId": "32109ee2-ee4f-4d11-9c38-2556aec0f2b5", "appId": "9a7e67c7-6f05-42a3-b226-97c7ec3e9696", "appDisplayName": "Adobe Identity Management", "ipAddress": "44.22.19.201", "status": {"errorCode": 50158, "failureReason": "External security challenge was not satisfied."}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (X11; Linux i686) AppleWebKit/535.2 (KHTML, like Gecko) Chrome/22.0.843.0 Safari/535.2 Edge/118.12158", "deviceDetail": {"deviceId": "0927e60c-8dfa-4ecf-be85-ad63bccf40a1", "displayName": "THOMASPRICE-LT", "operatingSystem": "Windows 10", "browser": "Edge 118.12158", "trustType": "Hybrid Azure AD joined"}, "location": {"city": "Littlemouth", "state": "Alexanderfurt", "countryOrRegion": "XN", "geoCoordinates": {"latitude": 25.4437255, "longitude": -109.530885}}, "correlationId": "06b621ad-9279-4153-9094-6ee8f750136f", "conditionalAccessStatus": "failure", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "04447030-4b06-4ebd-8ff1-fb4552d9c0ed", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 104, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Adobe Identity Management Service", "resourceId": "30663ca7-f8a9-43ab-8ca1-7906bdbc1485", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 230297, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "BEUa5rSDUqmPfI2Bs5FDIqWp1E4HLbV8tvjzf0M9BRc0xjBm", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "a6c259e5-7f16-48b2-a9f3-75becd6daa9b", "rngcStatus": 0}}, {"time": "2022-08-16T14:57:34.906419Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "156.206.181.119", "correlationId": "424763fd-5dca-4ca8-b477-4eb3d71125d1", "identity": "Cynthia Perry", "Level": 4, "location": "XY", "properties": {"id": "5aec81a3-c272-48c4-afbf-d9dc8b968b00", "createdDateTime": "2022-08-16T14:57:35.015419Z", "userDisplayName": "Cynthia Perry", "userPrincipalName": "cperry@domain.com", "userId": "ac5fa380-9d5b-470e-beb2-5ba10aca48e6", "appId": "9de6e985-97a5-4d82-9c45-aedaa9c25ef9", "appDisplayName": "AWS Single-Account Access", "ipAddress": "156.206.181.119", "status": {"errorCode": 0}, "clientAppUsed": "Browser", "deviceDetail": {"deviceId": "", "operatingSystem": "Windows"}, "location": {"city": "Hannaville", "state": "Thomashaven", "countryOrRegion": "XY", "geoCoordinates": {"latitude": 1.1452695, "longitude": 128.249211}}, "correlationId": "4029405d-a50a-4350-bf42-871b4886bd47", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "dc30c39a-b2af-4c36-9c60-08ac96eb1c48", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 109, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "AWS Single-Account Access Service", "resourceId": "c65cf5f9-5537-4200-889e-381c4f60ca7d", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 279165, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "krKvOws6ifABbtzmKnuo67ZdiV2y2xPT6GbnfThTs5TZl7I1", "incomingTokenType": "none", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": null, "rngcStatus": 0}}, {"time": "2022-08-16T15:07:58.824224Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "205.33.24.92", "correlationId": "a944ac28-94ab-4333-80f1-b235e5522547", "identity": "Aaron Cole", "Level": 4, "location": "XD", "properties": {"id": "1393f37b-4819-4d94-99e0-8c33bdc95a00", "createdDateTime": "2022-08-16T15:07:58.918224Z", "userDisplayName": "Aaron Cole", "userPrincipalName": "acole@domain.com", "userId": "5d557969-1645-4ba4-be83-b6fd943659f7", "appId": "e47a1d38-5f61-45cd-b1b9-bc92f525c598", "appDisplayName": "Altoura", "ipAddress": "205.33.24.92", "status": {"errorCode": 0}, "clientAppUsed": "Browser", "userAgent": "Mozilla/5.0 (Linux; Android 2.3.5) AppleWebKit/532.2 (KHTML, like Gecko) Chrome/46.0.898.0 Safari/532.2 Edge/105.19198", "deviceDetail": {"deviceId": "", "operatingSystem": "Windows 10", "browser": "Edge 105.19198"}, "location": {"city": "Kristinmouth", "state": "Norrisbury", "countryOrRegion": "XD", "geoCoordinates": {"latitude": 26.278784, "longitude": -92.042573}}, "correlationId": "9c6fcb93-cf06-4e66-ac9d-d62e7756ef49", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "41153049-bee4-4866-a1f7-014f2d343faf", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "processingTimeInMilliseconds": 94, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Altoura Online", "resourceId": "f0630e90-b752-4960-bfb9-a0794fc34930", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 214655, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "Pnas44PuVQA92l1qknz6xMfE4SXW3RBz7JpEUskQ9nUdTJ2Q", "incomingTokenType": "none", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "1f37c851-4be4-455b-928a-fbde7845a68a"}}, {"time": "2022-08-16T15:16:25.925099Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "166.111.151.233", "correlationId": "d3ae46a9-ec64-4e2e-9a90-a9b1dad67c01", "identity": "Robert Rojas", "Level": 4, "location": "XR", "properties": {"id": "3252cc26-bd51-4e86-91d8-5aecd58e6c00", "createdDateTime": "2022-08-16T15:16:26.023099Z", "userDisplayName": "Robert Rojas", "userPrincipalName": "rrojas@domain.com", "userId": "e6bf534a-7fe5-4c26-99f7-59e782bbe948", "appId": "9167c284-c68f-468a-84be-0ee4f23879fe", "appDisplayName": "ArcGIS Enterprise", "ipAddress": "166.111.151.233", "status": {"errorCode": 0}, "clientAppUsed": "Mobile Apps and Desktop clients", "deviceDetail": {"deviceId": "", "operatingSystem": "Ios", "browser": "Mobile Safari"}, "location": {"city": "Stewarthaven", "state": "Smithton", "countryOrRegion": "XR", "geoCoordinates": {"latitude": -77.5119755, "longitude": -51.969667}}, "correlationId": "da4be35f-216f-4ce7-83b4-3ead0d976ac7", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "e19c8fc3-0ff1-40ef-983e-13119f7a53cf", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 98, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "ArcGIS Enterprise Service", "resourceId": "bca2b487-3a6c-440f-b1b7-a15b02771ad0", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 34974, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "Y7dLHBQLB1VRKswfFLvcFyHRKt5Is3pY3Zgb7bmkLoOfw0Ru", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "4da47dd4-556d-4ba4-9847-c1850930ab5e", "rngcStatus": 0}}, {"time": "2022-08-16T15:58:06.412682Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "700082", "resultSignature": "None", "resultDescription": "Other", "durationMs": 0, "callerIpAddress": "199.12.127.103", "correlationId": "2c3fa8ae-46ca-447b-917e-5a6dba064bf6", "identity": "Jacob Meyers", "Level": 4, "location": "XG", "properties": {"id": "8ad50de0-ebdd-4ace-9747-d47c4adb8200", "createdDateTime": "2022-08-16T15:58:06.456682Z", "userDisplayName": "Jacob Meyers", "userPrincipalName": "jmeyers@domain.com", "userId": "c63a67b0-1651-4a8a-9560-cc703cdad5ad", "appId": "7b74bf77-058a-4c0d-9d9d-5523c3bc80ed", "appDisplayName": "GitHub Enterprise Cloud - Organization", "ipAddress": "199.12.127.103", "status": {"errorCode": 700082, "failureReason": "Other"}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (Windows NT 4.0) AppleWebKit/531.1 (KHTML, like Gecko) Chrome/20.0.823.0 Safari/531.1 Edge/87.11424", "deviceDetail": {"deviceId": "a0ea1625-4397-4c4c-963c-33347d3b0d73", "displayName": "JACOBMEYERS-LT", "operatingSystem": "Windows 10", "browser": "Edge 87.11424", "trustType": "Azure AD registered"}, "location": {"city": "Port Nathan", "state": "Newmanville", "countryOrRegion": "XG", "geoCoordinates": {"latitude": 23.244641, "longitude": -113.392021}}, "correlationId": "b8e63a5c-1210-41b8-b5f0-d90bac8de6b6", "conditionalAccessStatus": "notApplied", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "2945a352-059f-49a8-a0a3-02b3f5422108", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 44, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "GitHub Enterprise Cloud - Organization Online", "resourceId": "51e679b4-5774-4b5f-9636-df5ea66b9380", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 282405, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "AJiiZ6kzjtPGJz8R096wbC5El4ifOF3f7W6Pb3dW566s4ofa", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "6e8f419c-7f10-40b1-a52a-e4fb253c74c2", "rngcStatus": 0}}, {"time": "2022-08-16T16:11:27.595351Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "199.12.127.103", "correlationId": "06a75951-0d52-4269-9987-91a99f41b2e1", "identity": "Jacob Meyers", "Level": 4, "location": "XG", "properties": {"id": "b07bba22-ec36-47ef-95f1-3c7f73e43c00", "createdDateTime": "2022-08-16T16:11:27.692351Z", "userDisplayName": "Jacob Meyers", "userPrincipalName": "jmeyers@domain.com", "userId": "c63a67b0-1651-4a8a-9560-cc703cdad5ad", "appId": "2eae4ad1-8cae-48fe-b718-76bd66e2fc7f", "appDisplayName": "Bipsync", "ipAddress": "199.12.127.103", "status": {"errorCode": 0}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (iPad; CPU iPad OS 9_3_6 like Mac OS X) AppleWebKit/536.1 (KHTML, like Gecko) CriOS/42.0.865.0 Mobile/77O124 Safari/536.1 Edge/99.14477", "deviceDetail": {"deviceId": "68cb982e-f215-496c-89bb-cc07716ff474", "displayName": "JACOBMEYERS-LT", "operatingSystem": "Windows 10", "browser": "Edge 99.14477", "trustType": "Azure AD registered"}, "location": {"city": "Port Nathan", "state": "Newmanville", "countryOrRegion": "XG", "geoCoordinates": {"latitude": 23.244641, "longitude": -113.392021}}, "correlationId": "cb2421b2-ee53-4c7b-93a1-be50411f6332", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "7ff8a3fd-d5ed-4ee6-b6a7-478fd6035d50", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 97, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Bipsync Service", "resourceId": "819aa3ed-3b63-4925-8388-0b8d41022941", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 282405, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "xr58XJyFQM8NIiKjq6hXs74xCIOMzFfEqapMg06NuMh2K3Ec", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "7f0c9abd-8b0d-4973-8675-a495454c0c86", "rngcStatus": 0}}, {"time": "2022-08-16T16:16:10.280566Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "86.154.193.190", "correlationId": "a0add365-cf15-43f0-9b56-393299494f7f", "identity": "Melissa Martin", "Level": 4, "location": "XR", "properties": {"id": "47a9da2e-c9f1-48ca-8d04-bb47aec65600", "createdDateTime": "2022-08-16T16:16:10.371566Z", "userDisplayName": "Melissa Martin", "userPrincipalName": "mmartin@domain.com", "userId": "632ccb55-03a7-40f4-9893-653527cae790", "appId": "95d8935d-13c5-4459-8a5c-3bcea7bf898d", "appDisplayName": "Qubie", "ipAddress": "86.154.193.190", "status": {"errorCode": 0}, "clientAppUsed": "Browser", "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 12_4_8 like Mac OS X) AppleWebKit/536.2 (KHTML, like Gecko) CriOS/39.0.845.0 Mobile/81S373 Safari/536.2 Edge/40.11827", "deviceDetail": {"deviceId": "", "operatingSystem": "Windows 10", "browser": "Edge 40.11827"}, "location": {"city": "Port Denisetown", "state": "Smithton", "countryOrRegion": "XR", "geoCoordinates": {"latitude": 3.5518965, "longitude": 131.871582}}, "correlationId": "542ef4a7-2e28-4840-a1f9-9ba195f1db48", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "b27b2040-7729-47bf-a4fb-f6a3f97247a7", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "processingTimeInMilliseconds": 91, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Qubie Service", "resourceId": "1f1f8006-bcaf-48ed-96be-45ba0b1802c3", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 256668, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "aQmiJYgNBRxkmr92sUdqshfgqiY50jTKW1FnUPlYnSsT7CBN", "incomingTokenType": "none", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": null}}, {"time": "2022-08-16T16:30:05.472833Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "93.38.143.169", "correlationId": "833b85b9-c50a-44fc-b587-f8f11ecfdf8f", "identity": "Thomas Price", "Level": 4, "location": "XQ", "properties": {"id": "96843c4e-d6c8-49c6-9d20-6412d9296f00", "createdDateTime": "2022-08-16T16:30:05.586833Z", "userDisplayName": "Thomas Price", "userPrincipalName": "tprice@domain.com", "userId": "32109ee2-ee4f-4d11-9c38-2556aec0f2b5", "appId": "2eae4ad1-8cae-48fe-b718-76bd66e2fc7f", "appDisplayName": "Bipsync", "ipAddress": "93.38.143.169", "status": {"errorCode": 0}, "clientAppUsed": "Mobile Apps and Desktop clients", "deviceDetail": {"deviceId": "", "operatingSystem": "Android"}, "location": {"city": "Herringburgh", "state": "Chanshire", "countryOrRegion": "XQ", "geoCoordinates": {"latitude": 68.567938, "longitude": 116.565225}}, "correlationId": "3f9ec960-55a9-46f0-b5d9-e8e23196ada3", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "cc39fc65-d918-4ea4-95c9-fc50c3c08fed", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 114, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Bipsync Service", "resourceId": "40a5d724-be1a-443b-8964-2d2e99910144", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 497360, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "qUUVMMFPBLPXjnpmI4LoNmxzUuO0YBRBdMaDqdfaWrvtERBR", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "8678b6d2-0d07-4480-b90d-d1a18a815502", "rngcStatus": 0}}, {"time": "2022-08-16T16:37:06.705724Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "SignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "63.94.19.180", "correlationId": "575fb94c-fa49-425b-93b3-0c37a58169b6", "identity": "Vanessa Ramirez", "Level": 4, "location": "XD", "properties": {"id": "a7040866-7462-4670-869d-e482dedf7100", "createdDateTime": "2022-08-16T16:37:06.813724Z", "userDisplayName": "Vanessa Ramirez", "userPrincipalName": "vramirez@domain.com", "userId": "5d72b7ed-62ea-4b94-b931-ccef65d71ebd", "appId": "26152688-f5b3-4f34-9849-dc147eabf9fa", "appDisplayName": "Share A Dream", "ipAddress": "63.94.19.180", "status": {"errorCode": 0}, "clientAppUsed": "Browser", "userAgent": "Mozilla/5.0 (Linux; Android 4.4.4) AppleWebKit/534.0 (KHTML, like Gecko) Chrome/55.0.839.0 Safari/534.0", "deviceDetail": {"deviceId": "", "operatingSystem": "MacOs", "browser": "Chrome 55.0.839.0"}, "location": {"city": "New James", "state": "Norrisbury", "countryOrRegion": "XD", "geoCoordinates": {"latitude": 64.5727225, "longitude": 92.661569}}, "correlationId": "d10abd55-70ff-4063-a4cd-1a699993a986", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "402be082-bc40-4570-ad02-a3fe61bfdd13", "isInteractive": true, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 108, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Share A Dream Service", "resourceId": "40a5d724-be1a-443b-8964-2d2e99910144", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 45904, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "PLEsurWpZLkq2VDOn9DVFR3Y8ulY4Kq0bQY2tt7CoHZFRlsc", "incomingTokenType": "none", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "8678b6d2-0d07-4480-b90d-d1a18a815502", "rngcStatus": 0}}, {"time": "2022-08-16T16:41:47.064452Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "50158", "resultSignature": "None", "resultDescription": "External security challenge was not satisfied.", "durationMs": 0, "callerIpAddress": "166.105.218.213", "correlationId": "53929b74-0f5d-4008-ac2b-c464f5388929", "identity": "Thomas Price", "Level": 4, "location": "XR", "properties": {"id": "992c5d3c-1d2e-49aa-8752-1922e6096500", "createdDateTime": "2022-08-16T16:41:47.210452Z", "userDisplayName": "Thomas Price", "userPrincipalName": "tprice@domain.com", "userId": "32109ee2-ee4f-4d11-9c38-2556aec0f2b5", "appId": "79510a8f-6421-4348-a2ea-bcc2b02485c1", "appDisplayName": "Cisco AnyConnect", "ipAddress": "166.105.218.213", "status": {"errorCode": 50158, "failureReason": "External security challenge was not satisfied."}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (X11; Linux i686) AppleWebKit/535.2 (KHTML, like Gecko) Chrome/22.0.843.0 Safari/535.2 Edge/118.12158", "deviceDetail": {"deviceId": "81ad31fb-e9be-4498-b1b2-c62f8fae1a77", "displayName": "THOMASPRICE-LT", "operatingSystem": "Windows 10", "browser": "Edge 118.12158", "trustType": "Hybrid Azure AD joined"}, "location": {"city": "Kevinton", "state": "Smithton", "countryOrRegion": "XR", "geoCoordinates": {"latitude": -87.5106305, "longitude": -77.991036}}, "correlationId": "21f1f901-e10a-49b8-91df-1067a692118a", "conditionalAccessStatus": "failure", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "cb899b72-c4f9-4205-938f-f93cf8d98e8a", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 146, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Cisco AnyConnect Online", "resourceId": "5d5b8d28-6a28-472e-b837-a4094e466965", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 256668, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "kyNzdCHwpYInVTvl6zYlWTYVDm9HbYzW8hnQ8OSevt3qAAr2", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "15655e1f-5005-4c53-b3c0-c4a1d1ca5e9e", "rngcStatus": 0}}, {"time": "2022-08-16T17:23:12.659582Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "42.62.103.34", "correlationId": "91b56706-75db-450d-9507-1c54ca714422", "identity": "Joseph Taylor", "Level": 4, "location": "XF", "properties": {"id": "fa857fed-7d3f-40f5-b98a-925c42186700", "createdDateTime": "2022-08-16T17:23:12.745582Z", "userDisplayName": "Joseph Taylor", "userPrincipalName": "jtaylor@domain.com", "userId": "af9847eb-c773-41ae-bf94-42747c5e986c", "appId": "9c5b7fe3-0ad2-4ea6-94e5-9e0001f367e3", "appDisplayName": "Articulate 360", "ipAddress": "42.62.103.34", "status": {"errorCode": 0, "additionalDetails": "MFA requirement satisfied by claim in the token"}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (iPad; CPU iPad OS 9_3_6 like Mac OS X) AppleWebKit/536.1 (KHTML, like Gecko) CriOS/42.0.865.0 Mobile/77O124 Safari/536.1 Edge/99.14477", "deviceDetail": {"deviceId": "76b96bd3-e5d7-49ee-b195-bf363facdb3d", "displayName": "JOSEPHTAYLOR-LT", "operatingSystem": "Windows 10", "browser": "Edge 99.14477", "isCompliant": true, "isManaged": true, "trustType": "Azure AD joined"}, "location": {"city": "Jessicafurt", "state": "Smithbury", "countryOrRegion": "XF", "geoCoordinates": {"latitude": 17.5082395, "longitude": -115.304215}}, "mfaDetail": {}, "correlationId": "f9d7822e-a8e2-4577-89bb-d37682c2b1bb", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "3ae4ea77-addd-4fe7-8663-64e3485b0027", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 86, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Articulate 360 Online", "resourceId": "5e244d4f-26b9-4ef2-a497-f0c533628ee1", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 393508, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "Hu6cCvF8QucIqqOGBEQJ9zUqQcwiQ1Zn9T7HNze3aNDlyNgB", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "36673087-318c-4304-8804-602d45a6f290", "rngcStatus": 0}}, {"time": "2022-08-16T17:54:42.213976Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "50158", "resultSignature": "None", "resultDescription": "External security challenge was not satisfied.", "durationMs": 0, "callerIpAddress": "92.110.109.246", "correlationId": "e03f546e-9969-4a80-86d6-bd7b566db684", "identity": "Thomas Price", "Level": 4, "location": "XR", "properties": {"id": "e8cac988-e748-48ae-8e6f-727108de6800", "createdDateTime": "2022-08-16T17:54:42.362976Z", "userDisplayName": "Thomas Price", "userPrincipalName": "tprice@domain.com", "userId": "32109ee2-ee4f-4d11-9c38-2556aec0f2b5", "appId": "9a7e67c7-6f05-42a3-b226-97c7ec3e9696", "appDisplayName": "Adobe Identity Management", "ipAddress": "92.110.109.246", "status": {"errorCode": 50158, "failureReason": "External security challenge was not satisfied."}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (X11; Linux i686) AppleWebKit/535.2 (KHTML, like Gecko) Chrome/22.0.843.0 Safari/535.2 Edge/118.12158", "deviceDetail": {"deviceId": "0927e60c-8dfa-4ecf-be85-ad63bccf40a1", "displayName": "THOMASPRICE-LT", "operatingSystem": "Windows 10", "browser": "Edge 118.12158", "trustType": "Hybrid Azure AD joined"}, "location": {"city": "Port Denisetown", "state": "Smithton", "countryOrRegion": "XR", "geoCoordinates": {"latitude": 3.5518965, "longitude": 131.871582}}, "correlationId": "2860dc0b-8682-4ca3-b8cb-20a6cff7fa33", "conditionalAccessStatus": "failure", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "1af1b702-8b47-499f-9353-057ed3784849", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 149, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Adobe Identity Management Service", "resourceId": "30663ca7-f8a9-43ab-8ca1-7906bdbc1485", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 230297, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "IATV2wCI2JlgmkWHiTq2Rr3TdbPvwRZKshRLdts7Vf8oJmzV", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "a6c259e5-7f16-48b2-a9f3-75becd6daa9b", "rngcStatus": 0}}, {"time": "2022-08-16T18:26:19.807072Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "86.154.193.190", "correlationId": "14f0d1cd-249e-4236-9e4b-3deffbd780eb", "identity": "Jamie Watson", "Level": 4, "location": "XR", "properties": {"id": "de11f2d6-e163-499e-b108-6f979d329a00", "createdDateTime": "2022-08-16T18:26:19.885072Z", "userDisplayName": "Jamie Watson", "userPrincipalName": "jwatson@domain.com", "userId": "2844695b-9a70-48ed-a5ce-f3d711e2292b", "appId": "9003b8ba-730c-412d-8972-267700304e01", "appDisplayName": "Box", "ipAddress": "86.154.193.190", "status": {"errorCode": 0}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (X11; Linux i686) AppleWebKit/533.0 (KHTML, like Gecko) Chrome/24.0.803.0 Safari/533.0 Edge/40.11325", "deviceDetail": {"deviceId": "fc784602-6455-4450-be3c-6770e0359f8a", "displayName": "JAMIEWATSON-LT", "operatingSystem": "Windows 10", "browser": "Edge 40.11325", "isCompliant": true, "isManaged": true, "trustType": "Azure AD joined"}, "location": {"city": "Port Denisetown", "state": "Smithton", "countryOrRegion": "XR", "geoCoordinates": {"latitude": 3.5518965, "longitude": 131.871582}}, "correlationId": "7e402fed-76b6-47b3-907d-faec0b620a6d", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "40e90fd9-c57e-43aa-a46a-24b45ab924b0", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 78, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Box Online", "resourceId": "d2c09315-f769-4fc6-9be8-f57cf8efa9cc", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 256668, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "n4HJbrxegP6LzqhkNwfA6DgPhk2f8Yfy3u8QOi4DAqJqHEGa", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": null, "rngcStatus": 0}}, {"time": "2022-08-16T18:31:22.425339Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "42.62.103.34", "correlationId": "e9dc01c3-0a34-48f9-9d65-36e5dd1bce3a", "identity": "Joseph Taylor", "Level": 4, "location": "XF", "properties": {"id": "12cb0ee6-11e1-4bee-8a49-6d2e43fe7300", "createdDateTime": "2022-08-16T18:31:22.516339Z", "userDisplayName": "Joseph Taylor", "userPrincipalName": "jtaylor@domain.com", "userId": "af9847eb-c773-41ae-bf94-42747c5e986c", "appId": "e47a1d38-5f61-45cd-b1b9-bc92f525c598", "appDisplayName": "Altoura", "ipAddress": "42.62.103.34", "status": {"errorCode": 0, "additionalDetails": "MFA requirement satisfied by claim in the token"}, "clientAppUsed": "Browser", "userAgent": "Mozilla/5.0 (Linux; Android 2.3.5) AppleWebKit/532.2 (KHTML, like Gecko) Chrome/46.0.898.0 Safari/532.2 Edge/105.19198", "deviceDetail": {"deviceId": "76b96bd3-e5d7-49ee-b195-bf363facdb3d", "displayName": "JOSEPHTAYLOR-LT", "operatingSystem": "Windows 10", "browser": "Edge 105.19198", "isCompliant": true, "isManaged": true, "trustType": "Azure AD joined"}, "location": {"city": "Jessicafurt", "state": "Smithbury", "countryOrRegion": "XF", "geoCoordinates": {"latitude": 17.5082395, "longitude": -115.304215}}, "mfaDetail": {}, "correlationId": "f3f576a9-ae4b-4525-9d10-bb9c349bf930", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "726089ec-f720-434c-a41a-0d9abd4fbc8b", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 91, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Altoura Online", "resourceId": "8a137ba4-52ae-4dbf-94af-2e56851573c4", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 393508, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "hpggkh2KNx0KnFhbU5HYoIFLqDmrdIl0mzZgSquO7V5tmRG4", "incomingTokenType": "none", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": null, "rngcStatus": 0}}, {"time": "2022-08-16T18:34:37.949004Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "SignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "205.33.24.92", "correlationId": "96a71e79-b4fe-4f11-9b07-5e5c2375f086", "identity": "Vanessa Ramirez", "Level": 4, "location": "XD", "properties": {"id": "adadd79c-ff77-4494-a8fd-d4d371931c00", "createdDateTime": "2022-08-16T18:34:38.097004Z", "userDisplayName": "Vanessa Ramirez", "userPrincipalName": "vramirez@domain.com", "userId": "5d72b7ed-62ea-4b94-b931-ccef65d71ebd", "appId": "e47a1d38-5f61-45cd-b1b9-bc92f525c598", "appDisplayName": "Altoura", "ipAddress": "205.33.24.92", "status": {"errorCode": 0}, "clientAppUsed": "Browser", "userAgent": "Mozilla/5.0 (X11; Linux i686) AppleWebKit/536.2 (KHTML, like Gecko) Chrome/22.0.877.0 Safari/536.2", "deviceDetail": {"deviceId": "e395a3f4-8f2d-4170-804f-d3e13ce3151b", "displayName": "VANESSARAMIREZ-LT", "operatingSystem": "Windows 10", "browser": "Chrome 22.0.877.0", "trustType": "Azure AD registered"}, "location": {"city": "Kristinmouth", "state": "Norrisbury", "countryOrRegion": "XD", "geoCoordinates": {"latitude": 26.278784, "longitude": -92.042573}}, "correlationId": "ab26f6cb-0946-44ba-9c42-95f947b9a835", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "da608ad0-4a90-4640-a983-fe5ce7fce23b", "isInteractive": true, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 148, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Altoura Online", "resourceId": "8a137ba4-52ae-4dbf-94af-2e56851573c4", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 214655, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "RdKv0vKbnm9DHWQDcA1vuQ9WcwKEDAbfNqGpfGwXRf8vwFIs", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": null, "rngcStatus": 0}}, {"time": "2022-08-16T18:41:00.786296Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "86.154.193.190", "correlationId": "e4e8205e-a127-40af-87b9-3657ebe87946", "identity": "Jamie Watson", "Level": 4, "location": "XR", "properties": {"id": "13398d70-a5db-4e32-a8b5-aca5d1afa300", "createdDateTime": "2022-08-16T18:41:00.909296Z", "userDisplayName": "Jamie Watson", "userPrincipalName": "jwatson@domain.com", "userId": "2844695b-9a70-48ed-a5ce-f3d711e2292b", "appId": "895b9fb3-4084-4f9f-a314-d082d67e3c5c", "appDisplayName": "Airstack", "ipAddress": "86.154.193.190", "status": {"errorCode": 0}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (X11; Linux i686) AppleWebKit/533.0 (KHTML, like Gecko) Chrome/24.0.803.0 Safari/533.0 Edge/40.11325", "deviceDetail": {"deviceId": "fc784602-6455-4450-be3c-6770e0359f8a", "displayName": "JAMIEWATSON-LT", "operatingSystem": "Windows 10", "browser": "Edge 40.11325", "isCompliant": true, "isManaged": true, "trustType": "Azure AD joined"}, "location": {"city": "Port Denisetown", "state": "Smithton", "countryOrRegion": "XR", "geoCoordinates": {"latitude": 3.5518965, "longitude": 131.871582}}, "correlationId": "e6066428-9ac4-4573-ba28-633ad4ed109d", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "dedbde3f-c5b9-48d4-8fe1-a9b559530eb5", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 123, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Airstack Service", "resourceId": "f0630e90-b752-4960-bfb9-a0794fc34930", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 256668, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "qoAlIulh56GrS3k15DTVrZY6GatktuNIp3Ihv40qHIACN8O4", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "1f37c851-4be4-455b-928a-fbde7845a68a", "rngcStatus": 0}}, {"time": "2022-08-16T18:43:11.588277Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "156.206.181.119", "correlationId": "ad4c1534-fb65-42f4-9ffe-68e247e00c56", "identity": "Cynthia Perry", "Level": 4, "location": "XY", "properties": {"id": "f3b698dd-aea4-4181-83f7-9b0eacb59500", "createdDateTime": "2022-08-16T18:43:11.665277Z", "userDisplayName": "Cynthia Perry", "userPrincipalName": "cperry@domain.com", "userId": "ac5fa380-9d5b-470e-beb2-5ba10aca48e6", "appId": "9de6e985-97a5-4d82-9c45-aedaa9c25ef9", "appDisplayName": "AWS Single-Account Access", "ipAddress": "156.206.181.119", "status": {"errorCode": 0}, "clientAppUsed": "Browser", "deviceDetail": {"deviceId": "", "operatingSystem": "Windows"}, "location": {"city": "Hannaville", "state": "Thomashaven", "countryOrRegion": "XY", "geoCoordinates": {"latitude": 1.1452695, "longitude": 128.249211}}, "correlationId": "61576a07-b6d0-429c-899a-78f5cace032f", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "1b77498f-bba0-4922-b365-1d61eff35f9b", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 77, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "AWS Single-Account Access Service", "resourceId": "9a84f55e-3a40-492c-9476-e069f64ed7a6", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 279165, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "7q5xE9fPgsWIymO5IS4EsH8ylrZj5rTVOUVO7N5rr7ppjIDS", "incomingTokenType": "none", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "37ee873b-f901-4e25-be69-010243106d0f", "rngcStatus": 0}}, {"time": "2022-08-16T18:49:49.554104Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "107.40.113.143", "correlationId": "3641d827-c8a0-4f7f-b0db-626b41331b89", "identity": "Terry Proctor", "Level": 4, "location": "XR", "properties": {"id": "df70b726-7756-4baa-9a7d-5ac91b3a8f00", "createdDateTime": "2022-08-16T18:49:49.668104Z", "userDisplayName": "Terry Proctor", "userPrincipalName": "tproctor@domain.com", "userId": "03110cc5-e54f-4dae-b68a-bf5d945f8152", "appId": "18bf60fa-77dd-4aad-891d-af82ca87dd06", "appDisplayName": "FortiGate SSL VPN", "ipAddress": "107.40.113.143", "status": {"errorCode": 0, "additionalDetails": "MFA requirement satisfied by claim in the token"}, "clientAppUsed": "Browser", "deviceDetail": {"deviceId": "88ee69d5-1eb7-4f29-b594-e9b4e3371940", "displayName": "TERRYPROCTOR-LT", "operatingSystem": "Windows", "browser": "Rich Client 4.22.0.0", "isCompliant": true, "isManaged": true, "trustType": "Azure AD joined"}, "location": {"city": "Port Denisetown", "state": "Smithton", "countryOrRegion": "XR", "geoCoordinates": {"latitude": 64.356494, "longitude": 92.919325}}, "mfaDetail": {}, "correlationId": "365e5d7c-f004-4e6a-bcb2-65b7378ac9f3", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "2a7cd183-2339-4a58-974a-80aede964ae0", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 114, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "FortiGate SSL VPN Service", "resourceId": "f0630e90-b752-4960-bfb9-a0794fc34930", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 34974, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "OyQJG75KSije7EXLLUR311MoFvqXExBnR7Zq6zbBD5D2m8MJ", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "1f37c851-4be4-455b-928a-fbde7845a68a", "rngcStatus": 0}}, {"time": "2022-08-16T19:23:18.396118Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "50158", "resultSignature": "None", "resultDescription": "External security challenge was not satisfied.", "durationMs": 0, "callerIpAddress": "92.110.109.246", "correlationId": "d1c870bb-a074-401d-9baf-d2feefe40be5", "identity": "Thomas Price", "Level": 4, "location": "XR", "properties": {"id": "5e4e730b-8d3c-4dbc-a1a3-d71253955500", "createdDateTime": "2022-08-16T19:23:18.534118Z", "userDisplayName": "Thomas Price", "userPrincipalName": "tprice@domain.com", "userId": "32109ee2-ee4f-4d11-9c38-2556aec0f2b5", "appId": "9a7e67c7-6f05-42a3-b226-97c7ec3e9696", "appDisplayName": "Adobe Identity Management", "ipAddress": "92.110.109.246", "status": {"errorCode": 50158, "failureReason": "External security challenge was not satisfied."}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (X11; Linux i686) AppleWebKit/535.2 (KHTML, like Gecko) Chrome/22.0.843.0 Safari/535.2 Edge/118.12158", "deviceDetail": {"deviceId": "fb4d911d-6441-411b-868f-d25d5586a326", "displayName": "THOMASPRICE-LT", "operatingSystem": "Windows 10", "browser": "Edge 118.12158", "trustType": "Hybrid Azure AD joined"}, "location": {"city": "Port Denisetown", "state": "Smithton", "countryOrRegion": "XR", "geoCoordinates": {"latitude": 3.5518965, "longitude": 131.871582}}, "correlationId": "0b8c6c3a-33aa-4a90-afea-94b9cf4c8c82", "conditionalAccessStatus": "failure", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "d8d612d3-a6a4-4d4f-9ae4-2243c82a9bcd", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "processingTimeInMilliseconds": 138, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Adobe Identity Management Service", "resourceId": "30663ca7-f8a9-43ab-8ca1-7906bdbc1485", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 230297, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "vrxR1HuvoSNRrR4jfmLw0e4xW39ioi1LyLQXkeug15KeNZnW", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "a6c259e5-7f16-48b2-a9f3-75becd6daa9b"}}, {"time": "2022-08-16T19:34:28.142439Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "SignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "50072", "resultSignature": "None", "resultDescription": "Users' needs to enroll for second factor authentication (interactive).", "durationMs": 0, "callerIpAddress": "42.62.103.34", "correlationId": "401e8efd-f10e-404b-a1fe-6fef8aab382b", "identity": "Joseph Taylor", "Level": 4, "location": "XF", "properties": {"id": "36638119-94db-4a83-8a4c-0142d0664d00", "createdDateTime": "2022-08-16T19:34:28.281439Z", "userDisplayName": "Joseph Taylor", "userPrincipalName": "jtaylor@domain.com", "userId": "af9847eb-c773-41ae-bf94-42747c5e986c", "appId": "72de9f40-5e8f-49a3-a5f2-174d02c751a9", "appDisplayName": "Perforce Helix Core - Helix Authentication Service", "ipAddress": "42.62.103.34", "status": {"errorCode": 50072, "failureReason": "Users' needs to enroll for second factor authentication (interactive).", "additionalDetails": "MFA required in Azure AD"}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (iPad; CPU iPad OS 14_2 like Mac OS X) AppleWebKit/535.2 (KHTML, like Gecko) CriOS/33.0.816.0 Mobile/88O531 Safari/535.2 Edge/117.19612", "deviceDetail": {"deviceId": "76b96bd3-e5d7-49ee-b195-bf363facdb3d", "displayName": "JOSEPHTAYLOR-LT", "operatingSystem": "Windows 10", "browser": "Edge 117.19612", "isCompliant": true, "isManaged": true, "trustType": "Azure AD joined"}, "location": {"city": "Jessicafurt", "state": "Smithbury", "countryOrRegion": "XF", "geoCoordinates": {"latitude": 17.5082395, "longitude": -115.304215}}, "mfaDetail": {}, "correlationId": "62e4db4b-3c5e-4cc8-9905-d7d2b5edf85a", "conditionalAccessStatus": "notApplied", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "d4828da5-553c-49b9-93dd-a9014d64d559", "isInteractive": true, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "processingTimeInMilliseconds": 139, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Perforce Helix Core - Helix Authentication Service Online", "resourceId": "01f2a7c1-e668-4e23-a099-726ca374f477", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [{"requirementProvider": "request", "detail": "App requires MFA"}], "authenticationRequirement": "multiFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 393508, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "nf7XjdI5PzU5RqmUIIxCzbiJNnYWXaEPBRRAYRjVX77afY0m", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "e133b8e5-4d8b-4e43-9ae4-962ce64fbbd5"}}, {"time": "2022-08-16T19:35:12.241846Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "13.113.40.157", "correlationId": "e274fce4-ff1d-40e1-abd6-7fbcdf482575", "identity": "Attack Target", "Level": 4, "location": "XR", "properties": {"id": "4c611638-3218-4fe7-8e92-9add34666b00", "createdDateTime": "2022-08-16T19:35:12.532846Z", "userDisplayName": "Attack Target", "userPrincipalName": "attacktarget@domain.com", "userId": "d735e84b-dcca-404d-9f7d-700f360f41a6", "appId": "9c5b7fe3-0ad2-4ea6-94e5-9e0001f367e3", "appDisplayName": "Articulate 360", "ipAddress": "13.113.40.157", "status": {"errorCode": 0}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (iPad; CPU iPad OS 9_3_6 like Mac OS X) AppleWebKit/536.1 (KHTML, like Gecko) CriOS/42.0.865.0 Mobile/77O124 Safari/536.1 Edge/99.14477", "deviceDetail": {"deviceId": "a44625dc-6f81-449a-9799-8005f7209b42", "displayName": "ATTACKTARGET-LT", "operatingSystem": "Windows 10", "browser": "Edge 99.14477", "trustType": "Azure AD registered"}, "location": {"city": "New John", "state": "Smithfort", "countryOrRegion": "XR", "geoCoordinates": {"latitude": -89.144242, "longitude": 168.119022}}, "correlationId": "8941fb60-5bbd-4a3a-97c4-ff0ca9431099", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "f3379714-e1cb-4ac2-9a38-d5010d02f2b7", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 291, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Articulate 360 Online", "resourceId": "436260d5-3791-4aea-a4da-aa698ec35f2f", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 34974, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "IzRmmNFVayQyk0RQbIOucCk5JZQv5DEB2HLYAlA3W2D1kcqa", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "94b9f3ba-5f4b-4edc-99dc-a420b76960f9", "rngcStatus": 0}}, {"time": "2022-08-16T19:39:55.064046Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "205.33.24.92", "correlationId": "78a2d77d-86e5-4d54-9e3f-817541cf0393", "identity": "Vanessa Ramirez", "Level": 4, "location": "XD", "properties": {"id": "d1c71b55-a9e3-4309-9710-b3929be25700", "createdDateTime": "2022-08-16T19:39:55.229046Z", "userDisplayName": "Vanessa Ramirez", "userPrincipalName": "vramirez@domain.com", "userId": "5d72b7ed-62ea-4b94-b931-ccef65d71ebd", "appId": "9a7e67c7-6f05-42a3-b226-97c7ec3e9696", "appDisplayName": "Adobe Identity Management", "ipAddress": "205.33.24.92", "status": {"errorCode": 0}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (X11; Linux i686) AppleWebKit/532.2 (KHTML, like Gecko) Chrome/21.0.853.0 Safari/532.2 Edge/89.19380", "deviceDetail": {"deviceId": "e395a3f4-8f2d-4170-804f-d3e13ce3151b", "displayName": "VANESSARAMIREZ-LT", "operatingSystem": "Windows 10", "browser": "Edge 89.19380", "trustType": "Azure AD registered"}, "location": {"city": "Kristinmouth", "state": "Norrisbury", "countryOrRegion": "XD", "geoCoordinates": {"latitude": 26.278784, "longitude": -92.042573}}, "correlationId": "fe1181b6-2149-4a0b-aa59-d935b006985a", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "e1369b9f-010e-4f80-aa03-927b5087e149", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "processingTimeInMilliseconds": 165, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Adobe Identity Management Service", "resourceId": "2c3383ff-432a-49ee-bb8b-8699a7d0416f", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 214655, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "kTbK9gqvJSbXdceTzSaOu9fHCIAI7u30KOisO4pyKU90gLWl", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "35efb8e5-3b35-4a86-b7ce-660b69bfa773"}}, {"time": "2022-08-16T19:53:55.731081Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "86.154.193.190", "correlationId": "767f1f45-8ec6-4654-b214-fcfa5d9653d7", "identity": "Melissa Martin", "Level": 4, "location": "XR", "properties": {"id": "fbcedcc7-b4d5-4563-84a7-f038ac456f00", "createdDateTime": "2022-08-16T19:53:55.830081Z", "userDisplayName": "Melissa Martin", "userPrincipalName": "mmartin@domain.com", "userId": "632ccb55-03a7-40f4-9893-653527cae790", "appId": "9a7e67c7-6f05-42a3-b226-97c7ec3e9696", "appDisplayName": "Adobe Identity Management", "ipAddress": "86.154.193.190", "status": {"errorCode": 0}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (iPad; CPU iPad OS 9_3_6 like Mac OS X) AppleWebKit/536.1 (KHTML, like Gecko) CriOS/42.0.865.0 Mobile/77O124 Safari/536.1 Edge/99.14477", "deviceDetail": {"deviceId": "", "operatingSystem": "Windows 10", "browser": "Edge 99.14477"}, "location": {"city": "Port Denisetown", "state": "Smithton", "countryOrRegion": "XR", "geoCoordinates": {"latitude": 3.5518965, "longitude": 131.871582}}, "correlationId": "93a0d074-6351-4ff3-84ce-c84b2bf21a67", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "02ca5a0b-0f83-4edc-a982-1c21e4abb05d", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 99, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Adobe Identity Management Service", "resourceId": "f0630e90-b752-4960-bfb9-a0794fc34930", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 256668, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "OR1oKZEf0glXFkNGzz1sXhfunFf6TNqMqM7SbANTG2TfqDY6", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "1f37c851-4be4-455b-928a-fbde7845a68a", "rngcStatus": 0}}, {"time": "2022-08-16T19:55:00.372317Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "25.228.18.106", "correlationId": "26c9515b-fd1f-4812-a62f-f5b743bca54c", "identity": "Thomas Price", "Level": 4, "location": "XQ", "properties": {"id": "fa857fed-7d3f-40f5-b98a-925c75d07000", "createdDateTime": "2022-08-16T19:55:00.542317Z", "userDisplayName": "Thomas Price", "userPrincipalName": "tprice@domain.com", "userId": "32109ee2-ee4f-4d11-9c38-2556aec0f2b5", "appId": "9a7e67c7-6f05-42a3-b226-97c7ec3e9696", "appDisplayName": "Adobe Identity Management", "ipAddress": "25.228.18.106", "status": {"errorCode": 0}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (X11; Linux i686) AppleWebKit/533.0 (KHTML, like Gecko) Chrome/24.0.803.0 Safari/533.0 Edge/40.11325", "deviceDetail": {"deviceId": "0729bd71-1465-4897-bba4-71c5ca15a9bb", "displayName": "THOMASPRICE-LT", "operatingSystem": "Windows 10", "browser": "Edge 40.11325", "isCompliant": true, "isManaged": true, "trustType": "Azure AD registered"}, "location": {"city": "Veronicachester", "state": "Chanshire", "countryOrRegion": "XQ", "geoCoordinates": {"latitude": -5.3151345, "longitude": -4.976578}}, "correlationId": "9db4d91a-b9af-417d-bf7a-bf937180b8f0", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "9a94b297-422d-4d2c-99b4-27631d316518", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 170, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Adobe Identity Management Service", "resourceId": "f0630e90-b752-4960-bfb9-a0794fc34930", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 79359, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "ltlqjZpNv8PAvEfnjMW3wMwLXzY59kBb9wrz3oj4QCOJXjuz", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "1f37c851-4be4-455b-928a-fbde7845a68a", "rngcStatus": 0}}, {"time": "2022-08-16T19:55:26.311746Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "156.206.181.119", "correlationId": "4df274de-4843-4acc-9df4-c970c960b77f", "identity": "Cynthia Perry", "Level": 4, "location": "XY", "properties": {"id": "ea590d8d-e3b3-4fb0-bfa4-efd95bc16800", "createdDateTime": "2022-08-16T19:55:26.414746Z", "userDisplayName": "Cynthia Perry", "userPrincipalName": "cperry@domain.com", "userId": "ac5fa380-9d5b-470e-beb2-5ba10aca48e6", "appId": "9de6e985-97a5-4d82-9c45-aedaa9c25ef9", "appDisplayName": "AWS Single-Account Access", "ipAddress": "156.206.181.119", "status": {"errorCode": 0}, "clientAppUsed": "Browser", "deviceDetail": {"deviceId": "", "operatingSystem": "Windows"}, "location": {"city": "Hannaville", "state": "Thomashaven", "countryOrRegion": "XY", "geoCoordinates": {"latitude": 1.1452695, "longitude": 128.249211}}, "correlationId": "475209d4-7ec3-4651-bb83-16f543434675", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "3eb1ab63-7ab3-4de5-be09-b69e93b2cc2a", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 103, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "AWS Single-Account Access Service", "resourceId": "f0630e90-b752-4960-bfb9-a0794fc34930", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 279165, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "6XyxESxK0E0a6JQAkTEudpV2d5XJdNIRiPw6Fb3MFlUIJzOv", "incomingTokenType": "none", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "1f37c851-4be4-455b-928a-fbde7845a68a", "rngcStatus": 0}}, {"time": "2022-08-16T20:11:27.167419Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "91.132.253.146", "correlationId": "36fbf28f-6ea0-40c5-aa84-d6f1fe477b2f", "identity": "Aaron Cole", "Level": 4, "location": "XD", "properties": {"id": "f86fd039-b911-4a63-b06c-8447e8616100", "createdDateTime": "2022-08-16T20:11:27.297419Z", "userDisplayName": "Aaron Cole", "userPrincipalName": "acole@domain.com", "userId": "5d557969-1645-4ba4-be83-b6fd943659f7", "appId": "09882a0a-ccfc-4f24-bedf-653c30932b5b", "appDisplayName": "InviteDesk", "ipAddress": "91.132.253.146", "status": {"errorCode": 0}, "clientAppUsed": "Browser", "deviceDetail": {"deviceId": "", "operatingSystem": "Windows"}, "location": {"city": "Rickshire", "state": "Norrisbury", "countryOrRegion": "XD", "geoCoordinates": {"latitude": -78.5751045, "longitude": 58.329246}}, "correlationId": "77de8d33-51e0-4ad9-9886-c2d8eb8d5aa7", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "0cd5a6b5-05b0-42e7-89cf-58a2ca085417", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 130, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "InviteDesk Online", "resourceId": "1836739a-2577-4efd-a7e3-a88b0b9ae7b3", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 214655, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "6Mq8X06FjItvtWvwiC0aS4AYQcOEQna9ETd3gFbpfFZdmAHt", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "7408d08d-c9ff-40c8-9e89-96133f1850e9", "rngcStatus": 0}}, {"time": "2022-08-16T20:13:19.724859Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "50158", "resultSignature": "None", "resultDescription": "External security challenge was not satisfied.", "durationMs": 0, "callerIpAddress": "177.189.225.133", "correlationId": "6b7cf1ab-d616-4e68-b569-55c3a97bb9f7", "identity": "Thomas Price", "Level": 4, "location": "XQ", "properties": {"id": "b07bba22-ec36-47ef-95f1-3c7fc46c3d00", "createdDateTime": "2022-08-16T20:13:19.864859Z", "userDisplayName": "Thomas Price", "userPrincipalName": "tprice@domain.com", "userId": "32109ee2-ee4f-4d11-9c38-2556aec0f2b5", "appId": "79510a8f-6421-4348-a2ea-bcc2b02485c1", "appDisplayName": "Cisco AnyConnect", "ipAddress": "177.189.225.133", "status": {"errorCode": 50158, "failureReason": "External security challenge was not satisfied."}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (X11; Linux i686) AppleWebKit/535.2 (KHTML, like Gecko) Chrome/22.0.843.0 Safari/535.2 Edge/118.12158", "deviceDetail": {"deviceId": "72c565a0-f587-4d5e-9fa9-82cab482ddf0", "displayName": "THOMASPRICE-LT", "operatingSystem": "Windows 10", "browser": "Edge 118.12158", "trustType": "Hybrid Azure AD joined"}, "location": {"city": "Brownton", "state": "Stephanieberg", "countryOrRegion": "XQ", "geoCoordinates": {"latitude": 60.015373, "longitude": -41.508557}}, "correlationId": "d7054b65-f280-49e9-8e08-1630cb070447", "conditionalAccessStatus": "failure", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "d98650ca-2d2e-4b4b-901d-caaff4b55f78", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 140, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Cisco AnyConnect Online", "resourceId": "5d5b8d28-6a28-472e-b837-a4094e466965", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 104135, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "JInSYhJHbksNDjA91IDRgy5Oplu5MBKtDvgmuJDNuj4oqQ1v", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "15655e1f-5005-4c53-b3c0-c4a1d1ca5e9e", "rngcStatus": 0}}, {"time": "2022-08-16T20:23:42.087451Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "147.132.189.119", "correlationId": "55aaca1b-659e-44f8-844e-973d8bc315d8", "identity": "Terry Proctor", "Level": 4, "location": "XR", "properties": {"id": "8ad50de0-ebdd-4ace-9747-d47c77ca8b00", "createdDateTime": "2022-08-16T20:23:42.381451Z", "userDisplayName": "Terry Proctor", "userPrincipalName": "tproctor@domain.com", "userId": "03110cc5-e54f-4dae-b68a-bf5d945f8152", "appId": "51a80452-7502-4b15-9e15-827c7d78e337", "appDisplayName": "Dropbox Business", "ipAddress": "147.132.189.119", "status": {"errorCode": 0}, "clientAppUsed": "Mobile Apps and Desktop clients", "deviceDetail": {"deviceId": "88ee69d5-1eb7-4f29-b594-e9b4e3371940", "displayName": "TERRYPROCTOR-LT", "operatingSystem": "Windows 10", "browser": "Rich Client 5.2.9.0", "isCompliant": true, "isManaged": true, "trustType": "Azure AD joined"}, "location": {"city": "Port Denisetown", "state": "Smithton", "countryOrRegion": "XR", "geoCoordinates": {"latitude": 3.5518965, "longitude": 131.871582}}, "correlationId": "46440eca-951b-4b60-832f-a7eaece16b2f", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "b71539d3-0e77-4cfc-ba4e-2a4027369950", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 294, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Dropbox Business Online", "resourceId": "fcbb342e-c15e-4612-8a70-e3156b81556f", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 256668, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "arOwIJE1vPyDiJPXe5Kv1dra2z8huaZnHLpLZVwT0JlK5MV4", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "0fd3a253-6124-461e-bab2-32ec73c1c1ad", "rngcStatus": 0}}, {"time": "2022-08-16T20:25:24.827890Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "205.33.24.92", "correlationId": "0d658ee5-1e36-4554-9af3-6c9c11ad4921", "identity": "Aaron Cole", "Level": 4, "location": "XD", "properties": {"id": "cc6dad61-5ab1-455b-ace9-7721648c6d00", "createdDateTime": "2022-08-16T20:25:24.898890Z", "userDisplayName": "Aaron Cole", "userPrincipalName": "acole@domain.com", "userId": "5d557969-1645-4ba4-be83-b6fd943659f7", "appId": "36f74ffc-90e8-46e0-b0ed-588b76ed6f47", "appDisplayName": "Inspire", "ipAddress": "205.33.24.92", "status": {"errorCode": 0}, "clientAppUsed": "Browser", "deviceDetail": {"deviceId": "", "operatingSystem": "Windows", "browser": "Rich Client 4.35.1.0"}, "location": {"city": "Kristinmouth", "state": "Norrisbury", "countryOrRegion": "XD", "geoCoordinates": {"latitude": 26.278784, "longitude": -92.042573}}, "correlationId": "a040cb33-4b9d-4759-ba3b-4c263646e150", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "7ada809c-ccff-4670-a3f6-cee86fcbb9f4", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 71, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Inspire Online", "resourceId": "7bfbb7b7-4d69-428d-b8fd-4930b70ef2b7", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 214655, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "B4l4JOuhcIqzXy7UNr7SautYh3dToYCNizNfsKimRGbTImdf", "incomingTokenType": "none", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "cac89839-f185-4291-9f46-fc482c649c15", "rngcStatus": 0}}, {"time": "2022-08-16T20:53:26.995643Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "13.113.40.157", "correlationId": "7dbe4b57-6731-4532-9c14-f86de83e330e", "identity": "Attack Target", "Level": 4, "location": "XR", "properties": {"id": "4ddb034d-d670-4525-9f72-a3054df96d00", "createdDateTime": "2022-08-16T20:53:27.124643Z", "userDisplayName": "Attack Target", "userPrincipalName": "attacktarget@domain.com", "userId": "d735e84b-dcca-404d-9f7d-700f360f41a6", "appId": "9a7e67c7-6f05-42a3-b226-97c7ec3e9696", "appDisplayName": "Adobe Identity Management", "ipAddress": "13.113.40.157", "ipAddressFromResourceProvider": "13.113.40.157", "status": {"errorCode": 0}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (iPad; CPU iPad OS 9_3_6 like Mac OS X) AppleWebKit/536.1 (KHTML, like Gecko) CriOS/42.0.865.0 Mobile/77O124 Safari/536.1 Edge/99.14477", "deviceDetail": {"deviceId": "a44625dc-6f81-449a-9799-8005f7209b42", "displayName": "ATTACKTARGET-LT", "operatingSystem": "Windows 10", "browser": "Edge 99.14477", "trustType": "Azure AD registered"}, "location": {"city": "Smithfort", "state": "Smithfort", "countryOrRegion": "XR", "geoCoordinates": {"latitude": 3.7564095, "longitude": -121.574606}}, "correlationId": "abdc90a9-6653-4a41-b91c-ecf9eea14648", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "634050ac-aac8-4896-b592-d31effe24183", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 129, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Adobe Identity Management Service", "resourceId": "c8eab36d-0a82-409d-8693-a8dabc997921", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 34974, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "yeMIdmc1dfQkjg3gxy5ZOncPrx38uNOEaoRqFm8oW9Qs0v4s", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "2248d3ef-d7b8-4eb2-bd20-fb53f725bfe3", "rngcStatus": 0}}, {"time": "2022-08-16T20:57:31.510011Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "86.154.193.190", "correlationId": "2bb374e9-af86-4400-9225-699b435839b6", "identity": "Kristen Howell", "Level": 4, "location": "XR", "properties": {"id": "5d857cb0-2921-4775-a7e5-e49990099500", "createdDateTime": "2022-08-16T20:57:31.602011Z", "userDisplayName": "Kristen Howell", "userPrincipalName": "khowell@domain.com", "userId": "20e1e3f9-665f-45bd-9984-5e74b526d3b5", "appId": "9a7e67c7-6f05-42a3-b226-97c7ec3e9696", "appDisplayName": "Adobe Identity Management", "ipAddress": "86.154.193.190", "status": {"errorCode": 0, "additionalDetails": "MFA requirement satisfied by claim in the token"}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (X11; Linux i686) AppleWebKit/533.0 (KHTML, like Gecko) Chrome/24.0.803.0 Safari/533.0 Edge/40.11325", "deviceDetail": {"deviceId": "6ea76864-5f18-47dd-adb9-2b1dfcbfc425", "displayName": "KRISTENHOWELL-LT", "operatingSystem": "Windows 10", "browser": "Edge 40.11325", "isCompliant": true, "isManaged": true, "trustType": "Azure AD joined"}, "location": {"city": "Port Denisetown", "state": "Smithton", "countryOrRegion": "XR", "geoCoordinates": {"latitude": 3.5518965, "longitude": 131.871582}}, "mfaDetail": {}, "correlationId": "3f45e91b-eb2b-4c29-9150-4252f60749b2", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "25ad8c3b-4bb0-4f20-9375-16a6d564d84f", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 92, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Adobe Identity Management Service", "resourceId": "30663ca7-f8a9-43ab-8ca1-7906bdbc1485", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 256668, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "BNZ2XaJVDrD4mBcLnW7ru7NJ9uYjetH0oqtAcPA82qkw0oM6", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "a6c259e5-7f16-48b2-a9f3-75becd6daa9b", "rngcStatus": 0}}, {"time": "2022-08-16T21:10:37.846480Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "1.210.58.10", "correlationId": "66f67f42-83a8-40c5-be95-07ac1269db91", "identity": "Keith Sheppard", "Level": 4, "location": "XD", "properties": {"id": "f0373eef-9706-4141-a5c3-7d367d5e6800", "createdDateTime": "2022-08-16T21:10:37.922480Z", "userDisplayName": "Keith Sheppard", "userPrincipalName": "ksheppard@domain.com", "userId": "05bd48f1-91d2-4c2d-9a7c-80e80f561b3c", "appId": "9003b8ba-730c-412d-8972-267700304e01", "appDisplayName": "Box", "ipAddress": "1.210.58.10", "status": {"errorCode": 0}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (Windows NT 4.0) AppleWebKit/531.1 (KHTML, like Gecko) Chrome/20.0.823.0 Safari/531.1 Edge/87.11424", "deviceDetail": {"deviceId": "639815fd-5018-4e38-9d81-67538b2ce460", "displayName": "KEITHSHEPPARD-LT", "operatingSystem": "Windows 10", "browser": "Edge 87.11424", "trustType": "Azure AD registered"}, "location": {"city": "Cooperhaven", "state": "Norrisbury", "countryOrRegion": "XD", "geoCoordinates": {"latitude": 70.436398, "longitude": -23.873747}}, "correlationId": "977186a9-87be-44ef-8aac-ebf1a3354843", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "5c9f9a67-33fe-4636-a892-2d4e22623880", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 76, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Box Online", "resourceId": "72f0186d-d327-46c9-a8ff-497e0caa8691", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 69487, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "3a9g1PCLcfKZeym97RYP94dlk1vxq3EDiM8XVIp9hviBYnEs", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": null, "rngcStatus": 0}}, {"time": "2022-08-16T21:10:53.738546Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "86.154.193.190", "correlationId": "6cb7bc76-26da-423a-ad6e-31a2b189750e", "identity": "Melissa Martin", "Level": 4, "location": "XR", "properties": {"id": "0e90a778-2cf2-4eee-b19f-bc6d673e8e00", "createdDateTime": "2022-08-16T21:10:53.809546Z", "userDisplayName": "Melissa Martin", "userPrincipalName": "mmartin@domain.com", "userId": "632ccb55-03a7-40f4-9893-653527cae790", "appId": "9de6e985-97a5-4d82-9c45-aedaa9c25ef9", "appDisplayName": "AWS Single-Account Access", "ipAddress": "86.154.193.190", "status": {"errorCode": 0}, "clientAppUsed": "Browser", "deviceDetail": {"deviceId": "", "operatingSystem": "Windows"}, "location": {"city": "Port Denisetown", "state": "Smithton", "countryOrRegion": "XR", "geoCoordinates": {"latitude": 3.5518965, "longitude": 131.871582}}, "correlationId": "dd94ec76-758f-4478-a33f-01e16aaab5be", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "7dd14e86-c78c-42c5-93ec-619fa9735818", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 71, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "AWS Single-Account Access Service", "resourceId": "72f0186d-d327-46c9-a8ff-497e0caa8691", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 256668, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "3m6fUy73VgPp8xLHftfRNAoAI7g8TixQnebO0PRhNZIaik0B", "incomingTokenType": "none", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": null, "rngcStatus": 0}}, {"time": "2022-08-16T21:30:54.615579Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "700082", "resultSignature": "None", "resultDescription": "Other", "durationMs": 0, "callerIpAddress": "17.245.234.112", "correlationId": "c585859f-d246-428c-9d37-5a55c8d34075", "identity": "Cynthia Perry", "Level": 4, "location": "XJ", "properties": {"id": "e69329df-c356-440d-a977-9ca7c13a8300", "createdDateTime": "2022-08-16T21:30:54.656579Z", "userDisplayName": "Cynthia Perry", "userPrincipalName": "cperry@domain.com", "userId": "ac5fa380-9d5b-470e-beb2-5ba10aca48e6", "appId": "413f12c2-a9cb-4ca6-a080-d4308249cbe1", "appDisplayName": "Air", "ipAddress": "17.245.234.112", "status": {"errorCode": 700082, "failureReason": "Other"}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (Linux; Android 4.4.3) AppleWebKit/533.2 (KHTML, like Gecko) Chrome/28.0.882.0 Safari/533.2 Edge/44.18413", "deviceDetail": {"deviceId": "235f0055-82f6-4737-a45d-94c0509dd53b", "displayName": "CYNTHIAPERRY-LT", "operatingSystem": "Windows 10", "browser": "Edge 44.18413", "trustType": "Azure AD registered"}, "location": {"city": "Espinozaborough", "state": "Earlport", "countryOrRegion": "XJ", "geoCoordinates": {"latitude": -76.873328, "longitude": -58.348238}}, "correlationId": "abc2d3d5-8259-4017-93c4-c8613f115151", "conditionalAccessStatus": "notApplied", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "18b3b317-d345-40eb-95af-65129b116f4a", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 41, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Air Online", "resourceId": "72f0186d-d327-46c9-a8ff-497e0caa8691", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 81338, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "v46jXAZiunkSOhNCd6dyseQk1653ZwGh4MgkJc1cBWHLQ0Z0", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": null, "rngcStatus": 0}}, {"time": "2022-08-16T21:34:08.854254Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "1.210.58.10", "correlationId": "24d75ef8-e473-4c04-8871-743167c0adbf", "identity": "Keith Sheppard", "Level": 4, "location": "XD", "properties": {"id": "a6ae8eb8-8aea-4e1d-a5ac-6926b35d9300", "createdDateTime": "2022-08-16T21:34:08.918254Z", "userDisplayName": "Keith Sheppard", "userPrincipalName": "ksheppard@domain.com", "userId": "05bd48f1-91d2-4c2d-9a7c-80e80f561b3c", "appId": "2eae4ad1-8cae-48fe-b718-76bd66e2fc7f", "appDisplayName": "Bipsync", "ipAddress": "1.210.58.10", "status": {"errorCode": 0}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (Windows NT 4.0) AppleWebKit/531.1 (KHTML, like Gecko) Chrome/20.0.823.0 Safari/531.1 Edge/87.11424", "deviceDetail": {"deviceId": "639815fd-5018-4e38-9d81-67538b2ce460", "displayName": "KEITHSHEPPARD-LT", "operatingSystem": "Windows 10", "browser": "Edge 87.11424", "trustType": "Azure AD registered"}, "location": {"city": "Cooperhaven", "state": "Norrisbury", "countryOrRegion": "XD", "geoCoordinates": {"latitude": 70.436398, "longitude": -23.873747}}, "correlationId": "f3604e9d-38d3-4133-827c-80a371fb9605", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "06827d06-7138-43e4-8cfc-f543a06ca21d", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 64, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Bipsync Service", "resourceId": "819aa3ed-3b63-4925-8388-0b8d41022941", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 69487, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "jo30XzEnYr907arCInXNoDDTc8f3g8arNsGVITIeEgRnnneS", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "7f0c9abd-8b0d-4973-8675-a495454c0c86", "rngcStatus": 0}}, {"time": "2022-08-16T21:41:55.388096Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "147.132.189.119", "correlationId": "34bb9e61-68a2-488c-8cd9-4cbd48cb4a02", "identity": "Terry Proctor", "Level": 4, "location": "XR", "properties": {"id": "501074c3-fbf3-458c-a18b-f7101d026400", "createdDateTime": "2022-08-16T21:41:55.481096Z", "userDisplayName": "Terry Proctor", "userPrincipalName": "tproctor@domain.com", "userId": "03110cc5-e54f-4dae-b68a-bf5d945f8152", "appId": "3f8b74f7-e00f-4827-abb8-2ec539552497", "appDisplayName": "Kemp LoadMaster Azure AD integration", "ipAddress": "147.132.189.119", "status": {"errorCode": 0, "additionalDetails": "MFA requirement satisfied by claim in the token"}, "clientAppUsed": "Mobile Apps and Desktop clients", "deviceDetail": {"deviceId": "88ee69d5-1eb7-4f29-b594-e9b4e3371940", "displayName": "TERRYPROCTOR-LT", "operatingSystem": "Windows", "isCompliant": true, "isManaged": true, "trustType": "Azure AD joined"}, "location": {"city": "Port Denisetown", "state": "Smithton", "countryOrRegion": "XR", "geoCoordinates": {"latitude": 3.5518965, "longitude": 131.871582}}, "mfaDetail": {}, "correlationId": "7088e884-8878-4de3-803a-2848d6d30851", "conditionalAccessStatus": "notApplied", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "92ae9608-8c25-4147-b4a1-e5373d5620f9", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 93, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Kemp LoadMaster Azure AD integration Service", "resourceId": "24578515-1951-4064-967d-0d2acaf0aa70", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 256668, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "NuAYWq81Wxjxx6lIPMHxdA6HnhAKmlaNu14sqUuxff0ny3Pu", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "0e68752b-7dfa-400b-a6f5-1b54af90696a", "rngcStatus": 0}}, {"time": "2022-08-16T21:46:20.744956Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "50158", "resultSignature": "None", "resultDescription": "External security challenge was not satisfied.", "durationMs": 0, "callerIpAddress": "44.22.19.201", "correlationId": "3f4999b8-9627-487a-aa14-4d46c0e6d191", "identity": "Thomas Price", "Level": 4, "location": "XN", "properties": {"id": "7d318455-34d8-4ae2-8167-c67c8bbc5200", "createdDateTime": "2022-08-16T21:46:20.869956Z", "userDisplayName": "Thomas Price", "userPrincipalName": "tprice@domain.com", "userId": "32109ee2-ee4f-4d11-9c38-2556aec0f2b5", "appId": "79510a8f-6421-4348-a2ea-bcc2b02485c1", "appDisplayName": "Cisco AnyConnect", "ipAddress": "44.22.19.201", "status": {"errorCode": 50158, "failureReason": "External security challenge was not satisfied."}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (X11; Linux i686) AppleWebKit/535.2 (KHTML, like Gecko) Chrome/22.0.843.0 Safari/535.2 Edge/118.12158", "deviceDetail": {"deviceId": "35819889-abdc-47e0-b28d-5195d26e941f", "displayName": "THOMASPRICE-LT", "operatingSystem": "Windows 10", "browser": "Edge 118.12158", "trustType": "Hybrid Azure AD joined"}, "location": {"city": "Littlemouth", "state": "Alexanderfurt", "countryOrRegion": "XN", "geoCoordinates": {"latitude": 25.4437255, "longitude": -109.530885}}, "correlationId": "b1dba3c7-4633-4ec7-8e7e-676985837db5", "conditionalAccessStatus": "failure", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "47e1a9c3-56d8-4184-8ae6-533b3b823d22", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "processingTimeInMilliseconds": 125, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Cisco AnyConnect Online", "resourceId": "5d5b8d28-6a28-472e-b837-a4094e466965", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 230297, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "AKFMLi8VRFBgKkVevXqcRJldZlrkTgUlbfnpNRNczTEC3mKx", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "15655e1f-5005-4c53-b3c0-c4a1d1ca5e9e"}}, {"time": "2022-08-16T21:48:10.146868Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "205.33.24.92", "correlationId": "962a6477-bc8a-4a00-8574-c4560a7032f3", "identity": "Vanessa Ramirez", "Level": 4, "location": "XD", "properties": {"id": "71326cde-8812-4486-b054-a01ec2499300", "createdDateTime": "2022-08-16T21:48:10.307868Z", "userDisplayName": "Vanessa Ramirez", "userPrincipalName": "vramirez@domain.com", "userId": "5d72b7ed-62ea-4b94-b931-ccef65d71ebd", "appId": "4c2f7c2a-ff05-4df6-9087-9ba8388a3861", "appDisplayName": "Foko Retail", "ipAddress": "205.33.24.92", "status": {"errorCode": 0}, "clientAppUsed": "Browser", "deviceDetail": {"deviceId": "e395a3f4-8f2d-4170-804f-d3e13ce3151b", "displayName": "VANESSARAMIREZ-LT", "operatingSystem": "Windows10", "browser": "Rich Client 4.39.0.0", "trustType": "Azure AD registered"}, "location": {"city": "Kristinmouth", "state": "Norrisbury", "countryOrRegion": "XD", "geoCoordinates": {"latitude": 26.278784, "longitude": -92.042573}}, "correlationId": "7e279bfb-8509-4afb-9ccb-901ea75054db", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "ce78b9c8-bb20-4181-bcb3-963fbcdce257", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 161, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Foko Retail Service", "resourceId": "24578515-1951-4064-967d-0d2acaf0aa70", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 214655, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "hPHwRUzZTvd7bFBKTvXv4oPDIbN0N87ESd5ESuGSmSRaFHNC", "incomingTokenType": "none", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "0e68752b-7dfa-400b-a6f5-1b54af90696a", "rngcStatus": 0}}, {"time": "2022-08-16T21:56:31.216618Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "50158", "resultSignature": "None", "resultDescription": "External security challenge was not satisfied.", "durationMs": 0, "callerIpAddress": "92.110.109.246", "correlationId": "6cea71a2-07e0-4bf7-abc0-9c420e409324", "identity": "Thomas Price", "Level": 4, "location": "XR", "properties": {"id": "06aa2776-6961-4f0a-b4c3-b478f1a65700", "createdDateTime": "2022-08-16T21:56:31.349618Z", "userDisplayName": "Thomas Price", "userPrincipalName": "tprice@domain.com", "userId": "32109ee2-ee4f-4d11-9c38-2556aec0f2b5", "appId": "9a7e67c7-6f05-42a3-b226-97c7ec3e9696", "appDisplayName": "Adobe Identity Management", "ipAddress": "92.110.109.246", "status": {"errorCode": 50158, "failureReason": "External security challenge was not satisfied."}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (X11; Linux i686) AppleWebKit/535.2 (KHTML, like Gecko) Chrome/22.0.843.0 Safari/535.2 Edge/118.12158", "deviceDetail": {"deviceId": "a12f42a7-2ae0-42d8-aec8-bf7cb3dea82c", "displayName": "THOMASPRICE-LT", "operatingSystem": "Windows 10", "browser": "Edge 118.12158", "trustType": "Hybrid Azure AD joined"}, "location": {"city": "Port Denisetown", "state": "Smithton", "countryOrRegion": "XR", "geoCoordinates": {"latitude": 3.5518965, "longitude": 131.871582}}, "correlationId": "758a0c83-b8a2-403d-9294-d21d79585e7e", "conditionalAccessStatus": "failure", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "703259d6-e31f-4a9a-941d-34ddd1b6f30d", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "processingTimeInMilliseconds": 133, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Adobe Identity Management Service", "resourceId": "30663ca7-f8a9-43ab-8ca1-7906bdbc1485", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 230297, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "xF62NwQXXQIyeSiagJQVg3VhNvTLWPDfI0TU346q8PUCZbqQ", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "a6c259e5-7f16-48b2-a9f3-75becd6daa9b"}}, {"time": "2022-08-16T22:20:50.425532Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "50158", "resultSignature": "None", "resultDescription": "External security challenge was not satisfied.", "durationMs": 0, "callerIpAddress": "44.22.19.201", "correlationId": "6d37ec48-272e-4c71-8a8e-b0affeec6370", "identity": "Thomas Price", "Level": 4, "location": "XN", "properties": {"id": "61f774b4-bfab-427d-9daf-8440da956c00", "createdDateTime": "2022-08-16T22:20:50.547532Z", "userDisplayName": "Thomas Price", "userPrincipalName": "tprice@domain.com", "userId": "32109ee2-ee4f-4d11-9c38-2556aec0f2b5", "appId": "79510a8f-6421-4348-a2ea-bcc2b02485c1", "appDisplayName": "Cisco AnyConnect", "ipAddress": "44.22.19.201", "status": {"errorCode": 50158, "failureReason": "External security challenge was not satisfied."}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (X11; Linux i686) AppleWebKit/535.2 (KHTML, like Gecko) Chrome/22.0.843.0 Safari/535.2 Edge/118.12158", "deviceDetail": {"deviceId": "fb4d911d-6441-411b-868f-d25d5586a326", "displayName": "THOMASPRICE-LT", "operatingSystem": "Windows 10", "browser": "Edge 118.12158", "trustType": "Hybrid Azure AD joined"}, "location": {"city": "Littlemouth", "state": "Alexanderfurt", "countryOrRegion": "XN", "geoCoordinates": {"latitude": 25.4437255, "longitude": -109.530885}}, "correlationId": "45c399d1-c458-410b-9f95-38807c6e9eba", "conditionalAccessStatus": "failure", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "cb684d05-76de-4b19-b22d-dc26f501d953", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 122, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Cisco AnyConnect Online", "resourceId": "5d5b8d28-6a28-472e-b837-a4094e466965", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 230297, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "njgF7ffcqvTmvoM1Xc0vnfyAUnU0oVSFFXyiwi443i7BhAdo", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "15655e1f-5005-4c53-b3c0-c4a1d1ca5e9e", "rngcStatus": 0}}, {"time": "2022-08-16T22:23:28.785576Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "50158", "resultSignature": "None", "resultDescription": "External security challenge was not satisfied.", "durationMs": 0, "callerIpAddress": "92.110.109.246", "correlationId": "115a3fd5-5c81-4b5b-b044-d9ea153bee7f", "identity": "Thomas Price", "Level": 4, "location": "XR", "properties": {"id": "987debf8-7865-4cdd-bac4-4800b4156c00", "createdDateTime": "2022-08-16T22:23:29.023576Z", "userDisplayName": "Thomas Price", "userPrincipalName": "tprice@domain.com", "userId": "32109ee2-ee4f-4d11-9c38-2556aec0f2b5", "appId": "9a7e67c7-6f05-42a3-b226-97c7ec3e9696", "appDisplayName": "Adobe Identity Management", "ipAddress": "92.110.109.246", "status": {"errorCode": 50158, "failureReason": "External security challenge was not satisfied."}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (X11; Linux i686) AppleWebKit/535.2 (KHTML, like Gecko) Chrome/22.0.843.0 Safari/535.2 Edge/118.12158", "deviceDetail": {"deviceId": "a31478d2-f778-4d5a-b081-22579a9edcbe", "displayName": "THOMASPRICE-LT", "operatingSystem": "Windows 10", "browser": "Edge 118.12158", "trustType": "Hybrid Azure AD joined"}, "location": {"city": "Port Denisetown", "state": "Smithton", "countryOrRegion": "XR", "geoCoordinates": {"latitude": 3.5518965, "longitude": 131.871582}}, "correlationId": "d0ef9cf8-b16b-4a4a-83c0-fd4796a0917d", "conditionalAccessStatus": "failure", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "3b3a5074-92c0-4f4a-ac91-861d5789ccaa", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 238, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Adobe Identity Management Service", "resourceId": "30663ca7-f8a9-43ab-8ca1-7906bdbc1485", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 230297, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "WnZXqYFAQxWiDOdkb0IYK3iDzhXP9A15htSapnOItFbdlRyE", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "a6c259e5-7f16-48b2-a9f3-75becd6daa9b", "rngcStatus": 0}}, {"time": "2022-08-16T22:29:43.326475Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "156.206.181.119", "correlationId": "e47d3ba0-3047-1000-a35a-deefe21d01de", "identity": "Cynthia Perry", "Level": 4, "location": "XY", "properties": {"id": "4b638f01-21ae-4071-8f14-553d6b5b8000", "createdDateTime": "2022-08-16T22:29:43.428475Z", "userDisplayName": "Cynthia Perry", "userPrincipalName": "cperry@domain.com", "userId": "ac5fa380-9d5b-470e-beb2-5ba10aca48e6", "appId": "439cf80c-f381-45bd-9b6a-a006882e7246", "appDisplayName": "Atlassian Cloud", "ipAddress": "156.206.181.119", "status": {"errorCode": 0}, "clientAppUsed": "Browser", "deviceDetail": {"deviceId": "", "operatingSystem": "Windows"}, "location": {"city": "Hannaville", "state": "Thomashaven", "countryOrRegion": "XY", "geoCoordinates": {"latitude": 1.1452695, "longitude": 128.249211}}, "correlationId": "cfea8a44-2294-4ff3-adb8-2c80318c5fbd", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "b0484884-2bd7-4721-953d-4c7af2ebf2a4", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 102, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Atlassian Cloud", "resourceId": "c8eab36d-0a82-409d-8693-a8dabc997921", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 279165, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "9Qk6VHe4T2Qut1mFxQBFrfDN39zkUqsIL9XzJGOuPregngAL", "incomingTokenType": "none", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "2248d3ef-d7b8-4eb2-bd20-fb53f725bfe3", "rngcStatus": 0}}, {"time": "2022-08-16T22:35:01.599655Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "86.154.193.190", "correlationId": "dd519155-1d4c-430a-8308-80ef230eaf06", "identity": "Kristen Howell", "Level": 4, "location": "XR", "properties": {"id": "49d543cf-3853-413c-83db-9812424e8900", "createdDateTime": "2022-08-16T22:35:01.699655Z", "userDisplayName": "Kristen Howell", "userPrincipalName": "khowell@domain.com", "userId": "20e1e3f9-665f-45bd-9984-5e74b526d3b5", "appId": "2eae4ad1-8cae-48fe-b718-76bd66e2fc7f", "appDisplayName": "Bipsync", "ipAddress": "86.154.193.190", "status": {"errorCode": 0}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (X11; Linux i686) AppleWebKit/533.0 (KHTML, like Gecko) Chrome/24.0.803.0 Safari/533.0 Edge/40.11325", "deviceDetail": {"deviceId": "af204333-3bdf-4228-bbeb-e3a654075b5c", "displayName": "KRISTENHOWELL-LT", "operatingSystem": "Windows 10", "browser": "Edge 40.11325", "trustType": "Azure AD registered"}, "location": {"city": "Port Denisetown", "state": "Smithton", "countryOrRegion": "XR", "geoCoordinates": {"latitude": 3.5518965, "longitude": 131.871582}}, "correlationId": "69a8aa28-ca01-4443-aefd-175b2f3e2a46", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "f0d8d022-1b3a-4cce-819d-73479cc1cc11", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 100, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Bipsync Service", "resourceId": "aaf780ce-b996-49b9-986d-8bb23f7bce3a", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 256668, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "9YStSfSavw2XegmZkRTMJpXzpsZvj4xd8XiPt9SQJUfUkuq5", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "b7da42cc-a168-4148-b15a-792ad32c2ff5", "rngcStatus": 0}}, {"time": "2022-08-16T22:49:13.296417Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "SignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "42.62.103.34", "correlationId": "3a0ef662-8311-4722-9059-66ce9d82d74b", "identity": "Joseph Taylor", "Level": 4, "location": "XF", "properties": {"id": "679873db-6b8b-4ce1-9882-384896b05300", "createdDateTime": "2022-08-16T22:49:13.442417Z", "userDisplayName": "Joseph Taylor", "userPrincipalName": "jtaylor@domain.com", "userId": "af9847eb-c773-41ae-bf94-42747c5e986c", "appId": "03d81133-bfaa-4cad-b5fc-938f0fe86da9", "appDisplayName": "Dream Broker Studio", "ipAddress": "42.62.103.34", "status": {"errorCode": 0, "additionalDetails": "MFA requirement satisfied by claim in the token"}, "clientAppUsed": "Browser", "userAgent": "Mozilla/5.0 (Linux; Android 2.3.5) AppleWebKit/532.2 (KHTML, like Gecko) Chrome/46.0.898.0 Safari/532.2 Edge/105.19198", "deviceDetail": {"deviceId": "76b96bd3-e5d7-49ee-b195-bf363facdb3d", "displayName": "JOSEPHTAYLOR-LT", "operatingSystem": "Windows 10", "browser": "Edge 105.19198", "isCompliant": true, "isManaged": true, "trustType": "Azure AD joined"}, "location": {"city": "Jessicafurt", "state": "Smithbury", "countryOrRegion": "XF", "geoCoordinates": {"latitude": 17.5082395, "longitude": -115.304215}}, "mfaDetail": {}, "correlationId": "224f2398-f852-45bc-97ed-18b7d9b652b1", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "612bc594-e4b6-43a4-9f41-38b8d6b9c1a4", "isInteractive": true, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "processingTimeInMilliseconds": 146, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Dream Broker Studio Online", "resourceId": "f0630e90-b752-4960-bfb9-a0794fc34930", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 393508, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "zjQisJTsWqC1Nl8OnbcPF3JTM90gezClsH1Bb4VU8NzXGk5W", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "1f37c851-4be4-455b-928a-fbde7845a68a"}}, {"time": "2022-08-16T23:01:34.588404Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "92.110.109.246", "correlationId": "8b793144-65e7-4ebf-9360-5a18139bf499", "identity": "David Johnson", "Level": 4, "location": "XR", "properties": {"id": "0b6f52fe-7d96-46e1-808f-a3985c050200", "createdDateTime": "2022-08-16T23:01:34.974404Z", "userDisplayName": "David Johnson", "userPrincipalName": "djohnson@domain.com", "userId": "ff2ae3d2-8cd2-4bd6-b65d-49c5ad946c7f", "appId": "bf2855c0-7434-4262-8885-ad2f5206d324", "appDisplayName": "COINS Construction Cloud - Project and Productivity Apps", "ipAddress": "92.110.109.246", "status": {"errorCode": 0}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (Windows NT 4.0) AppleWebKit/531.1 (KHTML, like Gecko) Chrome/20.0.823.0 Safari/531.1 Edge/87.11424", "deviceDetail": {"deviceId": "8fb0ff79-f116-4f20-8ca8-36b3f8d68865", "displayName": "DAVIDJOHNSON-LT", "operatingSystem": "Windows 10", "browser": "Edge 87.11424", "trustType": "Azure AD registered"}, "location": {"city": "Port Denisetown", "state": "Smithton", "countryOrRegion": "XR", "geoCoordinates": {"latitude": 3.5518965, "longitude": 131.871582}}, "correlationId": "01b70f81-e104-42c3-ac31-92a7504c2d1a", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "9c714b07-f310-45a0-80a0-f6d496832978", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 386, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "COINS Construction Cloud - Project and Productivity Apps Service", "resourceId": "436260d5-3791-4aea-a4da-aa698ec35f2f", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 230297, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "SpT9GGZhyHY1KVQGxg3r2fQ6j4gnYOoDpPF7AQgBXOSzY1ZN", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "94b9f3ba-5f4b-4edc-99dc-a420b76960f9", "rngcStatus": 0}}, {"time": "2022-08-16T23:02:39.166926Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "50158", "resultSignature": "None", "resultDescription": "External security challenge was not satisfied.", "durationMs": 0, "callerIpAddress": "92.110.109.246", "correlationId": "9f88e5f2-7f57-472a-9db9-85754109aa17", "identity": "Thomas Price", "Level": 4, "location": "XR", "properties": {"id": "86ec8f81-b065-45d1-84e2-abcf02a48200", "createdDateTime": "2022-08-16T23:02:39.286926Z", "userDisplayName": "Thomas Price", "userPrincipalName": "tprice@domain.com", "userId": "32109ee2-ee4f-4d11-9c38-2556aec0f2b5", "appId": "79510a8f-6421-4348-a2ea-bcc2b02485c1", "appDisplayName": "Cisco AnyConnect", "ipAddress": "92.110.109.246", "status": {"errorCode": 50158, "failureReason": "External security challenge was not satisfied."}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (X11; Linux i686) AppleWebKit/535.2 (KHTML, like Gecko) Chrome/22.0.843.0 Safari/535.2 Edge/118.12158", "deviceDetail": {"deviceId": "a31478d2-f778-4d5a-b081-22579a9edcbe", "displayName": "THOMASPRICE-LT", "operatingSystem": "Windows 10", "browser": "Edge 118.12158", "trustType": "Hybrid Azure AD joined"}, "location": {"city": "Port Denisetown", "state": "Smithton", "countryOrRegion": "XR", "geoCoordinates": {"latitude": 3.5518965, "longitude": 131.871582}}, "correlationId": "ab337cf0-d4f8-4d50-a3cf-18e9ce9c4c0d", "conditionalAccessStatus": "failure", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "eff27514-848b-48a9-8b7a-0523341789a7", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 120, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Cisco AnyConnect Online", "resourceId": "5d5b8d28-6a28-472e-b837-a4094e466965", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 230297, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "cc0M8sZUxENcD34g3gfm29LyxxxKJJ5Za2zwECkZmeQbn6l9", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "15655e1f-5005-4c53-b3c0-c4a1d1ca5e9e", "rngcStatus": 0}}, {"time": "2022-08-16T23:05:18.211534Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "13.113.40.157", "correlationId": "957ebe5a-a12f-46b8-8702-ec7872f5da18", "identity": "Attack Target", "Level": 4, "location": "XR", "properties": {"id": "9c70fa14-e476-49ba-a565-436cda148e00", "createdDateTime": "2022-08-16T23:05:18.312534Z", "userDisplayName": "Attack Target", "userPrincipalName": "attacktarget@domain.com", "userId": "d735e84b-dcca-404d-9f7d-700f360f41a6", "appId": "9a7e67c7-6f05-42a3-b226-97c7ec3e9696", "appDisplayName": "Adobe Identity Management", "ipAddress": "13.113.40.157", "status": {"errorCode": 0}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (iPad; CPU iPad OS 9_3_6 like Mac OS X) AppleWebKit/536.1 (KHTML, like Gecko) CriOS/42.0.865.0 Mobile/77O124 Safari/536.1 Edge/99.14477", "deviceDetail": {"deviceId": "a44625dc-6f81-449a-9799-8005f7209b42", "displayName": "ATTACKTARGET-LT", "operatingSystem": "Windows 10", "browser": "Edge 99.14477", "trustType": "Azure AD registered"}, "location": {"city": "Smithfort", "state": "Smithfort", "countryOrRegion": "XR", "geoCoordinates": {"latitude": 3.7564095, "longitude": -121.574606}}, "correlationId": "68930e9e-016c-4d8a-9bac-7698afa76068", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "6fe770f4-72b5-4eae-be1e-ef923a7dd1e3", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 101, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Adobe Identity Management Service", "resourceId": "80abac89-d2c0-4b6c-8ffc-5023bd7efc5e", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 34974, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "SF3EiDxcR2se3nGu02k7bxtUr0VKXAcoveFt6va32mR7qbdB", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": null, "rngcStatus": 0}}, {"time": "2022-08-16T23:17:22.837564Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "99.116.100.205", "correlationId": "65914181-ec41-4ed1-b80a-a2d5fc35d874", "identity": "Aaron Cole", "Level": 4, "location": "XD", "properties": {"id": "6319605d-e64e-4864-8be8-7fc374809a00", "createdDateTime": "2022-08-16T23:17:22.913564Z", "userDisplayName": "Aaron Cole", "userPrincipalName": "acole@domain.com", "userId": "5d557969-1645-4ba4-be83-b6fd943659f7", "appId": "e47a1d38-5f61-45cd-b1b9-bc92f525c598", "appDisplayName": "Altoura", "ipAddress": "99.116.100.205", "status": {"errorCode": 0}, "clientAppUsed": "Browser", "userAgent": "Mozilla/5.0 (Linux; Android 2.3.5) AppleWebKit/532.2 (KHTML, like Gecko) Chrome/46.0.898.0 Safari/532.2 Edge/105.19198", "deviceDetail": {"deviceId": "", "operatingSystem": "Windows 10", "browser": "Edge 105.19198"}, "location": {"city": "Carrollstad", "state": "Norrisbury", "countryOrRegion": "XD", "geoCoordinates": {"latitude": -38.8540465, "longitude": -17.674718}}, "correlationId": "e47064ff-1957-4e54-9b92-6452fa461b77", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "e7bbec6f-980a-46e4-841f-ba66ed20f881", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 76, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Altoura Online", "resourceId": "f0630e90-b752-4960-bfb9-a0794fc34930", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 214655, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "CsKeCLj2R5dSPzwO3qUeTSOHdRAzUEICARPR4ghvktQcvBVm", "incomingTokenType": "none", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "1f37c851-4be4-455b-928a-fbde7845a68a", "rngcStatus": 0}}, {"time": "2022-08-16T23:39:23.043958Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "13.113.40.157", "correlationId": "a2e3b6e0-c26b-4ec1-b1bd-1d16cb98c3a0", "identity": "Attack Target", "Level": 4, "location": "XR", "properties": {"id": "c27355bf-335a-4f00-ab57-c8279f3b5b00", "createdDateTime": "2022-08-16T23:39:23.313958Z", "userDisplayName": "Attack Target", "userPrincipalName": "attacktarget@domain.com", "userId": "d735e84b-dcca-404d-9f7d-700f360f41a6", "appId": "9c5b7fe3-0ad2-4ea6-94e5-9e0001f367e3", "appDisplayName": "Articulate 360", "ipAddress": "13.113.40.157", "status": {"errorCode": 0}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (iPad; CPU iPad OS 9_3_6 like Mac OS X) AppleWebKit/536.1 (KHTML, like Gecko) CriOS/42.0.865.0 Mobile/77O124 Safari/536.1 Edge/99.14477", "deviceDetail": {"deviceId": "a44625dc-6f81-449a-9799-8005f7209b42", "displayName": "ATTACKTARGET-LT", "operatingSystem": "Windows 10", "browser": "Edge 99.14477", "trustType": "Azure AD registered"}, "location": {"city": "New John", "state": "Smithfort", "countryOrRegion": "XR", "geoCoordinates": {"latitude": -89.144242, "longitude": 168.119022}}, "correlationId": "215468cf-902e-435f-94d3-e2823a817bea", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "fcf02afc-bca4-485d-8044-48fa11f948dc", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "processingTimeInMilliseconds": 270, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Articulate 360 Online", "resourceId": "436260d5-3791-4aea-a4da-aa698ec35f2f", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 34974, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "TwmtxIJTF5KcMVkxaUNSSLsKiILqmqxWgkodwVBDb6VfMU2P", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "94b9f3ba-5f4b-4edc-99dc-a420b76960f9"}}, {"time": "2022-08-16T23:48:15.119668Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "92.110.109.246", "correlationId": "5bbc97b5-0c00-45e9-996d-949bfcdbffa5", "identity": "David Johnson", "Level": 4, "location": "XR", "properties": {"id": "36638119-94db-4a83-8a4c-0142e3f74c00", "createdDateTime": "2022-08-16T23:48:15.314668Z", "userDisplayName": "David Johnson", "userPrincipalName": "djohnson@domain.com", "userId": "ff2ae3d2-8cd2-4bd6-b65d-49c5ad946c7f", "appId": "9d794ea1-8d77-42e3-9fdd-6fd3620d616a", "appDisplayName": "Alaya", "ipAddress": "92.110.109.246", "status": {"errorCode": 0}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (iPad; CPU iPad OS 9_3_6 like Mac OS X) AppleWebKit/536.1 (KHTML, like Gecko) CriOS/42.0.865.0 Mobile/77O124 Safari/536.1 Edge/99.14477", "deviceDetail": {"deviceId": "717ebe00-a5eb-412e-97b6-7b8ab7cfbc02", "displayName": "DAVIDJOHNSON-LT", "operatingSystem": "Windows 10", "browser": "Edge 99.14477", "trustType": "Azure AD registered"}, "location": {"city": "Port Denisetown", "state": "Smithton", "countryOrRegion": "XR", "geoCoordinates": {"latitude": 3.5518965, "longitude": 131.871582}}, "correlationId": "83b9f3d8-193d-4b60-9932-6f84f2ddddf7", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "337ec81d-2a1e-4a92-9517-7ac39350f255", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "processingTimeInMilliseconds": 195, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Alaya Service", "resourceId": "f0630e90-b752-4960-bfb9-a0794fc34930", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 230297, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "YJ9YxSSVpGwKJl0wRq5IRBhgh7CVl4fWDUfhhdaiv37VtXIb", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "1f37c851-4be4-455b-928a-fbde7845a68a"}}, {"time": "2022-08-16T23:53:50.833936Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "205.33.24.92", "correlationId": "5e8f5f29-bd0f-4b06-ad94-afcc2e66a7d1", "identity": "Aaron Cole", "Level": 4, "location": "XD", "properties": {"id": "a4bfb34f-863d-4add-88f4-153dc08a5200", "createdDateTime": "2022-08-16T23:53:50.940936Z", "userDisplayName": "Aaron Cole", "userPrincipalName": "acole@domain.com", "userId": "5d557969-1645-4ba4-be83-b6fd943659f7", "appId": "e47a1d38-5f61-45cd-b1b9-bc92f525c598", "appDisplayName": "Altoura", "ipAddress": "205.33.24.92", "status": {"errorCode": 0}, "clientAppUsed": "Browser", "userAgent": "Mozilla/5.0 (X11; Linux i686) AppleWebKit/536.2 (KHTML, like Gecko) Chrome/22.0.877.0 Safari/536.2", "deviceDetail": {"deviceId": "", "operatingSystem": "Windows 10", "browser": "Chrome 22.0.877.0"}, "location": {"city": "Kristinmouth", "state": "Norrisbury", "countryOrRegion": "XD", "geoCoordinates": {"latitude": 26.278784, "longitude": -92.042573}}, "correlationId": "9bb83199-0ecd-4e57-b60f-7da7ec50e79f", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "c70f0217-fe51-4dad-9e4b-79439f658194", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "processingTimeInMilliseconds": 107, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Altoura Online", "resourceId": "f0630e90-b752-4960-bfb9-a0794fc34930", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 214655, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "MM0SBhianXknw4k7h2mwnzIP1QaagjAgze2WWqK27hmwnEyZ", "incomingTokenType": "none", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "1f37c851-4be4-455b-928a-fbde7845a68a"}}, {"time": "2022-08-16T23:58:40.053642Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "156.206.181.119", "correlationId": "041b2409-1498-479d-85c9-e67dfd607653", "identity": "Cynthia Perry", "Level": 4, "location": "XY", "properties": {"id": "637c2839-00f2-4bd6-9b14-b8f5215c4e00", "createdDateTime": "2022-08-16T23:58:40.147642Z", "userDisplayName": "Cynthia Perry", "userPrincipalName": "cperry@domain.com", "userId": "ac5fa380-9d5b-470e-beb2-5ba10aca48e6", "appId": "9de6e985-97a5-4d82-9c45-aedaa9c25ef9", "appDisplayName": "AWS Single-Account Access", "ipAddress": "156.206.181.119", "status": {"errorCode": 0}, "clientAppUsed": "Browser", "deviceDetail": {"deviceId": "", "operatingSystem": "Windows"}, "location": {"city": "Hannaville", "state": "Thomashaven", "countryOrRegion": "XY", "geoCoordinates": {"latitude": 1.1452695, "longitude": 128.249211}}, "correlationId": "62813eb5-3d5c-45b4-88d8-9147626127a6", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "1dc11a3a-d071-4f1b-85b9-1d728a8d46b8", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "processingTimeInMilliseconds": 94, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "AWS Single-Account Access Service", "resourceId": "72f0186d-d327-46c9-a8ff-497e0caa8691", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 279165, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "JccHflGyslNQQCFE8YiOCYNFr4K3wJTLcubFQlox2afGEIEq", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": null}}, {"time": "2022-08-17T00:07:39.058027Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "13.113.40.157", "correlationId": "616b97bc-dfc5-4212-aaa2-d465a714d2e2", "identity": "Attack Target", "Level": 4, "location": "XR", "properties": {"id": "34c51c65-943b-4b0f-9822-0dcd0ce06a00", "createdDateTime": "2022-08-17T00:07:39.178027Z", "userDisplayName": "Attack Target", "userPrincipalName": "attacktarget@domain.com", "userId": "d735e84b-dcca-404d-9f7d-700f360f41a6", "appId": "9a7e67c7-6f05-42a3-b226-97c7ec3e9696", "appDisplayName": "Adobe Identity Management", "ipAddress": "13.113.40.157", "status": {"errorCode": 0}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (iPad; CPU iPad OS 9_3_6 like Mac OS X) AppleWebKit/536.1 (KHTML, like Gecko) CriOS/42.0.865.0 Mobile/77O124 Safari/536.1 Edge/99.14477", "deviceDetail": {"deviceId": "a44625dc-6f81-449a-9799-8005f7209b42", "displayName": "ATTACKTARGET-LT", "operatingSystem": "Windows 10", "browser": "Edge 99.14477", "trustType": "Azure AD registered"}, "location": {"city": "Smithfort", "state": "Smithfort", "countryOrRegion": "XR", "geoCoordinates": {"latitude": 3.7564095, "longitude": -121.574606}}, "correlationId": "2fe0a6f2-f517-4eeb-b593-228ca1324537", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "efd6eae7-2c54-4d46-9ba0-612e46ab9cd8", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 120, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Adobe Identity Management Service", "resourceId": "7d6a0897-8b82-49e9-90e2-d482fb9202bd", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 34974, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "UqH9RwHZEEnPnWX8lJLmdoqQRoG01gsoAUDi7OUoUqPYJCrq", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "537d9419-7e2b-4778-9102-62256bcfcf45", "rngcStatus": 0}}, {"time": "2022-08-17T00:27:56.181298Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "50158", "resultSignature": "None", "resultDescription": "External security challenge was not satisfied.", "durationMs": 0, "callerIpAddress": "44.22.19.201", "correlationId": "03b15b54-ea1b-440c-82cd-ce80f35b0d49", "identity": "Thomas Price", "Level": 4, "location": "XN", "properties": {"id": "c4d70abb-d9d9-4a46-9278-1d5678069900", "createdDateTime": "2022-08-17T00:27:56.298298Z", "userDisplayName": "Thomas Price", "userPrincipalName": "tprice@domain.com", "userId": "32109ee2-ee4f-4d11-9c38-2556aec0f2b5", "appId": "9a7e67c7-6f05-42a3-b226-97c7ec3e9696", "appDisplayName": "Adobe Identity Management", "ipAddress": "44.22.19.201", "status": {"errorCode": 50158, "failureReason": "External security challenge was not satisfied."}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (X11; Linux i686) AppleWebKit/535.2 (KHTML, like Gecko) Chrome/22.0.843.0 Safari/535.2 Edge/118.12158", "deviceDetail": {"deviceId": "35819889-abdc-47e0-b28d-5195d26e941f", "displayName": "THOMASPRICE-LT", "operatingSystem": "Windows 10", "browser": "Edge 118.12158", "trustType": "Hybrid Azure AD joined"}, "location": {"city": "Littlemouth", "state": "Alexanderfurt", "countryOrRegion": "XN", "geoCoordinates": {"latitude": 25.4437255, "longitude": -109.530885}}, "correlationId": "b8536eba-b635-4393-9522-de4170e5c372", "conditionalAccessStatus": "failure", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "8a7f9dcd-08d1-4ad3-ac0e-6b214e9615a8", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 117, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Adobe Identity Management Service", "resourceId": "30663ca7-f8a9-43ab-8ca1-7906bdbc1485", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 230297, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "FIlInaXJrd52tuK1cN1iKEwVLmAVl2x3adY4SXOqu7fpwDWF", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "a6c259e5-7f16-48b2-a9f3-75becd6daa9b", "rngcStatus": 0}}, {"time": "2022-08-17T01:20:18.843559Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "1.210.58.10", "correlationId": "16b007c4-dfe0-4447-814e-c8f47f0ef670", "identity": "Keith Sheppard", "Level": 4, "location": "XD", "properties": {"id": "a4a49504-a4ea-469f-879a-034605f96800", "createdDateTime": "2022-08-17T01:20:18.936559Z", "userDisplayName": "Keith Sheppard", "userPrincipalName": "ksheppard@domain.com", "userId": "05bd48f1-91d2-4c2d-9a7c-80e80f561b3c", "appId": "2eae4ad1-8cae-48fe-b718-76bd66e2fc7f", "appDisplayName": "Bipsync", "ipAddress": "1.210.58.10", "status": {"errorCode": 0}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (Windows NT 4.0) AppleWebKit/531.1 (KHTML, like Gecko) Chrome/20.0.823.0 Safari/531.1 Edge/87.11424", "deviceDetail": {"deviceId": "639815fd-5018-4e38-9d81-67538b2ce460", "displayName": "KEITHSHEPPARD-LT", "operatingSystem": "Windows 10", "browser": "Edge 87.11424", "trustType": "Azure AD registered"}, "location": {"city": "Cooperhaven", "state": "Norrisbury", "countryOrRegion": "XD", "geoCoordinates": {"latitude": 70.436398, "longitude": -23.873747}}, "correlationId": "8fcac615-f907-4f75-b2d0-b538c01e3f49", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "a2201173-0eb9-4ae6-9dd3-a6fe84cbc664", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 93, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Bipsync Service", "resourceId": "9a84f55e-3a40-492c-9476-e069f64ed7a6", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 69487, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "U3vFYrcXUKQdsl0NFhrfWZXacQAqvR5aK38FiDjDXWB6tC95", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "37ee873b-f901-4e25-be69-010243106d0f", "rngcStatus": 0}}, {"time": "2022-08-17T01:28:29.709624Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "156.206.181.119", "correlationId": "d1c3bf27-527d-49cc-8291-25d482cc4b94", "identity": "Cynthia Perry", "Level": 4, "location": "XY", "properties": {"id": "07f2e78e-cd20-47bc-9284-22498a584b00", "createdDateTime": "2022-08-17T01:28:29.852624Z", "userDisplayName": "Cynthia Perry", "userPrincipalName": "cperry@domain.com", "userId": "ac5fa380-9d5b-470e-beb2-5ba10aca48e6", "appId": "9de6e985-97a5-4d82-9c45-aedaa9c25ef9", "appDisplayName": "AWS Single-Account Access", "ipAddress": "156.206.181.119", "status": {"errorCode": 0}, "clientAppUsed": "Browser", "deviceDetail": {"deviceId": "", "operatingSystem": "Windows"}, "location": {"city": "Hannaville", "state": "Thomashaven", "countryOrRegion": "XY", "geoCoordinates": {"latitude": 1.1452695, "longitude": 128.249211}}, "correlationId": "30ae3492-07d4-4121-9173-dc39a3016fc5", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "62f8e9e7-bf62-4786-b49a-afbd2e972c1f", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "processingTimeInMilliseconds": 143, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "AWS Single-Account Access Service", "resourceId": "c65cf5f9-5537-4200-889e-381c4f60ca7d", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 279165, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "mC1vceaZt7MxjBURnyvJQmpUQbd89miQX1B6NurgvoNTH3yC", "incomingTokenType": "none", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": null}}, {"time": "2022-08-17T02:15:47.466543Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "205.33.24.92", "correlationId": "ab0d967d-cf7d-4128-be7c-c69f0184e23d", "identity": "Aaron Cole", "Level": 4, "location": "XD", "properties": {"id": "216ffce3-7ff0-474b-bd97-34a4bb097300", "createdDateTime": "2022-08-17T02:15:47.565543Z", "userDisplayName": "Aaron Cole", "userPrincipalName": "acole@domain.com", "userId": "5d557969-1645-4ba4-be83-b6fd943659f7", "appId": "e47a1d38-5f61-45cd-b1b9-bc92f525c598", "appDisplayName": "Altoura", "ipAddress": "205.33.24.92", "status": {"errorCode": 0}, "clientAppUsed": "Browser", "userAgent": "Mozilla/5.0 (Linux; Android 2.3.5) AppleWebKit/532.2 (KHTML, like Gecko) Chrome/46.0.898.0 Safari/532.2 Edge/105.19198", "deviceDetail": {"deviceId": "", "operatingSystem": "Windows 10", "browser": "Edge 105.19198"}, "location": {"city": "Kristinmouth", "state": "Norrisbury", "countryOrRegion": "XD", "geoCoordinates": {"latitude": 26.278784, "longitude": -92.042573}}, "correlationId": "eaeb622c-04f8-4c01-a789-28b7ba7959f4", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "ce033638-4ad0-4dcc-b7ed-77f1ccbdbf3c", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 99, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Altoura Online", "resourceId": "f0630e90-b752-4960-bfb9-a0794fc34930", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 214655, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "gqNP7YTNGNMFeHskgv250ib1ma2bt6WaRRdTPBd0XrxcUEP5", "incomingTokenType": "none", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "1f37c851-4be4-455b-928a-fbde7845a68a", "rngcStatus": 0}}, {"time": "2022-08-17T02:31:45.379924Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "156.206.181.119", "correlationId": "4d95a6a5-6fb8-479e-aaf6-6077df0d1ff3", "identity": "Cynthia Perry", "Level": 4, "location": "XY", "properties": {"id": "4c611638-3218-4fe7-8e92-9addac616a00", "createdDateTime": "2022-08-17T02:31:45.512924Z", "userDisplayName": "Cynthia Perry", "userPrincipalName": "cperry@domain.com", "userId": "ac5fa380-9d5b-470e-beb2-5ba10aca48e6", "appId": "9de6e985-97a5-4d82-9c45-aedaa9c25ef9", "appDisplayName": "AWS Single-Account Access", "ipAddress": "156.206.181.119", "status": {"errorCode": 0}, "clientAppUsed": "Browser", "deviceDetail": {"deviceId": "", "operatingSystem": "Windows"}, "location": {"city": "Hannaville", "state": "Thomashaven", "countryOrRegion": "XY", "geoCoordinates": {"latitude": 1.1452695, "longitude": 128.249211}}, "correlationId": "95159798-31f1-4e55-89d6-de9d4930e606", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "b8ad0e7d-be4c-46df-bf23-30328732d6be", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 133, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "AWS Single-Account Access Service", "resourceId": "c65cf5f9-5537-4200-889e-381c4f60ca7d", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 279165, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "3ZpQHXnIKmXDB8S3IrLnxxiaV1NvwfK63mE4NowtwpnUkRIZ", "incomingTokenType": "none", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": null, "rngcStatus": 0}}, {"time": "2022-08-17T02:45:30.297672Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "13.113.40.157", "correlationId": "5295b587-23f2-4bab-9da5-825ab384dda6", "identity": "Attack Target", "Level": 4, "location": "XR", "properties": {"id": "9490f5e6-f7c2-4ccf-bf79-005b820d5800", "createdDateTime": "2022-08-17T02:45:30.425672Z", "userDisplayName": "Attack Target", "userPrincipalName": "attacktarget@domain.com", "userId": "d735e84b-dcca-404d-9f7d-700f360f41a6", "appId": "9a7e67c7-6f05-42a3-b226-97c7ec3e9696", "appDisplayName": "Adobe Identity Management", "ipAddress": "13.113.40.157", "status": {"errorCode": 0}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (iPad; CPU iPad OS 9_3_6 like Mac OS X) AppleWebKit/536.1 (KHTML, like Gecko) CriOS/42.0.865.0 Mobile/77O124 Safari/536.1 Edge/99.14477", "deviceDetail": {"deviceId": "a44625dc-6f81-449a-9799-8005f7209b42", "displayName": "ATTACKTARGET-LT", "operatingSystem": "Windows 10", "browser": "Edge 99.14477", "trustType": "Azure AD registered"}, "location": {"city": "New John", "state": "Smithfort", "countryOrRegion": "XR", "geoCoordinates": {"latitude": -89.144242, "longitude": 168.119022}}, "correlationId": "4fbb55b6-76e2-4efe-91ec-c9d9622e9241", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "16eb5461-938f-404d-bdd5-71826a2f0467", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "processingTimeInMilliseconds": 128, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Adobe Identity Management Service", "resourceId": "7d6a0897-8b82-49e9-90e2-d482fb9202bd", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 34974, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "qGP3NIy6rjgt542kbBPQyF00eZpjVwxfNWqqsF26yqvJFezy", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "537d9419-7e2b-4778-9102-62256bcfcf45"}}, {"time": "2022-08-17T03:00:28.451857Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "86.154.193.190", "correlationId": "58aa8a4d-b8ef-4d6c-8dee-6e091fb0fc94", "identity": "Jamie Watson", "Level": 4, "location": "XR", "properties": {"id": "5960508f-6c99-4371-9d17-a215da3a5c00", "createdDateTime": "2022-08-17T03:00:28.592857Z", "userDisplayName": "Jamie Watson", "userPrincipalName": "jwatson@domain.com", "userId": "2844695b-9a70-48ed-a5ce-f3d711e2292b", "appId": "b6eb5487-41e5-4254-acc5-72fbd850bd1e", "appDisplayName": "Google Cloud / G Suite Connector by Microsoft", "ipAddress": "86.154.193.190", "status": {"errorCode": 0}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (X11; Linux i686) AppleWebKit/533.0 (KHTML, like Gecko) Chrome/24.0.803.0 Safari/533.0 Edge/40.11325", "deviceDetail": {"deviceId": "fc784602-6455-4450-be3c-6770e0359f8a", "displayName": "JAMIEWATSON-LT", "operatingSystem": "Windows 10", "browser": "Edge 40.11325", "isCompliant": true, "isManaged": true, "trustType": "Azure AD joined"}, "location": {"city": "Port Denisetown", "state": "Smithton", "countryOrRegion": "XR", "geoCoordinates": {"latitude": 3.5518965, "longitude": 131.871582}}, "correlationId": "a7dc0693-fa1a-4ce5-81dd-80408c359ea7", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "aa0513ec-960a-4e7f-afc7-3f4af153d5de", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 141, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Google Cloud / G Suite Connector by Microsoft Service", "resourceId": "47e06079-6a63-42ab-89ea-840a60f3ea94", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 256668, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "B2uMQgYPWSB5wPO76bdTnVEwCjothwqobRAKNI6aYRVvY3En", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "af115473-a920-4919-a03a-7215ca304189", "rngcStatus": 0}}, {"time": "2022-08-17T03:10:19.573776Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "147.132.189.119", "correlationId": "26e30aa7-029e-42ec-9d40-dd2acc9bc684", "identity": "Cassie Fernandez", "Level": 4, "location": "XR", "properties": {"id": "5a969e49-305a-4dba-b344-ced2e5999b00", "createdDateTime": "2022-08-17T03:10:19.896776Z", "userDisplayName": "Cassie Fernandez", "userPrincipalName": "cfernandez@domain.com", "userId": "67ef8be6-3f44-4db7-8172-fd6211428c1e", "appId": "51a80452-7502-4b15-9e15-827c7d78e337", "appDisplayName": "Dropbox Business", "ipAddress": "147.132.189.119", "status": {"errorCode": 0}, "clientAppUsed": "Mobile Apps and Desktop clients", "deviceDetail": {"deviceId": "d5a487a1-ef7d-4960-9723-7fdadce19af3", "displayName": "CASSIEFERNANDEZ-LT", "operatingSystem": "Windows 10", "browser": "Rich Client 5.2.9.0", "trustType": "Azure AD registered"}, "location": {"city": "Port Denisetown", "state": "Smithton", "countryOrRegion": "XR", "geoCoordinates": {"latitude": 3.5518965, "longitude": 131.871582}}, "correlationId": "2b7c6ee4-13e8-42cb-bb7b-156310879263", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "e7b6f1d5-cfb6-4942-8ca4-83b48d02f8f2", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 323, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Dropbox Business Online", "resourceId": "fcbb342e-c15e-4612-8a70-e3156b81556f", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 256668, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "0xijEDeWNQpTqAIaFTY8OreqSy6vRbef0qn92cYXOopjdTdH", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "0fd3a253-6124-461e-bab2-32ec73c1c1ad", "rngcStatus": 0}}, {"time": "2022-08-17T03:14:31.489843Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "21.206.133.221", "correlationId": "7ee5a29a-92c2-4adf-b6f7-b803d3ebac7b", "identity": "Angela Kerr", "Level": 4, "location": "XQ", "properties": {"id": "240f1e1f-5d94-4a4e-bd71-018b45ea6f00", "createdDateTime": "2022-08-17T03:14:31.601843Z", "userDisplayName": "Angela Kerr", "userPrincipalName": "akerr@domain.com", "userId": "0db48846-20f7-44bc-bbdd-457a8ea9f7d8", "appId": "84f18b4b-ae12-484a-847f-f3e36093594a", "appDisplayName": "Slack", "ipAddress": "21.206.133.221", "status": {"errorCode": 0}, "clientAppUsed": "Browser", "deviceDetail": {"deviceId": "", "operatingSystem": "Windows"}, "location": {"city": "Brownton", "state": "Stephanieberg", "countryOrRegion": "XQ", "geoCoordinates": {"latitude": -37.755925, "longitude": -139.744832}}, "correlationId": "13eee8b3-643c-459b-8684-c015aa2c2191", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "4ab17ca7-6f4e-43ff-be22-c72b3279e248", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 112, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Slack Service", "resourceId": "a1edee32-85c4-4a57-afcb-5853873a47e7", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 12916, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "mnA41IAV1pbwwsML2eOFfZuXKiGycDyJS3z9FY79rdEYzkn3", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "0898af19-dfef-4b51-a918-f534c473013d", "rngcStatus": 0}}, {"time": "2022-08-17T03:15:34.076175Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "86.154.193.190", "correlationId": "4eadd99a-fc5e-4214-a4dd-3c7e50ac4cca", "identity": "Jamie Watson", "Level": 4, "location": "XR", "properties": {"id": "7b5d90af-37fc-4efa-b905-5a1b38499100", "createdDateTime": "2022-08-17T03:15:34.160175Z", "userDisplayName": "Jamie Watson", "userPrincipalName": "jwatson@domain.com", "userId": "2844695b-9a70-48ed-a5ce-f3d711e2292b", "appId": "9a7e67c7-6f05-42a3-b226-97c7ec3e9696", "appDisplayName": "Adobe Identity Management", "ipAddress": "86.154.193.190", "status": {"errorCode": 0}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (X11; Linux i686) AppleWebKit/533.0 (KHTML, like Gecko) Chrome/24.0.803.0 Safari/533.0 Edge/40.11325", "deviceDetail": {"deviceId": "fc784602-6455-4450-be3c-6770e0359f8a", "displayName": "JAMIEWATSON-LT", "operatingSystem": "Windows 10", "browser": "Edge 40.11325", "isCompliant": true, "isManaged": true, "trustType": "Azure AD joined"}, "location": {"city": "Port Denisetown", "state": "Smithton", "countryOrRegion": "XR", "geoCoordinates": {"latitude": 3.5518965, "longitude": 131.871582}}, "correlationId": "0a804cd0-23e8-451b-b9c8-a2d5e9aa644f", "conditionalAccessStatus": "notApplied", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "3b97398d-7f61-4623-9e33-58869c6e8441", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 84, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Adobe Identity Management Service", "resourceId": "f72c694e-4e03-4616-91f3-78c5fe54122a", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 256668, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "kpNuBCEMNDuWgGXHYxqKBxSSx3jZAi9d14l2l7qf8DrrrZWw", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "1674f597-9877-4ff9-a5d9-accfea860d15", "rngcStatus": 0}}, {"time": "2022-08-17T03:57:54.273169Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "92.110.109.246", "correlationId": "67bd07aa-85af-4f47-9e3c-0f3f77f97834", "identity": "David Johnson", "Level": 4, "location": "XR", "properties": {"id": "cc6dad61-5ab1-455b-ace9-7721d3f56c00", "createdDateTime": "2022-08-17T03:57:54.416169Z", "userDisplayName": "David Johnson", "userPrincipalName": "djohnson@domain.com", "userId": "ff2ae3d2-8cd2-4bd6-b65d-49c5ad946c7f", "appId": "7b74bf77-058a-4c0d-9d9d-5523c3bc80ed", "appDisplayName": "GitHub Enterprise Cloud - Organization", "ipAddress": "92.110.109.246", "status": {"errorCode": 0}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (Windows NT 4.0) AppleWebKit/531.1 (KHTML, like Gecko) Chrome/20.0.823.0 Safari/531.1 Edge/87.11424", "deviceDetail": {"deviceId": "8fb0ff79-f116-4f20-8ca8-36b3f8d68865", "displayName": "DAVIDJOHNSON-LT", "operatingSystem": "Windows 10", "browser": "Edge 87.11424", "trustType": "Azure AD registered"}, "location": {"city": "Port Denisetown", "state": "Smithton", "countryOrRegion": "XR", "geoCoordinates": {"latitude": 3.5518965, "longitude": 131.871582}}, "correlationId": "ace1798b-8c0a-4a44-9c53-b587b51e13a5", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "dd91f288-20e8-4e38-9e8a-0d11e929e9ac", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 143, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "GitHub Enterprise Cloud - Organization Online", "resourceId": "51e679b4-5774-4b5f-9636-df5ea66b9380", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 230297, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "esNkwS0d6mKrvkpomCbfTnVxCsIdoQUa2B7i3oHuTbIgqEJV", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "6e8f419c-7f10-40b1-a52a-e4fb253c74c2", "rngcStatus": 0}}, {"time": "2022-08-17T04:06:07.479373Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "156.206.181.119", "correlationId": "c668cca0-4794-4542-939f-34840c269015", "identity": "Cynthia Perry", "Level": 4, "location": "XY", "properties": {"id": "8df1cc0f-951a-4b64-867c-236148ff6400", "createdDateTime": "2022-08-17T04:06:07.590373Z", "userDisplayName": "Cynthia Perry", "userPrincipalName": "cperry@domain.com", "userId": "ac5fa380-9d5b-470e-beb2-5ba10aca48e6", "appId": "9a7e67c7-6f05-42a3-b226-97c7ec3e9696", "appDisplayName": "Adobe Identity Management", "ipAddress": "156.206.181.119", "status": {"errorCode": 0}, "clientAppUsed": "Mobile Apps and Desktop clients", "deviceDetail": {"deviceId": "", "operatingSystem": "Windows 10", "browser": "Rich Client v3.4.1.35249"}, "location": {"city": "Hannaville", "state": "Thomashaven", "countryOrRegion": "XY", "geoCoordinates": {"latitude": 1.1452695, "longitude": 128.249211}}, "correlationId": "1dc659bb-7729-409c-8348-712401dff56c", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "a31cf960-376f-4690-911c-0697255c9c2b", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 111, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Adobe Identity Management Service", "resourceId": "9a84f55e-3a40-492c-9476-e069f64ed7a6", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 279165, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "l1Nz84pzWigYkU21DnFdOvSRM6imgXTLajGprelyAQ0dezLD", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "37ee873b-f901-4e25-be69-010243106d0f", "rngcStatus": 0}}, {"time": "2022-08-17T04:45:53.788663Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "13.113.40.157", "correlationId": "47754c98-c147-47da-a39a-225646eccf58", "identity": "Attack Target", "Level": 4, "location": "XR", "properties": {"id": "8bc588a3-ee52-4f64-9b78-b883598e7300", "createdDateTime": "2022-08-17T04:45:54.074663Z", "userDisplayName": "Attack Target", "userPrincipalName": "attacktarget@domain.com", "userId": "d735e84b-dcca-404d-9f7d-700f360f41a6", "appId": "9c5b7fe3-0ad2-4ea6-94e5-9e0001f367e3", "appDisplayName": "Articulate 360", "ipAddress": "13.113.40.157", "status": {"errorCode": 0}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (iPad; CPU iPad OS 9_3_6 like Mac OS X) AppleWebKit/536.1 (KHTML, like Gecko) CriOS/42.0.865.0 Mobile/77O124 Safari/536.1 Edge/99.14477", "deviceDetail": {"deviceId": "a44625dc-6f81-449a-9799-8005f7209b42", "displayName": "ATTACKTARGET-LT", "operatingSystem": "Windows 10", "browser": "Edge 99.14477", "trustType": "Azure AD registered"}, "location": {"city": "Smithfort", "state": "Smithfort", "countryOrRegion": "XR", "geoCoordinates": {"latitude": 3.7564095, "longitude": -121.574606}}, "correlationId": "433f1f6a-6c0b-4e54-af05-2d3b07e83317", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "7ddf3265-f034-49c4-b9a6-ef546c49cf24", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 286, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Articulate 360 Online", "resourceId": "436260d5-3791-4aea-a4da-aa698ec35f2f", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 34974, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "ICt5eXepHTeCVwis2lsInlYznOR6MAH86P9cLhzbMzQ48P7y", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "94b9f3ba-5f4b-4edc-99dc-a420b76960f9", "rngcStatus": 0}}, {"time": "2022-08-17T04:49:38.995093Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "13.113.40.157", "correlationId": "96637b07-0d5f-4c3e-a95d-a2baa9077a3c", "identity": "Attack Target", "Level": 4, "location": "XR", "properties": {"id": "7682696f-415e-4a05-906d-36aa18887200", "createdDateTime": "2022-08-17T04:49:39.109093Z", "userDisplayName": "Attack Target", "userPrincipalName": "attacktarget@domain.com", "userId": "d735e84b-dcca-404d-9f7d-700f360f41a6", "appId": "9a7e67c7-6f05-42a3-b226-97c7ec3e9696", "appDisplayName": "Adobe Identity Management", "ipAddress": "13.113.40.157", "status": {"errorCode": 0}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (iPad; CPU iPad OS 9_3_6 like Mac OS X) AppleWebKit/536.1 (KHTML, like Gecko) CriOS/42.0.865.0 Mobile/77O124 Safari/536.1 Edge/99.14477", "deviceDetail": {"deviceId": "a44625dc-6f81-449a-9799-8005f7209b42", "displayName": "ATTACKTARGET-LT", "operatingSystem": "Windows 10", "browser": "Edge 99.14477", "trustType": "Azure AD registered"}, "location": {"city": "Smithfort", "state": "Smithfort", "countryOrRegion": "XR", "geoCoordinates": {"latitude": 3.7564095, "longitude": -121.574606}}, "correlationId": "89d75d2b-45ee-4413-ba5a-1a815775737e", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "58e1ae15-553d-4e5a-b6ba-907e939e36d4", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 114, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Adobe Identity Management Service", "resourceId": "7d6a0897-8b82-49e9-90e2-d482fb9202bd", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 34974, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "Do5lZCIsxlH7S8hryHBkjU3S5igBCkyTMglzYV1C20TRRAG6", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "537d9419-7e2b-4778-9102-62256bcfcf45", "rngcStatus": 0}}, {"time": "2022-08-17T05:32:20.527251Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "91.132.253.146", "correlationId": "8151407c-9d80-49db-be70-227e57c3e10e", "identity": "Aaron Cole", "Level": 4, "location": "XD", "properties": {"id": "be6022e3-cefb-4a55-8ab2-6dd3e0949000", "createdDateTime": "2022-08-17T05:32:20.597251Z", "userDisplayName": "Aaron Cole", "userPrincipalName": "acole@domain.com", "userId": "5d557969-1645-4ba4-be83-b6fd943659f7", "appId": "36f74ffc-90e8-46e0-b0ed-588b76ed6f47", "appDisplayName": "Inspire", "ipAddress": "91.132.253.146", "status": {"errorCode": 0}, "clientAppUsed": "Browser", "deviceDetail": {"deviceId": "", "operatingSystem": "Windows", "browser": "Rich Client 4.35.1.0"}, "location": {"city": "Rickshire", "state": "Norrisbury", "countryOrRegion": "XD", "geoCoordinates": {"latitude": -78.5751045, "longitude": 58.329246}}, "correlationId": "b3461c89-6e76-4d94-bab4-6908d23cf436", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "56e156b0-9002-4fa9-aebb-3bc950810f68", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 70, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Inspire Online", "resourceId": "7bfbb7b7-4d69-428d-b8fd-4930b70ef2b7", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 214655, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "93nDIkno5YyZggfWJsDTlqcFIU5wkfjdpZoDOl1mKYuCIBrk", "incomingTokenType": "none", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "cac89839-f185-4291-9f46-fc482c649c15", "rngcStatus": 0}}, {"time": "2022-08-17T05:41:46.912471Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "205.33.24.92", "correlationId": "3291797d-d86e-4b80-858f-133a32db798b", "identity": "Vanessa Ramirez", "Level": 4, "location": "XD", "properties": {"id": "3fa5718a-e3f0-486e-b768-6362abc09500", "createdDateTime": "2022-08-17T05:41:47.068471Z", "userDisplayName": "Vanessa Ramirez", "userPrincipalName": "vramirez@domain.com", "userId": "5d72b7ed-62ea-4b94-b931-ccef65d71ebd", "appId": "4c2f7c2a-ff05-4df6-9087-9ba8388a3861", "appDisplayName": "Foko Retail", "ipAddress": "205.33.24.92", "status": {"errorCode": 0}, "clientAppUsed": "Browser", "deviceDetail": {"deviceId": "e395a3f4-8f2d-4170-804f-d3e13ce3151b", "displayName": "VANESSARAMIREZ-LT", "operatingSystem": "Windows10", "browser": "Rich Client 4.39.0.0", "trustType": "Azure AD registered"}, "location": {"city": "Kristinmouth", "state": "Norrisbury", "countryOrRegion": "XD", "geoCoordinates": {"latitude": 26.278784, "longitude": -92.042573}}, "correlationId": "ecc75860-19d8-4d45-abfe-15722b1f80b8", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "80aa76ca-7fe8-4f6f-8d13-200327509cfa", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 156, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Foko Retail Service", "resourceId": "24578515-1951-4064-967d-0d2acaf0aa70", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 214655, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "wZegGAXwGkvtjixT88lvyVsJcM9m55LcXpH4e1i0GKuvL8aW", "incomingTokenType": "none", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "0e68752b-7dfa-400b-a6f5-1b54af90696a", "rngcStatus": 0}}, {"time": "2022-08-17T05:44:55.892079Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "50158", "resultSignature": "None", "resultDescription": "External security challenge was not satisfied.", "durationMs": 0, "callerIpAddress": "44.22.19.201", "correlationId": "9451b9d5-e5e8-46a9-b898-c368ef53c1b7", "identity": "Thomas Price", "Level": 4, "location": "XN", "properties": {"id": "1393f37b-4819-4d94-99e0-8c33ca775a00", "createdDateTime": "2022-08-17T05:44:56.022079Z", "userDisplayName": "Thomas Price", "userPrincipalName": "tprice@domain.com", "userId": "32109ee2-ee4f-4d11-9c38-2556aec0f2b5", "appId": "9a7e67c7-6f05-42a3-b226-97c7ec3e9696", "appDisplayName": "Adobe Identity Management", "ipAddress": "44.22.19.201", "status": {"errorCode": 50158, "failureReason": "External security challenge was not satisfied."}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (X11; Linux i686) AppleWebKit/535.2 (KHTML, like Gecko) Chrome/22.0.843.0 Safari/535.2 Edge/118.12158", "deviceDetail": {"deviceId": "a31478d2-f778-4d5a-b081-22579a9edcbe", "displayName": "THOMASPRICE-LT", "operatingSystem": "Windows 10", "browser": "Edge 118.12158", "trustType": "Hybrid Azure AD joined"}, "location": {"city": "Littlemouth", "state": "Alexanderfurt", "countryOrRegion": "XN", "geoCoordinates": {"latitude": 25.4437255, "longitude": -109.530885}}, "correlationId": "e16f225e-3ecf-4e93-8983-5e4f1669d81d", "conditionalAccessStatus": "failure", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "15707fc7-4402-4f7f-bc06-57873edebc27", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "processingTimeInMilliseconds": 130, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Adobe Identity Management Service", "resourceId": "30663ca7-f8a9-43ab-8ca1-7906bdbc1485", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 230297, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "D8XivAmW0J4lnls2bb3zspKvWxoA63qFp4LrK53Hl6momXCf", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "a6c259e5-7f16-48b2-a9f3-75becd6daa9b"}}, {"time": "2022-08-17T05:52:12.375115Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "86.154.193.190", "correlationId": "e095aa72-fea9-4e79-8c02-59d5493c7e2b", "identity": "Kristen Howell", "Level": 4, "location": "XR", "properties": {"id": "1c6a3fdd-a0db-4dca-8c1d-bb566bad9200", "createdDateTime": "2022-08-17T05:52:12.491115Z", "userDisplayName": "Kristen Howell", "userPrincipalName": "khowell@domain.com", "userId": "20e1e3f9-665f-45bd-9984-5e74b526d3b5", "appId": "2eae4ad1-8cae-48fe-b718-76bd66e2fc7f", "appDisplayName": "Bipsync", "ipAddress": "86.154.193.190", "status": {"errorCode": 0}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (X11; Linux i686) AppleWebKit/533.0 (KHTML, like Gecko) Chrome/24.0.803.0 Safari/533.0 Edge/40.11325", "deviceDetail": {"deviceId": "af204333-3bdf-4228-bbeb-e3a654075b5c", "displayName": "KRISTENHOWELL-LT", "operatingSystem": "Windows 10", "browser": "Edge 40.11325", "trustType": "Azure AD registered"}, "location": {"city": "Port Denisetown", "state": "Smithton", "countryOrRegion": "XR", "geoCoordinates": {"latitude": 3.5518965, "longitude": 131.871582}}, "correlationId": "59a9af6e-2008-4ca6-ad68-a5890eb9597f", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "ec9fd3a4-e8fe-4e49-916e-b9cce2ab7dd6", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 116, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Bipsync Service", "resourceId": "aaf780ce-b996-49b9-986d-8bb23f7bce3a", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 256668, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "fB9ENPuBzz9vz1RlvUQV5eDpbtu2lG1E65YJsdZjlYWdd0CX", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "b7da42cc-a168-4148-b15a-792ad32c2ff5", "rngcStatus": 0}}, {"time": "2022-08-17T06:13:41.197029Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "1.210.58.10", "correlationId": "85e981ea-16c0-41f1-aae6-bc545a4c224c", "identity": "Keith Sheppard", "Level": 4, "location": "XD", "properties": {"id": "daba1fa0-45a8-4cfc-8268-990a94796700", "createdDateTime": "2022-08-17T06:13:41.280029Z", "userDisplayName": "Keith Sheppard", "userPrincipalName": "ksheppard@domain.com", "userId": "05bd48f1-91d2-4c2d-9a7c-80e80f561b3c", "appId": "9de6e985-97a5-4d82-9c45-aedaa9c25ef9", "appDisplayName": "AWS Single-Account Access", "ipAddress": "1.210.58.10", "status": {"errorCode": 0}, "clientAppUsed": "Browser", "deviceDetail": {"deviceId": "639815fd-5018-4e38-9d81-67538b2ce460", "displayName": "KEITHSHEPPARD-LT", "operatingSystem": "Windows", "trustType": "Azure AD registered"}, "location": {"city": "Cooperhaven", "state": "Norrisbury", "countryOrRegion": "XD", "geoCoordinates": {"latitude": 70.436398, "longitude": -23.873747}}, "correlationId": "fa9c330c-f863-4261-92b5-bbc9cc90c32a", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "92cbeb89-2ea3-4473-b8ac-262b1bb045e6", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 83, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "AWS Single-Account Access Service", "resourceId": "9a84f55e-3a40-492c-9476-e069f64ed7a6", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 69487, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "MbFa2vWFNoM2IzEEQGDmTVtUUiq6sVgLVzgacg2DzNFxsgMY", "incomingTokenType": "none", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "37ee873b-f901-4e25-be69-010243106d0f", "rngcStatus": 0}}, {"time": "2022-08-17T06:19:37.187544Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "13.113.40.157", "correlationId": "9be2084c-2df2-45b8-83ae-4580a87455d6", "identity": "Attack Target", "Level": 4, "location": "XR", "properties": {"id": "0a67e3d2-25b6-4251-92c9-11601ae65800", "createdDateTime": "2022-08-17T06:19:37.327544Z", "userDisplayName": "Attack Target", "userPrincipalName": "attacktarget@domain.com", "userId": "d735e84b-dcca-404d-9f7d-700f360f41a6", "appId": "9a7e67c7-6f05-42a3-b226-97c7ec3e9696", "appDisplayName": "Adobe Identity Management", "ipAddress": "13.113.40.157", "ipAddressFromResourceProvider": "11.5.130.220", "status": {"errorCode": 0}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (iPad; CPU iPad OS 9_3_6 like Mac OS X) AppleWebKit/536.1 (KHTML, like Gecko) CriOS/42.0.865.0 Mobile/77O124 Safari/536.1 Edge/99.14477", "deviceDetail": {"deviceId": "a44625dc-6f81-449a-9799-8005f7209b42", "displayName": "ATTACKTARGET-LT", "operatingSystem": "Windows 10", "browser": "Edge 99.14477", "trustType": "Azure AD registered"}, "location": {"city": "New John", "state": "Smithfort", "countryOrRegion": "XR", "geoCoordinates": {"latitude": -89.144242, "longitude": 168.119022}}, "correlationId": "43532f66-9c06-4fdf-a1cc-e5c46edb5910", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "17708b21-eae6-48fd-b814-d31bf4928367", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "processingTimeInMilliseconds": 140, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Adobe Identity Management Service", "resourceId": "9a84f55e-3a40-492c-9476-e069f64ed7a6", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 34974, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "3mhrDkMAYjCCrLsXUEVdbsTq8ADYghkClANCILU662MM7AdR", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "37ee873b-f901-4e25-be69-010243106d0f"}}, {"time": "2022-08-17T06:53:20.011066Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "147.132.189.119", "correlationId": "39037c5a-1eff-4c72-8997-d67ca9cff767", "identity": "Terry Proctor", "Level": 4, "location": "XR", "properties": {"id": "b7d2663e-0777-4c76-894c-874aef596100", "createdDateTime": "2022-08-17T06:53:20.129066Z", "userDisplayName": "Terry Proctor", "userPrincipalName": "tproctor@domain.com", "userId": "03110cc5-e54f-4dae-b68a-bf5d945f8152", "appId": "2eae4ad1-8cae-48fe-b718-76bd66e2fc7f", "appDisplayName": "Bipsync", "ipAddress": "147.132.189.119", "status": {"errorCode": 0, "additionalDetails": "MFA requirement satisfied by claim in the token"}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (X11; Linux i686) AppleWebKit/533.0 (KHTML, like Gecko) Chrome/24.0.803.0 Safari/533.0 Edge/40.11325", "deviceDetail": {"deviceId": "88ee69d5-1eb7-4f29-b594-e9b4e3371940", "displayName": "TERRYPROCTOR-LT", "operatingSystem": "Windows 10", "browser": "Edge 40.11325", "isCompliant": true, "isManaged": true, "trustType": "Azure AD joined"}, "location": {"city": "Port Denisetown", "state": "Smithton", "countryOrRegion": "XR", "geoCoordinates": {"latitude": 3.5518965, "longitude": 131.871582}}, "mfaDetail": {}, "correlationId": "d3fd8caa-5971-4051-b069-5a59240b7637", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "a0bd4f4f-06c2-42b6-84f5-5fa2c888672b", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "processingTimeInMilliseconds": 118, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Bipsync Service", "resourceId": "aaf780ce-b996-49b9-986d-8bb23f7bce3a", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 256668, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "m6OH4RHjvVevXxU172hp3OtC8Af3DHEFKOHNHbcJ55OeLHfo", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "b7da42cc-a168-4148-b15a-792ad32c2ff5"}}, {"time": "2022-08-17T07:03:23.458762Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "50158", "resultSignature": "None", "resultDescription": "External security challenge was not satisfied.", "durationMs": 0, "callerIpAddress": "105.169.153.183", "correlationId": "11e30ee3-c016-4bd8-b544-9f051e5423ec", "identity": "Thomas Price", "Level": 4, "location": "XR", "properties": {"id": "957852e5-3659-44e0-9376-780522435800", "createdDateTime": "2022-08-17T07:03:23.597762Z", "userDisplayName": "Thomas Price", "userPrincipalName": "tprice@domain.com", "userId": "32109ee2-ee4f-4d11-9c38-2556aec0f2b5", "appId": "9a7e67c7-6f05-42a3-b226-97c7ec3e9696", "appDisplayName": "Adobe Identity Management", "ipAddress": "105.169.153.183", "status": {"errorCode": 50158, "failureReason": "External security challenge was not satisfied."}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (X11; Linux i686) AppleWebKit/535.2 (KHTML, like Gecko) Chrome/22.0.843.0 Safari/535.2 Edge/118.12158", "deviceDetail": {"deviceId": "2b85c59f-331a-4b61-9a44-9d3d6df62a06", "displayName": "THOMASPRICE-LT", "operatingSystem": "Windows 10", "browser": "Edge 118.12158", "trustType": "Hybrid Azure AD joined"}, "location": {"city": "Kevinton", "state": "Smithton", "countryOrRegion": "XR", "geoCoordinates": {"latitude": -87.5106305, "longitude": -77.991036}}, "correlationId": "8163ad34-acc2-4878-88de-a2d6fc53104e", "conditionalAccessStatus": "failure", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "fa23bc10-9be3-4989-aea4-0d28e2e8e5e5", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 139, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Adobe Identity Management Service", "resourceId": "30663ca7-f8a9-43ab-8ca1-7906bdbc1485", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 256668, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "y6vlNKYt7z4ihVGvrjqABWoREjCGJkMcV8BoSytIV1hdcCDT", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "a6c259e5-7f16-48b2-a9f3-75becd6daa9b", "rngcStatus": 0}}, {"time": "2022-08-17T07:20:39.744240Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "166.111.151.233", "correlationId": "f4561c46-d891-4f36-b4f3-cb3ac8cce146", "identity": "Robert Rojas", "Level": 4, "location": "XR", "properties": {"id": "4c611638-3218-4fe7-8e92-9add4ae66700", "createdDateTime": "2022-08-17T07:20:39.872240Z", "userDisplayName": "Robert Rojas", "userPrincipalName": "rrojas@domain.com", "userId": "e6bf534a-7fe5-4c26-99f7-59e782bbe948", "appId": "9167c284-c68f-468a-84be-0ee4f23879fe", "appDisplayName": "ArcGIS Enterprise", "ipAddress": "166.111.151.233", "status": {"errorCode": 0}, "clientAppUsed": "Mobile Apps and Desktop clients", "deviceDetail": {"deviceId": "", "operatingSystem": "Ios", "browser": "Mobile Safari"}, "location": {"city": "Stewarthaven", "state": "Smithton", "countryOrRegion": "XR", "geoCoordinates": {"latitude": -77.5119755, "longitude": -51.969667}}, "correlationId": "b57f266b-5756-4339-845f-4e0bbd3712e0", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "57af980f-ea06-405e-867d-4f71b16b9f49", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 128, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "ArcGIS Enterprise Service", "resourceId": "9a84f55e-3a40-492c-9476-e069f64ed7a6", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 34974, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "KRw3gfUtXLZQkP6zyeZGGc15rHX2DgicJoqtgCgkTdbMxYkP", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "37ee873b-f901-4e25-be69-010243106d0f", "rngcStatus": 0}}, {"time": "2022-08-17T07:39:33.737292Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "SignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "199.12.127.103", "correlationId": "a3cad9b5-adf4-4af1-a427-066d59b083f7", "identity": "Jacob Meyers", "Level": 4, "location": "XG", "properties": {"id": "8ad50de0-ebdd-4ace-9747-d47c9b2c8500", "createdDateTime": "2022-08-17T07:39:33.833292Z", "userDisplayName": "Jacob Meyers", "userPrincipalName": "jmeyers@domain.com", "userId": "c63a67b0-1651-4a8a-9560-cc703cdad5ad", "appId": "1b3edb90-1e06-46db-b021-e2fc1f7ddaf5", "appDisplayName": "Beatrust", "ipAddress": "199.12.127.103", "status": {"errorCode": 0}, "clientAppUsed": "Browser", "userAgent": "Mozilla/5.0 (Windows NT 5.1) AppleWebKit/534.1 (KHTML, like Gecko) Chrome/37.0.847.0 Safari/534.1", "deviceDetail": {"deviceId": "", "operatingSystem": "Windows 10", "browser": "Chrome 37.0.847.0"}, "location": {"city": "Port Nathan", "state": "Newmanville", "countryOrRegion": "XG", "geoCoordinates": {"latitude": 23.244641, "longitude": -113.392021}}, "correlationId": "b0eb4d02-a136-40f9-92bb-b4bb14e3625f", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "aa99c913-4fc4-4fb6-9c94-ea9e48cbfb23", "isInteractive": true, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 96, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Beatrust Service", "resourceId": "24578515-1951-4064-967d-0d2acaf0aa70", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 282405, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "mkQpShiYXoLb8KFFIV2IEHVny16fPgIqoJilveVqSY49v30J", "incomingTokenType": "none", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "0e68752b-7dfa-400b-a6f5-1b54af90696a", "rngcStatus": 0}}, {"time": "2022-08-17T07:54:43.621740Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "13.113.40.157", "correlationId": "ef7dc992-6d39-4823-b776-0fdaedd57908", "identity": "Attack Target", "Level": 4, "location": "XR", "properties": {"id": "501074c3-fbf3-458c-a18b-f710d8bd6d00", "createdDateTime": "2022-08-17T07:54:43.731740Z", "userDisplayName": "Attack Target", "userPrincipalName": "attacktarget@domain.com", "userId": "d735e84b-dcca-404d-9f7d-700f360f41a6", "appId": "9a7e67c7-6f05-42a3-b226-97c7ec3e9696", "appDisplayName": "Adobe Identity Management", "ipAddress": "13.113.40.157", "status": {"errorCode": 0}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (iPad; CPU iPad OS 9_3_6 like Mac OS X) AppleWebKit/536.1 (KHTML, like Gecko) CriOS/42.0.865.0 Mobile/77O124 Safari/536.1 Edge/99.14477", "deviceDetail": {"deviceId": "a44625dc-6f81-449a-9799-8005f7209b42", "displayName": "ATTACKTARGET-LT", "operatingSystem": "Windows 10", "browser": "Edge 99.14477", "trustType": "Azure AD registered"}, "location": {"city": "Smithfort", "state": "Smithfort", "countryOrRegion": "XR", "geoCoordinates": {"latitude": 3.7564095, "longitude": -121.574606}}, "correlationId": "0b561fa8-a596-4b55-b86d-71f5ee703632", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "b2de94bd-8ee4-40e4-8e07-7e16c32d3d9d", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 110, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Adobe Identity Management Service", "resourceId": "80abac89-d2c0-4b6c-8ffc-5023bd7efc5e", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 34974, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "W3anWeQlmGnl0QouJFignZOdHIxnd486aGVObw85LCPrNGlq", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": null, "rngcStatus": 0}}, {"time": "2022-08-17T08:10:23.933733Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "50158", "resultSignature": "None", "resultDescription": "External security challenge was not satisfied.", "durationMs": 0, "callerIpAddress": "92.110.109.246", "correlationId": "67398a2d-bb0e-4dad-aa32-10d24cf69526", "identity": "Thomas Price", "Level": 4, "location": "XR", "properties": {"id": "347c88b3-df86-4da9-999e-83afb8a85f00", "createdDateTime": "2022-08-17T08:10:24.059733Z", "userDisplayName": "Thomas Price", "userPrincipalName": "tprice@domain.com", "userId": "32109ee2-ee4f-4d11-9c38-2556aec0f2b5", "appId": "9a7e67c7-6f05-42a3-b226-97c7ec3e9696", "appDisplayName": "Adobe Identity Management", "ipAddress": "92.110.109.246", "status": {"errorCode": 50158, "failureReason": "External security challenge was not satisfied."}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (X11; Linux i686) AppleWebKit/535.2 (KHTML, like Gecko) Chrome/22.0.843.0 Safari/535.2 Edge/118.12158", "deviceDetail": {"deviceId": "fb4d911d-6441-411b-868f-d25d5586a326", "displayName": "THOMASPRICE-LT", "operatingSystem": "Windows 10", "browser": "Edge 118.12158", "trustType": "Hybrid Azure AD joined"}, "location": {"city": "Port Denisetown", "state": "Smithton", "countryOrRegion": "XR", "geoCoordinates": {"latitude": 3.5518965, "longitude": 131.871582}}, "correlationId": "12f87251-1697-422f-a811-0467732e8c57", "conditionalAccessStatus": "failure", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "15d3d095-d421-436d-ae30-0debd32ce458", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "processingTimeInMilliseconds": 126, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Adobe Identity Management Service", "resourceId": "30663ca7-f8a9-43ab-8ca1-7906bdbc1485", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 230297, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "F3V4UeGAQ6C7lAg5d9Kg7sUnNRDGUBuZauONQ39fiBRhWIwI", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "a6c259e5-7f16-48b2-a9f3-75becd6daa9b"}}, {"time": "2022-08-17T08:26:10.007392Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "86.154.193.190", "correlationId": "52836067-60fc-4a47-bce2-37f5331fb692", "identity": "Melissa Martin", "Level": 4, "location": "XR", "properties": {"id": "2468034e-c03d-4a77-94b4-f89b5d356300", "createdDateTime": "2022-08-17T08:26:10.171392Z", "userDisplayName": "Melissa Martin", "userPrincipalName": "mmartin@domain.com", "userId": "632ccb55-03a7-40f4-9893-653527cae790", "appId": "aa9b8b3e-d262-4903-84d7-168dec71f74c", "appDisplayName": "SAP SuccessFactors", "ipAddress": "86.154.193.190", "status": {"errorCode": 0}, "clientAppUsed": "Browser", "deviceDetail": {"deviceId": "", "operatingSystem": "Windows", "browser": "Rich Client 4.34.0.0"}, "location": {"city": "Port Denisetown", "state": "Smithton", "countryOrRegion": "XR", "geoCoordinates": {"latitude": 3.5518965, "longitude": 131.871582}}, "correlationId": "01150d99-7cd3-4d9a-a843-d263d5678464", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "df87a73e-d90f-4267-b147-7fd4aa09d690", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 164, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "SAP SuccessFactors Online", "resourceId": "011ef7ce-62bf-4093-93ba-2b1afc4ff1b6", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 256668, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "2ZGc5DRTPfVKNSZkD3FCKAdC6X8qRkSAE1iIxqgpOfAgv3EB", "incomingTokenType": "none", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "73a99f7e-86a2-47db-85b9-af0c5b0fee79", "rngcStatus": 0}}, {"time": "2022-08-17T08:55:06.278918Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "50173", "resultSignature": "None", "resultDescription": "Fresh auth token is needed. Have the user re-sign using fresh credentials.", "durationMs": 0, "callerIpAddress": "156.206.181.119", "correlationId": "8d3d6cba-72fc-4fff-ba76-82536c4baeab", "identity": "Cynthia Perry", "Level": 4, "location": "XY", "properties": {"id": "bbd0f834-7826-4e71-92d2-dd87dc066500", "createdDateTime": "2022-08-17T08:55:06.341918Z", "userDisplayName": "Cynthia Perry", "userPrincipalName": "cperry@domain.com", "userId": "ac5fa380-9d5b-470e-beb2-5ba10aca48e6", "appId": "bf2855c0-7434-4262-8885-ad2f5206d324", "appDisplayName": "COINS Construction Cloud - Project and Productivity Apps", "ipAddress": "156.206.181.119", "status": {"errorCode": 50173, "failureReason": "Fresh auth token is needed. Have the user re-sign using fresh credentials."}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (Windows NT 4.0) AppleWebKit/531.1 (KHTML, like Gecko) Chrome/20.0.823.0 Safari/531.1 Edge/87.11424", "deviceDetail": {"deviceId": "", "operatingSystem": "Windows 10", "browser": "Edge 87.11424"}, "location": {"city": "Hannaville", "state": "Thomashaven", "countryOrRegion": "XY", "geoCoordinates": {"latitude": 1.1452695, "longitude": 128.249211}}, "correlationId": "fdd46c74-ba0d-48d3-8b2d-2e3b46fef832", "conditionalAccessStatus": "notApplied", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "94163fb6-df92-4cc5-bdea-2d781d95690f", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 63, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "COINS Construction Cloud - Project and Productivity Apps Service", "resourceId": "f0630e90-b752-4960-bfb9-a0794fc34930", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 279165, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "QYvXLM9WRqiWxy1K7JHsjX8Eb3zH7bqm5ciRqEQPgUYISWW4", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "1f37c851-4be4-455b-928a-fbde7845a68a", "rngcStatus": 0}}, {"time": "2022-08-17T09:21:28.995914Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "156.206.181.119", "correlationId": "7a9cc939-8bf3-4a25-9676-730c696c3eb5", "identity": "Cynthia Perry", "Level": 4, "location": "XY", "properties": {"id": "71326cde-8812-4486-b054-a01eff6a8800", "createdDateTime": "2022-08-17T09:21:29.243914Z", "userDisplayName": "Cynthia Perry", "userPrincipalName": "cperry@domain.com", "userId": "ac5fa380-9d5b-470e-beb2-5ba10aca48e6", "appId": "b7e2ba47-c4c9-4284-bbdb-7c4ac263d68e", "appDisplayName": "Microdoing", "ipAddress": "156.206.181.119", "status": {"errorCode": 0}, "clientAppUsed": "Browser", "deviceDetail": {"deviceId": "", "operatingSystem": "Windows10", "browser": "Rich Client 4.35.1.0"}, "location": {"city": "Hannaville", "state": "Thomashaven", "countryOrRegion": "XY", "geoCoordinates": {"latitude": 1.1452695, "longitude": 128.249211}}, "correlationId": "e0c5efec-95a8-4bec-a474-9884d66a26b8", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "c2d4a43f-0813-4c20-9c3d-0c4f0046fe5a", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 248, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Microdoing Online", "resourceId": "9f4cb9bf-0c78-4850-970d-52882d04eacc", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 279165, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "xd2EooQeg1tPPM8a0CO8v2vdjR55FpBwr5BkTbEwMQ4iAvwj", "incomingTokenType": "none", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "3a42025a-2706-497a-a289-79319ab6cc4b", "rngcStatus": 0}}, {"time": "2022-08-17T09:32:16.397484Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "86.154.193.190", "correlationId": "ed698879-36d5-412b-95b5-de0d67235799", "identity": "Kristen Howell", "Level": 4, "location": "XR", "properties": {"id": "c22f0ead-dc82-4de8-8327-ebcc6d896500", "createdDateTime": "2022-08-17T09:32:16.651484Z", "userDisplayName": "Kristen Howell", "userPrincipalName": "khowell@domain.com", "userId": "20e1e3f9-665f-45bd-9984-5e74b526d3b5", "appId": "9c5b7fe3-0ad2-4ea6-94e5-9e0001f367e3", "appDisplayName": "Articulate 360", "ipAddress": "86.154.193.190", "status": {"errorCode": 0}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (X11; Linux i686) AppleWebKit/533.0 (KHTML, like Gecko) Chrome/24.0.803.0 Safari/533.0 Edge/40.11325", "deviceDetail": {"deviceId": "af204333-3bdf-4228-bbeb-e3a654075b5c", "displayName": "KRISTENHOWELL-LT", "operatingSystem": "Windows 10", "browser": "Edge 40.11325", "trustType": "Azure AD registered"}, "location": {"city": "Port Denisetown", "state": "Smithton", "countryOrRegion": "XR", "geoCoordinates": {"latitude": 3.5518965, "longitude": 131.871582}}, "correlationId": "527854bc-84d7-4402-97a2-2b0dd8e77a77", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "74d3fca4-d64c-4b93-b818-07662d33318a", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "processingTimeInMilliseconds": 254, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Articulate 360 Online", "resourceId": "436260d5-3791-4aea-a4da-aa698ec35f2f", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 256668, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "9bAy9AJZOXNw6br2Uxf46ReotO6U2avmP0nqWBLuA8rvdXw8", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "94b9f3ba-5f4b-4edc-99dc-a420b76960f9"}}, {"time": "2022-08-17T09:43:52.533521Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "44.22.19.201", "correlationId": "df04a6e0-6dd3-4285-943e-f3d66f3c119d", "identity": "David Johnson", "Level": 4, "location": "XN", "properties": {"id": "cc41f85f-18f2-4339-b560-1856fc227000", "createdDateTime": "2022-08-17T09:43:52.703521Z", "userDisplayName": "David Johnson", "userPrincipalName": "djohnson@domain.com", "userId": "ff2ae3d2-8cd2-4bd6-b65d-49c5ad946c7f", "appId": "9de6e985-97a5-4d82-9c45-aedaa9c25ef9", "appDisplayName": "AWS Single-Account Access", "ipAddress": "44.22.19.201", "status": {"errorCode": 0}, "clientAppUsed": "Browser", "deviceDetail": {"deviceId": "8fb0ff79-f116-4f20-8ca8-36b3f8d68865", "displayName": "DAVIDJOHNSON-LT", "operatingSystem": "Windows", "trustType": "Azure AD registered"}, "location": {"city": "Littlemouth", "state": "Alexanderfurt", "countryOrRegion": "XN", "geoCoordinates": {"latitude": 25.4437255, "longitude": -109.530885}}, "correlationId": "cc866a62-9c27-4d58-84df-7a54fa068eb8", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "e5c9199c-3e00-4538-934b-6c8c781e6427", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 170, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "AWS Single-Account Access Service", "resourceId": "9a84f55e-3a40-492c-9476-e069f64ed7a6", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 230297, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "lmzL4WQbOSXoLJHCCIWVRNiowqDGBKwpRbY0nnXv0FyqJbxO", "incomingTokenType": "none", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "37ee873b-f901-4e25-be69-010243106d0f", "rngcStatus": 0}}, {"time": "2022-08-17T10:12:46.152620Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "86.154.193.190", "correlationId": "6321d097-3472-4ae0-be3e-2eb71b03027d", "identity": "Jamie Watson", "Level": 4, "location": "XR", "properties": {"id": "b2a55e86-02d0-4234-820e-b38977635800", "createdDateTime": "2022-08-17T10:12:46.231620Z", "userDisplayName": "Jamie Watson", "userPrincipalName": "jwatson@domain.com", "userId": "2844695b-9a70-48ed-a5ce-f3d711e2292b", "appId": "7b74bf77-058a-4c0d-9d9d-5523c3bc80ed", "appDisplayName": "GitHub Enterprise Cloud - Organization", "ipAddress": "86.154.193.190", "status": {"errorCode": 0}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (X11; Linux i686) AppleWebKit/533.0 (KHTML, like Gecko) Chrome/24.0.803.0 Safari/533.0 Edge/40.11325", "deviceDetail": {"deviceId": "fc784602-6455-4450-be3c-6770e0359f8a", "displayName": "JAMIEWATSON-LT", "operatingSystem": "Windows 10", "browser": "Edge 40.11325", "isCompliant": true, "isManaged": true, "trustType": "Azure AD joined"}, "location": {"city": "Port Denisetown", "state": "Smithton", "countryOrRegion": "XR", "geoCoordinates": {"latitude": 3.5518965, "longitude": 131.871582}}, "correlationId": "addcc7f0-5ea2-4995-a928-5d7c284d82b7", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "a3365832-2561-4565-8fd4-7305012542d8", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 79, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "GitHub Enterprise Cloud - Organization Online", "resourceId": "51e679b4-5774-4b5f-9636-df5ea66b9380", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 256668, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "oiYzaW6Ee1BHwIn4LNCLCfgvjrUD4Mn885J2bU58agLtOVbc", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "6e8f419c-7f10-40b1-a52a-e4fb253c74c2", "rngcStatus": 0}}, {"time": "2022-08-17T10:14:25.552124Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "42.62.103.34", "correlationId": "2a837f02-60f7-4484-ba1a-ea5da1362126", "identity": "Joseph Taylor", "Level": 4, "location": "XF", "properties": {"id": "9a16f031-40cc-41ce-b832-c695ac459500", "createdDateTime": "2022-08-17T10:14:25.654124Z", "userDisplayName": "Joseph Taylor", "userPrincipalName": "jtaylor@domain.com", "userId": "af9847eb-c773-41ae-bf94-42747c5e986c", "appId": "ad65aaed-51a8-4877-830e-8a5273604c87", "appDisplayName": "Docusign", "ipAddress": "42.62.103.34", "status": {"errorCode": 0, "additionalDetails": "MFA requirement satisfied by claim in the token"}, "clientAppUsed": "Browser", "deviceDetail": {"deviceId": "76b96bd3-e5d7-49ee-b195-bf363facdb3d", "displayName": "JOSEPHTAYLOR-LT", "operatingSystem": "Windows", "browser": "Rich Client 4.42.0.0", "isCompliant": true, "isManaged": true, "trustType": "Azure AD joined"}, "location": {"city": "Jessicafurt", "state": "Smithbury", "countryOrRegion": "XF", "geoCoordinates": {"latitude": 17.5082395, "longitude": -115.304215}}, "mfaDetail": {}, "correlationId": "8aee7625-74b8-43f2-a2dc-165f064af0c5", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "36e55814-4faa-4896-addb-aa384b952bd0", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 102, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Docusign Service", "resourceId": "24578515-1951-4064-967d-0d2acaf0aa70", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 393508, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "D5WmsmXP1eqiYuwUPSJAYRT0UUu46uGA9qDMtlh8Et56HGhI", "incomingTokenType": "none", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "0e68752b-7dfa-400b-a6f5-1b54af90696a", "rngcStatus": 0}}, {"time": "2022-08-17T10:34:21.401985Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "205.33.24.92", "correlationId": "61ca7d60-3e61-47f0-93dd-29c8f4b86460", "identity": "Vanessa Ramirez", "Level": 4, "location": "XD", "properties": {"id": "fa857fed-7d3f-40f5-b98a-925ce33f6d00", "createdDateTime": "2022-08-17T10:34:21.515985Z", "userDisplayName": "Vanessa Ramirez", "userPrincipalName": "vramirez@domain.com", "userId": "5d72b7ed-62ea-4b94-b931-ccef65d71ebd", "appId": "2eae4ad1-8cae-48fe-b718-76bd66e2fc7f", "appDisplayName": "Bipsync", "ipAddress": "205.33.24.92", "status": {"errorCode": 0}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (X11; Linux i686) AppleWebKit/532.2 (KHTML, like Gecko) Chrome/21.0.853.0 Safari/532.2 Edge/89.19380", "deviceDetail": {"deviceId": "e395a3f4-8f2d-4170-804f-d3e13ce3151b", "displayName": "VANESSARAMIREZ-LT", "operatingSystem": "Windows 10", "browser": "Edge 89.19380", "trustType": "Azure AD registered"}, "location": {"city": "Kristinmouth", "state": "Norrisbury", "countryOrRegion": "XD", "geoCoordinates": {"latitude": 26.278784, "longitude": -92.042573}}, "correlationId": "144258a2-2e3d-4966-b340-fc58f7e5c8e2", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "edd7e3ee-0229-4177-9a92-e0ed8f6a4fae", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 114, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Bipsync Service", "resourceId": "819aa3ed-3b63-4925-8388-0b8d41022941", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 214655, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "c6uAkLtqzBSi7wnAJ83mbcoVxHh8ULyeDSa1HxnR6qPrST1J", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "7f0c9abd-8b0d-4973-8675-a495454c0c86", "rngcStatus": 0}}, {"time": "2022-08-17T10:37:41.008380Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "205.33.24.92", "correlationId": "df6395ef-faed-40fa-8c66-81846fcb2bb1", "identity": "Vanessa Ramirez", "Level": 4, "location": "XD", "properties": {"id": "12cb0ee6-11e1-4bee-8a49-6d2ee49f6f00", "createdDateTime": "2022-08-17T10:37:41.133380Z", "userDisplayName": "Vanessa Ramirez", "userPrincipalName": "vramirez@domain.com", "userId": "5d72b7ed-62ea-4b94-b931-ccef65d71ebd", "appId": "9de6e985-97a5-4d82-9c45-aedaa9c25ef9", "appDisplayName": "AWS Single-Account Access", "ipAddress": "205.33.24.92", "status": {"errorCode": 0}, "clientAppUsed": "Browser", "deviceDetail": {"deviceId": "e395a3f4-8f2d-4170-804f-d3e13ce3151b", "displayName": "VANESSARAMIREZ-LT", "operatingSystem": "Windows", "trustType": "Azure AD registered"}, "location": {"city": "Kristinmouth", "state": "Norrisbury", "countryOrRegion": "XD", "geoCoordinates": {"latitude": 26.278784, "longitude": -92.042573}}, "correlationId": "0359d2fa-4544-4bd8-a6d6-7b6e77642bda", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "01bb681c-407f-457f-8d3a-9462472e84be", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 125, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "AWS Single-Account Access", "resourceId": "1f1f8006-bcaf-48ed-96be-45ba0b1802c3", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 214655, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "GHdIZAJcjgSwOcIC5KZxVxrnlo9hvAMjyZautS3nKNLuWyXa", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": null, "rngcStatus": 0}}, {"time": "2022-08-17T10:51:31.453383Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "SignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "99.116.100.205", "correlationId": "274ca31f-a3c9-4a68-bcc7-37afc76e7b44", "identity": "Aaron Cole", "Level": 4, "location": "XD", "properties": {"id": "83171bf7-91eb-4e18-89eb-69642f485800", "createdDateTime": "2022-08-17T10:51:31.552383Z", "userDisplayName": "Aaron Cole", "userPrincipalName": "acole@domain.com", "userId": "5d557969-1645-4ba4-be83-b6fd943659f7", "appId": "36f74ffc-90e8-46e0-b0ed-588b76ed6f47", "appDisplayName": "Inspire", "ipAddress": "99.116.100.205", "status": {"errorCode": 0}, "clientAppUsed": "Browser", "userAgent": "Mozilla/5.0 (Linux; Android 2.3.5) AppleWebKit/532.2 (KHTML, like Gecko) Chrome/46.0.898.0 Safari/532.2 Edge/105.19198", "deviceDetail": {"deviceId": "", "operatingSystem": "Windows 10", "browser": "Edge 105.19198"}, "location": {"city": "Carrollstad", "state": "Norrisbury", "countryOrRegion": "XD", "geoCoordinates": {"latitude": -38.8540465, "longitude": -17.674718}}, "correlationId": "dd8cc060-e6b7-4ffd-bc40-51068b98b213", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "9fd4f042-5cdb-407b-9d7c-0c9c3221b8fc", "isInteractive": true, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "processingTimeInMilliseconds": 99, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Inspire Online", "resourceId": "f0630e90-b752-4960-bfb9-a0794fc34930", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 214655, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "sm1AgQ6b53HX7GDu05utE2BS7Z8DdR9Lk2r9zFAr70zvyuLk", "incomingTokenType": "none", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "1f37c851-4be4-455b-928a-fbde7845a68a"}}, {"time": "2022-08-17T10:52:04.769987Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "156.206.181.119", "correlationId": "e9fe9ec6-a0af-47b0-94d0-7ee15cea489a", "identity": "Cynthia Perry", "Level": 4, "location": "XY", "properties": {"id": "a41e8921-dafe-4500-91d4-0b564edb6100", "createdDateTime": "2022-08-17T10:52:05.017987Z", "userDisplayName": "Cynthia Perry", "userPrincipalName": "cperry@domain.com", "userId": "ac5fa380-9d5b-470e-beb2-5ba10aca48e6", "appId": "9de6e985-97a5-4d82-9c45-aedaa9c25ef9", "appDisplayName": "AWS Single-Account Access", "ipAddress": "156.206.181.119", "status": {"errorCode": 0}, "clientAppUsed": "Browser", "deviceDetail": {"deviceId": "", "operatingSystem": "Windows"}, "location": {"city": "Hannaville", "state": "Thomashaven", "countryOrRegion": "XY", "geoCoordinates": {"latitude": 1.1452695, "longitude": 128.249211}}, "correlationId": "3f2d7119-5898-422b-a3a6-99aa5b585a1e", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "e22e39cb-cec1-44fc-a83f-ae4907d4d151", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "processingTimeInMilliseconds": 248, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "AWS Single-Account Access Service", "resourceId": "c65cf5f9-5537-4200-889e-381c4f60ca7d", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 279165, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "4zcFwvUVdfV2FcD5ZjReU5iJMJTTAdTYDU6FnruJ62wyRMal", "incomingTokenType": "none", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": null}}, {"time": "2022-08-17T11:02:44.771143Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "42.62.103.34", "correlationId": "c7e00aee-f70e-4ca5-a481-87d850f2e8ac", "identity": "Joseph Taylor", "Level": 4, "location": "XF", "properties": {"id": "d1b61d49-f2e0-43b7-95f4-0aabc78d5900", "createdDateTime": "2022-08-17T11:02:44.896143Z", "userDisplayName": "Joseph Taylor", "userPrincipalName": "jtaylor@domain.com", "userId": "af9847eb-c773-41ae-bf94-42747c5e986c", "appId": "9d794ea1-8d77-42e3-9fdd-6fd3620d616a", "appDisplayName": "Alaya", "ipAddress": "42.62.103.34", "status": {"errorCode": 0, "additionalDetails": "MFA requirement satisfied by claim in the token"}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (iPad; CPU iPad OS 9_3_6 like Mac OS X) AppleWebKit/536.1 (KHTML, like Gecko) CriOS/42.0.865.0 Mobile/77O124 Safari/536.1 Edge/99.14477", "deviceDetail": {"deviceId": "76b96bd3-e5d7-49ee-b195-bf363facdb3d", "displayName": "JOSEPHTAYLOR-LT", "operatingSystem": "Windows 10", "browser": "Edge 99.14477", "isCompliant": true, "isManaged": true, "trustType": "Azure AD joined"}, "location": {"city": "Jessicafurt", "state": "Smithbury", "countryOrRegion": "XF", "geoCoordinates": {"latitude": 17.5082395, "longitude": -115.304215}}, "mfaDetail": {}, "correlationId": "66c9956e-57c5-4c87-b345-ebca87e6dafb", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "a8fb4c14-5e1f-4317-a9b3-15379344b090", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "processingTimeInMilliseconds": 125, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Alaya Service", "resourceId": "f0630e90-b752-4960-bfb9-a0794fc34930", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 393508, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "aQ74GxefYvcK3qPKxzstGYLD0RqMxKMRHI6tpwidJk7uJKLy", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "1f37c851-4be4-455b-928a-fbde7845a68a"}}, {"time": "2022-08-17T11:05:41.954252Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "SignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "1.210.58.10", "correlationId": "af860277-b526-4d5a-b51e-0e2fc56e4a6c", "identity": "Keith Sheppard", "Level": 4, "location": "XD", "properties": {"id": "c27355bf-335a-4f00-ab57-c827bcfe5f00", "createdDateTime": "2022-08-17T11:05:42.078252Z", "userDisplayName": "Keith Sheppard", "userPrincipalName": "ksheppard@domain.com", "userId": "05bd48f1-91d2-4c2d-9a7c-80e80f561b3c", "appId": "1b3edb90-1e06-46db-b021-e2fc1f7ddaf5", "appDisplayName": "Beatrust", "ipAddress": "1.210.58.10", "status": {"errorCode": 0}, "clientAppUsed": "Browser", "userAgent": "Mozilla/5.0 (Linux; Android 2.3.5) AppleWebKit/532.2 (KHTML, like Gecko) Chrome/46.0.898.0 Safari/532.2 Edge/105.19198", "deviceDetail": {"deviceId": "639815fd-5018-4e38-9d81-67538b2ce460", "displayName": "KEITHSHEPPARD-LT", "operatingSystem": "Windows 10", "browser": "Edge 105.19198", "trustType": "Azure AD registered"}, "location": {"city": "Cooperhaven", "state": "Norrisbury", "countryOrRegion": "XD", "geoCoordinates": {"latitude": 70.436398, "longitude": -23.873747}}, "correlationId": "6949088e-729e-4243-b188-a5f91c4b1712", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "f78cc50b-fdb8-4939-9e93-033f5fd8c93a", "isInteractive": true, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "processingTimeInMilliseconds": 124, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Beatrust Service", "resourceId": "24578515-1951-4064-967d-0d2acaf0aa70", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 69487, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "M2xkn8BgmlYSkBmYOmS4vePcGyMWWcuag495NazoBEEI6DaJ", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "0e68752b-7dfa-400b-a6f5-1b54af90696a"}}, {"time": "2022-08-17T11:21:43.648049Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "50158", "resultSignature": "None", "resultDescription": "External security challenge was not satisfied.", "durationMs": 0, "callerIpAddress": "92.110.109.246", "correlationId": "8c91398a-fa26-4e73-b7fc-375052378115", "identity": "Thomas Price", "Level": 4, "location": "XR", "properties": {"id": "a1992293-def5-47de-a489-bdbaf5c85400", "createdDateTime": "2022-08-17T11:21:43.780049Z", "userDisplayName": "Thomas Price", "userPrincipalName": "tprice@domain.com", "userId": "32109ee2-ee4f-4d11-9c38-2556aec0f2b5", "appId": "9a7e67c7-6f05-42a3-b226-97c7ec3e9696", "appDisplayName": "Adobe Identity Management", "ipAddress": "92.110.109.246", "status": {"errorCode": 50158, "failureReason": "External security challenge was not satisfied."}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (X11; Linux i686) AppleWebKit/535.2 (KHTML, like Gecko) Chrome/22.0.843.0 Safari/535.2 Edge/118.12158", "deviceDetail": {"deviceId": "a12f42a7-2ae0-42d8-aec8-bf7cb3dea82c", "displayName": "THOMASPRICE-LT", "operatingSystem": "Windows 10", "browser": "Edge 118.12158", "trustType": "Hybrid Azure AD joined"}, "location": {"city": "Port Denisetown", "state": "Smithton", "countryOrRegion": "XR", "geoCoordinates": {"latitude": 3.5518965, "longitude": 131.871582}}, "correlationId": "853c84c8-6875-4a11-9cc0-13ef955eb657", "conditionalAccessStatus": "failure", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "5a2bfcb2-4c2a-4b65-bca8-ea0d891ec806", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "processingTimeInMilliseconds": 132, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Adobe Identity Management Service", "resourceId": "30663ca7-f8a9-43ab-8ca1-7906bdbc1485", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 230297, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "k1cav8miHxBxwN2x250Hn6och2ckPAuPN0QmoFIYMF08QKey", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "a6c259e5-7f16-48b2-a9f3-75becd6daa9b"}}, {"time": "2022-08-17T11:23:29.501866Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "99.116.100.205", "correlationId": "356d13ee-cf51-4bc4-be2a-2d3b551b5fac", "identity": "Aaron Cole", "Level": 4, "location": "XD", "properties": {"id": "0a5d29f3-d2f6-475a-8ab8-e72b88d96900", "createdDateTime": "2022-08-17T11:23:29.583866Z", "userDisplayName": "Aaron Cole", "userPrincipalName": "acole@domain.com", "userId": "5d557969-1645-4ba4-be83-b6fd943659f7", "appId": "cb9ad245-0b24-4c75-ba23-398500baf7a8", "appDisplayName": "FileCloud", "ipAddress": "99.116.100.205", "status": {"errorCode": 0}, "clientAppUsed": "Browser", "deviceDetail": {"deviceId": "", "operatingSystem": "Windows", "browser": "Rich Client 4.35.1.0"}, "location": {"city": "Carrollstad", "state": "Norrisbury", "countryOrRegion": "XD", "geoCoordinates": {"latitude": -38.8540465, "longitude": -17.674718}}, "correlationId": "d72b0d12-15ce-4f57-8920-4bc403c47af9", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "aa1cfad3-74c9-4082-8d81-da900e46c53a", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 82, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "FileCloud Service", "resourceId": "120f310e-002d-4cf0-803a-8e3f1188c691", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 214655, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "XDtFp8GoQuR1DJq3TdeXjUqX6AqdZJ6LApjtXrWypLG6YQdh", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "64fdf9a3-2711-4206-8c5a-100403727b93", "rngcStatus": 0}}, {"time": "2022-08-17T11:33:01.457894Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "134.219.180.76", "correlationId": "01077d65-5a63-42cd-9dfc-7dcb9a5a2886", "identity": "Joseph Taylor", "Level": 4, "location": "XF", "properties": {"id": "49d543cf-3853-413c-83db-9812f6958c00", "createdDateTime": "2022-08-17T11:33:01.543894Z", "userDisplayName": "Joseph Taylor", "userPrincipalName": "jtaylor@domain.com", "userId": "af9847eb-c773-41ae-bf94-42747c5e986c", "appId": "84f18b4b-ae12-484a-847f-f3e36093594a", "appDisplayName": "Slack", "ipAddress": "134.219.180.76", "status": {"errorCode": 0, "additionalDetails": "MFA requirement satisfied by claim in the token"}, "clientAppUsed": "Browser", "deviceDetail": {"deviceId": "76b96bd3-e5d7-49ee-b195-bf363facdb3d", "displayName": "JOSEPHTAYLOR-LT", "operatingSystem": "Windows", "isCompliant": true, "isManaged": true, "trustType": "Azure AD joined"}, "location": {"city": "Mannville", "state": "Porterside", "countryOrRegion": "XF", "geoCoordinates": {"latitude": -50.9955705, "longitude": 104.613841}}, "mfaDetail": {}, "correlationId": "0ce1f572-8db6-481d-8fa3-b886f1b927df", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "42410a64-736d-431a-ae7c-76d7076575cb", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 86, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Slack Service", "resourceId": "bca2b487-3a6c-440f-b1b7-a15b02771ad0", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 124400, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "s21b977KJBKPB8xckjZOrZwJxtaOPe5hbiubxdDLW5XluNQC", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "4da47dd4-556d-4ba4-9847-c1850930ab5e", "rngcStatus": 0}}, {"time": "2022-08-17T12:09:04.770841Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "700082", "resultSignature": "None", "resultDescription": "Other", "durationMs": 0, "callerIpAddress": "199.12.127.103", "correlationId": "f6925604-dc24-4d92-b2c5-29b6c1150e0a", "identity": "Jacob Meyers", "Level": 4, "location": "XG", "properties": {"id": "b07bba22-ec36-47ef-95f1-3c7f76753300", "createdDateTime": "2022-08-17T12:09:04.848841Z", "userDisplayName": "Jacob Meyers", "userPrincipalName": "jmeyers@domain.com", "userId": "c63a67b0-1651-4a8a-9560-cc703cdad5ad", "appId": "bf2855c0-7434-4262-8885-ad2f5206d324", "appDisplayName": "COINS Construction Cloud - Project and Productivity Apps", "ipAddress": "199.12.127.103", "status": {"errorCode": 700082, "failureReason": "Other"}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (Windows NT 4.0) AppleWebKit/531.1 (KHTML, like Gecko) Chrome/20.0.823.0 Safari/531.1 Edge/87.11424", "deviceDetail": {"deviceId": "a0ea1625-4397-4c4c-963c-33347d3b0d73", "displayName": "JACOBMEYERS-LT", "operatingSystem": "Windows 10", "browser": "Edge 87.11424", "trustType": "Azure AD registered"}, "location": {"city": "Port Nathan", "state": "Newmanville", "countryOrRegion": "XG", "geoCoordinates": {"latitude": 23.244641, "longitude": -113.392021}}, "correlationId": "f72bfb89-176c-40b4-8823-5295102bbb90", "conditionalAccessStatus": "notApplied", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "11d45249-e33e-47ed-b046-ee320f53d80f", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 78, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "COINS Construction Cloud - Project and Productivity Apps Service", "resourceId": "054f44f6-54fb-4ef0-9fc3-d3ec90e47d0d", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 282405, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "hdvmPD8DybgeqTDOb8ato7YQMuJ5V6QnT59vOkmTvxPoUiaz", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": null, "rngcStatus": 0}}, {"time": "2022-08-17T12:21:39.896674Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "156.206.181.119", "correlationId": "896bda0d-499d-4915-bb69-d0fa55969b05", "identity": "Cynthia Perry", "Level": 4, "location": "XY", "properties": {"id": "b7f5af53-c3a8-4597-83ff-57a2c22c7000", "createdDateTime": "2022-08-17T12:21:39.978674Z", "userDisplayName": "Cynthia Perry", "userPrincipalName": "cperry@domain.com", "userId": "ac5fa380-9d5b-470e-beb2-5ba10aca48e6", "appId": "9de6e985-97a5-4d82-9c45-aedaa9c25ef9", "appDisplayName": "AWS Single-Account Access", "ipAddress": "156.206.181.119", "status": {"errorCode": 0}, "clientAppUsed": "Browser", "deviceDetail": {"deviceId": "", "operatingSystem": "Windows"}, "location": {"city": "Hannaville", "state": "Thomashaven", "countryOrRegion": "XY", "geoCoordinates": {"latitude": 1.1452695, "longitude": 128.249211}}, "correlationId": "dc801b87-042e-493e-adc6-f2fab47e1e0b", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "c8df750e-01c7-4d03-9150-fcff2eac20c6", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 82, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "AWS Single-Account Access Service", "resourceId": "72f0186d-d327-46c9-a8ff-497e0caa8691", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 279165, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "BuKWfbFCqI0Cpk0khzZJlQMDndCW50bF6Uc96t7IJe5D4bvx", "incomingTokenType": "none", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": null, "rngcStatus": 0}}, {"time": "2022-08-17T12:34:53.857789Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "91.132.253.146", "correlationId": "be573242-a9d0-459a-8fda-bc582cf96dd3", "identity": "Aaron Cole", "Level": 4, "location": "XD", "properties": {"id": "444f54e0-e5b3-4eda-8063-00d2c9f58000", "createdDateTime": "2022-08-17T12:34:53.933789Z", "userDisplayName": "Aaron Cole", "userPrincipalName": "acole@domain.com", "userId": "5d557969-1645-4ba4-be83-b6fd943659f7", "appId": "36f74ffc-90e8-46e0-b0ed-588b76ed6f47", "appDisplayName": "Inspire", "ipAddress": "91.132.253.146", "status": {"errorCode": 0}, "clientAppUsed": "Browser", "userAgent": "Mozilla/5.0 (Linux; Android 2.3.5) AppleWebKit/532.2 (KHTML, like Gecko) Chrome/46.0.898.0 Safari/532.2 Edge/105.19198", "deviceDetail": {"deviceId": "", "operatingSystem": "Windows 10", "browser": "Edge 105.19198"}, "location": {"city": "Rickshire", "state": "Norrisbury", "countryOrRegion": "XD", "geoCoordinates": {"latitude": -78.5751045, "longitude": 58.329246}}, "correlationId": "8b0686eb-2730-4f31-928a-cee1aea24cfb", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "36b37cef-3164-4197-843d-adf51bf0c9e8", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 76, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Inspire Online", "resourceId": "f0630e90-b752-4960-bfb9-a0794fc34930", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 214655, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "t0wouzvCyD1Y6EAJK18l1ob6TCJtaLOKXvrLpOGok2NtnaJg", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "1f37c851-4be4-455b-928a-fbde7845a68a", "rngcStatus": 0}}, {"time": "2022-08-17T13:12:55.705454Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "199.12.127.103", "correlationId": "a9c63289-613b-4aa9-9985-c045feb25eac", "identity": "Jacob Meyers", "Level": 4, "location": "XG", "properties": {"id": "7e102f1d-1757-4798-8f5c-7789024b7300", "createdDateTime": "2022-08-17T13:12:55.820454Z", "userDisplayName": "Jacob Meyers", "userPrincipalName": "jmeyers@domain.com", "userId": "c63a67b0-1651-4a8a-9560-cc703cdad5ad", "appId": "dbe6b779-13df-45f2-a6d7-1323485479f6", "appDisplayName": "Cisco Webex", "ipAddress": "199.12.127.103", "status": {"errorCode": 0}, "clientAppUsed": "Browser", "deviceDetail": {"deviceId": "", "operatingSystem": "Android", "browser": "Rich Client 4.38.0.0"}, "location": {"city": "Port Nathan", "state": "Newmanville", "countryOrRegion": "XG", "geoCoordinates": {"latitude": 23.244641, "longitude": -113.392021}}, "correlationId": "109a030b-bf80-4f89-a40a-eb8abcdb8db6", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "96015c2c-0187-4596-a451-cf153c0b22b9", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 115, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Cisco Webex Service", "resourceId": "24578515-1951-4064-967d-0d2acaf0aa70", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 282405, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "jE7Gmr1MYihuny8MFtm2NogqIasb8G7wl92nrQpsCpqj3Kno", "incomingTokenType": "none", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "0e68752b-7dfa-400b-a6f5-1b54af90696a", "rngcStatus": 0}}, {"time": "2022-08-17T13:21:10.440684Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "44.22.19.201", "correlationId": "2fb4d42b-399f-4574-81cd-049b1e916337", "identity": "David Johnson", "Level": 4, "location": "XN", "properties": {"id": "86ec8f81-b065-45d1-84e2-abcf267a8400", "createdDateTime": "2022-08-17T13:21:10.581684Z", "userDisplayName": "David Johnson", "userPrincipalName": "djohnson@domain.com", "userId": "ff2ae3d2-8cd2-4bd6-b65d-49c5ad946c7f", "appId": "2eae4ad1-8cae-48fe-b718-76bd66e2fc7f", "appDisplayName": "Bipsync", "ipAddress": "44.22.19.201", "status": {"errorCode": 0}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (Windows NT 4.0) AppleWebKit/531.1 (KHTML, like Gecko) Chrome/20.0.823.0 Safari/531.1 Edge/87.11424", "deviceDetail": {"deviceId": "8fb0ff79-f116-4f20-8ca8-36b3f8d68865", "displayName": "DAVIDJOHNSON-LT", "operatingSystem": "Windows 10", "browser": "Edge 87.11424", "trustType": "Azure AD registered"}, "location": {"city": "Littlemouth", "state": "Alexanderfurt", "countryOrRegion": "XN", "geoCoordinates": {"latitude": 25.4437255, "longitude": -109.530885}}, "correlationId": "c77c162b-ea94-4545-930c-32e58f6323e6", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "810644c5-cf47-43fa-8ad3-b26a29c780de", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 141, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Bipsync Service", "resourceId": "aaf780ce-b996-49b9-986d-8bb23f7bce3a", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 230297, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "jFM1gzjLb2aUw3NYqQZfxLxWRFCXjPr0ekR0yQRPUsnEpmpG", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "b7da42cc-a168-4148-b15a-792ad32c2ff5", "rngcStatus": 0}}, {"time": "2022-08-17T13:27:53.600826Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "SignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "99.116.100.205", "correlationId": "613a1ec1-43fb-4f27-a622-98bd2e32da89", "identity": "Aaron Cole", "Level": 4, "location": "XD", "properties": {"id": "676a8b82-7787-4511-9ea8-03398d0a9c00", "createdDateTime": "2022-08-17T13:27:53.744826Z", "userDisplayName": "Aaron Cole", "userPrincipalName": "acole@domain.com", "userId": "5d557969-1645-4ba4-be83-b6fd943659f7", "appId": "36f74ffc-90e8-46e0-b0ed-588b76ed6f47", "appDisplayName": "Inspire", "ipAddress": "99.116.100.205", "status": {"errorCode": 0}, "clientAppUsed": "Browser", "userAgent": "Mozilla/5.0 (Linux; Android 2.3.5) AppleWebKit/532.2 (KHTML, like Gecko) Chrome/46.0.898.0 Safari/532.2 Edge/105.19198", "deviceDetail": {"deviceId": "", "operatingSystem": "Windows 10", "browser": "Edge 105.19198"}, "location": {"city": "Carrollstad", "state": "Norrisbury", "countryOrRegion": "XD", "geoCoordinates": {"latitude": -38.8540465, "longitude": -17.674718}}, "correlationId": "02b1d4d1-96c3-41b0-bb74-0929bc87bb93", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "0e21bd19-2662-45fa-8674-67413a59fdd4", "isInteractive": true, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 144, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Inspire Online", "resourceId": "f0630e90-b752-4960-bfb9-a0794fc34930", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 214655, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "PZL3t9hKEFb0RA7cWdLFIm6KyLi0dRJ7G5BCi28rm9YR8HG4", "incomingTokenType": "none", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "1f37c851-4be4-455b-928a-fbde7845a68a", "rngcStatus": 0}}, {"time": "2022-08-17T13:28:56.637747Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "50158", "resultSignature": "None", "resultDescription": "External security challenge was not satisfied.", "durationMs": 0, "callerIpAddress": "147.132.189.119", "correlationId": "2115fb6d-46a0-48cf-9d7c-03030e3dc5ad", "identity": "Terry Proctor", "Level": 4, "location": "XR", "properties": {"id": "9c70fa14-e476-49ba-a565-436c87f68c00", "createdDateTime": "2022-08-17T13:28:56.725747Z", "userDisplayName": "Terry Proctor", "userPrincipalName": "tproctor@domain.com", "userId": "03110cc5-e54f-4dae-b68a-bf5d945f8152", "appId": "9a7e67c7-6f05-42a3-b226-97c7ec3e9696", "appDisplayName": "Adobe Identity Management", "ipAddress": "147.132.189.119", "status": {"errorCode": 50158, "failureReason": "External security challenge was not satisfied.", "additionalDetails": "MFA requirement satisfied by claim in the token"}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (X11; Linux i686) AppleWebKit/533.0 (KHTML, like Gecko) Chrome/24.0.803.0 Safari/533.0 Edge/40.11325", "deviceDetail": {"deviceId": "88ee69d5-1eb7-4f29-b594-e9b4e3371940", "displayName": "TERRYPROCTOR-LT", "operatingSystem": "Windows 10", "browser": "Edge 40.11325", "isCompliant": true, "isManaged": true, "trustType": "Azure AD joined"}, "location": {"city": "Port Denisetown", "state": "Smithton", "countryOrRegion": "XR", "geoCoordinates": {"latitude": 3.5518965, "longitude": 131.871582}}, "mfaDetail": {}, "correlationId": "893e766a-06ae-4e60-beaf-71cd7d43daeb", "conditionalAccessStatus": "failure", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "819a6a8a-24f5-4308-8aa6-6f74ffdf96b6", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 88, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Adobe Identity Management Service", "resourceId": "80abac89-d2c0-4b6c-8ffc-5023bd7efc5e", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 256668, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "K3SxM1cKjvUoMrZJvZdNyUcTwBHTx3YYrWMttUPwpLRHwvPi", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": null, "rngcStatus": 0}}, {"time": "2022-08-17T13:56:20.094723Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "50158", "resultSignature": "None", "resultDescription": "External security challenge was not satisfied.", "durationMs": 0, "callerIpAddress": "42.62.103.34", "correlationId": "f57eab41-332b-4287-aa24-33afcb41c4d7", "identity": "Joseph Taylor", "Level": 4, "location": "XF", "properties": {"id": "5aec81a3-c272-48c4-afbf-d9dc33cd8b00", "createdDateTime": "2022-08-17T13:56:20.181723Z", "userDisplayName": "Joseph Taylor", "userPrincipalName": "jtaylor@domain.com", "userId": "af9847eb-c773-41ae-bf94-42747c5e986c", "appId": "9d794ea1-8d77-42e3-9fdd-6fd3620d616a", "appDisplayName": "Alaya", "ipAddress": "42.62.103.34", "status": {"errorCode": 50158, "failureReason": "External security challenge was not satisfied.", "additionalDetails": "MFA requirement satisfied by claim in the token"}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (iPad; CPU iPad OS 9_3_6 like Mac OS X) AppleWebKit/536.1 (KHTML, like Gecko) CriOS/42.0.865.0 Mobile/77O124 Safari/536.1 Edge/99.14477", "deviceDetail": {"deviceId": "76b96bd3-e5d7-49ee-b195-bf363facdb3d", "displayName": "JOSEPHTAYLOR-LT", "operatingSystem": "Windows 10", "browser": "Edge 99.14477", "isCompliant": true, "isManaged": true, "trustType": "Azure AD joined"}, "location": {"city": "Jessicafurt", "state": "Smithbury", "countryOrRegion": "XF", "geoCoordinates": {"latitude": 17.5082395, "longitude": -115.304215}}, "mfaDetail": {}, "correlationId": "a78de2b5-410f-4724-9f36-d36637d24349", "conditionalAccessStatus": "failure", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "ead2a4b4-4e50-4d0a-82c0-5ae000e90498", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 87, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Alaya Service", "resourceId": "2c3383ff-432a-49ee-bb8b-8699a7d0416f", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 393508, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "5CXuGD8IYYdCq5CwypYlqqww5LkNEWVFAGLV0c8jmwtQnWbd", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "35efb8e5-3b35-4a86-b7ce-660b69bfa773", "rngcStatus": 0}}, {"time": "2022-08-17T14:00:20.893377Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "50158", "resultSignature": "None", "resultDescription": "External security challenge was not satisfied.", "durationMs": 0, "callerIpAddress": "44.22.19.201", "correlationId": "a851b461-c439-4f08-88b2-5432fb90bc88", "identity": "Thomas Price", "Level": 4, "location": "XN", "properties": {"id": "c22f0ead-dc82-4de8-8327-ebccb3db5d00", "createdDateTime": "2022-08-17T14:00:21.020377Z", "userDisplayName": "Thomas Price", "userPrincipalName": "tprice@domain.com", "userId": "32109ee2-ee4f-4d11-9c38-2556aec0f2b5", "appId": "9a7e67c7-6f05-42a3-b226-97c7ec3e9696", "appDisplayName": "Adobe Identity Management", "ipAddress": "44.22.19.201", "status": {"errorCode": 50158, "failureReason": "External security challenge was not satisfied."}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (X11; Linux i686) AppleWebKit/535.2 (KHTML, like Gecko) Chrome/22.0.843.0 Safari/535.2 Edge/118.12158", "deviceDetail": {"deviceId": "0927e60c-8dfa-4ecf-be85-ad63bccf40a1", "displayName": "THOMASPRICE-LT", "operatingSystem": "Windows 10", "browser": "Edge 118.12158", "trustType": "Hybrid Azure AD joined"}, "location": {"city": "Littlemouth", "state": "Alexanderfurt", "countryOrRegion": "XN", "geoCoordinates": {"latitude": 25.4437255, "longitude": -109.530885}}, "correlationId": "05343cda-a25b-49b1-9184-25f0e0ce5cba", "conditionalAccessStatus": "failure", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "f494e4a6-3dc6-4916-9a55-9acb1b621230", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "processingTimeInMilliseconds": 127, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Adobe Identity Management Service", "resourceId": "30663ca7-f8a9-43ab-8ca1-7906bdbc1485", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 230297, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "yzqMiEdD1JdQB5Iz6cViGtyQvEKjp1vqYGob22xV1BD0LvQv", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "a6c259e5-7f16-48b2-a9f3-75becd6daa9b"}}, {"time": "2022-08-17T14:06:57.913864Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "147.132.189.119", "correlationId": "596a61e3-64db-4a62-81ec-033519c01db7", "identity": "Jim Gonzalez", "Level": 4, "location": "XR", "properties": {"id": "aa3bb748-eba2-45e4-875d-8e3c2e005600", "createdDateTime": "2022-08-17T14:06:58.104864Z", "userDisplayName": "Jim Gonzalez", "userPrincipalName": "jgonzalez@domain.com", "userId": "95090045-a9c5-489c-adee-2db430a3333a", "appId": "18bf60fa-77dd-4aad-891d-af82ca87dd06", "appDisplayName": "FortiGate SSL VPN", "ipAddress": "147.132.189.119", "status": {"errorCode": 0}, "clientAppUsed": "Browser", "deviceDetail": {"deviceId": "1a428e94-41e3-4c1d-865a-0d31c9a2540b", "displayName": "JIMGONZALEZ-LT", "operatingSystem": "Windows", "browser": "Rich Client 4.22.0.0", "trustType": "Azure AD registered"}, "location": {"city": "Port Denisetown", "state": "Smithton", "countryOrRegion": "XR", "geoCoordinates": {"latitude": 3.5518965, "longitude": 131.871582}}, "correlationId": "5257fcf6-b9f3-49e4-bc56-7a2e57b7a214", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "16a088a1-8327-47ae-8ac4-cdf21b153e54", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "processingTimeInMilliseconds": 191, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "FortiGate SSL VPN", "resourceId": "51e679b4-5774-4b5f-9636-df5ea66b9380", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 256668, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "hTM4tDNOA1ktXF2PY1xrVeCZ5V3okjWGtQuRQPpAn05WUvbu", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "6e8f419c-7f10-40b1-a52a-e4fb253c74c2"}}, {"time": "2022-08-17T14:10:24.399128Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "147.132.189.119", "correlationId": "54f6db8c-2324-47b1-a99b-28d36a7ce766", "identity": "Terry Proctor", "Level": 4, "location": "XR", "properties": {"id": "b2a55e86-02d0-4234-820e-b389883a5e00", "createdDateTime": "2022-08-17T14:10:24.494128Z", "userDisplayName": "Terry Proctor", "userPrincipalName": "tproctor@domain.com", "userId": "03110cc5-e54f-4dae-b68a-bf5d945f8152", "appId": "b9c45636-4d7c-4d33-8678-39527c8b5976", "appDisplayName": "LinkedIn Lookup", "ipAddress": "147.132.189.119", "status": {"errorCode": 0, "additionalDetails": "MFA requirement satisfied by claim in the token"}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (X11; Linux i686) AppleWebKit/533.0 (KHTML, like Gecko) Chrome/24.0.803.0 Safari/533.0 Edge/40.11325", "deviceDetail": {"deviceId": "88ee69d5-1eb7-4f29-b594-e9b4e3371940", "displayName": "TERRYPROCTOR-LT", "operatingSystem": "Windows 10", "browser": "Edge 40.11325", "isCompliant": true, "isManaged": true, "trustType": "Azure AD joined"}, "location": {"city": "Port Denisetown", "state": "Smithton", "countryOrRegion": "XR", "geoCoordinates": {"latitude": 3.5518965, "longitude": 131.871582}}, "mfaDetail": {}, "correlationId": "5437db80-fc8d-4831-aa86-c6ea0ff57f5d", "conditionalAccessStatus": "notApplied", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "63fb091e-0163-4e85-97c1-f1391f7d764b", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 95, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "LinkedIn Lookup Online", "resourceId": "4792a15b-0a23-4ddb-be78-f0f8eaecfae5", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 256668, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "IupSTMDLKahL1ZK3DSQXPbEX9pvmx1aSLIR65mc2ELJwbZjw", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "bbd8c442-8cbf-48d6-9501-8bde23fb6f35", "rngcStatus": 0}}, {"time": "2022-08-17T14:43:51.046029Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "50173", "resultSignature": "None", "resultDescription": "Fresh auth token is needed. Have the user re-sign using fresh credentials.", "durationMs": 0, "callerIpAddress": "99.116.100.205", "correlationId": "96b33aa2-5486-41c7-8eb8-a16b17ec6faf", "identity": "Aaron Cole", "Level": 4, "location": "XD", "properties": {"id": "f1fc2489-d131-4e12-a62d-535f92658a00", "createdDateTime": "2022-08-17T14:43:51.210029Z", "userDisplayName": "Aaron Cole", "userPrincipalName": "acole@domain.com", "userId": "5d557969-1645-4ba4-be83-b6fd943659f7", "appId": "af50c7b0-ad5f-40ec-840e-8d89be454ce4", "appDisplayName": "Citrix ShareFile", "ipAddress": "99.116.100.205", "status": {"errorCode": 50173, "failureReason": "Fresh auth token is needed. Have the user re-sign using fresh credentials."}, "clientAppUsed": "Browser", "deviceDetail": {"deviceId": "", "operatingSystem": "Windows10", "browser": "Rich Client 4.36.1.0"}, "location": {"city": "Carrollstad", "state": "Norrisbury", "countryOrRegion": "XD", "geoCoordinates": {"latitude": -38.8540465, "longitude": -17.674718}}, "correlationId": "3e0ff1ca-faf2-4245-88bb-37b9579cee20", "conditionalAccessStatus": "notApplied", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "47b2ec7b-6467-4d60-bf97-0023a06c9a87", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 164, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Citrix ShareFile", "resourceId": "120f310e-002d-4cf0-803a-8e3f1188c691", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 214655, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "f8FkrBuYBDkQtBZqL1zgRb11ncgaLApHjnqOPh76PyqTFIH3", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "64fdf9a3-2711-4206-8c5a-100403727b93", "rngcStatus": 0}}, {"time": "2022-08-17T14:50:48.345430Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "50158", "resultSignature": "None", "resultDescription": "External security challenge was not satisfied.", "durationMs": 0, "callerIpAddress": "166.105.218.213", "correlationId": "e67d3b8e-98a8-4e2f-9ffe-8c842e8dca74", "identity": "Thomas Price", "Level": 4, "location": "XR", "properties": {"id": "bddc03c8-8da3-4ef6-8ef9-a503e0309700", "createdDateTime": "2022-08-17T14:50:48.509430Z", "userDisplayName": "Thomas Price", "userPrincipalName": "tprice@domain.com", "userId": "32109ee2-ee4f-4d11-9c38-2556aec0f2b5", "appId": "79510a8f-6421-4348-a2ea-bcc2b02485c1", "appDisplayName": "Cisco AnyConnect", "ipAddress": "166.105.218.213", "status": {"errorCode": 50158, "failureReason": "External security challenge was not satisfied."}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (X11; Linux i686) AppleWebKit/535.2 (KHTML, like Gecko) Chrome/22.0.843.0 Safari/535.2 Edge/118.12158", "deviceDetail": {"deviceId": "5224a875-801f-44b5-a725-542da3890d4b", "displayName": "THOMASPRICE-LT", "operatingSystem": "Windows 10", "browser": "Edge 118.12158", "trustType": "Hybrid Azure AD joined"}, "location": {"city": "Santosborough", "state": "Smithton", "countryOrRegion": "XR", "geoCoordinates": {"latitude": 12.8350355, "longitude": 138.359011}}, "correlationId": "6d37f216-b262-407f-8308-25ce04536bc1", "conditionalAccessStatus": "failure", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "d8050c5f-f91a-47dd-90cb-a9fcd59983e1", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 164, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Cisco AnyConnect Online", "resourceId": "5d5b8d28-6a28-472e-b837-a4094e466965", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 256668, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "iFAZ9YlmFPEcOpgSmAdwNaWsfwLxDwZBoIBPokCBG2egXVa9", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "15655e1f-5005-4c53-b3c0-c4a1d1ca5e9e", "rngcStatus": 0}}, {"time": "2022-08-17T14:55:07.815686Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "50158", "resultSignature": "None", "resultDescription": "External security challenge was not satisfied.", "durationMs": 0, "callerIpAddress": "177.189.225.133", "correlationId": "6b6984c5-c37f-42bc-9ed1-a4fd525539d9", "identity": "Thomas Price", "Level": 4, "location": "XQ", "properties": {"id": "a41e8921-dafe-4500-91d4-0b56b3806700", "createdDateTime": "2022-08-17T14:55:07.952686Z", "userDisplayName": "Thomas Price", "userPrincipalName": "tprice@domain.com", "userId": "32109ee2-ee4f-4d11-9c38-2556aec0f2b5", "appId": "79510a8f-6421-4348-a2ea-bcc2b02485c1", "appDisplayName": "Cisco AnyConnect", "ipAddress": "177.189.225.133", "status": {"errorCode": 50158, "failureReason": "External security challenge was not satisfied."}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (X11; Linux i686) AppleWebKit/535.2 (KHTML, like Gecko) Chrome/22.0.843.0 Safari/535.2 Edge/118.12158", "deviceDetail": {"deviceId": "72c565a0-f587-4d5e-9fa9-82cab482ddf0", "displayName": "THOMASPRICE-LT", "operatingSystem": "Windows 10", "browser": "Edge 118.12158", "trustType": "Hybrid Azure AD joined"}, "location": {"city": "Brownton", "state": "Stephanieberg", "countryOrRegion": "XQ", "geoCoordinates": {"latitude": 60.015373, "longitude": -41.508557}}, "correlationId": "47412554-d99b-4833-ab46-9df8c64c6589", "conditionalAccessStatus": "failure", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "cadd31f3-36ca-495e-8b2c-6c66628812ab", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "processingTimeInMilliseconds": 137, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Cisco AnyConnect Online", "resourceId": "5d5b8d28-6a28-472e-b837-a4094e466965", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 104135, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "3DAUKeojfpPgCeHljQjIEJPaxWNwLgPxiehKlqkd0x0SSYHB", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "15655e1f-5005-4c53-b3c0-c4a1d1ca5e9e"}}, {"time": "2022-08-17T15:18:32.828840Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "50158", "resultSignature": "None", "resultDescription": "External security challenge was not satisfied.", "durationMs": 0, "callerIpAddress": "92.110.109.246", "correlationId": "f449a99f-d4cc-43b1-a986-ff6b7ff115d5", "identity": "Thomas Price", "Level": 4, "location": "XR", "properties": {"id": "1cd5ccc5-a4e9-487c-82c8-57d9f3907300", "createdDateTime": "2022-08-17T15:18:32.957840Z", "userDisplayName": "Thomas Price", "userPrincipalName": "tprice@domain.com", "userId": "32109ee2-ee4f-4d11-9c38-2556aec0f2b5", "appId": "9a7e67c7-6f05-42a3-b226-97c7ec3e9696", "appDisplayName": "Adobe Identity Management", "ipAddress": "92.110.109.246", "status": {"errorCode": 50158, "failureReason": "External security challenge was not satisfied."}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (X11; Linux i686) AppleWebKit/535.2 (KHTML, like Gecko) Chrome/22.0.843.0 Safari/535.2 Edge/118.12158", "deviceDetail": {"deviceId": "a31478d2-f778-4d5a-b081-22579a9edcbe", "displayName": "THOMASPRICE-LT", "operatingSystem": "Windows 10", "browser": "Edge 118.12158", "trustType": "Hybrid Azure AD joined"}, "location": {"city": "Port Denisetown", "state": "Smithton", "countryOrRegion": "XR", "geoCoordinates": {"latitude": 3.5518965, "longitude": 131.871582}}, "correlationId": "c0e10d19-3a07-4ea7-ab66-a8a50a1d896b", "conditionalAccessStatus": "failure", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "e96276c7-8441-439f-b8ed-df59fd66e591", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 129, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Adobe Identity Management Service", "resourceId": "30663ca7-f8a9-43ab-8ca1-7906bdbc1485", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 230297, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "cEJHJT3wRpNkgRiWSGraZfLrf9hZmBzbDk13tKjaxEptTAjn", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "a6c259e5-7f16-48b2-a9f3-75becd6daa9b", "rngcStatus": 0}}, {"time": "2022-08-17T15:35:02.920176Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "105.169.153.183", "correlationId": "20c560ab-d8a0-4236-b682-9b8b8a23ddc3", "identity": "Jim Gonzalez", "Level": 4, "location": "XR", "properties": {"id": "0a67e3d2-25b6-4251-92c9-1160db085f00", "createdDateTime": "2022-08-17T15:35:03.095176Z", "userDisplayName": "Jim Gonzalez", "userPrincipalName": "jgonzalez@domain.com", "userId": "95090045-a9c5-489c-adee-2db430a3333a", "appId": "ad65aaed-51a8-4877-830e-8a5273604c87", "appDisplayName": "Docusign", "ipAddress": "105.169.153.183", "status": {"errorCode": 0}, "clientAppUsed": "Browser", "deviceDetail": {"deviceId": "15135d1f-cb47-4bd8-b76d-90a9171c09bd", "displayName": "JIMGONZALEZ-LT", "operatingSystem": "Windows", "browser": "Rich Client 4.42.0.0", "trustType": "Azure AD registered"}, "location": {"city": "Kevinton", "state": "Smithton", "countryOrRegion": "XR", "geoCoordinates": {"latitude": -87.5106305, "longitude": -77.991036}}, "correlationId": "fa1a94f3-0b0f-4bd0-9f37-2955f31b4bb0", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "d411c384-ad61-48f5-900a-54abe78477c0", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "processingTimeInMilliseconds": 175, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Docusign Service", "resourceId": "24578515-1951-4064-967d-0d2acaf0aa70", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 256668, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "rKRnOlVVK4gnzh0VxN4ujntdl2szxweTsXnfSoVtJV1eZylI", "incomingTokenType": "none", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "0e68752b-7dfa-400b-a6f5-1b54af90696a"}}, {"time": "2022-08-17T15:40:13.732979Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "SignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "205.33.24.92", "correlationId": "74920b76-2e70-46ca-8bff-010f8b8e76a3", "identity": "Aaron Cole", "Level": 4, "location": "XD", "properties": {"id": "bb44e270-cd48-4a8e-8a0c-94976be65200", "createdDateTime": "2022-08-17T15:40:13.841979Z", "userDisplayName": "Aaron Cole", "userPrincipalName": "acole@domain.com", "userId": "5d557969-1645-4ba4-be83-b6fd943659f7", "appId": "e47a1d38-5f61-45cd-b1b9-bc92f525c598", "appDisplayName": "Altoura", "ipAddress": "205.33.24.92", "status": {"errorCode": 0}, "clientAppUsed": "Browser", "userAgent": "Mozilla/5.0 (Linux; Android 2.3.5) AppleWebKit/532.2 (KHTML, like Gecko) Chrome/46.0.898.0 Safari/532.2 Edge/105.19198", "deviceDetail": {"deviceId": "", "operatingSystem": "Windows 10", "browser": "Edge 105.19198"}, "location": {"city": "Kristinmouth", "state": "Norrisbury", "countryOrRegion": "XD", "geoCoordinates": {"latitude": 26.278784, "longitude": -92.042573}}, "correlationId": "de1b8a27-4b14-4126-aab5-3d54cf5d3d45", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "8f41e4df-acf4-4f3b-8579-bced8573bd21", "isInteractive": true, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "processingTimeInMilliseconds": 109, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Altoura Online", "resourceId": "f0630e90-b752-4960-bfb9-a0794fc34930", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 214655, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "qjBzxhOPqa4RDFnj4lKPmMqB7IWigzb9adIarMASaIOia6w4", "incomingTokenType": "none", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "1f37c851-4be4-455b-928a-fbde7845a68a"}}, {"time": "2022-08-17T15:51:00.657273Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "156.206.181.119", "correlationId": "fb41edac-6efa-41fc-ba45-5414a507a948", "identity": "Cynthia Perry", "Level": 4, "location": "XY", "properties": {"id": "c22f0ead-dc82-4de8-8327-ebcc8a535b00", "createdDateTime": "2022-08-17T15:51:00.766273Z", "userDisplayName": "Cynthia Perry", "userPrincipalName": "cperry@domain.com", "userId": "ac5fa380-9d5b-470e-beb2-5ba10aca48e6", "appId": "9de6e985-97a5-4d82-9c45-aedaa9c25ef9", "appDisplayName": "AWS Single-Account Access", "ipAddress": "156.206.181.119", "status": {"errorCode": 0}, "clientAppUsed": "Browser", "deviceDetail": {"deviceId": "", "operatingSystem": "Windows"}, "location": {"city": "Hannaville", "state": "Thomashaven", "countryOrRegion": "XY", "geoCoordinates": {"latitude": 1.1452695, "longitude": 128.249211}}, "correlationId": "9094eb22-834d-41d9-b63a-27e685b4d388", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "a826515f-a613-4d6a-b781-aa4848b8c610", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "processingTimeInMilliseconds": 109, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "AWS Single-Account Access Service", "resourceId": "f0630e90-b752-4960-bfb9-a0794fc34930", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 279165, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "bUTUd2vOG30UrX7JJY7ojgtayNMr2sv4PvhjaM9Veup9XntM", "incomingTokenType": "none", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "1f37c851-4be4-455b-928a-fbde7845a68a"}}, {"time": "2022-08-17T15:53:32.218999Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "156.206.181.119", "correlationId": "6d3081cb-7323-48c1-9648-ff789388c4bc", "identity": "Cynthia Perry", "Level": 4, "location": "XY", "properties": {"id": "f76a87a3-7638-4ccc-9bfd-93d258ed6a00", "createdDateTime": "2022-08-17T15:53:32.288999Z", "userDisplayName": "Cynthia Perry", "userPrincipalName": "cperry@domain.com", "userId": "ac5fa380-9d5b-470e-beb2-5ba10aca48e6", "appId": "9de6e985-97a5-4d82-9c45-aedaa9c25ef9", "appDisplayName": "AWS Single-Account Access", "ipAddress": "156.206.181.119", "status": {"errorCode": 0}, "clientAppUsed": "Browser", "deviceDetail": {"deviceId": "", "operatingSystem": "Windows"}, "location": {"city": "Hannaville", "state": "Thomashaven", "countryOrRegion": "XY", "geoCoordinates": {"latitude": 1.1452695, "longitude": 128.249211}}, "correlationId": "778e3c39-f6c3-45a1-bf50-7a9ba661e999", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "789e4139-a8d7-4078-8e3c-731c3c78a2df", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 70, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "AWS Single-Account Access Service", "resourceId": "72f0186d-d327-46c9-a8ff-497e0caa8691", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 279165, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "HkUNQZWZVztwcsz5do4QQXwxN8Ir0mMCrx97QHHenTia2AZn", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": null, "rngcStatus": 0}}, {"time": "2022-08-17T16:01:18.703877Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "156.206.181.119", "correlationId": "31eef1f5-64e6-411f-9510-4d4cd145af22", "identity": "Cynthia Perry", "Level": 4, "location": "XY", "properties": {"id": "312ba6d5-297f-4905-aedb-e7b53e8b5f00", "createdDateTime": "2022-08-17T16:01:18.798877Z", "userDisplayName": "Cynthia Perry", "userPrincipalName": "cperry@domain.com", "userId": "ac5fa380-9d5b-470e-beb2-5ba10aca48e6", "appId": "9a7e67c7-6f05-42a3-b226-97c7ec3e9696", "appDisplayName": "Adobe Identity Management", "ipAddress": "156.206.181.119", "status": {"errorCode": 0}, "clientAppUsed": "Mobile Apps and Desktop clients", "deviceDetail": {"deviceId": "", "operatingSystem": "Windows 10", "browser": "Rich Client v3.4.1.35249"}, "location": {"city": "Hannaville", "state": "Thomashaven", "countryOrRegion": "XY", "geoCoordinates": {"latitude": 1.1452695, "longitude": 128.249211}}, "correlationId": "6cffd046-5d9c-4cd1-8f98-0416af783883", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "fca15dc7-b7c8-4bd2-af7f-f809c3b894d4", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 95, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Adobe Identity Management Service", "resourceId": "9a84f55e-3a40-492c-9476-e069f64ed7a6", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 279165, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "z0S9dPBNr3mLeVmlFr9FlRfS2Wvi3hLdahTjytciM655DIqA", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "37ee873b-f901-4e25-be69-010243106d0f", "rngcStatus": 0}}, {"time": "2022-08-17T16:26:36.461392Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "13.113.40.157", "correlationId": "eab4b0a4-c361-439d-becc-ce85fa0eeb68", "identity": "Attack Target", "Level": 4, "location": "XR", "properties": {"id": "77327800-5251-4fce-ab74-464900ca8800", "createdDateTime": "2022-08-17T16:26:36.575392Z", "userDisplayName": "Attack Target", "userPrincipalName": "attacktarget@domain.com", "userId": "d735e84b-dcca-404d-9f7d-700f360f41a6", "appId": "9a7e67c7-6f05-42a3-b226-97c7ec3e9696", "appDisplayName": "Adobe Identity Management", "ipAddress": "13.113.40.157", "ipAddressFromResourceProvider": "11.5.130.220", "status": {"errorCode": 0}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (iPad; CPU iPad OS 9_3_6 like Mac OS X) AppleWebKit/536.1 (KHTML, like Gecko) CriOS/42.0.865.0 Mobile/77O124 Safari/536.1 Edge/99.14477", "deviceDetail": {"deviceId": "a44625dc-6f81-449a-9799-8005f7209b42", "displayName": "ATTACKTARGET-LT", "operatingSystem": "Windows 10", "browser": "Edge 99.14477", "trustType": "Azure AD registered"}, "location": {"city": "Smithfort", "state": "Smithfort", "countryOrRegion": "XR", "geoCoordinates": {"latitude": 3.7564095, "longitude": -121.574606}}, "correlationId": "a744adef-b83c-4e3d-bb05-acdf2f3b394b", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "588cd0d4-7a6e-4c68-b7eb-965864528e79", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 114, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Adobe Identity Management Service", "resourceId": "9a84f55e-3a40-492c-9476-e069f64ed7a6", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 34974, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "zLl9NDudqcG0YweRzjYAlCTKCp3w9waXVLoRZLFbGkTdHyt5", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "37ee873b-f901-4e25-be69-010243106d0f", "rngcStatus": 0}}, {"time": "2022-08-17T17:43:46.824097Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "50158", "resultSignature": "None", "resultDescription": "External security challenge was not satisfied.", "durationMs": 0, "callerIpAddress": "147.132.189.119", "correlationId": "260ddf48-1e15-4f1b-bb0d-6f45343fd61f", "identity": "Cassie Fernandez", "Level": 4, "location": "XR", "properties": {"id": "fc7381e7-8660-4e7b-937f-ae03267f7000", "createdDateTime": "2022-08-17T17:43:47.073097Z", "userDisplayName": "Cassie Fernandez", "userPrincipalName": "cfernandez@domain.com", "userId": "67ef8be6-3f44-4db7-8172-fd6211428c1e", "appId": "9c5b7fe3-0ad2-4ea6-94e5-9e0001f367e3", "appDisplayName": "Articulate 360", "ipAddress": "147.132.189.119", "status": {"errorCode": 50158, "failureReason": "External security challenge was not satisfied."}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (iPad; CPU iPad OS 9_3_6 like Mac OS X) AppleWebKit/536.1 (KHTML, like Gecko) CriOS/42.0.865.0 Mobile/77O124 Safari/536.1 Edge/99.14477", "deviceDetail": {"deviceId": "bf67c857-685a-4457-89c4-db2afa581bd2", "displayName": "CASSIEFERNANDEZ-LT", "operatingSystem": "Windows 10", "browser": "Edge 99.14477", "trustType": "Hybrid Azure AD joined"}, "location": {"city": "Port Denisetown", "state": "Smithton", "countryOrRegion": "XR", "geoCoordinates": {"latitude": 3.5518965, "longitude": 131.871582}}, "correlationId": "4fa0959c-7a3c-4f5c-bc50-a5665ba8a2cf", "conditionalAccessStatus": "failure", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "b9313c7a-f218-41bf-9f68-852dfb7eae75", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 249, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Articulate 360 Online", "resourceId": "436260d5-3791-4aea-a4da-aa698ec35f2f", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 256668, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "RlmxfdxHfujyLIgyH9xm1bdPlugmJ5GRQpmehaKaWs7SQfIE", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "94b9f3ba-5f4b-4edc-99dc-a420b76960f9", "rngcStatus": 0}}, {"time": "2022-08-17T17:47:59.420687Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "50158", "resultSignature": "None", "resultDescription": "External security challenge was not satisfied.", "durationMs": 0, "callerIpAddress": "44.22.19.201", "correlationId": "eac4e295-b7e7-4704-8bac-654f4f7ebd6b", "identity": "Thomas Price", "Level": 4, "location": "XN", "properties": {"id": "baab1233-76d0-4f3f-8bc6-ec80f8b19400", "createdDateTime": "2022-08-17T17:47:59.533687Z", "userDisplayName": "Thomas Price", "userPrincipalName": "tprice@domain.com", "userId": "32109ee2-ee4f-4d11-9c38-2556aec0f2b5", "appId": "79510a8f-6421-4348-a2ea-bcc2b02485c1", "appDisplayName": "Cisco AnyConnect", "ipAddress": "44.22.19.201", "status": {"errorCode": 50158, "failureReason": "External security challenge was not satisfied."}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (X11; Linux i686) AppleWebKit/535.2 (KHTML, like Gecko) Chrome/22.0.843.0 Safari/535.2 Edge/118.12158", "deviceDetail": {"deviceId": "35819889-abdc-47e0-b28d-5195d26e941f", "displayName": "THOMASPRICE-LT", "operatingSystem": "Windows 10", "browser": "Edge 118.12158", "trustType": "Hybrid Azure AD joined"}, "location": {"city": "Littlemouth", "state": "Alexanderfurt", "countryOrRegion": "XN", "geoCoordinates": {"latitude": 25.4437255, "longitude": -109.530885}}, "correlationId": "142b0c42-6a6e-487b-b965-c3ff13ac6340", "conditionalAccessStatus": "failure", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "1f1e8aee-dcd2-46b5-9dd2-01641e440bee", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 113, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Cisco AnyConnect Online", "resourceId": "5d5b8d28-6a28-472e-b837-a4094e466965", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 230297, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "CIVPWfWODQuyXDH8tpTCu24N2qiII5Z7jJW1xH7Ksi7iEfl4", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "15655e1f-5005-4c53-b3c0-c4a1d1ca5e9e", "rngcStatus": 0}}, {"time": "2022-08-17T18:02:43.590559Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "205.33.24.92", "correlationId": "649153ee-505f-4a75-ac1c-56b34beaaaf4", "identity": "Aaron Cole", "Level": 4, "location": "XD", "properties": {"id": "95854fa2-5be6-4c9a-9e31-8e174dc63a00", "createdDateTime": "2022-08-17T18:02:43.677559Z", "userDisplayName": "Aaron Cole", "userPrincipalName": "acole@domain.com", "userId": "5d557969-1645-4ba4-be83-b6fd943659f7", "appId": "e47a1d38-5f61-45cd-b1b9-bc92f525c598", "appDisplayName": "Altoura", "ipAddress": "205.33.24.92", "status": {"errorCode": 0}, "clientAppUsed": "Browser", "userAgent": "Mozilla/5.0 (Linux; Android 2.3.5) AppleWebKit/532.2 (KHTML, like Gecko) Chrome/46.0.898.0 Safari/532.2 Edge/105.19198", "deviceDetail": {"deviceId": "", "operatingSystem": "Windows 10", "browser": "Edge 105.19198"}, "location": {"city": "Kristinmouth", "state": "Norrisbury", "countryOrRegion": "XD", "geoCoordinates": {"latitude": 26.278784, "longitude": -92.042573}}, "correlationId": "7c4bde49-0f6f-47d1-8718-65d4b9080bcc", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "13974495-ba23-4a3f-90c5-2b731add7551", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 87, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Altoura Online", "resourceId": "f0630e90-b752-4960-bfb9-a0794fc34930", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 214655, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "hmtQrqHKbflI1fay0Jj0HFyRmY7OJDX3fa0XGAtnRvQq1zfg", "incomingTokenType": "none", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "1f37c851-4be4-455b-928a-fbde7845a68a", "rngcStatus": 0}}, {"time": "2022-08-17T18:11:53.820717Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "SignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "91.132.253.146", "correlationId": "712ba150-2902-4fc9-948c-32c340eed7c7", "identity": "Aaron Cole", "Level": 4, "location": "XD", "properties": {"id": "e58dc878-5ee5-450b-a8f3-2bffa90f0000", "createdDateTime": "2022-08-17T18:11:53.906717Z", "userDisplayName": "Aaron Cole", "userPrincipalName": "acole@domain.com", "userId": "5d557969-1645-4ba4-be83-b6fd943659f7", "appId": "e47a1d38-5f61-45cd-b1b9-bc92f525c598", "appDisplayName": "Altoura", "ipAddress": "91.132.253.146", "status": {"errorCode": 0}, "clientAppUsed": "Browser", "userAgent": "Mozilla/5.0 (Linux; Android 2.3.5) AppleWebKit/532.2 (KHTML, like Gecko) Chrome/46.0.898.0 Safari/532.2 Edge/105.19198", "deviceDetail": {"deviceId": "", "operatingSystem": "Windows 10", "browser": "Edge 105.19198"}, "location": {"city": "Rickshire", "state": "Norrisbury", "countryOrRegion": "XD", "geoCoordinates": {"latitude": -78.5751045, "longitude": 58.329246}}, "correlationId": "ccf1ed4a-2306-4f66-89ed-50c9688da203", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "60cba31f-2ed5-41fa-a741-8c0298d3d316", "isInteractive": true, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "processingTimeInMilliseconds": 86, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Altoura Online", "resourceId": "8a137ba4-52ae-4dbf-94af-2e56851573c4", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 214655, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "9EnFjKbCOdXhCk7UQp8FHVMmifDbVR6cP4BI5Wweu7N6QTsN", "incomingTokenType": "none", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": null}}, {"time": "2022-08-17T18:32:27.373692Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "13.113.40.157", "correlationId": "3eb3cd9d-a457-4daa-8a7d-ae877212ca05", "identity": "Attack Target", "Level": 4, "location": "XR", "properties": {"id": "34e3f02d-c81c-4cc6-8a75-7f89652d9200", "createdDateTime": "2022-08-17T18:32:27.479692Z", "userDisplayName": "Attack Target", "userPrincipalName": "attacktarget@domain.com", "userId": "d735e84b-dcca-404d-9f7d-700f360f41a6", "appId": "9a7e67c7-6f05-42a3-b226-97c7ec3e9696", "appDisplayName": "Adobe Identity Management", "ipAddress": "13.113.40.157", "ipAddressFromResourceProvider": "13.113.40.157", "status": {"errorCode": 0}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (iPad; CPU iPad OS 9_3_6 like Mac OS X) AppleWebKit/536.1 (KHTML, like Gecko) CriOS/42.0.865.0 Mobile/77O124 Safari/536.1 Edge/99.14477", "deviceDetail": {"deviceId": "a44625dc-6f81-449a-9799-8005f7209b42", "displayName": "ATTACKTARGET-LT", "operatingSystem": "Windows 10", "browser": "Edge 99.14477", "trustType": "Azure AD registered"}, "location": {"city": "Smithfort", "state": "Smithfort", "countryOrRegion": "XR", "geoCoordinates": {"latitude": 3.7564095, "longitude": -121.574606}}, "correlationId": "904d43ba-96a5-4528-a25e-2f3665fa180c", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "4a5172fa-acfe-401a-a816-db1b5abbfc32", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 106, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Adobe Identity Management Service", "resourceId": "c8eab36d-0a82-409d-8693-a8dabc997921", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 34974, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "BiZuKpUZE0PcSBRG7pFxhgZRUCMytcrTzzLPJJHAF8H4i12i", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "2248d3ef-d7b8-4eb2-bd20-fb53f725bfe3", "rngcStatus": 0}}, {"time": "2022-08-17T18:35:30.118035Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "134.219.180.76", "correlationId": "b92f9519-3d68-4699-8f63-e518a2fc027f", "identity": "Joseph Taylor", "Level": 4, "location": "XF", "properties": {"id": "c42d1a02-7ec4-48b5-9f37-6b02bfb26b00", "createdDateTime": "2022-08-17T18:35:30.302035Z", "userDisplayName": "Joseph Taylor", "userPrincipalName": "jtaylor@domain.com", "userId": "af9847eb-c773-41ae-bf94-42747c5e986c", "appId": "bf2855c0-7434-4262-8885-ad2f5206d324", "appDisplayName": "COINS Construction Cloud - Project and Productivity Apps", "ipAddress": "134.219.180.76", "status": {"errorCode": 0, "additionalDetails": "MFA requirement satisfied by claim in the token"}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (iPad; CPU iPad OS 9_3_6 like Mac OS X) AppleWebKit/536.1 (KHTML, like Gecko) CriOS/42.0.865.0 Mobile/77O124 Safari/536.1 Edge/99.14477", "deviceDetail": {"deviceId": "76b96bd3-e5d7-49ee-b195-bf363facdb3d", "displayName": "JOSEPHTAYLOR-LT", "operatingSystem": "Windows 10", "browser": "Edge 99.14477", "isCompliant": true, "isManaged": true, "trustType": "Azure AD joined"}, "location": {"city": "Mannville", "state": "Porterside", "countryOrRegion": "XF", "geoCoordinates": {"latitude": -50.9955705, "longitude": 104.613841}}, "mfaDetail": {}, "correlationId": "bf0634f8-030c-49ae-bef1-e1b757140546", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "ccadf4f8-afee-4bc7-8c14-3bb09f07f5d1", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 184, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "COINS Construction Cloud - Project and Productivity Apps Service", "resourceId": "436260d5-3791-4aea-a4da-aa698ec35f2f", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 124400, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "Bzl3bnHqKbVVmqpaoleyif7xce4AtPbeTguvDTBagdtj8DlW", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "94b9f3ba-5f4b-4edc-99dc-a420b76960f9", "rngcStatus": 0}}, {"time": "2022-08-17T18:55:12.432153Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "156.206.181.119", "correlationId": "8c8778ba-3b78-4cf0-8d9b-6f31439ae447", "identity": "Cynthia Perry", "Level": 4, "location": "XY", "properties": {"id": "4ef53074-987d-44ae-a8dd-b6e42acd9200", "createdDateTime": "2022-08-17T18:55:12.506153Z", "userDisplayName": "Cynthia Perry", "userPrincipalName": "cperry@domain.com", "userId": "ac5fa380-9d5b-470e-beb2-5ba10aca48e6", "appId": "9de6e985-97a5-4d82-9c45-aedaa9c25ef9", "appDisplayName": "AWS Single-Account Access", "ipAddress": "156.206.181.119", "status": {"errorCode": 0}, "clientAppUsed": "Browser", "deviceDetail": {"deviceId": "", "operatingSystem": "Windows"}, "location": {"city": "Hannaville", "state": "Thomashaven", "countryOrRegion": "XY", "geoCoordinates": {"latitude": 1.1452695, "longitude": 128.249211}}, "correlationId": "355d3c8f-648e-4083-a20d-dc9b624d88c9", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "854c60c9-adac-41b5-9d64-3f4817ded713", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 74, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "AWS Single-Account Access Service", "resourceId": "9a84f55e-3a40-492c-9476-e069f64ed7a6", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 279165, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "3yk8hwbXUNEzLeIjZwuqjVDEiJCHg6Wbt5rYko3mrRBop2Op", "incomingTokenType": "none", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "37ee873b-f901-4e25-be69-010243106d0f", "rngcStatus": 0}}, {"time": "2022-08-17T19:14:57.190212Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "199.12.127.103", "correlationId": "f2aab2c1-8be7-4c6a-be9a-18808919ea7f", "identity": "Jacob Meyers", "Level": 4, "location": "XG", "properties": {"id": "fabc4b93-f662-4478-a5a8-a2ce3ca57500", "createdDateTime": "2022-08-17T19:14:57.273212Z", "userDisplayName": "Jacob Meyers", "userPrincipalName": "jmeyers@domain.com", "userId": "c63a67b0-1651-4a8a-9560-cc703cdad5ad", "appId": "9a7e67c7-6f05-42a3-b226-97c7ec3e9696", "appDisplayName": "Adobe Identity Management", "ipAddress": "199.12.127.103", "status": {"errorCode": 0}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (iPad; CPU iPad OS 9_3_6 like Mac OS X) AppleWebKit/536.1 (KHTML, like Gecko) CriOS/42.0.865.0 Mobile/77O124 Safari/536.1 Edge/99.14477", "deviceDetail": {"deviceId": "68cb982e-f215-496c-89bb-cc07716ff474", "displayName": "JACOBMEYERS-LT", "operatingSystem": "Windows 10", "browser": "Edge 99.14477", "trustType": "Azure AD registered"}, "location": {"city": "Port Nathan", "state": "Newmanville", "countryOrRegion": "XG", "geoCoordinates": {"latitude": 23.244641, "longitude": -113.392021}}, "correlationId": "f93a473b-69a1-40e9-9e86-2cadad377843", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "6d5ab56f-7811-4f2d-b8f3-5475dc6e44e6", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 83, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Adobe Identity Management Service", "resourceId": "7d6a0897-8b82-49e9-90e2-d482fb9202bd", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 282405, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "ByEI37X4M1hDCvJNY6YfhkTvX0WBJOGCMbULQVIOhQKSarYD", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "537d9419-7e2b-4778-9102-62256bcfcf45", "rngcStatus": 0}}, {"time": "2022-08-17T19:21:08.375613Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "50158", "resultSignature": "None", "resultDescription": "External security challenge was not satisfied.", "durationMs": 0, "callerIpAddress": "166.105.218.213", "correlationId": "96adadb3-f86f-4305-af29-f509061e8fa1", "identity": "Thomas Price", "Level": 4, "location": "XR", "properties": {"id": "ada0cd79-9550-4249-a9fe-bc57e4199700", "createdDateTime": "2022-08-17T19:21:08.492613Z", "userDisplayName": "Thomas Price", "userPrincipalName": "tprice@domain.com", "userId": "32109ee2-ee4f-4d11-9c38-2556aec0f2b5", "appId": "79510a8f-6421-4348-a2ea-bcc2b02485c1", "appDisplayName": "Cisco AnyConnect", "ipAddress": "166.105.218.213", "status": {"errorCode": 50158, "failureReason": "External security challenge was not satisfied."}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (X11; Linux i686) AppleWebKit/535.2 (KHTML, like Gecko) Chrome/22.0.843.0 Safari/535.2 Edge/118.12158", "deviceDetail": {"deviceId": "81ad31fb-e9be-4498-b1b2-c62f8fae1a77", "displayName": "THOMASPRICE-LT", "operatingSystem": "Windows 10", "browser": "Edge 118.12158", "trustType": "Hybrid Azure AD joined"}, "location": {"city": "Santosborough", "state": "Smithton", "countryOrRegion": "XR", "geoCoordinates": {"latitude": 12.8350355, "longitude": 138.359011}}, "correlationId": "cb6d1460-485e-4309-8e57-07c3c6bb4893", "conditionalAccessStatus": "failure", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "9d18390e-7945-4076-99d3-cec1aa4707d6", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 117, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Cisco AnyConnect Online", "resourceId": "5d5b8d28-6a28-472e-b837-a4094e466965", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 256668, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "kN8MJCle3LOXD2yg1JflVkZpcuwu4Ez35wQXZ9hb9jIBmPuk", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "15655e1f-5005-4c53-b3c0-c4a1d1ca5e9e", "rngcStatus": 0}}, {"time": "2022-08-17T19:22:36.839545Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "86.154.193.190", "correlationId": "8e8cea9b-cc98-432b-bbfe-3b8e9ea5dcf1", "identity": "Jamie Watson", "Level": 4, "location": "XR", "properties": {"id": "aa3bb748-eba2-45e4-875d-8e3ca8485700", "createdDateTime": "2022-08-17T19:22:36.938545Z", "userDisplayName": "Jamie Watson", "userPrincipalName": "jwatson@domain.com", "userId": "2844695b-9a70-48ed-a5ce-f3d711e2292b", "appId": "9a7e67c7-6f05-42a3-b226-97c7ec3e9696", "appDisplayName": "Adobe Identity Management", "ipAddress": "86.154.193.190", "status": {"errorCode": 0}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (X11; Linux i686) AppleWebKit/533.0 (KHTML, like Gecko) Chrome/24.0.803.0 Safari/533.0 Edge/40.11325", "deviceDetail": {"deviceId": "fc784602-6455-4450-be3c-6770e0359f8a", "displayName": "JAMIEWATSON-LT", "operatingSystem": "Windows 10", "browser": "Edge 40.11325", "isCompliant": true, "isManaged": true, "trustType": "Azure AD joined"}, "location": {"city": "Port Denisetown", "state": "Smithton", "countryOrRegion": "XR", "geoCoordinates": {"latitude": 3.5518965, "longitude": 131.871582}}, "correlationId": "75972840-0ead-4347-8f82-a0feec9bc3fa", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "5d5e5568-b6a0-45fc-b7f7-1b351b7f4027", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "processingTimeInMilliseconds": 99, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Adobe Identity Management Service", "resourceId": "24578515-1951-4064-967d-0d2acaf0aa70", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 256668, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "A0dxo3xv6al54Mg4JrNjnSjsH6Nk1sVVxU6It6HoY9fIlYh6", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "0e68752b-7dfa-400b-a6f5-1b54af90696a"}}, {"time": "2022-08-17T19:37:55.702946Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "86.154.193.190", "correlationId": "9b2d5dfb-bf59-4abe-84ae-96da55493f6f", "identity": "Jamie Watson", "Level": 4, "location": "XR", "properties": {"id": "34c51c65-943b-4b0f-9822-0dcdd9d96400", "createdDateTime": "2022-08-17T19:37:55.846946Z", "userDisplayName": "Jamie Watson", "userPrincipalName": "jwatson@domain.com", "userId": "2844695b-9a70-48ed-a5ce-f3d711e2292b", "appId": "ff331372-a9ab-481b-ba03-0282afd64acf", "appDisplayName": "InStation", "ipAddress": "86.154.193.190", "status": {"errorCode": 0}, "clientAppUsed": "Browser", "deviceDetail": {"deviceId": "fc784602-6455-4450-be3c-6770e0359f8a", "displayName": "JAMIEWATSON-LT", "operatingSystem": "Windows10", "browser": "Rich Client 4.22.0.0", "isCompliant": true, "isManaged": true, "trustType": "Azure AD joined"}, "location": {"city": "Port Denisetown", "state": "Smithton", "countryOrRegion": "XR", "geoCoordinates": {"latitude": 3.5518965, "longitude": 131.871582}}, "correlationId": "58a46e8d-7e2b-4de4-8218-bab9bef991f3", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "bde1bcdf-6ee7-4e62-bbc5-eb33cef963c1", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 144, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "InStation Service", "resourceId": "1836739a-2577-4efd-a7e3-a88b0b9ae7b3", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 256668, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "WkiDPalLiWgdNOvvcLrqWQGhZ14LDFzp9EKglm3UMdAlTj2s", "incomingTokenType": "none", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "7408d08d-c9ff-40c8-9e89-96133f1850e9", "rngcStatus": 0}}, {"time": "2022-08-17T19:47:05.052991Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "99.116.100.205", "correlationId": "63f21218-b3b7-4655-8467-792cf3162669", "identity": "Aaron Cole", "Level": 4, "location": "XD", "properties": {"id": "20f677f0-ddf9-46df-bf50-9e295d799100", "createdDateTime": "2022-08-17T19:47:05.126991Z", "userDisplayName": "Aaron Cole", "userPrincipalName": "acole@domain.com", "userId": "5d557969-1645-4ba4-be83-b6fd943659f7", "appId": "e47a1d38-5f61-45cd-b1b9-bc92f525c598", "appDisplayName": "Altoura", "ipAddress": "99.116.100.205", "status": {"errorCode": 0}, "clientAppUsed": "Browser", "userAgent": "Mozilla/5.0 (Linux; Android 2.3.5) AppleWebKit/532.2 (KHTML, like Gecko) Chrome/46.0.898.0 Safari/532.2 Edge/105.19198", "deviceDetail": {"deviceId": "", "operatingSystem": "Windows 10", "browser": "Edge 105.19198"}, "location": {"city": "Carrollstad", "state": "Norrisbury", "countryOrRegion": "XD", "geoCoordinates": {"latitude": -38.8540465, "longitude": -17.674718}}, "correlationId": "48bb7c0f-49f0-4202-a571-a97ee405f577", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "68f77c51-42d0-416f-9921-79929433a04f", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 74, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Altoura Online", "resourceId": "f0630e90-b752-4960-bfb9-a0794fc34930", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 214655, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "wPm64kgzwbrLnD2Devnc6v7j2Ka558DBOfH5kwvolFJSxg6H", "incomingTokenType": "none", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "1f37c851-4be4-455b-928a-fbde7845a68a", "rngcStatus": 0}}, {"time": "2022-08-17T19:48:00.051663Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "13.113.40.157", "correlationId": "4cec30e8-2e63-46df-8573-193f028199d5", "identity": "Attack Target", "Level": 4, "location": "XR", "properties": {"id": "8df9025f-c06f-49ed-963b-b5ca496c6500", "createdDateTime": "2022-08-17T19:48:00.183663Z", "userDisplayName": "Attack Target", "userPrincipalName": "attacktarget@domain.com", "userId": "d735e84b-dcca-404d-9f7d-700f360f41a6", "appId": "9a7e67c7-6f05-42a3-b226-97c7ec3e9696", "appDisplayName": "Adobe Identity Management", "ipAddress": "13.113.40.157", "status": {"errorCode": 0}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (iPad; CPU iPad OS 9_3_6 like Mac OS X) AppleWebKit/536.1 (KHTML, like Gecko) CriOS/42.0.865.0 Mobile/77O124 Safari/536.1 Edge/99.14477", "deviceDetail": {"deviceId": "a44625dc-6f81-449a-9799-8005f7209b42", "displayName": "ATTACKTARGET-LT", "operatingSystem": "Windows 10", "browser": "Edge 99.14477", "trustType": "Azure AD registered"}, "location": {"city": "New John", "state": "Smithfort", "countryOrRegion": "XR", "geoCoordinates": {"latitude": -89.144242, "longitude": 168.119022}}, "correlationId": "56702dfd-7f61-438d-885c-9777b7674261", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "c3f93e57-79ef-4a82-89b5-6f0465293625", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 132, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Adobe Identity Management Service", "resourceId": "7d6a0897-8b82-49e9-90e2-d482fb9202bd", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 34974, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "SpnSvDWaqwn2jL3eLL9XWMjLYhXzBSHhSJJVrp6X38t4eb5x", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "537d9419-7e2b-4778-9102-62256bcfcf45", "rngcStatus": 0}}, {"time": "2022-08-17T19:50:57.440737Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "13.113.40.157", "correlationId": "0bee5a5e-9012-41d0-aa56-2191c5152385", "identity": "Attack Target", "Level": 4, "location": "XR", "properties": {"id": "09f5a465-b9bd-4377-a98a-f7dd91e94000", "createdDateTime": "2022-08-17T19:50:57.585737Z", "userDisplayName": "Attack Target", "userPrincipalName": "attacktarget@domain.com", "userId": "d735e84b-dcca-404d-9f7d-700f360f41a6", "appId": "9a7e67c7-6f05-42a3-b226-97c7ec3e9696", "appDisplayName": "Adobe Identity Management", "ipAddress": "13.113.40.157", "status": {"errorCode": 0}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (iPad; CPU iPad OS 9_3_6 like Mac OS X) AppleWebKit/536.1 (KHTML, like Gecko) CriOS/42.0.865.0 Mobile/77O124 Safari/536.1 Edge/99.14477", "deviceDetail": {"deviceId": "a44625dc-6f81-449a-9799-8005f7209b42", "displayName": "ATTACKTARGET-LT", "operatingSystem": "Windows 10", "browser": "Edge 99.14477", "trustType": "Azure AD registered"}, "location": {"city": "New John", "state": "Smithfort", "countryOrRegion": "XR", "geoCoordinates": {"latitude": -89.144242, "longitude": 168.119022}}, "correlationId": "ff5a9cc2-d5cf-45b8-b331-ed3c135f82dc", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "c3238e36-4d21-46b0-8d6e-95253e6d15b0", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "processingTimeInMilliseconds": 145, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Adobe Identity Management Service", "resourceId": "80abac89-d2c0-4b6c-8ffc-5023bd7efc5e", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 34974, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "PlA3pLsK0emWi9w9OSuqOJHWdgTzHaJ2Se2V5F137yR1Gr4E", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": null}}, {"time": "2022-08-17T20:08:38.705857Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "13.113.40.157", "correlationId": "1a4e07de-83e0-4c35-ba38-af123a7396ac", "identity": "Attack Target", "Level": 4, "location": "XR", "properties": {"id": "07e9bef6-9926-4484-b7b4-4a15a5558d00", "createdDateTime": "2022-08-17T20:08:38.859857Z", "userDisplayName": "Attack Target", "userPrincipalName": "attacktarget@domain.com", "userId": "d735e84b-dcca-404d-9f7d-700f360f41a6", "appId": "9a7e67c7-6f05-42a3-b226-97c7ec3e9696", "appDisplayName": "Adobe Identity Management", "ipAddress": "13.113.40.157", "ipAddressFromResourceProvider": "13.113.40.157", "status": {"errorCode": 0}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (iPad; CPU iPad OS 9_3_6 like Mac OS X) AppleWebKit/536.1 (KHTML, like Gecko) CriOS/42.0.865.0 Mobile/77O124 Safari/536.1 Edge/99.14477", "deviceDetail": {"deviceId": "a44625dc-6f81-449a-9799-8005f7209b42", "displayName": "ATTACKTARGET-LT", "operatingSystem": "Windows 10", "browser": "Edge 99.14477", "trustType": "Azure AD registered"}, "location": {"city": "Smithfort", "state": "Smithfort", "countryOrRegion": "XR", "geoCoordinates": {"latitude": 3.7564095, "longitude": -121.574606}}, "correlationId": "60cb1d70-4029-441a-ad3a-ab56a63200fa", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "1bda37b8-94dd-4715-8fcc-8b30760e787d", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 154, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Adobe Identity Management Service", "resourceId": "c8eab36d-0a82-409d-8693-a8dabc997921", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 34974, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "cLhUSwgVVEuzYUE5Xjr2IJHOlcUzjScYwGg2Z3XuEN84UcMv", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "2248d3ef-d7b8-4eb2-bd20-fb53f725bfe3", "rngcStatus": 0}}, {"time": "2022-08-17T20:24:40.363462Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "86.154.193.190", "correlationId": "26189007-5658-4924-9963-5511eb7e1760", "identity": "Kristen Howell", "Level": 4, "location": "XR", "properties": {"id": "6b98f00f-aa3d-46fc-af8a-c08711168500", "createdDateTime": "2022-08-17T20:24:40.496462Z", "userDisplayName": "Kristen Howell", "userPrincipalName": "khowell@domain.com", "userId": "20e1e3f9-665f-45bd-9984-5e74b526d3b5", "appId": "bf2855c0-7434-4262-8885-ad2f5206d324", "appDisplayName": "COINS Construction Cloud - Project and Productivity Apps", "ipAddress": "86.154.193.190", "status": {"errorCode": 0, "additionalDetails": "MFA requirement satisfied by claim in the token"}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (X11; Linux i686) AppleWebKit/533.0 (KHTML, like Gecko) Chrome/24.0.803.0 Safari/533.0 Edge/40.11325", "deviceDetail": {"deviceId": "6ea76864-5f18-47dd-adb9-2b1dfcbfc425", "displayName": "KRISTENHOWELL-LT", "operatingSystem": "Windows 10", "browser": "Edge 40.11325", "isCompliant": true, "isManaged": true, "trustType": "Azure AD joined"}, "location": {"city": "Port Denisetown", "state": "Smithton", "countryOrRegion": "XR", "geoCoordinates": {"latitude": 3.5518965, "longitude": 131.871582}}, "mfaDetail": {}, "correlationId": "8860b791-2386-41f8-b8a9-3a54a9f09a9d", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "fb86ee9f-7271-480c-b570-bab0651dba4e", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 133, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "COINS Construction Cloud - Project and Productivity Apps Service", "resourceId": "f0630e90-b752-4960-bfb9-a0794fc34930", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 256668, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "pfTPUYClBmsQTtDZ0M6llmCnewdrgDa8Y76y2tGbSTQgYgaS", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "1f37c851-4be4-455b-928a-fbde7845a68a", "rngcStatus": 0}}, {"time": "2022-08-17T20:34:04.826331Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "147.132.189.119", "correlationId": "05c2f480-5f0c-46ff-8cf5-b7a30c1887db", "identity": "Cassie Fernandez", "Level": 4, "location": "XR", "properties": {"id": "5960508f-6c99-4371-9d17-a215c21c6200", "createdDateTime": "2022-08-17T20:34:04.934331Z", "userDisplayName": "Cassie Fernandez", "userPrincipalName": "cfernandez@domain.com", "userId": "67ef8be6-3f44-4db7-8172-fd6211428c1e", "appId": "9a7e67c7-6f05-42a3-b226-97c7ec3e9696", "appDisplayName": "Adobe Identity Management", "ipAddress": "147.132.189.119", "status": {"errorCode": 0}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (iPad; CPU iPad OS 9_3_6 like Mac OS X) AppleWebKit/536.1 (KHTML, like Gecko) CriOS/42.0.865.0 Mobile/77O124 Safari/536.1 Edge/99.14477", "deviceDetail": {"deviceId": "bf67c857-685a-4457-89c4-db2afa581bd2", "displayName": "CASSIEFERNANDEZ-LT", "operatingSystem": "Windows 10", "browser": "Edge 99.14477", "trustType": "Hybrid Azure AD joined"}, "location": {"city": "Port Denisetown", "state": "Smithton", "countryOrRegion": "XR", "geoCoordinates": {"latitude": 3.5518965, "longitude": 131.871582}}, "correlationId": "5a3913a5-33ef-46e7-a30b-908f935a294f", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "f212fece-fe0f-4f19-96c0-0859dbc6a0f2", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 108, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Adobe Identity Management Service", "resourceId": "80abac89-d2c0-4b6c-8ffc-5023bd7efc5e", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 256668, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "FkItj4hTwoLTU6QTi9epmvxfmPYynPuKsiqRAEtz4WMK8wcw", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": null, "rngcStatus": 0}}, {"time": "2022-08-17T20:56:21.480652Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "42.62.103.34", "correlationId": "95e09348-d801-4b1c-a1a4-55757e292dc5", "identity": "Joseph Taylor", "Level": 4, "location": "XF", "properties": {"id": "fa857fed-7d3f-40f5-b98a-925c56b56c00", "createdDateTime": "2022-08-17T20:56:21.565652Z", "userDisplayName": "Joseph Taylor", "userPrincipalName": "jtaylor@domain.com", "userId": "af9847eb-c773-41ae-bf94-42747c5e986c", "appId": "9d794ea1-8d77-42e3-9fdd-6fd3620d616a", "appDisplayName": "Alaya", "ipAddress": "42.62.103.34", "status": {"errorCode": 0, "additionalDetails": "MFA requirement satisfied by claim in the token"}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (iPad; CPU iPad OS 9_3_6 like Mac OS X) AppleWebKit/536.1 (KHTML, like Gecko) CriOS/42.0.865.0 Mobile/77O124 Safari/536.1 Edge/99.14477", "deviceDetail": {"deviceId": "76b96bd3-e5d7-49ee-b195-bf363facdb3d", "displayName": "JOSEPHTAYLOR-LT", "operatingSystem": "Windows 10", "browser": "Edge 99.14477", "isCompliant": true, "isManaged": true, "trustType": "Azure AD joined"}, "location": {"city": "Jessicafurt", "state": "Smithbury", "countryOrRegion": "XF", "geoCoordinates": {"latitude": 17.5082395, "longitude": -115.304215}}, "mfaDetail": {}, "correlationId": "d4d7d7c5-9e34-4d8d-802f-70a567cb3da8", "conditionalAccessStatus": "notApplied", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "c5d342e2-535e-4378-bca5-c6795bf8857f", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 85, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Alaya Service", "resourceId": "160206c5-38b8-4cb6-9549-0c8c3b1a9661", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 393508, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "4y03MFalfQ3FH1StNgN2DE1Er58cO6X2TtLdL2qTthhHczLG", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "a98241f8-e789-4dcd-8f11-cc1ec1c92092", "rngcStatus": 0}}, {"time": "2022-08-17T21:03:50.905223Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "700082", "resultSignature": "None", "resultDescription": "Other", "durationMs": 0, "callerIpAddress": "54.119.29.60", "correlationId": "2a896894-c892-4e14-a677-503271953c86", "identity": "Thomas Price", "Level": 4, "location": "XR", "properties": {"id": "381dc42c-1581-42c2-8b81-ee5d69746b00", "createdDateTime": "2022-08-17T21:03:51.006223Z", "userDisplayName": "Thomas Price", "userPrincipalName": "tprice@domain.com", "userId": "32109ee2-ee4f-4d11-9c38-2556aec0f2b5", "appId": "9a7e67c7-6f05-42a3-b226-97c7ec3e9696", "appDisplayName": "Adobe Identity Management", "ipAddress": "54.119.29.60", "status": {"errorCode": 700082, "failureReason": "Other"}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (X11; Linux i686) AppleWebKit/535.2 (KHTML, like Gecko) Chrome/22.0.843.0 Safari/535.2 Edge/118.12158", "deviceDetail": {"deviceId": "852272bd-2ab1-474f-a99e-4922ea7031d3", "displayName": "THOMASPRICE-LT", "operatingSystem": "Windows 10", "browser": "Edge 118.12158", "trustType": "Hybrid Azure AD joined"}, "location": {"city": "Port Kimberlytown", "state": "Curtisport", "countryOrRegion": "XR", "geoCoordinates": {"latitude": 26.3152295, "longitude": 147.770404}}, "correlationId": "fc5a923c-ecf8-42cc-b3c8-68d541dea04b", "conditionalAccessStatus": "notApplied", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "67e36ee7-a181-44c4-bfd1-c45e527acf09", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 101, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Adobe Identity Management Service", "resourceId": "30663ca7-f8a9-43ab-8ca1-7906bdbc1485", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 359213, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "clSzJ4nAijb0mgyaTV3NHzPPygNqtZhU4GB2d06EMPY67Kxa", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "a6c259e5-7f16-48b2-a9f3-75becd6daa9b", "rngcStatus": 0}}, {"time": "2022-08-17T21:08:15.312970Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "SignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "42.62.103.34", "correlationId": "bc47e02b-632c-000a-e5e0-47bc2c63d801", "identity": "Joseph Taylor", "Level": 4, "location": "XF", "properties": {"id": "720d181b-6cd7-4a61-bb3c-89a637818e00", "createdDateTime": "2022-08-17T21:08:15.423970Z", "userDisplayName": "Joseph Taylor", "userPrincipalName": "jtaylor@domain.com", "userId": "af9847eb-c773-41ae-bf94-42747c5e986c", "appId": "895b9fb3-4084-4f9f-a314-d082d67e3c5c", "appDisplayName": "Airstack", "ipAddress": "42.62.103.34", "status": {"errorCode": 0}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (iPad; CPU iPad OS 9_3_5 like Mac OS X) AppleWebKit/536.1 (KHTML, like Gecko) CriOS/26.0.852.0 Mobile/33A194 Safari/536.1 Edge/27.13255", "deviceDetail": {"deviceId": "", "operatingSystem": "Windows 10", "browser": "Edge 27.13255"}, "location": {"city": "Jessicafurt", "state": "Smithbury", "countryOrRegion": "XF", "geoCoordinates": {"latitude": 17.5082395, "longitude": -115.304215}}, "correlationId": "a4ec3f04-e6df-4398-b2f2-e5a0f56c94cf", "conditionalAccessStatus": "notApplied", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "1990cf95-5464-414b-9274-a016cc5ce59c", "isInteractive": true, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 111, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Airstack Service", "resourceId": "01f2a7c1-e668-4e23-a099-726ca374f477", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "alternateSignInName": "jtaylor1@domain.com", "signInIdentifier": "jtaylor1@domain.com", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 393508, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "1tZ6A6gzT5kXlcgctLKXZgk5u13A0ka8h0YiGOzaUfingJNF", "incomingTokenType": "none", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "e133b8e5-4d8b-4e43-9ae4-962ce64fbbd5", "rngcStatus": 0}}, {"time": "2022-08-17T21:16:48.340177Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "147.132.189.119", "correlationId": "60f5f52e-8b90-4a71-802c-6cea6e919e74", "identity": "Melissa Martin", "Level": 4, "location": "XR", "properties": {"id": "36248e68-8333-45f4-aadc-85f6fd0e7100", "createdDateTime": "2022-08-17T21:16:48.437177Z", "userDisplayName": "Melissa Martin", "userPrincipalName": "mmartin@domain.com", "userId": "632ccb55-03a7-40f4-9893-653527cae790", "appId": "9a7e67c7-6f05-42a3-b226-97c7ec3e9696", "appDisplayName": "Adobe Identity Management", "ipAddress": "147.132.189.119", "status": {"errorCode": 0}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (iPad; CPU iPad OS 9_3_6 like Mac OS X) AppleWebKit/536.1 (KHTML, like Gecko) CriOS/42.0.865.0 Mobile/77O124 Safari/536.1 Edge/99.14477", "deviceDetail": {"deviceId": "", "operatingSystem": "Windows 10", "browser": "Edge 99.14477"}, "location": {"city": "Port Denisetown", "state": "Smithton", "countryOrRegion": "XR", "geoCoordinates": {"latitude": 3.5518965, "longitude": 131.871582}}, "correlationId": "14f3f4a4-d6e5-4a8c-94bb-8af017a458ec", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "3997b3db-ed6d-48cf-a6e9-5ed536d67438", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 97, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Adobe Identity Management Service", "resourceId": "2c3383ff-432a-49ee-bb8b-8699a7d0416f", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 256668, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "FtEdfsN3hN1CNXHRh1X0g35DS27LjtUI5GuH67xd7GHujTB6", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "35efb8e5-3b35-4a86-b7ce-660b69bfa773", "rngcStatus": 0}}, {"time": "2022-08-17T21:19:41.608759Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "42.62.103.34", "correlationId": "c96b208d-1ff3-4f4f-abc6-9679eacfa27b", "identity": "Joseph Taylor", "Level": 4, "location": "XF", "properties": {"id": "a9f8bd26-0603-463f-b131-cbc26e635400", "createdDateTime": "2022-08-17T21:19:41.723759Z", "userDisplayName": "Joseph Taylor", "userPrincipalName": "jtaylor@domain.com", "userId": "af9847eb-c773-41ae-bf94-42747c5e986c", "appId": "e47a1d38-5f61-45cd-b1b9-bc92f525c598", "appDisplayName": "Altoura", "ipAddress": "42.62.103.34", "status": {"errorCode": 0, "additionalDetails": "MFA requirement satisfied by claim in the token"}, "clientAppUsed": "Browser", "userAgent": "Mozilla/5.0 (Linux; Android 2.3.5) AppleWebKit/532.2 (KHTML, like Gecko) Chrome/46.0.898.0 Safari/532.2 Edge/105.19198", "deviceDetail": {"deviceId": "76b96bd3-e5d7-49ee-b195-bf363facdb3d", "displayName": "JOSEPHTAYLOR-LT", "operatingSystem": "Windows 10", "browser": "Edge 105.19198", "isCompliant": true, "isManaged": true, "trustType": "Azure AD joined"}, "location": {"city": "Jessicafurt", "state": "Smithbury", "countryOrRegion": "XF", "geoCoordinates": {"latitude": 17.5082395, "longitude": -115.304215}}, "mfaDetail": {}, "correlationId": "e45a1502-39cb-4956-9957-3cc5b8b511ce", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "06adf540-f251-4c5c-a057-3d4bef36837f", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "processingTimeInMilliseconds": 115, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Altoura Online", "resourceId": "f0630e90-b752-4960-bfb9-a0794fc34930", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 393508, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "ecw2022js5cYSPI7mtl0QhQ9p0AIF3yArJhK7nlSXdMWCdCb", "incomingTokenType": "none", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "1f37c851-4be4-455b-928a-fbde7845a68a"}}, {"time": "2022-08-17T21:22:29.095956Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "199.12.127.103", "correlationId": "2e60fe30-437a-4414-b7e5-2c440bfa5c16", "identity": "Jacob Meyers", "Level": 4, "location": "XG", "properties": {"id": "0a1c0209-99d2-4eb0-a92b-1366cf264f00", "createdDateTime": "2022-08-17T21:22:29.201956Z", "userDisplayName": "Jacob Meyers", "userPrincipalName": "jmeyers@domain.com", "userId": "c63a67b0-1651-4a8a-9560-cc703cdad5ad", "appId": "70bf7fd4-4445-4e85-a7c4-3375230156a6", "appDisplayName": "Office 365 Exchange Online", "ipAddress": "199.12.127.103", "status": {"errorCode": 0}, "clientAppUsed": "Mobile Apps and Desktop clients", "deviceDetail": {"deviceId": "", "operatingSystem": "Android"}, "location": {"city": "Port Nathan", "state": "Newmanville", "countryOrRegion": "XG", "geoCoordinates": {"latitude": 23.244641, "longitude": -113.392021}}, "correlationId": "d4122bf3-cee4-4ac9-9e15-914c6cdd50ff", "conditionalAccessStatus": "notApplied", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "e4975579-8244-4142-ac72-fc3cc77a1b53", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "processingTimeInMilliseconds": 106, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Office 365 Exchange Online Online", "resourceId": "f72c694e-4e03-4616-91f3-78c5fe54122a", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 282405, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "VyBpGDSHclf1DM3NHDGavnA2gMpehdw1QsYhx7IOfnnW9d85", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "1674f597-9877-4ff9-a5d9-accfea860d15"}}, {"time": "2022-08-17T21:23:26.604054Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "156.206.181.119", "correlationId": "be4e99dc-efe5-49fa-888d-7740e1ffeb01", "identity": "Cynthia Perry", "Level": 4, "location": "XY", "properties": {"id": "b62243d9-70f0-4a91-8086-5bb326e34d00", "createdDateTime": "2022-08-17T21:23:26.692054Z", "userDisplayName": "Cynthia Perry", "userPrincipalName": "cperry@domain.com", "userId": "ac5fa380-9d5b-470e-beb2-5ba10aca48e6", "appId": "9de6e985-97a5-4d82-9c45-aedaa9c25ef9", "appDisplayName": "AWS Single-Account Access", "ipAddress": "156.206.181.119", "status": {"errorCode": 0}, "clientAppUsed": "Browser", "deviceDetail": {"deviceId": "", "operatingSystem": "Windows"}, "location": {"city": "Hannaville", "state": "Thomashaven", "countryOrRegion": "XY", "geoCoordinates": {"latitude": 1.1452695, "longitude": 128.249211}}, "correlationId": "b89c6697-cab4-4500-92ab-6df632c4a957", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "3a26e1d8-6c78-43b2-954a-1a5eed614813", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "processingTimeInMilliseconds": 88, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "AWS Single-Account Access Service", "resourceId": "9a84f55e-3a40-492c-9476-e069f64ed7a6", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 279165, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "PflfNiF4FB7jO3SRZe7M2sUWyyeEQ3SomnqI7uzuArMdw4wW", "incomingTokenType": "none", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "37ee873b-f901-4e25-be69-010243106d0f"}}, {"time": "2022-08-17T21:28:41.499995Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "147.132.189.119", "correlationId": "04615824-e734-4764-9534-3ba4cc07411a", "identity": "Terry Proctor", "Level": 4, "location": "XR", "properties": {"id": "a9f8bd26-0603-463f-b131-cbc24c715700", "createdDateTime": "2022-08-17T21:28:41.594995Z", "userDisplayName": "Terry Proctor", "userPrincipalName": "tproctor@domain.com", "userId": "03110cc5-e54f-4dae-b68a-bf5d945f8152", "appId": "bf2855c0-7434-4262-8885-ad2f5206d324", "appDisplayName": "COINS Construction Cloud - Project and Productivity Apps", "ipAddress": "147.132.189.119", "status": {"errorCode": 0, "additionalDetails": "MFA requirement satisfied by claim in the token"}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (X11; Linux i686) AppleWebKit/533.0 (KHTML, like Gecko) Chrome/24.0.803.0 Safari/533.0 Edge/40.11325", "deviceDetail": {"deviceId": "88ee69d5-1eb7-4f29-b594-e9b4e3371940", "displayName": "TERRYPROCTOR-LT", "operatingSystem": "Windows 10", "browser": "Edge 40.11325", "isCompliant": true, "isManaged": true, "trustType": "Azure AD joined"}, "location": {"city": "Port Denisetown", "state": "Smithton", "countryOrRegion": "XR", "geoCoordinates": {"latitude": 3.5518965, "longitude": 131.871582}}, "mfaDetail": {}, "correlationId": "43b3b86b-f36f-4c61-b95f-fae586a1f01b", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "0b16ab1a-b4c9-453c-b015-4617d46d0a19", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "processingTimeInMilliseconds": 95, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "COINS Construction Cloud - Project and Productivity Apps Service", "resourceId": "054f44f6-54fb-4ef0-9fc3-d3ec90e47d0d", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 256668, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "1xfLPuJEBy3T1AhQKnNuH9BqdNKQCvufj8HAfZzMz0pezm8T", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": null}}, {"time": "2022-08-17T21:33:58.001403Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "SignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "199.12.127.103", "correlationId": "4b491a7d-97cb-49d7-9a23-dd99612fc811", "identity": "Jacob Meyers", "Level": 4, "location": "XG", "properties": {"id": "b7f5af53-c3a8-4597-83ff-57a21a606f00", "createdDateTime": "2022-08-17T21:33:58.091403Z", "userDisplayName": "Jacob Meyers", "userPrincipalName": "jmeyers@domain.com", "userId": "c63a67b0-1651-4a8a-9560-cc703cdad5ad", "appId": "1b3edb90-1e06-46db-b021-e2fc1f7ddaf5", "appDisplayName": "Beatrust", "ipAddress": "199.12.127.103", "status": {"errorCode": 0}, "clientAppUsed": "Browser", "userAgent": "Mozilla/5.0 (Windows NT 5.1) AppleWebKit/534.1 (KHTML, like Gecko) Chrome/37.0.847.0 Safari/534.1", "deviceDetail": {"deviceId": "", "operatingSystem": "Windows 10", "browser": "Chrome 37.0.847.0"}, "location": {"city": "Port Nathan", "state": "Newmanville", "countryOrRegion": "XG", "geoCoordinates": {"latitude": 23.244641, "longitude": -113.392021}}, "correlationId": "28875a26-513a-4a1f-af29-42dcacab4b28", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "712baa41-fdfb-4c5b-bd9c-0908d906a8e9", "isInteractive": true, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 90, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Beatrust Service", "resourceId": "24578515-1951-4064-967d-0d2acaf0aa70", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 282405, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "JMA006ShQAOqwWOJY28dj5mPAPZbuUs1efT2byEcFC1jNrqk", "incomingTokenType": "none", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "0e68752b-7dfa-400b-a6f5-1b54af90696a", "rngcStatus": 0}}, {"time": "2022-08-17T21:46:19.570975Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "147.132.189.119", "correlationId": "40714217-fb2c-4005-923c-66c2542ee8c6", "identity": "Melissa Martin", "Level": 4, "location": "XR", "properties": {"id": "849f5eb8-988d-4520-b45c-6016e65d7300", "createdDateTime": "2022-08-17T21:46:19.647975Z", "userDisplayName": "Melissa Martin", "userPrincipalName": "mmartin@domain.com", "userId": "632ccb55-03a7-40f4-9893-653527cae790", "appId": "9a7e67c7-6f05-42a3-b226-97c7ec3e9696", "appDisplayName": "Adobe Identity Management", "ipAddress": "147.132.189.119", "status": {"errorCode": 0}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (iPad; CPU iPad OS 9_3_6 like Mac OS X) AppleWebKit/536.1 (KHTML, like Gecko) CriOS/42.0.865.0 Mobile/77O124 Safari/536.1 Edge/99.14477", "deviceDetail": {"deviceId": "", "operatingSystem": "Windows 10", "browser": "Edge 99.14477"}, "location": {"city": "Port Denisetown", "state": "Smithton", "countryOrRegion": "XR", "geoCoordinates": {"latitude": 3.5518965, "longitude": 131.871582}}, "correlationId": "8f701b5e-b4e2-481d-bde8-cca8aa05c723", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "0e9cd4ce-0198-4f20-beea-a83e1429f393", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 77, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Adobe Identity Management Service", "resourceId": "72f0186d-d327-46c9-a8ff-497e0caa8691", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 256668, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "6nBei69tu0URwTzecs2atPVNHe66nSb87FYaLvBG8AllCRhv", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": null, "rngcStatus": 0}}, {"time": "2022-08-17T21:49:43.441850Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "205.33.24.92", "correlationId": "c52752ab-9734-4bbd-9ead-a6e37e2e163b", "identity": "Vanessa Ramirez", "Level": 4, "location": "XD", "properties": {"id": "f505147a-5077-45f0-a7a3-a6b444a76b00", "createdDateTime": "2022-08-17T21:49:43.551850Z", "userDisplayName": "Vanessa Ramirez", "userPrincipalName": "vramirez@domain.com", "userId": "5d72b7ed-62ea-4b94-b931-ccef65d71ebd", "appId": "ad65aaed-51a8-4877-830e-8a5273604c87", "appDisplayName": "Docusign", "ipAddress": "205.33.24.92", "status": {"errorCode": 0}, "clientAppUsed": "Browser", "deviceDetail": {"deviceId": "e395a3f4-8f2d-4170-804f-d3e13ce3151b", "displayName": "VANESSARAMIREZ-LT", "operatingSystem": "Windows", "browser": "Rich Client 4.42.0.0", "trustType": "Azure AD registered"}, "location": {"city": "Kristinmouth", "state": "Norrisbury", "countryOrRegion": "XD", "geoCoordinates": {"latitude": 26.278784, "longitude": -92.042573}}, "correlationId": "91b1d60a-f8a3-4229-833a-4608c776b778", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "86f4a2f3-8323-4a6d-9dec-464533e8f59e", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 110, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Docusign Service", "resourceId": "24578515-1951-4064-967d-0d2acaf0aa70", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 214655, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "3Xz2U17Qr6VCzRvSQEh369ECWVOVkFq4XLfKy0mxvE1GsNMn", "incomingTokenType": "none", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "0e68752b-7dfa-400b-a6f5-1b54af90696a", "rngcStatus": 0}}, {"time": "2022-08-17T22:47:57.857881Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "50173", "resultSignature": "None", "resultDescription": "Fresh auth token is needed. Have the user re-sign using fresh credentials.", "durationMs": 0, "callerIpAddress": "156.206.181.119", "correlationId": "65224af3-0b3f-4147-9e9f-115476393ca8", "identity": "Cynthia Perry", "Level": 4, "location": "XY", "properties": {"id": "6a5f64c1-1a9a-4556-9496-2d20ced18200", "createdDateTime": "2022-08-17T22:47:57.896881Z", "userDisplayName": "Cynthia Perry", "userPrincipalName": "cperry@domain.com", "userId": "ac5fa380-9d5b-470e-beb2-5ba10aca48e6", "appId": "9003b8ba-730c-412d-8972-267700304e01", "appDisplayName": "Box", "ipAddress": "156.206.181.119", "status": {"errorCode": 50173, "failureReason": "Fresh auth token is needed. Have the user re-sign using fresh credentials."}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (Windows NT 4.0) AppleWebKit/531.1 (KHTML, like Gecko) Chrome/20.0.823.0 Safari/531.1 Edge/87.11424", "deviceDetail": {"deviceId": "", "operatingSystem": "Windows 10", "browser": "Edge 87.11424"}, "location": {"city": "Hannaville", "state": "Thomashaven", "countryOrRegion": "XY", "geoCoordinates": {"latitude": 1.1452695, "longitude": 128.249211}}, "correlationId": "5acd2154-c36b-48b8-a047-764abaa844fe", "conditionalAccessStatus": "notApplied", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "f8327c42-6aa3-48f3-9cca-78ca61bc25c0", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 39, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Box Online", "resourceId": "d2c09315-f769-4fc6-9be8-f57cf8efa9cc", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 279165, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "eN4EOlO7QIDo9TXztqXtllD2qWvEk1ugWhuSm1aettq2lcU2", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": null, "rngcStatus": 0}}, {"time": "2022-08-17T23:17:46.814268Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "50158", "resultSignature": "None", "resultDescription": "External security challenge was not satisfied.", "durationMs": 0, "callerIpAddress": "166.105.218.213", "correlationId": "88f6e503-37f6-463d-9292-63e9ddc7412e", "identity": "Thomas Price", "Level": 4, "location": "XR", "properties": {"id": "f464d811-6cfe-4940-b9f3-f88b9d1d5d00", "createdDateTime": "2022-08-17T23:17:46.985268Z", "userDisplayName": "Thomas Price", "userPrincipalName": "tprice@domain.com", "userId": "32109ee2-ee4f-4d11-9c38-2556aec0f2b5", "appId": "79510a8f-6421-4348-a2ea-bcc2b02485c1", "appDisplayName": "Cisco AnyConnect", "ipAddress": "166.105.218.213", "status": {"errorCode": 50158, "failureReason": "External security challenge was not satisfied."}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (X11; Linux i686) AppleWebKit/535.2 (KHTML, like Gecko) Chrome/22.0.843.0 Safari/535.2 Edge/118.12158", "deviceDetail": {"deviceId": "81ad31fb-e9be-4498-b1b2-c62f8fae1a77", "displayName": "THOMASPRICE-LT", "operatingSystem": "Windows 10", "browser": "Edge 118.12158", "trustType": "Hybrid Azure AD joined"}, "location": {"city": "Kevinton", "state": "Smithton", "countryOrRegion": "XR", "geoCoordinates": {"latitude": -87.5106305, "longitude": -77.991036}}, "correlationId": "fde4d5bd-8dd4-42ee-8f72-fd3a0ae29033", "conditionalAccessStatus": "failure", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "e72e7b96-06d2-4d55-b023-3c5a4db7faa4", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "processingTimeInMilliseconds": 171, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Cisco AnyConnect Online", "resourceId": "5d5b8d28-6a28-472e-b837-a4094e466965", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 256668, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "GshyLvtw0vf2wvfoEpJu1pNw8cFziJ0W4LxWSBsb1fgTJ9V4", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "15655e1f-5005-4c53-b3c0-c4a1d1ca5e9e"}}, {"time": "2022-08-17T23:24:12.426310Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "13.113.40.157", "correlationId": "375800c9-2e5b-46a6-a633-277cd82c2aa3", "identity": "Attack Target", "Level": 4, "location": "XR", "properties": {"id": "fabc4b93-f662-4478-a5a8-a2cefbe97d00", "createdDateTime": "2022-08-17T23:24:12.733310Z", "userDisplayName": "Attack Target", "userPrincipalName": "attacktarget@domain.com", "userId": "d735e84b-dcca-404d-9f7d-700f360f41a6", "appId": "9c5b7fe3-0ad2-4ea6-94e5-9e0001f367e3", "appDisplayName": "Articulate 360", "ipAddress": "13.113.40.157", "status": {"errorCode": 0}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (iPad; CPU iPad OS 9_3_6 like Mac OS X) AppleWebKit/536.1 (KHTML, like Gecko) CriOS/42.0.865.0 Mobile/77O124 Safari/536.1 Edge/99.14477", "deviceDetail": {"deviceId": "a44625dc-6f81-449a-9799-8005f7209b42", "displayName": "ATTACKTARGET-LT", "operatingSystem": "Windows 10", "browser": "Edge 99.14477", "trustType": "Azure AD registered"}, "location": {"city": "Smithfort", "state": "Smithfort", "countryOrRegion": "XR", "geoCoordinates": {"latitude": 3.7564095, "longitude": -121.574606}}, "correlationId": "ba630bee-ede3-4d7c-9eef-f1599bba6c30", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "779c3491-9c15-43fa-819d-c14785ec339a", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 307, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Articulate 360 Online", "resourceId": "436260d5-3791-4aea-a4da-aa698ec35f2f", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 34974, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "f6SBJV7wMo65laSoLOXTQdD0aWSN1RPVDyDQsRsrnoUbQ0d5", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "94b9f3ba-5f4b-4edc-99dc-a420b76960f9", "rngcStatus": 0}}, {"time": "2022-08-17T23:49:55.637329Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "205.33.24.92", "correlationId": "69b99dcc-4234-4c2e-85ab-8f6483b913cd", "identity": "Vanessa Ramirez", "Level": 4, "location": "XD", "properties": {"id": "b07bba22-ec36-47ef-95f1-3c7fb45f3c00", "createdDateTime": "2022-08-17T23:49:55.758329Z", "userDisplayName": "Vanessa Ramirez", "userPrincipalName": "vramirez@domain.com", "userId": "5d72b7ed-62ea-4b94-b931-ccef65d71ebd", "appId": "9de6e985-97a5-4d82-9c45-aedaa9c25ef9", "appDisplayName": "AWS Single-Account Access", "ipAddress": "205.33.24.92", "status": {"errorCode": 0}, "clientAppUsed": "Browser", "deviceDetail": {"deviceId": "e395a3f4-8f2d-4170-804f-d3e13ce3151b", "displayName": "VANESSARAMIREZ-LT", "operatingSystem": "Windows", "trustType": "Azure AD registered"}, "location": {"city": "Kristinmouth", "state": "Norrisbury", "countryOrRegion": "XD", "geoCoordinates": {"latitude": 26.278784, "longitude": -92.042573}}, "correlationId": "1a81be35-06d4-4c1b-857d-2f9cadf49051", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "f5a12118-125b-442a-b15f-0178b52075f4", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 121, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "AWS Single-Account Access Service", "resourceId": "9a84f55e-3a40-492c-9476-e069f64ed7a6", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 214655, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "aDshftJ7vrd6Un50jUFosybesduSiaxLwysFWVKEsacpz0K3", "incomingTokenType": "none", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "37ee873b-f901-4e25-be69-010243106d0f", "rngcStatus": 0}}, {"time": "2022-08-17T23:52:18.841496Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "92.110.109.246", "correlationId": "eff16282-ccca-4ee1-99bf-01bcefac06fe", "identity": "Joseph Taylor", "Level": 4, "location": "XR", "properties": {"id": "10851c42-cb04-4202-b7bb-75c76b3ba200", "createdDateTime": "2022-08-17T23:52:18.930496Z", "userDisplayName": "Joseph Taylor", "userPrincipalName": "jtaylor@domain.com", "userId": "af9847eb-c773-41ae-bf94-42747c5e986c", "appId": "2eae4ad1-8cae-48fe-b718-76bd66e2fc7f", "appDisplayName": "Bipsync", "ipAddress": "92.110.109.246", "status": {"errorCode": 0, "additionalDetails": "MFA requirement satisfied by claim in the token"}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (iPad; CPU iPad OS 9_3_6 like Mac OS X) AppleWebKit/536.1 (KHTML, like Gecko) CriOS/42.0.865.0 Mobile/77O124 Safari/536.1 Edge/99.14477", "deviceDetail": {"deviceId": "76b96bd3-e5d7-49ee-b195-bf363facdb3d", "displayName": "JOSEPHTAYLOR-LT", "operatingSystem": "Windows 10", "browser": "Edge 99.14477", "isCompliant": true, "isManaged": true, "trustType": "Azure AD joined"}, "location": {"city": "Port Denisetown", "state": "Smithton", "countryOrRegion": "XR", "geoCoordinates": {"latitude": 3.5518965, "longitude": 131.871582}}, "mfaDetail": {}, "correlationId": "6fb3227f-25cf-4802-acc0-a28ef3803e84", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "e9d0c851-9340-411f-916c-3c42bc7f7a12", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 89, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Bipsync Service", "resourceId": "aaf780ce-b996-49b9-986d-8bb23f7bce3a", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 230297, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "xc2bSfDGyPaJlRXLNmGVNoZljyB2SA0dRmmu9jJ9ivtcRxSE", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "b7da42cc-a168-4148-b15a-792ad32c2ff5", "rngcStatus": 0}}, {"time": "2022-08-17T23:57:53.845029Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "13.113.40.157", "correlationId": "a4c4ce53-1b24-49be-b60b-cdc0a1cc4173", "identity": "Attack Target", "Level": 4, "location": "XR", "properties": {"id": "adaecd29-d27b-47bd-bda0-f9ce90206700", "createdDateTime": "2022-08-17T23:57:53.968029Z", "userDisplayName": "Attack Target", "userPrincipalName": "attacktarget@domain.com", "userId": "d735e84b-dcca-404d-9f7d-700f360f41a6", "appId": "9a7e67c7-6f05-42a3-b226-97c7ec3e9696", "appDisplayName": "Adobe Identity Management", "ipAddress": "13.113.40.157", "ipAddressFromResourceProvider": "13.113.40.157", "status": {"errorCode": 0}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (iPad; CPU iPad OS 9_3_6 like Mac OS X) AppleWebKit/536.1 (KHTML, like Gecko) CriOS/42.0.865.0 Mobile/77O124 Safari/536.1 Edge/99.14477", "deviceDetail": {"deviceId": "a44625dc-6f81-449a-9799-8005f7209b42", "displayName": "ATTACKTARGET-LT", "operatingSystem": "Windows 10", "browser": "Edge 99.14477", "trustType": "Azure AD registered"}, "location": {"city": "Smithfort", "state": "Smithfort", "countryOrRegion": "XR", "geoCoordinates": {"latitude": 3.7564095, "longitude": -121.574606}}, "correlationId": "72093699-9dba-408d-b92b-b6642f51879f", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "6dcedb04-73aa-48fe-8552-de575eae1586", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 123, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Adobe Identity Management Service", "resourceId": "c8eab36d-0a82-409d-8693-a8dabc997921", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 34974, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "9F0Td5uY87ENzGdtdw6NqbCI5GLA9t4NFt80aEGP6sDLSYM9", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "2248d3ef-d7b8-4eb2-bd20-fb53f725bfe3", "rngcStatus": 0}}, {"time": "2022-08-18T00:04:04.684712Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "50158", "resultSignature": "None", "resultDescription": "External security challenge was not satisfied.", "durationMs": 0, "callerIpAddress": "105.169.153.183", "correlationId": "1a9ddc0a-2bdd-44b5-88a6-2e3eb5877776", "identity": "Thomas Price", "Level": 4, "location": "XR", "properties": {"id": "21d9bc2a-9249-4dd7-ac71-d73d5c896400", "createdDateTime": "2022-08-18T00:04:04.821712Z", "userDisplayName": "Thomas Price", "userPrincipalName": "tprice@domain.com", "userId": "32109ee2-ee4f-4d11-9c38-2556aec0f2b5", "appId": "79510a8f-6421-4348-a2ea-bcc2b02485c1", "appDisplayName": "Cisco AnyConnect", "ipAddress": "105.169.153.183", "status": {"errorCode": 50158, "failureReason": "External security challenge was not satisfied."}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (X11; Linux i686) AppleWebKit/535.2 (KHTML, like Gecko) Chrome/22.0.843.0 Safari/535.2 Edge/118.12158", "deviceDetail": {"deviceId": "61720755-0e96-468f-9935-10dacdc868e4", "displayName": "THOMASPRICE-LT", "operatingSystem": "Windows 10", "browser": "Edge 118.12158", "trustType": "Hybrid Azure AD joined"}, "location": {"city": "Kevinton", "state": "Smithton", "countryOrRegion": "XR", "geoCoordinates": {"latitude": -87.5106305, "longitude": -77.991036}}, "correlationId": "682f029f-7601-40eb-bbc1-ea25d6c70b09", "conditionalAccessStatus": "failure", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "2dafa7f0-1409-4135-a4b7-319c5ea62ab5", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 137, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Cisco AnyConnect Online", "resourceId": "5d5b8d28-6a28-472e-b837-a4094e466965", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 256668, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "uCwcJMFJx9YDucEKXF6XRybx1Yjexq7GHViUPeHB9AUTUAov", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "15655e1f-5005-4c53-b3c0-c4a1d1ca5e9e", "rngcStatus": 0}}, {"time": "2022-08-18T01:16:29.886247Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "147.132.189.119", "correlationId": "f03a394c-d1c9-41da-bdb7-112e4c9f8f62", "identity": "Melissa Martin", "Level": 4, "location": "XR", "properties": {"id": "cc84aab4-5145-442b-a538-82aef57d5500", "createdDateTime": "2022-08-18T01:16:30.029247Z", "userDisplayName": "Melissa Martin", "userPrincipalName": "mmartin@domain.com", "userId": "632ccb55-03a7-40f4-9893-653527cae790", "appId": "18bf60fa-77dd-4aad-891d-af82ca87dd06", "appDisplayName": "FortiGate SSL VPN", "ipAddress": "147.132.189.119", "status": {"errorCode": 0}, "clientAppUsed": "Browser", "deviceDetail": {"deviceId": "", "operatingSystem": "Windows", "browser": "Rich Client 4.22.0.0"}, "location": {"city": "Port Denisetown", "state": "Smithton", "countryOrRegion": "XR", "geoCoordinates": {"latitude": 3.5518965, "longitude": 131.871582}}, "correlationId": "1dc94e7a-2d80-4aa2-831b-3efecc848ada", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "06274709-5665-4d41-ad79-b0a953547e39", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "processingTimeInMilliseconds": 143, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "FortiGate SSL VPN Service", "resourceId": "f0630e90-b752-4960-bfb9-a0794fc34930", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 256668, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "3kioAuyvkzOwOMZ3boXCR61DLRfRs95mOPN9RKOigtvvPdmQ", "incomingTokenType": "none", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "1f37c851-4be4-455b-928a-fbde7845a68a"}}, {"time": "2022-08-18T01:42:47.851290Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "42.62.103.34", "correlationId": "fd79229f-5c7c-4e14-a3e5-71b5e75aad5e", "identity": "Joseph Taylor", "Level": 4, "location": "XF", "properties": {"id": "36638119-94db-4a83-8a4c-014231165400", "createdDateTime": "2022-08-18T01:42:47.953290Z", "userDisplayName": "Joseph Taylor", "userPrincipalName": "jtaylor@domain.com", "userId": "af9847eb-c773-41ae-bf94-42747c5e986c", "appId": "9c5b7fe3-0ad2-4ea6-94e5-9e0001f367e3", "appDisplayName": "Articulate 360", "ipAddress": "42.62.103.34", "status": {"errorCode": 0, "additionalDetails": "MFA requirement satisfied by claim in the token"}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (iPad; CPU iPad OS 9_3_6 like Mac OS X) AppleWebKit/536.1 (KHTML, like Gecko) CriOS/42.0.865.0 Mobile/77O124 Safari/536.1 Edge/99.14477", "deviceDetail": {"deviceId": "76b96bd3-e5d7-49ee-b195-bf363facdb3d", "displayName": "JOSEPHTAYLOR-LT", "operatingSystem": "Windows 10", "browser": "Edge 99.14477", "isCompliant": true, "isManaged": true, "trustType": "Azure AD joined"}, "location": {"city": "Jessicafurt", "state": "Smithbury", "countryOrRegion": "XF", "geoCoordinates": {"latitude": 17.5082395, "longitude": -115.304215}}, "mfaDetail": {}, "correlationId": "9ba26d5e-2681-41b5-8199-b1fff6c6c0aa", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "cc84d2f7-fb41-4861-b9c5-78eb525fa39f", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "processingTimeInMilliseconds": 102, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Articulate 360 Online", "resourceId": "5e244d4f-26b9-4ef2-a497-f0c533628ee1", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 393508, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "a7Bl4zASZtmJjJ1SIZ7zeuujsMnuE0XDNwJuKVvdKmDBFGiU", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "36673087-318c-4304-8804-602d45a6f290"}}, {"time": "2022-08-18T01:50:44.696144Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "86.154.193.190", "correlationId": "ca06693d-a5b0-4aa7-88ea-3c5953df96e1", "identity": "Jamie Watson", "Level": 4, "location": "XR", "properties": {"id": "09bc22c3-cc85-4198-bbfc-5e67806f5a00", "createdDateTime": "2022-08-18T01:50:44.826144Z", "userDisplayName": "Jamie Watson", "userPrincipalName": "jwatson@domain.com", "userId": "2844695b-9a70-48ed-a5ce-f3d711e2292b", "appId": "9a7e67c7-6f05-42a3-b226-97c7ec3e9696", "appDisplayName": "Adobe Identity Management", "ipAddress": "86.154.193.190", "status": {"errorCode": 0}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (X11; Linux i686) AppleWebKit/533.0 (KHTML, like Gecko) Chrome/24.0.803.0 Safari/533.0 Edge/40.11325", "deviceDetail": {"deviceId": "fc784602-6455-4450-be3c-6770e0359f8a", "displayName": "JAMIEWATSON-LT", "operatingSystem": "Windows 10", "browser": "Edge 40.11325", "isCompliant": true, "isManaged": true, "trustType": "Azure AD joined"}, "location": {"city": "Port Denisetown", "state": "Smithton", "countryOrRegion": "XR", "geoCoordinates": {"latitude": 3.5518965, "longitude": 131.871582}}, "correlationId": "6e67f1f6-2b2b-4f01-bddc-19209cb5451d", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "1d38e0d3-e160-4284-8cd9-7ca2123e303c", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "processingTimeInMilliseconds": 130, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Adobe Identity Management Service", "resourceId": "2c3383ff-432a-49ee-bb8b-8699a7d0416f", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 256668, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "8Yq85w0ZfSPnfKx3lenvILdqy6vYdnSnr8Y1HTEaQ3Bkp05R", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "35efb8e5-3b35-4a86-b7ce-660b69bfa773"}}, {"time": "2022-08-18T02:01:13.504410Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "SignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "199.12.127.103", "correlationId": "522d67a7-b4de-4b39-bccf-2c166902c62c", "identity": "Jacob Meyers", "Level": 4, "location": "XG", "properties": {"id": "6f7168cd-e484-40e8-bcf7-7fe9d24e8600", "createdDateTime": "2022-08-18T02:01:13.625410Z", "userDisplayName": "Jacob Meyers", "userPrincipalName": "jmeyers@domain.com", "userId": "c63a67b0-1651-4a8a-9560-cc703cdad5ad", "appId": "1b3edb90-1e06-46db-b021-e2fc1f7ddaf5", "appDisplayName": "Beatrust", "ipAddress": "199.12.127.103", "status": {"errorCode": 0}, "clientAppUsed": "Browser", "userAgent": "Mozilla/5.0 (Windows NT 5.1) AppleWebKit/534.1 (KHTML, like Gecko) Chrome/37.0.847.0 Safari/534.1", "deviceDetail": {"deviceId": "", "operatingSystem": "Windows 10", "browser": "Chrome 37.0.847.0"}, "location": {"city": "Port Nathan", "state": "Newmanville", "countryOrRegion": "XG", "geoCoordinates": {"latitude": 23.244641, "longitude": -113.392021}}, "correlationId": "c5f319c1-97b3-4653-85d8-909d36131cda", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "73156fdc-d966-4cc6-b9d3-70a4fe155881", "isInteractive": true, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 121, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Beatrust Service", "resourceId": "24578515-1951-4064-967d-0d2acaf0aa70", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 282405, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "tnGiIc0o78fOS0F8kXZVAKDDDwcQsaahWpXiHHUvOsGnGjck", "incomingTokenType": "none", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "0e68752b-7dfa-400b-a6f5-1b54af90696a", "rngcStatus": 0}}, {"time": "2022-08-18T02:01:25.897361Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "42.62.103.34", "correlationId": "e69217d7-d70e-49e0-ab4d-8219dfbe5252", "identity": "Joseph Taylor", "Level": 4, "location": "XF", "properties": {"id": "38b051b1-09e2-4d5c-9ca4-97867ba87100", "createdDateTime": "2022-08-18T02:01:26.067361Z", "userDisplayName": "Joseph Taylor", "userPrincipalName": "jtaylor@domain.com", "userId": "af9847eb-c773-41ae-bf94-42747c5e986c", "appId": "9de6e985-97a5-4d82-9c45-aedaa9c25ef9", "appDisplayName": "AWS Single-Account Access", "ipAddress": "42.62.103.34", "status": {"errorCode": 0, "additionalDetails": "MFA requirement satisfied by claim in the token"}, "clientAppUsed": "Browser", "deviceDetail": {"deviceId": "76b96bd3-e5d7-49ee-b195-bf363facdb3d", "displayName": "JOSEPHTAYLOR-LT", "operatingSystem": "Windows", "isCompliant": true, "isManaged": true, "trustType": "Azure AD joined"}, "location": {"city": "Jessicafurt", "state": "Smithbury", "countryOrRegion": "XF", "geoCoordinates": {"latitude": 17.5082395, "longitude": -115.304215}}, "mfaDetail": {}, "correlationId": "e65c9ff1-f0db-4efc-8002-929f3c34b8f9", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "2ec847fb-d77a-485f-bc8a-d1aefdb04dfc", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 170, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "AWS Single-Account Access Service", "resourceId": "c65cf5f9-5537-4200-889e-381c4f60ca7d", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 393508, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "Mdf2UPGZMAip8w4nV3pCBmuU1T336TsxLMNvZ56HaiqoHwvn", "incomingTokenType": "none", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": null, "rngcStatus": 0}}, {"time": "2022-08-18T02:05:59.763729Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "93.38.143.169", "correlationId": "f67e82a1-bf18-4342-9dce-e08ff2401249", "identity": "Thomas Price", "Level": 4, "location": "XQ", "properties": {"id": "0e90a778-2cf2-4eee-b19f-bc6de0269200", "createdDateTime": "2022-08-18T02:05:59.886729Z", "userDisplayName": "Thomas Price", "userPrincipalName": "tprice@domain.com", "userId": "32109ee2-ee4f-4d11-9c38-2556aec0f2b5", "appId": "dbe6b779-13df-45f2-a6d7-1323485479f6", "appDisplayName": "Cisco Webex", "ipAddress": "93.38.143.169", "status": {"errorCode": 0}, "clientAppUsed": "Browser", "deviceDetail": {"deviceId": "", "operatingSystem": "Android", "browser": "Rich Client 4.38.0.0"}, "location": {"city": "Herringburgh", "state": "Chanshire", "countryOrRegion": "XQ", "geoCoordinates": {"latitude": 68.567938, "longitude": 116.565225}}, "correlationId": "8ddf20d7-ff4f-4146-9c8b-97b42f513b07", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "681c072c-77cf-4892-aecc-414f68b58d3e", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 123, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Cisco Webex Service", "resourceId": "9a84f55e-3a40-492c-9476-e069f64ed7a6", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 497360, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "Ng6Vo4IFdoP0KlaCjJSqhHz3GI3WQRmrThJEOKHZqMavCnQy", "incomingTokenType": "none", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "37ee873b-f901-4e25-be69-010243106d0f", "rngcStatus": 0}}, {"time": "2022-08-18T02:12:20.201041Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "13.113.40.157", "correlationId": "54275d3c-83dd-441b-b326-dbb27bfa9396", "identity": "Attack Target", "Level": 4, "location": "XR", "properties": {"id": "66d1265d-a794-48fb-9188-fc35b2656900", "createdDateTime": "2022-08-18T02:12:20.467041Z", "userDisplayName": "Attack Target", "userPrincipalName": "attacktarget@domain.com", "userId": "d735e84b-dcca-404d-9f7d-700f360f41a6", "appId": "9c5b7fe3-0ad2-4ea6-94e5-9e0001f367e3", "appDisplayName": "Articulate 360", "ipAddress": "13.113.40.157", "status": {"errorCode": 0}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (iPad; CPU iPad OS 9_3_6 like Mac OS X) AppleWebKit/536.1 (KHTML, like Gecko) CriOS/42.0.865.0 Mobile/77O124 Safari/536.1 Edge/99.14477", "deviceDetail": {"deviceId": "a44625dc-6f81-449a-9799-8005f7209b42", "displayName": "ATTACKTARGET-LT", "operatingSystem": "Windows 10", "browser": "Edge 99.14477", "trustType": "Azure AD registered"}, "location": {"city": "New John", "state": "Smithfort", "countryOrRegion": "XR", "geoCoordinates": {"latitude": -89.144242, "longitude": 168.119022}}, "correlationId": "e592ed38-14e1-46f0-9508-f8e3d1663753", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "4ae0c72b-05b6-40d4-ac05-c522f005a58a", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 266, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Articulate 360 Online", "resourceId": "436260d5-3791-4aea-a4da-aa698ec35f2f", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 34974, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "FEEN5JWjFf8e16sToew21X9zFpUULSRBsuA87x2l4bvssXIt", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "94b9f3ba-5f4b-4edc-99dc-a420b76960f9", "rngcStatus": 0}}, {"time": "2022-08-18T02:34:56.119427Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "13.113.40.157", "correlationId": "b36f9eb5-628b-4680-bc5a-2387dbf8b21c", "identity": "Attack Target", "Level": 4, "location": "XR", "properties": {"id": "8e02be17-b237-45cb-8237-03a125616d00", "createdDateTime": "2022-08-18T02:34:56.253427Z", "userDisplayName": "Attack Target", "userPrincipalName": "attacktarget@domain.com", "userId": "d735e84b-dcca-404d-9f7d-700f360f41a6", "appId": "9a7e67c7-6f05-42a3-b226-97c7ec3e9696", "appDisplayName": "Adobe Identity Management", "ipAddress": "13.113.40.157", "ipAddressFromResourceProvider": "11.5.130.220", "status": {"errorCode": 0}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (iPad; CPU iPad OS 9_3_6 like Mac OS X) AppleWebKit/536.1 (KHTML, like Gecko) CriOS/42.0.865.0 Mobile/77O124 Safari/536.1 Edge/99.14477", "deviceDetail": {"deviceId": "a44625dc-6f81-449a-9799-8005f7209b42", "displayName": "ATTACKTARGET-LT", "operatingSystem": "Windows 10", "browser": "Edge 99.14477", "trustType": "Azure AD registered"}, "location": {"city": "Smithfort", "state": "Smithfort", "countryOrRegion": "XR", "geoCoordinates": {"latitude": 3.7564095, "longitude": -121.574606}}, "correlationId": "21bd1ea1-92fd-4610-aa38-f1a4c69398b7", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "0efe7e41-f365-4e81-8d89-30fbaadc29cc", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 134, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Adobe Identity Management Service", "resourceId": "9a84f55e-3a40-492c-9476-e069f64ed7a6", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 34974, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "uE7225Hn8R6S7sZKzebac4FylkSPQdpXkRfBNs33FAGlcsVw", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "37ee873b-f901-4e25-be69-010243106d0f", "rngcStatus": 0}}, {"time": "2022-08-18T02:52:50.281991Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "SignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "199.12.127.103", "correlationId": "d7570293-b67d-4a22-91ee-da335ef2d07c", "identity": "Jacob Meyers", "Level": 4, "location": "XG", "properties": {"id": "26264d99-d4be-4a73-a651-a28f415d5800", "createdDateTime": "2022-08-18T02:52:50.403991Z", "userDisplayName": "Jacob Meyers", "userPrincipalName": "jmeyers@domain.com", "userId": "c63a67b0-1651-4a8a-9560-cc703cdad5ad", "appId": "1b3edb90-1e06-46db-b021-e2fc1f7ddaf5", "appDisplayName": "Beatrust", "ipAddress": "199.12.127.103", "status": {"errorCode": 0}, "clientAppUsed": "Browser", "userAgent": "Mozilla/5.0 (Windows NT 5.1) AppleWebKit/534.1 (KHTML, like Gecko) Chrome/37.0.847.0 Safari/534.1", "deviceDetail": {"deviceId": "", "operatingSystem": "Windows 10", "browser": "Chrome 37.0.847.0"}, "location": {"city": "Port Nathan", "state": "Newmanville", "countryOrRegion": "XG", "geoCoordinates": {"latitude": 23.244641, "longitude": -113.392021}}, "correlationId": "7b65a39f-6e92-46f3-a678-a0753abc5793", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "6fb675e6-1191-4f15-9041-e49fd2292968", "isInteractive": true, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 122, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Beatrust Service", "resourceId": "24578515-1951-4064-967d-0d2acaf0aa70", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 282405, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "D3nS07KcIbhCGvHKLBamOkJHBXCzaWOSk20bYR1RF15fx26U", "incomingTokenType": "none", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "0e68752b-7dfa-400b-a6f5-1b54af90696a", "rngcStatus": 0}}, {"time": "2022-08-18T03:36:06.261064Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "86.154.193.190", "correlationId": "c0cb1b8f-16fa-48d4-a87d-15fd8b0410c9", "identity": "Kristen Howell", "Level": 4, "location": "XR", "properties": {"id": "5770b2e0-7013-44f8-922c-53e6017e6f00", "createdDateTime": "2022-08-18T03:36:06.521064Z", "userDisplayName": "Kristen Howell", "userPrincipalName": "khowell@domain.com", "userId": "20e1e3f9-665f-45bd-9984-5e74b526d3b5", "appId": "9c5b7fe3-0ad2-4ea6-94e5-9e0001f367e3", "appDisplayName": "Articulate 360", "ipAddress": "86.154.193.190", "status": {"errorCode": 0}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (X11; Linux i686) AppleWebKit/533.0 (KHTML, like Gecko) Chrome/24.0.803.0 Safari/533.0 Edge/40.11325", "deviceDetail": {"deviceId": "af204333-3bdf-4228-bbeb-e3a654075b5c", "displayName": "KRISTENHOWELL-LT", "operatingSystem": "Windows 10", "browser": "Edge 40.11325", "trustType": "Azure AD registered"}, "location": {"city": "Port Denisetown", "state": "Smithton", "countryOrRegion": "XR", "geoCoordinates": {"latitude": 3.5518965, "longitude": 131.871582}}, "correlationId": "baad93da-21f3-4312-a754-cc0bc7ee5ec0", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "2befbba1-c8bf-4094-a294-1bff8c8d5a24", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 260, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Articulate 360 Online", "resourceId": "436260d5-3791-4aea-a4da-aa698ec35f2f", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 256668, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "J5axcoqlhcBmwaWxcatnokrQrmHuQGOgcOihkbYUBeBAYmkR", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "94b9f3ba-5f4b-4edc-99dc-a420b76960f9", "rngcStatus": 0}}, {"time": "2022-08-18T03:40:51.166882Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "205.33.24.92", "correlationId": "c21e37a8-9dea-4122-b773-968165976e02", "identity": "Vanessa Ramirez", "Level": 4, "location": "XD", "properties": {"id": "e58dc878-5ee5-450b-a8f3-2bff88390400", "createdDateTime": "2022-08-18T03:40:51.288882Z", "userDisplayName": "Vanessa Ramirez", "userPrincipalName": "vramirez@domain.com", "userId": "5d72b7ed-62ea-4b94-b931-ccef65d71ebd", "appId": "9de6e985-97a5-4d82-9c45-aedaa9c25ef9", "appDisplayName": "AWS Single-Account Access", "ipAddress": "205.33.24.92", "status": {"errorCode": 0}, "clientAppUsed": "Browser", "deviceDetail": {"deviceId": "e395a3f4-8f2d-4170-804f-d3e13ce3151b", "displayName": "VANESSARAMIREZ-LT", "operatingSystem": "Windows", "trustType": "Azure AD registered"}, "location": {"city": "Kristinmouth", "state": "Norrisbury", "countryOrRegion": "XD", "geoCoordinates": {"latitude": 26.278784, "longitude": -92.042573}}, "correlationId": "3aa8aac7-ff0d-47bc-976f-21de8d786bba", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "24c738b0-9b4a-4c19-8d50-75d1da3fdc31", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "processingTimeInMilliseconds": 122, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "AWS Single-Account Access Service", "resourceId": "f0630e90-b752-4960-bfb9-a0794fc34930", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 214655, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "s0c8A3lece9PVAOw4Ihdrr0QpZT7XpGOiKdClcFQ8kMD1Yr9", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "1f37c851-4be4-455b-928a-fbde7845a68a"}}, {"time": "2022-08-18T04:27:58.558982Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "99.116.100.205", "correlationId": "979f0c27-b869-4a1c-b294-30d51a53533e", "identity": "Aaron Cole", "Level": 4, "location": "XD", "properties": {"id": "86ec8f81-b065-45d1-84e2-abcf428e8a00", "createdDateTime": "2022-08-18T04:27:58.674982Z", "userDisplayName": "Aaron Cole", "userPrincipalName": "acole@domain.com", "userId": "5d557969-1645-4ba4-be83-b6fd943659f7", "appId": "e47a1d38-5f61-45cd-b1b9-bc92f525c598", "appDisplayName": "Altoura", "ipAddress": "99.116.100.205", "status": {"errorCode": 0}, "clientAppUsed": "Browser", "userAgent": "Mozilla/5.0 (Linux; Android 2.3.5) AppleWebKit/532.2 (KHTML, like Gecko) Chrome/46.0.898.0 Safari/532.2 Edge/105.19198", "deviceDetail": {"deviceId": "", "operatingSystem": "Windows 10", "browser": "Edge 105.19198"}, "location": {"city": "Carrollstad", "state": "Norrisbury", "countryOrRegion": "XD", "geoCoordinates": {"latitude": -38.8540465, "longitude": -17.674718}}, "correlationId": "7a7a46d7-ac45-4e70-b216-76c7164b31f7", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "e0015a7e-13df-4e2c-ab10-b0f63444dba1", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 116, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Altoura Online", "resourceId": "f0630e90-b752-4960-bfb9-a0794fc34930", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 214655, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "2x3AlvTKrWEMXwIMoEiQwXr1M6FzkW7BBVGf62kcp3oiXU17", "incomingTokenType": "none", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "1f37c851-4be4-455b-928a-fbde7845a68a", "rngcStatus": 0}}, {"time": "2022-08-18T04:37:17.851679Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "156.206.181.119", "correlationId": "728c89b7-c0a8-4b71-80fa-902537f76639", "identity": "Cynthia Perry", "Level": 4, "location": "XY", "properties": {"id": "9a107f00-2749-4783-90dd-b348505e5b00", "createdDateTime": "2022-08-18T04:37:17.930679Z", "userDisplayName": "Cynthia Perry", "userPrincipalName": "cperry@domain.com", "userId": "ac5fa380-9d5b-470e-beb2-5ba10aca48e6", "appId": "9a7e67c7-6f05-42a3-b226-97c7ec3e9696", "appDisplayName": "Adobe Identity Management", "ipAddress": "156.206.181.119", "status": {"errorCode": 0}, "clientAppUsed": "Mobile Apps and Desktop clients", "deviceDetail": {"deviceId": "", "operatingSystem": "Windows 10", "browser": "Rich Client v3.4.1.35249"}, "location": {"city": "Hannaville", "state": "Thomashaven", "countryOrRegion": "XY", "geoCoordinates": {"latitude": 1.1452695, "longitude": 128.249211}}, "correlationId": "982391e7-5ec7-4c77-a7cb-0e515b5e349d", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "0cb1d66c-044e-48f3-a4fa-87232cf55ac1", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "processingTimeInMilliseconds": 79, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Adobe Identity Management Service", "resourceId": "bca2b487-3a6c-440f-b1b7-a15b02771ad0", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 279165, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "LlVldlBwlL6Y6culPzMfDoJPmfm7WfxvXFK3dKaon5H2mQSs", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "4da47dd4-556d-4ba4-9847-c1850930ab5e"}}, {"time": "2022-08-18T04:47:01.544008Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "50158", "resultSignature": "None", "resultDescription": "External security challenge was not satisfied.", "durationMs": 0, "callerIpAddress": "92.110.109.246", "correlationId": "f279537f-b2ec-4b42-85d2-ceec38ee29e1", "identity": "Thomas Price", "Level": 4, "location": "XR", "properties": {"id": "987debf8-7865-4cdd-bac4-480084576900", "createdDateTime": "2022-08-18T04:47:01.723008Z", "userDisplayName": "Thomas Price", "userPrincipalName": "tprice@domain.com", "userId": "32109ee2-ee4f-4d11-9c38-2556aec0f2b5", "appId": "9a7e67c7-6f05-42a3-b226-97c7ec3e9696", "appDisplayName": "Adobe Identity Management", "ipAddress": "92.110.109.246", "status": {"errorCode": 50158, "failureReason": "External security challenge was not satisfied."}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (X11; Linux i686) AppleWebKit/535.2 (KHTML, like Gecko) Chrome/22.0.843.0 Safari/535.2 Edge/118.12158", "deviceDetail": {"deviceId": "a12f42a7-2ae0-42d8-aec8-bf7cb3dea82c", "displayName": "THOMASPRICE-LT", "operatingSystem": "Windows 10", "browser": "Edge 118.12158", "trustType": "Hybrid Azure AD joined"}, "location": {"city": "Port Denisetown", "state": "Smithton", "countryOrRegion": "XR", "geoCoordinates": {"latitude": 3.5518965, "longitude": 131.871582}}, "correlationId": "8d364f36-7f4e-4fa6-afe6-8d45edbd7b43", "conditionalAccessStatus": "failure", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "af56efcd-2cc8-4212-9a26-3ac9d519da2d", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 179, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Adobe Identity Management Service", "resourceId": "30663ca7-f8a9-43ab-8ca1-7906bdbc1485", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 230297, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "ACgBHXYthYtdoIplHjvrPEytTRE7svZo9BQEcljhHejB5Abq", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "a6c259e5-7f16-48b2-a9f3-75becd6daa9b", "rngcStatus": 0}}, {"time": "2022-08-18T04:48:49.852726Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "22.42.248.243", "correlationId": "f94c84db-f58c-422b-b9da-3e07cac53973", "identity": "Melissa Martin", "Level": 4, "location": "XR", "properties": {"id": "86ec8f81-b065-45d1-84e2-abcf60b88200", "createdDateTime": "2022-08-18T04:48:49.949726Z", "userDisplayName": "Melissa Martin", "userPrincipalName": "mmartin@domain.com", "userId": "632ccb55-03a7-40f4-9893-653527cae790", "appId": "9167c284-c68f-468a-84be-0ee4f23879fe", "appDisplayName": "ArcGIS Enterprise", "ipAddress": "22.42.248.243", "status": {"errorCode": 0}, "clientAppUsed": "Mobile Apps and Desktop clients", "deviceDetail": {"deviceId": "", "operatingSystem": "Ios", "browser": "Mobile Safari"}, "location": {"city": "Port Denisetown", "state": "Smithton", "countryOrRegion": "XR", "geoCoordinates": {"latitude": 40.136047, "longitude": 44.514491}}, "correlationId": "56411049-4105-4663-95f5-de4de9a1dd8e", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "cb645be9-5a38-4233-86ff-2afc9bc8862c", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 97, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "ArcGIS Enterprise Service", "resourceId": "c4baffed-f90a-4ef3-84b1-d08d189a41c0", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 432564, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "FdqbEDtNu6uIcnawJP7doXox3A0bwcWBYsg1ZZvTgk3HhRdy", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "64850142-3730-4958-94ec-3cf3a39cf409", "rngcStatus": 0}}, {"time": "2022-08-18T05:07:04.360979Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "13.113.40.157", "correlationId": "fe4e7c3c-8f42-4ce4-baf9-1cd60a39aeb3", "identity": "Attack Target", "Level": 4, "location": "XR", "properties": {"id": "c31f11f3-65b0-42f1-80e6-a81f4b069c00", "createdDateTime": "2022-08-18T05:07:04.486979Z", "userDisplayName": "Attack Target", "userPrincipalName": "attacktarget@domain.com", "userId": "d735e84b-dcca-404d-9f7d-700f360f41a6", "appId": "9a7e67c7-6f05-42a3-b226-97c7ec3e9696", "appDisplayName": "Adobe Identity Management", "ipAddress": "13.113.40.157", "status": {"errorCode": 0}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (iPad; CPU iPad OS 9_3_6 like Mac OS X) AppleWebKit/536.1 (KHTML, like Gecko) CriOS/42.0.865.0 Mobile/77O124 Safari/536.1 Edge/99.14477", "deviceDetail": {"deviceId": "a44625dc-6f81-449a-9799-8005f7209b42", "displayName": "ATTACKTARGET-LT", "operatingSystem": "Windows 10", "browser": "Edge 99.14477", "trustType": "Azure AD registered"}, "location": {"city": "Smithfort", "state": "Smithfort", "countryOrRegion": "XR", "geoCoordinates": {"latitude": 3.7564095, "longitude": -121.574606}}, "correlationId": "25b1bbc6-33b7-4667-b9ab-27f7b7de5653", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "5104c4fe-b583-45e7-a6de-a8c4fb90169f", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 126, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Adobe Identity Management Service", "resourceId": "7d6a0897-8b82-49e9-90e2-d482fb9202bd", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 34974, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "tNZbTZlFCnEQeIHg86BiI8sMJ3gS5Js51yegt4sUL4BWkEID", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "537d9419-7e2b-4778-9102-62256bcfcf45", "rngcStatus": 0}}, {"time": "2022-08-18T05:31:35.304746Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "42.62.103.34", "correlationId": "8eb8571a-216d-4665-b824-e0d1ce468afc", "identity": "Joseph Taylor", "Level": 4, "location": "XF", "properties": {"id": "ed1cc7f2-5495-4045-9a89-6421c2357700", "createdDateTime": "2022-08-18T05:31:35.482746Z", "userDisplayName": "Joseph Taylor", "userPrincipalName": "jtaylor@domain.com", "userId": "af9847eb-c773-41ae-bf94-42747c5e986c", "appId": "1b3edb90-1e06-46db-b021-e2fc1f7ddaf5", "appDisplayName": "Beatrust", "ipAddress": "42.62.103.34", "status": {"errorCode": 0, "additionalDetails": "MFA requirement satisfied by claim in the token"}, "clientAppUsed": "Browser", "deviceDetail": {"deviceId": "76b96bd3-e5d7-49ee-b195-bf363facdb3d", "displayName": "JOSEPHTAYLOR-LT", "operatingSystem": "Windows 10", "browser": "Rich Client 5.2.7.0", "isCompliant": true, "isManaged": true, "trustType": "Azure AD joined"}, "location": {"city": "Jessicafurt", "state": "Smithbury", "countryOrRegion": "XF", "geoCoordinates": {"latitude": 17.5082395, "longitude": -115.304215}}, "mfaDetail": {}, "correlationId": "0de338f3-fcf4-48e9-9104-23e561695d22", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "c7dc8a31-7666-441b-9274-a8a425d0f312", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 178, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Beatrust Service", "resourceId": "24578515-1951-4064-967d-0d2acaf0aa70", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 393508, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "EHiEHGOg4pnxdzliNMrG2Xg6dfXKqLSZpLPidVqn0atNcHG8", "incomingTokenType": "none", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "0e68752b-7dfa-400b-a6f5-1b54af90696a", "rngcStatus": 0}}, {"time": "2022-08-18T05:59:58.140410Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "147.132.189.119", "correlationId": "93b1d93a-8ec5-44eb-9c10-afd1fb08121d", "identity": "Cassie Fernandez", "Level": 4, "location": "XR", "properties": {"id": "a4bfb34f-863d-4add-88f4-153d03595300", "createdDateTime": "2022-08-18T05:59:58.261410Z", "userDisplayName": "Cassie Fernandez", "userPrincipalName": "cfernandez@domain.com", "userId": "67ef8be6-3f44-4db7-8172-fd6211428c1e", "appId": "9003b8ba-730c-412d-8972-267700304e01", "appDisplayName": "Box", "ipAddress": "147.132.189.119", "status": {"errorCode": 0}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (iPad; CPU iPad OS 9_3_6 like Mac OS X) AppleWebKit/536.1 (KHTML, like Gecko) CriOS/42.0.865.0 Mobile/77O124 Safari/536.1 Edge/99.14477", "deviceDetail": {"deviceId": "d5a487a1-ef7d-4960-9723-7fdadce19af3", "displayName": "CASSIEFERNANDEZ-LT", "operatingSystem": "Windows 10", "browser": "Edge 99.14477", "trustType": "Azure AD registered"}, "location": {"city": "Port Denisetown", "state": "Smithton", "countryOrRegion": "XR", "geoCoordinates": {"latitude": 3.5518965, "longitude": 131.871582}}, "correlationId": "a1297b44-8d2f-412a-ac36-f40d87dd6bd4", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "4fc25cab-77f2-458e-802c-6202d830ebf8", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "processingTimeInMilliseconds": 121, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Box Online", "resourceId": "d2c09315-f769-4fc6-9be8-f57cf8efa9cc", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 256668, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "1731NWqRcgYxLySihExDFkSx9DPYlYt1vFQ1jeKoVWHDriTe", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": null}}, {"time": "2022-08-18T06:02:47.638069Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "156.206.181.119", "correlationId": "b3e49a0c-cad5-4a6c-a40c-565c1e59dec2", "identity": "Cynthia Perry", "Level": 4, "location": "XY", "properties": {"id": "f4fa1a63-e0af-4531-86dc-163aaa6b6800", "createdDateTime": "2022-08-18T06:02:47.723069Z", "userDisplayName": "Cynthia Perry", "userPrincipalName": "cperry@domain.com", "userId": "ac5fa380-9d5b-470e-beb2-5ba10aca48e6", "appId": "9de6e985-97a5-4d82-9c45-aedaa9c25ef9", "appDisplayName": "AWS Single-Account Access", "ipAddress": "156.206.181.119", "status": {"errorCode": 0}, "clientAppUsed": "Browser", "deviceDetail": {"deviceId": "", "operatingSystem": "Windows"}, "location": {"city": "Hannaville", "state": "Thomashaven", "countryOrRegion": "XY", "geoCoordinates": {"latitude": 1.1452695, "longitude": 128.249211}}, "correlationId": "d5964ad9-4ab1-4082-a1ba-11fa3ab5fce1", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "f2ce4fa2-38a8-4c74-bd2e-c3b0b6002b53", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 85, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "AWS Single-Account Access Service", "resourceId": "9a84f55e-3a40-492c-9476-e069f64ed7a6", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 279165, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "xTKWTH4UoEDrA4u60bL7aACzStxLQoBRVFQwwbJJEPDcbknH", "incomingTokenType": "none", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "37ee873b-f901-4e25-be69-010243106d0f", "rngcStatus": 0}}, {"time": "2022-08-18T06:31:10.236558Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "13.113.40.157", "correlationId": "e71e0929-5fcc-4742-9660-a51ebe595834", "identity": "Attack Target", "Level": 4, "location": "XR", "properties": {"id": "541ec948-4b40-46bd-a337-75cb0ea36a00", "createdDateTime": "2022-08-18T06:31:10.364558Z", "userDisplayName": "Attack Target", "userPrincipalName": "attacktarget@domain.com", "userId": "d735e84b-dcca-404d-9f7d-700f360f41a6", "appId": "9a7e67c7-6f05-42a3-b226-97c7ec3e9696", "appDisplayName": "Adobe Identity Management", "ipAddress": "13.113.40.157", "status": {"errorCode": 0}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (iPad; CPU iPad OS 9_3_6 like Mac OS X) AppleWebKit/536.1 (KHTML, like Gecko) CriOS/42.0.865.0 Mobile/77O124 Safari/536.1 Edge/99.14477", "deviceDetail": {"deviceId": "a44625dc-6f81-449a-9799-8005f7209b42", "displayName": "ATTACKTARGET-LT", "operatingSystem": "Windows 10", "browser": "Edge 99.14477", "trustType": "Azure AD registered"}, "location": {"city": "New John", "state": "Smithfort", "countryOrRegion": "XR", "geoCoordinates": {"latitude": -89.144242, "longitude": 168.119022}}, "correlationId": "8ef944ef-486e-4cc3-89e0-edcca84b2408", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "f8be7594-e6d7-49a9-b4aa-a1d32e896841", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 128, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Adobe Identity Management Service", "resourceId": "7d6a0897-8b82-49e9-90e2-d482fb9202bd", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 34974, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "mzGSrnX6Y11Q9bEKOE5fBT22FOvy9gnKmZHRUuy6rKPTIwfb", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "537d9419-7e2b-4778-9102-62256bcfcf45", "rngcStatus": 0}}, {"time": "2022-08-18T06:51:35.786260Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "13.113.40.157", "correlationId": "a2760a7d-d6e5-4bf1-becf-fa76e9c7c007", "identity": "Attack Target", "Level": 4, "location": "XR", "properties": {"id": "f76a87a3-7638-4ccc-9bfd-93d2c6837300", "createdDateTime": "2022-08-18T06:51:36.069260Z", "userDisplayName": "Attack Target", "userPrincipalName": "attacktarget@domain.com", "userId": "d735e84b-dcca-404d-9f7d-700f360f41a6", "appId": "9c5b7fe3-0ad2-4ea6-94e5-9e0001f367e3", "appDisplayName": "Articulate 360", "ipAddress": "13.113.40.157", "status": {"errorCode": 0}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (iPad; CPU iPad OS 9_3_6 like Mac OS X) AppleWebKit/536.1 (KHTML, like Gecko) CriOS/42.0.865.0 Mobile/77O124 Safari/536.1 Edge/99.14477", "deviceDetail": {"deviceId": "a44625dc-6f81-449a-9799-8005f7209b42", "displayName": "ATTACKTARGET-LT", "operatingSystem": "Windows 10", "browser": "Edge 99.14477", "trustType": "Azure AD registered"}, "location": {"city": "Smithfort", "state": "Smithfort", "countryOrRegion": "XR", "geoCoordinates": {"latitude": 3.7564095, "longitude": -121.574606}}, "correlationId": "832ff4e2-2fba-4d1d-9fc1-9e93249f9775", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "6f8f7c78-9706-4c76-bc8b-ebd015b36166", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 283, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Articulate 360 Online", "resourceId": "436260d5-3791-4aea-a4da-aa698ec35f2f", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 34974, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "C34TLsRei3MVHdxZiAkQE3z45ckuciFKsGRH5McxNI4uL5uM", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "94b9f3ba-5f4b-4edc-99dc-a420b76960f9", "rngcStatus": 0}}, {"time": "2022-08-18T06:58:17.411613Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "13.113.40.157", "correlationId": "92975cff-a58a-4bae-8789-4de27f18a150", "identity": "Attack Target", "Level": 4, "location": "XR", "properties": {"id": "5e4e730b-8d3c-4dbc-a1a3-d7126bdc5e00", "createdDateTime": "2022-08-18T06:58:17.607613Z", "userDisplayName": "Attack Target", "userPrincipalName": "attacktarget@domain.com", "userId": "d735e84b-dcca-404d-9f7d-700f360f41a6", "appId": "9a7e67c7-6f05-42a3-b226-97c7ec3e9696", "appDisplayName": "Adobe Identity Management", "ipAddress": "13.113.40.157", "ipAddressFromResourceProvider": "13.113.40.157", "status": {"errorCode": 0}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (iPad; CPU iPad OS 9_3_6 like Mac OS X) AppleWebKit/536.1 (KHTML, like Gecko) CriOS/42.0.865.0 Mobile/77O124 Safari/536.1 Edge/99.14477", "deviceDetail": {"deviceId": "a44625dc-6f81-449a-9799-8005f7209b42", "displayName": "ATTACKTARGET-LT", "operatingSystem": "Windows 10", "browser": "Edge 99.14477", "trustType": "Azure AD registered"}, "location": {"city": "New John", "state": "Smithfort", "countryOrRegion": "XR", "geoCoordinates": {"latitude": -89.144242, "longitude": 168.119022}}, "correlationId": "160be052-78aa-4dec-adf0-7193ee9a16e0", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "1daa62e3-a17a-4dd3-8701-ba7793a19c93", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "processingTimeInMilliseconds": 196, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Adobe Identity Management Service", "resourceId": "c8eab36d-0a82-409d-8693-a8dabc997921", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 34974, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "3E3hfMRb9a9ZTvVxUtAJcejyDdQCahewcvPBy1Zl2QAapJzT", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "2248d3ef-d7b8-4eb2-bd20-fb53f725bfe3"}}, {"time": "2022-08-18T07:04:59.343909Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "156.206.181.119", "correlationId": "6b65cb2b-4b3e-42ee-b4b0-1c0ddfb21d5c", "identity": "Cynthia Perry", "Level": 4, "location": "XY", "properties": {"id": "86ec8f81-b065-45d1-84e2-abcf08f78500", "createdDateTime": "2022-08-18T07:04:59.430909Z", "userDisplayName": "Cynthia Perry", "userPrincipalName": "cperry@domain.com", "userId": "ac5fa380-9d5b-470e-beb2-5ba10aca48e6", "appId": "9de6e985-97a5-4d82-9c45-aedaa9c25ef9", "appDisplayName": "AWS Single-Account Access", "ipAddress": "156.206.181.119", "status": {"errorCode": 0}, "clientAppUsed": "Browser", "deviceDetail": {"deviceId": "", "operatingSystem": "Windows"}, "location": {"city": "Hannaville", "state": "Thomashaven", "countryOrRegion": "XY", "geoCoordinates": {"latitude": 1.1452695, "longitude": 128.249211}}, "correlationId": "5fe9d1ff-0b99-4996-9c97-e9bc65aa3471", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "da35a336-438b-413a-a155-ae45c99df287", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 87, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "AWS Single-Account Access Service", "resourceId": "f0630e90-b752-4960-bfb9-a0794fc34930", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 279165, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "EU12Wv60m7sDC7MNXKOTWSGBGuo94h2Gt3wM1pY9m8OdN7ZW", "incomingTokenType": "none", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "1f37c851-4be4-455b-928a-fbde7845a68a", "rngcStatus": 0}}, {"time": "2022-08-18T07:50:33.388571Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "50158", "resultSignature": "None", "resultDescription": "External security challenge was not satisfied.", "durationMs": 0, "callerIpAddress": "92.110.109.246", "correlationId": "bf4cde89-255c-4a26-b6c5-bc8d6587ed44", "identity": "Thomas Price", "Level": 4, "location": "XR", "properties": {"id": "8e02be17-b237-45cb-8237-03a175c06c00", "createdDateTime": "2022-08-18T07:50:33.497571Z", "userDisplayName": "Thomas Price", "userPrincipalName": "tprice@domain.com", "userId": "32109ee2-ee4f-4d11-9c38-2556aec0f2b5", "appId": "9a7e67c7-6f05-42a3-b226-97c7ec3e9696", "appDisplayName": "Adobe Identity Management", "ipAddress": "92.110.109.246", "status": {"errorCode": 50158, "failureReason": "External security challenge was not satisfied."}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (X11; Linux i686) AppleWebKit/535.2 (KHTML, like Gecko) Chrome/22.0.843.0 Safari/535.2 Edge/118.12158", "deviceDetail": {"deviceId": "fb4d911d-6441-411b-868f-d25d5586a326", "displayName": "THOMASPRICE-LT", "operatingSystem": "Windows 10", "browser": "Edge 118.12158", "trustType": "Hybrid Azure AD joined"}, "location": {"city": "Port Denisetown", "state": "Smithton", "countryOrRegion": "XR", "geoCoordinates": {"latitude": 3.5518965, "longitude": 131.871582}}, "correlationId": "e2197a48-c632-43ac-ba83-0390d2ef8849", "conditionalAccessStatus": "failure", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "4bf22014-d190-4796-af40-1fd0775fe95e", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 109, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Adobe Identity Management Service", "resourceId": "30663ca7-f8a9-43ab-8ca1-7906bdbc1485", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 230297, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "Dkg4YH6cD5qdMprbV3DNQ4pFhJXrDDhlCT4xdPAPo4V4oJGB", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "a6c259e5-7f16-48b2-a9f3-75becd6daa9b", "rngcStatus": 0}}, {"time": "2022-08-18T07:51:35.445662Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "13.113.40.157", "correlationId": "18d6b2ab-10b5-4ad0-920c-68d7ab019441", "identity": "Attack Target", "Level": 4, "location": "XR", "properties": {"id": "c1b5f5c8-ca60-424d-8983-bf9c3da85400", "createdDateTime": "2022-08-18T07:51:35.572662Z", "userDisplayName": "Attack Target", "userPrincipalName": "attacktarget@domain.com", "userId": "d735e84b-dcca-404d-9f7d-700f360f41a6", "appId": "9a7e67c7-6f05-42a3-b226-97c7ec3e9696", "appDisplayName": "Adobe Identity Management", "ipAddress": "13.113.40.157", "ipAddressFromResourceProvider": "13.113.40.157", "status": {"errorCode": 0}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (iPad; CPU iPad OS 9_3_6 like Mac OS X) AppleWebKit/536.1 (KHTML, like Gecko) CriOS/42.0.865.0 Mobile/77O124 Safari/536.1 Edge/99.14477", "deviceDetail": {"deviceId": "a44625dc-6f81-449a-9799-8005f7209b42", "displayName": "ATTACKTARGET-LT", "operatingSystem": "Windows 10", "browser": "Edge 99.14477", "trustType": "Azure AD registered"}, "location": {"city": "New John", "state": "Smithfort", "countryOrRegion": "XR", "geoCoordinates": {"latitude": -89.144242, "longitude": 168.119022}}, "correlationId": "34863f42-24c1-49f4-972c-3a0478d9bcbe", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "030dd5e4-14c8-495e-9362-57ddab5a0aa0", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "processingTimeInMilliseconds": 127, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Adobe Identity Management Service", "resourceId": "c8eab36d-0a82-409d-8693-a8dabc997921", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 34974, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "SQ5v4GKPTjRF3XmmUsrycKwhOwiqoH1QaoEOhUHRx3Vw7tnU", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "2248d3ef-d7b8-4eb2-bd20-fb53f725bfe3"}}, {"time": "2022-08-18T08:01:31.612853Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "205.33.24.92", "correlationId": "78560cc4-8ac5-47b4-96d4-2fc94c606caf", "identity": "Aaron Cole", "Level": 4, "location": "XD", "properties": {"id": "fabc4b93-f662-4478-a5a8-a2cefd867d00", "createdDateTime": "2022-08-18T08:01:31.855853Z", "userDisplayName": "Aaron Cole", "userPrincipalName": "acole@domain.com", "userId": "5d557969-1645-4ba4-be83-b6fd943659f7", "appId": "af50c7b0-ad5f-40ec-840e-8d89be454ce4", "appDisplayName": "Citrix ShareFile", "ipAddress": "205.33.24.92", "status": {"errorCode": 0}, "clientAppUsed": "Browser", "deviceDetail": {"deviceId": "", "operatingSystem": "Windows10", "browser": "Rich Client 4.36.1.0"}, "location": {"city": "Kristinmouth", "state": "Norrisbury", "countryOrRegion": "XD", "geoCoordinates": {"latitude": 26.278784, "longitude": -92.042573}}, "correlationId": "bb954933-9c36-4d38-9b41-18286b7a3be4", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "5272c185-4741-43b4-9bd5-6eb65d8af47d", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 243, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Citrix ShareFile", "resourceId": "120f310e-002d-4cf0-803a-8e3f1188c691", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 214655, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "m5yfm3JY6KsnfWqYyNpecoQqWDiIvok8fX9NwHCzyKRvtfKp", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "64fdf9a3-2711-4206-8c5a-100403727b93", "rngcStatus": 0}}, {"time": "2022-08-18T08:09:00.190873Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "86.154.193.190", "correlationId": "07edc323-9216-4416-b205-010f4e2cca70", "identity": "Jamie Watson", "Level": 4, "location": "XR", "properties": {"id": "849f5eb8-988d-4520-b45c-6016c9486c00", "createdDateTime": "2022-08-18T08:09:00.280873Z", "userDisplayName": "Jamie Watson", "userPrincipalName": "jwatson@domain.com", "userId": "2844695b-9a70-48ed-a5ce-f3d711e2292b", "appId": "7b74bf77-058a-4c0d-9d9d-5523c3bc80ed", "appDisplayName": "GitHub Enterprise Cloud - Organization", "ipAddress": "86.154.193.190", "status": {"errorCode": 0}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (X11; Linux i686) AppleWebKit/533.0 (KHTML, like Gecko) Chrome/24.0.803.0 Safari/533.0 Edge/40.11325", "deviceDetail": {"deviceId": "fc784602-6455-4450-be3c-6770e0359f8a", "displayName": "JAMIEWATSON-LT", "operatingSystem": "Windows 10", "browser": "Edge 40.11325", "isCompliant": true, "isManaged": true, "trustType": "Azure AD joined"}, "location": {"city": "Port Denisetown", "state": "Smithton", "countryOrRegion": "XR", "geoCoordinates": {"latitude": 3.5518965, "longitude": 131.871582}}, "correlationId": "4772496e-b72f-4f8a-9ff8-a4d78cea5672", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "f75a9793-a022-4d54-9013-0fec761d2bad", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 90, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "GitHub Enterprise Cloud - Organization Online", "resourceId": "51e679b4-5774-4b5f-9636-df5ea66b9380", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 256668, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "WemXIrSjMCteaXfZ1Y6wBzL0raOJ55lqiVRPOj7rSvKpbLCo", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "6e8f419c-7f10-40b1-a52a-e4fb253c74c2", "rngcStatus": 0}}, {"time": "2022-08-18T08:28:29.971317Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "42.62.103.34", "correlationId": "00b2d06e-76d4-4608-ad7e-b06c88d3a977", "identity": "Joseph Taylor", "Level": 4, "location": "XF", "properties": {"id": "40186134-719b-42e2-9e2d-e44059607000", "createdDateTime": "2022-08-18T08:28:30.110317Z", "userDisplayName": "Joseph Taylor", "userPrincipalName": "jtaylor@domain.com", "userId": "af9847eb-c773-41ae-bf94-42747c5e986c", "appId": "dbe6b779-13df-45f2-a6d7-1323485479f6", "appDisplayName": "Cisco Webex", "ipAddress": "42.62.103.34", "status": {"errorCode": 0, "additionalDetails": "MFA requirement satisfied by claim in the token"}, "clientAppUsed": "Browser", "deviceDetail": {"deviceId": "76b96bd3-e5d7-49ee-b195-bf363facdb3d", "displayName": "JOSEPHTAYLOR-LT", "operatingSystem": "Windows10", "browser": "Rich Client 4.38.0.0", "isCompliant": true, "isManaged": true, "trustType": "Azure AD joined"}, "location": {"city": "Jessicafurt", "state": "Smithbury", "countryOrRegion": "XF", "geoCoordinates": {"latitude": 17.5082395, "longitude": -115.304215}}, "mfaDetail": {}, "correlationId": "88ec9f9f-4501-4546-b04c-958244e228ba", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "d1407f17-ee94-43e7-a6a8-35fb3eefceb3", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 139, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Cisco Webex Service", "resourceId": "24578515-1951-4064-967d-0d2acaf0aa70", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 393508, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "jDKiKYX7xiUtCVpD0b62uKCyLD1VZ43nHpnXQ9hKgO7bE01n", "incomingTokenType": "none", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "0e68752b-7dfa-400b-a6f5-1b54af90696a", "rngcStatus": 0}}, {"time": "2022-08-18T08:42:17.244782Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "153.254.8.0", "correlationId": "98960faf-901e-4cdb-b3a3-59d2cfad7239", "identity": "Keith Sheppard", "Level": 4, "location": "XD", "properties": {"id": "0fa7b51d-5329-46f9-89d4-0bf1695d6b00", "createdDateTime": "2022-08-18T08:42:17.323782Z", "userDisplayName": "Keith Sheppard", "userPrincipalName": "ksheppard@domain.com", "userId": "05bd48f1-91d2-4c2d-9a7c-80e80f561b3c", "appId": "9167c284-c68f-468a-84be-0ee4f23879fe", "appDisplayName": "ArcGIS Enterprise", "ipAddress": "153.254.8.0", "status": {"errorCode": 0}, "clientAppUsed": "Mobile Apps and Desktop clients", "deviceDetail": {"deviceId": "", "operatingSystem": "Android"}, "location": {"city": "New James", "state": "Norrisbury", "countryOrRegion": "XD", "geoCoordinates": {"latitude": 64.5727225, "longitude": 92.661569}}, "correlationId": "adedfb51-d6ef-4c51-83c2-7ff282ca5e05", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "4ee036d8-9898-431a-877f-d539b1c37189", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 79, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "ArcGIS Enterprise Service", "resourceId": "bca2b487-3a6c-440f-b1b7-a15b02771ad0", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 80621, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "xPDAz0xmpLLMFPcqx0wRy4EkW6XkapE0AFnWPSXTEb3SfhMF", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "4da47dd4-556d-4ba4-9847-c1850930ab5e", "rngcStatus": 0}}, {"time": "2022-08-18T09:39:38.604549Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "50158", "resultSignature": "None", "resultDescription": "External security challenge was not satisfied.", "durationMs": 0, "callerIpAddress": "44.22.19.201", "correlationId": "7936013c-4f30-4acb-b1a4-0f89316b1972", "identity": "Thomas Price", "Level": 4, "location": "XN", "properties": {"id": "bbd0f834-7826-4e71-92d2-dd8783556700", "createdDateTime": "2022-08-18T09:39:38.722549Z", "userDisplayName": "Thomas Price", "userPrincipalName": "tprice@domain.com", "userId": "32109ee2-ee4f-4d11-9c38-2556aec0f2b5", "appId": "9a7e67c7-6f05-42a3-b226-97c7ec3e9696", "appDisplayName": "Adobe Identity Management", "ipAddress": "44.22.19.201", "status": {"errorCode": 50158, "failureReason": "External security challenge was not satisfied."}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (X11; Linux i686) AppleWebKit/535.2 (KHTML, like Gecko) Chrome/22.0.843.0 Safari/535.2 Edge/118.12158", "deviceDetail": {"deviceId": "0927e60c-8dfa-4ecf-be85-ad63bccf40a1", "displayName": "THOMASPRICE-LT", "operatingSystem": "Windows 10", "browser": "Edge 118.12158", "trustType": "Hybrid Azure AD joined"}, "location": {"city": "Littlemouth", "state": "Alexanderfurt", "countryOrRegion": "XN", "geoCoordinates": {"latitude": 25.4437255, "longitude": -109.530885}}, "correlationId": "ab170a7f-a7ea-4a3a-a0ba-0ff38ffd940a", "conditionalAccessStatus": "failure", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "f6912c86-b6e8-46d6-8e3b-e24826aca430", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 118, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Adobe Identity Management Service", "resourceId": "30663ca7-f8a9-43ab-8ca1-7906bdbc1485", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 230297, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "I9rZgKDNGC1u3Wc2vQxseTE6c9EqbJlqpWVLyDxNmDTx46TU", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "a6c259e5-7f16-48b2-a9f3-75becd6daa9b", "rngcStatus": 0}}, {"time": "2022-08-18T09:46:02.355518Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "42.62.103.34", "correlationId": "f21f9e75-c5d8-4329-9a56-6c8b9ccc5d61", "identity": "Joseph Taylor", "Level": 4, "location": "XF", "properties": {"id": "240f1e1f-5d94-4a4e-bd71-018b7f937200", "createdDateTime": "2022-08-18T09:46:02.469518Z", "userDisplayName": "Joseph Taylor", "userPrincipalName": "jtaylor@domain.com", "userId": "af9847eb-c773-41ae-bf94-42747c5e986c", "appId": "e47a1d38-5f61-45cd-b1b9-bc92f525c598", "appDisplayName": "Altoura", "ipAddress": "42.62.103.34", "status": {"errorCode": 0, "additionalDetails": "MFA requirement satisfied by claim in the token"}, "clientAppUsed": "Browser", "userAgent": "Mozilla/5.0 (Linux; Android 2.3.5) AppleWebKit/532.2 (KHTML, like Gecko) Chrome/46.0.898.0 Safari/532.2 Edge/105.19198", "deviceDetail": {"deviceId": "76b96bd3-e5d7-49ee-b195-bf363facdb3d", "displayName": "JOSEPHTAYLOR-LT", "operatingSystem": "Windows 10", "browser": "Edge 105.19198", "isCompliant": true, "isManaged": true, "trustType": "Azure AD joined"}, "location": {"city": "Jessicafurt", "state": "Smithbury", "countryOrRegion": "XF", "geoCoordinates": {"latitude": 17.5082395, "longitude": -115.304215}}, "mfaDetail": {}, "correlationId": "97e0eb80-2cfb-418e-82f7-29f049e4a97a", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "96e4ac17-a500-4fee-ba88-939fb04f1f03", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 114, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Altoura Online", "resourceId": "f0630e90-b752-4960-bfb9-a0794fc34930", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 393508, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "0CPpNoP52eObiVUZsTa1TJPLQY4Bdki3sfxdg7jXiOjekrKW", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "1f37c851-4be4-455b-928a-fbde7845a68a", "rngcStatus": 0}}, {"time": "2022-08-18T09:47:04.199244Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "SignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "42.62.103.34", "correlationId": "59a44f6a-0f9b-4768-90c9-4363816d131e", "identity": "Joseph Taylor", "Level": 4, "location": "XF", "properties": {"id": "074fe23d-2629-40c0-b889-feb6870f5600", "createdDateTime": "2022-08-18T09:47:04.340244Z", "userDisplayName": "Joseph Taylor", "userPrincipalName": "jtaylor@domain.com", "userId": "af9847eb-c773-41ae-bf94-42747c5e986c", "appId": "e47a1d38-5f61-45cd-b1b9-bc92f525c598", "appDisplayName": "Altoura", "ipAddress": "42.62.103.34", "status": {"errorCode": 0, "additionalDetails": "MFA requirement satisfied by claim in the token"}, "clientAppUsed": "Browser", "userAgent": "Mozilla/5.0 (Linux; Android 2.3.5) AppleWebKit/532.2 (KHTML, like Gecko) Chrome/46.0.898.0 Safari/532.2 Edge/105.19198", "deviceDetail": {"deviceId": "76b96bd3-e5d7-49ee-b195-bf363facdb3d", "displayName": "JOSEPHTAYLOR-LT", "operatingSystem": "Windows 10", "browser": "Edge 105.19198", "isCompliant": true, "isManaged": true, "trustType": "Azure AD joined"}, "location": {"city": "Jessicafurt", "state": "Smithbury", "countryOrRegion": "XF", "geoCoordinates": {"latitude": 17.5082395, "longitude": -115.304215}}, "mfaDetail": {}, "correlationId": "963b60eb-bb0a-48ba-a14a-cb20c134e14a", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "7e061ea4-2458-4ee9-a767-42b34eabbe02", "isInteractive": true, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "processingTimeInMilliseconds": 141, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Altoura Online", "resourceId": "8a137ba4-52ae-4dbf-94af-2e56851573c4", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 393508, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "cmoXhlceHAyWh223FZLt9BhCILN66TBVJAR1PHPLgGy254Z3", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": null}}, {"time": "2022-08-18T09:51:05.934579Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "147.132.189.119", "correlationId": "470ef7d1-6e7e-4366-a424-aada49d691c2", "identity": "Terry Proctor", "Level": 4, "location": "XR", "properties": {"id": "676a8b82-7787-4511-9ea8-0339ad799d00", "createdDateTime": "2022-08-18T09:51:06.015579Z", "userDisplayName": "Terry Proctor", "userPrincipalName": "tproctor@domain.com", "userId": "03110cc5-e54f-4dae-b68a-bf5d945f8152", "appId": "413f12c2-a9cb-4ca6-a080-d4308249cbe1", "appDisplayName": "Air", "ipAddress": "147.132.189.119", "status": {"errorCode": 0, "additionalDetails": "MFA requirement satisfied by claim in the token"}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (X11; Linux i686) AppleWebKit/533.0 (KHTML, like Gecko) Chrome/24.0.803.0 Safari/533.0 Edge/40.11325", "deviceDetail": {"deviceId": "88ee69d5-1eb7-4f29-b594-e9b4e3371940", "displayName": "TERRYPROCTOR-LT", "operatingSystem": "Windows 10", "browser": "Edge 40.11325", "isCompliant": true, "isManaged": true, "trustType": "Azure AD joined"}, "location": {"city": "Port Denisetown", "state": "Smithton", "countryOrRegion": "XR", "geoCoordinates": {"latitude": 3.5518965, "longitude": 131.871582}}, "mfaDetail": {}, "correlationId": "8ffc7c43-d084-4cdc-9c1d-959f5b735b8b", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "9f50877f-08fc-4bf1-a1a8-b7eabd271af4", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 81, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Air Online", "resourceId": "d2c09315-f769-4fc6-9be8-f57cf8efa9cc", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 256668, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "WQb4VAPYzaMZW0C0ZeBEgqoZnw16d4rV5RQeb8yor8tV6kyH", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": null, "rngcStatus": 0}}, {"time": "2022-08-18T09:51:13.421576Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "50158", "resultSignature": "None", "resultDescription": "External security challenge was not satisfied.", "durationMs": 0, "callerIpAddress": "92.110.109.246", "correlationId": "df035ef0-e905-41ea-8174-432baac66345", "identity": "Thomas Price", "Level": 4, "location": "XR", "properties": {"id": "10851c42-cb04-4202-b7bb-75c759069700", "createdDateTime": "2022-08-18T09:51:13.529576Z", "userDisplayName": "Thomas Price", "userPrincipalName": "tprice@domain.com", "userId": "32109ee2-ee4f-4d11-9c38-2556aec0f2b5", "appId": "9a7e67c7-6f05-42a3-b226-97c7ec3e9696", "appDisplayName": "Adobe Identity Management", "ipAddress": "92.110.109.246", "status": {"errorCode": 50158, "failureReason": "External security challenge was not satisfied."}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (X11; Linux i686) AppleWebKit/535.2 (KHTML, like Gecko) Chrome/22.0.843.0 Safari/535.2 Edge/118.12158", "deviceDetail": {"deviceId": "0927e60c-8dfa-4ecf-be85-ad63bccf40a1", "displayName": "THOMASPRICE-LT", "operatingSystem": "Windows 10", "browser": "Edge 118.12158", "trustType": "Hybrid Azure AD joined"}, "location": {"city": "Port Denisetown", "state": "Smithton", "countryOrRegion": "XR", "geoCoordinates": {"latitude": 3.5518965, "longitude": 131.871582}}, "correlationId": "a3b4a473-77a9-429f-90ce-ec70fb14e419", "conditionalAccessStatus": "failure", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "1afe5d71-a11a-4fbb-b6ed-863979e57ad3", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 108, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Adobe Identity Management Service", "resourceId": "30663ca7-f8a9-43ab-8ca1-7906bdbc1485", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 230297, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "niAf27pMaAtMGW5ZX8rvTXMD5ZG2L3dH06C5l8j3yv3VRd3g", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "a6c259e5-7f16-48b2-a9f3-75becd6daa9b", "rngcStatus": 0}}, {"time": "2022-08-18T10:17:28.834098Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "156.206.181.119", "correlationId": "a3ebe68c-0da5-4b6e-aedb-274a3a866631", "identity": "Cynthia Perry", "Level": 4, "location": "XY", "properties": {"id": "49631f69-cc61-4c2e-82a5-314e37fa9800", "createdDateTime": "2022-08-18T10:17:28.941098Z", "userDisplayName": "Cynthia Perry", "userPrincipalName": "cperry@domain.com", "userId": "ac5fa380-9d5b-470e-beb2-5ba10aca48e6", "appId": "9de6e985-97a5-4d82-9c45-aedaa9c25ef9", "appDisplayName": "AWS Single-Account Access", "ipAddress": "156.206.181.119", "status": {"errorCode": 0}, "clientAppUsed": "Browser", "deviceDetail": {"deviceId": "", "operatingSystem": "Windows"}, "location": {"city": "Hannaville", "state": "Thomashaven", "countryOrRegion": "XY", "geoCoordinates": {"latitude": 1.1452695, "longitude": 128.249211}}, "correlationId": "0cc6cf90-1693-4e68-b7d7-9f492a65fa41", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "941c98de-08bf-463e-ac2a-ec3c65e10ede", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 107, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "AWS Single-Account Access Service", "resourceId": "c65cf5f9-5537-4200-889e-381c4f60ca7d", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 279165, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "BcDFVuCMu77jkom3H1l82UiiHmsuwFwPPPuahrELAK82SKV8", "incomingTokenType": "none", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": null, "rngcStatus": 0}}, {"time": "2022-08-18T10:25:02.877776Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "156.206.181.119", "correlationId": "75c110e7-7807-4ed2-a1e9-3e61c38fd4ae", "identity": "Cynthia Perry", "Level": 4, "location": "XY", "properties": {"id": "2e5b02b3-50ef-483f-bed8-628e0f548b00", "createdDateTime": "2022-08-18T10:25:02.992776Z", "userDisplayName": "Cynthia Perry", "userPrincipalName": "cperry@domain.com", "userId": "ac5fa380-9d5b-470e-beb2-5ba10aca48e6", "appId": "9de6e985-97a5-4d82-9c45-aedaa9c25ef9", "appDisplayName": "AWS Single-Account Access", "ipAddress": "156.206.181.119", "status": {"errorCode": 0}, "clientAppUsed": "Browser", "deviceDetail": {"deviceId": "", "operatingSystem": "Windows"}, "location": {"city": "Hannaville", "state": "Thomashaven", "countryOrRegion": "XY", "geoCoordinates": {"latitude": 1.1452695, "longitude": 128.249211}}, "correlationId": "42b0baad-083d-4d0d-86cb-bf1cabc8ac53", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "9252b317-5940-4a6f-9a25-da2bc557d0d2", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 115, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "AWS Single-Account Access Service", "resourceId": "c65cf5f9-5537-4200-889e-381c4f60ca7d", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 279165, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "9oovtp8ljAgAgRwJWEbxQv4HqIjDPL00vRzzMVvDtwd15P65", "incomingTokenType": "none", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": null, "rngcStatus": 0}}, {"time": "2022-08-18T10:31:06.325236Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "86.154.193.190", "correlationId": "4deb0ecf-35cd-481c-a36a-248035340e49", "identity": "Jamie Watson", "Level": 4, "location": "XR", "properties": {"id": "40d152cd-4283-43a4-b701-6f4af5324c00", "createdDateTime": "2022-08-18T10:31:06.584236Z", "userDisplayName": "Jamie Watson", "userPrincipalName": "jwatson@domain.com", "userId": "2844695b-9a70-48ed-a5ce-f3d711e2292b", "appId": "9c5b7fe3-0ad2-4ea6-94e5-9e0001f367e3", "appDisplayName": "Articulate 360", "ipAddress": "86.154.193.190", "status": {"errorCode": 0}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (X11; Linux i686) AppleWebKit/533.0 (KHTML, like Gecko) Chrome/24.0.803.0 Safari/533.0 Edge/40.11325", "deviceDetail": {"deviceId": "fc784602-6455-4450-be3c-6770e0359f8a", "displayName": "JAMIEWATSON-LT", "operatingSystem": "Windows 10", "browser": "Edge 40.11325", "isCompliant": true, "isManaged": true, "trustType": "Azure AD joined"}, "location": {"city": "Port Denisetown", "state": "Smithton", "countryOrRegion": "XR", "geoCoordinates": {"latitude": 3.5518965, "longitude": 131.871582}}, "correlationId": "1213e7ca-c990-4095-a559-431026e06cb1", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "515559b5-e83d-400e-9dcb-59c8377b2be5", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "processingTimeInMilliseconds": 259, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Articulate 360 Online", "resourceId": "436260d5-3791-4aea-a4da-aa698ec35f2f", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 256668, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "9jKheuBBOasJ6dzPtfyU098uA0EOfLiMrVmEQynqTuMG5weq", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "94b9f3ba-5f4b-4edc-99dc-a420b76960f9"}}, {"time": "2022-08-18T10:36:45.220806Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "1.210.58.10", "correlationId": "e0108833-3a4b-491d-8b2f-f6f3a748b6d1", "identity": "Keith Sheppard", "Level": 4, "location": "XD", "properties": {"id": "86ec8f81-b065-45d1-84e2-abcf6dec8f00", "createdDateTime": "2022-08-18T10:36:45.290806Z", "userDisplayName": "Keith Sheppard", "userPrincipalName": "ksheppard@domain.com", "userId": "05bd48f1-91d2-4c2d-9a7c-80e80f561b3c", "appId": "9003b8ba-730c-412d-8972-267700304e01", "appDisplayName": "Box", "ipAddress": "1.210.58.10", "status": {"errorCode": 0}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (Windows NT 4.0) AppleWebKit/531.1 (KHTML, like Gecko) Chrome/20.0.823.0 Safari/531.1 Edge/87.11424", "deviceDetail": {"deviceId": "639815fd-5018-4e38-9d81-67538b2ce460", "displayName": "KEITHSHEPPARD-LT", "operatingSystem": "Windows 10", "browser": "Edge 87.11424", "trustType": "Azure AD registered"}, "location": {"city": "Cooperhaven", "state": "Norrisbury", "countryOrRegion": "XD", "geoCoordinates": {"latitude": 70.436398, "longitude": -23.873747}}, "correlationId": "8dd4576e-3269-478e-a805-79ef986f5ef5", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "f2e6a2fb-efb8-43b9-b44b-ebf4a37410ca", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 70, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Box Online", "resourceId": "8a137ba4-52ae-4dbf-94af-2e56851573c4", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 69487, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "2BTxWCTq9N7PpshbssdrTS61NgkyW6yXTmvIUeJdSBnTSnFc", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": null, "rngcStatus": 0}}, {"time": "2022-08-18T10:55:17.135309Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "156.206.181.119", "correlationId": "12b79993-a7da-46e4-8bbf-5e5732f5655a", "identity": "Cynthia Perry", "Level": 4, "location": "XY", "properties": {"id": "7ef6a8b9-69c5-4d3b-bfda-03cf64f28500", "createdDateTime": "2022-08-18T10:55:17.208309Z", "userDisplayName": "Cynthia Perry", "userPrincipalName": "cperry@domain.com", "userId": "ac5fa380-9d5b-470e-beb2-5ba10aca48e6", "appId": "9de6e985-97a5-4d82-9c45-aedaa9c25ef9", "appDisplayName": "AWS Single-Account Access", "ipAddress": "156.206.181.119", "status": {"errorCode": 0}, "clientAppUsed": "Browser", "deviceDetail": {"deviceId": "", "operatingSystem": "Windows"}, "location": {"city": "Hannaville", "state": "Thomashaven", "countryOrRegion": "XY", "geoCoordinates": {"latitude": 1.1452695, "longitude": 128.249211}}, "correlationId": "b94844c2-1368-4934-be0c-0137c39eb32d", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "08f1e363-5775-415c-a73d-43147ddfc6cd", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 73, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "AWS Single-Account Access Service", "resourceId": "72f0186d-d327-46c9-a8ff-497e0caa8691", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 279165, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "Rp0sT0YRtXOUK9JM7aJ26wwqYRs2TOupvoBP5vW92b7hHsaC", "incomingTokenType": "none", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": null, "rngcStatus": 0}}, {"time": "2022-08-18T11:23:14.123020Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "13.113.40.157", "correlationId": "4c5da2fd-5b91-4e05-9c44-0ff1db2adfdd", "identity": "Attack Target", "Level": 4, "location": "XR", "properties": {"id": "c7a26d47-4335-4fb6-9ae4-3b53453f6900", "createdDateTime": "2022-08-18T11:23:14.268020Z", "userDisplayName": "Attack Target", "userPrincipalName": "attacktarget@domain.com", "userId": "d735e84b-dcca-404d-9f7d-700f360f41a6", "appId": "9a7e67c7-6f05-42a3-b226-97c7ec3e9696", "appDisplayName": "Adobe Identity Management", "ipAddress": "13.113.40.157", "ipAddressFromResourceProvider": "13.113.40.157", "status": {"errorCode": 0}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (iPad; CPU iPad OS 9_3_6 like Mac OS X) AppleWebKit/536.1 (KHTML, like Gecko) CriOS/42.0.865.0 Mobile/77O124 Safari/536.1 Edge/99.14477", "deviceDetail": {"deviceId": "a44625dc-6f81-449a-9799-8005f7209b42", "displayName": "ATTACKTARGET-LT", "operatingSystem": "Windows 10", "browser": "Edge 99.14477", "trustType": "Azure AD registered"}, "location": {"city": "New John", "state": "Smithfort", "countryOrRegion": "XR", "geoCoordinates": {"latitude": -89.144242, "longitude": 168.119022}}, "correlationId": "c7067d60-6b8e-40d6-a8c5-189e02332b80", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "d7de5042-14d7-4f6b-8dc7-8cad858f5a37", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 145, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Adobe Identity Management Service", "resourceId": "c8eab36d-0a82-409d-8693-a8dabc997921", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 34974, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "OPHBj5RtERxkbVQPTPySHwcwdtbDkIbpbX7nzKGIbdFocq3T", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "2248d3ef-d7b8-4eb2-bd20-fb53f725bfe3", "rngcStatus": 0}}, {"time": "2022-08-18T11:47:42.862077Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "21.206.133.221", "correlationId": "c576bea6-714c-4f35-af4e-f2282223cdb9", "identity": "Angela Kerr", "Level": 4, "location": "XQ", "properties": {"id": "34e3f02d-c81c-4cc6-8a75-7f89d3989600", "createdDateTime": "2022-08-18T11:47:42.958077Z", "userDisplayName": "Angela Kerr", "userPrincipalName": "akerr@domain.com", "userId": "0db48846-20f7-44bc-bbdd-457a8ea9f7d8", "appId": "9a7e67c7-6f05-42a3-b226-97c7ec3e9696", "appDisplayName": "Adobe Identity Management", "ipAddress": "21.206.133.221", "status": {"errorCode": 0}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (X11; Linux i686) AppleWebKit/533.0 (KHTML, like Gecko) Chrome/24.0.803.0 Safari/533.0 Edge/40.11325", "deviceDetail": {"deviceId": "056bc9c5-bae6-4899-8f41-c449b9b8d11b", "displayName": "ANGELAKERR-LT", "operatingSystem": "Windows 10", "browser": "Edge 40.11325", "trustType": "Azure AD registered"}, "location": {"city": "Brownton", "state": "Stephanieberg", "countryOrRegion": "XQ", "geoCoordinates": {"latitude": -37.755925, "longitude": -139.744832}}, "correlationId": "6937d874-8c96-4cd6-9359-cb6879405c4c", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "c5111d37-15ab-4523-93d2-a19c50f581e5", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 96, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Adobe Identity Management Service", "resourceId": "72f0186d-d327-46c9-a8ff-497e0caa8691", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 12916, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "OH9CGc3QEjAzc10PblJfJjjKcW2rzDvdSdgRdRe3kBZTPgJN", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": null, "rngcStatus": 0}}, {"time": "2022-08-18T11:50:53.944066Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "91.132.253.146", "correlationId": "f5c03064-7a95-4459-8b71-8a9ddc70355b", "identity": "Aaron Cole", "Level": 4, "location": "XD", "properties": {"id": "71326cde-8812-4486-b054-a01efd768f00", "createdDateTime": "2022-08-18T11:50:54.033066Z", "userDisplayName": "Aaron Cole", "userPrincipalName": "acole@domain.com", "userId": "5d557969-1645-4ba4-be83-b6fd943659f7", "appId": "18bf60fa-77dd-4aad-891d-af82ca87dd06", "appDisplayName": "FortiGate SSL VPN", "ipAddress": "91.132.253.146", "status": {"errorCode": 0}, "clientAppUsed": "Browser", "deviceDetail": {"deviceId": "", "operatingSystem": "Windows", "browser": "Rich Client 4.22.0.0"}, "location": {"city": "Rickshire", "state": "Norrisbury", "countryOrRegion": "XD", "geoCoordinates": {"latitude": -78.5751045, "longitude": 58.329246}}, "correlationId": "2ab38a3b-42a1-4296-a475-f80b968b247f", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "e134a8b7-f921-4ec3-8a28-13fa173aebf1", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 89, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "FortiGate SSL VPN Service", "resourceId": "f0630e90-b752-4960-bfb9-a0794fc34930", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 214655, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "uSj4kJFt51q3zlQpAOq5yl4qUAe2b7Hq8k9QpCSDrPfZiKrl", "incomingTokenType": "none", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "1f37c851-4be4-455b-928a-fbde7845a68a", "rngcStatus": 0}}, {"time": "2022-08-18T12:17:15.899523Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "SignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "105.169.153.183", "correlationId": "7956502b-2e08-448a-944c-f5ec1592317f", "identity": "Jim Gonzalez", "Level": 4, "location": "XR", "properties": {"id": "50cdd952-1f75-4f63-b471-457a8d104a00", "createdDateTime": "2022-08-18T12:17:16.116523Z", "userDisplayName": "Jim Gonzalez", "userPrincipalName": "jgonzalez@domain.com", "userId": "95090045-a9c5-489c-adee-2db430a3333a", "appId": "392d4693-47fa-482f-aa23-dd2bcf36278c", "appDisplayName": "WeVideo", "ipAddress": "105.169.153.183", "status": {"errorCode": 0}, "clientAppUsed": "Browser", "userAgent": "Mozilla/5.0 (Linux; Android 2.3.5) AppleWebKit/532.2 (KHTML, like Gecko) Chrome/46.0.898.0 Safari/532.2 Edge/105.19198", "deviceDetail": {"deviceId": "15135d1f-cb47-4bd8-b76d-90a9171c09bd", "displayName": "JIMGONZALEZ-LT", "operatingSystem": "Windows 10", "browser": "Edge 105.19198", "trustType": "Azure AD registered"}, "location": {"city": "Kevinton", "state": "Smithton", "countryOrRegion": "XR", "geoCoordinates": {"latitude": -87.5106305, "longitude": -77.991036}}, "correlationId": "d6b0f19a-1202-4d29-b90d-f3d5dbae91d8", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "4ec5eb6a-9c04-4f97-a1ee-5ac6e88f22c5", "isInteractive": true, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "processingTimeInMilliseconds": 217, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "WeVideo Online", "resourceId": "24578515-1951-4064-967d-0d2acaf0aa70", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 256668, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "YGPfEn1YLmX55ri5mn64ARU8YLfJUW35gDHGBAHS6n1PNClf", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "0e68752b-7dfa-400b-a6f5-1b54af90696a"}}, {"time": "2022-08-18T12:27:04.778426Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "50158", "resultSignature": "None", "resultDescription": "External security challenge was not satisfied.", "durationMs": 0, "callerIpAddress": "107.40.113.143", "correlationId": "07332ca2-82df-4d8e-9096-d7f7d0573780", "identity": "Terry Proctor", "Level": 4, "location": "XR", "properties": {"id": "e3d678dd-4e47-4907-b11e-8ddd5b456900", "createdDateTime": "2022-08-18T12:27:04.869426Z", "userDisplayName": "Terry Proctor", "userPrincipalName": "tproctor@domain.com", "userId": "03110cc5-e54f-4dae-b68a-bf5d945f8152", "appId": "99190773-7529-426f-b498-cb936b6504ab", "appDisplayName": "Linux Foundation Training", "ipAddress": "107.40.113.143", "status": {"errorCode": 50158, "failureReason": "External security challenge was not satisfied.", "additionalDetails": "MFA requirement satisfied by claim in the token"}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (X11; Linux i686) AppleWebKit/533.0 (KHTML, like Gecko) Chrome/24.0.803.0 Safari/533.0 Edge/40.11325", "deviceDetail": {"deviceId": "88ee69d5-1eb7-4f29-b594-e9b4e3371940", "displayName": "TERRYPROCTOR-LT", "operatingSystem": "Windows 10", "browser": "Edge 40.11325", "isCompliant": true, "isManaged": true, "trustType": "Azure AD joined"}, "location": {"city": "Port Denisetown", "state": "Smithton", "countryOrRegion": "XR", "geoCoordinates": {"latitude": 64.356494, "longitude": 92.919325}}, "mfaDetail": {}, "correlationId": "6ce3b6fe-9cde-41e8-bc00-721a15a92d46", "conditionalAccessStatus": "failure", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "4fa62478-32ec-43cf-ad07-4cc6923aa908", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 91, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Linux Foundation Training Service", "resourceId": "23d8eebf-9978-46f0-940b-ae289d18dc9a", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 34974, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "T5poQMcEmI3CH6JZQUyzce6ObrEnkxZnXd7ck6mt0MpTjNHH", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "93de1a95-6b22-4357-a7b5-675c4205561a", "rngcStatus": 0}}, {"time": "2022-08-18T12:33:56.626354Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "21.206.133.221", "correlationId": "4c02850b-6383-4490-99fe-c26e4751a34c", "identity": "Angela Kerr", "Level": 4, "location": "XQ", "properties": {"id": "a1992293-def5-47de-a489-bdba1cfc5800", "createdDateTime": "2022-08-18T12:33:56.871354Z", "userDisplayName": "Angela Kerr", "userPrincipalName": "akerr@domain.com", "userId": "0db48846-20f7-44bc-bbdd-457a8ea9f7d8", "appId": "9c5b7fe3-0ad2-4ea6-94e5-9e0001f367e3", "appDisplayName": "Articulate 360", "ipAddress": "21.206.133.221", "status": {"errorCode": 0}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (X11; Linux i686) AppleWebKit/533.0 (KHTML, like Gecko) Chrome/24.0.803.0 Safari/533.0 Edge/40.11325", "deviceDetail": {"deviceId": "056bc9c5-bae6-4899-8f41-c449b9b8d11b", "displayName": "ANGELAKERR-LT", "operatingSystem": "Windows 10", "browser": "Edge 40.11325", "trustType": "Azure AD registered"}, "location": {"city": "Brownton", "state": "Stephanieberg", "countryOrRegion": "XQ", "geoCoordinates": {"latitude": -37.755925, "longitude": -139.744832}}, "correlationId": "f1c21990-c4b7-48ce-bfb8-7322d2de6c93", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "2e02cc99-92ec-4b8e-b02a-1ea207a100cb", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "processingTimeInMilliseconds": 245, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Articulate 360 Online", "resourceId": "436260d5-3791-4aea-a4da-aa698ec35f2f", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 12916, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "h7foS3XYZQianGlzW1MDvgNcdBxiCqC2NnHKziw2oYWZ55Te", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "94b9f3ba-5f4b-4edc-99dc-a420b76960f9"}}, {"time": "2022-08-18T12:44:13.568845Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "105.169.153.183", "correlationId": "572927f3-ab6a-4824-957e-0c0a8ce948c8", "identity": "Jim Gonzalez", "Level": 4, "location": "XR", "properties": {"id": "0601d2d4-487c-4cb2-ba5c-b8d9d67f4f00", "createdDateTime": "2022-08-18T12:44:13.894845Z", "userDisplayName": "Jim Gonzalez", "userPrincipalName": "jgonzalez@domain.com", "userId": "95090045-a9c5-489c-adee-2db430a3333a", "appId": "9de6e985-97a5-4d82-9c45-aedaa9c25ef9", "appDisplayName": "AWS Single-Account Access", "ipAddress": "105.169.153.183", "status": {"errorCode": 0}, "clientAppUsed": "Browser", "deviceDetail": {"deviceId": "15135d1f-cb47-4bd8-b76d-90a9171c09bd", "displayName": "JIMGONZALEZ-LT", "operatingSystem": "Windows", "trustType": "Azure AD registered"}, "location": {"city": "Kevinton", "state": "Smithton", "countryOrRegion": "XR", "geoCoordinates": {"latitude": -87.5106305, "longitude": -77.991036}}, "correlationId": "8dc05d86-0e2e-434d-9111-e85f30052e8b", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "8ca0be73-9a9d-4bc8-a894-d4213ee70423", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "processingTimeInMilliseconds": 326, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "AWS Single-Account Access Service", "resourceId": "c65cf5f9-5537-4200-889e-381c4f60ca7d", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 256668, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "9VM5wA3cA32M9gJ52pJjS4LVAS14nERjESVCBZLj2fjeA2f1", "incomingTokenType": "none", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": null}}, {"time": "2022-08-18T13:15:24.172516Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "13.113.40.157", "correlationId": "063689e9-25d5-4f93-bae7-4cb397106da6", "identity": "Attack Target", "Level": 4, "location": "XR", "properties": {"id": "c39e6449-499a-4a56-b4b3-75e213ac6800", "createdDateTime": "2022-08-18T13:15:24.306516Z", "userDisplayName": "Attack Target", "userPrincipalName": "attacktarget@domain.com", "userId": "d735e84b-dcca-404d-9f7d-700f360f41a6", "appId": "9a7e67c7-6f05-42a3-b226-97c7ec3e9696", "appDisplayName": "Adobe Identity Management", "ipAddress": "13.113.40.157", "status": {"errorCode": 0}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (iPad; CPU iPad OS 9_3_6 like Mac OS X) AppleWebKit/536.1 (KHTML, like Gecko) CriOS/42.0.865.0 Mobile/77O124 Safari/536.1 Edge/99.14477", "deviceDetail": {"deviceId": "a44625dc-6f81-449a-9799-8005f7209b42", "displayName": "ATTACKTARGET-LT", "operatingSystem": "Windows 10", "browser": "Edge 99.14477", "trustType": "Azure AD registered"}, "location": {"city": "New John", "state": "Smithfort", "countryOrRegion": "XR", "geoCoordinates": {"latitude": -89.144242, "longitude": 168.119022}}, "correlationId": "2b86896d-8f67-4bab-8cd5-ef0dae69f78e", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "f62e687a-d0dc-48f9-b025-c5c5121d098a", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 134, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Adobe Identity Management Service", "resourceId": "9a84f55e-3a40-492c-9476-e069f64ed7a6", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 34974, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "0xAxrEwD1hL0EgyBSIh3Hnr9CZKXzKiyuMJQHhCYFtlPYFTZ", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "37ee873b-f901-4e25-be69-010243106d0f", "rngcStatus": 0}}, {"time": "2022-08-18T13:15:26.958759Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "86.154.193.190", "correlationId": "6e3023c8-c78e-49ea-9a6b-28ad5ac3d6f2", "identity": "Melissa Martin", "Level": 4, "location": "XR", "properties": {"id": "d43ff6b9-d2e4-4291-bf54-8dd90a9a8900", "createdDateTime": "2022-08-18T13:15:27.035759Z", "userDisplayName": "Melissa Martin", "userPrincipalName": "mmartin@domain.com", "userId": "632ccb55-03a7-40f4-9893-653527cae790", "appId": "9a7e67c7-6f05-42a3-b226-97c7ec3e9696", "appDisplayName": "Adobe Identity Management", "ipAddress": "86.154.193.190", "status": {"errorCode": 0}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (iPad; CPU iPad OS 9_3_6 like Mac OS X) AppleWebKit/536.1 (KHTML, like Gecko) CriOS/42.0.865.0 Mobile/77O124 Safari/536.1 Edge/99.14477", "deviceDetail": {"deviceId": "", "operatingSystem": "Windows 10", "browser": "Edge 99.14477"}, "location": {"city": "Port Denisetown", "state": "Smithton", "countryOrRegion": "XR", "geoCoordinates": {"latitude": 3.5518965, "longitude": 131.871582}}, "correlationId": "6a3077a1-0714-4c44-bc73-e4f613793a4d", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "97e1a62d-5653-4c4a-8e9d-b30a334342c5", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 77, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Adobe Identity Management Service", "resourceId": "30663ca7-f8a9-43ab-8ca1-7906bdbc1485", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 256668, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "Et95p6T4KPB7irijUo354Miwbr2W4yF3HO61OAdIl89AcWcH", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "a6c259e5-7f16-48b2-a9f3-75becd6daa9b", "rngcStatus": 0}}, {"time": "2022-08-18T13:16:46.699923Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "42.62.103.34", "correlationId": "913f89ab-8d9b-44dd-abad-f313a346ef4f", "identity": "Joseph Taylor", "Level": 4, "location": "XF", "properties": {"id": "c7effe19-f517-48ca-9f7d-2de552996d00", "createdDateTime": "2022-08-18T13:16:46.812923Z", "userDisplayName": "Joseph Taylor", "userPrincipalName": "jtaylor@domain.com", "userId": "af9847eb-c773-41ae-bf94-42747c5e986c", "appId": "36f74ffc-90e8-46e0-b0ed-588b76ed6f47", "appDisplayName": "Inspire", "ipAddress": "42.62.103.34", "status": {"errorCode": 0, "additionalDetails": "MFA requirement satisfied by claim in the token"}, "clientAppUsed": "Browser", "userAgent": "Mozilla/5.0 (Linux; Android 2.3.5) AppleWebKit/532.2 (KHTML, like Gecko) Chrome/46.0.898.0 Safari/532.2 Edge/105.19198", "deviceDetail": {"deviceId": "76b96bd3-e5d7-49ee-b195-bf363facdb3d", "displayName": "JOSEPHTAYLOR-LT", "operatingSystem": "Windows 10", "browser": "Edge 105.19198", "isCompliant": true, "isManaged": true, "trustType": "Azure AD joined"}, "location": {"city": "Jessicafurt", "state": "Smithbury", "countryOrRegion": "XF", "geoCoordinates": {"latitude": 17.5082395, "longitude": -115.304215}}, "mfaDetail": {}, "correlationId": "2591f642-7aea-499f-9ef3-4a86947fe5ec", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "200a85ff-44f2-4518-b27e-6a5b819079f6", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 113, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Inspire", "resourceId": "63fac12a-054f-4646-9f95-734d1c2d6f37", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 393508, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "R7jYNnBixx0nlW8Ga6L2bmYE2BQYBoExKc8Be2qqbMmiJe6T", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "eb9433f0-1859-4ebe-a3a4-65b8faa666f7", "rngcStatus": 0}}, {"time": "2022-08-18T13:24:26.037007Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "13.113.40.157", "correlationId": "920ccb3c-532c-4db6-8eb4-9a0213b324d0", "identity": "Attack Target", "Level": 4, "location": "XR", "properties": {"id": "7f0b39cc-61d5-4589-aade-b5922c3f6800", "createdDateTime": "2022-08-18T13:24:26.326007Z", "userDisplayName": "Attack Target", "userPrincipalName": "attacktarget@domain.com", "userId": "d735e84b-dcca-404d-9f7d-700f360f41a6", "appId": "9c5b7fe3-0ad2-4ea6-94e5-9e0001f367e3", "appDisplayName": "Articulate 360", "ipAddress": "13.113.40.157", "status": {"errorCode": 0}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (iPad; CPU iPad OS 9_3_6 like Mac OS X) AppleWebKit/536.1 (KHTML, like Gecko) CriOS/42.0.865.0 Mobile/77O124 Safari/536.1 Edge/99.14477", "deviceDetail": {"deviceId": "a44625dc-6f81-449a-9799-8005f7209b42", "displayName": "ATTACKTARGET-LT", "operatingSystem": "Windows 10", "browser": "Edge 99.14477", "trustType": "Azure AD registered"}, "location": {"city": "Smithfort", "state": "Smithfort", "countryOrRegion": "XR", "geoCoordinates": {"latitude": 3.7564095, "longitude": -121.574606}}, "correlationId": "bb3b140c-dd89-4edc-867c-bc55590cc44a", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "6ab66872-c878-4df6-8ad8-ab64d3a584e4", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 289, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Articulate 360 Online", "resourceId": "436260d5-3791-4aea-a4da-aa698ec35f2f", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 34974, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "DDiruPfCf05kGGkBuEgR3xozyLbESEnCRPNWKTwvJTZmNCVr", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "94b9f3ba-5f4b-4edc-99dc-a420b76960f9", "rngcStatus": 0}}, {"time": "2022-08-18T13:34:06.034035Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "SignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "105.169.153.183", "correlationId": "4cb9ad0c-f7c8-411f-93de-4928b22b57e4", "identity": "Jim Gonzalez", "Level": 4, "location": "XR", "properties": {"id": "dcca18ca-b75c-4147-ba68-6c6899d69b00", "createdDateTime": "2022-08-18T13:34:06.194035Z", "userDisplayName": "Jim Gonzalez", "userPrincipalName": "jgonzalez@domain.com", "userId": "95090045-a9c5-489c-adee-2db430a3333a", "appId": "ca3a818b-0dfd-45dc-b28b-a742ee46493e", "appDisplayName": "Witivio", "ipAddress": "105.169.153.183", "status": {"errorCode": 0}, "clientAppUsed": "Browser", "userAgent": "Mozilla/5.0 (Linux; Android 2.3.5) AppleWebKit/532.2 (KHTML, like Gecko) Chrome/46.0.898.0 Safari/532.2 Edge/105.19198", "deviceDetail": {"deviceId": "15135d1f-cb47-4bd8-b76d-90a9171c09bd", "displayName": "JIMGONZALEZ-LT", "operatingSystem": "Windows 10", "browser": "Edge 105.19198", "trustType": "Azure AD registered"}, "location": {"city": "Santosborough", "state": "Smithton", "countryOrRegion": "XR", "geoCoordinates": {"latitude": 12.8350355, "longitude": 138.359011}}, "correlationId": "846f8e1b-61dd-4f00-95a1-01dc9d83f4af", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "0adc9d76-bdb0-4582-9700-bffb7210602f", "isInteractive": true, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 160, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Witivio Online", "resourceId": "24578515-1951-4064-967d-0d2acaf0aa70", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 256668, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "MjUMEWjXt0OHtdcDgGj2PP1aaB1T4vQoRHqLZEWlOQmuSdl8", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "0e68752b-7dfa-400b-a6f5-1b54af90696a", "rngcStatus": 0}}, {"time": "2022-08-18T13:44:49.525406Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "86.154.193.190", "correlationId": "b0d9c305-1f48-4149-92e7-1424b61dec26", "identity": "Kristen Howell", "Level": 4, "location": "XR", "properties": {"id": "49d543cf-3853-413c-83db-9812046e9300", "createdDateTime": "2022-08-18T13:44:49.635406Z", "userDisplayName": "Kristen Howell", "userPrincipalName": "khowell@domain.com", "userId": "20e1e3f9-665f-45bd-9984-5e74b526d3b5", "appId": "895b9fb3-4084-4f9f-a314-d082d67e3c5c", "appDisplayName": "Airstack", "ipAddress": "86.154.193.190", "status": {"errorCode": 0}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (X11; Linux i686) AppleWebKit/533.0 (KHTML, like Gecko) Chrome/24.0.803.0 Safari/533.0 Edge/40.11325", "deviceDetail": {"deviceId": "af204333-3bdf-4228-bbeb-e3a654075b5c", "displayName": "KRISTENHOWELL-LT", "operatingSystem": "Windows 10", "browser": "Edge 40.11325", "trustType": "Azure AD registered"}, "location": {"city": "Port Denisetown", "state": "Smithton", "countryOrRegion": "XR", "geoCoordinates": {"latitude": 3.5518965, "longitude": 131.871582}}, "correlationId": "1f032952-2bb5-46d4-a8f7-338d8e78f6f0", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "78283c07-5a90-460d-bb1e-34c454410091", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 110, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Airstack Service", "resourceId": "f0630e90-b752-4960-bfb9-a0794fc34930", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 256668, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "j8HMzNlRN0ThvQkG4PIA4KetMDtnozXwaLtqX0EyO9Dgjzrz", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "1f37c851-4be4-455b-928a-fbde7845a68a", "rngcStatus": 0}}, {"time": "2022-08-18T13:58:30.053381Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "147.177.131.63", "correlationId": "b741d877-fad2-4630-b095-85c92d59266a", "identity": "Cassie Fernandez", "Level": 4, "location": "XR", "properties": {"id": "b7f5af53-c3a8-4597-83ff-57a280567300", "createdDateTime": "2022-08-18T13:58:30.203381Z", "userDisplayName": "Cassie Fernandez", "userPrincipalName": "cfernandez@domain.com", "userId": "67ef8be6-3f44-4db7-8172-fd6211428c1e", "appId": "9167c284-c68f-468a-84be-0ee4f23879fe", "appDisplayName": "ArcGIS Enterprise", "ipAddress": "147.177.131.63", "status": {"errorCode": 0}, "clientAppUsed": "Mobile Apps and Desktop clients", "deviceDetail": {"deviceId": "", "operatingSystem": "Ios", "browser": "Mobile Safari"}, "location": {"city": "Samanthaberg", "state": "Smithton", "countryOrRegion": "XR", "geoCoordinates": {"latitude": -42.614565, "longitude": 110.302069}}, "correlationId": "a7c0780e-4b68-49e5-bf05-adefe308d375", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "340175c0-acff-4ae9-b972-3abff6bd5f69", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 150, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "ArcGIS Enterprise Service", "resourceId": "1f1f8006-bcaf-48ed-96be-45ba0b1802c3", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 432564, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "umJW3GVGEf4p7gNB2H5UEaD7jNq2s2uPA02MYOvKzIclx8ha", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": null, "rngcStatus": 0}}, {"time": "2022-08-18T14:07:16.432758Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "700082", "resultSignature": "None", "resultDescription": "Other", "durationMs": 0, "callerIpAddress": "199.12.127.103", "correlationId": "9a44c30e-215a-4bdc-9030-a3b461a70a38", "identity": "Jacob Meyers", "Level": 4, "location": "XG", "properties": {"id": "a4bfb34f-863d-4add-88f4-153deef95300", "createdDateTime": "2022-08-18T14:07:16.489758Z", "userDisplayName": "Jacob Meyers", "userPrincipalName": "jmeyers@domain.com", "userId": "c63a67b0-1651-4a8a-9560-cc703cdad5ad", "appId": "9003b8ba-730c-412d-8972-267700304e01", "appDisplayName": "Box", "ipAddress": "199.12.127.103", "status": {"errorCode": 700082, "failureReason": "Other"}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (Windows NT 4.0) AppleWebKit/531.1 (KHTML, like Gecko) Chrome/20.0.823.0 Safari/531.1 Edge/87.11424", "deviceDetail": {"deviceId": "a0ea1625-4397-4c4c-963c-33347d3b0d73", "displayName": "JACOBMEYERS-LT", "operatingSystem": "Windows 10", "browser": "Edge 87.11424", "trustType": "Azure AD registered"}, "location": {"city": "Port Nathan", "state": "Newmanville", "countryOrRegion": "XG", "geoCoordinates": {"latitude": 23.244641, "longitude": -113.392021}}, "correlationId": "8bbefc58-d56a-4772-8fa3-cf6764bcc600", "conditionalAccessStatus": "notApplied", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "9eed97a8-6ba6-4a16-9be1-86053ff2886d", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "processingTimeInMilliseconds": 57, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Box Online", "resourceId": "d2c09315-f769-4fc6-9be8-f57cf8efa9cc", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 282405, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "UK7ZjL6dHvgQfdT2ZEyvFP08CNyQYQllF2kIoSc3y5rEQbfE", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": null}}, {"time": "2022-08-18T14:52:09.538336Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "50158", "resultSignature": "None", "resultDescription": "External security challenge was not satisfied.", "durationMs": 0, "callerIpAddress": "166.105.218.213", "correlationId": "ef515293-c6db-468d-9d50-65b153d5c089", "identity": "Thomas Price", "Level": 4, "location": "XR", "properties": {"id": "8ebdb246-4cc5-47df-8d1b-56b46bb04f00", "createdDateTime": "2022-08-18T14:52:09.686336Z", "userDisplayName": "Thomas Price", "userPrincipalName": "tprice@domain.com", "userId": "32109ee2-ee4f-4d11-9c38-2556aec0f2b5", "appId": "79510a8f-6421-4348-a2ea-bcc2b02485c1", "appDisplayName": "Cisco AnyConnect", "ipAddress": "166.105.218.213", "status": {"errorCode": 50158, "failureReason": "External security challenge was not satisfied."}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (X11; Linux i686) AppleWebKit/535.2 (KHTML, like Gecko) Chrome/22.0.843.0 Safari/535.2 Edge/118.12158", "deviceDetail": {"deviceId": "81ad31fb-e9be-4498-b1b2-c62f8fae1a77", "displayName": "THOMASPRICE-LT", "operatingSystem": "Windows 10", "browser": "Edge 118.12158", "trustType": "Hybrid Azure AD joined"}, "location": {"city": "Kevinton", "state": "Smithton", "countryOrRegion": "XR", "geoCoordinates": {"latitude": -87.5106305, "longitude": -77.991036}}, "correlationId": "a1bac0df-15b6-470a-a5ba-502b4c285603", "conditionalAccessStatus": "failure", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "596f33e5-f874-4536-aded-acb59ce360a6", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "processingTimeInMilliseconds": 148, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Cisco AnyConnect Online", "resourceId": "5d5b8d28-6a28-472e-b837-a4094e466965", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 256668, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "UywXbxKsFTopoAwvfpru9fio6sGhHRQ8ksuexj7wowcPz1q6", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "15655e1f-5005-4c53-b3c0-c4a1d1ca5e9e"}}, {"time": "2022-08-18T15:38:44.291517Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "156.206.181.119", "correlationId": "663de661-973f-4d2a-8dc2-17afb45b9fd1", "identity": "Cynthia Perry", "Level": 4, "location": "XY", "properties": {"id": "cb1cdc58-3d1a-4d1a-ab9f-1d773b4b1600", "createdDateTime": "2022-08-18T15:38:44.418517Z", "userDisplayName": "Cynthia Perry", "userPrincipalName": "cperry@domain.com", "userId": "ac5fa380-9d5b-470e-beb2-5ba10aca48e6", "appId": "9de6e985-97a5-4d82-9c45-aedaa9c25ef9", "appDisplayName": "AWS Single-Account Access", "ipAddress": "156.206.181.119", "status": {"errorCode": 0}, "clientAppUsed": "Browser", "deviceDetail": {"deviceId": "", "operatingSystem": "Windows"}, "location": {"city": "Hannaville", "state": "Thomashaven", "countryOrRegion": "XY", "geoCoordinates": {"latitude": 1.1452695, "longitude": 128.249211}}, "correlationId": "696312bc-4e7f-41cf-bc14-ed55f8eb8f5e", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "a2f0c948-52fb-489c-b9be-e56c2bbc677b", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 127, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "AWS Single-Account Access Service", "resourceId": "f0630e90-b752-4960-bfb9-a0794fc34930", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 279165, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "fEK7I4E7E1T2SdjNrB3HL6yjkfbvRb1xOTDgUvACjWNoYLDf", "incomingTokenType": "none", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "1f37c851-4be4-455b-928a-fbde7845a68a", "rngcStatus": 0}}, {"time": "2022-08-18T15:44:52.295302Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "156.206.181.119", "correlationId": "38a5d655-e9f4-4af1-8558-82157de282de", "identity": "Cynthia Perry", "Level": 4, "location": "XY", "properties": {"id": "2deb6159-9641-4f72-833f-3a316cf54900", "createdDateTime": "2022-08-18T15:44:52.391302Z", "userDisplayName": "Cynthia Perry", "userPrincipalName": "cperry@domain.com", "userId": "ac5fa380-9d5b-470e-beb2-5ba10aca48e6", "appId": "9de6e985-97a5-4d82-9c45-aedaa9c25ef9", "appDisplayName": "AWS Single-Account Access", "ipAddress": "156.206.181.119", "status": {"errorCode": 0}, "clientAppUsed": "Browser", "deviceDetail": {"deviceId": "", "operatingSystem": "Windows"}, "location": {"city": "Hannaville", "state": "Thomashaven", "countryOrRegion": "XY", "geoCoordinates": {"latitude": 1.1452695, "longitude": 128.249211}}, "correlationId": "458e9733-1b19-4d01-9869-d34f8d5e01a7", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "b3802fa3-cf81-4147-bc22-8f5b3c8c0d0b", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "processingTimeInMilliseconds": 96, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "AWS Single-Account Access Service", "resourceId": "9a84f55e-3a40-492c-9476-e069f64ed7a6", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 279165, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "aqFjiN0KNYi7MJ7U8RWoTDFhPzNEm7IagTv9JtSaW5ySNDP7", "incomingTokenType": "none", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "37ee873b-f901-4e25-be69-010243106d0f"}}, {"time": "2022-08-18T15:58:09.086096Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "42.62.103.34", "correlationId": "9e34e7cd-ead1-48e5-833a-7b7f52553eb4", "identity": "Joseph Taylor", "Level": 4, "location": "XF", "properties": {"id": "5751f928-f6db-4f32-8ce6-397047d27100", "createdDateTime": "2022-08-18T15:58:09.200096Z", "userDisplayName": "Joseph Taylor", "userPrincipalName": "jtaylor@domain.com", "userId": "af9847eb-c773-41ae-bf94-42747c5e986c", "appId": "e980a200-4916-4fcb-ae5a-3dee8f09d976", "appDisplayName": "Adoddle cSaas Platform", "ipAddress": "42.62.103.34", "status": {"errorCode": 0, "additionalDetails": "MFA requirement satisfied by claim in the token"}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (iPad; CPU iPad OS 9_3_6 like Mac OS X) AppleWebKit/536.1 (KHTML, like Gecko) CriOS/42.0.865.0 Mobile/77O124 Safari/536.1 Edge/99.14477", "deviceDetail": {"deviceId": "76b96bd3-e5d7-49ee-b195-bf363facdb3d", "displayName": "JOSEPHTAYLOR-LT", "operatingSystem": "Windows 10", "browser": "Edge 99.14477", "isCompliant": true, "isManaged": true, "trustType": "Azure AD joined"}, "location": {"city": "Jessicafurt", "state": "Smithbury", "countryOrRegion": "XF", "geoCoordinates": {"latitude": 17.5082395, "longitude": -115.304215}}, "mfaDetail": {}, "correlationId": "9c431ab6-660d-42c2-888c-11dd93a4226d", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "b8ff6d84-4b1c-416d-bf31-5ebc46d4b8c4", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 114, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Adoddle cSaas Platform Online", "resourceId": "2437523d-228a-44c0-b408-0de8a8a8276c", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 393508, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "2DjJ51PKijq1lMNcimE4Tg4RsOVF2jKFDb5H45knvEBZeaWS", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "0eae9886-2d60-475f-9a14-3151a1cfa557", "rngcStatus": 0}}, {"time": "2022-08-18T16:24:10.902546Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "13.113.40.157", "correlationId": "1d52e837-eba9-4ba7-b1eb-ddf6247d6249", "identity": "Attack Target", "Level": 4, "location": "XR", "properties": {"id": "693e71cc-b15a-4126-a489-a777b0b45100", "createdDateTime": "2022-08-18T16:24:11.081546Z", "userDisplayName": "Attack Target", "userPrincipalName": "attacktarget@domain.com", "userId": "d735e84b-dcca-404d-9f7d-700f360f41a6", "appId": "9a7e67c7-6f05-42a3-b226-97c7ec3e9696", "appDisplayName": "Adobe Identity Management", "ipAddress": "13.113.40.157", "status": {"errorCode": 0}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (iPad; CPU iPad OS 9_3_6 like Mac OS X) AppleWebKit/536.1 (KHTML, like Gecko) CriOS/42.0.865.0 Mobile/77O124 Safari/536.1 Edge/99.14477", "deviceDetail": {"deviceId": "a44625dc-6f81-449a-9799-8005f7209b42", "displayName": "ATTACKTARGET-LT", "operatingSystem": "Windows 10", "browser": "Edge 99.14477", "trustType": "Azure AD registered"}, "location": {"city": "New John", "state": "Smithfort", "countryOrRegion": "XR", "geoCoordinates": {"latitude": -89.144242, "longitude": 168.119022}}, "correlationId": "66a8849d-88a6-412f-88cb-4567f545f5a8", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "0002f96b-dd7d-4efe-8f2e-9cdfb216d5d4", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "processingTimeInMilliseconds": 179, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Adobe Identity Management Service", "resourceId": "30663ca7-f8a9-43ab-8ca1-7906bdbc1485", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 34974, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "QaFV0h1zQD5LgGi3ipiO2G9cXb9OgHMHmVZby9TxxpXuQ0dK", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "a6c259e5-7f16-48b2-a9f3-75becd6daa9b"}}, {"time": "2022-08-18T16:25:30.924567Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "81.209.4.19", "correlationId": "83eb74ea-88f4-4450-8603-b8301ccd44cd", "identity": "Jim Gonzalez", "Level": 4, "location": "XR", "properties": {"id": "0171151e-6e1f-4bc0-81e6-ff46db166700", "createdDateTime": "2022-08-18T16:25:31.135567Z", "userDisplayName": "Jim Gonzalez", "userPrincipalName": "jgonzalez@domain.com", "userId": "95090045-a9c5-489c-adee-2db430a3333a", "appId": "dbe6b779-13df-45f2-a6d7-1323485479f6", "appDisplayName": "Cisco Webex", "ipAddress": "81.209.4.19", "status": {"errorCode": 0}, "clientAppUsed": "Browser", "deviceDetail": {"deviceId": "1a428e94-41e3-4c1d-865a-0d31c9a2540b", "displayName": "JIMGONZALEZ-LT", "operatingSystem": "Windows10", "browser": "Rich Client 4.38.0.0", "trustType": "Azure AD registered"}, "location": {"city": "Santosborough", "state": "Smithton", "countryOrRegion": "XR", "geoCoordinates": {"latitude": 50.0774195, "longitude": 64.938754}}, "correlationId": "97b29144-8f9b-49c6-9c21-bd00e80fda86", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "2fee31c0-a845-44c4-ac77-9ce8631121a6", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 211, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Cisco Webex Service", "resourceId": "9a84f55e-3a40-492c-9476-e069f64ed7a6", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 34974, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "YI27qgqEUe0UfyvWirYReOjOq8cuONWQmn7DaSGkLOZJtOs5", "incomingTokenType": "none", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "37ee873b-f901-4e25-be69-010243106d0f", "rngcStatus": 0}}, {"time": "2022-08-18T16:32:10.574538Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "156.206.181.119", "correlationId": "d6acecd9-2757-4bd4-b5ed-b2714b1ce739", "identity": "Cynthia Perry", "Level": 4, "location": "XY", "properties": {"id": "7ef6a8b9-69c5-4d3b-bfda-03cf44ba8500", "createdDateTime": "2022-08-18T16:32:10.692538Z", "userDisplayName": "Cynthia Perry", "userPrincipalName": "cperry@domain.com", "userId": "ac5fa380-9d5b-470e-beb2-5ba10aca48e6", "appId": "9de6e985-97a5-4d82-9c45-aedaa9c25ef9", "appDisplayName": "AWS Single-Account Access", "ipAddress": "156.206.181.119", "status": {"errorCode": 0}, "clientAppUsed": "Browser", "deviceDetail": {"deviceId": "", "operatingSystem": "Windows"}, "location": {"city": "Hannaville", "state": "Thomashaven", "countryOrRegion": "XY", "geoCoordinates": {"latitude": 1.1452695, "longitude": 128.249211}}, "correlationId": "07bbc955-7743-484d-aff5-ada4ddbde962", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "7d49f676-7353-406f-8fc0-c20b58ef0d17", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 118, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "AWS Single-Account Access Service", "resourceId": "c65cf5f9-5537-4200-889e-381c4f60ca7d", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 279165, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "tO6bQlc5dIHEpLGWUe6VgX6PjVMqA3NEVG45xHb6QMrIpWna", "incomingTokenType": "none", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": null, "rngcStatus": 0}}, {"time": "2022-08-18T16:36:43.185290Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "105.169.153.183", "correlationId": "ac0491f0-e240-4220-8f14-99a613890fca", "identity": "Jim Gonzalez", "Level": 4, "location": "XR", "properties": {"id": "e69329df-c356-440d-a977-9ca7314a8a00", "createdDateTime": "2022-08-18T16:36:43.321290Z", "userDisplayName": "Jim Gonzalez", "userPrincipalName": "jgonzalez@domain.com", "userId": "95090045-a9c5-489c-adee-2db430a3333a", "appId": "bf2855c0-7434-4262-8885-ad2f5206d324", "appDisplayName": "COINS Construction Cloud - Project and Productivity Apps", "ipAddress": "105.169.153.183", "status": {"errorCode": 0}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (Windows NT 4.0) AppleWebKit/532.1 (KHTML, like Gecko) Chrome/38.0.801.0 Safari/532.1 Edge/19.15284", "deviceDetail": {"deviceId": "15135d1f-cb47-4bd8-b76d-90a9171c09bd", "displayName": "JIMGONZALEZ-LT", "operatingSystem": "Windows 10", "browser": "Edge 19.15284", "trustType": "Azure AD registered"}, "location": {"city": "Santosborough", "state": "Smithton", "countryOrRegion": "XR", "geoCoordinates": {"latitude": 12.8350355, "longitude": 138.359011}}, "correlationId": "8eae9081-1258-4880-95b8-fdcc21bbbdad", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "264e5b34-f130-4a33-a297-386327e65702", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 136, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "COINS Construction Cloud - Project and Productivity Apps Service", "resourceId": "f0630e90-b752-4960-bfb9-a0794fc34930", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 256668, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "cm6SDNpptrFbxmUDXI7DaImZEXCaLPFZxdQE8LGdrZp2WKVm", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "1f37c851-4be4-455b-928a-fbde7845a68a", "rngcStatus": 0}}, {"time": "2022-08-18T17:19:47.385872Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "99.116.100.205", "correlationId": "742d135e-777b-4e1c-80a5-c6e7f3f24fad", "identity": "Aaron Cole", "Level": 4, "location": "XD", "properties": {"id": "8ad50de0-ebdd-4ace-9747-d47c6a528a00", "createdDateTime": "2022-08-18T17:19:47.446872Z", "userDisplayName": "Aaron Cole", "userPrincipalName": "acole@domain.com", "userId": "5d557969-1645-4ba4-be83-b6fd943659f7", "appId": "cb9ad245-0b24-4c75-ba23-398500baf7a8", "appDisplayName": "FileCloud", "ipAddress": "99.116.100.205", "status": {"errorCode": 0}, "clientAppUsed": "Browser", "deviceDetail": {"deviceId": "", "operatingSystem": "Windows", "browser": "Rich Client 4.35.1.0"}, "location": {"city": "Carrollstad", "state": "Norrisbury", "countryOrRegion": "XD", "geoCoordinates": {"latitude": -38.8540465, "longitude": -17.674718}}, "correlationId": "5dbc9dc0-0801-4737-bcef-50eaf2dbd13e", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "69b700e1-f561-4bfa-96e6-95b44441127b", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 61, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "FileCloud Service", "resourceId": "5ccafadc-6f88-436f-b8e8-29052f1c5c6f", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 214655, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "pcLt1oAMurz1PdvFwSoJg9xSVssudNNjb8OuyBUmkTmeWypf", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "58784103-9c4a-4660-92db-3f8999c5c6f3", "rngcStatus": 0}}, {"time": "2022-08-18T17:20:44.128263Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "156.206.181.119", "correlationId": "08a760e6-8878-4e71-8d8f-e9477ef12f93", "identity": "Cynthia Perry", "Level": 4, "location": "XY", "properties": {"id": "83171bf7-91eb-4e18-89eb-6964c9c25400", "createdDateTime": "2022-08-18T17:20:44.205263Z", "userDisplayName": "Cynthia Perry", "userPrincipalName": "cperry@domain.com", "userId": "ac5fa380-9d5b-470e-beb2-5ba10aca48e6", "appId": "9de6e985-97a5-4d82-9c45-aedaa9c25ef9", "appDisplayName": "AWS Single-Account Access", "ipAddress": "156.206.181.119", "status": {"errorCode": 0}, "clientAppUsed": "Browser", "deviceDetail": {"deviceId": "", "operatingSystem": "Windows"}, "location": {"city": "Hannaville", "state": "Thomashaven", "countryOrRegion": "XY", "geoCoordinates": {"latitude": 1.1452695, "longitude": 128.249211}}, "correlationId": "3325b1b0-74b1-4676-9364-88a6ae7866bd", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "2487df10-a490-4579-aa2f-8bd7b53d9aea", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "processingTimeInMilliseconds": 77, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "AWS Single-Account Access Service", "resourceId": "72f0186d-d327-46c9-a8ff-497e0caa8691", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 279165, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "7Z9iVsLGvbPDdbMTUOPSVQrmxQWTqSaT7FmWu4g2M66dwhJe", "incomingTokenType": "none", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": null}}, {"time": "2022-08-18T17:27:44.296516Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "212.169.11.63", "correlationId": "b0de75d4-8390-452a-b76b-c225f2897a4c", "identity": "Kristen Howell", "Level": 4, "location": "XR", "properties": {"id": "347c88b3-df86-4da9-999e-83afd8e15700", "createdDateTime": "2022-08-18T17:27:44.414516Z", "userDisplayName": "Kristen Howell", "userPrincipalName": "khowell@domain.com", "userId": "20e1e3f9-665f-45bd-9984-5e74b526d3b5", "appId": "9a7e67c7-6f05-42a3-b226-97c7ec3e9696", "appDisplayName": "Adobe Identity Management", "ipAddress": "212.169.11.63", "status": {"errorCode": 0}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (iPad; CPU iPad OS 9_3_6 like Mac OS X) AppleWebKit/536.1 (KHTML, like Gecko) CriOS/42.0.865.0 Mobile/77O124 Safari/536.1 Edge/99.14477", "deviceDetail": {"deviceId": "caf12d64-01ec-4396-b330-e7eb6349ad45", "displayName": "KRISTENHOWELL-LT", "operatingSystem": "Windows 10", "browser": "Edge 99.14477", "trustType": "Azure AD registered"}, "location": {"city": "North Lisachester", "state": "Smithton", "countryOrRegion": "XR", "geoCoordinates": {"latitude": -69.00844, "longitude": -172.534328}}, "correlationId": "c5552390-90ab-4577-add5-af6433d53ab4", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "6de23afc-5965-4a74-be20-ea44f046e67a", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "processingTimeInMilliseconds": 118, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Adobe Identity Management Service", "resourceId": "7d6a0897-8b82-49e9-90e2-d482fb9202bd", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 144064, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "OaT2uJWW98OKatT1nHS5qjDkG9TkiAeL7mrMHhWmr5pKMzsP", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "537d9419-7e2b-4778-9102-62256bcfcf45"}}, {"time": "2022-08-18T17:29:38.632253Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "93.38.143.169", "correlationId": "35b2f0e3-95e2-45af-a3f3-31b8885fba88", "identity": "Thomas Price", "Level": 4, "location": "XQ", "properties": {"id": "49fb257d-c904-4a00-a9fb-e95f97b45500", "createdDateTime": "2022-08-18T17:29:38.962253Z", "userDisplayName": "Thomas Price", "userPrincipalName": "tprice@domain.com", "userId": "32109ee2-ee4f-4d11-9c38-2556aec0f2b5", "appId": "2eae4ad1-8cae-48fe-b718-76bd66e2fc7f", "appDisplayName": "Bipsync", "ipAddress": "93.38.143.169", "status": {"errorCode": 0}, "clientAppUsed": "Mobile Apps and Desktop clients", "deviceDetail": {"deviceId": "", "operatingSystem": "Android"}, "location": {"city": "Herringburgh", "state": "Chanshire", "countryOrRegion": "XQ", "geoCoordinates": {"latitude": 68.567938, "longitude": 116.565225}}, "correlationId": "44daf3e8-a897-493f-a246-3647ff58524d", "conditionalAccessStatus": "notApplied", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "22e0ffea-93b4-4732-b560-29385ab5a008", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "processingTimeInMilliseconds": 330, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Bipsync Service", "resourceId": "7a8caa38-3454-4033-9b2e-0e69152cca1e", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 497360, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "8YPYz2MvS8XPVguF2kUUNXujDODPkYCit17u04ROwMzlDFMh", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "7c9b147a-b2e2-42f4-8881-d000653c3411"}}, {"time": "2022-08-18T17:48:44.123250Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "50158", "resultSignature": "None", "resultDescription": "External security challenge was not satisfied.", "durationMs": 0, "callerIpAddress": "92.110.109.246", "correlationId": "16f12bff-ce2b-459f-bb4f-785e664bc51f", "identity": "Thomas Price", "Level": 4, "location": "XR", "properties": {"id": "bbd0f834-7826-4e71-92d2-dd87d1ff6300", "createdDateTime": "2022-08-18T17:48:44.238250Z", "userDisplayName": "Thomas Price", "userPrincipalName": "tprice@domain.com", "userId": "32109ee2-ee4f-4d11-9c38-2556aec0f2b5", "appId": "9a7e67c7-6f05-42a3-b226-97c7ec3e9696", "appDisplayName": "Adobe Identity Management", "ipAddress": "92.110.109.246", "status": {"errorCode": 50158, "failureReason": "External security challenge was not satisfied."}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (X11; Linux i686) AppleWebKit/535.2 (KHTML, like Gecko) Chrome/22.0.843.0 Safari/535.2 Edge/118.12158", "deviceDetail": {"deviceId": "35819889-abdc-47e0-b28d-5195d26e941f", "displayName": "THOMASPRICE-LT", "operatingSystem": "Windows 10", "browser": "Edge 118.12158", "trustType": "Hybrid Azure AD joined"}, "location": {"city": "Port Denisetown", "state": "Smithton", "countryOrRegion": "XR", "geoCoordinates": {"latitude": 3.5518965, "longitude": 131.871582}}, "correlationId": "2f25ae0f-96af-41a1-85ed-1aa48ff4fd18", "conditionalAccessStatus": "failure", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "b3825bbc-249a-44f5-96ce-3a2190305aa0", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 115, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Adobe Identity Management Service", "resourceId": "30663ca7-f8a9-43ab-8ca1-7906bdbc1485", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 230297, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "JKghMrvrITn25d7XYOAwHryDBxExb9Hhiv6j5FhCEnBwxC3I", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "a6c259e5-7f16-48b2-a9f3-75becd6daa9b", "rngcStatus": 0}}, {"time": "2022-08-18T17:56:57.968805Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "91.132.253.146", "correlationId": "96353ae9-c5d4-4a80-9b24-a5028532a8d8", "identity": "Aaron Cole", "Level": 4, "location": "XD", "properties": {"id": "dbc70563-d52e-4283-b326-d172801e6b00", "createdDateTime": "2022-08-18T17:56:58.118805Z", "userDisplayName": "Aaron Cole", "userPrincipalName": "acole@domain.com", "userId": "5d557969-1645-4ba4-be83-b6fd943659f7", "appId": "895b9fb3-4084-4f9f-a314-d082d67e3c5c", "appDisplayName": "Airstack", "ipAddress": "91.132.253.146", "status": {"errorCode": 0}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (iPad; CPU iPad OS 9_3_5 like Mac OS X) AppleWebKit/536.1 (KHTML, like Gecko) CriOS/26.0.852.0 Mobile/33A194 Safari/536.1 Edge/27.13255", "deviceDetail": {"deviceId": "", "operatingSystem": "Windows 10", "browser": "Edge 27.13255"}, "location": {"city": "Rickshire", "state": "Norrisbury", "countryOrRegion": "XD", "geoCoordinates": {"latitude": -78.5751045, "longitude": 58.329246}}, "correlationId": "652ffe6a-100e-4bf1-bbc5-48d31dbc1c76", "conditionalAccessStatus": "notApplied", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "ea061149-002e-401a-a39f-4dad2ef9b05d", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 150, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Airstack Service", "resourceId": "01f2a7c1-e668-4e23-a099-726ca374f477", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 214655, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "o036CksO94MUBcBang4idpNlKzed2LtZuqCcak1gAN4fmC8a", "incomingTokenType": "none", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "e133b8e5-4d8b-4e43-9ae4-962ce64fbbd5", "rngcStatus": 0}}, {"time": "2022-08-18T17:58:16.499988Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "50173", "resultSignature": "None", "resultDescription": "Fresh auth token is needed. Have the user re-sign using fresh credentials.", "durationMs": 0, "callerIpAddress": "156.206.181.119", "correlationId": "5995961b-3e83-4c2e-8973-940d12323fb1", "identity": "Cynthia Perry", "Level": 4, "location": "XY", "properties": {"id": "c39e6449-499a-4a56-b4b3-75e2e73f6500", "createdDateTime": "2022-08-18T17:58:16.557988Z", "userDisplayName": "Cynthia Perry", "userPrincipalName": "cperry@domain.com", "userId": "ac5fa380-9d5b-470e-beb2-5ba10aca48e6", "appId": "bf2855c0-7434-4262-8885-ad2f5206d324", "appDisplayName": "COINS Construction Cloud - Project and Productivity Apps", "ipAddress": "156.206.181.119", "status": {"errorCode": 50173, "failureReason": "Fresh auth token is needed. Have the user re-sign using fresh credentials."}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (Windows NT 4.0) AppleWebKit/531.1 (KHTML, like Gecko) Chrome/20.0.823.0 Safari/531.1 Edge/87.11424", "deviceDetail": {"deviceId": "", "operatingSystem": "Windows 10", "browser": "Edge 87.11424"}, "location": {"city": "Hannaville", "state": "Thomashaven", "countryOrRegion": "XY", "geoCoordinates": {"latitude": 1.1452695, "longitude": 128.249211}}, "correlationId": "6312915c-bc02-463b-9043-b32d71fcfcf1", "conditionalAccessStatus": "notApplied", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "d9572f42-855a-4b1c-a1d5-cc2e04a5bffb", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 58, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "COINS Construction Cloud - Project and Productivity Apps Service", "resourceId": "3f7d0d52-e3b6-4712-8e89-01c915dc0294", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 279165, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "jCzU4S02TegUzBE6cT1rSdYdsVFqvDYcBd7F5GMHpye0nx8c", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "84036992-5b2b-4836-8aca-9de3ba4c15b9", "rngcStatus": 0}}, {"time": "2022-08-18T18:16:39.557065Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "91.132.253.146", "correlationId": "8ae39656-d04b-41ca-a5f5-9b9811c8c195", "identity": "Aaron Cole", "Level": 4, "location": "XD", "properties": {"id": "01ba3655-e28a-4ae2-aea6-ad4480be6400", "createdDateTime": "2022-08-18T18:16:39.725065Z", "userDisplayName": "Aaron Cole", "userPrincipalName": "acole@domain.com", "userId": "5d557969-1645-4ba4-be83-b6fd943659f7", "appId": "4c2f7c2a-ff05-4df6-9087-9ba8388a3861", "appDisplayName": "Foko Retail", "ipAddress": "91.132.253.146", "status": {"errorCode": 0}, "clientAppUsed": "Browser", "deviceDetail": {"deviceId": "", "operatingSystem": "Windows10", "browser": "Rich Client 4.39.0.0"}, "location": {"city": "Rickshire", "state": "Norrisbury", "countryOrRegion": "XD", "geoCoordinates": {"latitude": -78.5751045, "longitude": 58.329246}}, "correlationId": "ee59df66-7313-4853-b644-f791d78766ba", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "0e85e745-6127-4b27-bc82-9ae124ad9c28", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 168, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Foko Retail Service", "resourceId": "24578515-1951-4064-967d-0d2acaf0aa70", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 214655, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "0cQZw7Y0uK24Pip1skHhj5lfrQVvZjJhYPg2JtqgPcfCXZsK", "incomingTokenType": "none", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "0e68752b-7dfa-400b-a6f5-1b54af90696a", "rngcStatus": 0}}, {"time": "2022-08-18T18:17:40.309839Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "81.209.4.19", "correlationId": "c591d766-ccf7-465b-8663-70ac8dc5123d", "identity": "Jim Gonzalez", "Level": 4, "location": "XR", "properties": {"id": "911f8da9-b80f-4328-bdcf-c11f32406f00", "createdDateTime": "2022-08-18T18:17:40.463839Z", "userDisplayName": "Jim Gonzalez", "userPrincipalName": "jgonzalez@domain.com", "userId": "95090045-a9c5-489c-adee-2db430a3333a", "appId": "2eae4ad1-8cae-48fe-b718-76bd66e2fc7f", "appDisplayName": "Bipsync", "ipAddress": "81.209.4.19", "status": {"errorCode": 0}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (Linux; Android 4.4.3) AppleWebKit/533.2 (KHTML, like Gecko) Chrome/28.0.882.0 Safari/533.2 Edge/44.18413", "deviceDetail": {"deviceId": "1a428e94-41e3-4c1d-865a-0d31c9a2540b", "displayName": "JIMGONZALEZ-LT", "operatingSystem": "Windows 10", "browser": "Edge 44.18413", "trustType": "Azure AD registered"}, "location": {"city": "Santosborough", "state": "Smithton", "countryOrRegion": "XR", "geoCoordinates": {"latitude": 50.0774195, "longitude": 64.938754}}, "correlationId": "247cf2a3-4d51-42bf-86c9-0913eb18c8aa", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "69a5c3d6-bff8-4ad9-b4b2-a99d341c6add", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 154, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Bipsync Service", "resourceId": "9a84f55e-3a40-492c-9476-e069f64ed7a6", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 34974, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "jshDazLf0BNDYK9uSvKmQObGbmjw680XRe1JpGeMLu2ROyxz", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "37ee873b-f901-4e25-be69-010243106d0f", "rngcStatus": 0}}, {"time": "2022-08-18T18:18:56.051443Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "50158", "resultSignature": "None", "resultDescription": "External security challenge was not satisfied.", "durationMs": 0, "callerIpAddress": "147.132.189.119", "correlationId": "8557c90d-b240-44b3-9c9e-f320642a8d40", "identity": "Cassie Fernandez", "Level": 4, "location": "XR", "properties": {"id": "bfd288f0-15c8-449b-8773-65df25038600", "createdDateTime": "2022-08-18T18:18:56.152443Z", "userDisplayName": "Cassie Fernandez", "userPrincipalName": "cfernandez@domain.com", "userId": "67ef8be6-3f44-4db7-8172-fd6211428c1e", "appId": "79510a8f-6421-4348-a2ea-bcc2b02485c1", "appDisplayName": "Cisco AnyConnect", "ipAddress": "147.132.189.119", "status": {"errorCode": 50158, "failureReason": "External security challenge was not satisfied."}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (iPad; CPU iPad OS 9_3_6 like Mac OS X) AppleWebKit/536.1 (KHTML, like Gecko) CriOS/42.0.865.0 Mobile/77O124 Safari/536.1 Edge/99.14477", "deviceDetail": {"deviceId": "bf67c857-685a-4457-89c4-db2afa581bd2", "displayName": "CASSIEFERNANDEZ-LT", "operatingSystem": "Windows 10", "browser": "Edge 99.14477", "trustType": "Hybrid Azure AD joined"}, "location": {"city": "Port Denisetown", "state": "Smithton", "countryOrRegion": "XR", "geoCoordinates": {"latitude": 3.5518965, "longitude": 131.871582}}, "correlationId": "accd8333-9163-44ce-b485-be3986f9cf30", "conditionalAccessStatus": "failure", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "80708c58-5825-43f1-a248-287435d43ab6", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 101, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Cisco AnyConnect Online", "resourceId": "5d5b8d28-6a28-472e-b837-a4094e466965", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 256668, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "EOCLQKve7qk16rDJsFvt2YpAGleDS0IPONCqmhW0fkba26ts", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "15655e1f-5005-4c53-b3c0-c4a1d1ca5e9e", "rngcStatus": 0}}, {"time": "2022-08-18T18:30:34.212367Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "156.206.181.119", "correlationId": "183333d7-a865-46fc-b3c7-64f3d862634b", "identity": "Cynthia Perry", "Level": 4, "location": "XY", "properties": {"id": "992c5d3c-1d2e-49aa-8752-1922fb9b6600", "createdDateTime": "2022-08-18T18:30:34.299367Z", "userDisplayName": "Cynthia Perry", "userPrincipalName": "cperry@domain.com", "userId": "ac5fa380-9d5b-470e-beb2-5ba10aca48e6", "appId": "9de6e985-97a5-4d82-9c45-aedaa9c25ef9", "appDisplayName": "AWS Single-Account Access", "ipAddress": "156.206.181.119", "status": {"errorCode": 0}, "clientAppUsed": "Browser", "deviceDetail": {"deviceId": "", "operatingSystem": "Windows"}, "location": {"city": "Hannaville", "state": "Thomashaven", "countryOrRegion": "XY", "geoCoordinates": {"latitude": 1.1452695, "longitude": 128.249211}}, "correlationId": "6542e34e-f3d3-45c5-a7f9-6929591bfbd6", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "997e1754-2c3b-4e1c-bc3c-765cb9668a9b", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 87, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "AWS Single-Account Access Service", "resourceId": "9a84f55e-3a40-492c-9476-e069f64ed7a6", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 279165, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "iNURasAyKLNlYR9UXIQkXkAdfCLCpNMmFUwLVTL4k5uOebzP", "incomingTokenType": "none", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "37ee873b-f901-4e25-be69-010243106d0f", "rngcStatus": 0}}, {"time": "2022-08-18T18:57:45.736824Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "50158", "resultSignature": "None", "resultDescription": "External security challenge was not satisfied.", "durationMs": 0, "callerIpAddress": "105.169.153.183", "correlationId": "82c7b60d-63c0-4f77-b213-50a7c53029ec", "identity": "Thomas Price", "Level": 4, "location": "XR", "properties": {"id": "637c2839-00f2-4bd6-9b14-b8f567c24e00", "createdDateTime": "2022-08-18T18:57:45.876824Z", "userDisplayName": "Thomas Price", "userPrincipalName": "tprice@domain.com", "userId": "32109ee2-ee4f-4d11-9c38-2556aec0f2b5", "appId": "9a7e67c7-6f05-42a3-b226-97c7ec3e9696", "appDisplayName": "Adobe Identity Management", "ipAddress": "105.169.153.183", "status": {"errorCode": 50158, "failureReason": "External security challenge was not satisfied."}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (X11; Linux i686) AppleWebKit/535.2 (KHTML, like Gecko) Chrome/22.0.843.0 Safari/535.2 Edge/118.12158", "deviceDetail": {"deviceId": "2b85c59f-331a-4b61-9a44-9d3d6df62a06", "displayName": "THOMASPRICE-LT", "operatingSystem": "Windows 10", "browser": "Edge 118.12158", "trustType": "Hybrid Azure AD joined"}, "location": {"city": "Kevinton", "state": "Smithton", "countryOrRegion": "XR", "geoCoordinates": {"latitude": -87.5106305, "longitude": -77.991036}}, "correlationId": "b158a29d-c0da-4bac-b2bf-416881fd06cf", "conditionalAccessStatus": "failure", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "fce7dd0e-a515-4121-94f8-0d3c4ca63e71", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "processingTimeInMilliseconds": 140, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Adobe Identity Management Service", "resourceId": "30663ca7-f8a9-43ab-8ca1-7906bdbc1485", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 256668, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "sRodCXtiPesPiHs0BqwooRAykoxYyPXCfGaGDeNQJ9sOmS5S", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "a6c259e5-7f16-48b2-a9f3-75becd6daa9b"}}, {"time": "2022-08-18T19:04:58.897845Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "134.219.180.76", "correlationId": "63eec0cc-2f8e-4e56-9893-c5c9990af7c9", "identity": "Joseph Taylor", "Level": 4, "location": "XF", "properties": {"id": "8d2b057a-7641-4f9d-ad75-7b19858e5e00", "createdDateTime": "2022-08-18T19:04:58.990845Z", "userDisplayName": "Joseph Taylor", "userPrincipalName": "jtaylor@domain.com", "userId": "af9847eb-c773-41ae-bf94-42747c5e986c", "appId": "895b9fb3-4084-4f9f-a314-d082d67e3c5c", "appDisplayName": "Airstack", "ipAddress": "134.219.180.76", "status": {"errorCode": 0, "additionalDetails": "MFA requirement satisfied by claim in the token"}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (iPad; CPU iPad OS 14_2 like Mac OS X) AppleWebKit/535.2 (KHTML, like Gecko) CriOS/33.0.816.0 Mobile/88O531 Safari/535.2 Edge/117.19612", "deviceDetail": {"deviceId": "76b96bd3-e5d7-49ee-b195-bf363facdb3d", "displayName": "JOSEPHTAYLOR-LT", "operatingSystem": "Windows 10", "browser": "Edge 117.19612", "isCompliant": true, "isManaged": true, "trustType": "Azure AD joined"}, "location": {"city": "Mannville", "state": "Porterside", "countryOrRegion": "XF", "geoCoordinates": {"latitude": -50.9955705, "longitude": 104.613841}}, "mfaDetail": {}, "correlationId": "6ed0e194-9b89-4ace-a3d6-dec140cf5d7d", "conditionalAccessStatus": "notApplied", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "35a0435f-72fa-4245-8c0a-b7ebf01c2cc0", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "processingTimeInMilliseconds": 93, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Airstack Service", "resourceId": "24578515-1951-4064-967d-0d2acaf0aa70", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 124400, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "ZlxyNnQzZ8MD5prnk7SQP9yB1xAkuU9ca9emUTH7CF2Vt0wt", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "0e68752b-7dfa-400b-a6f5-1b54af90696a"}}, {"time": "2022-08-18T19:24:19.226771Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "199.12.127.103", "correlationId": "7b0424c2-260d-4669-9822-acea4dc0c345", "identity": "Jacob Meyers", "Level": 4, "location": "XG", "properties": {"id": "8ebdb246-4cc5-47df-8d1b-56b488684800", "createdDateTime": "2022-08-18T19:24:19.371771Z", "userDisplayName": "Jacob Meyers", "userPrincipalName": "jmeyers@domain.com", "userId": "c63a67b0-1651-4a8a-9560-cc703cdad5ad", "appId": "9de6e985-97a5-4d82-9c45-aedaa9c25ef9", "appDisplayName": "AWS Single-Account Access", "ipAddress": "199.12.127.103", "status": {"errorCode": 0}, "clientAppUsed": "Browser", "deviceDetail": {"deviceId": "68cb982e-f215-496c-89bb-cc07716ff474", "displayName": "JACOBMEYERS-LT", "operatingSystem": "Windows", "trustType": "Azure AD registered"}, "location": {"city": "Port Nathan", "state": "Newmanville", "countryOrRegion": "XG", "geoCoordinates": {"latitude": 23.244641, "longitude": -113.392021}}, "correlationId": "328e59a2-218b-4ce7-9ca4-1f15186276ac", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "1f30433f-6420-427d-8054-9b06a0a4f2f5", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "processingTimeInMilliseconds": 145, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "AWS Single-Account Access Service", "resourceId": "c65cf5f9-5537-4200-889e-381c4f60ca7d", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 282405, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "pdQNuQg4meJYIAEKUvWIilSPrxX5oyCkEHkjPJkAjEe22zyE", "incomingTokenType": "none", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": null}}, {"time": "2022-08-18T19:27:41.890506Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "50173", "resultSignature": "None", "resultDescription": "Fresh auth token is needed. Have the user re-sign using fresh credentials.", "durationMs": 0, "callerIpAddress": "156.206.181.119", "correlationId": "e065207a-73fc-4d45-83bb-98dafd207242", "identity": "Cynthia Perry", "Level": 4, "location": "XY", "properties": {"id": "e3d678dd-4e47-4907-b11e-8ddd32c16900", "createdDateTime": "2022-08-18T19:27:41.937506Z", "userDisplayName": "Cynthia Perry", "userPrincipalName": "cperry@domain.com", "userId": "ac5fa380-9d5b-470e-beb2-5ba10aca48e6", "appId": "9003b8ba-730c-412d-8972-267700304e01", "appDisplayName": "Box", "ipAddress": "156.206.181.119", "status": {"errorCode": 50173, "failureReason": "Fresh auth token is needed. Have the user re-sign using fresh credentials."}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (Windows NT 4.0) AppleWebKit/531.1 (KHTML, like Gecko) Chrome/20.0.823.0 Safari/531.1 Edge/87.11424", "deviceDetail": {"deviceId": "", "operatingSystem": "Windows 10", "browser": "Edge 87.11424"}, "location": {"city": "Hannaville", "state": "Thomashaven", "countryOrRegion": "XY", "geoCoordinates": {"latitude": 1.1452695, "longitude": 128.249211}}, "correlationId": "09872585-6d1a-4a94-87bd-86f0d970755c", "conditionalAccessStatus": "notApplied", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "9748c62b-6b2a-44e4-b16f-0b5dec27576e", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 47, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Box Online", "resourceId": "d2c09315-f769-4fc6-9be8-f57cf8efa9cc", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 279165, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "r9wNCkZLadB4ttuDPY82D1QSvfQ6KS6rmy6idy5TajXUIMK9", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": null, "rngcStatus": 0}}, {"time": "2022-08-18T19:42:56.551930Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "50158", "resultSignature": "None", "resultDescription": "External security challenge was not satisfied.", "durationMs": 0, "callerIpAddress": "147.132.189.119", "correlationId": "f0b5a15d-8ca2-48c2-a39a-e7867ae5f665", "identity": "Cassie Fernandez", "Level": 4, "location": "XR", "properties": {"id": "be6022e3-cefb-4a55-8ab2-6dd390848f00", "createdDateTime": "2022-08-18T19:42:56.677930Z", "userDisplayName": "Cassie Fernandez", "userPrincipalName": "cfernandez@domain.com", "userId": "67ef8be6-3f44-4db7-8172-fd6211428c1e", "appId": "79510a8f-6421-4348-a2ea-bcc2b02485c1", "appDisplayName": "Cisco AnyConnect", "ipAddress": "147.132.189.119", "status": {"errorCode": 50158, "failureReason": "External security challenge was not satisfied."}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (iPad; CPU iPad OS 9_3_6 like Mac OS X) AppleWebKit/536.1 (KHTML, like Gecko) CriOS/42.0.865.0 Mobile/77O124 Safari/536.1 Edge/99.14477", "deviceDetail": {"deviceId": "bf67c857-685a-4457-89c4-db2afa581bd2", "displayName": "CASSIEFERNANDEZ-LT", "operatingSystem": "Windows 10", "browser": "Edge 99.14477", "trustType": "Hybrid Azure AD joined"}, "location": {"city": "Port Denisetown", "state": "Smithton", "countryOrRegion": "XR", "geoCoordinates": {"latitude": 3.5518965, "longitude": 131.871582}}, "correlationId": "74ac8734-6bf5-4e27-be45-3e4fc05e22dd", "conditionalAccessStatus": "failure", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "ec0eac6c-0efb-4f82-bc08-8af229297d5e", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 126, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Cisco AnyConnect Online", "resourceId": "5d5b8d28-6a28-472e-b837-a4094e466965", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 256668, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "aCzyFsZHO5bzCKxS4g5wtCC53el9q0KFwVKlNUjAlGo8nljP", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "15655e1f-5005-4c53-b3c0-c4a1d1ca5e9e", "rngcStatus": 0}}, {"time": "2022-08-18T20:23:53.489705Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "SignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "99.116.100.205", "correlationId": "778b3a36-034b-47c8-89d5-1ad7e79fc388", "identity": "Aaron Cole", "Level": 4, "location": "XD", "properties": {"id": "70084a8c-f56a-450b-8ce6-510d66299900", "createdDateTime": "2022-08-18T20:23:53.563705Z", "userDisplayName": "Aaron Cole", "userPrincipalName": "acole@domain.com", "userId": "5d557969-1645-4ba4-be83-b6fd943659f7", "appId": "e47a1d38-5f61-45cd-b1b9-bc92f525c598", "appDisplayName": "Altoura", "ipAddress": "99.116.100.205", "status": {"errorCode": 0}, "clientAppUsed": "Browser", "userAgent": "Mozilla/5.0 (Linux; Android 2.3.5) AppleWebKit/532.2 (KHTML, like Gecko) Chrome/46.0.898.0 Safari/532.2 Edge/105.19198", "deviceDetail": {"deviceId": "", "operatingSystem": "Windows 10", "browser": "Edge 105.19198"}, "location": {"city": "Carrollstad", "state": "Norrisbury", "countryOrRegion": "XD", "geoCoordinates": {"latitude": -38.8540465, "longitude": -17.674718}}, "correlationId": "c086df90-243d-41a6-b883-403d72e31706", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "ddee177e-b2e9-4ca9-86dc-99dac84e1278", "isInteractive": true, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 74, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Altoura Online", "resourceId": "8a137ba4-52ae-4dbf-94af-2e56851573c4", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 214655, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "hL83wqClccnaRZ66RXa9sR9lXTpj7AckC0Mr95wSLX9N9AWu", "incomingTokenType": "none", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": null, "rngcStatus": 0}}, {"time": "2022-08-18T20:26:33.577346Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "SignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "50126", "resultSignature": "None", "resultDescription": "Invalid username or password or Invalid on-premise username or password.", "durationMs": 0, "callerIpAddress": "42.62.103.34", "correlationId": "e996e21a-b8ae-4adb-a76f-923893cd25f3", "identity": "Joseph Taylor", "Level": 4, "location": "XF", "properties": {"id": "381dc42c-1581-42c2-8b81-ee5dac916500", "createdDateTime": "2022-08-18T20:26:33.792346Z", "userDisplayName": "Joseph Taylor", "userPrincipalName": "jtaylor@domain.com", "userId": "af9847eb-c773-41ae-bf94-42747c5e986c", "appId": "d442730f-5e50-4d0b-9fa4-24c000ab6a15", "appDisplayName": "CallPlease", "ipAddress": "42.62.103.34", "status": {"errorCode": 50126, "failureReason": "Invalid username or password or Invalid on-premise username or password."}, "clientAppUsed": "Browser", "userAgent": "Mozilla/5.0 (iPod; U; CPU iPhone OS 3_2 like Mac OS X; vi-VN) AppleWebKit/535.22.3 (KHTML, like Gecko) Version/4.0.5 Mobile/8B113 Safari/6535.22.3", "deviceDetail": {"deviceId": "", "operatingSystem": "MacOs", "browser": "Safari 6535.22.3"}, "location": {"city": "Jessicafurt", "state": "Smithbury", "countryOrRegion": "XF", "geoCoordinates": {"latitude": 17.5082395, "longitude": -115.304215}}, "correlationId": "0cda9e60-4975-4a3c-8a4f-fb1b399f35ac", "conditionalAccessStatus": "notApplied", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "e42dc443-5a4b-43c8-99e1-105bafccbd12", "isInteractive": true, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 215, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "CallPlease Service", "resourceId": "24578515-1951-4064-967d-0d2acaf0aa70", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "alternateSignInName": "jtaylor1@domain.com", "signInIdentifier": "jtaylor1@domain.com", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 393508, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "yM8boC1QoVE0EVVR3olwplwNKbbhmAiAGJMDbP4KEJe0UNiC", "incomingTokenType": "none", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "0e68752b-7dfa-400b-a6f5-1b54af90696a", "rngcStatus": 0}}, {"time": "2022-08-18T20:30:39.182838Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "105.169.153.183", "correlationId": "c63bdf1b-f9b0-4da5-9dc2-9b44984f6e13", "identity": "Jim Gonzalez", "Level": 4, "location": "XR", "properties": {"id": "849f5eb8-988d-4520-b45c-601674fd6d00", "createdDateTime": "2022-08-18T20:30:39.304838Z", "userDisplayName": "Jim Gonzalez", "userPrincipalName": "jgonzalez@domain.com", "userId": "95090045-a9c5-489c-adee-2db430a3333a", "appId": "2eae4ad1-8cae-48fe-b718-76bd66e2fc7f", "appDisplayName": "Bipsync", "ipAddress": "105.169.153.183", "status": {"errorCode": 0}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (Windows NT 4.0) AppleWebKit/532.1 (KHTML, like Gecko) Chrome/38.0.801.0 Safari/532.1 Edge/19.15284", "deviceDetail": {"deviceId": "15135d1f-cb47-4bd8-b76d-90a9171c09bd", "displayName": "JIMGONZALEZ-LT", "operatingSystem": "Windows 10", "browser": "Edge 19.15284", "trustType": "Azure AD registered"}, "location": {"city": "Santosborough", "state": "Smithton", "countryOrRegion": "XR", "geoCoordinates": {"latitude": 12.8350355, "longitude": 138.359011}}, "correlationId": "71033c77-a9c1-4495-989a-6ef5ea8b09b5", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "444cc66d-771f-4005-af36-cb692e48a47a", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 122, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Bipsync Service", "resourceId": "819aa3ed-3b63-4925-8388-0b8d41022941", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 256668, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "tDCbUZ4bFbinVUFT0GcXw2TMraXE2Faz0WNRkbHJcKweAmHn", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "7f0c9abd-8b0d-4973-8675-a495454c0c86", "rngcStatus": 0}}, {"time": "2022-08-18T20:35:38.848975Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "50158", "resultSignature": "None", "resultDescription": "External security challenge was not satisfied.", "durationMs": 0, "callerIpAddress": "147.132.189.119", "correlationId": "935cf1ca-182b-42b4-b217-4753a5823317", "identity": "Terry Proctor", "Level": 4, "location": "XR", "properties": {"id": "e77f7dfb-e270-4e13-aaf4-2697ab995a00", "createdDateTime": "2022-08-18T20:35:38.967975Z", "userDisplayName": "Terry Proctor", "userPrincipalName": "tproctor@domain.com", "userId": "03110cc5-e54f-4dae-b68a-bf5d945f8152", "appId": "9a7e67c7-6f05-42a3-b226-97c7ec3e9696", "appDisplayName": "Adobe Identity Management", "ipAddress": "147.132.189.119", "ipAddressFromResourceProvider": "86.154.193.190", "status": {"errorCode": 50158, "failureReason": "External security challenge was not satisfied.", "additionalDetails": "MFA requirement satisfied by claim in the token"}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (X11; Linux i686) AppleWebKit/533.0 (KHTML, like Gecko) Chrome/24.0.803.0 Safari/533.0 Edge/40.11325", "deviceDetail": {"deviceId": "88ee69d5-1eb7-4f29-b594-e9b4e3371940", "displayName": "TERRYPROCTOR-LT", "operatingSystem": "Windows 10", "browser": "Edge 40.11325", "isCompliant": true, "isManaged": true, "trustType": "Azure AD joined"}, "location": {"city": "Port Denisetown", "state": "Smithton", "countryOrRegion": "XR", "geoCoordinates": {"latitude": 3.5518965, "longitude": 131.871582}}, "mfaDetail": {}, "correlationId": "d3a6348e-0f76-4115-9b5a-d759eea6de86", "conditionalAccessStatus": "failure", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "5c327113-ffed-4549-b788-4499ab84620b", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "processingTimeInMilliseconds": 119, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Adobe Identity Management Service", "resourceId": "c8eab36d-0a82-409d-8693-a8dabc997921", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 256668, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "Y6qwjrpMcFNj4lRWph2MNSKhigQiKiY9UTMz9ZlHpEKarBNj", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "2248d3ef-d7b8-4eb2-bd20-fb53f725bfe3"}}, {"time": "2022-08-18T20:39:53.346100Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "92.110.109.246", "correlationId": "737f90fd-0d41-44b5-8ac0-140346181459", "identity": "David Johnson", "Level": 4, "location": "XR", "properties": {"id": "5f49701c-c5bf-4acf-bdf6-78ff1b897300", "createdDateTime": "2022-08-18T20:39:53.507100Z", "userDisplayName": "David Johnson", "userPrincipalName": "djohnson@domain.com", "userId": "ff2ae3d2-8cd2-4bd6-b65d-49c5ad946c7f", "appId": "9a7e67c7-6f05-42a3-b226-97c7ec3e9696", "appDisplayName": "Adobe Identity Management", "ipAddress": "92.110.109.246", "status": {"errorCode": 0}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (iPad; CPU iPad OS 9_3_6 like Mac OS X) AppleWebKit/536.1 (KHTML, like Gecko) CriOS/42.0.865.0 Mobile/77O124 Safari/536.1 Edge/99.14477", "deviceDetail": {"deviceId": "717ebe00-a5eb-412e-97b6-7b8ab7cfbc02", "displayName": "DAVIDJOHNSON-LT", "operatingSystem": "Windows 10", "browser": "Edge 99.14477", "trustType": "Azure AD registered"}, "location": {"city": "Port Denisetown", "state": "Smithton", "countryOrRegion": "XR", "geoCoordinates": {"latitude": 3.5518965, "longitude": 131.871582}}, "correlationId": "8a4122f1-8d80-4ee3-aecb-c6eaa2fd7ad6", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "3a567267-94a5-483b-9ab4-f6220f9dcdbf", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 161, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Adobe Identity Management Service", "resourceId": "30663ca7-f8a9-43ab-8ca1-7906bdbc1485", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 230297, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "8NPTG6tv4oFwzf6PeVRuCpuyON3C3qfLhLPi70Haw6IAzyd6", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "a6c259e5-7f16-48b2-a9f3-75becd6daa9b", "rngcStatus": 0}}, {"time": "2022-08-18T21:01:07.323938Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "13.113.40.157", "correlationId": "9a1ef90b-9793-4499-a956-9e5af9b33b9b", "identity": "Attack Target", "Level": 4, "location": "XR", "properties": {"id": "bddc03c8-8da3-4ef6-8ef9-a503ba9f9400", "createdDateTime": "2022-08-18T21:01:07.451938Z", "userDisplayName": "Attack Target", "userPrincipalName": "attacktarget@domain.com", "userId": "d735e84b-dcca-404d-9f7d-700f360f41a6", "appId": "9a7e67c7-6f05-42a3-b226-97c7ec3e9696", "appDisplayName": "Adobe Identity Management", "ipAddress": "13.113.40.157", "status": {"errorCode": 0}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (iPad; CPU iPad OS 9_3_6 like Mac OS X) AppleWebKit/536.1 (KHTML, like Gecko) CriOS/42.0.865.0 Mobile/77O124 Safari/536.1 Edge/99.14477", "deviceDetail": {"deviceId": "a44625dc-6f81-449a-9799-8005f7209b42", "displayName": "ATTACKTARGET-LT", "operatingSystem": "Windows 10", "browser": "Edge 99.14477", "trustType": "Azure AD registered"}, "location": {"city": "Smithfort", "state": "Smithfort", "countryOrRegion": "XR", "geoCoordinates": {"latitude": 3.7564095, "longitude": -121.574606}}, "correlationId": "d034bda7-face-43c7-bdbd-9e0ca087a459", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "1ff14a02-5ae0-4a9e-a9e1-ba0fff9d1eba", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 128, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Adobe Identity Management Service", "resourceId": "80abac89-d2c0-4b6c-8ffc-5023bd7efc5e", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 34974, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "pLuRXlJd9k0kIp81UYiDhjN9YGrkPcBo8DK4iHIULkYi6w5W", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": null, "rngcStatus": 0}}, {"time": "2022-08-18T21:31:51.558907Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "1.210.58.10", "correlationId": "1268e31e-5d21-4bd7-8ad7-ca57dc7d2aa4", "identity": "Keith Sheppard", "Level": 4, "location": "XD", "properties": {"id": "bb73e259-c8ca-460e-86b8-ad97f2ba7100", "createdDateTime": "2022-08-18T21:31:51.675907Z", "userDisplayName": "Keith Sheppard", "userPrincipalName": "ksheppard@domain.com", "userId": "05bd48f1-91d2-4c2d-9a7c-80e80f561b3c", "appId": "9a7e67c7-6f05-42a3-b226-97c7ec3e9696", "appDisplayName": "Adobe Identity Management", "ipAddress": "1.210.58.10", "status": {"errorCode": 0}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (Windows NT 4.0) AppleWebKit/531.1 (KHTML, like Gecko) Chrome/20.0.823.0 Safari/531.1 Edge/87.11424", "deviceDetail": {"deviceId": "639815fd-5018-4e38-9d81-67538b2ce460", "displayName": "KEITHSHEPPARD-LT", "operatingSystem": "Windows 10", "browser": "Edge 87.11424", "trustType": "Azure AD registered"}, "location": {"city": "Cooperhaven", "state": "Norrisbury", "countryOrRegion": "XD", "geoCoordinates": {"latitude": 70.436398, "longitude": -23.873747}}, "correlationId": "b7278fee-d604-49dc-b022-bbb63acb43ab", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "1ba6f22d-0aac-4c7d-b5ef-27dfba3bb063", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 117, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Adobe Identity Management Service", "resourceId": "30663ca7-f8a9-43ab-8ca1-7906bdbc1485", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 69487, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "JDZ4t0FpdMT1dQnuBDoIucsJwM0RginO4K4LZJVviTpO4OsB", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "a6c259e5-7f16-48b2-a9f3-75becd6daa9b", "rngcStatus": 0}}, {"time": "2022-08-18T21:45:00.875175Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "86.154.193.190", "correlationId": "d901aa81-eb50-4818-af48-61ed3cc9b4cb", "identity": "Jamie Watson", "Level": 4, "location": "XR", "properties": {"id": "df70b726-7756-4baa-9a7d-5ac960d78a00", "createdDateTime": "2022-08-18T21:45:00.978175Z", "userDisplayName": "Jamie Watson", "userPrincipalName": "jwatson@domain.com", "userId": "2844695b-9a70-48ed-a5ce-f3d711e2292b", "appId": "e47a1d38-5f61-45cd-b1b9-bc92f525c598", "appDisplayName": "Altoura", "ipAddress": "86.154.193.190", "status": {"errorCode": 0}, "clientAppUsed": "Browser", "userAgent": "Mozilla/5.0 (Linux; Android 2.3.5) AppleWebKit/532.2 (KHTML, like Gecko) Chrome/46.0.898.0 Safari/532.2 Edge/105.19198", "deviceDetail": {"deviceId": "fc784602-6455-4450-be3c-6770e0359f8a", "displayName": "JAMIEWATSON-LT", "operatingSystem": "Windows 10", "browser": "Edge 105.19198", "isCompliant": true, "isManaged": true, "trustType": "Azure AD joined"}, "location": {"city": "Port Denisetown", "state": "Smithton", "countryOrRegion": "XR", "geoCoordinates": {"latitude": 3.5518965, "longitude": 131.871582}}, "correlationId": "c5df60fa-3733-427d-b0ca-a27b4d751130", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "41757d6f-61d7-4177-b94c-7b4c72865bcf", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 103, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Altoura Online", "resourceId": "f0630e90-b752-4960-bfb9-a0794fc34930", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 256668, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "DFQdQSWjd4cH2VmANTOnIqSjWpEDhD7o3eft7xHLb11TsOhn", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "1f37c851-4be4-455b-928a-fbde7845a68a", "rngcStatus": 0}}, {"time": "2022-08-18T22:01:49.658627Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "205.33.24.92", "correlationId": "f298d0ed-a85f-4121-a810-d495f0407dda", "identity": "Aaron Cole", "Level": 4, "location": "XD", "properties": {"id": "6319605d-e64e-4864-8be8-7fc3e6859500", "createdDateTime": "2022-08-18T22:01:49.892627Z", "userDisplayName": "Aaron Cole", "userPrincipalName": "acole@domain.com", "userId": "5d557969-1645-4ba4-be83-b6fd943659f7", "appId": "1b3edb90-1e06-46db-b021-e2fc1f7ddaf5", "appDisplayName": "Beatrust", "ipAddress": "205.33.24.92", "status": {"errorCode": 0}, "clientAppUsed": "Browser", "deviceDetail": {"deviceId": "", "operatingSystem": "Windows 10", "browser": "Rich Client 5.2.7.0"}, "location": {"city": "Kristinmouth", "state": "Norrisbury", "countryOrRegion": "XD", "geoCoordinates": {"latitude": 26.278784, "longitude": -92.042573}}, "correlationId": "8d3485c2-32be-4a86-a5fa-56d313f938c7", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "f00cca42-435d-412c-a940-c71ec4fdfb63", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 234, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Beatrust Service", "resourceId": "24578515-1951-4064-967d-0d2acaf0aa70", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 214655, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "vNQ99Hjm84Mlsuln9UsYRiDEGdpDjJ79CY1TAx4QygsXqQum", "incomingTokenType": "none", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "0e68752b-7dfa-400b-a6f5-1b54af90696a", "rngcStatus": 0}}, {"time": "2022-08-18T22:09:13.940538Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "700082", "resultSignature": "None", "resultDescription": "Other", "durationMs": 0, "callerIpAddress": "199.12.127.103", "correlationId": "0c70e633-2f76-43d3-a2d9-f146a0f5b1e1", "identity": "Jacob Meyers", "Level": 4, "location": "XG", "properties": {"id": "2b60f3d6-0a82-440d-b179-44ac21b75000", "createdDateTime": "2022-08-18T22:09:14.008538Z", "userDisplayName": "Jacob Meyers", "userPrincipalName": "jmeyers@domain.com", "userId": "c63a67b0-1651-4a8a-9560-cc703cdad5ad", "appId": "7b74bf77-058a-4c0d-9d9d-5523c3bc80ed", "appDisplayName": "GitHub Enterprise Cloud - Organization", "ipAddress": "199.12.127.103", "status": {"errorCode": 700082, "failureReason": "Other"}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (Windows NT 4.0) AppleWebKit/531.1 (KHTML, like Gecko) Chrome/20.0.823.0 Safari/531.1 Edge/87.11424", "deviceDetail": {"deviceId": "a0ea1625-4397-4c4c-963c-33347d3b0d73", "displayName": "JACOBMEYERS-LT", "operatingSystem": "Windows 10", "browser": "Edge 87.11424", "trustType": "Azure AD registered"}, "location": {"city": "Port Nathan", "state": "Newmanville", "countryOrRegion": "XG", "geoCoordinates": {"latitude": 23.244641, "longitude": -113.392021}}, "correlationId": "9d964170-ac2d-4a4a-b0b0-717508f41606", "conditionalAccessStatus": "notApplied", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "9e63c49f-3da8-4d2c-8af9-e4c49d3ca4f0", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "processingTimeInMilliseconds": 68, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "GitHub Enterprise Cloud - Organization Online", "resourceId": "51e679b4-5774-4b5f-9636-df5ea66b9380", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 282405, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "WRU5OIpmFjcLTMvhBvwsIkrVoT5ALL9deCqSOQTfpG0a6sm5", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "6e8f419c-7f10-40b1-a52a-e4fb253c74c2"}}, {"time": "2022-08-18T22:32:26.876534Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "25.228.18.106", "correlationId": "97003406-3238-469c-acbe-c3f1a79eb1be", "identity": "Thomas Price", "Level": 4, "location": "XQ", "properties": {"id": "40186134-719b-42e2-9e2d-e4408f057b00", "createdDateTime": "2022-08-18T22:32:27.001534Z", "userDisplayName": "Thomas Price", "userPrincipalName": "tprice@domain.com", "userId": "32109ee2-ee4f-4d11-9c38-2556aec0f2b5", "appId": "9a7e67c7-6f05-42a3-b226-97c7ec3e9696", "appDisplayName": "Adobe Identity Management", "ipAddress": "25.228.18.106", "status": {"errorCode": 0}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (X11; Linux i686) AppleWebKit/533.0 (KHTML, like Gecko) Chrome/24.0.803.0 Safari/533.0 Edge/40.11325", "deviceDetail": {"deviceId": "0729bd71-1465-4897-bba4-71c5ca15a9bb", "displayName": "THOMASPRICE-LT", "operatingSystem": "Windows 10", "browser": "Edge 40.11325", "isCompliant": true, "isManaged": true, "trustType": "Azure AD registered"}, "location": {"city": "Veronicachester", "state": "Chanshire", "countryOrRegion": "XQ", "geoCoordinates": {"latitude": -5.3151345, "longitude": -4.976578}}, "correlationId": "9810946a-055d-4b0a-9668-d4cd59367bfe", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "b7223de1-234f-4187-836a-6443ac313ff2", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 125, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Adobe Identity Management Service", "resourceId": "9a84f55e-3a40-492c-9476-e069f64ed7a6", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 79359, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "SUVapAW034anjoOmG7KZoDz2cdLy9pRLlKL2OeF2AYsWXW2r", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "37ee873b-f901-4e25-be69-010243106d0f", "rngcStatus": 0}}, {"time": "2022-08-18T22:32:57.782248Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "SignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "205.33.24.92", "correlationId": "9c37e10e-0a0a-4da0-a35c-f6da1d1cdf4b", "identity": "Aaron Cole", "Level": 4, "location": "XD", "properties": {"id": "9766f1aa-839e-413d-b538-b601b59e9000", "createdDateTime": "2022-08-18T22:32:57.851248Z", "userDisplayName": "Aaron Cole", "userPrincipalName": "acole@domain.com", "userId": "5d557969-1645-4ba4-be83-b6fd943659f7", "appId": "cb9ad245-0b24-4c75-ba23-398500baf7a8", "appDisplayName": "FileCloud", "ipAddress": "205.33.24.92", "status": {"errorCode": 0}, "clientAppUsed": "Browser", "userAgent": "Mozilla/5.0 (X11; Linux i686) AppleWebKit/536.2 (KHTML, like Gecko) Chrome/22.0.877.0 Safari/536.2", "deviceDetail": {"deviceId": "", "operatingSystem": "Windows 10", "browser": "Chrome 22.0.877.0"}, "location": {"city": "Kristinmouth", "state": "Norrisbury", "countryOrRegion": "XD", "geoCoordinates": {"latitude": 26.278784, "longitude": -92.042573}}, "correlationId": "7308ef78-be01-43b4-94d1-b922dca0e9a5", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "8edf6da9-ad0d-455f-b28c-aff7814514a7", "isInteractive": true, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 69, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "FileCloud", "resourceId": "c76d5f74-7ee8-4657-b84f-a50641692265", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "alternateSignInName": "acole1@domain.com", "signInIdentifier": "acole1@domain.com", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 214655, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "OZBFnEtuwKyMX6NY8w1sRMeXgNwTmpAEOpJbJybZyXEsAYxp", "incomingTokenType": "none", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": null, "rngcStatus": 0}}, {"time": "2022-08-18T22:54:19.421285Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "156.206.181.119", "correlationId": "a25027e8-4fa8-425b-99ef-3bc0a994522d", "identity": "Cynthia Perry", "Level": 4, "location": "XY", "properties": {"id": "f76a87a3-7638-4ccc-9bfd-93d265ed6a00", "createdDateTime": "2022-08-18T22:54:19.508285Z", "userDisplayName": "Cynthia Perry", "userPrincipalName": "cperry@domain.com", "userId": "ac5fa380-9d5b-470e-beb2-5ba10aca48e6", "appId": "9de6e985-97a5-4d82-9c45-aedaa9c25ef9", "appDisplayName": "AWS Single-Account Access", "ipAddress": "156.206.181.119", "status": {"errorCode": 0}, "clientAppUsed": "Browser", "deviceDetail": {"deviceId": "", "operatingSystem": "Windows"}, "location": {"city": "Hannaville", "state": "Thomashaven", "countryOrRegion": "XY", "geoCoordinates": {"latitude": 1.1452695, "longitude": 128.249211}}, "correlationId": "3b6ca108-bc0f-4946-871b-2f5acfb6653f", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "9becf453-0aa7-43b2-b8a6-cd3a2f106449", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 87, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "AWS Single-Account Access Service", "resourceId": "9a84f55e-3a40-492c-9476-e069f64ed7a6", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 279165, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "3G7vfUwEbIdqs1P67nVYL2R3zwfRiqmpbb8rWg6KDAchJSid", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "37ee873b-f901-4e25-be69-010243106d0f", "rngcStatus": 0}}, {"time": "2022-08-18T22:54:44.568736Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "166.111.151.233", "correlationId": "007e2442-4e31-4f9a-b51d-acaef2429f2c", "identity": "Robert Rojas", "Level": 4, "location": "XR", "properties": {"id": "8fcd3dec-5cc1-4573-b657-ef9578287c00", "createdDateTime": "2022-08-18T22:54:44.665736Z", "userDisplayName": "Robert Rojas", "userPrincipalName": "rrojas@domain.com", "userId": "e6bf534a-7fe5-4c26-99f7-59e782bbe948", "appId": "9167c284-c68f-468a-84be-0ee4f23879fe", "appDisplayName": "ArcGIS Enterprise", "ipAddress": "166.111.151.233", "status": {"errorCode": 0}, "clientAppUsed": "Mobile Apps and Desktop clients", "deviceDetail": {"deviceId": "", "operatingSystem": "Ios", "browser": "Mobile Safari"}, "location": {"city": "Stewarthaven", "state": "Smithton", "countryOrRegion": "XR", "geoCoordinates": {"latitude": -77.5119755, "longitude": -51.969667}}, "correlationId": "7f1e871d-70b8-4dc9-9289-d9d1a995bc53", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "a7907022-a73b-42c9-94fc-4d781e2e6e4b", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 97, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "ArcGIS Enterprise Service", "resourceId": "bca2b487-3a6c-440f-b1b7-a15b02771ad0", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 34974, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "QnGCDkNhJeuHU0pL4TZuUw8GF5zED7NcZzDC1BCyZIrr7hHu", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "4da47dd4-556d-4ba4-9847-c1850930ab5e", "rngcStatus": 0}}, {"time": "2022-08-18T23:01:58.346633Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "212.169.11.63", "correlationId": "8cc8cef9-acba-437e-a266-99ab4ffb7383", "identity": "Kristen Howell", "Level": 4, "location": "XR", "properties": {"id": "8df1cc0f-951a-4b64-867c-23610a0b6f00", "createdDateTime": "2022-08-18T23:01:58.473633Z", "userDisplayName": "Kristen Howell", "userPrincipalName": "khowell@domain.com", "userId": "20e1e3f9-665f-45bd-9984-5e74b526d3b5", "appId": "9a7e67c7-6f05-42a3-b226-97c7ec3e9696", "appDisplayName": "Adobe Identity Management", "ipAddress": "212.169.11.63", "status": {"errorCode": 0}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (iPad; CPU iPad OS 9_3_6 like Mac OS X) AppleWebKit/536.1 (KHTML, like Gecko) CriOS/42.0.865.0 Mobile/77O124 Safari/536.1 Edge/99.14477", "deviceDetail": {"deviceId": "caf12d64-01ec-4396-b330-e7eb6349ad45", "displayName": "KRISTENHOWELL-LT", "operatingSystem": "Windows 10", "browser": "Edge 99.14477", "trustType": "Azure AD registered"}, "location": {"city": "North Lisachester", "state": "Smithton", "countryOrRegion": "XR", "geoCoordinates": {"latitude": -69.00844, "longitude": -172.534328}}, "correlationId": "2225853f-c912-47fe-b3ea-56900d0095b6", "conditionalAccessStatus": "notApplied", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "e7547bd2-81ad-4745-a4e4-ee55190ba8e5", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 127, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Adobe Identity Management Service", "resourceId": "f72c694e-4e03-4616-91f3-78c5fe54122a", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 144064, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "DNhImAjpvlzDRTndBjnlHYVVURm3ur79si0pXJMC9lskqy7z", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "1674f597-9877-4ff9-a5d9-accfea860d15", "rngcStatus": 0}}, {"time": "2022-08-18T23:02:44.128289Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "SignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "199.12.127.103", "correlationId": "2c3a09e9-1cea-4054-b215-3fc4174a87e1", "identity": "Jacob Meyers", "Level": 4, "location": "XG", "properties": {"id": "cfcb865f-7e5f-417b-b8f8-3d1579df7d00", "createdDateTime": "2022-08-18T23:02:44.233289Z", "userDisplayName": "Jacob Meyers", "userPrincipalName": "jmeyers@domain.com", "userId": "c63a67b0-1651-4a8a-9560-cc703cdad5ad", "appId": "1b3edb90-1e06-46db-b021-e2fc1f7ddaf5", "appDisplayName": "Beatrust", "ipAddress": "199.12.127.103", "status": {"errorCode": 0}, "clientAppUsed": "Browser", "userAgent": "Mozilla/5.0 (Windows NT 5.1) AppleWebKit/534.1 (KHTML, like Gecko) Chrome/37.0.847.0 Safari/534.1", "deviceDetail": {"deviceId": "", "operatingSystem": "Windows 10", "browser": "Chrome 37.0.847.0"}, "location": {"city": "Port Nathan", "state": "Newmanville", "countryOrRegion": "XG", "geoCoordinates": {"latitude": 23.244641, "longitude": -113.392021}}, "correlationId": "dfb30dc8-80c4-45ec-bdcd-c66b2ec3f55b", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "b1a4a8cd-ba4f-4e95-82b7-6cc682ff6076", "isInteractive": true, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 105, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Beatrust Service", "resourceId": "24578515-1951-4064-967d-0d2acaf0aa70", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 282405, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "4dvFNtO4RFDTmwGxWJLavkIGxhRt2ToL1YkqWr4u4MeodIq2", "incomingTokenType": "none", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "0e68752b-7dfa-400b-a6f5-1b54af90696a", "rngcStatus": 0}}, {"time": "2022-08-18T23:05:38.638627Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "13.113.40.157", "correlationId": "d3f358af-be65-48b1-875e-e0a4f2598d22", "identity": "Attack Target", "Level": 4, "location": "XR", "properties": {"id": "7f19788f-2e61-49ad-9601-4fe65c897400", "createdDateTime": "2022-08-18T23:05:38.757627Z", "userDisplayName": "Attack Target", "userPrincipalName": "attacktarget@domain.com", "userId": "d735e84b-dcca-404d-9f7d-700f360f41a6", "appId": "9a7e67c7-6f05-42a3-b226-97c7ec3e9696", "appDisplayName": "Adobe Identity Management", "ipAddress": "13.113.40.157", "status": {"errorCode": 0}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (iPad; CPU iPad OS 9_3_6 like Mac OS X) AppleWebKit/536.1 (KHTML, like Gecko) CriOS/42.0.865.0 Mobile/77O124 Safari/536.1 Edge/99.14477", "deviceDetail": {"deviceId": "a44625dc-6f81-449a-9799-8005f7209b42", "displayName": "ATTACKTARGET-LT", "operatingSystem": "Windows 10", "browser": "Edge 99.14477", "trustType": "Azure AD registered"}, "location": {"city": "Smithfort", "state": "Smithfort", "countryOrRegion": "XR", "geoCoordinates": {"latitude": 3.7564095, "longitude": -121.574606}}, "correlationId": "bc97660a-6876-467a-ac55-4d598a00d76f", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "c531c7be-eb96-4a12-b824-3ad1f576155f", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 119, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Adobe Identity Management Service", "resourceId": "7d6a0897-8b82-49e9-90e2-d482fb9202bd", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 34974, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "GHNXqolWwFVI7vVmD0QALfEFLwK5MkTqfUT3TsJt0Go5znj6", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "537d9419-7e2b-4778-9102-62256bcfcf45", "rngcStatus": 0}}, {"time": "2022-08-18T23:11:15.335806Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "156.206.181.119", "correlationId": "0ed9949a-5050-4d06-8e0a-5332db755391", "identity": "Cynthia Perry", "Level": 4, "location": "XY", "properties": {"id": "01ba3655-e28a-4ae2-aea6-ad4458036400", "createdDateTime": "2022-08-18T23:11:15.461806Z", "userDisplayName": "Cynthia Perry", "userPrincipalName": "cperry@domain.com", "userId": "ac5fa380-9d5b-470e-beb2-5ba10aca48e6", "appId": "9de6e985-97a5-4d82-9c45-aedaa9c25ef9", "appDisplayName": "AWS Single-Account Access", "ipAddress": "156.206.181.119", "status": {"errorCode": 0}, "clientAppUsed": "Browser", "deviceDetail": {"deviceId": "", "operatingSystem": "Windows"}, "location": {"city": "Hannaville", "state": "Thomashaven", "countryOrRegion": "XY", "geoCoordinates": {"latitude": 1.1452695, "longitude": 128.249211}}, "correlationId": "4884985b-3efb-465d-944b-e8580ebe5bbe", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "63cd10c8-1542-40a4-a19c-011ad695f9dc", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 126, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "AWS Single-Account Access Service", "resourceId": "9a84f55e-3a40-492c-9476-e069f64ed7a6", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 279165, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "EiZtCuCH5i7gFJikVpwTGf9YpXLaLLi8KWp9MCa3uvLYgbcS", "incomingTokenType": "none", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "37ee873b-f901-4e25-be69-010243106d0f", "rngcStatus": 0}}, {"time": "2022-08-18T23:24:03.388553Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "50158", "resultSignature": "None", "resultDescription": "External security challenge was not satisfied.", "durationMs": 0, "callerIpAddress": "92.110.109.246", "correlationId": "9e69f3e5-54e1-405c-acae-ef29107e826c", "identity": "Thomas Price", "Level": 4, "location": "XR", "properties": {"id": "b948d0b4-8797-4aef-88d1-701510245600", "createdDateTime": "2022-08-18T23:24:03.516553Z", "userDisplayName": "Thomas Price", "userPrincipalName": "tprice@domain.com", "userId": "32109ee2-ee4f-4d11-9c38-2556aec0f2b5", "appId": "9a7e67c7-6f05-42a3-b226-97c7ec3e9696", "appDisplayName": "Adobe Identity Management", "ipAddress": "92.110.109.246", "status": {"errorCode": 50158, "failureReason": "External security challenge was not satisfied."}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (X11; Linux i686) AppleWebKit/535.2 (KHTML, like Gecko) Chrome/22.0.843.0 Safari/535.2 Edge/118.12158", "deviceDetail": {"deviceId": "a12f42a7-2ae0-42d8-aec8-bf7cb3dea82c", "displayName": "THOMASPRICE-LT", "operatingSystem": "Windows 10", "browser": "Edge 118.12158", "trustType": "Hybrid Azure AD joined"}, "location": {"city": "Port Denisetown", "state": "Smithton", "countryOrRegion": "XR", "geoCoordinates": {"latitude": 3.5518965, "longitude": 131.871582}}, "correlationId": "affd9b38-b499-4753-aca2-38572c1dc2e8", "conditionalAccessStatus": "failure", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "db3e2333-5db5-4f65-be0f-fbf61fb46a96", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "processingTimeInMilliseconds": 128, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Adobe Identity Management Service", "resourceId": "30663ca7-f8a9-43ab-8ca1-7906bdbc1485", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 230297, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "AcC4YcMsoUFY5FPgXiymuTpFcAYjy1zaogRkSTiwcjq2vk4a", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "a6c259e5-7f16-48b2-a9f3-75becd6daa9b"}}, {"time": "2022-08-18T23:29:23.100006Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "92.110.109.246", "correlationId": "c38fc733-c4bc-43cc-9431-f9d9c053ba3b", "identity": "Joseph Taylor", "Level": 4, "location": "XR", "properties": {"id": "3d9beed6-c74c-4138-a357-12d696639c00", "createdDateTime": "2022-08-18T23:29:23.179006Z", "userDisplayName": "Joseph Taylor", "userPrincipalName": "jtaylor@domain.com", "userId": "af9847eb-c773-41ae-bf94-42747c5e986c", "appId": "9a7e67c7-6f05-42a3-b226-97c7ec3e9696", "appDisplayName": "Adobe Identity Management", "ipAddress": "92.110.109.246", "status": {"errorCode": 0, "additionalDetails": "MFA requirement satisfied by claim in the token"}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (iPad; CPU iPad OS 9_3_6 like Mac OS X) AppleWebKit/536.1 (KHTML, like Gecko) CriOS/42.0.865.0 Mobile/77O124 Safari/536.1 Edge/99.14477", "deviceDetail": {"deviceId": "76b96bd3-e5d7-49ee-b195-bf363facdb3d", "displayName": "JOSEPHTAYLOR-LT", "operatingSystem": "Windows 10", "browser": "Edge 99.14477", "isCompliant": true, "isManaged": true, "trustType": "Azure AD joined"}, "location": {"city": "Port Denisetown", "state": "Smithton", "countryOrRegion": "XR", "geoCoordinates": {"latitude": 3.5518965, "longitude": 131.871582}}, "mfaDetail": {}, "correlationId": "87218e6a-816d-4399-b2f4-68add15c71af", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "214dda4d-0f46-4987-a38b-0ddd14a59121", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 79, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Adobe Identity Management Service", "resourceId": "30663ca7-f8a9-43ab-8ca1-7906bdbc1485", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 230297, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "PyRNePzRCG0Kd5qoY7HmtTJ1OOcuW1UMIE2fDWIKN8MbFJCB", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "a6c259e5-7f16-48b2-a9f3-75becd6daa9b", "rngcStatus": 0}}, {"time": "2022-08-18T23:50:15.883751Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "86.154.193.190", "correlationId": "b3471ff2-da61-4546-be68-a230b501355d", "identity": "Kristen Howell", "Level": 4, "location": "XR", "properties": {"id": "5e4e730b-8d3c-4dbc-a1a3-d712b5be5400", "createdDateTime": "2022-08-18T23:50:15.998751Z", "userDisplayName": "Kristen Howell", "userPrincipalName": "khowell@domain.com", "userId": "20e1e3f9-665f-45bd-9984-5e74b526d3b5", "appId": "9a7e67c7-6f05-42a3-b226-97c7ec3e9696", "appDisplayName": "Adobe Identity Management", "ipAddress": "86.154.193.190", "status": {"errorCode": 0, "additionalDetails": "MFA requirement satisfied by claim in the token"}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (X11; Linux i686) AppleWebKit/533.0 (KHTML, like Gecko) Chrome/24.0.803.0 Safari/533.0 Edge/40.11325", "deviceDetail": {"deviceId": "6ea76864-5f18-47dd-adb9-2b1dfcbfc425", "displayName": "KRISTENHOWELL-LT", "operatingSystem": "Windows 10", "browser": "Edge 40.11325", "isCompliant": true, "isManaged": true, "trustType": "Azure AD joined"}, "location": {"city": "Port Denisetown", "state": "Smithton", "countryOrRegion": "XR", "geoCoordinates": {"latitude": 3.5518965, "longitude": 131.871582}}, "mfaDetail": {}, "correlationId": "cd8fae9e-96e1-4ac3-923f-32e5863ae135", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "03046874-007e-4d51-b204-7f66eb68c5ce", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "processingTimeInMilliseconds": 115, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Adobe Identity Management Service", "resourceId": "9a84f55e-3a40-492c-9476-e069f64ed7a6", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 256668, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "cK4oX5Rz0aJJcIEo30nwERZUEo1Jnv90MSbiRRgoacocqWU3", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "37ee873b-f901-4e25-be69-010243106d0f"}}, {"time": "2022-08-19T00:03:26.920116Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "81.209.4.19", "correlationId": "8fbac76b-ed5e-42ca-92b4-7d368ffbed16", "identity": "Jim Gonzalez", "Level": 4, "location": "XR", "properties": {"id": "89d2bf47-746f-4da3-ab65-8292fe354e00", "createdDateTime": "2022-08-19T00:03:27.038116Z", "userDisplayName": "Jim Gonzalez", "userPrincipalName": "jgonzalez@domain.com", "userId": "95090045-a9c5-489c-adee-2db430a3333a", "appId": "9167c284-c68f-468a-84be-0ee4f23879fe", "appDisplayName": "ArcGIS Enterprise", "ipAddress": "81.209.4.19", "status": {"errorCode": 0}, "clientAppUsed": "Mobile Apps and Desktop clients", "deviceDetail": {"deviceId": "", "operatingSystem": "Ios", "browser": "Mobile Safari"}, "location": {"city": "Santosborough", "state": "Smithton", "countryOrRegion": "XR", "geoCoordinates": {"latitude": 50.0774195, "longitude": 64.938754}}, "correlationId": "3650ada5-6727-4e45-a728-52bf86e7e8cb", "conditionalAccessStatus": "notApplied", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "f7699f4b-7b3b-46f4-ab20-720ed44728fa", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "processingTimeInMilliseconds": 118, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "ArcGIS Enterprise Service", "resourceId": "f72c694e-4e03-4616-91f3-78c5fe54122a", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 34974, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "2DrPpWMkP7MilXqF1cCwAw5nS21W4X8qbwtVXOAhHucECQYe", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "1674f597-9877-4ff9-a5d9-accfea860d15"}}, {"time": "2022-08-19T00:04:24.860942Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "13.113.40.157", "correlationId": "d7341ce2-8974-4b19-8984-7927bfc3ac28", "identity": "Attack Target", "Level": 4, "location": "XR", "properties": {"id": "b84db3dc-6311-47ec-98ed-c2508d4b6c00", "createdDateTime": "2022-08-19T00:04:24.972942Z", "userDisplayName": "Attack Target", "userPrincipalName": "attacktarget@domain.com", "userId": "d735e84b-dcca-404d-9f7d-700f360f41a6", "appId": "9a7e67c7-6f05-42a3-b226-97c7ec3e9696", "appDisplayName": "Adobe Identity Management", "ipAddress": "13.113.40.157", "status": {"errorCode": 0}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (iPad; CPU iPad OS 9_3_6 like Mac OS X) AppleWebKit/536.1 (KHTML, like Gecko) CriOS/42.0.865.0 Mobile/77O124 Safari/536.1 Edge/99.14477", "deviceDetail": {"deviceId": "a44625dc-6f81-449a-9799-8005f7209b42", "displayName": "ATTACKTARGET-LT", "operatingSystem": "Windows 10", "browser": "Edge 99.14477", "trustType": "Azure AD registered"}, "location": {"city": "Smithfort", "state": "Smithfort", "countryOrRegion": "XR", "geoCoordinates": {"latitude": 3.7564095, "longitude": -121.574606}}, "correlationId": "72b323f6-3c08-4ed6-9edb-434b48896994", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "40c0d308-f7a1-4f79-b9e5-d74c94b25594", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 112, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Adobe Identity Management Service", "resourceId": "30663ca7-f8a9-43ab-8ca1-7906bdbc1485", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 34974, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "kPrahq0PqUS33MThr7HICbxDEhXXmbOy8R7gMwXRv9AeOjUX", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "a6c259e5-7f16-48b2-a9f3-75becd6daa9b", "rngcStatus": 0}}, {"time": "2022-08-19T00:15:04.018358Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "156.206.181.119", "correlationId": "5e19c873-dda5-4d4e-afdb-c0e0fcb0fa2b", "identity": "Cynthia Perry", "Level": 4, "location": "XY", "properties": {"id": "61aaa40e-2fb7-4775-bea6-cf493fc29700", "createdDateTime": "2022-08-19T00:15:04.141358Z", "userDisplayName": "Cynthia Perry", "userPrincipalName": "cperry@domain.com", "userId": "ac5fa380-9d5b-470e-beb2-5ba10aca48e6", "appId": "9de6e985-97a5-4d82-9c45-aedaa9c25ef9", "appDisplayName": "AWS Single-Account Access", "ipAddress": "156.206.181.119", "status": {"errorCode": 0}, "clientAppUsed": "Browser", "deviceDetail": {"deviceId": "", "operatingSystem": "Windows"}, "location": {"city": "Hannaville", "state": "Thomashaven", "countryOrRegion": "XY", "geoCoordinates": {"latitude": 1.1452695, "longitude": 128.249211}}, "correlationId": "acf26189-9280-4254-b0f6-600815b34eeb", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "397c39aa-904c-4f2b-8837-f709a82ee90c", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 123, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "AWS Single-Account Access Service", "resourceId": "c65cf5f9-5537-4200-889e-381c4f60ca7d", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 279165, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "VdLOIcbqp6KAPRqE1wqy68leVVwFNTnrAXT46RgDViEpNxKj", "incomingTokenType": "none", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": null, "rngcStatus": 0}}, {"time": "2022-08-19T00:28:27.093673Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "50158", "resultSignature": "None", "resultDescription": "External security challenge was not satisfied.", "durationMs": 0, "callerIpAddress": "177.189.225.133", "correlationId": "eddce8a4-3f29-4a41-9f70-e34d5d8b94a9", "identity": "Thomas Price", "Level": 4, "location": "XQ", "properties": {"id": "720d181b-6cd7-4a61-bb3c-89a69a479500", "createdDateTime": "2022-08-19T00:28:27.212673Z", "userDisplayName": "Thomas Price", "userPrincipalName": "tprice@domain.com", "userId": "32109ee2-ee4f-4d11-9c38-2556aec0f2b5", "appId": "79510a8f-6421-4348-a2ea-bcc2b02485c1", "appDisplayName": "Cisco AnyConnect", "ipAddress": "177.189.225.133", "status": {"errorCode": 50158, "failureReason": "External security challenge was not satisfied."}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (X11; Linux i686) AppleWebKit/535.2 (KHTML, like Gecko) Chrome/22.0.843.0 Safari/535.2 Edge/118.12158", "deviceDetail": {"deviceId": "72c565a0-f587-4d5e-9fa9-82cab482ddf0", "displayName": "THOMASPRICE-LT", "operatingSystem": "Windows 10", "browser": "Edge 118.12158", "trustType": "Hybrid Azure AD joined"}, "location": {"city": "Brownton", "state": "Stephanieberg", "countryOrRegion": "XQ", "geoCoordinates": {"latitude": 60.015373, "longitude": -41.508557}}, "correlationId": "1009221e-b387-43db-afb0-5349f8330637", "conditionalAccessStatus": "failure", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "7fe1e1a6-7caa-412d-b308-a52123cb74fe", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 119, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Cisco AnyConnect Online", "resourceId": "5d5b8d28-6a28-472e-b837-a4094e466965", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 104135, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "TnEMYo50i9bmIdreaGF1tYaUANT1VriQwacj73AKcfdDQmQz", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "15655e1f-5005-4c53-b3c0-c4a1d1ca5e9e", "rngcStatus": 0}}, {"time": "2022-08-19T00:40:48.460940Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "99.116.100.205", "correlationId": "754fd47d-b2ae-40d1-b30e-900284115d17", "identity": "Aaron Cole", "Level": 4, "location": "XD", "properties": {"id": "49d543cf-3853-413c-83db-9812814d8e00", "createdDateTime": "2022-08-19T00:40:48.635940Z", "userDisplayName": "Aaron Cole", "userPrincipalName": "acole@domain.com", "userId": "5d557969-1645-4ba4-be83-b6fd943659f7", "appId": "af50c7b0-ad5f-40ec-840e-8d89be454ce4", "appDisplayName": "Citrix ShareFile", "ipAddress": "99.116.100.205", "status": {"errorCode": 0}, "clientAppUsed": "Browser", "deviceDetail": {"deviceId": "", "operatingSystem": "Windows10", "browser": "Rich Client 4.36.1.0"}, "location": {"city": "Carrollstad", "state": "Norrisbury", "countryOrRegion": "XD", "geoCoordinates": {"latitude": -38.8540465, "longitude": -17.674718}}, "correlationId": "1beb2d11-ef32-414a-b9c6-a4bf8a38ac02", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "6910349d-2ede-4c2a-8f8a-6ec7d16e77ac", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 175, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Citrix ShareFile Online", "resourceId": "24578515-1951-4064-967d-0d2acaf0aa70", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 214655, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "u1N6g2voVpI3ujY3K5FSN6WBpgRmRYWNhgiBIaESEnyBG63M", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "0e68752b-7dfa-400b-a6f5-1b54af90696a", "rngcStatus": 0}}, {"time": "2022-08-19T01:06:14.747813Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "1.210.58.10", "correlationId": "fcdc3fd0-b7ba-4fa8-b294-bebe80caed6d", "identity": "Keith Sheppard", "Level": 4, "location": "XD", "properties": {"id": "17558929-4181-40d4-9645-7d297fca7300", "createdDateTime": "2022-08-19T01:06:14.821813Z", "userDisplayName": "Keith Sheppard", "userPrincipalName": "ksheppard@domain.com", "userId": "05bd48f1-91d2-4c2d-9a7c-80e80f561b3c", "appId": "9d794ea1-8d77-42e3-9fdd-6fd3620d616a", "appDisplayName": "Alaya", "ipAddress": "1.210.58.10", "status": {"errorCode": 0}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (Windows NT 4.0) AppleWebKit/531.1 (KHTML, like Gecko) Chrome/20.0.823.0 Safari/531.1 Edge/87.11424", "deviceDetail": {"deviceId": "639815fd-5018-4e38-9d81-67538b2ce460", "displayName": "KEITHSHEPPARD-LT", "operatingSystem": "Windows 10", "browser": "Edge 87.11424", "trustType": "Azure AD registered"}, "location": {"city": "Cooperhaven", "state": "Norrisbury", "countryOrRegion": "XD", "geoCoordinates": {"latitude": 70.436398, "longitude": -23.873747}}, "correlationId": "1479009f-c066-41a7-af00-f7b2356b5808", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "21b1705b-30c2-4ed2-acb3-ece4e2719ed5", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 74, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Alaya Service", "resourceId": "e35e3da1-bf74-46a1-979f-06c9212ebfab", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 69487, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "rDzj2yLmCTWVZwEtV3p6WuDEJTDHkz25nBrKXEB9jcB3ZEMw", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "33c2df33-b2d6-495e-85ea-298208628e8d", "rngcStatus": 0}}, {"time": "2022-08-19T02:07:09.101475Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "13.113.40.157", "correlationId": "74642724-f895-4163-8793-dd0bb1c92248", "identity": "Attack Target", "Level": 4, "location": "XR", "properties": {"id": "26dddd2e-8202-4375-92ca-d99146a48100", "createdDateTime": "2022-08-19T02:07:09.251475Z", "userDisplayName": "Attack Target", "userPrincipalName": "attacktarget@domain.com", "userId": "d735e84b-dcca-404d-9f7d-700f360f41a6", "appId": "9a7e67c7-6f05-42a3-b226-97c7ec3e9696", "appDisplayName": "Adobe Identity Management", "ipAddress": "13.113.40.157", "status": {"errorCode": 0}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (iPad; CPU iPad OS 9_3_6 like Mac OS X) AppleWebKit/536.1 (KHTML, like Gecko) CriOS/42.0.865.0 Mobile/77O124 Safari/536.1 Edge/99.14477", "deviceDetail": {"deviceId": "a44625dc-6f81-449a-9799-8005f7209b42", "displayName": "ATTACKTARGET-LT", "operatingSystem": "Windows 10", "browser": "Edge 99.14477", "trustType": "Azure AD registered"}, "location": {"city": "Smithfort", "state": "Smithfort", "countryOrRegion": "XR", "geoCoordinates": {"latitude": 3.7564095, "longitude": -121.574606}}, "correlationId": "15145cd6-64df-46f5-acf6-7e5a75f0efbd", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "20f96536-bb9e-4532-957c-9fbb1409d52e", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 150, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Adobe Identity Management Service", "resourceId": "80abac89-d2c0-4b6c-8ffc-5023bd7efc5e", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 34974, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "gMzqpIkcOGV1WbmKc2v5SpQQkgTVtxTOJREN4U7h3PgDfytb", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": null, "rngcStatus": 0}}, {"time": "2022-08-19T02:18:10.760225Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "86.154.193.190", "correlationId": "5a1606d6-a9ea-48a8-8dee-f1d686f4c4da", "identity": "Jamie Watson", "Level": 4, "location": "XR", "properties": {"id": "61aaa40e-2fb7-4775-bea6-cf499be39600", "createdDateTime": "2022-08-19T02:18:10.840225Z", "userDisplayName": "Jamie Watson", "userPrincipalName": "jwatson@domain.com", "userId": "2844695b-9a70-48ed-a5ce-f3d711e2292b", "appId": "9a7e67c7-6f05-42a3-b226-97c7ec3e9696", "appDisplayName": "Adobe Identity Management", "ipAddress": "86.154.193.190", "status": {"errorCode": 0}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (X11; Linux i686) AppleWebKit/533.0 (KHTML, like Gecko) Chrome/24.0.803.0 Safari/533.0 Edge/40.11325", "deviceDetail": {"deviceId": "fc784602-6455-4450-be3c-6770e0359f8a", "displayName": "JAMIEWATSON-LT", "operatingSystem": "Windows 10", "browser": "Edge 40.11325", "isCompliant": true, "isManaged": true, "trustType": "Azure AD joined"}, "location": {"city": "Port Denisetown", "state": "Smithton", "countryOrRegion": "XR", "geoCoordinates": {"latitude": 3.5518965, "longitude": 131.871582}}, "correlationId": "ed3a263a-8dcd-47d4-b2cb-a3eef52f58ff", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "024c4b20-a26e-4bbe-bd00-5cc83af86f95", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 80, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Adobe Identity Management Service", "resourceId": "80abac89-d2c0-4b6c-8ffc-5023bd7efc5e", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 256668, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "sosjkav0NVWF4b5njzzMCx1Kflh43oT6Wn3gIP9wEXvpA6Af", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": null, "rngcStatus": 0}}, {"time": "2022-08-19T03:05:56.636468Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "147.132.189.119", "correlationId": "dbcd02bc-f694-45e8-9074-fd9098390e83", "identity": "Cassie Fernandez", "Level": 4, "location": "XR", "properties": {"id": "adadd79c-ff77-4494-a8fd-d4d3e5c11100", "createdDateTime": "2022-08-19T03:05:56.754468Z", "userDisplayName": "Cassie Fernandez", "userPrincipalName": "cfernandez@domain.com", "userId": "67ef8be6-3f44-4db7-8172-fd6211428c1e", "appId": "2eae4ad1-8cae-48fe-b718-76bd66e2fc7f", "appDisplayName": "Bipsync", "ipAddress": "147.132.189.119", "status": {"errorCode": 0}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (iPad; CPU iPad OS 9_3_6 like Mac OS X) AppleWebKit/536.1 (KHTML, like Gecko) CriOS/42.0.865.0 Mobile/77O124 Safari/536.1 Edge/99.14477", "deviceDetail": {"deviceId": "d5a487a1-ef7d-4960-9723-7fdadce19af3", "displayName": "CASSIEFERNANDEZ-LT", "operatingSystem": "Windows 10", "browser": "Edge 99.14477", "trustType": "Azure AD registered"}, "location": {"city": "Port Denisetown", "state": "Smithton", "countryOrRegion": "XR", "geoCoordinates": {"latitude": 3.5518965, "longitude": 131.871582}}, "correlationId": "13f3167d-a005-4308-95c5-b9bf7efccc83", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "1c61ce8c-cd70-487c-a36a-d8d774667262", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 118, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Bipsync Service", "resourceId": "9a84f55e-3a40-492c-9476-e069f64ed7a6", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 256668, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "HNKyheI4GfcUMI7OPZBufYdYHOjgS34IFn1vETiLvyRDvDmq", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "37ee873b-f901-4e25-be69-010243106d0f", "rngcStatus": 0}}, {"time": "2022-08-19T03:23:27.356770Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "205.33.24.92", "correlationId": "23096be8-7d18-485e-83b5-c9e7a8ca490c", "identity": "Vanessa Ramirez", "Level": 4, "location": "XD", "properties": {"id": "4ddb034d-d670-4525-9f72-a3054a726e00", "createdDateTime": "2022-08-19T03:23:27.498770Z", "userDisplayName": "Vanessa Ramirez", "userPrincipalName": "vramirez@domain.com", "userId": "5d72b7ed-62ea-4b94-b931-ccef65d71ebd", "appId": "9a7e67c7-6f05-42a3-b226-97c7ec3e9696", "appDisplayName": "Adobe Identity Management", "ipAddress": "205.33.24.92", "status": {"errorCode": 0}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (X11; Linux i686) AppleWebKit/532.2 (KHTML, like Gecko) Chrome/21.0.853.0 Safari/532.2 Edge/89.19380", "deviceDetail": {"deviceId": "e395a3f4-8f2d-4170-804f-d3e13ce3151b", "displayName": "VANESSARAMIREZ-LT", "operatingSystem": "Windows 10", "browser": "Edge 89.19380", "trustType": "Azure AD registered"}, "location": {"city": "Kristinmouth", "state": "Norrisbury", "countryOrRegion": "XD", "geoCoordinates": {"latitude": 26.278784, "longitude": -92.042573}}, "correlationId": "458d51ae-b8e2-404f-b0b7-994cee246387", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "5495cd7f-59a3-4295-8c25-adb3b50af74a", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 142, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Adobe Identity Management Service", "resourceId": "db44226c-14ad-4d06-8c52-d39a532bfbc4", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 214655, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "CIIpw8T3OQok5wH0T2kPXNaEDKxbsCVjsZbGUyRcJEuijQ0Z", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": null, "rngcStatus": 0}}, {"time": "2022-08-19T03:38:11.008078Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "SignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "44.22.19.201", "correlationId": "e7833ba0-90ae-1000-b3ca-fda964a95cb5", "identity": "Joseph Taylor", "Level": 4, "location": "XN", "properties": {"id": "e3eb0cfb-966f-4577-9f37-6ff205ce6300", "createdDateTime": "2022-08-19T03:38:11.203078Z", "userDisplayName": "Joseph Taylor", "userPrincipalName": "jtaylor@domain.com", "userId": "af9847eb-c773-41ae-bf94-42747c5e986c", "appId": "439cf80c-f381-45bd-9b6a-a006882e7246", "appDisplayName": "Atlassian Cloud", "ipAddress": "44.22.19.201", "status": {"errorCode": 0, "additionalDetails": "MFA requirement satisfied by claim in the token"}, "clientAppUsed": "Browser", "userAgent": "Mozilla/5.0 (Linux; Android 2.3.5) AppleWebKit/532.2 (KHTML, like Gecko) Chrome/46.0.898.0 Safari/532.2 Edge/105.19198", "deviceDetail": {"deviceId": "76b96bd3-e5d7-49ee-b195-bf363facdb3d", "displayName": "JOSEPHTAYLOR-LT", "operatingSystem": "Windows 10", "browser": "Edge 105.19198", "isCompliant": true, "isManaged": true, "trustType": "Azure AD joined"}, "location": {"city": "Littlemouth", "state": "Alexanderfurt", "countryOrRegion": "XN", "geoCoordinates": {"latitude": 25.4437255, "longitude": -109.530885}}, "mfaDetail": {}, "correlationId": "59e6bfb2-0120-4783-8017-b40b90ca36af", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "f65808d6-cd97-4825-976f-a525dae4bcea", "isInteractive": true, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 195, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Atlassian Cloud", "resourceId": "c8eab36d-0a82-409d-8693-a8dabc997921", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 230297, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "DphUCwJT6mO2D2sNmFqeqGQlp2WZZ7z39M1dTlz6Udvh4qSO", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "2248d3ef-d7b8-4eb2-bd20-fb53f725bfe3", "rngcStatus": 0}}, {"time": "2022-08-19T03:42:27.406548Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "147.177.131.63", "correlationId": "87934859-64eb-4465-a16d-e72f6665d2ab", "identity": "Cassie Fernandez", "Level": 4, "location": "XR", "properties": {"id": "07e9bef6-9926-4484-b7b4-4a1574ee8d00", "createdDateTime": "2022-08-19T03:42:27.497548Z", "userDisplayName": "Cassie Fernandez", "userPrincipalName": "cfernandez@domain.com", "userId": "67ef8be6-3f44-4db7-8172-fd6211428c1e", "appId": "9167c284-c68f-468a-84be-0ee4f23879fe", "appDisplayName": "ArcGIS Enterprise", "ipAddress": "147.177.131.63", "status": {"errorCode": 0}, "clientAppUsed": "Mobile Apps and Desktop clients", "deviceDetail": {"deviceId": "", "operatingSystem": "Ios", "browser": "Mobile Safari"}, "location": {"city": "Samanthaberg", "state": "Smithton", "countryOrRegion": "XR", "geoCoordinates": {"latitude": -42.614565, "longitude": 110.302069}}, "correlationId": "a8d3527f-f83d-42d4-8ab8-b6cd5c4a26e4", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "ee238a5e-963b-4c05-b735-0f80997dc4a8", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 91, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "ArcGIS Enterprise Service", "resourceId": "bca2b487-3a6c-440f-b1b7-a15b02771ad0", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 432564, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "nIxOe6iuZ1LIqoyhtuEGt7bqNAvkUZnpZedHdWUXS9KcwGo2", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "4da47dd4-556d-4ba4-9847-c1850930ab5e", "rngcStatus": 0}}, {"time": "2022-08-19T03:51:06.795623Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "42.62.103.34", "correlationId": "6324f3c1-c528-4f44-8755-037c03e47bcd", "identity": "Joseph Taylor", "Level": 4, "location": "XF", "properties": {"id": "0e90a778-2cf2-4eee-b19f-bc6d981f9400", "createdDateTime": "2022-08-19T03:51:06.957623Z", "userDisplayName": "Joseph Taylor", "userPrincipalName": "jtaylor@domain.com", "userId": "af9847eb-c773-41ae-bf94-42747c5e986c", "appId": "bf2855c0-7434-4262-8885-ad2f5206d324", "appDisplayName": "COINS Construction Cloud - Project and Productivity Apps", "ipAddress": "42.62.103.34", "status": {"errorCode": 0, "additionalDetails": "MFA requirement satisfied by claim in the token"}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (iPad; CPU iPad OS 9_3_6 like Mac OS X) AppleWebKit/536.1 (KHTML, like Gecko) CriOS/42.0.865.0 Mobile/77O124 Safari/536.1 Edge/99.14477", "deviceDetail": {"deviceId": "76b96bd3-e5d7-49ee-b195-bf363facdb3d", "displayName": "JOSEPHTAYLOR-LT", "operatingSystem": "Windows 10", "browser": "Edge 99.14477", "isCompliant": true, "isManaged": true, "trustType": "Azure AD joined"}, "location": {"city": "Jessicafurt", "state": "Smithbury", "countryOrRegion": "XF", "geoCoordinates": {"latitude": 17.5082395, "longitude": -115.304215}}, "mfaDetail": {}, "correlationId": "e3463e8f-0bee-4210-8f5b-d390f7fc35da", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "4cfb89e2-0132-4da9-9d2f-525569e4b19b", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 162, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "COINS Construction Cloud - Project and Productivity Apps Service", "resourceId": "436260d5-3791-4aea-a4da-aa698ec35f2f", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 393508, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "pGdtbts128Bn9BTN7tSPea6gK5sdh0VgrqHjRGRXcsdwgyZf", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "94b9f3ba-5f4b-4edc-99dc-a420b76960f9", "rngcStatus": 0}}, {"time": "2022-08-19T04:04:41.886577Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "147.132.189.119", "correlationId": "f173a400-f538-4b4f-b674-02076e09a181", "identity": "Terry Proctor", "Level": 4, "location": "XR", "properties": {"id": "444f54e0-e5b3-4eda-8063-00d2db9e8200", "createdDateTime": "2022-08-19T04:04:41.982577Z", "userDisplayName": "Terry Proctor", "userPrincipalName": "tproctor@domain.com", "userId": "03110cc5-e54f-4dae-b68a-bf5d945f8152", "appId": "2eae4ad1-8cae-48fe-b718-76bd66e2fc7f", "appDisplayName": "Bipsync", "ipAddress": "147.132.189.119", "status": {"errorCode": 0, "additionalDetails": "MFA requirement satisfied by claim in the token"}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (X11; Linux i686) AppleWebKit/533.0 (KHTML, like Gecko) Chrome/24.0.803.0 Safari/533.0 Edge/40.11325", "deviceDetail": {"deviceId": "88ee69d5-1eb7-4f29-b594-e9b4e3371940", "displayName": "TERRYPROCTOR-LT", "operatingSystem": "Windows 10", "browser": "Edge 40.11325", "isCompliant": true, "isManaged": true, "trustType": "Azure AD joined"}, "location": {"city": "Port Denisetown", "state": "Smithton", "countryOrRegion": "XR", "geoCoordinates": {"latitude": 3.5518965, "longitude": 131.871582}}, "mfaDetail": {}, "correlationId": "443e5efe-031d-4b83-8040-d4090711e2b1", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "1e3eff8d-ee7a-4da3-ac8a-3b43d3c12c93", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 96, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Bipsync Service", "resourceId": "819aa3ed-3b63-4925-8388-0b8d41022941", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 256668, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "4tiy9kgkxJuXyT1Dz4SJFRxWHcOvurH2lMIxY0q52PaLOd5z", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "7f0c9abd-8b0d-4973-8675-a495454c0c86", "rngcStatus": 0}}, {"time": "2022-08-19T04:05:20.894880Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "42.62.103.34", "correlationId": "8aa548e6-8c2e-408f-a8cd-ee39ffc12b52", "identity": "Joseph Taylor", "Level": 4, "location": "XF", "properties": {"id": "fabc4b93-f662-4478-a5a8-a2ce8fee7700", "createdDateTime": "2022-08-19T04:05:21.023880Z", "userDisplayName": "Joseph Taylor", "userPrincipalName": "jtaylor@domain.com", "userId": "af9847eb-c773-41ae-bf94-42747c5e986c", "appId": "84f18b4b-ae12-484a-847f-f3e36093594a", "appDisplayName": "Slack", "ipAddress": "42.62.103.34", "status": {"errorCode": 0, "additionalDetails": "MFA requirement satisfied by claim in the token"}, "clientAppUsed": "Browser", "deviceDetail": {"deviceId": "76b96bd3-e5d7-49ee-b195-bf363facdb3d", "displayName": "JOSEPHTAYLOR-LT", "operatingSystem": "Windows", "isCompliant": true, "isManaged": true, "trustType": "Azure AD joined"}, "location": {"city": "Jessicafurt", "state": "Smithbury", "countryOrRegion": "XF", "geoCoordinates": {"latitude": 17.5082395, "longitude": -115.304215}}, "mfaDetail": {}, "correlationId": "17b54431-203a-49c4-aeee-226b8b587e47", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "0ba3576c-02bf-4276-9136-4d3c0ef02d21", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 129, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Slack Service", "resourceId": "8f48cb66-a128-4a4b-8f76-3073c7c219d5", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 393508, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "cLhw0zSLt183ypyfljGD2DqDLYAUyRkskebzKJtvnCXYxcNd", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": null, "rngcStatus": 0}}, {"time": "2022-08-19T04:10:38.196464Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "50158", "resultSignature": "None", "resultDescription": "External security challenge was not satisfied.", "durationMs": 0, "callerIpAddress": "166.105.218.213", "correlationId": "c9436bac-c32b-4ee3-8745-14dd3b7b3131", "identity": "Thomas Price", "Level": 4, "location": "XR", "properties": {"id": "59de31d3-9b3e-4d48-a206-9ae7c2386300", "createdDateTime": "2022-08-19T04:10:38.329464Z", "userDisplayName": "Thomas Price", "userPrincipalName": "tprice@domain.com", "userId": "32109ee2-ee4f-4d11-9c38-2556aec0f2b5", "appId": "9a7e67c7-6f05-42a3-b226-97c7ec3e9696", "appDisplayName": "Adobe Identity Management", "ipAddress": "166.105.218.213", "status": {"errorCode": 50158, "failureReason": "External security challenge was not satisfied."}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (X11; Linux i686) AppleWebKit/535.2 (KHTML, like Gecko) Chrome/22.0.843.0 Safari/535.2 Edge/118.12158", "deviceDetail": {"deviceId": "81ad31fb-e9be-4498-b1b2-c62f8fae1a77", "displayName": "THOMASPRICE-LT", "operatingSystem": "Windows 10", "browser": "Edge 118.12158", "trustType": "Hybrid Azure AD joined"}, "location": {"city": "Kevinton", "state": "Smithton", "countryOrRegion": "XR", "geoCoordinates": {"latitude": -87.5106305, "longitude": -77.991036}}, "correlationId": "d585a35a-bcf2-4a1e-aa47-ec4c31009145", "conditionalAccessStatus": "failure", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "9c2ddf8b-1669-4022-b1cb-bb1c1809aac2", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 133, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Adobe Identity Management Service", "resourceId": "30663ca7-f8a9-43ab-8ca1-7906bdbc1485", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 256668, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "HChsNYNflJFMn2FjZxXCEqaq0eTY2Z8Utp1MeBijL01KhOVa", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "a6c259e5-7f16-48b2-a9f3-75becd6daa9b", "rngcStatus": 0}}, {"time": "2022-08-19T04:26:28.623119Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "50158", "resultSignature": "None", "resultDescription": "External security challenge was not satisfied.", "durationMs": 0, "callerIpAddress": "147.132.189.119", "correlationId": "829e8196-9080-4536-8b03-f893040cfe95", "identity": "Terry Proctor", "Level": 4, "location": "XR", "properties": {"id": "61a4e203-e55e-4977-9b6d-18487d746900", "createdDateTime": "2022-08-19T04:26:28.751119Z", "userDisplayName": "Terry Proctor", "userPrincipalName": "tproctor@domain.com", "userId": "03110cc5-e54f-4dae-b68a-bf5d945f8152", "appId": "9d794ea1-8d77-42e3-9fdd-6fd3620d616a", "appDisplayName": "Alaya", "ipAddress": "147.132.189.119", "status": {"errorCode": 50158, "failureReason": "External security challenge was not satisfied.", "additionalDetails": "MFA requirement satisfied by claim in the token"}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (X11; Linux i686) AppleWebKit/533.0 (KHTML, like Gecko) Chrome/24.0.803.0 Safari/533.0 Edge/40.11325", "deviceDetail": {"deviceId": "88ee69d5-1eb7-4f29-b594-e9b4e3371940", "displayName": "TERRYPROCTOR-LT", "operatingSystem": "Windows 10", "browser": "Edge 40.11325", "isCompliant": true, "isManaged": true, "trustType": "Azure AD joined"}, "location": {"city": "Port Denisetown", "state": "Smithton", "countryOrRegion": "XR", "geoCoordinates": {"latitude": 3.5518965, "longitude": 131.871582}}, "mfaDetail": {}, "correlationId": "b8b35130-2e58-4512-948c-047eed9720bb", "conditionalAccessStatus": "failure", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "303ae195-41ca-4a2c-902d-d242200e9919", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 128, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Alaya Service", "resourceId": "2c3383ff-432a-49ee-bb8b-8699a7d0416f", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 256668, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "BlgphebW49I7UbkRUDtsaVqS5Kyli1LWeFfDg5LCqh5pdbGs", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "35efb8e5-3b35-4a86-b7ce-660b69bfa773", "rngcStatus": 0}}, {"time": "2022-08-19T04:30:23.168125Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "166.111.151.233", "correlationId": "b37009d0-1a50-4912-b7bb-87f722f0f0fd", "identity": "Robert Rojas", "Level": 4, "location": "XR", "properties": {"id": "96843c4e-d6c8-49c6-9d20-641288837200", "createdDateTime": "2022-08-19T04:30:23.281125Z", "userDisplayName": "Robert Rojas", "userPrincipalName": "rrojas@domain.com", "userId": "e6bf534a-7fe5-4c26-99f7-59e782bbe948", "appId": "9167c284-c68f-468a-84be-0ee4f23879fe", "appDisplayName": "ArcGIS Enterprise", "ipAddress": "166.111.151.233", "status": {"errorCode": 0}, "clientAppUsed": "Mobile Apps and Desktop clients", "deviceDetail": {"deviceId": "", "operatingSystem": "Ios", "browser": "Mobile Safari"}, "location": {"city": "Stewarthaven", "state": "Smithton", "countryOrRegion": "XR", "geoCoordinates": {"latitude": -77.5119755, "longitude": -51.969667}}, "correlationId": "12f83432-46b3-4fe7-9dc6-e236d13dd1f5", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "244958a4-e953-4325-9a25-0c3714103ee5", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 113, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "ArcGIS Enterprise Service", "resourceId": "72f0186d-d327-46c9-a8ff-497e0caa8691", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 34974, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "AMc5MQe7H1rdr0mzD9oHj0PkNEXOPhrclKSZwWujkq2kK5fv", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": null, "rngcStatus": 0}}, {"time": "2022-08-19T04:46:19.288688Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "156.206.181.119", "correlationId": "0304bc7d-fd16-43d7-aead-a262ed55e07c", "identity": "Cynthia Perry", "Level": 4, "location": "XY", "properties": {"id": "8f0104bc-cf9f-4ec7-a1f4-ae8447097100", "createdDateTime": "2022-08-19T04:46:19.422688Z", "userDisplayName": "Cynthia Perry", "userPrincipalName": "cperry@domain.com", "userId": "ac5fa380-9d5b-470e-beb2-5ba10aca48e6", "appId": "9de6e985-97a5-4d82-9c45-aedaa9c25ef9", "appDisplayName": "AWS Single-Account Access", "ipAddress": "156.206.181.119", "status": {"errorCode": 0}, "clientAppUsed": "Browser", "deviceDetail": {"deviceId": "", "operatingSystem": "Windows"}, "location": {"city": "Hannaville", "state": "Thomashaven", "countryOrRegion": "XY", "geoCoordinates": {"latitude": 1.1452695, "longitude": 128.249211}}, "correlationId": "e59e98fb-b96e-4c05-a4da-4c82135652b2", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "c5c74d9b-34b1-439b-8297-69df3c9515e3", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 134, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "AWS Single-Account Access Service", "resourceId": "c65cf5f9-5537-4200-889e-381c4f60ca7d", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 279165, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "S4mWPhVVopS9TJUYkO8i32ohfzR7POUS6pawHxrpv0h6mMHj", "incomingTokenType": "none", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": null, "rngcStatus": 0}}, {"time": "2022-08-19T04:46:27.720965Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "42.62.103.34", "correlationId": "9b4328d6-5bb2-4b9a-91cf-d4bfd2d47149", "identity": "Joseph Taylor", "Level": 4, "location": "XF", "properties": {"id": "a6ae8eb8-8aea-4e1d-a5ac-692645598900", "createdDateTime": "2022-08-19T04:46:27.852965Z", "userDisplayName": "Joseph Taylor", "userPrincipalName": "jtaylor@domain.com", "userId": "af9847eb-c773-41ae-bf94-42747c5e986c", "appId": "dbe6b779-13df-45f2-a6d7-1323485479f6", "appDisplayName": "Cisco Webex", "ipAddress": "42.62.103.34", "status": {"errorCode": 0, "additionalDetails": "MFA requirement satisfied by claim in the token"}, "clientAppUsed": "Browser", "deviceDetail": {"deviceId": "76b96bd3-e5d7-49ee-b195-bf363facdb3d", "displayName": "JOSEPHTAYLOR-LT", "operatingSystem": "Windows 8", "browser": "Rich Client 5.2.0.0", "isCompliant": true, "isManaged": true, "trustType": "Azure AD joined"}, "location": {"city": "Jessicafurt", "state": "Smithbury", "countryOrRegion": "XF", "geoCoordinates": {"latitude": 17.5082395, "longitude": -115.304215}}, "mfaDetail": {}, "correlationId": "89088244-7663-4c28-97b3-422deabf6cd1", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "dc75df46-8dae-4bad-a450-deb5d97340c8", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 132, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Cisco Webex Service", "resourceId": "c8eab36d-0a82-409d-8693-a8dabc997921", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 393508, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "yPrRUfdKhmLlEjbUnCh3naMT7zFAzegj6P6lIqL3lVNyxnLK", "incomingTokenType": "none", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "2248d3ef-d7b8-4eb2-bd20-fb53f725bfe3", "rngcStatus": 0}}, {"time": "2022-08-19T04:51:55.388004Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "13.113.40.157", "correlationId": "6c2116c7-9a36-41fd-9834-7fb6e964e382", "identity": "Attack Target", "Level": 4, "location": "XR", "properties": {"id": "cccd28fb-54dc-41cc-bb11-f60252696600", "createdDateTime": "2022-08-19T04:51:55.593004Z", "userDisplayName": "Attack Target", "userPrincipalName": "attacktarget@domain.com", "userId": "d735e84b-dcca-404d-9f7d-700f360f41a6", "appId": "9a7e67c7-6f05-42a3-b226-97c7ec3e9696", "appDisplayName": "Adobe Identity Management", "ipAddress": "13.113.40.157", "status": {"errorCode": 0}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (iPad; CPU iPad OS 9_3_6 like Mac OS X) AppleWebKit/536.1 (KHTML, like Gecko) CriOS/42.0.865.0 Mobile/77O124 Safari/536.1 Edge/99.14477", "deviceDetail": {"deviceId": "a44625dc-6f81-449a-9799-8005f7209b42", "displayName": "ATTACKTARGET-LT", "operatingSystem": "Windows 10", "browser": "Edge 99.14477", "trustType": "Azure AD registered"}, "location": {"city": "Smithfort", "state": "Smithfort", "countryOrRegion": "XR", "geoCoordinates": {"latitude": 3.7564095, "longitude": -121.574606}}, "correlationId": "d32118e6-36cb-4f0a-9bb6-2b0eb1fc2fa5", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "16a471db-c56b-4a76-8bfd-7668c3d9b5e0", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 205, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Adobe Identity Management Service", "resourceId": "7d6a0897-8b82-49e9-90e2-d482fb9202bd", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 34974, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "jJtWAwuXhSAMoPaUXdximCT2fkqQIbFCP2IPOtK2KpcFT8S3", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "537d9419-7e2b-4778-9102-62256bcfcf45", "rngcStatus": 0}}, {"time": "2022-08-19T04:54:11.966951Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "63.94.19.180", "correlationId": "ea784e5f-5058-4052-8c20-b74c0cdbce6f", "identity": "Vanessa Ramirez", "Level": 4, "location": "XD", "properties": {"id": "347c88b3-df86-4da9-999e-83af996f5d00", "createdDateTime": "2022-08-19T04:54:12.083951Z", "userDisplayName": "Vanessa Ramirez", "userPrincipalName": "vramirez@domain.com", "userId": "5d72b7ed-62ea-4b94-b931-ccef65d71ebd", "appId": "dbe6b779-13df-45f2-a6d7-1323485479f6", "appDisplayName": "Cisco Webex", "ipAddress": "63.94.19.180", "status": {"errorCode": 0}, "clientAppUsed": "Browser", "deviceDetail": {"deviceId": "", "operatingSystem": "Ios", "browser": "Rich Client 4.38.0.0"}, "location": {"city": "New James", "state": "Norrisbury", "countryOrRegion": "XD", "geoCoordinates": {"latitude": 64.5727225, "longitude": 92.661569}}, "correlationId": "33979e4a-0762-4aa7-90e5-d28f8f8ae37f", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "e1577e2d-9493-41d2-a38b-919a291d7486", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "processingTimeInMilliseconds": 117, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Cisco Webex Service", "resourceId": "30663ca7-f8a9-43ab-8ca1-7906bdbc1485", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 45904, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "5PEbcymRdVXETzyv7dJhhE30VUfJiJFuuz7XFDdxIzEpmf00", "incomingTokenType": "none", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "a6c259e5-7f16-48b2-a9f3-75becd6daa9b"}}, {"time": "2022-08-19T06:15:54.060194Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "156.206.181.119", "correlationId": "6b1e4d94-88eb-49e5-b8e0-bc3c2f101ec5", "identity": "Cynthia Perry", "Level": 4, "location": "XY", "properties": {"id": "5960508f-6c99-4371-9d17-a215dc285b00", "createdDateTime": "2022-08-19T06:15:54.168194Z", "userDisplayName": "Cynthia Perry", "userPrincipalName": "cperry@domain.com", "userId": "ac5fa380-9d5b-470e-beb2-5ba10aca48e6", "appId": "9de6e985-97a5-4d82-9c45-aedaa9c25ef9", "appDisplayName": "AWS Single-Account Access", "ipAddress": "156.206.181.119", "status": {"errorCode": 0}, "clientAppUsed": "Browser", "deviceDetail": {"deviceId": "", "operatingSystem": "Windows"}, "location": {"city": "Hannaville", "state": "Thomashaven", "countryOrRegion": "XY", "geoCoordinates": {"latitude": 1.1452695, "longitude": 128.249211}}, "correlationId": "c6d26e9c-e60c-4fe3-8785-8cdd459127a3", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "6c5c7307-8c3e-414f-8ba6-b32327e4e8db", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 108, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "AWS Single-Account Access Service", "resourceId": "9a84f55e-3a40-492c-9476-e069f64ed7a6", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 279165, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "LqOCTpnv8b91dOaUN6sElpSmh6r7VXgJfye2DJep0kzkewnV", "incomingTokenType": "none", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "37ee873b-f901-4e25-be69-010243106d0f", "rngcStatus": 0}}, {"time": "2022-08-19T06:25:19.273482Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "156.206.181.119", "correlationId": "011c8d3d-8dcf-4cc6-a089-6248c5b04075", "identity": "Cynthia Perry", "Level": 4, "location": "XY", "properties": {"id": "6473c500-d394-4e1a-accb-47d7a5b94a00", "createdDateTime": "2022-08-19T06:25:19.390482Z", "userDisplayName": "Cynthia Perry", "userPrincipalName": "cperry@domain.com", "userId": "ac5fa380-9d5b-470e-beb2-5ba10aca48e6", "appId": "9de6e985-97a5-4d82-9c45-aedaa9c25ef9", "appDisplayName": "AWS Single-Account Access", "ipAddress": "156.206.181.119", "status": {"errorCode": 0}, "clientAppUsed": "Browser", "deviceDetail": {"deviceId": "", "operatingSystem": "Windows"}, "location": {"city": "Hannaville", "state": "Thomashaven", "countryOrRegion": "XY", "geoCoordinates": {"latitude": 1.1452695, "longitude": 128.249211}}, "correlationId": "a50bb1c7-2fb0-44f7-b44d-e8634d85bbda", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "64542bcd-2927-4a2d-a2f9-a2293237f2e3", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "processingTimeInMilliseconds": 117, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "AWS Single-Account Access Service", "resourceId": "f0630e90-b752-4960-bfb9-a0794fc34930", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 279165, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "uDOHQ1bNdmlpXpGpF9v9a4O4sExtQNelbCQegwbO1DpXUKlt", "incomingTokenType": "none", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "1f37c851-4be4-455b-928a-fbde7845a68a"}}, {"time": "2022-08-19T07:11:40.855994Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "105.169.153.183", "correlationId": "680bb158-d015-4c14-934a-2234ab2fa989", "identity": "Jim Gonzalez", "Level": 4, "location": "XR", "properties": {"id": "b2eaf7a7-4585-4df8-ad0b-b86936fb5000", "createdDateTime": "2022-08-19T07:11:41.021994Z", "userDisplayName": "Jim Gonzalez", "userPrincipalName": "jgonzalez@domain.com", "userId": "95090045-a9c5-489c-adee-2db430a3333a", "appId": "b6eb5487-41e5-4254-acc5-72fbd850bd1e", "appDisplayName": "Google Cloud / G Suite Connector by Microsoft", "ipAddress": "105.169.153.183", "status": {"errorCode": 0}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (Windows NT 4.0) AppleWebKit/532.1 (KHTML, like Gecko) Chrome/38.0.801.0 Safari/532.1 Edge/19.15284", "deviceDetail": {"deviceId": "15135d1f-cb47-4bd8-b76d-90a9171c09bd", "displayName": "JIMGONZALEZ-LT", "operatingSystem": "Windows 10", "browser": "Edge 19.15284", "trustType": "Azure AD registered"}, "location": {"city": "Kevinton", "state": "Smithton", "countryOrRegion": "XR", "geoCoordinates": {"latitude": -87.5106305, "longitude": -77.991036}}, "correlationId": "75f81d34-4d7c-4b88-9262-2b4ab8055c54", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "5a9fd2a3-ff06-49de-8d97-7711dddbae29", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "processingTimeInMilliseconds": 166, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Google Cloud / G Suite Connector by Microsoft Service", "resourceId": "47e06079-6a63-42ab-89ea-840a60f3ea94", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 256668, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "3v0S4r03SgWhWu0BvliCZXVUuce3qo4fSCODoAT7QlmamKXh", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "af115473-a920-4919-a03a-7215ca304189"}}, {"time": "2022-08-19T08:11:24.785852Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "91.132.253.146", "correlationId": "532a01c6-d28a-4d94-8fee-89b24d0a537a", "identity": "Aaron Cole", "Level": 4, "location": "XD", "properties": {"id": "8ce5a0bd-0152-4534-b5b5-f7a484545400", "createdDateTime": "2022-08-19T08:11:25.062852Z", "userDisplayName": "Aaron Cole", "userPrincipalName": "acole@domain.com", "userId": "5d557969-1645-4ba4-be83-b6fd943659f7", "appId": "1b3edb90-1e06-46db-b021-e2fc1f7ddaf5", "appDisplayName": "Beatrust", "ipAddress": "91.132.253.146", "status": {"errorCode": 0}, "clientAppUsed": "Browser", "deviceDetail": {"deviceId": "", "operatingSystem": "Windows 10", "browser": "Rich Client 5.2.7.0"}, "location": {"city": "Rickshire", "state": "Norrisbury", "countryOrRegion": "XD", "geoCoordinates": {"latitude": -78.5751045, "longitude": 58.329246}}, "correlationId": "bdd17852-a541-4626-9c7f-7c1d26e914ff", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "c7642459-965b-4410-8c55-d949dfcdd701", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "processingTimeInMilliseconds": 277, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Beatrust", "resourceId": "042c3df9-f692-4971-8c0b-72867fa422dd", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 214655, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "AzLv1p3fcBUaAouzI8Lgnl6iCm3VN3asJoQhwBxkm1TXef8Q", "incomingTokenType": "none", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "9dab86e5-2edb-4073-bed1-a1b309638aa2"}}, {"time": "2022-08-19T08:17:35.391428Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "SignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "199.12.127.103", "correlationId": "150e0349-c887-466a-ac19-10ca99f93a94", "identity": "Jacob Meyers", "Level": 4, "location": "XG", "properties": {"id": "f505147a-5077-45f0-a7a3-a6b41ea77000", "createdDateTime": "2022-08-19T08:17:35.487428Z", "userDisplayName": "Jacob Meyers", "userPrincipalName": "jmeyers@domain.com", "userId": "c63a67b0-1651-4a8a-9560-cc703cdad5ad", "appId": "1b3edb90-1e06-46db-b021-e2fc1f7ddaf5", "appDisplayName": "Beatrust", "ipAddress": "199.12.127.103", "status": {"errorCode": 0}, "clientAppUsed": "Browser", "userAgent": "Mozilla/5.0 (Windows NT 5.1) AppleWebKit/534.1 (KHTML, like Gecko) Chrome/37.0.847.0 Safari/534.1", "deviceDetail": {"deviceId": "", "operatingSystem": "Windows 10", "browser": "Chrome 37.0.847.0"}, "location": {"city": "Port Nathan", "state": "Newmanville", "countryOrRegion": "XG", "geoCoordinates": {"latitude": 23.244641, "longitude": -113.392021}}, "correlationId": "920b6652-667d-40ce-b2b4-975d4d2889c8", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "e970ea85-5827-4125-9429-78182a45eacd", "isInteractive": true, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 96, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Beatrust Service", "resourceId": "24578515-1951-4064-967d-0d2acaf0aa70", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 282405, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "j0R8yRKWjysDFWoHwPGMsg7e3Nf6te0RCF7KSX8oSR5IYqXW", "incomingTokenType": "none", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "0e68752b-7dfa-400b-a6f5-1b54af90696a", "rngcStatus": 0}}, {"time": "2022-08-19T08:28:26.578325Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "53003", "resultSignature": "None", "resultDescription": "Access has been blocked due to conditional access policies.", "durationMs": 0, "callerIpAddress": "138.247.69.0", "correlationId": "2a2762cb-8ecd-400b-abb8-a12cd858540c", "identity": "Amy Anderson", "Level": 4, "location": "XG", "properties": {"id": "9f7f3879-a105-4f16-b077-c1dbd3aa3d00", "createdDateTime": "2022-08-19T08:28:28.572325Z", "userDisplayName": "Amy Anderson", "userPrincipalName": "aanderson@domain.com", "userId": "8075903b-a43c-46f2-8c31-82f488ccff67", "appId": "9a7e67c7-6f05-42a3-b226-97c7ec3e9696", "appDisplayName": "Adobe Identity Management", "ipAddress": "138.247.69.0", "status": {"errorCode": 53003, "failureReason": "Access has been blocked due to conditional access policies."}, "userAgent": "Mozilla/5.0 (Windows NT 4.0) AppleWebKit/531.1 (KHTML, like Gecko) Chrome/20.0.823.0 Safari/531.1 Edge/87.11424", "deviceDetail": {"deviceId": "d873fe16-31ed-4171-baa4-a4662f307e1f", "displayName": "AMYANDERSON-LT", "operatingSystem": "Windows 10", "browser": "Edge 87.11424", "trustType": "Azure AD registered"}, "location": {"city": "East Ericfort", "state": "Newmanville", "countryOrRegion": "XG", "geoCoordinates": {"latitude": 48.7022085, "longitude": 54.982601}}, "correlationId": "f6f8ec9e-4d92-48d2-95a1-9b61b5d9f293", "conditionalAccessStatus": "notApplied", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "ea9b32f3-51a7-4d94-9709-17620bb19374", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 1994, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Adobe Identity Management Service", "resourceId": "c8eab36d-0a82-409d-8693-a8dabc997921", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 124857, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "U2EoU8w7A3mmqj5dw7EtaAsM7LYAjIyBwxYUDkshqt26oi7j", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "7dd08479-05c3-4004-ab92-d4ea68209b5f", "rngcStatus": 0}}, {"time": "2022-08-19T08:47:50.171377Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "13.113.40.157", "correlationId": "d38a6ea6-dd4e-4533-b2a5-31357c424dca", "identity": "Attack Target", "Level": 4, "location": "XR", "properties": {"id": "23856212-0a3a-4f29-a3b7-e176284b9800", "createdDateTime": "2022-08-19T08:47:50.287377Z", "userDisplayName": "Attack Target", "userPrincipalName": "attacktarget@domain.com", "userId": "d735e84b-dcca-404d-9f7d-700f360f41a6", "appId": "9a7e67c7-6f05-42a3-b226-97c7ec3e9696", "appDisplayName": "Adobe Identity Management", "ipAddress": "13.113.40.157", "ipAddressFromResourceProvider": "13.113.40.157", "status": {"errorCode": 0}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (iPad; CPU iPad OS 9_3_6 like Mac OS X) AppleWebKit/536.1 (KHTML, like Gecko) CriOS/42.0.865.0 Mobile/77O124 Safari/536.1 Edge/99.14477", "deviceDetail": {"deviceId": "a44625dc-6f81-449a-9799-8005f7209b42", "displayName": "ATTACKTARGET-LT", "operatingSystem": "Windows 10", "browser": "Edge 99.14477", "trustType": "Azure AD registered"}, "location": {"city": "Smithfort", "state": "Smithfort", "countryOrRegion": "XR", "geoCoordinates": {"latitude": 3.7564095, "longitude": -121.574606}}, "correlationId": "fcc1fed6-798c-46ea-9b6f-0af2538ab12b", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "c3784dcc-2afd-4a4d-8ecb-14680d1684fe", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 116, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Adobe Identity Management Service", "resourceId": "c8eab36d-0a82-409d-8693-a8dabc997921", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 34974, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "nKCccTe5Lj86OlLxIT0u4oWTfEt8vn53ktAK20T1zTxnwMSg", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "2248d3ef-d7b8-4eb2-bd20-fb53f725bfe3", "rngcStatus": 0}}, {"time": "2022-08-19T08:54:15.489983Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "44.22.19.201", "correlationId": "fafe1491-634f-4de7-be82-b57d53bd8aa6", "identity": "David Johnson", "Level": 4, "location": "XN", "properties": {"id": "5d857cb0-2921-4775-a7e5-e499214d9300", "createdDateTime": "2022-08-19T08:54:15.904983Z", "userDisplayName": "David Johnson", "userPrincipalName": "djohnson@domain.com", "userId": "ff2ae3d2-8cd2-4bd6-b65d-49c5ad946c7f", "appId": "9de6e985-97a5-4d82-9c45-aedaa9c25ef9", "appDisplayName": "AWS Single-Account Access", "ipAddress": "44.22.19.201", "status": {"errorCode": 0}, "clientAppUsed": "Browser", "deviceDetail": {"deviceId": "8fb0ff79-f116-4f20-8ca8-36b3f8d68865", "displayName": "DAVIDJOHNSON-LT", "operatingSystem": "Windows", "trustType": "Azure AD registered"}, "location": {"city": "Littlemouth", "state": "Alexanderfurt", "countryOrRegion": "XN", "geoCoordinates": {"latitude": 25.4437255, "longitude": -109.530885}}, "correlationId": "b9a301c1-c0f3-409f-b03b-cf59d60646ac", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "92da08c2-0a83-43d6-9534-e5bb0d3c75f8", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 415, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "AWS Single-Account Access Service", "resourceId": "c65cf5f9-5537-4200-889e-381c4f60ca7d", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 230297, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "Bqwl65aZ9KaJAc1IopiBq5pcWoQuMcg5k3LFTWcspXs6KCEM", "incomingTokenType": "none", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": null, "rngcStatus": 0}}, {"time": "2022-08-19T09:19:05.120611Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "44.22.19.201", "correlationId": "fd24a2e8-a8a3-4904-9b9b-87ebffc2967a", "identity": "David Johnson", "Level": 4, "location": "XN", "properties": {"id": "e69329df-c356-440d-a977-9ca7ccc98c00", "createdDateTime": "2022-08-19T09:19:05.281611Z", "userDisplayName": "David Johnson", "userPrincipalName": "djohnson@domain.com", "userId": "ff2ae3d2-8cd2-4bd6-b65d-49c5ad946c7f", "appId": "9de6e985-97a5-4d82-9c45-aedaa9c25ef9", "appDisplayName": "AWS Single-Account Access", "ipAddress": "44.22.19.201", "status": {"errorCode": 0}, "clientAppUsed": "Browser", "deviceDetail": {"deviceId": "8fb0ff79-f116-4f20-8ca8-36b3f8d68865", "displayName": "DAVIDJOHNSON-LT", "operatingSystem": "Windows", "trustType": "Azure AD registered"}, "location": {"city": "Littlemouth", "state": "Alexanderfurt", "countryOrRegion": "XN", "geoCoordinates": {"latitude": 25.4437255, "longitude": -109.530885}}, "correlationId": "66229b93-d6d6-475a-8631-d8cb67d4681b", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "8633d171-3cbf-43c1-b536-ad4adc42db27", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 161, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "AWS Single-Account Access Service", "resourceId": "f0630e90-b752-4960-bfb9-a0794fc34930", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 230297, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "ia2pq7oMgn0o6MnQply1nNKwvUWjMopo5GAXz1fPjoqPzlRz", "incomingTokenType": "none", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "1f37c851-4be4-455b-928a-fbde7845a68a", "rngcStatus": 0}}, {"time": "2022-08-19T09:26:50.728914Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "63.94.19.180", "correlationId": "13c2918c-e6f6-4877-980c-2de5ab5a5bef", "identity": "Vanessa Ramirez", "Level": 4, "location": "XD", "properties": {"id": "f76a87a3-7638-4ccc-9bfd-93d28fb36c00", "createdDateTime": "2022-08-19T09:26:50.821914Z", "userDisplayName": "Vanessa Ramirez", "userPrincipalName": "vramirez@domain.com", "userId": "5d72b7ed-62ea-4b94-b931-ccef65d71ebd", "appId": "e47a1d38-5f61-45cd-b1b9-bc92f525c598", "appDisplayName": "Altoura", "ipAddress": "63.94.19.180", "status": {"errorCode": 0}, "clientAppUsed": "Browser", "userAgent": "Mozilla/5.0 (Linux; Android 4.4.4) AppleWebKit/534.0 (KHTML, like Gecko) Chrome/55.0.839.0 Safari/534.0", "deviceDetail": {"deviceId": "", "operatingSystem": "MacOs", "browser": "Chrome 55.0.839.0"}, "location": {"city": "New James", "state": "Norrisbury", "countryOrRegion": "XD", "geoCoordinates": {"latitude": 64.5727225, "longitude": 92.661569}}, "correlationId": "50785bb7-62cd-4f64-8655-b0a5413e711b", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "f562b608-f26d-4f18-9089-3a49698320d7", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 93, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Altoura Online", "resourceId": "8a137ba4-52ae-4dbf-94af-2e56851573c4", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 45904, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "lCLmrWrKdbPB8Q2gnQvpsOQRdAVNvaeNHTNzms3UfghLIBLT", "incomingTokenType": "none", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": null, "rngcStatus": 0}}, {"time": "2022-08-19T09:43:49.485745Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "156.206.181.119", "correlationId": "69aaa440-6c49-49f0-8ad4-9e46e2e5d9f6", "identity": "Cynthia Perry", "Level": 4, "location": "XY", "properties": {"id": "cfcb865f-7e5f-417b-b8f8-3d1563cc7200", "createdDateTime": "2022-08-19T09:43:49.583745Z", "userDisplayName": "Cynthia Perry", "userPrincipalName": "cperry@domain.com", "userId": "ac5fa380-9d5b-470e-beb2-5ba10aca48e6", "appId": "9de6e985-97a5-4d82-9c45-aedaa9c25ef9", "appDisplayName": "AWS Single-Account Access", "ipAddress": "156.206.181.119", "status": {"errorCode": 0}, "clientAppUsed": "Browser", "deviceDetail": {"deviceId": "", "operatingSystem": "Windows"}, "location": {"city": "Hannaville", "state": "Thomashaven", "countryOrRegion": "XY", "geoCoordinates": {"latitude": 1.1452695, "longitude": 128.249211}}, "correlationId": "8add78e3-153f-46f5-89ab-b7c59b810f8e", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "0a444f36-5f2c-458b-a7e3-8c205e657e46", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 98, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "AWS Single-Account Access Service", "resourceId": "f0630e90-b752-4960-bfb9-a0794fc34930", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 279165, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "GGLZ7H2ihWE23ehgA9st2mwCa6eTLwyLgnpGK1scW4B1EEdV", "incomingTokenType": "none", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "1f37c851-4be4-455b-928a-fbde7845a68a", "rngcStatus": 0}}, {"time": "2022-08-19T09:45:46.055073Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "156.206.181.119", "correlationId": "eef14503-4bee-404e-97ec-485d79b70cb5", "identity": "Cynthia Perry", "Level": 4, "location": "XY", "properties": {"id": "140cf565-4047-4e65-9531-8c3c7a0f5000", "createdDateTime": "2022-08-19T09:45:46.182073Z", "userDisplayName": "Cynthia Perry", "userPrincipalName": "cperry@domain.com", "userId": "ac5fa380-9d5b-470e-beb2-5ba10aca48e6", "appId": "9de6e985-97a5-4d82-9c45-aedaa9c25ef9", "appDisplayName": "AWS Single-Account Access", "ipAddress": "156.206.181.119", "status": {"errorCode": 0}, "clientAppUsed": "Browser", "deviceDetail": {"deviceId": "", "operatingSystem": "Windows"}, "location": {"city": "Hannaville", "state": "Thomashaven", "countryOrRegion": "XY", "geoCoordinates": {"latitude": 1.1452695, "longitude": 128.249211}}, "correlationId": "712039d1-01f3-4466-96a8-7df18f63eefb", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "b4a1dcdb-6e7e-49c4-a5c4-e8b449cc40e1", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "processingTimeInMilliseconds": 127, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "AWS Single-Account Access Service", "resourceId": "c65cf5f9-5537-4200-889e-381c4f60ca7d", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 279165, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "o6iHIO4LONItRZLam794kiAG5NqQSDLYhUCoz06vmDznQP4u", "incomingTokenType": "none", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": null}}, {"time": "2022-08-19T09:55:23.803994Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "700082", "resultSignature": "None", "resultDescription": "Other", "durationMs": 0, "callerIpAddress": "17.245.234.112", "correlationId": "9eeb9fed-2771-4a50-aa02-40919f80bcc5", "identity": "Cynthia Perry", "Level": 4, "location": "XJ", "properties": {"id": "9fd4e587-f898-44c4-9cdb-b091549e6200", "createdDateTime": "2022-08-19T09:55:23.883994Z", "userDisplayName": "Cynthia Perry", "userPrincipalName": "cperry@domain.com", "userId": "ac5fa380-9d5b-470e-beb2-5ba10aca48e6", "appId": "9a7e67c7-6f05-42a3-b226-97c7ec3e9696", "appDisplayName": "Adobe Identity Management", "ipAddress": "17.245.234.112", "status": {"errorCode": 700082, "failureReason": "Other"}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (Linux; Android 4.4.3) AppleWebKit/533.2 (KHTML, like Gecko) Chrome/28.0.882.0 Safari/533.2 Edge/44.18413", "deviceDetail": {"deviceId": "235f0055-82f6-4737-a45d-94c0509dd53b", "displayName": "CYNTHIAPERRY-LT", "operatingSystem": "Windows 10", "browser": "Edge 44.18413", "trustType": "Azure AD registered"}, "location": {"city": "Espinozaborough", "state": "Earlport", "countryOrRegion": "XJ", "geoCoordinates": {"latitude": -76.873328, "longitude": -58.348238}}, "correlationId": "22171243-87de-4016-84cc-5c95b7414033", "conditionalAccessStatus": "notApplied", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "81369f6a-d140-4c8b-963d-a26397cf225d", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 80, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Adobe Identity Management Service", "resourceId": "2c3383ff-432a-49ee-bb8b-8699a7d0416f", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 81338, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "2F08EhuKvF3HYXKWPWrqKWFAn12xLeKEJBPz5jtwHv32XcBq", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "35efb8e5-3b35-4a86-b7ce-660b69bfa773", "rngcStatus": 0}}, {"time": "2022-08-19T10:10:42.226032Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "50158", "resultSignature": "None", "resultDescription": "External security challenge was not satisfied.", "durationMs": 0, "callerIpAddress": "44.22.19.201", "correlationId": "bd8b00ef-b723-4f1f-8667-8344d484e844", "identity": "Thomas Price", "Level": 4, "location": "XN", "properties": {"id": "4e6951e2-962b-4b78-9df6-14b274ce8600", "createdDateTime": "2022-08-19T10:10:42.339032Z", "userDisplayName": "Thomas Price", "userPrincipalName": "tprice@domain.com", "userId": "32109ee2-ee4f-4d11-9c38-2556aec0f2b5", "appId": "9a7e67c7-6f05-42a3-b226-97c7ec3e9696", "appDisplayName": "Adobe Identity Management", "ipAddress": "44.22.19.201", "status": {"errorCode": 50158, "failureReason": "External security challenge was not satisfied."}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (X11; Linux i686) AppleWebKit/535.2 (KHTML, like Gecko) Chrome/22.0.843.0 Safari/535.2 Edge/118.12158", "deviceDetail": {"deviceId": "a31478d2-f778-4d5a-b081-22579a9edcbe", "displayName": "THOMASPRICE-LT", "operatingSystem": "Windows 10", "browser": "Edge 118.12158", "trustType": "Hybrid Azure AD joined"}, "location": {"city": "Littlemouth", "state": "Alexanderfurt", "countryOrRegion": "XN", "geoCoordinates": {"latitude": 25.4437255, "longitude": -109.530885}}, "correlationId": "f6d09380-effb-4322-b62c-5eecb7435301", "conditionalAccessStatus": "failure", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "7c6da7e2-ea3d-4804-8cfb-097f05338d48", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 113, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Adobe Identity Management Service", "resourceId": "30663ca7-f8a9-43ab-8ca1-7906bdbc1485", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 230297, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "emVsyk3CtwMaqwCm8fGpfGXVMrsGB3SWHOJ5v8y21aGlLZQV", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "a6c259e5-7f16-48b2-a9f3-75becd6daa9b", "rngcStatus": 0}}, {"time": "2022-08-19T10:30:47.839156Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "105.169.153.183", "correlationId": "1688f7c5-86e5-4dce-8812-a20b8e0856a9", "identity": "Jim Gonzalez", "Level": 4, "location": "XR", "properties": {"id": "682e4218-20e2-44e1-afc7-1363c2555b00", "createdDateTime": "2022-08-19T10:30:47.979156Z", "userDisplayName": "Jim Gonzalez", "userPrincipalName": "jgonzalez@domain.com", "userId": "95090045-a9c5-489c-adee-2db430a3333a", "appId": "9de6e985-97a5-4d82-9c45-aedaa9c25ef9", "appDisplayName": "AWS Single-Account Access", "ipAddress": "105.169.153.183", "status": {"errorCode": 0}, "clientAppUsed": "Browser", "deviceDetail": {"deviceId": "15135d1f-cb47-4bd8-b76d-90a9171c09bd", "displayName": "JIMGONZALEZ-LT", "operatingSystem": "Windows", "trustType": "Azure AD registered"}, "location": {"city": "Kevinton", "state": "Smithton", "countryOrRegion": "XR", "geoCoordinates": {"latitude": -87.5106305, "longitude": -77.991036}}, "correlationId": "cfc0ac31-f640-4710-9e21-a3f38827cf31", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "123737e5-919f-495c-9c23-1a766859813c", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "processingTimeInMilliseconds": 140, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "AWS Single-Account Access Service", "resourceId": "9a84f55e-3a40-492c-9476-e069f64ed7a6", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 256668, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "fqdXIT1ZuC92WwcUU0szZ8UIfrHIu7TBA7CxFLPbYgpHrXFr", "incomingTokenType": "none", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "37ee873b-f901-4e25-be69-010243106d0f"}}, {"time": "2022-08-19T10:57:00.127037Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "50158", "resultSignature": "None", "resultDescription": "External security challenge was not satisfied.", "durationMs": 0, "callerIpAddress": "92.110.109.246", "correlationId": "de670b1b-d94a-4727-accf-4204a24eae96", "identity": "Thomas Price", "Level": 4, "location": "XR", "properties": {"id": "47feb9b1-20cd-45b9-b445-8c61fc696b00", "createdDateTime": "2022-08-19T10:57:00.255037Z", "userDisplayName": "Thomas Price", "userPrincipalName": "tprice@domain.com", "userId": "32109ee2-ee4f-4d11-9c38-2556aec0f2b5", "appId": "9a7e67c7-6f05-42a3-b226-97c7ec3e9696", "appDisplayName": "Adobe Identity Management", "ipAddress": "92.110.109.246", "status": {"errorCode": 50158, "failureReason": "External security challenge was not satisfied."}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (X11; Linux i686) AppleWebKit/535.2 (KHTML, like Gecko) Chrome/22.0.843.0 Safari/535.2 Edge/118.12158", "deviceDetail": {"deviceId": "0927e60c-8dfa-4ecf-be85-ad63bccf40a1", "displayName": "THOMASPRICE-LT", "operatingSystem": "Windows 10", "browser": "Edge 118.12158", "trustType": "Hybrid Azure AD joined"}, "location": {"city": "Port Denisetown", "state": "Smithton", "countryOrRegion": "XR", "geoCoordinates": {"latitude": 3.5518965, "longitude": 131.871582}}, "correlationId": "74b2b8f6-7e91-4d24-94e5-c6e32cd7d455", "conditionalAccessStatus": "failure", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "46587fa1-36b8-4269-afb1-48a1bfd4daf5", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 128, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Adobe Identity Management Service", "resourceId": "30663ca7-f8a9-43ab-8ca1-7906bdbc1485", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 230297, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "Uc1ylHWkUsX09ulqrVBu1I9tu00VshFUegUudAQMwhXaqn8K", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "a6c259e5-7f16-48b2-a9f3-75becd6daa9b", "rngcStatus": 0}}, {"time": "2022-08-19T11:00:16.150601Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "42.62.103.34", "correlationId": "cb3aab7b-8ed3-448a-b2d8-7424c4699d10", "identity": "Joseph Taylor", "Level": 4, "location": "XF", "properties": {"id": "6b98f00f-aa3d-46fc-af8a-c087e57f8600", "createdDateTime": "2022-08-19T11:00:16.367601Z", "userDisplayName": "Joseph Taylor", "userPrincipalName": "jtaylor@domain.com", "userId": "af9847eb-c773-41ae-bf94-42747c5e986c", "appId": "1b3edb90-1e06-46db-b021-e2fc1f7ddaf5", "appDisplayName": "Beatrust", "ipAddress": "42.62.103.34", "status": {"errorCode": 0, "additionalDetails": "MFA requirement satisfied by claim in the token"}, "clientAppUsed": "Browser", "deviceDetail": {"deviceId": "76b96bd3-e5d7-49ee-b195-bf363facdb3d", "displayName": "JOSEPHTAYLOR-LT", "operatingSystem": "Windows 10", "browser": "Rich Client 5.2.7.0", "isCompliant": true, "isManaged": true, "trustType": "Azure AD joined"}, "location": {"city": "Jessicafurt", "state": "Smithbury", "countryOrRegion": "XF", "geoCoordinates": {"latitude": 17.5082395, "longitude": -115.304215}}, "mfaDetail": {}, "correlationId": "79576d80-8a2a-42ec-89f4-48aeb3f2a55f", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "f234dab9-e900-4d90-9200-ad3f797e3b20", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 217, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Beatrust Service", "resourceId": "92637366-2070-40d9-922c-6d2567265cbc", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 393508, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "Urdg3Iv4Yk7fDZMGjLDZSZ6d5yFQJRlyVBzp4DwNm6H3cZ6J", "incomingTokenType": "none", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "aeb394f1-948a-4b5e-a047-7fa9627afd63", "rngcStatus": 0}}, {"time": "2022-08-19T11:05:53.857142Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "50158", "resultSignature": "None", "resultDescription": "External security challenge was not satisfied.", "durationMs": 0, "callerIpAddress": "92.110.109.246", "correlationId": "b3496fd3-9331-4e80-8b21-a0fb7585479d", "identity": "Thomas Price", "Level": 4, "location": "XR", "properties": {"id": "ffcaca16-51c9-4067-8710-403ca9bf7500", "createdDateTime": "2022-08-19T11:05:53.985142Z", "userDisplayName": "Thomas Price", "userPrincipalName": "tprice@domain.com", "userId": "32109ee2-ee4f-4d11-9c38-2556aec0f2b5", "appId": "9a7e67c7-6f05-42a3-b226-97c7ec3e9696", "appDisplayName": "Adobe Identity Management", "ipAddress": "92.110.109.246", "status": {"errorCode": 50158, "failureReason": "External security challenge was not satisfied."}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (X11; Linux i686) AppleWebKit/535.2 (KHTML, like Gecko) Chrome/22.0.843.0 Safari/535.2 Edge/118.12158", "deviceDetail": {"deviceId": "0927e60c-8dfa-4ecf-be85-ad63bccf40a1", "displayName": "THOMASPRICE-LT", "operatingSystem": "Windows 10", "browser": "Edge 118.12158", "trustType": "Hybrid Azure AD joined"}, "location": {"city": "Port Denisetown", "state": "Smithton", "countryOrRegion": "XR", "geoCoordinates": {"latitude": 3.5518965, "longitude": 131.871582}}, "correlationId": "06c73cd9-3ed4-41bf-94c1-3dfaf871f25d", "conditionalAccessStatus": "failure", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "fd212e91-89b9-45e2-adaf-72c2c98e64a7", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 128, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Adobe Identity Management Service", "resourceId": "30663ca7-f8a9-43ab-8ca1-7906bdbc1485", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 230297, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "bmkqdXbFN1rdvoQcf3B0o2KaaKSJOUWzClVRaNVX2tfGCHBg", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "a6c259e5-7f16-48b2-a9f3-75becd6daa9b", "rngcStatus": 0}}, {"time": "2022-08-19T11:09:01.823023Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "42.62.103.34", "correlationId": "40997189-c26d-42f9-86df-f6f77d51ba1a", "identity": "Joseph Taylor", "Level": 4, "location": "XF", "properties": {"id": "5259cb5f-38c9-4c6a-8382-7d46cd186900", "createdDateTime": "2022-08-19T11:09:01.953023Z", "userDisplayName": "Joseph Taylor", "userPrincipalName": "jtaylor@domain.com", "userId": "af9847eb-c773-41ae-bf94-42747c5e986c", "appId": "dbe6b779-13df-45f2-a6d7-1323485479f6", "appDisplayName": "Cisco Webex", "ipAddress": "42.62.103.34", "status": {"errorCode": 0, "additionalDetails": "MFA requirement satisfied by claim in the token"}, "clientAppUsed": "Browser", "deviceDetail": {"deviceId": "76b96bd3-e5d7-49ee-b195-bf363facdb3d", "displayName": "JOSEPHTAYLOR-LT", "operatingSystem": "Windows10", "browser": "Rich Client 4.38.0.0", "isCompliant": true, "isManaged": true, "trustType": "Azure AD joined"}, "location": {"city": "Jessicafurt", "state": "Smithbury", "countryOrRegion": "XF", "geoCoordinates": {"latitude": 17.5082395, "longitude": -115.304215}}, "mfaDetail": {}, "correlationId": "92a37808-e9ae-4f92-9c5b-843facde2a9b", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "125efec0-1f16-4d91-a3fb-a27460b8192a", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 130, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Cisco Webex Service", "resourceId": "30663ca7-f8a9-43ab-8ca1-7906bdbc1485", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 393508, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "JWjoo8yF1X90otDbaK8U5sCUZydpV2OsSgLUDBpexUvi4uID", "incomingTokenType": "none", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "a6c259e5-7f16-48b2-a9f3-75becd6daa9b", "rngcStatus": 0}}, {"time": "2022-08-19T11:34:38.121073Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "91.132.253.146", "correlationId": "6de04aa0-7e6e-4c7f-b783-7ceb7fbb7ec3", "identity": "Aaron Cole", "Level": 4, "location": "XD", "properties": {"id": "f4fa1a63-e0af-4531-86dc-163a35226800", "createdDateTime": "2022-08-19T11:34:38.192073Z", "userDisplayName": "Aaron Cole", "userPrincipalName": "acole@domain.com", "userId": "5d557969-1645-4ba4-be83-b6fd943659f7", "appId": "9d64cdda-8fe1-424a-8325-912d9d512004", "appDisplayName": "Help Scout", "ipAddress": "91.132.253.146", "status": {"errorCode": 0}, "clientAppUsed": "Browser", "userAgent": "Mozilla/5.0 (Linux; Android 2.3.5) AppleWebKit/532.2 (KHTML, like Gecko) Chrome/46.0.898.0 Safari/532.2 Edge/105.19198", "deviceDetail": {"deviceId": "", "operatingSystem": "Windows 10", "browser": "Edge 105.19198"}, "location": {"city": "Rickshire", "state": "Norrisbury", "countryOrRegion": "XD", "geoCoordinates": {"latitude": -78.5751045, "longitude": 58.329246}}, "correlationId": "720c8676-9869-44de-bca1-6ee90cacb8c7", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "535b7c9e-0426-4ac7-b949-e406d43c8ad3", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 71, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Help Scout Service", "resourceId": "042c3df9-f692-4971-8c0b-72867fa422dd", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 214655, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "EcF5v14RFYUwhTNnv1F9tNmLO3xiYPdNnjl7A5DvhQTTp9xq", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "9dab86e5-2edb-4073-bed1-a1b309638aa2", "rngcStatus": 0}}, {"time": "2022-08-19T11:35:33.444729Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "50173", "resultSignature": "None", "resultDescription": "Fresh auth token is needed. Have the user re-sign using fresh credentials.", "durationMs": 0, "callerIpAddress": "156.206.181.119", "correlationId": "7ac761e8-1c49-4e3a-8554-f8f108ff39f3", "identity": "Cynthia Perry", "Level": 4, "location": "XY", "properties": {"id": "1cd5ccc5-a4e9-487c-82c8-57d916026900", "createdDateTime": "2022-08-19T11:35:33.569729Z", "userDisplayName": "Cynthia Perry", "userPrincipalName": "cperry@domain.com", "userId": "ac5fa380-9d5b-470e-beb2-5ba10aca48e6", "appId": "bf2855c0-7434-4262-8885-ad2f5206d324", "appDisplayName": "COINS Construction Cloud - Project and Productivity Apps", "ipAddress": "156.206.181.119", "status": {"errorCode": 50173, "failureReason": "Fresh auth token is needed. Have the user re-sign using fresh credentials."}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (Windows NT 4.0) AppleWebKit/531.1 (KHTML, like Gecko) Chrome/20.0.823.0 Safari/531.1 Edge/87.11424", "deviceDetail": {"deviceId": "", "operatingSystem": "Windows 10", "browser": "Edge 87.11424"}, "location": {"city": "Hannaville", "state": "Thomashaven", "countryOrRegion": "XY", "geoCoordinates": {"latitude": 1.1452695, "longitude": 128.249211}}, "correlationId": "9a53e268-87c2-40ec-b6a5-6a5098bafd51", "conditionalAccessStatus": "notApplied", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "f2678c99-9070-44e5-b4a3-8555bca480d2", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 125, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "COINS Construction Cloud - Project and Productivity Apps Service", "resourceId": "7a8caa38-3454-4033-9b2e-0e69152cca1e", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 279165, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "FIW2WPywM21URsetQGCrv9kYpweTcm9ym40gsIdvQR78cE6S", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "7c9b147a-b2e2-42f4-8881-d000653c3411", "rngcStatus": 0}}, {"time": "2022-08-19T11:45:59.508866Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "50158", "resultSignature": "None", "resultDescription": "External security challenge was not satisfied.", "durationMs": 0, "callerIpAddress": "147.132.189.119", "correlationId": "1819912a-e6e4-4897-aebd-e08bfbf57f6b", "identity": "Cassie Fernandez", "Level": 4, "location": "XR", "properties": {"id": "528a72ae-c612-474f-a22e-2f69242e6e00", "createdDateTime": "2022-08-19T11:45:59.623866Z", "userDisplayName": "Cassie Fernandez", "userPrincipalName": "cfernandez@domain.com", "userId": "67ef8be6-3f44-4db7-8172-fd6211428c1e", "appId": "79510a8f-6421-4348-a2ea-bcc2b02485c1", "appDisplayName": "Cisco AnyConnect", "ipAddress": "147.132.189.119", "status": {"errorCode": 50158, "failureReason": "External security challenge was not satisfied."}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (iPad; CPU iPad OS 9_3_6 like Mac OS X) AppleWebKit/536.1 (KHTML, like Gecko) CriOS/42.0.865.0 Mobile/77O124 Safari/536.1 Edge/99.14477", "deviceDetail": {"deviceId": "bf67c857-685a-4457-89c4-db2afa581bd2", "displayName": "CASSIEFERNANDEZ-LT", "operatingSystem": "Windows 10", "browser": "Edge 99.14477", "trustType": "Hybrid Azure AD joined"}, "location": {"city": "Port Denisetown", "state": "Smithton", "countryOrRegion": "XR", "geoCoordinates": {"latitude": 3.5518965, "longitude": 131.871582}}, "correlationId": "127263c3-31ff-4bbe-ba2e-1174e656c7a9", "conditionalAccessStatus": "failure", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "f38caa11-17ff-4166-b5a1-081a1ec0be61", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 115, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Cisco AnyConnect Online", "resourceId": "5d5b8d28-6a28-472e-b837-a4094e466965", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 256668, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "ti7wKeLkGEx9viC0w8YPNagqmmSKRlASPffszyaLrZufjDce", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "15655e1f-5005-4c53-b3c0-c4a1d1ca5e9e", "rngcStatus": 0}}, {"time": "2022-08-19T12:17:08.196491Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "156.206.181.119", "correlationId": "53ad0930-55dc-49fe-8a86-b46cfab985d6", "identity": "Cynthia Perry", "Level": 4, "location": "XY", "properties": {"id": "be6022e3-cefb-4a55-8ab2-6dd3ed3f8f00", "createdDateTime": "2022-08-19T12:17:08.422491Z", "userDisplayName": "Cynthia Perry", "userPrincipalName": "cperry@domain.com", "userId": "ac5fa380-9d5b-470e-beb2-5ba10aca48e6", "appId": "9de6e985-97a5-4d82-9c45-aedaa9c25ef9", "appDisplayName": "AWS Single-Account Access", "ipAddress": "156.206.181.119", "status": {"errorCode": 0}, "clientAppUsed": "Browser", "deviceDetail": {"deviceId": "", "operatingSystem": "Windows"}, "location": {"city": "Hannaville", "state": "Thomashaven", "countryOrRegion": "XY", "geoCoordinates": {"latitude": 1.1452695, "longitude": 128.249211}}, "correlationId": "28367bb3-0bd8-47a4-9a9b-3ab2dce13710", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "1521562d-90ce-44f4-9178-df16c0483aa4", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 226, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "AWS Single-Account Access Service", "resourceId": "72f0186d-d327-46c9-a8ff-497e0caa8691", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 279165, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "TcPn3IHg39YLOm4nwmPJqe504MD5KrckvvRkmgHnsVNH30O6", "incomingTokenType": "none", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": null, "rngcStatus": 0}}, {"time": "2022-08-19T12:37:56.146056Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "91.132.253.146", "correlationId": "e5f42828-db06-46c0-af50-15f4a9cdb632", "identity": "Aaron Cole", "Level": 4, "location": "XD", "properties": {"id": "3d9beed6-c74c-4138-a357-12d66fe19900", "createdDateTime": "2022-08-19T12:37:56.209056Z", "userDisplayName": "Aaron Cole", "userPrincipalName": "acole@domain.com", "userId": "5d557969-1645-4ba4-be83-b6fd943659f7", "appId": "18bf60fa-77dd-4aad-891d-af82ca87dd06", "appDisplayName": "FortiGate SSL VPN", "ipAddress": "91.132.253.146", "status": {"errorCode": 0}, "clientAppUsed": "Browser", "deviceDetail": {"deviceId": "", "operatingSystem": "Windows", "browser": "Rich Client 4.22.0.0"}, "location": {"city": "Rickshire", "state": "Norrisbury", "countryOrRegion": "XD", "geoCoordinates": {"latitude": -78.5751045, "longitude": 58.329246}}, "correlationId": "15fb8af7-d226-4022-aa7a-2bc62274cc70", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "0e5a95a0-6ff4-4c3b-96f0-dfa51687e490", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 63, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "FortiGate SSL VPN Service", "resourceId": "bca2b487-3a6c-440f-b1b7-a15b02771ad0", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 214655, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "D7N1Q3azvG1XOz2lFg8iatgr2L8IhBkXEqv4k2ZUA1Enz3nR", "incomingTokenType": "none", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "4da47dd4-556d-4ba4-9847-c1850930ab5e", "rngcStatus": 0}}, {"time": "2022-08-19T12:43:41.935650Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "50158", "resultSignature": "None", "resultDescription": "External security challenge was not satisfied.", "durationMs": 0, "callerIpAddress": "177.189.225.133", "correlationId": "21b79082-0836-45a1-b158-edbff741023e", "identity": "Thomas Price", "Level": 4, "location": "XQ", "properties": {"id": "01ba3655-e28a-4ae2-aea6-ad4497e86a00", "createdDateTime": "2022-08-19T12:43:42.079650Z", "userDisplayName": "Thomas Price", "userPrincipalName": "tprice@domain.com", "userId": "32109ee2-ee4f-4d11-9c38-2556aec0f2b5", "appId": "79510a8f-6421-4348-a2ea-bcc2b02485c1", "appDisplayName": "Cisco AnyConnect", "ipAddress": "177.189.225.133", "status": {"errorCode": 50158, "failureReason": "External security challenge was not satisfied."}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (X11; Linux i686) AppleWebKit/535.2 (KHTML, like Gecko) Chrome/22.0.843.0 Safari/535.2 Edge/118.12158", "deviceDetail": {"deviceId": "72c565a0-f587-4d5e-9fa9-82cab482ddf0", "displayName": "THOMASPRICE-LT", "operatingSystem": "Windows 10", "browser": "Edge 118.12158", "trustType": "Hybrid Azure AD joined"}, "location": {"city": "Brownton", "state": "Stephanieberg", "countryOrRegion": "XQ", "geoCoordinates": {"latitude": 60.015373, "longitude": -41.508557}}, "correlationId": "7c333ee1-7b6e-4417-88d0-5ae7eb7ca7f2", "conditionalAccessStatus": "failure", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "a27e69a1-8d0d-47ae-9c08-e4defd5cd9fd", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 144, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Cisco AnyConnect Online", "resourceId": "5d5b8d28-6a28-472e-b837-a4094e466965", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 104135, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "mrjCBVpHqVu1R2LajUQ6kfOpf8zhMt9kU0nFC2JB7y9a3swB", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "15655e1f-5005-4c53-b3c0-c4a1d1ca5e9e", "rngcStatus": 0}}, {"time": "2022-08-19T13:10:41.095082Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "1.210.58.10", "correlationId": "f2d0c8ec-e582-49d0-8b4b-58f645eb1b2b", "identity": "Keith Sheppard", "Level": 4, "location": "XD", "properties": {"id": "f0373eef-9706-4141-a5c3-7d36a9886000", "createdDateTime": "2022-08-19T13:10:41.192082Z", "userDisplayName": "Keith Sheppard", "userPrincipalName": "ksheppard@domain.com", "userId": "05bd48f1-91d2-4c2d-9a7c-80e80f561b3c", "appId": "9a7e67c7-6f05-42a3-b226-97c7ec3e9696", "appDisplayName": "Adobe Identity Management", "ipAddress": "1.210.58.10", "status": {"errorCode": 0}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (Windows NT 4.0) AppleWebKit/531.1 (KHTML, like Gecko) Chrome/20.0.823.0 Safari/531.1 Edge/87.11424", "deviceDetail": {"deviceId": "639815fd-5018-4e38-9d81-67538b2ce460", "displayName": "KEITHSHEPPARD-LT", "operatingSystem": "Windows 10", "browser": "Edge 87.11424", "trustType": "Azure AD registered"}, "location": {"city": "Cooperhaven", "state": "Norrisbury", "countryOrRegion": "XD", "geoCoordinates": {"latitude": 70.436398, "longitude": -23.873747}}, "correlationId": "e816f417-1cef-4737-9f1c-9a6b4ebf5286", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "eff4573a-6237-458d-845c-d128e63fb1fc", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 97, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Adobe Identity Management Service", "resourceId": "30663ca7-f8a9-43ab-8ca1-7906bdbc1485", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 69487, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "lx1rLlq63g5JIcpY4FN778biKECBkCQvvDLKkQBeFoBEB67E", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "a6c259e5-7f16-48b2-a9f3-75becd6daa9b", "rngcStatus": 0}}, {"time": "2022-08-19T13:15:38.932681Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "13.113.40.157", "correlationId": "8e37093a-ca51-4741-b4de-064d8632fa92", "identity": "Attack Target", "Level": 4, "location": "XR", "properties": {"id": "bb44e270-cd48-4a8e-8a0c-94970d374c00", "createdDateTime": "2022-08-19T13:15:39.070681Z", "userDisplayName": "Attack Target", "userPrincipalName": "attacktarget@domain.com", "userId": "d735e84b-dcca-404d-9f7d-700f360f41a6", "appId": "9a7e67c7-6f05-42a3-b226-97c7ec3e9696", "appDisplayName": "Adobe Identity Management", "ipAddress": "13.113.40.157", "status": {"errorCode": 0}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (iPad; CPU iPad OS 9_3_6 like Mac OS X) AppleWebKit/536.1 (KHTML, like Gecko) CriOS/42.0.865.0 Mobile/77O124 Safari/536.1 Edge/99.14477", "deviceDetail": {"deviceId": "a44625dc-6f81-449a-9799-8005f7209b42", "displayName": "ATTACKTARGET-LT", "operatingSystem": "Windows 10", "browser": "Edge 99.14477", "trustType": "Azure AD registered"}, "location": {"city": "New John", "state": "Smithfort", "countryOrRegion": "XR", "geoCoordinates": {"latitude": -89.144242, "longitude": 168.119022}}, "correlationId": "aa941edd-f519-4352-b7c7-8aadfd98b19d", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "bd8d4cba-88d6-4919-b6ed-f66505738703", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "processingTimeInMilliseconds": 138, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Adobe Identity Management Service", "resourceId": "80abac89-d2c0-4b6c-8ffc-5023bd7efc5e", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 34974, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "EqPYH8JmffGFGYZCLttnGb8Apu09WALLQRaX8u4bEnVYgx3g", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": null}}, {"time": "2022-08-19T13:33:39.947433Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "205.33.24.92", "correlationId": "8ff5a53d-351c-4e73-8d15-2a8e29051864", "identity": "Aaron Cole", "Level": 4, "location": "XD", "properties": {"id": "5aec81a3-c272-48c4-afbf-d9dccb088b00", "createdDateTime": "2022-08-19T13:33:40.020433Z", "userDisplayName": "Aaron Cole", "userPrincipalName": "acole@domain.com", "userId": "5d557969-1645-4ba4-be83-b6fd943659f7", "appId": "ad65aaed-51a8-4877-830e-8a5273604c87", "appDisplayName": "Docusign", "ipAddress": "205.33.24.92", "status": {"errorCode": 0}, "clientAppUsed": "Browser", "deviceDetail": {"deviceId": "", "operatingSystem": "Windows", "browser": "Rich Client 4.42.0.0"}, "location": {"city": "Kristinmouth", "state": "Norrisbury", "countryOrRegion": "XD", "geoCoordinates": {"latitude": 26.278784, "longitude": -92.042573}}, "correlationId": "34cf5d70-33c9-4f16-8efa-6e3d944537ba", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "149dfe78-ac6e-4b6e-9916-8fddc2eafecd", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 73, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Docusign Service", "resourceId": "24578515-1951-4064-967d-0d2acaf0aa70", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 214655, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "GUVlGommhNFrceCVqHLE1MtMtnGntOly85CEsPwmzw1g9ByX", "incomingTokenType": "none", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "0e68752b-7dfa-400b-a6f5-1b54af90696a", "rngcStatus": 0}}, {"time": "2022-08-19T13:41:02.966577Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "13.113.40.157", "correlationId": "febb0cde-721c-4388-9ca6-7b1747b5210f", "identity": "Attack Target", "Level": 4, "location": "XR", "properties": {"id": "d3f6133c-40ae-4464-a6cd-9ee94e807000", "createdDateTime": "2022-08-19T13:41:03.073577Z", "userDisplayName": "Attack Target", "userPrincipalName": "attacktarget@domain.com", "userId": "d735e84b-dcca-404d-9f7d-700f360f41a6", "appId": "9a7e67c7-6f05-42a3-b226-97c7ec3e9696", "appDisplayName": "Adobe Identity Management", "ipAddress": "13.113.40.157", "status": {"errorCode": 0}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (iPad; CPU iPad OS 9_3_6 like Mac OS X) AppleWebKit/536.1 (KHTML, like Gecko) CriOS/42.0.865.0 Mobile/77O124 Safari/536.1 Edge/99.14477", "deviceDetail": {"deviceId": "a44625dc-6f81-449a-9799-8005f7209b42", "displayName": "ATTACKTARGET-LT", "operatingSystem": "Windows 10", "browser": "Edge 99.14477", "trustType": "Azure AD registered"}, "location": {"city": "Smithfort", "state": "Smithfort", "countryOrRegion": "XR", "geoCoordinates": {"latitude": 3.7564095, "longitude": -121.574606}}, "correlationId": "72e6de19-b227-4a42-bbb0-877b0832c6e1", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "78685273-a4aa-4145-b0fa-4096e2b397dd", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 107, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Adobe Identity Management Service", "resourceId": "7d6a0897-8b82-49e9-90e2-d482fb9202bd", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 34974, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "O60zAmoinUJ24iFy4PEAm6R4tbuHMXkRITTggYxBUjLRVx7i", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "537d9419-7e2b-4778-9102-62256bcfcf45", "rngcStatus": 0}}, {"time": "2022-08-19T14:26:03.358002Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "91.132.253.146", "correlationId": "c50f0df9-8402-4879-a8a9-e9cb6aed60e9", "identity": "Aaron Cole", "Level": 4, "location": "XD", "properties": {"id": "a1992293-def5-47de-a489-bdbaa1275200", "createdDateTime": "2022-08-19T14:26:03.473002Z", "userDisplayName": "Aaron Cole", "userPrincipalName": "acole@domain.com", "userId": "5d557969-1645-4ba4-be83-b6fd943659f7", "appId": "895b9fb3-4084-4f9f-a314-d082d67e3c5c", "appDisplayName": "Airstack", "ipAddress": "91.132.253.146", "status": {"errorCode": 0}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (iPad; CPU iPad OS 14_2 like Mac OS X) AppleWebKit/535.2 (KHTML, like Gecko) CriOS/33.0.816.0 Mobile/88O531 Safari/535.2 Edge/117.19612", "deviceDetail": {"deviceId": "968a9404-b034-4a82-a62a-b4b735c29882", "displayName": "AARONCOLE-LT", "operatingSystem": "Windows 10", "browser": "Edge 117.19612", "trustType": "Azure AD registered"}, "location": {"city": "Rickshire", "state": "Norrisbury", "countryOrRegion": "XD", "geoCoordinates": {"latitude": -78.5751045, "longitude": 58.329246}}, "correlationId": "8c6cb826-83b2-4ed5-b752-6cc1fd4f5011", "conditionalAccessStatus": "notApplied", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "26520298-1e96-47ad-b400-ba293766186b", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "processingTimeInMilliseconds": 115, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Airstack Service", "resourceId": "01f2a7c1-e668-4e23-a099-726ca374f477", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 214655, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "GvYHGmpQsiTa2wvgErrd8SgbRedxCItUCipStacCyd7U552w", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "e133b8e5-4d8b-4e43-9ae4-962ce64fbbd5"}}, {"time": "2022-08-19T14:29:01.218003Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "156.206.181.119", "correlationId": "935fba9d-3182-4310-beb5-1f248307f971", "identity": "Cynthia Perry", "Level": 4, "location": "XY", "properties": {"id": "5751f928-f6db-4f32-8ce6-3970728b6a00", "createdDateTime": "2022-08-19T14:29:01.328003Z", "userDisplayName": "Cynthia Perry", "userPrincipalName": "cperry@domain.com", "userId": "ac5fa380-9d5b-470e-beb2-5ba10aca48e6", "appId": "9de6e985-97a5-4d82-9c45-aedaa9c25ef9", "appDisplayName": "AWS Single-Account Access", "ipAddress": "156.206.181.119", "status": {"errorCode": 0}, "clientAppUsed": "Browser", "deviceDetail": {"deviceId": "", "operatingSystem": "Windows"}, "location": {"city": "Hannaville", "state": "Thomashaven", "countryOrRegion": "XY", "geoCoordinates": {"latitude": 1.1452695, "longitude": 128.249211}}, "correlationId": "54937968-7fda-469b-83a9-53610ba4a774", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "562a3a20-fd36-4bd3-b02d-f8661859d7d0", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 110, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "AWS Single-Account Access Service", "resourceId": "f0630e90-b752-4960-bfb9-a0794fc34930", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 279165, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "HjKwr3H0S1enPtYzGAGTHvoPjO8fvJhdGCoyeSeQNY0QrRyb", "incomingTokenType": "none", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "1f37c851-4be4-455b-928a-fbde7845a68a", "rngcStatus": 0}}, {"time": "2022-08-19T14:31:48.249029Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "199.12.127.103", "correlationId": "beb4a3c0-8a8a-4b44-b100-cc67bda98535", "identity": "Jacob Meyers", "Level": 4, "location": "XG", "properties": {"id": "43317af1-d34c-4247-ac49-5a5ef8cc6800", "createdDateTime": "2022-08-19T14:31:48.327029Z", "userDisplayName": "Jacob Meyers", "userPrincipalName": "jmeyers@domain.com", "userId": "c63a67b0-1651-4a8a-9560-cc703cdad5ad", "appId": "9167c284-c68f-468a-84be-0ee4f23879fe", "appDisplayName": "ArcGIS Enterprise", "ipAddress": "199.12.127.103", "status": {"errorCode": 0}, "clientAppUsed": "Mobile Apps and Desktop clients", "deviceDetail": {"deviceId": "", "operatingSystem": "Android"}, "location": {"city": "Port Nathan", "state": "Newmanville", "countryOrRegion": "XG", "geoCoordinates": {"latitude": 23.244641, "longitude": -113.392021}}, "correlationId": "5201aed4-905e-4359-807d-38f2f4afc24f", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "22375aee-19a4-47c5-9144-9554701e729b", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 78, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "ArcGIS Enterprise Service", "resourceId": "72f0186d-d327-46c9-a8ff-497e0caa8691", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 282405, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "Zxb4oJ8EEcLUFioaZSxCb0WHxpbo3aLstuaB1kU0ZmjG4TuF", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": null, "rngcStatus": 0}}, {"time": "2022-08-19T14:32:47.616406Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "147.132.189.119", "correlationId": "a1458805-9d6f-4bc1-8576-9392de991710", "identity": "Terry Proctor", "Level": 4, "location": "XR", "properties": {"id": "f0f4834e-896b-4034-86be-e32a59b29300", "createdDateTime": "2022-08-19T14:32:47.728406Z", "userDisplayName": "Terry Proctor", "userPrincipalName": "tproctor@domain.com", "userId": "03110cc5-e54f-4dae-b68a-bf5d945f8152", "appId": "9d794ea1-8d77-42e3-9fdd-6fd3620d616a", "appDisplayName": "Alaya", "ipAddress": "147.132.189.119", "status": {"errorCode": 0, "additionalDetails": "MFA requirement satisfied by claim in the token"}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (X11; Linux i686) AppleWebKit/533.0 (KHTML, like Gecko) Chrome/24.0.803.0 Safari/533.0 Edge/40.11325", "deviceDetail": {"deviceId": "88ee69d5-1eb7-4f29-b594-e9b4e3371940", "displayName": "TERRYPROCTOR-LT", "operatingSystem": "Windows 10", "browser": "Edge 40.11325", "isCompliant": true, "isManaged": true, "trustType": "Azure AD joined"}, "location": {"city": "Port Denisetown", "state": "Smithton", "countryOrRegion": "XR", "geoCoordinates": {"latitude": 3.5518965, "longitude": 131.871582}}, "mfaDetail": {}, "correlationId": "703b3270-5aee-458c-819e-20c469cd011e", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "3b8963fd-9d64-48f9-aa71-728e7505f4fd", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 112, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Alaya Service", "resourceId": "e35e3da1-bf74-46a1-979f-06c9212ebfab", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 256668, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "U4fGVE29PLNeA39wrPOGZVDxweP58UmoVnRjNg4mHLuPnc1i", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "33c2df33-b2d6-495e-85ea-298208628e8d", "rngcStatus": 0}}, {"time": "2022-08-19T14:34:41.112619Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "21.206.133.221", "correlationId": "845b42af-9e36-49ce-915d-1fe22d69e01e", "identity": "Angela Kerr", "Level": 4, "location": "XQ", "properties": {"id": "a053210b-0623-42cf-bb99-25ff6b405f00", "createdDateTime": "2022-08-19T14:34:41.236619Z", "userDisplayName": "Angela Kerr", "userPrincipalName": "akerr@domain.com", "userId": "0db48846-20f7-44bc-bbdd-457a8ea9f7d8", "appId": "84f18b4b-ae12-484a-847f-f3e36093594a", "appDisplayName": "Slack", "ipAddress": "21.206.133.221", "status": {"errorCode": 0}, "clientAppUsed": "Browser", "deviceDetail": {"deviceId": "", "operatingSystem": "Windows"}, "location": {"city": "Brownton", "state": "Stephanieberg", "countryOrRegion": "XQ", "geoCoordinates": {"latitude": -37.755925, "longitude": -139.744832}}, "correlationId": "6ca6684e-a257-4d2b-9272-d897aa86b65b", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "42c4a404-47ad-460a-89e7-80b5f38a8c02", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "processingTimeInMilliseconds": 124, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Slack Service", "resourceId": "8f48cb66-a128-4a4b-8f76-3073c7c219d5", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 12916, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "ejWzSwdhurUuEpyVxcIvCyY6CbrY0z6iLCrtFLfFVNHoWsxz", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": null}}, {"time": "2022-08-19T14:48:16.236722Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "42.62.103.34", "correlationId": "4886c941-5ac9-4e75-a499-d1eb26b78cbb", "identity": "Joseph Taylor", "Level": 4, "location": "XF", "properties": {"id": "b2eaf7a7-4585-4df8-ad0b-b869319e4d00", "createdDateTime": "2022-08-19T14:48:16.522722Z", "userDisplayName": "Joseph Taylor", "userPrincipalName": "jtaylor@domain.com", "userId": "af9847eb-c773-41ae-bf94-42747c5e986c", "appId": "1b3edb90-1e06-46db-b021-e2fc1f7ddaf5", "appDisplayName": "Beatrust", "ipAddress": "42.62.103.34", "status": {"errorCode": 0}, "clientAppUsed": "Browser", "deviceDetail": {"deviceId": "", "operatingSystem": "MacOs", "browser": "Rich Client 5.2.7.0"}, "location": {"city": "Jessicafurt", "state": "Smithbury", "countryOrRegion": "XF", "geoCoordinates": {"latitude": 17.5082395, "longitude": -115.304215}}, "correlationId": "3c6f869e-0001-48cc-86e1-a533e83b2216", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "061db6c7-3eb4-4fd4-a38a-6d94148d9847", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "processingTimeInMilliseconds": 286, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Beatrust Service", "resourceId": "24578515-1951-4064-967d-0d2acaf0aa70", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 393508, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "jaOeWg6qhvdyVtUtkwOOVl3VCHOhpal6cBqFiuvm0xAeqb06", "incomingTokenType": "none", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "0e68752b-7dfa-400b-a6f5-1b54af90696a"}}, {"time": "2022-08-19T14:57:30.148725Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "26000", "resultSignature": "None", "resultDescription": "Other", "durationMs": 0, "callerIpAddress": "143.37.84.29", "correlationId": "55f3bc54-8929-4dd4-97df-bd41be8c6191", "identity": "Thomas Price", "Level": 4, "location": "XQ", "properties": {"id": "5daad713-1a9b-42ef-b804-993db83a5800", "createdDateTime": "2022-08-19T14:57:30.226725Z", "userDisplayName": "Thomas Price", "userPrincipalName": "tprice@domain.com", "userId": "32109ee2-ee4f-4d11-9c38-2556aec0f2b5", "appId": "2eae4ad1-8cae-48fe-b718-76bd66e2fc7f", "appDisplayName": "Bipsync", "ipAddress": "143.37.84.29", "status": {"errorCode": 26000, "failureReason": "Other"}, "clientAppUsed": "Mobile Apps and Desktop clients", "deviceDetail": {"deviceId": "", "operatingSystem": "Android"}, "location": {"city": "Lake Kaitlin", "state": "Chanshire", "countryOrRegion": "XQ", "geoCoordinates": {"latitude": -34.1353595, "longitude": -138.834821}}, "correlationId": "6acad2a4-d45b-42c4-afe4-119145656b70", "conditionalAccessStatus": "notApplied", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "3e5e84a6-ff6d-4871-a77e-5297072266aa", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "processingTimeInMilliseconds": 78, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Bipsync Service", "resourceId": "c8eab36d-0a82-409d-8693-a8dabc997921", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 363385, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "Z451KBZV5bwKH4UWym0dbm8u5FmE3v7CJwsnihD8QGRmWxsz", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "2248d3ef-d7b8-4eb2-bd20-fb53f725bfe3"}}, {"time": "2022-08-19T15:15:11.004262Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "81.209.4.19", "correlationId": "c7b95f58-57d8-4a37-b69a-b879ec8cdd53", "identity": "Jim Gonzalez", "Level": 4, "location": "XR", "properties": {"id": "501074c3-fbf3-458c-a18b-f710446f6500", "createdDateTime": "2022-08-19T15:15:11.135262Z", "userDisplayName": "Jim Gonzalez", "userPrincipalName": "jgonzalez@domain.com", "userId": "95090045-a9c5-489c-adee-2db430a3333a", "appId": "2eae4ad1-8cae-48fe-b718-76bd66e2fc7f", "appDisplayName": "Bipsync", "ipAddress": "81.209.4.19", "status": {"errorCode": 0}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (Linux; Android 4.4.3) AppleWebKit/533.2 (KHTML, like Gecko) Chrome/28.0.882.0 Safari/533.2 Edge/44.18413", "deviceDetail": {"deviceId": "1a428e94-41e3-4c1d-865a-0d31c9a2540b", "displayName": "JIMGONZALEZ-LT", "operatingSystem": "Windows 10", "browser": "Edge 44.18413", "trustType": "Azure AD registered"}, "location": {"city": "Santosborough", "state": "Smithton", "countryOrRegion": "XR", "geoCoordinates": {"latitude": 50.0774195, "longitude": 64.938754}}, "correlationId": "9591c9bd-52b0-48a3-97c3-91712043daa1", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "122763fb-543f-4b91-8f60-a9d426c4f1a2", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 131, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Bipsync Service", "resourceId": "9a84f55e-3a40-492c-9476-e069f64ed7a6", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 34974, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "uhewWGLfGerRe00GGqa5pVbnpINCJuQlkooYww8BAqiJkprH", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "37ee873b-f901-4e25-be69-010243106d0f", "rngcStatus": 0}}, {"time": "2022-08-19T15:24:29.806497Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "13.113.40.157", "correlationId": "071666d7-37fa-4226-890c-d259a5b32ec9", "identity": "Attack Target", "Level": 4, "location": "XR", "properties": {"id": "656b6a55-9c7d-4cd4-981f-e418835c9900", "createdDateTime": "2022-08-19T15:24:30.140497Z", "userDisplayName": "Attack Target", "userPrincipalName": "attacktarget@domain.com", "userId": "d735e84b-dcca-404d-9f7d-700f360f41a6", "appId": "9c5b7fe3-0ad2-4ea6-94e5-9e0001f367e3", "appDisplayName": "Articulate 360", "ipAddress": "13.113.40.157", "status": {"errorCode": 0}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (iPad; CPU iPad OS 9_3_6 like Mac OS X) AppleWebKit/536.1 (KHTML, like Gecko) CriOS/42.0.865.0 Mobile/77O124 Safari/536.1 Edge/99.14477", "deviceDetail": {"deviceId": "a44625dc-6f81-449a-9799-8005f7209b42", "displayName": "ATTACKTARGET-LT", "operatingSystem": "Windows 10", "browser": "Edge 99.14477", "trustType": "Azure AD registered"}, "location": {"city": "Smithfort", "state": "Smithfort", "countryOrRegion": "XR", "geoCoordinates": {"latitude": 3.7564095, "longitude": -121.574606}}, "correlationId": "7df8dcfe-5d3e-4519-ab5b-25d67eb133c9", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "c1576d1d-13cb-476d-b7cf-258f746246f9", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 334, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Articulate 360 Online", "resourceId": "436260d5-3791-4aea-a4da-aa698ec35f2f", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 34974, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "warHRreRfeSyRibzc448Q8V3CyqhD0EUmibha6UDsDdasVtB", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "94b9f3ba-5f4b-4edc-99dc-a420b76960f9", "rngcStatus": 0}}, {"time": "2022-08-19T15:35:00.622894Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "1.210.58.10", "correlationId": "44cb2618-b020-4f70-b8eb-c74ce4305f36", "identity": "Keith Sheppard", "Level": 4, "location": "XD", "properties": {"id": "7ad921a7-535a-4d80-8c63-319740eb4d00", "createdDateTime": "2022-08-19T15:35:00.736894Z", "userDisplayName": "Keith Sheppard", "userPrincipalName": "ksheppard@domain.com", "userId": "05bd48f1-91d2-4c2d-9a7c-80e80f561b3c", "appId": "9de6e985-97a5-4d82-9c45-aedaa9c25ef9", "appDisplayName": "AWS Single-Account Access", "ipAddress": "1.210.58.10", "status": {"errorCode": 0}, "clientAppUsed": "Browser", "deviceDetail": {"deviceId": "639815fd-5018-4e38-9d81-67538b2ce460", "displayName": "KEITHSHEPPARD-LT", "operatingSystem": "Windows", "trustType": "Azure AD registered"}, "location": {"city": "Cooperhaven", "state": "Norrisbury", "countryOrRegion": "XD", "geoCoordinates": {"latitude": 70.436398, "longitude": -23.873747}}, "correlationId": "7b51d4ef-57a3-4043-8b0b-55f37df1330b", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "9fe1e356-1873-4890-95a5-e10932124677", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 114, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "AWS Single-Account Access Service", "resourceId": "f0630e90-b752-4960-bfb9-a0794fc34930", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 69487, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "hH9zutrg3nNafcsUkgNk8LhXglrZCDUm7Yoraz62ClMkssFZ", "incomingTokenType": "none", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "1f37c851-4be4-455b-928a-fbde7845a68a", "rngcStatus": 0}}, {"time": "2022-08-19T15:46:00.396822Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "134.219.180.76", "correlationId": "12e4cedd-07be-4245-8a2e-d38010e8d090", "identity": "Joseph Taylor", "Level": 4, "location": "XF", "properties": {"id": "86ec8f81-b065-45d1-84e2-abcf96048800", "createdDateTime": "2022-08-19T15:46:00.478822Z", "userDisplayName": "Joseph Taylor", "userPrincipalName": "jtaylor@domain.com", "userId": "af9847eb-c773-41ae-bf94-42747c5e986c", "appId": "b2421da4-c71e-46a9-b848-495ef54b79c4", "appDisplayName": "ServiceNow", "ipAddress": "134.219.180.76", "status": {"errorCode": 0, "additionalDetails": "MFA requirement satisfied by claim in the token"}, "clientAppUsed": "Browser", "deviceDetail": {"deviceId": "76b96bd3-e5d7-49ee-b195-bf363facdb3d", "displayName": "JOSEPHTAYLOR-LT", "operatingSystem": "Windows10", "browser": "Rich Client 4.30.1.0", "isCompliant": true, "isManaged": true, "trustType": "Azure AD joined"}, "location": {"city": "Mannville", "state": "Porterside", "countryOrRegion": "XF", "geoCoordinates": {"latitude": -50.9955705, "longitude": 104.613841}}, "mfaDetail": {}, "correlationId": "8e83ada8-9629-4293-aa05-7f2c88f1b9b3", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "3a48b66e-31a1-468e-96a3-ab55ae1b23ec", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 82, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "ServiceNow Online", "resourceId": "bca2b487-3a6c-440f-b1b7-a15b02771ad0", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 124400, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "UsOWJteOYs7NmQvYvTRa84cbVIOIrv7GQ3g6NrWpAo6HYIK8", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "4da47dd4-556d-4ba4-9847-c1850930ab5e", "rngcStatus": 0}}, {"time": "2022-08-19T15:46:17.137485Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "156.206.181.119", "correlationId": "ff912d6d-e664-47aa-8285-84722b0ebac2", "identity": "Cynthia Perry", "Level": 4, "location": "XY", "properties": {"id": "dafafffb-9e45-4fd2-84a0-bf457db26900", "createdDateTime": "2022-08-19T15:46:17.230485Z", "userDisplayName": "Cynthia Perry", "userPrincipalName": "cperry@domain.com", "userId": "ac5fa380-9d5b-470e-beb2-5ba10aca48e6", "appId": "9de6e985-97a5-4d82-9c45-aedaa9c25ef9", "appDisplayName": "AWS Single-Account Access", "ipAddress": "156.206.181.119", "status": {"errorCode": 0}, "clientAppUsed": "Browser", "deviceDetail": {"deviceId": "", "operatingSystem": "Windows"}, "location": {"city": "Hannaville", "state": "Thomashaven", "countryOrRegion": "XY", "geoCoordinates": {"latitude": 1.1452695, "longitude": 128.249211}}, "correlationId": "24d572e5-f86b-40da-9902-bc09b6f4f7ee", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "aed7694e-f325-48ed-9ab6-e8bcd98b6cca", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 93, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "AWS Single-Account Access Service", "resourceId": "9a84f55e-3a40-492c-9476-e069f64ed7a6", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 279165, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "fWjqgZS1cZLZHZ7VYnQo2JXaMYjvPNQuByqVHmGLmS1BMPlY", "incomingTokenType": "none", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "37ee873b-f901-4e25-be69-010243106d0f", "rngcStatus": 0}}, {"time": "2022-08-19T16:05:19.065023Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "205.33.24.92", "correlationId": "0c7a61d3-e184-425e-9af5-aa853a6fc811", "identity": "Vanessa Ramirez", "Level": 4, "location": "XD", "properties": {"id": "cccd28fb-54dc-41cc-bb11-f602c11a6c00", "createdDateTime": "2022-08-19T16:05:19.163023Z", "userDisplayName": "Vanessa Ramirez", "userPrincipalName": "vramirez@domain.com", "userId": "5d72b7ed-62ea-4b94-b931-ccef65d71ebd", "appId": "9de6e985-97a5-4d82-9c45-aedaa9c25ef9", "appDisplayName": "AWS Single-Account Access", "ipAddress": "205.33.24.92", "status": {"errorCode": 0}, "clientAppUsed": "Browser", "deviceDetail": {"deviceId": "e395a3f4-8f2d-4170-804f-d3e13ce3151b", "displayName": "VANESSARAMIREZ-LT", "operatingSystem": "Windows", "trustType": "Azure AD registered"}, "location": {"city": "Kristinmouth", "state": "Norrisbury", "countryOrRegion": "XD", "geoCoordinates": {"latitude": 26.278784, "longitude": -92.042573}}, "correlationId": "0cf47285-dbe7-493c-ab07-4b5614b9d5b9", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "87bba65b-8cc7-47aa-a977-373ef5cdf25c", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 98, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "AWS Single-Account Access Service", "resourceId": "72f0186d-d327-46c9-a8ff-497e0caa8691", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 214655, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "AZlBYjRxeIr0ZttxcXLZLWucR2b8K906WfUKY4xvJhZqy3qM", "incomingTokenType": "none", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": null, "rngcStatus": 0}}, {"time": "2022-08-19T16:28:15.171196Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "205.33.24.92", "correlationId": "97d17f74-fcca-40b8-b664-2ed1afff117e", "identity": "Aaron Cole", "Level": 4, "location": "XD", "properties": {"id": "b80ef64e-d513-4ed3-8c9a-22cd9ab36100", "createdDateTime": "2022-08-19T16:28:15.306196Z", "userDisplayName": "Aaron Cole", "userPrincipalName": "acole@domain.com", "userId": "5d557969-1645-4ba4-be83-b6fd943659f7", "appId": "ad65aaed-51a8-4877-830e-8a5273604c87", "appDisplayName": "Docusign", "ipAddress": "205.33.24.92", "status": {"errorCode": 0}, "clientAppUsed": "Browser", "deviceDetail": {"deviceId": "", "operatingSystem": "Windows", "browser": "Rich Client 4.42.0.0"}, "location": {"city": "Kristinmouth", "state": "Norrisbury", "countryOrRegion": "XD", "geoCoordinates": {"latitude": 26.278784, "longitude": -92.042573}}, "correlationId": "2b51d6b2-775b-45f5-a859-ac0fa4f17c64", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "f9edf86c-69ce-4c97-84d2-a346f3d553d0", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 135, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Docusign Service", "resourceId": "24578515-1951-4064-967d-0d2acaf0aa70", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 214655, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "QqPibliQV8IiPgXkqf9cPg4Q6oEhJGHhFdWEeaY9QwW3CWrf", "incomingTokenType": "none", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "0e68752b-7dfa-400b-a6f5-1b54af90696a", "rngcStatus": 0}}, {"time": "2022-08-19T16:33:59.522195Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "156.206.181.119", "correlationId": "31ad5899-fc66-4b5f-961a-a282162b0d8c", "identity": "Cynthia Perry", "Level": 4, "location": "XY", "properties": {"id": "37de7214-048f-4127-804b-50861e656300", "createdDateTime": "2022-08-19T16:33:59.610195Z", "userDisplayName": "Cynthia Perry", "userPrincipalName": "cperry@domain.com", "userId": "ac5fa380-9d5b-470e-beb2-5ba10aca48e6", "appId": "9a7e67c7-6f05-42a3-b226-97c7ec3e9696", "appDisplayName": "Adobe Identity Management", "ipAddress": "156.206.181.119", "status": {"errorCode": 0}, "clientAppUsed": "Mobile Apps and Desktop clients", "deviceDetail": {"deviceId": "", "operatingSystem": "Windows 10", "browser": "Rich Client v3.4.1.35249"}, "location": {"city": "Hannaville", "state": "Thomashaven", "countryOrRegion": "XY", "geoCoordinates": {"latitude": 1.1452695, "longitude": 128.249211}}, "correlationId": "842a7838-a6be-4d27-b16d-09898fb2710d", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "fc55365a-7d8c-4b84-a50a-eca90d6ca17e", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 88, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Adobe Identity Management Service", "resourceId": "9a84f55e-3a40-492c-9476-e069f64ed7a6", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 279165, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "vOvJDEXdg6ol3EEKictoL8DQvpoxz9Gd4cZxNxvzMTaJMWHY", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "37ee873b-f901-4e25-be69-010243106d0f", "rngcStatus": 0}}, {"time": "2022-08-19T16:39:22.250088Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "50158", "resultSignature": "None", "resultDescription": "External security challenge was not satisfied.", "durationMs": 0, "callerIpAddress": "147.132.189.119", "correlationId": "6ad40968-6045-4502-bd83-d8e1330c48ad", "identity": "Terry Proctor", "Level": 4, "location": "XR", "properties": {"id": "2c5f4472-dc1e-49b2-8fbb-327575965e00", "createdDateTime": "2022-08-19T16:39:22.385088Z", "userDisplayName": "Terry Proctor", "userPrincipalName": "tproctor@domain.com", "userId": "03110cc5-e54f-4dae-b68a-bf5d945f8152", "appId": "9a7e67c7-6f05-42a3-b226-97c7ec3e9696", "appDisplayName": "Adobe Identity Management", "ipAddress": "147.132.189.119", "status": {"errorCode": 50158, "failureReason": "External security challenge was not satisfied.", "additionalDetails": "MFA requirement satisfied by claim in the token"}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (X11; Linux i686) AppleWebKit/533.0 (KHTML, like Gecko) Chrome/24.0.803.0 Safari/533.0 Edge/40.11325", "deviceDetail": {"deviceId": "88ee69d5-1eb7-4f29-b594-e9b4e3371940", "displayName": "TERRYPROCTOR-LT", "operatingSystem": "Windows 10", "browser": "Edge 40.11325", "isCompliant": true, "isManaged": true, "trustType": "Azure AD joined"}, "location": {"city": "Port Denisetown", "state": "Smithton", "countryOrRegion": "XR", "geoCoordinates": {"latitude": 3.5518965, "longitude": 131.871582}}, "mfaDetail": {}, "correlationId": "a2db6a89-3293-472e-b039-240b0af55b6f", "conditionalAccessStatus": "failure", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "1bad5bfe-c857-42b9-a27e-3bb7db65fca9", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 135, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Adobe Identity Management Service", "resourceId": "2c3383ff-432a-49ee-bb8b-8699a7d0416f", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 256668, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "qaWKKX2ScYRUqShiXV5TMcxn1wfp3XEzMEVKRbLNNsr3arBk", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "35efb8e5-3b35-4a86-b7ce-660b69bfa773", "rngcStatus": 0}}, {"time": "2022-08-19T16:42:57.461722Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "205.33.24.92", "correlationId": "d25d58a4-71eb-406f-9072-3be88c7fb2e4", "identity": "Vanessa Ramirez", "Level": 4, "location": "XD", "properties": {"id": "a6ae8eb8-8aea-4e1d-a5ac-6926f7ba8b00", "createdDateTime": "2022-08-19T16:42:57.571722Z", "userDisplayName": "Vanessa Ramirez", "userPrincipalName": "vramirez@domain.com", "userId": "5d72b7ed-62ea-4b94-b931-ccef65d71ebd", "appId": "9de6e985-97a5-4d82-9c45-aedaa9c25ef9", "appDisplayName": "AWS Single-Account Access", "ipAddress": "205.33.24.92", "status": {"errorCode": 0}, "clientAppUsed": "Browser", "deviceDetail": {"deviceId": "e395a3f4-8f2d-4170-804f-d3e13ce3151b", "displayName": "VANESSARAMIREZ-LT", "operatingSystem": "Windows", "trustType": "Azure AD registered"}, "location": {"city": "Kristinmouth", "state": "Norrisbury", "countryOrRegion": "XD", "geoCoordinates": {"latitude": 26.278784, "longitude": -92.042573}}, "correlationId": "5deffc7c-918c-41ea-83cb-7abeecdbc7c1", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "94ac674e-90dd-4903-b895-b6de0734b96a", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 110, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "AWS Single-Account Access Service", "resourceId": "f0630e90-b752-4960-bfb9-a0794fc34930", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 214655, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "OU2uyws9jWEkPK5aGemxxVTWXaXFZDxhi5ZIEPBPpTHvlpJd", "incomingTokenType": "none", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "1f37c851-4be4-455b-928a-fbde7845a68a", "rngcStatus": 0}}, {"time": "2022-08-19T17:01:20.774962Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "42.62.103.34", "correlationId": "d7300471-2891-41b2-b48f-be45e6feff71", "identity": "Joseph Taylor", "Level": 4, "location": "XF", "properties": {"id": "86ec8f81-b065-45d1-84e2-abcf62928b00", "createdDateTime": "2022-08-19T17:01:20.880962Z", "userDisplayName": "Joseph Taylor", "userPrincipalName": "jtaylor@domain.com", "userId": "af9847eb-c773-41ae-bf94-42747c5e986c", "appId": "e47a1d38-5f61-45cd-b1b9-bc92f525c598", "appDisplayName": "Altoura", "ipAddress": "42.62.103.34", "status": {"errorCode": 0, "additionalDetails": "MFA requirement satisfied by claim in the token"}, "clientAppUsed": "Browser", "userAgent": "Mozilla/5.0 (Linux; Android 2.3.5) AppleWebKit/532.2 (KHTML, like Gecko) Chrome/46.0.898.0 Safari/532.2 Edge/105.19198", "deviceDetail": {"deviceId": "76b96bd3-e5d7-49ee-b195-bf363facdb3d", "displayName": "JOSEPHTAYLOR-LT", "operatingSystem": "Windows 10", "browser": "Edge 105.19198", "isCompliant": true, "isManaged": true, "trustType": "Azure AD joined"}, "location": {"city": "Jessicafurt", "state": "Smithbury", "countryOrRegion": "XF", "geoCoordinates": {"latitude": 17.5082395, "longitude": -115.304215}}, "mfaDetail": {}, "correlationId": "5396c597-e0cb-4db7-bd21-c5c801b86b4d", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "0fc3d868-cfdd-4de6-b9b2-ba89b4e2355d", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 106, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Altoura Online", "resourceId": "f0630e90-b752-4960-bfb9-a0794fc34930", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 393508, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "7Umm70nBk7m4wzvOMzU7XlVOEjnZUiyqG5gP9GrmLnT63xdE", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "1f37c851-4be4-455b-928a-fbde7845a68a", "rngcStatus": 0}}, {"time": "2022-08-19T17:20:34.665703Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "134.219.180.76", "correlationId": "af6b3b23-6b15-48f4-9a13-4b8f87924710", "identity": "Joseph Taylor", "Level": 4, "location": "XF", "properties": {"id": "5259cb5f-38c9-4c6a-8382-7d46b9cd6a00", "createdDateTime": "2022-08-19T17:20:34.804703Z", "userDisplayName": "Joseph Taylor", "userPrincipalName": "jtaylor@domain.com", "userId": "af9847eb-c773-41ae-bf94-42747c5e986c", "appId": "84f18b4b-ae12-484a-847f-f3e36093594a", "appDisplayName": "Slack", "ipAddress": "134.219.180.76", "status": {"errorCode": 0, "additionalDetails": "MFA requirement satisfied by claim in the token"}, "clientAppUsed": "Browser", "deviceDetail": {"deviceId": "76b96bd3-e5d7-49ee-b195-bf363facdb3d", "displayName": "JOSEPHTAYLOR-LT", "operatingSystem": "Windows", "isCompliant": true, "isManaged": true, "trustType": "Azure AD joined"}, "location": {"city": "Mannville", "state": "Porterside", "countryOrRegion": "XF", "geoCoordinates": {"latitude": -50.9955705, "longitude": 104.613841}}, "mfaDetail": {}, "correlationId": "4af60dd7-c3e7-4e85-8337-3f2cbc529393", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "15b7fcb5-3d09-4f6c-9edd-41fc60b3df74", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 139, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Slack Service", "resourceId": "a1edee32-85c4-4a57-afcb-5853873a47e7", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 124400, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "m3ypmRAHqzTFlDJ5QapmNVSbLwriRovixc23Dew1b3Qn3gpS", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "0898af19-dfef-4b51-a918-f534c473013d", "rngcStatus": 0}}, {"time": "2022-08-19T17:40:58.999510Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "SignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "134.219.180.76", "correlationId": "63eec0cc-2f8e-4e56-9893-c5c9990af7c9", "identity": "Joseph Taylor", "Level": 4, "location": "XF", "properties": {"id": "927ca341-90b0-4f1c-97f5-9ebce3c97100", "createdDateTime": "2022-08-19T17:40:59.091510Z", "userDisplayName": "Joseph Taylor", "userPrincipalName": "jtaylor@domain.com", "userId": "af9847eb-c773-41ae-bf94-42747c5e986c", "appId": "895b9fb3-4084-4f9f-a314-d082d67e3c5c", "appDisplayName": "Airstack", "ipAddress": "134.219.180.76", "status": {"errorCode": 0, "additionalDetails": "MFA requirement satisfied by claim in the token"}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (iPad; CPU iPad OS 14_2 like Mac OS X) AppleWebKit/535.2 (KHTML, like Gecko) CriOS/33.0.816.0 Mobile/88O531 Safari/535.2 Edge/117.19612", "deviceDetail": {"deviceId": "76b96bd3-e5d7-49ee-b195-bf363facdb3d", "displayName": "JOSEPHTAYLOR-LT", "operatingSystem": "Windows 10", "browser": "Edge 117.19612", "isCompliant": true, "isManaged": true, "trustType": "Azure AD joined"}, "location": {"city": "Mannville", "state": "Porterside", "countryOrRegion": "XF", "geoCoordinates": {"latitude": -50.9955705, "longitude": 104.613841}}, "mfaDetail": {}, "correlationId": "ab1ccc9a-4a0d-4950-bbc6-eabb6f7cf9bf", "conditionalAccessStatus": "notApplied", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "d3db60ae-2936-4da4-9bbe-e06a039ee15f", "isInteractive": true, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 92, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceId": "c4c8fb66-35f5-48ec-b144-f3265b97332f", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 124400, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "Q658N0cNOEDHBoPxgRXuOp5mOql5onD6xb1SAq14foTCNGot", "incomingTokenType": "none", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "90a2e5d2-fd7a-4a2e-bc90-3dc50ae8e3ee", "rngcStatus": 0}}, {"time": "2022-08-19T18:01:30.625901Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "42.62.103.34", "correlationId": "6704bf84-645c-4236-ba72-8d2d9346bb61", "identity": "Joseph Taylor", "Level": 4, "location": "XF", "properties": {"id": "38d1405c-86c6-4469-98c5-85aeab707600", "createdDateTime": "2022-08-19T18:01:30.731901Z", "userDisplayName": "Joseph Taylor", "userPrincipalName": "jtaylor@domain.com", "userId": "af9847eb-c773-41ae-bf94-42747c5e986c", "appId": "e47a1d38-5f61-45cd-b1b9-bc92f525c598", "appDisplayName": "Altoura", "ipAddress": "42.62.103.34", "status": {"errorCode": 0, "additionalDetails": "MFA requirement satisfied by claim in the token"}, "clientAppUsed": "Browser", "userAgent": "Mozilla/5.0 (Linux; Android 2.3.5) AppleWebKit/532.2 (KHTML, like Gecko) Chrome/46.0.898.0 Safari/532.2 Edge/105.19198", "deviceDetail": {"deviceId": "76b96bd3-e5d7-49ee-b195-bf363facdb3d", "displayName": "JOSEPHTAYLOR-LT", "operatingSystem": "Windows 10", "browser": "Edge 105.19198", "isCompliant": true, "isManaged": true, "trustType": "Azure AD joined"}, "location": {"city": "Jessicafurt", "state": "Smithbury", "countryOrRegion": "XF", "geoCoordinates": {"latitude": 17.5082395, "longitude": -115.304215}}, "mfaDetail": {}, "correlationId": "4242582a-1799-4841-af8d-f9abe9ee7e93", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "e39717bf-232b-4a43-8951-9ca776bf9b59", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 106, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Altoura Online", "resourceId": "f0630e90-b752-4960-bfb9-a0794fc34930", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 393508, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "oGgz0KEr0YOgs2xxPnpp3ZcOtojIsI8dvvCJJBbCZJ2CkAlR", "incomingTokenType": "none", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "1f37c851-4be4-455b-928a-fbde7845a68a", "rngcStatus": 0}}, {"time": "2022-08-19T18:04:12.440502Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "42.62.103.34", "correlationId": "3994dbaf-c5d0-40fa-87d6-d7dbc5267ba6", "identity": "Joseph Taylor", "Level": 4, "location": "XF", "properties": {"id": "c4e18eba-fde1-4935-9777-9ad546ff6a00", "createdDateTime": "2022-08-19T18:04:12.536502Z", "userDisplayName": "Joseph Taylor", "userPrincipalName": "jtaylor@domain.com", "userId": "af9847eb-c773-41ae-bf94-42747c5e986c", "appId": "e47a1d38-5f61-45cd-b1b9-bc92f525c598", "appDisplayName": "Altoura", "ipAddress": "42.62.103.34", "status": {"errorCode": 0, "additionalDetails": "MFA requirement satisfied by claim in the token"}, "clientAppUsed": "Browser", "userAgent": "Mozilla/5.0 (Linux; Android 2.3.5) AppleWebKit/532.2 (KHTML, like Gecko) Chrome/46.0.898.0 Safari/532.2 Edge/105.19198", "deviceDetail": {"deviceId": "76b96bd3-e5d7-49ee-b195-bf363facdb3d", "displayName": "JOSEPHTAYLOR-LT", "operatingSystem": "Windows 10", "browser": "Edge 105.19198", "isCompliant": true, "isManaged": true, "trustType": "Azure AD joined"}, "location": {"city": "Jessicafurt", "state": "Smithbury", "countryOrRegion": "XF", "geoCoordinates": {"latitude": 17.5082395, "longitude": -115.304215}}, "mfaDetail": {}, "correlationId": "2d75472c-ab9f-4abc-8938-d59a8a82cb81", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "8300ed24-7c49-44c6-a318-1fc18a607548", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 96, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Altoura Online", "resourceId": "8a137ba4-52ae-4dbf-94af-2e56851573c4", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 393508, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "GYqaJcRSjEfcvF5PWKudjE0lEAzMWcgmmBKij5e2jr4GPxDC", "incomingTokenType": "none", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": null, "rngcStatus": 0}}, {"time": "2022-08-19T18:13:52.605329Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "205.33.24.92", "correlationId": "9ad1d8c3-ad06-4318-b627-10b69f91832e", "identity": "Aaron Cole", "Level": 4, "location": "XD", "properties": {"id": "cfcb865f-7e5f-417b-b8f8-3d157b197200", "createdDateTime": "2022-08-19T18:13:52.798329Z", "userDisplayName": "Aaron Cole", "userPrincipalName": "acole@domain.com", "userId": "5d557969-1645-4ba4-be83-b6fd943659f7", "appId": "af50c7b0-ad5f-40ec-840e-8d89be454ce4", "appDisplayName": "Citrix ShareFile", "ipAddress": "205.33.24.92", "status": {"errorCode": 0}, "clientAppUsed": "Browser", "deviceDetail": {"deviceId": "", "operatingSystem": "Windows10", "browser": "Rich Client 4.36.1.0"}, "location": {"city": "Kristinmouth", "state": "Norrisbury", "countryOrRegion": "XD", "geoCoordinates": {"latitude": 26.278784, "longitude": -92.042573}}, "correlationId": "67a7f500-e6c4-4f5c-9c75-c9d0ae14c64e", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "b008c9f4-8e5d-45a1-a307-1032b720c3a1", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 193, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Citrix ShareFile Online", "resourceId": "206eb199-f73e-416e-9d51-9d50dd19be75", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 214655, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "6cYDHgFu5qWQPFo9esiTD7ylYewXdf4KEFdC4nuyXwi3fyrk", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": null, "rngcStatus": 0}}, {"time": "2022-08-19T18:39:20.947349Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "13.113.40.157", "correlationId": "a951533c-0905-4c5d-9ef6-057e24bbc4dc", "identity": "Attack Target", "Level": 4, "location": "XR", "properties": {"id": "b4caa848-f8c1-4832-a328-e509956b6300", "createdDateTime": "2022-08-19T18:39:21.106349Z", "userDisplayName": "Attack Target", "userPrincipalName": "attacktarget@domain.com", "userId": "d735e84b-dcca-404d-9f7d-700f360f41a6", "appId": "9a7e67c7-6f05-42a3-b226-97c7ec3e9696", "appDisplayName": "Adobe Identity Management", "ipAddress": "13.113.40.157", "ipAddressFromResourceProvider": "13.113.40.157", "status": {"errorCode": 0}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (iPad; CPU iPad OS 9_3_6 like Mac OS X) AppleWebKit/536.1 (KHTML, like Gecko) CriOS/42.0.865.0 Mobile/77O124 Safari/536.1 Edge/99.14477", "deviceDetail": {"deviceId": "a44625dc-6f81-449a-9799-8005f7209b42", "displayName": "ATTACKTARGET-LT", "operatingSystem": "Windows 10", "browser": "Edge 99.14477", "trustType": "Azure AD registered"}, "location": {"city": "Smithfort", "state": "Smithfort", "countryOrRegion": "XR", "geoCoordinates": {"latitude": 3.7564095, "longitude": -121.574606}}, "correlationId": "e496f3a5-5861-4763-854f-d7e0aaaa0c2e", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "67a78026-4b6d-45de-97a8-b24d89413640", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 159, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Adobe Identity Management Service", "resourceId": "c8eab36d-0a82-409d-8693-a8dabc997921", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 34974, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "c7WXMLK6UFr0JSvbXs21rb9N54k8qKUI9sFWCHWhM3I0Ea8l", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "2248d3ef-d7b8-4eb2-bd20-fb53f725bfe3", "rngcStatus": 0}}, {"time": "2022-08-19T19:11:08.999205Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "156.206.181.119", "correlationId": "4620349f-4efc-42e3-9f83-8a6f5ad46b0d", "identity": "Cynthia Perry", "Level": 4, "location": "XY", "properties": {"id": "21d9bc2a-9249-4dd7-ac71-d73d1a766700", "createdDateTime": "2022-08-19T19:11:09.135205Z", "userDisplayName": "Cynthia Perry", "userPrincipalName": "cperry@domain.com", "userId": "ac5fa380-9d5b-470e-beb2-5ba10aca48e6", "appId": "9de6e985-97a5-4d82-9c45-aedaa9c25ef9", "appDisplayName": "AWS Single-Account Access", "ipAddress": "156.206.181.119", "status": {"errorCode": 0}, "clientAppUsed": "Browser", "deviceDetail": {"deviceId": "", "operatingSystem": "Windows"}, "location": {"city": "Hannaville", "state": "Thomashaven", "countryOrRegion": "XY", "geoCoordinates": {"latitude": 1.1452695, "longitude": 128.249211}}, "correlationId": "f7d71449-8378-4bb7-aada-e98975bf281a", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "9c418dd2-a2f5-43f3-b5f4-d9bdd81a9df0", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 136, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "AWS Single-Account Access Service", "resourceId": "c65cf5f9-5537-4200-889e-381c4f60ca7d", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 279165, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "rabtA8EA9W3RNpkBcmLrHFHgy1I6I4I8kj6AcQ5vNhu4Y8N7", "incomingTokenType": "none", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": null, "rngcStatus": 0}}, {"time": "2022-08-19T19:32:20.395179Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "13.113.40.157", "correlationId": "6ddc3f5c-6535-4fd6-95db-aca9da591a91", "identity": "Attack Target", "Level": 4, "location": "XR", "properties": {"id": "4ddb034d-d670-4525-9f72-a305f4c77200", "createdDateTime": "2022-08-19T19:32:20.509179Z", "userDisplayName": "Attack Target", "userPrincipalName": "attacktarget@domain.com", "userId": "d735e84b-dcca-404d-9f7d-700f360f41a6", "appId": "9a7e67c7-6f05-42a3-b226-97c7ec3e9696", "appDisplayName": "Adobe Identity Management", "ipAddress": "13.113.40.157", "status": {"errorCode": 0}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (iPad; CPU iPad OS 9_3_6 like Mac OS X) AppleWebKit/536.1 (KHTML, like Gecko) CriOS/42.0.865.0 Mobile/77O124 Safari/536.1 Edge/99.14477", "deviceDetail": {"deviceId": "a44625dc-6f81-449a-9799-8005f7209b42", "displayName": "ATTACKTARGET-LT", "operatingSystem": "Windows 10", "browser": "Edge 99.14477", "trustType": "Azure AD registered"}, "location": {"city": "Smithfort", "state": "Smithfort", "countryOrRegion": "XR", "geoCoordinates": {"latitude": 3.7564095, "longitude": -121.574606}}, "correlationId": "085a8ba5-4500-426a-a4f3-a89bf488d021", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "6e8780b2-cae0-4322-99d1-b602b23c633b", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 114, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Adobe Identity Management Service", "resourceId": "7d6a0897-8b82-49e9-90e2-d482fb9202bd", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 34974, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "SosUpOJQoXBbU2tK2gYF2vgNjyFPCJGepDgrlsJwAqiOHjQd", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "537d9419-7e2b-4778-9102-62256bcfcf45", "rngcStatus": 0}}, {"time": "2022-08-19T19:41:41.346901Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "153.254.8.0", "correlationId": "ec78084a-41ac-4279-b135-b541ed211c0e", "identity": "Keith Sheppard", "Level": 4, "location": "XD", "properties": {"id": "4bc15ed8-27d4-456e-9748-a6875e606c00", "createdDateTime": "2022-08-19T19:41:41.423901Z", "userDisplayName": "Keith Sheppard", "userPrincipalName": "ksheppard@domain.com", "userId": "05bd48f1-91d2-4c2d-9a7c-80e80f561b3c", "appId": "9167c284-c68f-468a-84be-0ee4f23879fe", "appDisplayName": "ArcGIS Enterprise", "ipAddress": "153.254.8.0", "status": {"errorCode": 0}, "clientAppUsed": "Mobile Apps and Desktop clients", "deviceDetail": {"deviceId": "", "operatingSystem": "Android"}, "location": {"city": "New James", "state": "Norrisbury", "countryOrRegion": "XD", "geoCoordinates": {"latitude": 64.5727225, "longitude": 92.661569}}, "correlationId": "80e241e1-708a-476f-a3a0-b4d47f318305", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "b443bb95-e015-4fe8-a093-fd447c60621b", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 77, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "ArcGIS Enterprise Service", "resourceId": "c8eab36d-0a82-409d-8693-a8dabc997921", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 80621, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "n4J2hLhpUlJdhIYYLAICF6yXvCI0l8akHd5A3WvNb3RS7zuz", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "2248d3ef-d7b8-4eb2-bd20-fb53f725bfe3", "rngcStatus": 0}}, {"time": "2022-08-19T19:55:52.919371Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "13.113.40.157", "correlationId": "0d8f289c-44aa-40bc-90e8-217d97020d97", "identity": "Attack Target", "Level": 4, "location": "XR", "properties": {"id": "6319605d-e64e-4864-8be8-7fc3d0339900", "createdDateTime": "2022-08-19T19:55:53.043371Z", "userDisplayName": "Attack Target", "userPrincipalName": "attacktarget@domain.com", "userId": "d735e84b-dcca-404d-9f7d-700f360f41a6", "appId": "9a7e67c7-6f05-42a3-b226-97c7ec3e9696", "appDisplayName": "Adobe Identity Management", "ipAddress": "13.113.40.157", "ipAddressFromResourceProvider": "11.5.130.220", "status": {"errorCode": 0}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (iPad; CPU iPad OS 9_3_6 like Mac OS X) AppleWebKit/536.1 (KHTML, like Gecko) CriOS/42.0.865.0 Mobile/77O124 Safari/536.1 Edge/99.14477", "deviceDetail": {"deviceId": "a44625dc-6f81-449a-9799-8005f7209b42", "displayName": "ATTACKTARGET-LT", "operatingSystem": "Windows 10", "browser": "Edge 99.14477", "trustType": "Azure AD registered"}, "location": {"city": "Smithfort", "state": "Smithfort", "countryOrRegion": "XR", "geoCoordinates": {"latitude": 3.7564095, "longitude": -121.574606}}, "correlationId": "c222c69a-68da-4ad5-b7d9-0854a4558e66", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "37aa1a5b-4028-4368-9436-de6bffd6f49e", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 124, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Adobe Identity Management Service", "resourceId": "9a84f55e-3a40-492c-9476-e069f64ed7a6", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 34974, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "HO97zzN0yeb9RnktAZJXq0VVfexMIhbTgnSq9i6XWQeLwveA", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "37ee873b-f901-4e25-be69-010243106d0f", "rngcStatus": 0}}, {"time": "2022-08-19T20:06:19.748185Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "13.113.40.157", "correlationId": "fc6e1423-5c11-4c93-ac30-b74cdfef15ed", "identity": "Attack Target", "Level": 4, "location": "XR", "properties": {"id": "e69329df-c356-440d-a977-9ca77ddb8900", "createdDateTime": "2022-08-19T20:06:19.853185Z", "userDisplayName": "Attack Target", "userPrincipalName": "attacktarget@domain.com", "userId": "d735e84b-dcca-404d-9f7d-700f360f41a6", "appId": "9a7e67c7-6f05-42a3-b226-97c7ec3e9696", "appDisplayName": "Adobe Identity Management", "ipAddress": "13.113.40.157", "ipAddressFromResourceProvider": "13.113.40.157", "status": {"errorCode": 0}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (iPad; CPU iPad OS 9_3_6 like Mac OS X) AppleWebKit/536.1 (KHTML, like Gecko) CriOS/42.0.865.0 Mobile/77O124 Safari/536.1 Edge/99.14477", "deviceDetail": {"deviceId": "a44625dc-6f81-449a-9799-8005f7209b42", "displayName": "ATTACKTARGET-LT", "operatingSystem": "Windows 10", "browser": "Edge 99.14477", "trustType": "Azure AD registered"}, "location": {"city": "Smithfort", "state": "Smithfort", "countryOrRegion": "XR", "geoCoordinates": {"latitude": 3.7564095, "longitude": -121.574606}}, "correlationId": "cff97646-e01b-4f60-92cf-ea018686611e", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "62c6fd28-902a-48dd-83c2-8ccda8fc92b0", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 105, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Adobe Identity Management Service", "resourceId": "c8eab36d-0a82-409d-8693-a8dabc997921", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 34974, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "uBxlO0BbQGRlPvIPaDfrMHPV9XbBaMj0Qc2VS9BRHgI6hCBy", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "2248d3ef-d7b8-4eb2-bd20-fb53f725bfe3", "rngcStatus": 0}}, {"time": "2022-08-19T20:11:59.871378Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "156.206.181.119", "correlationId": "b57fc5a9-72a0-4b3a-a27e-fce2b3fae54f", "identity": "Cynthia Perry", "Level": 4, "location": "XY", "properties": {"id": "b07bba22-ec36-47ef-95f1-3c7f3f5b3500", "createdDateTime": "2022-08-19T20:12:00.018378Z", "userDisplayName": "Cynthia Perry", "userPrincipalName": "cperry@domain.com", "userId": "ac5fa380-9d5b-470e-beb2-5ba10aca48e6", "appId": "9de6e985-97a5-4d82-9c45-aedaa9c25ef9", "appDisplayName": "AWS Single-Account Access", "ipAddress": "156.206.181.119", "status": {"errorCode": 0}, "clientAppUsed": "Browser", "deviceDetail": {"deviceId": "", "operatingSystem": "Windows"}, "location": {"city": "Hannaville", "state": "Thomashaven", "countryOrRegion": "XY", "geoCoordinates": {"latitude": 1.1452695, "longitude": 128.249211}}, "correlationId": "fa8fee75-6f99-471e-8bca-2744eebe2222", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "167f9c29-7ed9-4f8f-9817-a0b245d8f572", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 147, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "AWS Single-Account Access Service", "resourceId": "f0630e90-b752-4960-bfb9-a0794fc34930", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 279165, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "JD6r07S9n9gEKxyJxVxAlFD534r6yD4WMypAbhJ0nHGWqe4n", "incomingTokenType": "none", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "1f37c851-4be4-455b-928a-fbde7845a68a", "rngcStatus": 0}}, {"time": "2022-08-19T20:45:37.306768Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "199.12.127.103", "correlationId": "ae4a31a5-06f8-490a-bd9c-db8666b7f715", "identity": "Jacob Meyers", "Level": 4, "location": "XG", "properties": {"id": "e3d678dd-4e47-4907-b11e-8ddd63c66b00", "createdDateTime": "2022-08-19T20:45:37.395768Z", "userDisplayName": "Jacob Meyers", "userPrincipalName": "jmeyers@domain.com", "userId": "c63a67b0-1651-4a8a-9560-cc703cdad5ad", "appId": "2eae4ad1-8cae-48fe-b718-76bd66e2fc7f", "appDisplayName": "Bipsync", "ipAddress": "199.12.127.103", "status": {"errorCode": 0}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (iPad; CPU iPad OS 9_3_6 like Mac OS X) AppleWebKit/536.1 (KHTML, like Gecko) CriOS/42.0.865.0 Mobile/77O124 Safari/536.1 Edge/99.14477", "deviceDetail": {"deviceId": "68cb982e-f215-496c-89bb-cc07716ff474", "displayName": "JACOBMEYERS-LT", "operatingSystem": "Windows 10", "browser": "Edge 99.14477", "trustType": "Azure AD registered"}, "location": {"city": "Port Nathan", "state": "Newmanville", "countryOrRegion": "XG", "geoCoordinates": {"latitude": 23.244641, "longitude": -113.392021}}, "correlationId": "bbae678d-0010-483a-8683-800da80bfdd6", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "63be7117-5ec1-40c5-9b93-00b36e498f4c", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 89, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Bipsync Service", "resourceId": "819aa3ed-3b63-4925-8388-0b8d41022941", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 282405, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "lXkl3BBeQkIpDDB1MM7jF5uNpIZG9jEW83CaDyPt05qCkPSG", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "7f0c9abd-8b0d-4973-8675-a495454c0c86", "rngcStatus": 0}}, {"time": "2022-08-19T21:01:20.621664Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "147.132.189.119", "correlationId": "ac55fec5-3a15-4287-934c-6ae4e12de1e3", "identity": "Cassie Fernandez", "Level": 4, "location": "XR", "properties": {"id": "d2644368-9b2b-45cb-8872-4b3f36758e00", "createdDateTime": "2022-08-19T21:01:20.854664Z", "userDisplayName": "Cassie Fernandez", "userPrincipalName": "cfernandez@domain.com", "userId": "67ef8be6-3f44-4db7-8172-fd6211428c1e", "appId": "dbe6b779-13df-45f2-a6d7-1323485479f6", "appDisplayName": "Cisco Webex", "ipAddress": "147.132.189.119", "status": {"errorCode": 0}, "clientAppUsed": "Browser", "deviceDetail": {"deviceId": "d5a487a1-ef7d-4960-9723-7fdadce19af3", "displayName": "CASSIEFERNANDEZ-LT", "operatingSystem": "Windows10", "browser": "Rich Client 4.38.0.0", "trustType": "Azure AD registered"}, "location": {"city": "Port Denisetown", "state": "Smithton", "countryOrRegion": "XR", "geoCoordinates": {"latitude": 3.5518965, "longitude": 131.871582}}, "correlationId": "c12ffe8a-ff56-4fbb-b6d9-1eec71b72f50", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "ee90bc51-d6f7-4fdd-b580-59b37f7d5997", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 233, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Cisco Webex Service", "resourceId": "30663ca7-f8a9-43ab-8ca1-7906bdbc1485", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 256668, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "FJSXAuG9mDtCd1aQwJMjWegxAMiNgQhztWrzKbpOgn1c4KCk", "incomingTokenType": "none", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "a6c259e5-7f16-48b2-a9f3-75becd6daa9b", "rngcStatus": 0}}, {"time": "2022-08-19T21:13:54.625943Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "50158", "resultSignature": "None", "resultDescription": "External security challenge was not satisfied.", "durationMs": 0, "callerIpAddress": "92.110.109.246", "correlationId": "4b32ad2d-8928-4f14-b1f5-fede10c408b6", "identity": "Thomas Price", "Level": 4, "location": "XR", "properties": {"id": "f86fd039-b911-4a63-b06c-84477b2b6500", "createdDateTime": "2022-08-19T21:13:54.766943Z", "userDisplayName": "Thomas Price", "userPrincipalName": "tprice@domain.com", "userId": "32109ee2-ee4f-4d11-9c38-2556aec0f2b5", "appId": "9a7e67c7-6f05-42a3-b226-97c7ec3e9696", "appDisplayName": "Adobe Identity Management", "ipAddress": "92.110.109.246", "status": {"errorCode": 50158, "failureReason": "External security challenge was not satisfied."}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (X11; Linux i686) AppleWebKit/535.2 (KHTML, like Gecko) Chrome/22.0.843.0 Safari/535.2 Edge/118.12158", "deviceDetail": {"deviceId": "fb4d911d-6441-411b-868f-d25d5586a326", "displayName": "THOMASPRICE-LT", "operatingSystem": "Windows 10", "browser": "Edge 118.12158", "trustType": "Hybrid Azure AD joined"}, "location": {"city": "Port Denisetown", "state": "Smithton", "countryOrRegion": "XR", "geoCoordinates": {"latitude": 3.5518965, "longitude": 131.871582}}, "correlationId": "f41afe6e-1b1f-45c4-84b6-70207a366d34", "conditionalAccessStatus": "failure", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "c8443910-b9c0-49eb-8534-d4f0ad1d538e", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 141, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Adobe Identity Management Service", "resourceId": "30663ca7-f8a9-43ab-8ca1-7906bdbc1485", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 230297, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "3mwlQUWN3H4njvUSZkzbSFy8gHfygdp3FFnMGrHKWjGapUks", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "a6c259e5-7f16-48b2-a9f3-75becd6daa9b", "rngcStatus": 0}}, {"time": "2022-08-19T21:20:41.656904Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "73.190.117.25", "correlationId": "6de5c94b-d911-461a-aab3-4d40d8b5259f", "identity": "Cassie Fernandez", "Level": 4, "location": "XR", "properties": {"id": "656b6a55-9c7d-4cd4-981f-e418eefb9600", "createdDateTime": "2022-08-19T21:20:41.776904Z", "userDisplayName": "Cassie Fernandez", "userPrincipalName": "cfernandez@domain.com", "userId": "67ef8be6-3f44-4db7-8172-fd6211428c1e", "appId": "9de6e985-97a5-4d82-9c45-aedaa9c25ef9", "appDisplayName": "AWS Single-Account Access", "ipAddress": "73.190.117.25", "status": {"errorCode": 0}, "clientAppUsed": "Browser", "deviceDetail": {"deviceId": "", "operatingSystem": "Ios"}, "location": {"city": "Boonetown", "state": "Smithton", "countryOrRegion": "XR", "geoCoordinates": {"latitude": 69.3533095, "longitude": -24.043896}}, "correlationId": "a9b63594-c963-40a9-8dd5-ab222457ef21", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "a98c00fb-2cf2-499c-b60f-6daaca6cb7f4", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 120, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "AWS Single-Account Access Service", "resourceId": "72f0186d-d327-46c9-a8ff-497e0caa8691", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 478055, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "w7IJtjpoZQjUH7d9S7WbPqIvNYZrHHMzqGt760cRhMQu85Zy", "incomingTokenType": "none", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": null, "rngcStatus": 0}}, {"time": "2022-08-19T22:00:22.295339Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "50158", "resultSignature": "None", "resultDescription": "External security challenge was not satisfied.", "durationMs": 0, "callerIpAddress": "92.110.109.246", "correlationId": "393973bd-8f2f-470c-8c3b-faf1333ac710", "identity": "Thomas Price", "Level": 4, "location": "XR", "properties": {"id": "09f5a465-b9bd-4377-a98a-f7dd92fb3a00", "createdDateTime": "2022-08-19T22:00:22.436339Z", "userDisplayName": "Thomas Price", "userPrincipalName": "tprice@domain.com", "userId": "32109ee2-ee4f-4d11-9c38-2556aec0f2b5", "appId": "9a7e67c7-6f05-42a3-b226-97c7ec3e9696", "appDisplayName": "Adobe Identity Management", "ipAddress": "92.110.109.246", "status": {"errorCode": 50158, "failureReason": "External security challenge was not satisfied."}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (X11; Linux i686) AppleWebKit/535.2 (KHTML, like Gecko) Chrome/22.0.843.0 Safari/535.2 Edge/118.12158", "deviceDetail": {"deviceId": "35819889-abdc-47e0-b28d-5195d26e941f", "displayName": "THOMASPRICE-LT", "operatingSystem": "Windows 10", "browser": "Edge 118.12158", "trustType": "Hybrid Azure AD joined"}, "location": {"city": "Port Denisetown", "state": "Smithton", "countryOrRegion": "XR", "geoCoordinates": {"latitude": 3.5518965, "longitude": 131.871582}}, "correlationId": "5e0cc391-4689-4217-8801-3dfea798c533", "conditionalAccessStatus": "failure", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "6a8c98d8-8744-4180-a757-7f61c882b14a", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "processingTimeInMilliseconds": 141, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Adobe Identity Management Service", "resourceId": "30663ca7-f8a9-43ab-8ca1-7906bdbc1485", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 230297, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "YDkCjir7DPEPUKNvb64ioCRM7y6MwJrHmx4EN4pOt7okqy2a", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "a6c259e5-7f16-48b2-a9f3-75becd6daa9b"}}, {"time": "2022-08-19T22:34:57.099236Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "147.132.189.119", "correlationId": "9489ec50-9986-4ecc-ad5b-ceadd8b3f777", "identity": "Cassie Fernandez", "Level": 4, "location": "XR", "properties": {"id": "4cef6bed-8ce8-4274-9ce5-4a2147486d00", "createdDateTime": "2022-08-19T22:34:57.231236Z", "userDisplayName": "Cassie Fernandez", "userPrincipalName": "cfernandez@domain.com", "userId": "67ef8be6-3f44-4db7-8172-fd6211428c1e", "appId": "9003b8ba-730c-412d-8972-267700304e01", "appDisplayName": "Box", "ipAddress": "147.132.189.119", "status": {"errorCode": 0}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (iPad; CPU iPad OS 9_3_6 like Mac OS X) AppleWebKit/536.1 (KHTML, like Gecko) CriOS/42.0.865.0 Mobile/77O124 Safari/536.1 Edge/99.14477", "deviceDetail": {"deviceId": "d5a487a1-ef7d-4960-9723-7fdadce19af3", "displayName": "CASSIEFERNANDEZ-LT", "operatingSystem": "Windows 10", "browser": "Edge 99.14477", "trustType": "Azure AD registered"}, "location": {"city": "Port Denisetown", "state": "Smithton", "countryOrRegion": "XR", "geoCoordinates": {"latitude": 3.5518965, "longitude": 131.871582}}, "correlationId": "bc024cdc-543a-448b-ba84-f97ecdf55441", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "b670e3fd-3373-44e1-ac28-ef14bbead594", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 132, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Box Online", "resourceId": "d2c09315-f769-4fc6-9be8-f57cf8efa9cc", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 256668, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "p7u9ngX6TPwkSFQ5U3SlIPfSgKFCNfwSzG8sOfJFtXExhRbl", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": null, "rngcStatus": 0}}, {"time": "2022-08-19T22:54:30.096264Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "99.116.100.205", "correlationId": "64b6ee46-a40f-4291-84a3-85b2c3ad55f0", "identity": "Aaron Cole", "Level": 4, "location": "XD", "properties": {"id": "3f04f6e0-8681-475f-a0d6-0af7c7d17600", "createdDateTime": "2022-08-19T22:54:30.198264Z", "userDisplayName": "Aaron Cole", "userPrincipalName": "acole@domain.com", "userId": "5d557969-1645-4ba4-be83-b6fd943659f7", "appId": "cb9ad245-0b24-4c75-ba23-398500baf7a8", "appDisplayName": "FileCloud", "ipAddress": "99.116.100.205", "status": {"errorCode": 0}, "clientAppUsed": "Browser", "deviceDetail": {"deviceId": "", "operatingSystem": "Windows", "browser": "Rich Client 4.35.1.0"}, "location": {"city": "Carrollstad", "state": "Norrisbury", "countryOrRegion": "XD", "geoCoordinates": {"latitude": -38.8540465, "longitude": -17.674718}}, "correlationId": "285b3fc6-c6ff-4295-a0da-ef38d1c25843", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "3f412f2c-a1d0-4877-aac5-ac1e78d9668a", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 102, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "FileCloud Service", "resourceId": "bca2b487-3a6c-440f-b1b7-a15b02771ad0", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 214655, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "enLXBUxAIoC9GlVoctkgacZZ0JjHYmqRYJg5WSFMHVRyzkxO", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "4da47dd4-556d-4ba4-9847-c1850930ab5e", "rngcStatus": 0}}, {"time": "2022-08-19T23:01:04.983327Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "86.154.193.190", "correlationId": "888b1bfc-7bdf-4a44-9626-146ca73ef0f7", "identity": "Kristen Howell", "Level": 4, "location": "XR", "properties": {"id": "7682696f-415e-4a05-906d-36aacd507700", "createdDateTime": "2022-08-19T23:01:05.115327Z", "userDisplayName": "Kristen Howell", "userPrincipalName": "khowell@domain.com", "userId": "20e1e3f9-665f-45bd-9984-5e74b526d3b5", "appId": "9a7e67c7-6f05-42a3-b226-97c7ec3e9696", "appDisplayName": "Adobe Identity Management", "ipAddress": "86.154.193.190", "status": {"errorCode": 0, "additionalDetails": "MFA requirement satisfied by claim in the token"}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (X11; Linux i686) AppleWebKit/533.0 (KHTML, like Gecko) Chrome/24.0.803.0 Safari/533.0 Edge/40.11325", "deviceDetail": {"deviceId": "6ea76864-5f18-47dd-adb9-2b1dfcbfc425", "displayName": "KRISTENHOWELL-LT", "operatingSystem": "Windows 10", "browser": "Edge 40.11325", "isCompliant": true, "isManaged": true, "trustType": "Azure AD joined"}, "location": {"city": "Port Denisetown", "state": "Smithton", "countryOrRegion": "XR", "geoCoordinates": {"latitude": 3.5518965, "longitude": 131.871582}}, "mfaDetail": {}, "correlationId": "6cc83960-e020-46aa-97e0-f4785e589cd7", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "05d14213-3c8d-4239-98b6-54c0759be5f3", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 132, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Adobe Identity Management Service", "resourceId": "30663ca7-f8a9-43ab-8ca1-7906bdbc1485", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 256668, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "CQ39kOF6bSEhLS7MF7TwhALBMXmN60ovzb3hSLGnf92h4nqO", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "a6c259e5-7f16-48b2-a9f3-75becd6daa9b", "rngcStatus": 0}}, {"time": "2022-08-19T23:04:43.849413Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "42.62.103.34", "correlationId": "015dfcf4-1016-95e2-94df-112958d364ce", "identity": "Joseph Taylor", "Level": 4, "location": "XF", "properties": {"id": "61f774b4-bfab-427d-9daf-844062516700", "createdDateTime": "2022-08-19T23:04:43.987413Z", "userDisplayName": "Joseph Taylor", "userPrincipalName": "jtaylor@domain.com", "userId": "af9847eb-c773-41ae-bf94-42747c5e986c", "appId": "b2421da4-c71e-46a9-b848-495ef54b79c4", "appDisplayName": "ServiceNow", "ipAddress": "42.62.103.34", "status": {"errorCode": 0, "additionalDetails": "MFA requirement satisfied by claim in the token"}, "clientAppUsed": "Browser", "deviceDetail": {"deviceId": "76b96bd3-e5d7-49ee-b195-bf363facdb3d", "displayName": "JOSEPHTAYLOR-LT", "operatingSystem": "Windows10", "browser": "Rich Client 4.30.1.0", "isCompliant": true, "isManaged": true, "trustType": "Azure AD joined"}, "location": {"city": "Jessicafurt", "state": "Smithbury", "countryOrRegion": "XF", "geoCoordinates": {"latitude": 17.5082395, "longitude": -115.304215}}, "mfaDetail": {}, "correlationId": "7d050332-caee-454d-bfa4-20f9e1bd0d8e", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "5b310e82-bb26-43a3-bfbf-a9789bdd2885", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 138, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "ServiceNow Online", "resourceId": "72f0186d-d327-46c9-a8ff-497e0caa8691", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 393508, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "r9bO8wY0FMbrysq0CpgfOR6r8yXDUhqBnBvVH0IgzfzymSyG", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": null, "rngcStatus": 0}}, {"time": "2022-08-19T23:12:45.263724Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "50158", "resultSignature": "None", "resultDescription": "External security challenge was not satisfied.", "durationMs": 0, "callerIpAddress": "44.22.19.201", "correlationId": "dd1c14fe-8dc2-42d1-9ed6-4436e509e716", "identity": "Thomas Price", "Level": 4, "location": "XN", "properties": {"id": "47feb9b1-20cd-45b9-b445-8c6151df7400", "createdDateTime": "2022-08-19T23:12:45.383724Z", "userDisplayName": "Thomas Price", "userPrincipalName": "tprice@domain.com", "userId": "32109ee2-ee4f-4d11-9c38-2556aec0f2b5", "appId": "9a7e67c7-6f05-42a3-b226-97c7ec3e9696", "appDisplayName": "Adobe Identity Management", "ipAddress": "44.22.19.201", "status": {"errorCode": 50158, "failureReason": "External security challenge was not satisfied."}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (X11; Linux i686) AppleWebKit/535.2 (KHTML, like Gecko) Chrome/22.0.843.0 Safari/535.2 Edge/118.12158", "deviceDetail": {"deviceId": "fb4d911d-6441-411b-868f-d25d5586a326", "displayName": "THOMASPRICE-LT", "operatingSystem": "Windows 10", "browser": "Edge 118.12158", "trustType": "Hybrid Azure AD joined"}, "location": {"city": "Littlemouth", "state": "Alexanderfurt", "countryOrRegion": "XN", "geoCoordinates": {"latitude": 25.4437255, "longitude": -109.530885}}, "correlationId": "d4dc452f-6b41-45a9-8aa1-fefacb9283a8", "conditionalAccessStatus": "failure", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "5218d22a-010c-44b2-bf2b-1cfab7c6d1c1", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 120, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Adobe Identity Management Service", "resourceId": "30663ca7-f8a9-43ab-8ca1-7906bdbc1485", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 230297, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "keVmy4UvyGN6oIBEty3tZ2c3EvbSi2H0cpocellInDK9AVhz", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "a6c259e5-7f16-48b2-a9f3-75becd6daa9b", "rngcStatus": 0}}, {"time": "2022-08-19T23:17:10.422931Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "156.206.181.119", "correlationId": "a302985a-31b3-4ebb-a7e9-324edd2c6e15", "identity": "Cynthia Perry", "Level": 4, "location": "XY", "properties": {"id": "aae6799f-ea3c-499a-892d-2f1a0c5d5400", "createdDateTime": "2022-08-19T23:17:10.527931Z", "userDisplayName": "Cynthia Perry", "userPrincipalName": "cperry@domain.com", "userId": "ac5fa380-9d5b-470e-beb2-5ba10aca48e6", "appId": "9de6e985-97a5-4d82-9c45-aedaa9c25ef9", "appDisplayName": "AWS Single-Account Access", "ipAddress": "156.206.181.119", "status": {"errorCode": 0}, "clientAppUsed": "Browser", "deviceDetail": {"deviceId": "", "operatingSystem": "Windows"}, "location": {"city": "Hannaville", "state": "Thomashaven", "countryOrRegion": "XY", "geoCoordinates": {"latitude": 1.1452695, "longitude": 128.249211}}, "correlationId": "d99775ef-7d0a-44d8-9c55-dc011aaaab4a", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "fb82eed1-5fe9-442d-b2f8-53cdf33d69ec", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "processingTimeInMilliseconds": 105, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "AWS Single-Account Access Service", "resourceId": "9a84f55e-3a40-492c-9476-e069f64ed7a6", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 279165, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "RbcQ7ktV3mUeAQSOKQEuAXCrb7qxvMY9UlYeYoF0eOaOSauw", "incomingTokenType": "none", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "37ee873b-f901-4e25-be69-010243106d0f"}}, {"time": "2022-08-19T23:47:02.362728Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "50158", "resultSignature": "None", "resultDescription": "External security challenge was not satisfied.", "durationMs": 0, "callerIpAddress": "105.169.153.183", "correlationId": "f284f398-4a05-4252-aa70-1a3dd409c27d", "identity": "Thomas Price", "Level": 4, "location": "XR", "properties": {"id": "d1c71b55-a9e3-4309-9710-b39220dd5300", "createdDateTime": "2022-08-19T23:47:02.501728Z", "userDisplayName": "Thomas Price", "userPrincipalName": "tprice@domain.com", "userId": "32109ee2-ee4f-4d11-9c38-2556aec0f2b5", "appId": "9a7e67c7-6f05-42a3-b226-97c7ec3e9696", "appDisplayName": "Adobe Identity Management", "ipAddress": "105.169.153.183", "status": {"errorCode": 50158, "failureReason": "External security challenge was not satisfied."}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (X11; Linux i686) AppleWebKit/535.2 (KHTML, like Gecko) Chrome/22.0.843.0 Safari/535.2 Edge/118.12158", "deviceDetail": {"deviceId": "2b85c59f-331a-4b61-9a44-9d3d6df62a06", "displayName": "THOMASPRICE-LT", "operatingSystem": "Windows 10", "browser": "Edge 118.12158", "trustType": "Hybrid Azure AD joined"}, "location": {"city": "Kevinton", "state": "Smithton", "countryOrRegion": "XR", "geoCoordinates": {"latitude": -87.5106305, "longitude": -77.991036}}, "correlationId": "15d1a66e-b7e1-4f78-9ae3-3cb3e865a825", "conditionalAccessStatus": "failure", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "33412891-fcf2-49e0-a4c4-989a9d905d8c", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "processingTimeInMilliseconds": 139, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Adobe Identity Management Service", "resourceId": "30663ca7-f8a9-43ab-8ca1-7906bdbc1485", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 256668, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "9ZG0fbJoDkVIXSlm4BfleXM6OcvAytRvnIftmqVrHREMPo9s", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "a6c259e5-7f16-48b2-a9f3-75becd6daa9b"}}, {"time": "2022-08-20T00:19:23.348417Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "156.206.181.119", "correlationId": "d046b365-f5f9-4c9d-9365-dc6df2a92b97", "identity": "Cynthia Perry", "Level": 4, "location": "XY", "properties": {"id": "4c611638-3218-4fe7-8e92-9add3faf6600", "createdDateTime": "2022-08-20T00:19:23.489417Z", "userDisplayName": "Cynthia Perry", "userPrincipalName": "cperry@domain.com", "userId": "ac5fa380-9d5b-470e-beb2-5ba10aca48e6", "appId": "9de6e985-97a5-4d82-9c45-aedaa9c25ef9", "appDisplayName": "AWS Single-Account Access", "ipAddress": "156.206.181.119", "status": {"errorCode": 0}, "clientAppUsed": "Browser", "deviceDetail": {"deviceId": "", "operatingSystem": "Windows"}, "location": {"city": "Hannaville", "state": "Thomashaven", "countryOrRegion": "XY", "geoCoordinates": {"latitude": 1.1452695, "longitude": 128.249211}}, "correlationId": "88dd6b3e-0468-4e96-bcc5-644ee1ee36f5", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "072908a0-3b92-4daa-aec8-748f45e5e65b", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 141, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "AWS Single-Account Access Service", "resourceId": "9a84f55e-3a40-492c-9476-e069f64ed7a6", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 279165, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "Gk3fjKYxr9ZBRXdvsJPO4kf5cZjN3YVzwUZNdAbOW7cfFb7v", "incomingTokenType": "none", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "37ee873b-f901-4e25-be69-010243106d0f", "rngcStatus": 0}}, {"time": "2022-08-20T00:35:59.385353Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "205.33.24.92", "correlationId": "9da9f4c9-0ada-419f-ada0-4dea9b40c11b", "identity": "Vanessa Ramirez", "Level": 4, "location": "XD", "properties": {"id": "70084a8c-f56a-450b-8ce6-510d431a9800", "createdDateTime": "2022-08-20T00:35:59.484353Z", "userDisplayName": "Vanessa Ramirez", "userPrincipalName": "vramirez@domain.com", "userId": "5d72b7ed-62ea-4b94-b931-ccef65d71ebd", "appId": "9de6e985-97a5-4d82-9c45-aedaa9c25ef9", "appDisplayName": "AWS Single-Account Access", "ipAddress": "205.33.24.92", "status": {"errorCode": 0}, "clientAppUsed": "Browser", "deviceDetail": {"deviceId": "e395a3f4-8f2d-4170-804f-d3e13ce3151b", "displayName": "VANESSARAMIREZ-LT", "operatingSystem": "Windows", "trustType": "Azure AD registered"}, "location": {"city": "Kristinmouth", "state": "Norrisbury", "countryOrRegion": "XD", "geoCoordinates": {"latitude": 26.278784, "longitude": -92.042573}}, "correlationId": "51623f83-d68b-436c-b603-eef430fb6bdf", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "b5df7c7c-a695-4aaf-ab84-0acbee1df2e6", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 99, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "AWS Single-Account Access", "resourceId": "1f1f8006-bcaf-48ed-96be-45ba0b1802c3", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 214655, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "71s5pME55CsqMBKo5wstbETpN3vXW4OIQw6o7GhdwSqFtb9K", "incomingTokenType": "none", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": null, "rngcStatus": 0}}, {"time": "2022-08-20T00:52:59.865693Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "147.132.189.119", "correlationId": "dbcbc332-2d9f-469e-bc61-42f235c58e18", "identity": "Cassie Fernandez", "Level": 4, "location": "XR", "properties": {"id": "5e327247-139b-4579-a477-0876edfb9200", "createdDateTime": "2022-08-20T00:52:59.970693Z", "userDisplayName": "Cassie Fernandez", "userPrincipalName": "cfernandez@domain.com", "userId": "67ef8be6-3f44-4db7-8172-fd6211428c1e", "appId": "9a7e67c7-6f05-42a3-b226-97c7ec3e9696", "appDisplayName": "Adobe Identity Management", "ipAddress": "147.132.189.119", "status": {"errorCode": 0}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (iPad; CPU iPad OS 9_3_6 like Mac OS X) AppleWebKit/536.1 (KHTML, like Gecko) CriOS/42.0.865.0 Mobile/77O124 Safari/536.1 Edge/99.14477", "deviceDetail": {"deviceId": "bf67c857-685a-4457-89c4-db2afa581bd2", "displayName": "CASSIEFERNANDEZ-LT", "operatingSystem": "Windows 10", "browser": "Edge 99.14477", "trustType": "Hybrid Azure AD joined"}, "location": {"city": "Port Denisetown", "state": "Smithton", "countryOrRegion": "XR", "geoCoordinates": {"latitude": 3.5518965, "longitude": 131.871582}}, "correlationId": "9030fb28-cbed-4303-bea3-e2a9ce0fea46", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "9f36e487-94da-49ca-8f99-0dec859698b6", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 105, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Adobe Identity Management Service", "resourceId": "30663ca7-f8a9-43ab-8ca1-7906bdbc1485", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 256668, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "RNu4Ty3TvfHiGduJyZJHg6y7ilYrq3SNhioPAf0dpUNLvhOT", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "a6c259e5-7f16-48b2-a9f3-75becd6daa9b", "rngcStatus": 0}}, {"time": "2022-08-20T01:01:22.435811Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "13.113.40.157", "correlationId": "452534cc-e6d0-4bdf-9435-1490098cda54", "identity": "Attack Target", "Level": 4, "location": "XR", "properties": {"id": "4ef53074-987d-44ae-a8dd-b6e4ca569b00", "createdDateTime": "2022-08-20T01:01:22.786811Z", "userDisplayName": "Attack Target", "userPrincipalName": "attacktarget@domain.com", "userId": "d735e84b-dcca-404d-9f7d-700f360f41a6", "appId": "9c5b7fe3-0ad2-4ea6-94e5-9e0001f367e3", "appDisplayName": "Articulate 360", "ipAddress": "13.113.40.157", "status": {"errorCode": 0}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (iPad; CPU iPad OS 9_3_6 like Mac OS X) AppleWebKit/536.1 (KHTML, like Gecko) CriOS/42.0.865.0 Mobile/77O124 Safari/536.1 Edge/99.14477", "deviceDetail": {"deviceId": "a44625dc-6f81-449a-9799-8005f7209b42", "displayName": "ATTACKTARGET-LT", "operatingSystem": "Windows 10", "browser": "Edge 99.14477", "trustType": "Azure AD registered"}, "location": {"city": "Smithfort", "state": "Smithfort", "countryOrRegion": "XR", "geoCoordinates": {"latitude": 3.7564095, "longitude": -121.574606}}, "correlationId": "204cbb9d-1a21-4d9d-a9f1-767f479cd635", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "2444db9d-7e5e-4ca1-8177-2005daee51f1", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 351, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Articulate 360 Online", "resourceId": "436260d5-3791-4aea-a4da-aa698ec35f2f", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 34974, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "CZz84cB8Ghs1y0A1zTjMn816m0oKkfjz3iPkJAU4RHBHM5Ek", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "94b9f3ba-5f4b-4edc-99dc-a420b76960f9", "rngcStatus": 0}}, {"time": "2022-08-20T01:22:48.264702Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "156.206.181.119", "correlationId": "9baf73f3-61f8-441c-8b65-8c085ac15f90", "identity": "Cynthia Perry", "Level": 4, "location": "XY", "properties": {"id": "0d974f4a-644a-4dd3-8042-8485cdb86600", "createdDateTime": "2022-08-20T01:22:48.358702Z", "userDisplayName": "Cynthia Perry", "userPrincipalName": "cperry@domain.com", "userId": "ac5fa380-9d5b-470e-beb2-5ba10aca48e6", "appId": "9de6e985-97a5-4d82-9c45-aedaa9c25ef9", "appDisplayName": "AWS Single-Account Access", "ipAddress": "156.206.181.119", "status": {"errorCode": 0}, "clientAppUsed": "Browser", "deviceDetail": {"deviceId": "", "operatingSystem": "Windows"}, "location": {"city": "Hannaville", "state": "Thomashaven", "countryOrRegion": "XY", "geoCoordinates": {"latitude": 1.1452695, "longitude": 128.249211}}, "correlationId": "dc43bb74-d23a-4a81-91c5-e10bbe339f70", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "e14af92b-c1c6-48dd-8a90-beff21f63fe6", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 94, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "AWS Single-Account Access Service", "resourceId": "9a84f55e-3a40-492c-9476-e069f64ed7a6", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 279165, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "Sfpvf0ShZlRDsDl0eK8yg4zS2uUOe00WdfvkdwtUpP2IhJGd", "incomingTokenType": "none", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "37ee873b-f901-4e25-be69-010243106d0f", "rngcStatus": 0}}, {"time": "2022-08-20T01:28:10.482806Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "156.206.181.119", "correlationId": "85ebaa8d-bc1f-4ac7-bbff-75e1aa5d9ba4", "identity": "Cynthia Perry", "Level": 4, "location": "XY", "properties": {"id": "47feb9b1-20cd-45b9-b445-8c6152c76d00", "createdDateTime": "2022-08-20T01:28:10.634806Z", "userDisplayName": "Cynthia Perry", "userPrincipalName": "cperry@domain.com", "userId": "ac5fa380-9d5b-470e-beb2-5ba10aca48e6", "appId": "9de6e985-97a5-4d82-9c45-aedaa9c25ef9", "appDisplayName": "AWS Single-Account Access", "ipAddress": "156.206.181.119", "status": {"errorCode": 0}, "clientAppUsed": "Browser", "deviceDetail": {"deviceId": "", "operatingSystem": "Windows"}, "location": {"city": "Hannaville", "state": "Thomashaven", "countryOrRegion": "XY", "geoCoordinates": {"latitude": 1.1452695, "longitude": 128.249211}}, "correlationId": "c92c236e-90c1-49ee-ad8e-88a9d33fbb56", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "8a6e4647-ec02-4f55-b049-72af099274ce", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 152, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "AWS Single-Account Access", "resourceId": "1f1f8006-bcaf-48ed-96be-45ba0b1802c3", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 279165, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "tptBVIA9hElp5TrbZHQpNN0FXdwMxgjpsUiVkN3FSpH5NjKi", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": null, "rngcStatus": 0}}, {"time": "2022-08-20T01:28:55.652635Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "105.169.153.183", "correlationId": "148c29a2-e3a5-4cbd-8c0d-375633f49a29", "identity": "Jim Gonzalez", "Level": 4, "location": "XR", "properties": {"id": "86ba97e9-45f2-4c3d-bbb5-6d0bc97a6100", "createdDateTime": "2022-08-20T01:28:55.816635Z", "userDisplayName": "Jim Gonzalez", "userPrincipalName": "jgonzalez@domain.com", "userId": "95090045-a9c5-489c-adee-2db430a3333a", "appId": "2eae4ad1-8cae-48fe-b718-76bd66e2fc7f", "appDisplayName": "Bipsync", "ipAddress": "105.169.153.183", "status": {"errorCode": 0}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (Windows NT 4.0) AppleWebKit/532.1 (KHTML, like Gecko) Chrome/38.0.801.0 Safari/532.1 Edge/19.15284", "deviceDetail": {"deviceId": "15135d1f-cb47-4bd8-b76d-90a9171c09bd", "displayName": "JIMGONZALEZ-LT", "operatingSystem": "Windows 10", "browser": "Edge 19.15284", "trustType": "Azure AD registered"}, "location": {"city": "Kevinton", "state": "Smithton", "countryOrRegion": "XR", "geoCoordinates": {"latitude": -87.5106305, "longitude": -77.991036}}, "correlationId": "7eb184cb-ef80-4ff8-bec4-371f4963b138", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "ebadcc31-8415-4e35-9eb0-ed48c3705519", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 164, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Bipsync Service", "resourceId": "bca2b487-3a6c-440f-b1b7-a15b02771ad0", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 256668, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "OovD3SenW7BGpL3ub3YTYz5SoQFYdSFghFMURrCRNxDq1a3R", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "4da47dd4-556d-4ba4-9847-c1850930ab5e", "rngcStatus": 0}}, {"time": "2022-08-20T01:29:30.667221Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "205.33.24.92", "correlationId": "e4a93775-e2f8-475d-99a3-2dbd9ce3a9ec", "identity": "Vanessa Ramirez", "Level": 4, "location": "XD", "properties": {"id": "d43ff6b9-d2e4-4291-bf54-8dd9a0779000", "createdDateTime": "2022-08-20T01:29:30.780221Z", "userDisplayName": "Vanessa Ramirez", "userPrincipalName": "vramirez@domain.com", "userId": "5d72b7ed-62ea-4b94-b931-ccef65d71ebd", "appId": "9de6e985-97a5-4d82-9c45-aedaa9c25ef9", "appDisplayName": "AWS Single-Account Access", "ipAddress": "205.33.24.92", "status": {"errorCode": 0}, "clientAppUsed": "Browser", "deviceDetail": {"deviceId": "e395a3f4-8f2d-4170-804f-d3e13ce3151b", "displayName": "VANESSARAMIREZ-LT", "operatingSystem": "Windows", "trustType": "Azure AD registered"}, "location": {"city": "Kristinmouth", "state": "Norrisbury", "countryOrRegion": "XD", "geoCoordinates": {"latitude": 26.278784, "longitude": -92.042573}}, "correlationId": "be8db3f1-ff5a-4f2a-b224-d56f56842fc6", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "168e2932-f043-46e4-af8f-03ff85046456", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 113, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "AWS Single-Account Access Service", "resourceId": "f0630e90-b752-4960-bfb9-a0794fc34930", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 214655, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "8AinFIscc8tXIj93MJkGsMecs4wtoAkjS5MaySSo4Nuo0WD9", "incomingTokenType": "none", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "1f37c851-4be4-455b-928a-fbde7845a68a", "rngcStatus": 0}}, {"time": "2022-08-20T01:52:53.446261Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "205.33.24.92", "correlationId": "f0646832-b880-43c1-97bf-58975a487b5d", "identity": "Aaron Cole", "Level": 4, "location": "XD", "properties": {"id": "091f472c-8c50-486e-b774-16db9e036200", "createdDateTime": "2022-08-20T01:52:53.537261Z", "userDisplayName": "Aaron Cole", "userPrincipalName": "acole@domain.com", "userId": "5d557969-1645-4ba4-be83-b6fd943659f7", "appId": "ad65aaed-51a8-4877-830e-8a5273604c87", "appDisplayName": "Docusign", "ipAddress": "205.33.24.92", "status": {"errorCode": 0}, "clientAppUsed": "Browser", "deviceDetail": {"deviceId": "", "operatingSystem": "Windows", "browser": "Rich Client 4.42.0.0"}, "location": {"city": "Kristinmouth", "state": "Norrisbury", "countryOrRegion": "XD", "geoCoordinates": {"latitude": 26.278784, "longitude": -92.042573}}, "correlationId": "a4a6d6af-84cd-468a-9944-523f1bd0434f", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "0f46a393-3cbc-4828-87cd-7b82a553cfc4", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "processingTimeInMilliseconds": 91, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Docusign Service", "resourceId": "24578515-1951-4064-967d-0d2acaf0aa70", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 214655, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "pbucGnZV0PvxnUxo9kciUPrDAIdLt9S2EdIMhTunWra0srSV", "incomingTokenType": "none", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "0e68752b-7dfa-400b-a6f5-1b54af90696a"}}, {"time": "2022-08-20T02:06:17.452870Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "156.206.181.119", "correlationId": "221d47ce-7c14-4660-9049-f4636e00d0fd", "identity": "Cynthia Perry", "Level": 4, "location": "XY", "properties": {"id": "d9fe19c7-3b22-47c4-a577-e6f91e366900", "createdDateTime": "2022-08-20T02:06:17.563870Z", "userDisplayName": "Cynthia Perry", "userPrincipalName": "cperry@domain.com", "userId": "ac5fa380-9d5b-470e-beb2-5ba10aca48e6", "appId": "9de6e985-97a5-4d82-9c45-aedaa9c25ef9", "appDisplayName": "AWS Single-Account Access", "ipAddress": "156.206.181.119", "status": {"errorCode": 0}, "clientAppUsed": "Browser", "deviceDetail": {"deviceId": "", "operatingSystem": "Windows"}, "location": {"city": "Hannaville", "state": "Thomashaven", "countryOrRegion": "XY", "geoCoordinates": {"latitude": 1.1452695, "longitude": 128.249211}}, "correlationId": "8d9e5e38-81f5-4a0f-bd34-a7312b2dc8a3", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "d24bff47-1d65-4b1c-a431-a4bbd151b4c8", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 111, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "AWS Single-Account Access Service", "resourceId": "f0630e90-b752-4960-bfb9-a0794fc34930", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 279165, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "sJLWKpGtIPaDM78qxKzkEWEUoq9g1ZehGlHnxaHhWqpG1euW", "incomingTokenType": "none", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "1f37c851-4be4-455b-928a-fbde7845a68a", "rngcStatus": 0}}, {"time": "2022-08-20T02:09:45.856924Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "156.206.181.119", "correlationId": "11553522-754d-4502-a2a9-5de75314580b", "identity": "Cynthia Perry", "Level": 4, "location": "XY", "properties": {"id": "4bc15ed8-27d4-456e-9748-a68733e56100", "createdDateTime": "2022-08-20T02:09:46.014924Z", "userDisplayName": "Cynthia Perry", "userPrincipalName": "cperry@domain.com", "userId": "ac5fa380-9d5b-470e-beb2-5ba10aca48e6", "appId": "9de6e985-97a5-4d82-9c45-aedaa9c25ef9", "appDisplayName": "AWS Single-Account Access", "ipAddress": "156.206.181.119", "status": {"errorCode": 0}, "clientAppUsed": "Browser", "deviceDetail": {"deviceId": "", "operatingSystem": "Windows"}, "location": {"city": "Hannaville", "state": "Thomashaven", "countryOrRegion": "XY", "geoCoordinates": {"latitude": 1.1452695, "longitude": 128.249211}}, "correlationId": "929f3cd0-3333-4749-a3b3-229bc878f1cd", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "f5a77307-c192-488b-92c2-fea38a36f031", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 158, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "AWS Single-Account Access Service", "resourceId": "f0630e90-b752-4960-bfb9-a0794fc34930", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 279165, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "Pzn30ctiAA4Rs5GNJZ7KX4TLIbxXwa4j3ePAVXfmKIpThcEa", "incomingTokenType": "none", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "1f37c851-4be4-455b-928a-fbde7845a68a", "rngcStatus": 0}}, {"time": "2022-08-20T02:24:35.254075Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "13.113.40.157", "correlationId": "e794e83c-18fd-457f-8da0-66bcf0728f5b", "identity": "Attack Target", "Level": 4, "location": "XR", "properties": {"id": "95854fa2-5be6-4c9a-9e31-8e177f763c00", "createdDateTime": "2022-08-20T02:24:35.419075Z", "userDisplayName": "Attack Target", "userPrincipalName": "attacktarget@domain.com", "userId": "d735e84b-dcca-404d-9f7d-700f360f41a6", "appId": "9a7e67c7-6f05-42a3-b226-97c7ec3e9696", "appDisplayName": "Adobe Identity Management", "ipAddress": "13.113.40.157", "ipAddressFromResourceProvider": "11.5.130.220", "status": {"errorCode": 0}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (iPad; CPU iPad OS 9_3_6 like Mac OS X) AppleWebKit/536.1 (KHTML, like Gecko) CriOS/42.0.865.0 Mobile/77O124 Safari/536.1 Edge/99.14477", "deviceDetail": {"deviceId": "a44625dc-6f81-449a-9799-8005f7209b42", "displayName": "ATTACKTARGET-LT", "operatingSystem": "Windows 10", "browser": "Edge 99.14477", "trustType": "Azure AD registered"}, "location": {"city": "New John", "state": "Smithfort", "countryOrRegion": "XR", "geoCoordinates": {"latitude": -89.144242, "longitude": 168.119022}}, "correlationId": "a9fae996-4e5c-4c95-b253-c7c47bd1b7aa", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "f8cac4bb-1b0d-44c9-a4a1-dfa1fa03e158", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 165, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Adobe Identity Management Service", "resourceId": "9a84f55e-3a40-492c-9476-e069f64ed7a6", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 34974, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "968cRAUrsKjY1QC22fKsrrJnpDYEjggakCLTaOunHulKM5t4", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "37ee873b-f901-4e25-be69-010243106d0f", "rngcStatus": 0}}, {"time": "2022-08-20T02:28:48.480434Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "50158", "resultSignature": "None", "resultDescription": "External security challenge was not satisfied.", "durationMs": 0, "callerIpAddress": "44.22.19.201", "correlationId": "80c39ef4-974c-4b8e-9cd8-1bddf6fa4f35", "identity": "Thomas Price", "Level": 4, "location": "XN", "properties": {"id": "09bc22c3-cc85-4198-bbfc-5e6782fb5d00", "createdDateTime": "2022-08-20T02:28:48.613434Z", "userDisplayName": "Thomas Price", "userPrincipalName": "tprice@domain.com", "userId": "32109ee2-ee4f-4d11-9c38-2556aec0f2b5", "appId": "9a7e67c7-6f05-42a3-b226-97c7ec3e9696", "appDisplayName": "Adobe Identity Management", "ipAddress": "44.22.19.201", "status": {"errorCode": 50158, "failureReason": "External security challenge was not satisfied."}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (X11; Linux i686) AppleWebKit/535.2 (KHTML, like Gecko) Chrome/22.0.843.0 Safari/535.2 Edge/118.12158", "deviceDetail": {"deviceId": "35819889-abdc-47e0-b28d-5195d26e941f", "displayName": "THOMASPRICE-LT", "operatingSystem": "Windows 10", "browser": "Edge 118.12158", "trustType": "Hybrid Azure AD joined"}, "location": {"city": "Littlemouth", "state": "Alexanderfurt", "countryOrRegion": "XN", "geoCoordinates": {"latitude": 25.4437255, "longitude": -109.530885}}, "correlationId": "4b5603d7-7c1b-4c98-b27b-9d22b8cb9d51", "conditionalAccessStatus": "failure", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "3999c94e-6591-4b8f-ad6c-54bc8eeeb7db", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "processingTimeInMilliseconds": 133, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Adobe Identity Management Service", "resourceId": "30663ca7-f8a9-43ab-8ca1-7906bdbc1485", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 230297, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "vAA3DXmwxPoESta2Ln6njQqcD37pO7wTIm5UDauoqgGznT66", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "a6c259e5-7f16-48b2-a9f3-75becd6daa9b"}}, {"time": "2022-08-20T02:32:55.240453Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "147.132.189.119", "correlationId": "f7dc15a7-aa9b-4201-a0d0-b8fd0ed2ff65", "identity": "Terry Proctor", "Level": 4, "location": "XR", "properties": {"id": "b7f5af53-c3a8-4597-83ff-57a2a23b7600", "createdDateTime": "2022-08-20T02:32:55.329453Z", "userDisplayName": "Terry Proctor", "userPrincipalName": "tproctor@domain.com", "userId": "03110cc5-e54f-4dae-b68a-bf5d945f8152", "appId": "9003b8ba-730c-412d-8972-267700304e01", "appDisplayName": "Box", "ipAddress": "147.132.189.119", "status": {"errorCode": 0, "additionalDetails": "MFA requirement satisfied by claim in the token"}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (X11; Linux i686) AppleWebKit/533.0 (KHTML, like Gecko) Chrome/24.0.803.0 Safari/533.0 Edge/40.11325", "deviceDetail": {"deviceId": "88ee69d5-1eb7-4f29-b594-e9b4e3371940", "displayName": "TERRYPROCTOR-LT", "operatingSystem": "Windows 10", "browser": "Edge 40.11325", "isCompliant": true, "isManaged": true, "trustType": "Azure AD joined"}, "location": {"city": "Port Denisetown", "state": "Smithton", "countryOrRegion": "XR", "geoCoordinates": {"latitude": 3.5518965, "longitude": 131.871582}}, "mfaDetail": {}, "correlationId": "5eaf8acb-a128-4d2b-8ad3-1b22ada898ee", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "bc350014-84b8-43ea-a54b-fd5ac83c64ab", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 89, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Box Online", "resourceId": "d2c09315-f769-4fc6-9be8-f57cf8efa9cc", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 256668, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "jx8jyniPs3t9maFT8JkXYsRVqa0mrPCKKzP9NIlLM0xvpPZI", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": null, "rngcStatus": 0}}, {"time": "2022-08-20T02:39:36.404654Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "13.113.40.157", "correlationId": "dabcf253-7672-4aed-8d42-d6bc5fbd13dd", "identity": "Attack Target", "Level": 4, "location": "XR", "properties": {"id": "94c99ee9-21d2-4aba-9fc3-5d1f6ada5100", "createdDateTime": "2022-08-20T02:39:36.729654Z", "userDisplayName": "Attack Target", "userPrincipalName": "attacktarget@domain.com", "userId": "d735e84b-dcca-404d-9f7d-700f360f41a6", "appId": "9c5b7fe3-0ad2-4ea6-94e5-9e0001f367e3", "appDisplayName": "Articulate 360", "ipAddress": "13.113.40.157", "status": {"errorCode": 0}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (iPad; CPU iPad OS 9_3_6 like Mac OS X) AppleWebKit/536.1 (KHTML, like Gecko) CriOS/42.0.865.0 Mobile/77O124 Safari/536.1 Edge/99.14477", "deviceDetail": {"deviceId": "a44625dc-6f81-449a-9799-8005f7209b42", "displayName": "ATTACKTARGET-LT", "operatingSystem": "Windows 10", "browser": "Edge 99.14477", "trustType": "Azure AD registered"}, "location": {"city": "New John", "state": "Smithfort", "countryOrRegion": "XR", "geoCoordinates": {"latitude": -89.144242, "longitude": 168.119022}}, "correlationId": "db852b1e-a117-4cde-9036-fae14bc75e19", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "855c6f5d-75c2-44e8-ac8e-1114e6b85ec0", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "processingTimeInMilliseconds": 325, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Articulate 360 Online", "resourceId": "436260d5-3791-4aea-a4da-aa698ec35f2f", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 34974, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "Vum2po3P6HlpgVdfB1SW4vZzvUqNq0iaHYYE6pbI8NKhBfzg", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "94b9f3ba-5f4b-4edc-99dc-a420b76960f9"}}, {"time": "2022-08-20T02:40:13.388619Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "50158", "resultSignature": "None", "resultDescription": "External security challenge was not satisfied.", "durationMs": 0, "callerIpAddress": "105.169.153.183", "correlationId": "abbf9caf-91ca-45c1-a073-510480d242cc", "identity": "Thomas Price", "Level": 4, "location": "XR", "properties": {"id": "84170ee1-88cb-4e3d-bb5d-283ac9a96f00", "createdDateTime": "2022-08-20T02:40:13.521619Z", "userDisplayName": "Thomas Price", "userPrincipalName": "tprice@domain.com", "userId": "32109ee2-ee4f-4d11-9c38-2556aec0f2b5", "appId": "9a7e67c7-6f05-42a3-b226-97c7ec3e9696", "appDisplayName": "Adobe Identity Management", "ipAddress": "105.169.153.183", "status": {"errorCode": 50158, "failureReason": "External security challenge was not satisfied."}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (X11; Linux i686) AppleWebKit/535.2 (KHTML, like Gecko) Chrome/22.0.843.0 Safari/535.2 Edge/118.12158", "deviceDetail": {"deviceId": "61720755-0e96-468f-9935-10dacdc868e4", "displayName": "THOMASPRICE-LT", "operatingSystem": "Windows 10", "browser": "Edge 118.12158", "trustType": "Hybrid Azure AD joined"}, "location": {"city": "Santosborough", "state": "Smithton", "countryOrRegion": "XR", "geoCoordinates": {"latitude": 12.8350355, "longitude": 138.359011}}, "correlationId": "ad572109-ef8c-440e-b96a-6ea7619aef3d", "conditionalAccessStatus": "failure", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "20f837fb-2ee1-4aa7-8fa7-5e70ea53dc74", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 133, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Adobe Identity Management Service", "resourceId": "30663ca7-f8a9-43ab-8ca1-7906bdbc1485", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 256668, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "v4cIs5nsyOVAs7SzTT6eNnzx3ci5IJQXsdRi0bt80Zeqwbfr", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "a6c259e5-7f16-48b2-a9f3-75becd6daa9b", "rngcStatus": 0}}, {"time": "2022-08-20T02:54:10.424278Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "13.113.40.157", "correlationId": "867643b9-b37f-455f-ab11-2369815066c5", "identity": "Attack Target", "Level": 4, "location": "XR", "properties": {"id": "aae6799f-ea3c-499a-892d-2f1a618e5500", "createdDateTime": "2022-08-20T02:54:10.562278Z", "userDisplayName": "Attack Target", "userPrincipalName": "attacktarget@domain.com", "userId": "d735e84b-dcca-404d-9f7d-700f360f41a6", "appId": "9a7e67c7-6f05-42a3-b226-97c7ec3e9696", "appDisplayName": "Adobe Identity Management", "ipAddress": "13.113.40.157", "status": {"errorCode": 0}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (iPad; CPU iPad OS 9_3_6 like Mac OS X) AppleWebKit/536.1 (KHTML, like Gecko) CriOS/42.0.865.0 Mobile/77O124 Safari/536.1 Edge/99.14477", "deviceDetail": {"deviceId": "a44625dc-6f81-449a-9799-8005f7209b42", "displayName": "ATTACKTARGET-LT", "operatingSystem": "Windows 10", "browser": "Edge 99.14477", "trustType": "Azure AD registered"}, "location": {"city": "New John", "state": "Smithfort", "countryOrRegion": "XR", "geoCoordinates": {"latitude": -89.144242, "longitude": 168.119022}}, "correlationId": "2203ffb4-2653-4778-9118-30f48c67a965", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "918ccfdc-67d9-4348-8cb4-2b941c9ea704", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "processingTimeInMilliseconds": 138, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Adobe Identity Management Service", "resourceId": "80abac89-d2c0-4b6c-8ffc-5023bd7efc5e", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 34974, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "ORheI7HfNDjxsGRNtSNhqnIpmklGwpeICDXYFPZ4dndGD7Z5", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": null}}, {"time": "2022-08-20T02:54:41.404456Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "22.42.248.243", "correlationId": "6cee4512-41ca-465a-9aca-b37f173049b7", "identity": "Melissa Martin", "Level": 4, "location": "XR", "properties": {"id": "78c2d22b-2231-4c67-bb82-cf579d8e6100", "createdDateTime": "2022-08-20T02:54:41.492456Z", "userDisplayName": "Melissa Martin", "userPrincipalName": "mmartin@domain.com", "userId": "632ccb55-03a7-40f4-9893-653527cae790", "appId": "9167c284-c68f-468a-84be-0ee4f23879fe", "appDisplayName": "ArcGIS Enterprise", "ipAddress": "22.42.248.243", "status": {"errorCode": 0}, "clientAppUsed": "Mobile Apps and Desktop clients", "deviceDetail": {"deviceId": "", "operatingSystem": "Ios", "browser": "Mobile Safari"}, "location": {"city": "Port Denisetown", "state": "Smithton", "countryOrRegion": "XR", "geoCoordinates": {"latitude": 40.136047, "longitude": 44.514491}}, "correlationId": "0293973b-0ddc-49f9-84de-f60f66daefd5", "conditionalAccessStatus": "notApplied", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "3d3ab5ff-51ef-4328-b993-68dc3efffa59", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 88, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "ArcGIS Enterprise Service", "resourceId": "f72c694e-4e03-4616-91f3-78c5fe54122a", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 432564, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "UEcZIWIgqBOHV5NvOGxCmEDMfWvMYPmUDuQdedzXlDvixpaj", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "1674f597-9877-4ff9-a5d9-accfea860d15", "rngcStatus": 0}}, {"time": "2022-08-20T03:04:23.422150Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "156.206.181.119", "correlationId": "b66b27c0-8aad-43d7-9a5e-9560849a371f", "identity": "Cynthia Perry", "Level": 4, "location": "XY", "properties": {"id": "f656c79e-6ed9-4ee9-bee4-408e232a6400", "createdDateTime": "2022-08-20T03:04:23.521150Z", "userDisplayName": "Cynthia Perry", "userPrincipalName": "cperry@domain.com", "userId": "ac5fa380-9d5b-470e-beb2-5ba10aca48e6", "appId": "9de6e985-97a5-4d82-9c45-aedaa9c25ef9", "appDisplayName": "AWS Single-Account Access", "ipAddress": "156.206.181.119", "status": {"errorCode": 0}, "clientAppUsed": "Browser", "deviceDetail": {"deviceId": "", "operatingSystem": "Windows"}, "location": {"city": "Hannaville", "state": "Thomashaven", "countryOrRegion": "XY", "geoCoordinates": {"latitude": 1.1452695, "longitude": 128.249211}}, "correlationId": "0df014cf-46ce-4da9-b1a2-2b9d6bf0ab8b", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "00aa230a-7871-474b-9666-d22815794a11", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 99, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "AWS Single-Account Access Service", "resourceId": "9a84f55e-3a40-492c-9476-e069f64ed7a6", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 279165, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "lSZsbjqA3X8T7TTrQOqB4fzdMEx93IocGAmietEIFv8ASjkx", "incomingTokenType": "none", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "37ee873b-f901-4e25-be69-010243106d0f", "rngcStatus": 0}}, {"time": "2022-08-20T03:16:09.523127Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "138.247.69.0", "correlationId": "5b721403-7802-4435-862b-5ce3ced1085c", "identity": "Amy Anderson", "Level": 4, "location": "XG", "properties": {"id": "df70b726-7756-4baa-9a7d-5ac90bfc8a00", "createdDateTime": "2022-08-20T03:16:09.622127Z", "userDisplayName": "Amy Anderson", "userPrincipalName": "aanderson@domain.com", "userId": "8075903b-a43c-46f2-8c31-82f488ccff67", "appId": "9a7e67c7-6f05-42a3-b226-97c7ec3e9696", "appDisplayName": "Adobe Identity Management", "ipAddress": "138.247.69.0", "ipAddressFromResourceProvider": "61.24.85.223", "status": {"errorCode": 0}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (Windows NT 4.0) AppleWebKit/531.1 (KHTML, like Gecko) Chrome/20.0.823.0 Safari/531.1 Edge/87.11424", "deviceDetail": {"deviceId": "d873fe16-31ed-4171-baa4-a4662f307e1f", "displayName": "AMYANDERSON-LT", "operatingSystem": "Windows 10", "browser": "Edge 87.11424", "trustType": "Azure AD registered"}, "location": {"city": "East Ericfort", "state": "Newmanville", "countryOrRegion": "XG", "geoCoordinates": {"latitude": 48.7022085, "longitude": 54.982601}}, "correlationId": "2854fa1b-a069-4e48-8683-445675bce5e9", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "3684f679-9e2e-4237-b60c-4cf587bf0590", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 99, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Adobe Identity Management Service", "resourceId": "9a84f55e-3a40-492c-9476-e069f64ed7a6", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 124857, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "z2t71lGZyfGze6xfxDGprc3a5bROaMAuwPRV1CsrlW9e1xRe", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "37ee873b-f901-4e25-be69-010243106d0f", "rngcStatus": 0}}, {"time": "2022-08-20T03:20:44.636483Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "50158", "resultSignature": "None", "resultDescription": "External security challenge was not satisfied.", "durationMs": 0, "callerIpAddress": "92.110.109.246", "correlationId": "12c0205b-092d-48f2-9970-6b6bac1118ca", "identity": "Thomas Price", "Level": 4, "location": "XR", "properties": {"id": "6bc2e7cc-9e37-4d1b-b0e2-c04d18664b00", "createdDateTime": "2022-08-20T03:20:44.769483Z", "userDisplayName": "Thomas Price", "userPrincipalName": "tprice@domain.com", "userId": "32109ee2-ee4f-4d11-9c38-2556aec0f2b5", "appId": "9a7e67c7-6f05-42a3-b226-97c7ec3e9696", "appDisplayName": "Adobe Identity Management", "ipAddress": "92.110.109.246", "status": {"errorCode": 50158, "failureReason": "External security challenge was not satisfied."}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (X11; Linux i686) AppleWebKit/535.2 (KHTML, like Gecko) Chrome/22.0.843.0 Safari/535.2 Edge/118.12158", "deviceDetail": {"deviceId": "0927e60c-8dfa-4ecf-be85-ad63bccf40a1", "displayName": "THOMASPRICE-LT", "operatingSystem": "Windows 10", "browser": "Edge 118.12158", "trustType": "Hybrid Azure AD joined"}, "location": {"city": "Port Denisetown", "state": "Smithton", "countryOrRegion": "XR", "geoCoordinates": {"latitude": 3.5518965, "longitude": 131.871582}}, "correlationId": "8fe1f4e3-911d-4294-8b7d-36b870628634", "conditionalAccessStatus": "failure", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "e3c9db12-51c2-47c7-9053-3cb06f8ed7ed", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "processingTimeInMilliseconds": 133, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Adobe Identity Management Service", "resourceId": "30663ca7-f8a9-43ab-8ca1-7906bdbc1485", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 230297, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "4eAinS5Gxm4C24DGwRAsGJ1Tfs4DKxckJrCInQZFnIULV88c", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "a6c259e5-7f16-48b2-a9f3-75becd6daa9b"}}, {"time": "2022-08-20T03:43:07.580724Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "156.206.181.119", "correlationId": "1ef85879-3a5b-4ff8-9bc6-d7a4dac418dc", "identity": "Cynthia Perry", "Level": 4, "location": "XY", "properties": {"id": "86ba97e9-45f2-4c3d-bbb5-6d0be5326100", "createdDateTime": "2022-08-20T03:43:07.665724Z", "userDisplayName": "Cynthia Perry", "userPrincipalName": "cperry@domain.com", "userId": "ac5fa380-9d5b-470e-beb2-5ba10aca48e6", "appId": "9de6e985-97a5-4d82-9c45-aedaa9c25ef9", "appDisplayName": "AWS Single-Account Access", "ipAddress": "156.206.181.119", "status": {"errorCode": 0}, "clientAppUsed": "Browser", "deviceDetail": {"deviceId": "", "operatingSystem": "Windows"}, "location": {"city": "Hannaville", "state": "Thomashaven", "countryOrRegion": "XY", "geoCoordinates": {"latitude": 1.1452695, "longitude": 128.249211}}, "correlationId": "6db322c5-6121-4fb7-b5ed-3df613a0a2f7", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "c25e254d-5e75-4da5-a79e-df52d960acec", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 85, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "AWS Single-Account Access Service", "resourceId": "72f0186d-d327-46c9-a8ff-497e0caa8691", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 279165, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "6oqMepegppef4miWNdEhIjAwISjnkNByoibPckYKn8Ukb0W9", "incomingTokenType": "none", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": null, "rngcStatus": 0}}, {"time": "2022-08-20T04:02:28.185588Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "212.169.11.63", "correlationId": "2f5ed730-b5b2-451f-b524-759b90f88243", "identity": "Kristen Howell", "Level": 4, "location": "XR", "properties": {"id": "7e95ac6a-7c09-4ef2-bc81-937f303d5e00", "createdDateTime": "2022-08-20T04:02:28.305588Z", "userDisplayName": "Kristen Howell", "userPrincipalName": "khowell@domain.com", "userId": "20e1e3f9-665f-45bd-9984-5e74b526d3b5", "appId": "23cab0c7-7a39-45c8-bbc1-00512d4581f4", "appDisplayName": "LumApps", "ipAddress": "212.169.11.63", "status": {"errorCode": 0}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (iPad; CPU iPad OS 9_3_6 like Mac OS X) AppleWebKit/536.1 (KHTML, like Gecko) CriOS/42.0.865.0 Mobile/77O124 Safari/536.1 Edge/99.14477", "deviceDetail": {"deviceId": "caf12d64-01ec-4396-b330-e7eb6349ad45", "displayName": "KRISTENHOWELL-LT", "operatingSystem": "Windows 10", "browser": "Edge 99.14477", "trustType": "Azure AD registered"}, "location": {"city": "North Lisachester", "state": "Smithton", "countryOrRegion": "XR", "geoCoordinates": {"latitude": -69.00844, "longitude": -172.534328}}, "correlationId": "61ffaadc-78ed-45f7-a6d3-8c9954e480fc", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "9b438081-290e-444a-a645-8185cabce002", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "processingTimeInMilliseconds": 120, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "LumApps Service", "resourceId": "9a84f55e-3a40-492c-9476-e069f64ed7a6", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 144064, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "3jvGhtC5XyihOz5tWS20UQqem2MQnUFFiCKNSDdYwPWkaqEi", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "37ee873b-f901-4e25-be69-010243106d0f"}}, {"time": "2022-08-20T04:09:13.318262Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "700082", "resultSignature": "None", "resultDescription": "Other", "durationMs": 0, "callerIpAddress": "54.119.29.60", "correlationId": "15cc41c7-3e19-4f92-aad6-a98dbba87099", "identity": "Thomas Price", "Level": 4, "location": "XR", "properties": {"id": "8df1cc0f-951a-4b64-867c-236144bf7000", "createdDateTime": "2022-08-20T04:09:13.405262Z", "userDisplayName": "Thomas Price", "userPrincipalName": "tprice@domain.com", "userId": "32109ee2-ee4f-4d11-9c38-2556aec0f2b5", "appId": "9a7e67c7-6f05-42a3-b226-97c7ec3e9696", "appDisplayName": "Adobe Identity Management", "ipAddress": "54.119.29.60", "status": {"errorCode": 700082, "failureReason": "Other"}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (X11; Linux i686) AppleWebKit/535.2 (KHTML, like Gecko) Chrome/22.0.843.0 Safari/535.2 Edge/118.12158", "deviceDetail": {"deviceId": "852272bd-2ab1-474f-a99e-4922ea7031d3", "displayName": "THOMASPRICE-LT", "operatingSystem": "Windows 10", "browser": "Edge 118.12158", "trustType": "Hybrid Azure AD joined"}, "location": {"city": "Port Kimberlytown", "state": "Curtisport", "countryOrRegion": "XR", "geoCoordinates": {"latitude": 26.3152295, "longitude": 147.770404}}, "correlationId": "2f28d963-36b8-4247-97e8-25a263c3f26f", "conditionalAccessStatus": "notApplied", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "61df58f9-52a0-43b3-8b80-5f9895dce7a6", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 87, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Adobe Identity Management Service", "resourceId": "30663ca7-f8a9-43ab-8ca1-7906bdbc1485", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 359213, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "VNmJOGpvpXTUuTC3f43RMwzfia975qfm6zYPzJksIYIJan7f", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "a6c259e5-7f16-48b2-a9f3-75becd6daa9b", "rngcStatus": 0}}, {"time": "2022-08-20T04:11:15.551460Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "205.33.24.92", "correlationId": "73f01a22-4bd2-4322-b4e5-7562e391b079", "identity": "Aaron Cole", "Level": 4, "location": "XD", "properties": {"id": "2468034e-c03d-4a77-94b4-f89b96d76100", "createdDateTime": "2022-08-20T04:11:15.630460Z", "userDisplayName": "Aaron Cole", "userPrincipalName": "acole@domain.com", "userId": "5d557969-1645-4ba4-be83-b6fd943659f7", "appId": "36f74ffc-90e8-46e0-b0ed-588b76ed6f47", "appDisplayName": "Inspire", "ipAddress": "205.33.24.92", "status": {"errorCode": 0}, "clientAppUsed": "Browser", "userAgent": "Mozilla/5.0 (X11; Linux i686) AppleWebKit/536.2 (KHTML, like Gecko) Chrome/22.0.877.0 Safari/536.2", "deviceDetail": {"deviceId": "", "operatingSystem": "Windows 10", "browser": "Chrome 22.0.877.0"}, "location": {"city": "Kristinmouth", "state": "Norrisbury", "countryOrRegion": "XD", "geoCoordinates": {"latitude": 26.278784, "longitude": -92.042573}}, "correlationId": "aa7e6df9-781d-4e23-866a-9cde822e8541", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "d824f388-35bf-4de0-b11b-8806a3a7919d", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 79, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Inspire Online", "resourceId": "f0630e90-b752-4960-bfb9-a0794fc34930", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 214655, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "vQo14BHE3XsemseSjaSoDUIuZ0sic0cSp2qwAGu941onB25d", "incomingTokenType": "none", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "1f37c851-4be4-455b-928a-fbde7845a68a", "rngcStatus": 0}}, {"time": "2022-08-20T04:18:02.600435Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "205.33.24.92", "correlationId": "8214a190-1667-412b-a783-4d3525558294", "identity": "Vanessa Ramirez", "Level": 4, "location": "XD", "properties": {"id": "8bc588a3-ee52-4f64-9b78-b8831f4c7400", "createdDateTime": "2022-08-20T04:18:02.704435Z", "userDisplayName": "Vanessa Ramirez", "userPrincipalName": "vramirez@domain.com", "userId": "5d72b7ed-62ea-4b94-b931-ccef65d71ebd", "appId": "9de6e985-97a5-4d82-9c45-aedaa9c25ef9", "appDisplayName": "AWS Single-Account Access", "ipAddress": "205.33.24.92", "status": {"errorCode": 0}, "clientAppUsed": "Browser", "deviceDetail": {"deviceId": "e395a3f4-8f2d-4170-804f-d3e13ce3151b", "displayName": "VANESSARAMIREZ-LT", "operatingSystem": "Windows", "trustType": "Azure AD registered"}, "location": {"city": "Kristinmouth", "state": "Norrisbury", "countryOrRegion": "XD", "geoCoordinates": {"latitude": 26.278784, "longitude": -92.042573}}, "correlationId": "f8e8ac3d-f173-4121-8c0d-c920545ab7c1", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "43494faa-b96f-481e-983e-59e94e716069", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 104, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "AWS Single-Account Access Service", "resourceId": "72f0186d-d327-46c9-a8ff-497e0caa8691", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 214655, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "19qmRkWR366rWPr9sJDtlQBaCan91ulTkVAPyH8o4wfvRVfK", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": null, "rngcStatus": 0}}, {"time": "2022-08-20T04:23:37.856933Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "50158", "resultSignature": "None", "resultDescription": "External security challenge was not satisfied.", "durationMs": 0, "callerIpAddress": "147.132.189.119", "correlationId": "51a0a760-d05c-41d7-ac22-2f8ff445c97f", "identity": "Cassie Fernandez", "Level": 4, "location": "XR", "properties": {"id": "02ec6f9a-da67-41d5-8cea-0af7f2fa6d00", "createdDateTime": "2022-08-20T04:23:37.961933Z", "userDisplayName": "Cassie Fernandez", "userPrincipalName": "cfernandez@domain.com", "userId": "67ef8be6-3f44-4db7-8172-fd6211428c1e", "appId": "79510a8f-6421-4348-a2ea-bcc2b02485c1", "appDisplayName": "Cisco AnyConnect", "ipAddress": "147.132.189.119", "status": {"errorCode": 50158, "failureReason": "External security challenge was not satisfied."}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (iPad; CPU iPad OS 9_3_6 like Mac OS X) AppleWebKit/536.1 (KHTML, like Gecko) CriOS/42.0.865.0 Mobile/77O124 Safari/536.1 Edge/99.14477", "deviceDetail": {"deviceId": "bf67c857-685a-4457-89c4-db2afa581bd2", "displayName": "CASSIEFERNANDEZ-LT", "operatingSystem": "Windows 10", "browser": "Edge 99.14477", "trustType": "Hybrid Azure AD joined"}, "location": {"city": "Port Denisetown", "state": "Smithton", "countryOrRegion": "XR", "geoCoordinates": {"latitude": 3.5518965, "longitude": 131.871582}}, "correlationId": "1b6ea695-2f5a-4e9c-a7c7-31df4f2104c3", "conditionalAccessStatus": "failure", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "6fe4dff9-a4fb-4661-a6fa-fa6b21884a72", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 105, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Cisco AnyConnect Online", "resourceId": "5d5b8d28-6a28-472e-b837-a4094e466965", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 256668, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "0YsPqtwD6zZjCo3sHKoc6xpKPuTjUkn13S3RxhLS631bw4Wz", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "15655e1f-5005-4c53-b3c0-c4a1d1ca5e9e", "rngcStatus": 0}}, {"time": "2022-08-20T04:34:35.247064Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "205.33.24.92", "correlationId": "5ff62f2b-107d-4628-a778-9f24791a13eb", "identity": "Aaron Cole", "Level": 4, "location": "XD", "properties": {"id": "d7ae6189-0038-4fdb-9ff7-6d779fd97100", "createdDateTime": "2022-08-20T04:34:35.330064Z", "userDisplayName": "Aaron Cole", "userPrincipalName": "acole@domain.com", "userId": "5d557969-1645-4ba4-be83-b6fd943659f7", "appId": "ad65aaed-51a8-4877-830e-8a5273604c87", "appDisplayName": "Docusign", "ipAddress": "205.33.24.92", "status": {"errorCode": 0}, "clientAppUsed": "Browser", "deviceDetail": {"deviceId": "", "operatingSystem": "Windows", "browser": "Rich Client 4.42.0.0"}, "location": {"city": "Kristinmouth", "state": "Norrisbury", "countryOrRegion": "XD", "geoCoordinates": {"latitude": 26.278784, "longitude": -92.042573}}, "correlationId": "5d42c5d5-6591-4318-82dc-8ec0224de958", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "d152e2ca-38c5-49f8-ac75-d1f51c096c0b", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 83, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Docusign Service", "resourceId": "a666212f-ee1d-48b1-b4cf-45433f66d402", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 214655, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "qHSkWHIfy0b7UjttrgSRIT3xx3f65Ur2Hh7UnqX7wmVI8qTK", "incomingTokenType": "none", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "b9c9c5b0-1fce-4e9e-af57-8d5084987162", "rngcStatus": 0}}, {"time": "2022-08-20T04:44:00.239277Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "50158", "resultSignature": "None", "resultDescription": "External security challenge was not satisfied.", "durationMs": 0, "callerIpAddress": "42.62.103.34", "correlationId": "daaf63b3-116c-4321-a341-462b3482840e", "identity": "Joseph Taylor", "Level": 4, "location": "XF", "properties": {"id": "2468034e-c03d-4a77-94b4-f89b7ac96200", "createdDateTime": "2022-08-20T04:44:00.423277Z", "userDisplayName": "Joseph Taylor", "userPrincipalName": "jtaylor@domain.com", "userId": "af9847eb-c773-41ae-bf94-42747c5e986c", "appId": "f4ca0b2a-0753-4c34-a8ff-570b0d43f6b1", "appDisplayName": "Nulab Pass (Backlog,Cacoo,Typetalk)", "ipAddress": "42.62.103.34", "status": {"errorCode": 50158, "failureReason": "External security challenge was not satisfied."}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (iPad; CPU iPad OS 9_3_6 like Mac OS X) AppleWebKit/536.1 (KHTML, like Gecko) CriOS/42.0.865.0 Mobile/77O124 Safari/536.1 Edge/99.14477", "deviceDetail": {"deviceId": "76b96bd3-e5d7-49ee-b195-bf363facdb3d", "displayName": "JOSEPHTAYLOR-LT", "operatingSystem": "Windows 10", "browser": "Edge 99.14477", "isCompliant": true, "isManaged": true, "trustType": "Azure AD joined"}, "location": {"city": "Jessicafurt", "state": "Smithbury", "countryOrRegion": "XF", "geoCoordinates": {"latitude": 17.5082395, "longitude": -115.304215}}, "correlationId": "289e6abc-63e1-4fbd-84b9-fb3fecd426c9", "conditionalAccessStatus": "failure", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "d6993a2f-ef9a-465f-bbb1-2605e7bc1341", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 184, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Nulab Pass (Backlog,Cacoo,Typetalk) Online", "resourceId": "e1fbbca9-a292-407c-af59-ac7a7aca2e51", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 393508, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "HzxsYfPwPZPEvGnenieHzaeVDuoHYN1Qklgm01xXa6PSkkOg", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": null, "rngcStatus": 0}}, {"time": "2022-08-20T05:01:16.212416Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "81.209.4.19", "correlationId": "4ee7b61d-8988-47ea-add2-6f8fd33d82db", "identity": "Jim Gonzalez", "Level": 4, "location": "XR", "properties": {"id": "4bc15ed8-27d4-456e-9748-a687aa555f00", "createdDateTime": "2022-08-20T05:01:16.347416Z", "userDisplayName": "Jim Gonzalez", "userPrincipalName": "jgonzalez@domain.com", "userId": "95090045-a9c5-489c-adee-2db430a3333a", "appId": "2eae4ad1-8cae-48fe-b718-76bd66e2fc7f", "appDisplayName": "Bipsync", "ipAddress": "81.209.4.19", "status": {"errorCode": 0}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (Linux; Android 4.4.3) AppleWebKit/533.2 (KHTML, like Gecko) Chrome/28.0.882.0 Safari/533.2 Edge/44.18413", "deviceDetail": {"deviceId": "1a428e94-41e3-4c1d-865a-0d31c9a2540b", "displayName": "JIMGONZALEZ-LT", "operatingSystem": "Windows 10", "browser": "Edge 44.18413", "trustType": "Azure AD registered"}, "location": {"city": "Santosborough", "state": "Smithton", "countryOrRegion": "XR", "geoCoordinates": {"latitude": 50.0774195, "longitude": 64.938754}}, "correlationId": "f2e601d7-74c5-4312-8625-3863a6e57856", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "d5ba3573-a27f-47ce-96c1-09330ced776a", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 135, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Bipsync Service", "resourceId": "9a84f55e-3a40-492c-9476-e069f64ed7a6", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 34974, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "iVRaZKEhAW8nI6PzZGqWPlaKfvc7Yctu8uKWYQsxzHYmvxHY", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "37ee873b-f901-4e25-be69-010243106d0f", "rngcStatus": 0}}, {"time": "2022-08-20T05:18:13.170974Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "700027", "resultSignature": "None", "resultDescription": "Other", "durationMs": 0, "callerIpAddress": "83.47.55.177", "correlationId": "1fd46af7-c9ad-42b5-9e38-1f9dafcc797c", "identity": "Joseph Taylor", "Level": 4, "location": "XT", "properties": {"id": "f72420a8-76bf-4e9a-bdc6-5a2b9f0c9300", "createdDateTime": "2022-08-20T05:18:13.346974Z", "userDisplayName": "Joseph Taylor", "userPrincipalName": "jtaylor@domain.com", "userId": "af9847eb-c773-41ae-bf94-42747c5e986c", "appId": "1b3edb90-1e06-46db-b021-e2fc1f7ddaf5", "appDisplayName": "Beatrust", "ipAddress": "83.47.55.177", "status": {"errorCode": 700027, "failureReason": "Other"}, "clientAppUsed": "Browser", "deviceDetail": {"deviceId": "76b96bd3-e5d7-49ee-b195-bf363facdb3d", "displayName": "JOSEPHTAYLOR-LT", "operatingSystem": "Windows 10", "browser": "Rich Client 5.2.7.0", "isCompliant": true, "isManaged": true, "trustType": "Azure AD joined"}, "location": {"city": "Savageview", "state": "Justinchester", "countryOrRegion": "XT", "geoCoordinates": {"latitude": -16.829291, "longitude": 121.48545}}, "correlationId": "05cd0018-cacd-4338-b0b3-06cd19667deb", "conditionalAccessStatus": "notApplied", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "71ebb76b-b6a3-402a-9ba9-bf63e272cd4d", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 176, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Beatrust Service", "resourceId": "92637366-2070-40d9-922c-6d2567265cbc", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 99069, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "DrYNCTN2UAyF4QZssYqweIxmCCYraUXsuYIS5epfNDvbCk5a", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "aeb394f1-948a-4b5e-a047-7fa9627afd63", "rngcStatus": 0}}, {"time": "2022-08-20T05:25:17.613487Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "SignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "199.12.127.103", "correlationId": "05bd9c06-da66-4943-8520-464c93619471", "identity": "Jacob Meyers", "Level": 4, "location": "XG", "properties": {"id": "9a3c3137-71f5-45a5-a185-e440ae8a6d00", "createdDateTime": "2022-08-20T05:25:17.735487Z", "userDisplayName": "Jacob Meyers", "userPrincipalName": "jmeyers@domain.com", "userId": "c63a67b0-1651-4a8a-9560-cc703cdad5ad", "appId": "1b3edb90-1e06-46db-b021-e2fc1f7ddaf5", "appDisplayName": "Beatrust", "ipAddress": "199.12.127.103", "status": {"errorCode": 0}, "clientAppUsed": "Browser", "userAgent": "Mozilla/5.0 (Windows NT 5.1) AppleWebKit/534.1 (KHTML, like Gecko) Chrome/37.0.847.0 Safari/534.1", "deviceDetail": {"deviceId": "", "operatingSystem": "Windows 10", "browser": "Chrome 37.0.847.0"}, "location": {"city": "Port Nathan", "state": "Newmanville", "countryOrRegion": "XG", "geoCoordinates": {"latitude": 23.244641, "longitude": -113.392021}}, "correlationId": "0e9c744c-7625-454e-9341-19eac3fa0b1f", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "a9b383e3-8db4-45d8-8b51-5b4831006a81", "isInteractive": true, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 122, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Beatrust Service", "resourceId": "24578515-1951-4064-967d-0d2acaf0aa70", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 282405, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "COrIm1d0JaXppHbcFn9Ib9erQsnrgE9eTutPCwUQ3bP64bky", "incomingTokenType": "none", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "0e68752b-7dfa-400b-a6f5-1b54af90696a", "rngcStatus": 0}}, {"time": "2022-08-20T05:31:09.576824Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "13.113.40.157", "correlationId": "d60be21a-abdc-431b-a180-3f6bf8f04d9e", "identity": "Attack Target", "Level": 4, "location": "XR", "properties": {"id": "656b6a55-9c7d-4cd4-981f-e41896919c00", "createdDateTime": "2022-08-20T05:31:09.754824Z", "userDisplayName": "Attack Target", "userPrincipalName": "attacktarget@domain.com", "userId": "d735e84b-dcca-404d-9f7d-700f360f41a6", "appId": "9a7e67c7-6f05-42a3-b226-97c7ec3e9696", "appDisplayName": "Adobe Identity Management", "ipAddress": "13.113.40.157", "ipAddressFromResourceProvider": "11.5.130.220", "status": {"errorCode": 0}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (iPad; CPU iPad OS 9_3_6 like Mac OS X) AppleWebKit/536.1 (KHTML, like Gecko) CriOS/42.0.865.0 Mobile/77O124 Safari/536.1 Edge/99.14477", "deviceDetail": {"deviceId": "a44625dc-6f81-449a-9799-8005f7209b42", "displayName": "ATTACKTARGET-LT", "operatingSystem": "Windows 10", "browser": "Edge 99.14477", "trustType": "Azure AD registered"}, "location": {"city": "Smithfort", "state": "Smithfort", "countryOrRegion": "XR", "geoCoordinates": {"latitude": 3.7564095, "longitude": -121.574606}}, "correlationId": "b7a699ba-d6d8-4c2d-8e97-e3920c605f2b", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "d88fd1ab-5a7d-4ad6-b9f8-c7b228e0dc78", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 178, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Adobe Identity Management Service", "resourceId": "9a84f55e-3a40-492c-9476-e069f64ed7a6", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 34974, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "n3JNPHNRmcD5fFPbqntBE5ZsHtz62VpYHU81b8HWqUHDXfVO", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "37ee873b-f901-4e25-be69-010243106d0f", "rngcStatus": 0}}, {"time": "2022-08-20T05:38:18.927658Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "99.116.100.205", "correlationId": "38179182-b44a-45cc-85f3-e7ad513e5582", "identity": "Aaron Cole", "Level": 4, "location": "XD", "properties": {"id": "61aaa40e-2fb7-4775-bea6-cf4929989c00", "createdDateTime": "2022-08-20T05:38:19.012658Z", "userDisplayName": "Aaron Cole", "userPrincipalName": "acole@domain.com", "userId": "5d557969-1645-4ba4-be83-b6fd943659f7", "appId": "e47a1d38-5f61-45cd-b1b9-bc92f525c598", "appDisplayName": "Altoura", "ipAddress": "99.116.100.205", "status": {"errorCode": 0}, "clientAppUsed": "Browser", "userAgent": "Mozilla/5.0 (Linux; Android 2.3.5) AppleWebKit/532.2 (KHTML, like Gecko) Chrome/46.0.898.0 Safari/532.2 Edge/105.19198", "deviceDetail": {"deviceId": "", "operatingSystem": "Windows 10", "browser": "Edge 105.19198"}, "location": {"city": "Carrollstad", "state": "Norrisbury", "countryOrRegion": "XD", "geoCoordinates": {"latitude": -38.8540465, "longitude": -17.674718}}, "correlationId": "ae5521a7-9583-4192-866f-2fa8c37117e2", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "f0ceb831-385a-4d92-9bab-b16bebef6082", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 85, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Altoura Online", "resourceId": "f0630e90-b752-4960-bfb9-a0794fc34930", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 214655, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "8gtVzavlGOyI8ugNlYvC1bwFqDukBfs2Blu7vv1hUcz4NRAb", "incomingTokenType": "none", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "1f37c851-4be4-455b-928a-fbde7845a68a", "rngcStatus": 0}}, {"time": "2022-08-20T05:52:32.094994Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "42.62.103.34", "correlationId": "2b6812f8-e28b-4b65-b0c4-27f94ef43899", "identity": "Joseph Taylor", "Level": 4, "location": "XF", "properties": {"id": "444f54e0-e5b3-4eda-8063-00d28fdd8900", "createdDateTime": "2022-08-20T05:52:32.181994Z", "userDisplayName": "Joseph Taylor", "userPrincipalName": "jtaylor@domain.com", "userId": "af9847eb-c773-41ae-bf94-42747c5e986c", "appId": "84f18b4b-ae12-484a-847f-f3e36093594a", "appDisplayName": "Slack", "ipAddress": "42.62.103.34", "status": {"errorCode": 0, "additionalDetails": "MFA requirement satisfied by claim in the token"}, "clientAppUsed": "Browser", "deviceDetail": {"deviceId": "76b96bd3-e5d7-49ee-b195-bf363facdb3d", "displayName": "JOSEPHTAYLOR-LT", "operatingSystem": "Windows", "isCompliant": true, "isManaged": true, "trustType": "Azure AD joined"}, "location": {"city": "Jessicafurt", "state": "Smithbury", "countryOrRegion": "XF", "geoCoordinates": {"latitude": 17.5082395, "longitude": -115.304215}}, "mfaDetail": {}, "correlationId": "1fabb521-c01e-4526-bad5-46e06cdab2be", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "8e66a3c0-baa6-42e7-9db8-cbcc572bd84d", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 87, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Slack Service", "resourceId": "a1edee32-85c4-4a57-afcb-5853873a47e7", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 393508, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "kIgvg9M0MyK1P21Xsyhksnug1lIC3qarVJbMhAyvFtn7QYsq", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "0898af19-dfef-4b51-a918-f534c473013d", "rngcStatus": 0}}, {"time": "2022-08-20T05:55:25.718337Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "205.33.24.92", "correlationId": "329bde3b-50f0-4d84-a4f6-cacf6591a523", "identity": "Vanessa Ramirez", "Level": 4, "location": "XD", "properties": {"id": "a9fde73b-f4bf-4f4e-9e50-dc755a2c4f00", "createdDateTime": "2022-08-20T05:55:25.838337Z", "userDisplayName": "Vanessa Ramirez", "userPrincipalName": "vramirez@domain.com", "userId": "5d72b7ed-62ea-4b94-b931-ccef65d71ebd", "appId": "9de6e985-97a5-4d82-9c45-aedaa9c25ef9", "appDisplayName": "AWS Single-Account Access", "ipAddress": "205.33.24.92", "status": {"errorCode": 0}, "clientAppUsed": "Browser", "deviceDetail": {"deviceId": "e395a3f4-8f2d-4170-804f-d3e13ce3151b", "displayName": "VANESSARAMIREZ-LT", "operatingSystem": "Windows", "trustType": "Azure AD registered"}, "location": {"city": "Kristinmouth", "state": "Norrisbury", "countryOrRegion": "XD", "geoCoordinates": {"latitude": 26.278784, "longitude": -92.042573}}, "correlationId": "1b8bca3c-9e6f-4bd5-8f1e-41b5cd08faef", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "24130e5c-35a1-4b6f-b5bb-0d89f6c8a568", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "processingTimeInMilliseconds": 120, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "AWS Single-Account Access Service", "resourceId": "9a84f55e-3a40-492c-9476-e069f64ed7a6", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 214655, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "ntR3j2MsugeVtdSo5yhF3yMTxKt5M7pUHINXHW9gVikokmfv", "incomingTokenType": "none", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "37ee873b-f901-4e25-be69-010243106d0f"}}, {"time": "2022-08-20T06:02:30.851267Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "1.210.58.10", "correlationId": "d0f7ed4b-a53c-408c-b046-563da30e590f", "identity": "Keith Sheppard", "Level": 4, "location": "XD", "properties": {"id": "bb44e270-cd48-4a8e-8a0c-9497d1405000", "createdDateTime": "2022-08-20T06:02:31.121267Z", "userDisplayName": "Keith Sheppard", "userPrincipalName": "ksheppard@domain.com", "userId": "05bd48f1-91d2-4c2d-9a7c-80e80f561b3c", "appId": "51a80452-7502-4b15-9e15-827c7d78e337", "appDisplayName": "Dropbox Business", "ipAddress": "1.210.58.10", "status": {"errorCode": 0}, "clientAppUsed": "Mobile Apps and Desktop clients", "deviceDetail": {"deviceId": "639815fd-5018-4e38-9d81-67538b2ce460", "displayName": "KEITHSHEPPARD-LT", "operatingSystem": "Windows 10", "browser": "Rich Client 5.2.9.0", "trustType": "Azure AD registered"}, "location": {"city": "Cooperhaven", "state": "Norrisbury", "countryOrRegion": "XD", "geoCoordinates": {"latitude": 70.436398, "longitude": -23.873747}}, "correlationId": "118cd322-2c31-4937-b926-dd0b45b81633", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "978f4d77-c78c-4ec5-985c-3008eaf5378a", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "processingTimeInMilliseconds": 270, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Dropbox Business Online", "resourceId": "fcbb342e-c15e-4612-8a70-e3156b81556f", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 69487, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "g1oy6oGtFpEGjTlt3lixkumyIP7rZFRKTy6MeKMm2n3x3HAT", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "0fd3a253-6124-461e-bab2-32ec73c1c1ad"}}, {"time": "2022-08-20T06:23:00.271724Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "50158", "resultSignature": "None", "resultDescription": "External security challenge was not satisfied.", "durationMs": 0, "callerIpAddress": "105.169.153.183", "correlationId": "a578356e-f544-4ec7-ab36-0bd0b6efbe4d", "identity": "Thomas Price", "Level": 4, "location": "XR", "properties": {"id": "483c0e94-ba31-4740-8d5f-3f3a62846300", "createdDateTime": "2022-08-20T06:23:00.403724Z", "userDisplayName": "Thomas Price", "userPrincipalName": "tprice@domain.com", "userId": "32109ee2-ee4f-4d11-9c38-2556aec0f2b5", "appId": "79510a8f-6421-4348-a2ea-bcc2b02485c1", "appDisplayName": "Cisco AnyConnect", "ipAddress": "105.169.153.183", "status": {"errorCode": 50158, "failureReason": "External security challenge was not satisfied."}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (X11; Linux i686) AppleWebKit/535.2 (KHTML, like Gecko) Chrome/22.0.843.0 Safari/535.2 Edge/118.12158", "deviceDetail": {"deviceId": "2b85c59f-331a-4b61-9a44-9d3d6df62a06", "displayName": "THOMASPRICE-LT", "operatingSystem": "Windows 10", "browser": "Edge 118.12158", "trustType": "Hybrid Azure AD joined"}, "location": {"city": "Kevinton", "state": "Smithton", "countryOrRegion": "XR", "geoCoordinates": {"latitude": -87.5106305, "longitude": -77.991036}}, "correlationId": "c411779b-3316-4261-be2e-0f84fd183ec0", "conditionalAccessStatus": "failure", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "5f307a3c-c5a3-42f1-bdb5-77b55f1ae962", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 132, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Cisco AnyConnect Online", "resourceId": "5d5b8d28-6a28-472e-b837-a4094e466965", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 256668, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "fmCNh8MAkEx95stBhAEbMAtxCzuKe9BoqaVQKsqSw4uqMDsP", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "15655e1f-5005-4c53-b3c0-c4a1d1ca5e9e", "rngcStatus": 0}}, {"time": "2022-08-20T06:30:48.782340Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "86.154.193.190", "correlationId": "53949f57-0bd9-48e3-93d8-e8e83e2df49d", "identity": "Kristen Howell", "Level": 4, "location": "XR", "properties": {"id": "d43ff6b9-d2e4-4291-bf54-8dd988dd8f00", "createdDateTime": "2022-08-20T06:30:48.862340Z", "userDisplayName": "Kristen Howell", "userPrincipalName": "khowell@domain.com", "userId": "20e1e3f9-665f-45bd-9984-5e74b526d3b5", "appId": "3f8b74f7-e00f-4827-abb8-2ec539552497", "appDisplayName": "Kemp LoadMaster Azure AD integration", "ipAddress": "86.154.193.190", "status": {"errorCode": 0, "additionalDetails": "MFA requirement satisfied by claim in the token"}, "clientAppUsed": "Mobile Apps and Desktop clients", "deviceDetail": {"deviceId": "6ea76864-5f18-47dd-adb9-2b1dfcbfc425", "displayName": "KRISTENHOWELL-LT", "operatingSystem": "Windows", "isCompliant": true, "isManaged": true, "trustType": "Azure AD joined"}, "location": {"city": "Port Denisetown", "state": "Smithton", "countryOrRegion": "XR", "geoCoordinates": {"latitude": 3.5518965, "longitude": 131.871582}}, "mfaDetail": {}, "correlationId": "b69762ed-2cb7-44f9-95cc-01b645bf866a", "conditionalAccessStatus": "notApplied", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "feb1df3d-c15f-4727-9301-14bc3979e6ce", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 80, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Kemp LoadMaster Azure AD integration Service", "resourceId": "24578515-1951-4064-967d-0d2acaf0aa70", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 256668, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "I5q425nzi4z6nWD695SwXCJBcb3i67BddpDd9oZf0f7KMEzc", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "0e68752b-7dfa-400b-a6f5-1b54af90696a", "rngcStatus": 0}}, {"time": "2022-08-20T06:47:24.138725Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "147.132.189.119", "correlationId": "a3c57d67-eee2-4c29-b21c-b6fffb428f7d", "identity": "Cassie Fernandez", "Level": 4, "location": "XR", "properties": {"id": "fce40f88-fa2b-4b99-9183-5ba17bb45400", "createdDateTime": "2022-08-20T06:47:24.264725Z", "userDisplayName": "Cassie Fernandez", "userPrincipalName": "cfernandez@domain.com", "userId": "67ef8be6-3f44-4db7-8172-fd6211428c1e", "appId": "2eae4ad1-8cae-48fe-b718-76bd66e2fc7f", "appDisplayName": "Bipsync", "ipAddress": "147.132.189.119", "status": {"errorCode": 0}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (iPad; CPU iPad OS 9_3_6 like Mac OS X) AppleWebKit/536.1 (KHTML, like Gecko) CriOS/42.0.865.0 Mobile/77O124 Safari/536.1 Edge/99.14477", "deviceDetail": {"deviceId": "d5a487a1-ef7d-4960-9723-7fdadce19af3", "displayName": "CASSIEFERNANDEZ-LT", "operatingSystem": "Windows 10", "browser": "Edge 99.14477", "trustType": "Azure AD registered"}, "location": {"city": "Port Denisetown", "state": "Smithton", "countryOrRegion": "XR", "geoCoordinates": {"latitude": 3.5518965, "longitude": 131.871582}}, "correlationId": "5e889f1f-8792-40e3-9f81-d11b2ad56ec7", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "24de0837-c0d7-4624-8990-480969a295da", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "processingTimeInMilliseconds": 126, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Bipsync Service", "resourceId": "9a84f55e-3a40-492c-9476-e069f64ed7a6", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 256668, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "nsuDGp0Q34MVWGM4AkBTYkzcSU8ianvi0DIFazzbXGzgKLqm", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "37ee873b-f901-4e25-be69-010243106d0f"}}, {"time": "2022-08-20T07:00:36.013141Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "13.113.40.157", "correlationId": "0a8714a9-66ac-49b1-979f-7fdc003e8397", "identity": "Attack Target", "Level": 4, "location": "XR", "properties": {"id": "8d2b057a-7641-4f9d-ad75-7b19a0a86000", "createdDateTime": "2022-08-20T07:00:36.337141Z", "userDisplayName": "Attack Target", "userPrincipalName": "attacktarget@domain.com", "userId": "d735e84b-dcca-404d-9f7d-700f360f41a6", "appId": "9c5b7fe3-0ad2-4ea6-94e5-9e0001f367e3", "appDisplayName": "Articulate 360", "ipAddress": "13.113.40.157", "status": {"errorCode": 0}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (iPad; CPU iPad OS 9_3_6 like Mac OS X) AppleWebKit/536.1 (KHTML, like Gecko) CriOS/42.0.865.0 Mobile/77O124 Safari/536.1 Edge/99.14477", "deviceDetail": {"deviceId": "a44625dc-6f81-449a-9799-8005f7209b42", "displayName": "ATTACKTARGET-LT", "operatingSystem": "Windows 10", "browser": "Edge 99.14477", "trustType": "Azure AD registered"}, "location": {"city": "New John", "state": "Smithfort", "countryOrRegion": "XR", "geoCoordinates": {"latitude": -89.144242, "longitude": 168.119022}}, "correlationId": "35e052be-4af4-4d88-bb8b-6a9e9a153e90", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "2b104bf3-6f3f-488b-bc40-e7fe18f36baa", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "processingTimeInMilliseconds": 324, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Articulate 360 Online", "resourceId": "436260d5-3791-4aea-a4da-aa698ec35f2f", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 34974, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "sBW7W2XGCmR46PXPYWxFXLIiOItVCC7rnIcwCNrkGrobOW2X", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "94b9f3ba-5f4b-4edc-99dc-a420b76960f9"}}, {"time": "2022-08-20T07:06:25.300297Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "92.110.109.246", "correlationId": "e92be668-b7d9-4d48-a49e-17394ef0a71f", "identity": "David Johnson", "Level": 4, "location": "XR", "properties": {"id": "50cdd952-1f75-4f63-b471-457a59bc4c00", "createdDateTime": "2022-08-20T07:06:25.457297Z", "userDisplayName": "David Johnson", "userPrincipalName": "djohnson@domain.com", "userId": "ff2ae3d2-8cd2-4bd6-b65d-49c5ad946c7f", "appId": "9a7e67c7-6f05-42a3-b226-97c7ec3e9696", "appDisplayName": "Adobe Identity Management", "ipAddress": "92.110.109.246", "ipAddressFromResourceProvider": "44.22.19.201", "status": {"errorCode": 0}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (Windows NT 4.0) AppleWebKit/531.1 (KHTML, like Gecko) Chrome/20.0.823.0 Safari/531.1 Edge/87.11424", "deviceDetail": {"deviceId": "8fb0ff79-f116-4f20-8ca8-36b3f8d68865", "displayName": "DAVIDJOHNSON-LT", "operatingSystem": "Windows 10", "browser": "Edge 87.11424", "trustType": "Azure AD registered"}, "location": {"city": "Port Denisetown", "state": "Smithton", "countryOrRegion": "XR", "geoCoordinates": {"latitude": 3.5518965, "longitude": 131.871582}}, "correlationId": "f2459799-d641-4e6d-8c8f-d57767920ac2", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "1f46e0d1-197d-4577-8d13-ae9aa2e7189c", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "processingTimeInMilliseconds": 157, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Adobe Identity Management Service", "resourceId": "c8eab36d-0a82-409d-8693-a8dabc997921", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 230297, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "gbsk1hDoKF1yRwH1IoBabgRO32CTIZ5dNf8eb3Lzc96nC2Uu", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "2248d3ef-d7b8-4eb2-bd20-fb53f725bfe3"}}, {"time": "2022-08-20T07:11:51.528366Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "42.62.103.34", "correlationId": "8e7186a7-879d-4223-9c5a-110f6a9b4754", "identity": "Joseph Taylor", "Level": 4, "location": "XF", "properties": {"id": "9fd4e587-f898-44c4-9cdb-b091b0286d00", "createdDateTime": "2022-08-20T07:11:51.643366Z", "userDisplayName": "Joseph Taylor", "userPrincipalName": "jtaylor@domain.com", "userId": "af9847eb-c773-41ae-bf94-42747c5e986c", "appId": "03d81133-bfaa-4cad-b5fc-938f0fe86da9", "appDisplayName": "Dream Broker Studio", "ipAddress": "42.62.103.34", "status": {"errorCode": 0, "additionalDetails": "MFA requirement satisfied by claim in the token"}, "clientAppUsed": "Browser", "userAgent": "Mozilla/5.0 (Linux; Android 2.3.5) AppleWebKit/532.2 (KHTML, like Gecko) Chrome/46.0.898.0 Safari/532.2 Edge/105.19198", "deviceDetail": {"deviceId": "76b96bd3-e5d7-49ee-b195-bf363facdb3d", "displayName": "JOSEPHTAYLOR-LT", "operatingSystem": "Windows 10", "browser": "Edge 105.19198", "isCompliant": true, "isManaged": true, "trustType": "Azure AD joined"}, "location": {"city": "Jessicafurt", "state": "Smithbury", "countryOrRegion": "XF", "geoCoordinates": {"latitude": 17.5082395, "longitude": -115.304215}}, "mfaDetail": {}, "correlationId": "c1b77329-978e-4a8f-876c-da473595302e", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "d460ebcf-0781-45fb-833b-32cd6fc4ccf1", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 115, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Dream Broker Studio Online", "resourceId": "f0630e90-b752-4960-bfb9-a0794fc34930", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 393508, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "295uZWbsm6Qqg3UksTRH83ceHDydMJ7uyBtAComICTIQPmHY", "incomingTokenType": "none", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "1f37c851-4be4-455b-928a-fbde7845a68a", "rngcStatus": 0}}, {"time": "2022-08-20T07:20:01.791324Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "25.228.18.106", "correlationId": "663082fb-a682-472d-be8d-896095867363", "identity": "Thomas Price", "Level": 4, "location": "XQ", "properties": {"id": "13398d70-a5db-4e32-a8b5-aca5d100a300", "createdDateTime": "2022-08-20T07:20:01.940324Z", "userDisplayName": "Thomas Price", "userPrincipalName": "tprice@domain.com", "userId": "32109ee2-ee4f-4d11-9c38-2556aec0f2b5", "appId": "9a7e67c7-6f05-42a3-b226-97c7ec3e9696", "appDisplayName": "Adobe Identity Management", "ipAddress": "25.228.18.106", "status": {"errorCode": 0}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (X11; Linux i686) AppleWebKit/533.0 (KHTML, like Gecko) Chrome/24.0.803.0 Safari/533.0 Edge/40.11325", "deviceDetail": {"deviceId": "0729bd71-1465-4897-bba4-71c5ca15a9bb", "displayName": "THOMASPRICE-LT", "operatingSystem": "Windows 10", "browser": "Edge 40.11325", "isCompliant": true, "isManaged": true, "trustType": "Azure AD registered"}, "location": {"city": "Veronicachester", "state": "Chanshire", "countryOrRegion": "XQ", "geoCoordinates": {"latitude": -5.3151345, "longitude": -4.976578}}, "correlationId": "870f42ad-b0a6-4a4f-b668-bd89209917e8", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "501d1e58-1bf8-4073-acb1-18b4249f5753", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 149, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Adobe Identity Management Service", "resourceId": "bca2b487-3a6c-440f-b1b7-a15b02771ad0", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 79359, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "PJb5NXSSEfRhqbDw83EmN8vTANC4Kro94MdD07Stx81LrmUS", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "4da47dd4-556d-4ba4-9847-c1850930ab5e", "rngcStatus": 0}}, {"time": "2022-08-20T07:32:14.681624Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "199.12.127.103", "correlationId": "367a2732-ca32-4951-8e91-23bd2e8288d3", "identity": "Jacob Meyers", "Level": 4, "location": "XG", "properties": {"id": "0845bbb6-89fe-4165-bbbd-520280535300", "createdDateTime": "2022-08-20T07:32:14.804624Z", "userDisplayName": "Jacob Meyers", "userPrincipalName": "jmeyers@domain.com", "userId": "c63a67b0-1651-4a8a-9560-cc703cdad5ad", "appId": "2eae4ad1-8cae-48fe-b718-76bd66e2fc7f", "appDisplayName": "Bipsync", "ipAddress": "199.12.127.103", "status": {"errorCode": 0}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (iPad; CPU iPad OS 9_3_6 like Mac OS X) AppleWebKit/536.1 (KHTML, like Gecko) CriOS/42.0.865.0 Mobile/77O124 Safari/536.1 Edge/99.14477", "deviceDetail": {"deviceId": "68cb982e-f215-496c-89bb-cc07716ff474", "displayName": "JACOBMEYERS-LT", "operatingSystem": "Windows 10", "browser": "Edge 99.14477", "trustType": "Azure AD registered"}, "location": {"city": "Port Nathan", "state": "Newmanville", "countryOrRegion": "XG", "geoCoordinates": {"latitude": 23.244641, "longitude": -113.392021}}, "correlationId": "854467fc-ceb1-4014-898d-34abea3283f3", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "2b8bdb1b-a3fe-4d43-9b88-dcaadb417a91", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "processingTimeInMilliseconds": 123, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Bipsync Service", "resourceId": "9a84f55e-3a40-492c-9476-e069f64ed7a6", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 282405, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "IPiqU3Ztj2jOxnOFOwb9htVSrYmPIVN1DGSspf6ncv8pmZIh", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "37ee873b-f901-4e25-be69-010243106d0f"}}, {"time": "2022-08-20T08:10:02.385461Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "205.33.24.92", "correlationId": "6352df2d-2931-4eb8-9237-6585acbee98e", "identity": "Aaron Cole", "Level": 4, "location": "XD", "properties": {"id": "2468034e-c03d-4a77-94b4-f89bacd76100", "createdDateTime": "2022-08-20T08:10:02.601461Z", "userDisplayName": "Aaron Cole", "userPrincipalName": "acole@domain.com", "userId": "5d557969-1645-4ba4-be83-b6fd943659f7", "appId": "36f74ffc-90e8-46e0-b0ed-588b76ed6f47", "appDisplayName": "Inspire", "ipAddress": "205.33.24.92", "status": {"errorCode": 0}, "clientAppUsed": "Browser", "userAgent": "Mozilla/5.0 (X11; Linux i686) AppleWebKit/536.2 (KHTML, like Gecko) Chrome/22.0.877.0 Safari/536.2", "deviceDetail": {"deviceId": "", "operatingSystem": "Windows 10", "browser": "Chrome 22.0.877.0"}, "location": {"city": "Kristinmouth", "state": "Norrisbury", "countryOrRegion": "XD", "geoCoordinates": {"latitude": 26.278784, "longitude": -92.042573}}, "correlationId": "bfd1efb6-6fd7-4549-b96a-8dc2a355bd21", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "0ba4d8b3-2e3c-43bc-9c84-d44bec8c99e7", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 216, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Inspire Online", "resourceId": "f0630e90-b752-4960-bfb9-a0794fc34930", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 214655, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "TBiXQ4kRhmh7wRL8dp8g5iduJtLaXaqrNyNFx9dimZ92XsX8", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "1f37c851-4be4-455b-928a-fbde7845a68a", "rngcStatus": 0}}, {"time": "2022-08-20T08:26:40.730883Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "1.210.58.10", "correlationId": "cd36641b-2938-401c-9c13-88b2044e10a9", "identity": "Keith Sheppard", "Level": 4, "location": "XD", "properties": {"id": "61a4e203-e55e-4977-9b6d-1848f7456d00", "createdDateTime": "2022-08-20T08:26:40.842883Z", "userDisplayName": "Keith Sheppard", "userPrincipalName": "ksheppard@domain.com", "userId": "05bd48f1-91d2-4c2d-9a7c-80e80f561b3c", "appId": "9a7e67c7-6f05-42a3-b226-97c7ec3e9696", "appDisplayName": "Adobe Identity Management", "ipAddress": "1.210.58.10", "status": {"errorCode": 0}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (Windows NT 4.0) AppleWebKit/531.1 (KHTML, like Gecko) Chrome/20.0.823.0 Safari/531.1 Edge/87.11424", "deviceDetail": {"deviceId": "639815fd-5018-4e38-9d81-67538b2ce460", "displayName": "KEITHSHEPPARD-LT", "operatingSystem": "Windows 10", "browser": "Edge 87.11424", "trustType": "Azure AD registered"}, "location": {"city": "Cooperhaven", "state": "Norrisbury", "countryOrRegion": "XD", "geoCoordinates": {"latitude": 70.436398, "longitude": -23.873747}}, "correlationId": "9f64cae7-172b-49fc-88a6-87e2fcea7773", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "18df4c17-3b1b-4ce0-9f42-0b319ffad204", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 112, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Adobe Identity Management Service", "resourceId": "2c3383ff-432a-49ee-bb8b-8699a7d0416f", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 69487, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "6cwVhOIV9aTNeRl7VXH0PIqhYfuTGYaZ3PMa2XXOQO5oc60X", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "35efb8e5-3b35-4a86-b7ce-660b69bfa773", "rngcStatus": 0}}, {"time": "2022-08-20T08:28:33.802415Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "13.113.40.157", "correlationId": "37f37215-19e0-4ae0-8211-37cc1058f314", "identity": "Attack Target", "Level": 4, "location": "XR", "properties": {"id": "9e1a73f6-a00a-49a9-886a-dc86b0c45900", "createdDateTime": "2022-08-20T08:28:33.930415Z", "userDisplayName": "Attack Target", "userPrincipalName": "attacktarget@domain.com", "userId": "d735e84b-dcca-404d-9f7d-700f360f41a6", "appId": "9a7e67c7-6f05-42a3-b226-97c7ec3e9696", "appDisplayName": "Adobe Identity Management", "ipAddress": "13.113.40.157", "status": {"errorCode": 0}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (iPad; CPU iPad OS 9_3_6 like Mac OS X) AppleWebKit/536.1 (KHTML, like Gecko) CriOS/42.0.865.0 Mobile/77O124 Safari/536.1 Edge/99.14477", "deviceDetail": {"deviceId": "a44625dc-6f81-449a-9799-8005f7209b42", "displayName": "ATTACKTARGET-LT", "operatingSystem": "Windows 10", "browser": "Edge 99.14477", "trustType": "Azure AD registered"}, "location": {"city": "New John", "state": "Smithfort", "countryOrRegion": "XR", "geoCoordinates": {"latitude": -89.144242, "longitude": 168.119022}}, "correlationId": "3c436dcf-d747-4fa0-b71f-ce120969d2e9", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "79371d4e-c04e-4b43-bda7-e3ce5d67e1c1", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "processingTimeInMilliseconds": 128, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Adobe Identity Management Service", "resourceId": "30663ca7-f8a9-43ab-8ca1-7906bdbc1485", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 34974, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "mtT0l5jMnrk4Ib9MWnL16OLSHHQrtgqPeIS5hHaAC4VewZVS", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "a6c259e5-7f16-48b2-a9f3-75becd6daa9b"}}, {"time": "2022-08-20T08:41:15.059747Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "25.228.18.106", "correlationId": "05b20dcf-d39e-47bb-a3a0-82204cba9b38", "identity": "Thomas Price", "Level": 4, "location": "XQ", "properties": {"id": "38b051b1-09e2-4d5c-9ca4-9786ed5a7a00", "createdDateTime": "2022-08-20T08:41:15.182747Z", "userDisplayName": "Thomas Price", "userPrincipalName": "tprice@domain.com", "userId": "32109ee2-ee4f-4d11-9c38-2556aec0f2b5", "appId": "9003b8ba-730c-412d-8972-267700304e01", "appDisplayName": "Box", "ipAddress": "25.228.18.106", "status": {"errorCode": 0}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (X11; Linux i686) AppleWebKit/533.0 (KHTML, like Gecko) Chrome/24.0.803.0 Safari/533.0 Edge/40.11325", "deviceDetail": {"deviceId": "0729bd71-1465-4897-bba4-71c5ca15a9bb", "displayName": "THOMASPRICE-LT", "operatingSystem": "Windows 10", "browser": "Edge 40.11325", "isCompliant": true, "isManaged": true, "trustType": "Azure AD registered"}, "location": {"city": "Veronicachester", "state": "Chanshire", "countryOrRegion": "XQ", "geoCoordinates": {"latitude": -5.3151345, "longitude": -4.976578}}, "correlationId": "6df69ed7-cba9-4b88-87fb-41c7eff7fadc", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "27f2b526-fd12-48d0-98bc-7f2b4894c3ea", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 123, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Box Online", "resourceId": "8a137ba4-52ae-4dbf-94af-2e56851573c4", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 79359, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "qW0oebN0JhSfgjcawxISXQNX8cg0stC0OiQazafRBR25A62K", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": null, "rngcStatus": 0}}, {"time": "2022-08-20T08:44:58.719656Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "147.132.189.119", "correlationId": "59e88a06-74a2-4a3c-9b68-f753ffdb17cc", "identity": "Terry Proctor", "Level": 4, "location": "XR", "properties": {"id": "86ec8f81-b065-45d1-84e2-abcf756e8b00", "createdDateTime": "2022-08-20T08:44:58.824656Z", "userDisplayName": "Terry Proctor", "userPrincipalName": "tproctor@domain.com", "userId": "03110cc5-e54f-4dae-b68a-bf5d945f8152", "appId": "9a7e67c7-6f05-42a3-b226-97c7ec3e9696", "appDisplayName": "Adobe Identity Management", "ipAddress": "147.132.189.119", "status": {"errorCode": 0, "additionalDetails": "MFA requirement satisfied by claim in the token"}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (X11; Linux i686) AppleWebKit/533.0 (KHTML, like Gecko) Chrome/24.0.803.0 Safari/533.0 Edge/40.11325", "deviceDetail": {"deviceId": "88ee69d5-1eb7-4f29-b594-e9b4e3371940", "displayName": "TERRYPROCTOR-LT", "operatingSystem": "Windows 10", "browser": "Edge 40.11325", "isCompliant": true, "isManaged": true, "trustType": "Azure AD joined"}, "location": {"city": "Port Denisetown", "state": "Smithton", "countryOrRegion": "XR", "geoCoordinates": {"latitude": 3.5518965, "longitude": 131.871582}}, "mfaDetail": {}, "correlationId": "2f6a63f3-8245-4f77-804f-f904c3092c98", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "437d701a-c15b-4119-9105-cbcaef28ffb5", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 105, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Adobe Identity Management Service", "resourceId": "7d6a0897-8b82-49e9-90e2-d482fb9202bd", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 256668, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "cmrd3y9eqpFte50zoi58xpooIbHGEJy6mnt6HqCuYgYQ8fk5", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "537d9419-7e2b-4778-9102-62256bcfcf45", "rngcStatus": 0}}, {"time": "2022-08-20T08:51:57.638963Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "13.113.40.157", "correlationId": "c1881535-b419-4836-91bf-bce59b5ae937", "identity": "Attack Target", "Level": 4, "location": "XR", "properties": {"id": "e77f7dfb-e270-4e13-aaf4-269705635c00", "createdDateTime": "2022-08-20T08:51:57.762963Z", "userDisplayName": "Attack Target", "userPrincipalName": "attacktarget@domain.com", "userId": "d735e84b-dcca-404d-9f7d-700f360f41a6", "appId": "9a7e67c7-6f05-42a3-b226-97c7ec3e9696", "appDisplayName": "Adobe Identity Management", "ipAddress": "13.113.40.157", "ipAddressFromResourceProvider": "11.5.130.220", "status": {"errorCode": 0}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (iPad; CPU iPad OS 9_3_6 like Mac OS X) AppleWebKit/536.1 (KHTML, like Gecko) CriOS/42.0.865.0 Mobile/77O124 Safari/536.1 Edge/99.14477", "deviceDetail": {"deviceId": "a44625dc-6f81-449a-9799-8005f7209b42", "displayName": "ATTACKTARGET-LT", "operatingSystem": "Windows 10", "browser": "Edge 99.14477", "trustType": "Azure AD registered"}, "location": {"city": "New John", "state": "Smithfort", "countryOrRegion": "XR", "geoCoordinates": {"latitude": -89.144242, "longitude": 168.119022}}, "correlationId": "336be493-625c-4ea5-a36c-ba3807257bed", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "1ace5918-d388-4a13-9934-6b9aa1fa1b69", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "processingTimeInMilliseconds": 124, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Adobe Identity Management Service", "resourceId": "9a84f55e-3a40-492c-9476-e069f64ed7a6", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 34974, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "2HUyxqpkep4JLxP6C3VjtZiFtWMRufG6h3fGHLSGJZTF2KCW", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "37ee873b-f901-4e25-be69-010243106d0f"}}, {"time": "2022-08-20T08:53:55.153763Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "42.62.103.34", "correlationId": "fc8c3ba0-0021-1000-bb59-6452658dca9c", "identity": "Joseph Taylor", "Level": 4, "location": "XF", "properties": {"id": "4ddb034d-d670-4525-9f72-a3058e407300", "createdDateTime": "2022-08-20T08:53:55.323763Z", "userDisplayName": "Joseph Taylor", "userPrincipalName": "jtaylor@domain.com", "userId": "af9847eb-c773-41ae-bf94-42747c5e986c", "appId": "439cf80c-f381-45bd-9b6a-a006882e7246", "appDisplayName": "Atlassian Cloud", "ipAddress": "42.62.103.34", "status": {"errorCode": 0, "additionalDetails": "MFA requirement satisfied by claim in the token"}, "clientAppUsed": "Browser", "deviceDetail": {"deviceId": "76b96bd3-e5d7-49ee-b195-bf363facdb3d", "displayName": "JOSEPHTAYLOR-LT", "operatingSystem": "Windows", "isCompliant": true, "isManaged": true, "trustType": "Azure AD joined"}, "location": {"city": "Jessicafurt", "state": "Smithbury", "countryOrRegion": "XF", "geoCoordinates": {"latitude": 17.5082395, "longitude": -115.304215}}, "mfaDetail": {}, "correlationId": "34ea06ae-b6ff-4b44-ba72-0d407a1526ab", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "16412c2b-5cc6-4f27-b5e1-74d5d79d909f", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 170, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Atlassian Cloud Service", "resourceId": "72f0186d-d327-46c9-a8ff-497e0caa8691", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 393508, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "xkwpcLnktvlbV610YrFmuE7rFwyrItoMiJSDA20psIeavKKg", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": null, "rngcStatus": 0}}, {"time": "2022-08-20T09:23:15.870894Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "212.169.11.63", "correlationId": "422559f9-4fff-4ddc-b9d5-c6a4709e536d", "identity": "Kristen Howell", "Level": 4, "location": "XR", "properties": {"id": "86ec8f81-b065-45d1-84e2-abcf16bf8b00", "createdDateTime": "2022-08-20T09:23:15.977894Z", "userDisplayName": "Kristen Howell", "userPrincipalName": "khowell@domain.com", "userId": "20e1e3f9-665f-45bd-9984-5e74b526d3b5", "appId": "9a7e67c7-6f05-42a3-b226-97c7ec3e9696", "appDisplayName": "Adobe Identity Management", "ipAddress": "212.169.11.63", "status": {"errorCode": 0}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (iPad; CPU iPad OS 9_3_6 like Mac OS X) AppleWebKit/536.1 (KHTML, like Gecko) CriOS/42.0.865.0 Mobile/77O124 Safari/536.1 Edge/99.14477", "deviceDetail": {"deviceId": "caf12d64-01ec-4396-b330-e7eb6349ad45", "displayName": "KRISTENHOWELL-LT", "operatingSystem": "Windows 10", "browser": "Edge 99.14477", "trustType": "Azure AD registered"}, "location": {"city": "North Lisachester", "state": "Smithton", "countryOrRegion": "XR", "geoCoordinates": {"latitude": -69.00844, "longitude": -172.534328}}, "correlationId": "f5664424-035a-403b-b9b1-7cafbe9c8d45", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "df988ba0-1729-4389-9b0a-8d52c6c4ea0f", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 107, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Adobe Identity Management Service", "resourceId": "9a84f55e-3a40-492c-9476-e069f64ed7a6", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 144064, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "oqff624uCP29LBFIEc4GJa72SQVDctrJLFMvvCp6ixOZMWAK", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "37ee873b-f901-4e25-be69-010243106d0f", "rngcStatus": 0}}, {"time": "2022-08-20T09:44:41.293240Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "156.206.181.119", "correlationId": "96275158-bf62-4571-b13e-f9acc7852ded", "identity": "Cynthia Perry", "Level": 4, "location": "XY", "properties": {"id": "4add604d-9260-4299-90f9-149dce106600", "createdDateTime": "2022-08-20T09:44:41.383240Z", "userDisplayName": "Cynthia Perry", "userPrincipalName": "cperry@domain.com", "userId": "ac5fa380-9d5b-470e-beb2-5ba10aca48e6", "appId": "9de6e985-97a5-4d82-9c45-aedaa9c25ef9", "appDisplayName": "AWS Single-Account Access", "ipAddress": "156.206.181.119", "status": {"errorCode": 0}, "clientAppUsed": "Browser", "deviceDetail": {"deviceId": "", "operatingSystem": "Windows"}, "location": {"city": "Hannaville", "state": "Thomashaven", "countryOrRegion": "XY", "geoCoordinates": {"latitude": 1.1452695, "longitude": 128.249211}}, "correlationId": "6f780d83-7604-4ea8-ab13-6fb2a41dd811", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "d73929aa-5654-429a-9033-671675ef49db", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 90, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "AWS Single-Account Access Service", "resourceId": "f0630e90-b752-4960-bfb9-a0794fc34930", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 279165, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "RUeqHHvxQdQVl46Y8AL7Dmxc626fVwhgsXC8DNC9mqB6P2hM", "incomingTokenType": "none", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "1f37c851-4be4-455b-928a-fbde7845a68a", "rngcStatus": 0}}, {"time": "2022-08-20T09:47:23.078905Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "13.113.40.157", "correlationId": "5e485694-eb41-45fe-b626-899e71789cf1", "identity": "Attack Target", "Level": 4, "location": "XR", "properties": {"id": "a4494e24-3340-475d-bc72-9aa1bb464800", "createdDateTime": "2022-08-20T09:47:23.212905Z", "userDisplayName": "Attack Target", "userPrincipalName": "attacktarget@domain.com", "userId": "d735e84b-dcca-404d-9f7d-700f360f41a6", "appId": "9a7e67c7-6f05-42a3-b226-97c7ec3e9696", "appDisplayName": "Adobe Identity Management", "ipAddress": "13.113.40.157", "status": {"errorCode": 0}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (iPad; CPU iPad OS 9_3_6 like Mac OS X) AppleWebKit/536.1 (KHTML, like Gecko) CriOS/42.0.865.0 Mobile/77O124 Safari/536.1 Edge/99.14477", "deviceDetail": {"deviceId": "a44625dc-6f81-449a-9799-8005f7209b42", "displayName": "ATTACKTARGET-LT", "operatingSystem": "Windows 10", "browser": "Edge 99.14477", "trustType": "Azure AD registered"}, "location": {"city": "New John", "state": "Smithfort", "countryOrRegion": "XR", "geoCoordinates": {"latitude": -89.144242, "longitude": 168.119022}}, "correlationId": "9f7847df-c2cc-45e0-a3bd-1d11d7f7925a", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "c4749e2a-9669-47bf-832b-240c63a8b272", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "processingTimeInMilliseconds": 134, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Adobe Identity Management Service", "resourceId": "7d6a0897-8b82-49e9-90e2-d482fb9202bd", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 34974, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "XkhmG7RC8XgNha53OAtfJ3CSCV15s94BIaOATTtfJODffSgx", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "537d9419-7e2b-4778-9102-62256bcfcf45"}}, {"time": "2022-08-20T09:50:56.344970Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "205.33.24.92", "correlationId": "da186d98-a9d5-42ac-b61d-313be009b67c", "identity": "Aaron Cole", "Level": 4, "location": "XD", "properties": {"id": "b4caa848-f8c1-4832-a328-e509cab76600", "createdDateTime": "2022-08-20T09:50:56.429970Z", "userDisplayName": "Aaron Cole", "userPrincipalName": "acole@domain.com", "userId": "5d557969-1645-4ba4-be83-b6fd943659f7", "appId": "9d64cdda-8fe1-424a-8325-912d9d512004", "appDisplayName": "Help Scout", "ipAddress": "205.33.24.92", "status": {"errorCode": 0}, "clientAppUsed": "Browser", "userAgent": "Mozilla/5.0 (X11; Linux i686) AppleWebKit/536.2 (KHTML, like Gecko) Chrome/22.0.877.0 Safari/536.2", "deviceDetail": {"deviceId": "", "operatingSystem": "Windows 10", "browser": "Chrome 22.0.877.0"}, "location": {"city": "Kristinmouth", "state": "Norrisbury", "countryOrRegion": "XD", "geoCoordinates": {"latitude": 26.278784, "longitude": -92.042573}}, "correlationId": "4d695a4b-360d-4ce2-ad90-5562e649da97", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "863b6810-77ff-47db-9786-e1ee8d23c96b", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 85, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Help Scout Service", "resourceId": "f0630e90-b752-4960-bfb9-a0794fc34930", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 214655, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "HyCKC5stb7wPPtbrxaj3J8eqxiM8qgKYlOkpILK8e4S1OMO1", "incomingTokenType": "none", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "1f37c851-4be4-455b-928a-fbde7845a68a", "rngcStatus": 0}}, {"time": "2022-08-20T09:51:44.422766Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "156.206.181.119", "correlationId": "63494706-d513-4537-8c1f-38351b10d54a", "identity": "Cynthia Perry", "Level": 4, "location": "XY", "properties": {"id": "0a5d29f3-d2f6-475a-8ab8-e72bea5f6400", "createdDateTime": "2022-08-20T09:51:44.524766Z", "userDisplayName": "Cynthia Perry", "userPrincipalName": "cperry@domain.com", "userId": "ac5fa380-9d5b-470e-beb2-5ba10aca48e6", "appId": "9de6e985-97a5-4d82-9c45-aedaa9c25ef9", "appDisplayName": "AWS Single-Account Access", "ipAddress": "156.206.181.119", "status": {"errorCode": 0}, "clientAppUsed": "Browser", "deviceDetail": {"deviceId": "", "operatingSystem": "Windows"}, "location": {"city": "Hannaville", "state": "Thomashaven", "countryOrRegion": "XY", "geoCoordinates": {"latitude": 1.1452695, "longitude": 128.249211}}, "correlationId": "78bbab22-be75-41ce-b2fc-5b4740ec584d", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "15d54791-52ef-40ce-9b36-a485be55fb28", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 102, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "AWS Single-Account Access Service", "resourceId": "f0630e90-b752-4960-bfb9-a0794fc34930", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 279165, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "qM3q23dcrsfbeE2ABiciPMHYqHTXQlD3qyb8CcpUBUXNw85y", "incomingTokenType": "none", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "1f37c851-4be4-455b-928a-fbde7845a68a", "rngcStatus": 0}}, {"time": "2022-08-20T10:18:56.704156Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "156.206.181.119", "correlationId": "8d49fe50-e65b-4705-a839-552058e96306", "identity": "Cynthia Perry", "Level": 4, "location": "XY", "properties": {"id": "7682696f-415e-4a05-906d-36aaccfc7100", "createdDateTime": "2022-08-20T10:18:56.808156Z", "userDisplayName": "Cynthia Perry", "userPrincipalName": "cperry@domain.com", "userId": "ac5fa380-9d5b-470e-beb2-5ba10aca48e6", "appId": "9de6e985-97a5-4d82-9c45-aedaa9c25ef9", "appDisplayName": "AWS Single-Account Access", "ipAddress": "156.206.181.119", "status": {"errorCode": 0}, "clientAppUsed": "Browser", "deviceDetail": {"deviceId": "", "operatingSystem": "Windows"}, "location": {"city": "Hannaville", "state": "Thomashaven", "countryOrRegion": "XY", "geoCoordinates": {"latitude": 1.1452695, "longitude": 128.249211}}, "correlationId": "83a6cb1f-6d22-46d2-a6d6-6e00cdac4b9d", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "b5dac9b3-a74d-49ef-9add-5d8b70492235", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 104, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "AWS Single-Account Access Service", "resourceId": "9a84f55e-3a40-492c-9476-e069f64ed7a6", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 279165, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "JdnLOCQJvpoy6uEOg5Pi29d4kTORGnVcirbykfCAaDkOv8FG", "incomingTokenType": "none", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "37ee873b-f901-4e25-be69-010243106d0f", "rngcStatus": 0}}, {"time": "2022-08-20T10:24:31.732404Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "42.62.103.34", "correlationId": "e9077bab-f6f2-4527-9336-033394fb72e3", "identity": "Joseph Taylor", "Level": 4, "location": "XF", "properties": {"id": "8f0104bc-cf9f-4ec7-a1f4-ae84a0457600", "createdDateTime": "2022-08-20T10:24:31.863404Z", "userDisplayName": "Joseph Taylor", "userPrincipalName": "jtaylor@domain.com", "userId": "af9847eb-c773-41ae-bf94-42747c5e986c", "appId": "ad65aaed-51a8-4877-830e-8a5273604c87", "appDisplayName": "Docusign", "ipAddress": "42.62.103.34", "status": {"errorCode": 0, "additionalDetails": "MFA requirement satisfied by claim in the token"}, "clientAppUsed": "Browser", "deviceDetail": {"deviceId": "76b96bd3-e5d7-49ee-b195-bf363facdb3d", "displayName": "JOSEPHTAYLOR-LT", "operatingSystem": "Windows", "browser": "Rich Client 4.42.0.0", "isCompliant": true, "isManaged": true, "trustType": "Azure AD joined"}, "location": {"city": "Jessicafurt", "state": "Smithbury", "countryOrRegion": "XF", "geoCoordinates": {"latitude": 17.5082395, "longitude": -115.304215}}, "mfaDetail": {}, "correlationId": "10c70a02-0df2-4126-882e-1685a1634eee", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "ed003da4-3b15-47d4-8512-21653a219def", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 131, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Docusign Service", "resourceId": "a666212f-ee1d-48b1-b4cf-45433f66d402", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 393508, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "eVgWXgbgBCYnKb7jdJTlGSydxD79o5hkX37cNWFYR7vpwmBw", "incomingTokenType": "none", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "b9c9c5b0-1fce-4e9e-af57-8d5084987162", "rngcStatus": 0}}, {"time": "2022-08-20T10:24:54.090199Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "25.228.18.106", "correlationId": "c0b25219-cca4-4d96-8dac-47dabb773542", "identity": "Thomas Price", "Level": 4, "location": "XQ", "properties": {"id": "d613255f-ee47-4782-aac9-90420d067400", "createdDateTime": "2022-08-20T10:24:54.442199Z", "userDisplayName": "Thomas Price", "userPrincipalName": "tprice@domain.com", "userId": "32109ee2-ee4f-4d11-9c38-2556aec0f2b5", "appId": "bf2855c0-7434-4262-8885-ad2f5206d324", "appDisplayName": "COINS Construction Cloud - Project and Productivity Apps", "ipAddress": "25.228.18.106", "status": {"errorCode": 0}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (X11; Linux i686) AppleWebKit/533.0 (KHTML, like Gecko) Chrome/24.0.803.0 Safari/533.0 Edge/40.11325", "deviceDetail": {"deviceId": "0729bd71-1465-4897-bba4-71c5ca15a9bb", "displayName": "THOMASPRICE-LT", "operatingSystem": "Windows 10", "browser": "Edge 40.11325", "isCompliant": true, "isManaged": true, "trustType": "Azure AD registered"}, "location": {"city": "Veronicachester", "state": "Chanshire", "countryOrRegion": "XQ", "geoCoordinates": {"latitude": -5.3151345, "longitude": -4.976578}}, "correlationId": "c3786d3c-7a59-4fcb-86c8-19efc7c75dea", "conditionalAccessStatus": "notApplied", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "a809a9da-2ea7-4018-ae1e-1da996051a51", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 352, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "COINS Construction Cloud - Project and Productivity Apps Service", "resourceId": "7a8caa38-3454-4033-9b2e-0e69152cca1e", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 79359, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "6jwR6lH2dEJ5UlBivyRE1AqYkyXyjm2lQ3FQmKtqQW5pfc3G", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "7c9b147a-b2e2-42f4-8881-d000653c3411", "rngcStatus": 0}}, {"time": "2022-08-20T10:33:38.051578Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "156.206.181.119", "correlationId": "f53dc5f0-4124-44ac-948c-bf5839d3d1dd", "identity": "Cynthia Perry", "Level": 4, "location": "XY", "properties": {"id": "c4d70abb-d9d9-4a46-9278-1d56d1099900", "createdDateTime": "2022-08-20T10:33:38.139578Z", "userDisplayName": "Cynthia Perry", "userPrincipalName": "cperry@domain.com", "userId": "ac5fa380-9d5b-470e-beb2-5ba10aca48e6", "appId": "9de6e985-97a5-4d82-9c45-aedaa9c25ef9", "appDisplayName": "AWS Single-Account Access", "ipAddress": "156.206.181.119", "status": {"errorCode": 0}, "clientAppUsed": "Browser", "deviceDetail": {"deviceId": "", "operatingSystem": "Windows"}, "location": {"city": "Hannaville", "state": "Thomashaven", "countryOrRegion": "XY", "geoCoordinates": {"latitude": 1.1452695, "longitude": 128.249211}}, "correlationId": "aa1d9661-d12f-4524-a984-c972aabe3d6a", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "ed1d0630-63fa-4252-bf3a-ce330801daf4", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 88, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "AWS Single-Account Access Service", "resourceId": "f0630e90-b752-4960-bfb9-a0794fc34930", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 279165, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "7GeJDshfsINlYEOryVQ1DD5qojxZMLc82tuyppFVSbtKWSR5", "incomingTokenType": "none", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "1f37c851-4be4-455b-928a-fbde7845a68a", "rngcStatus": 0}}, {"time": "2022-08-20T10:46:16.121289Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "81.209.4.19", "correlationId": "d0b0efbd-f185-4cac-863a-5a7a830a8322", "identity": "Jim Gonzalez", "Level": 4, "location": "XR", "properties": {"id": "24f34ea2-62fd-45db-9e25-0b5330a59500", "createdDateTime": "2022-08-20T10:46:16.247289Z", "userDisplayName": "Jim Gonzalez", "userPrincipalName": "jgonzalez@domain.com", "userId": "95090045-a9c5-489c-adee-2db430a3333a", "appId": "2eae4ad1-8cae-48fe-b718-76bd66e2fc7f", "appDisplayName": "Bipsync", "ipAddress": "81.209.4.19", "status": {"errorCode": 0}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (Linux; Android 4.4.3) AppleWebKit/533.2 (KHTML, like Gecko) Chrome/28.0.882.0 Safari/533.2 Edge/44.18413", "deviceDetail": {"deviceId": "1a428e94-41e3-4c1d-865a-0d31c9a2540b", "displayName": "JIMGONZALEZ-LT", "operatingSystem": "Windows 10", "browser": "Edge 44.18413", "trustType": "Azure AD registered"}, "location": {"city": "Santosborough", "state": "Smithton", "countryOrRegion": "XR", "geoCoordinates": {"latitude": 50.0774195, "longitude": 64.938754}}, "correlationId": "dac87211-a750-4458-9ab7-7355a02b9b23", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "4d447b60-9da0-4243-882f-787add773f40", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 126, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Bipsync Service", "resourceId": "aaf780ce-b996-49b9-986d-8bb23f7bce3a", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 34974, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "C9VsozXZRGpwuk2j5nK5WbW2MfadWy0hwrvzZaGK7UFqUarc", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "b7da42cc-a168-4148-b15a-792ad32c2ff5", "rngcStatus": 0}}, {"time": "2022-08-20T10:49:13.152726Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "156.206.181.119", "correlationId": "19a7bf3f-c3e8-4308-b64b-22fd4a4ba5a1", "identity": "Cynthia Perry", "Level": 4, "location": "XY", "properties": {"id": "0e55ac1c-e1ca-4d68-882b-364ff8ac4d00", "createdDateTime": "2022-08-20T10:49:13.282726Z", "userDisplayName": "Cynthia Perry", "userPrincipalName": "cperry@domain.com", "userId": "ac5fa380-9d5b-470e-beb2-5ba10aca48e6", "appId": "9de6e985-97a5-4d82-9c45-aedaa9c25ef9", "appDisplayName": "AWS Single-Account Access", "ipAddress": "156.206.181.119", "status": {"errorCode": 0}, "clientAppUsed": "Browser", "deviceDetail": {"deviceId": "", "operatingSystem": "Windows"}, "location": {"city": "Hannaville", "state": "Thomashaven", "countryOrRegion": "XY", "geoCoordinates": {"latitude": 1.1452695, "longitude": 128.249211}}, "correlationId": "63c8c14b-6752-4c21-a01f-d6cbdbe888ca", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "bc3d9992-3d72-4901-be98-63cade91b2cd", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "processingTimeInMilliseconds": 130, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "AWS Single-Account Access Service", "resourceId": "f0630e90-b752-4960-bfb9-a0794fc34930", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 279165, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "AE9VQwPSGhVkhmcCIdLmdi4ftxuayvFUjTcSBjcM9fWa9WtC", "incomingTokenType": "none", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "1f37c851-4be4-455b-928a-fbde7845a68a"}}, {"time": "2022-08-20T10:56:03.359657Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "13.113.40.157", "correlationId": "5d8e672d-7dc6-444d-a3aa-3d905de84eff", "identity": "Attack Target", "Level": 4, "location": "XR", "properties": {"id": "9f9faa33-0498-4dca-a8c6-5da8331b5600", "createdDateTime": "2022-08-20T10:56:03.467657Z", "userDisplayName": "Attack Target", "userPrincipalName": "attacktarget@domain.com", "userId": "d735e84b-dcca-404d-9f7d-700f360f41a6", "appId": "9d794ea1-8d77-42e3-9fdd-6fd3620d616a", "appDisplayName": "Alaya", "ipAddress": "13.113.40.157", "status": {"errorCode": 0}, "clientAppUsed": "Mobile Apps and Desktop clients", "deviceDetail": {"deviceId": "a44625dc-6f81-449a-9799-8005f7209b42", "displayName": "ATTACKTARGET-LT", "operatingSystem": "Windows 10", "trustType": "Azure AD registered"}, "location": {"city": "New John", "state": "Smithfort", "countryOrRegion": "XR", "geoCoordinates": {"latitude": -89.144242, "longitude": 168.119022}}, "correlationId": "cdfc6b41-12d2-4681-80d1-398e0b77f98f", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "573119ce-8101-4dd5-bc33-43534a0fbca5", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "processingTimeInMilliseconds": 108, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Alaya Service", "resourceId": "e35e3da1-bf74-46a1-979f-06c9212ebfab", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 34974, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "e7opUa7iyTSviSikx8wFzbFoffeJpDmmdZx33G24Wo165eNj", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "33c2df33-b2d6-495e-85ea-298208628e8d"}}, {"time": "2022-08-20T11:52:06.731836Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "42.62.103.34", "correlationId": "9df0e575-8e83-464d-841a-0bc1ac23812c", "identity": "Joseph Taylor", "Level": 4, "location": "XF", "properties": {"id": "cc6dad61-5ab1-455b-ace9-7721e1067100", "createdDateTime": "2022-08-20T11:52:06.822836Z", "userDisplayName": "Joseph Taylor", "userPrincipalName": "jtaylor@domain.com", "userId": "af9847eb-c773-41ae-bf94-42747c5e986c", "appId": "36f74ffc-90e8-46e0-b0ed-588b76ed6f47", "appDisplayName": "Inspire", "ipAddress": "42.62.103.34", "status": {"errorCode": 0, "additionalDetails": "MFA requirement satisfied by claim in the token"}, "clientAppUsed": "Browser", "userAgent": "Mozilla/5.0 (Linux; Android 2.3.5) AppleWebKit/532.2 (KHTML, like Gecko) Chrome/46.0.898.0 Safari/532.2 Edge/105.19198", "deviceDetail": {"deviceId": "76b96bd3-e5d7-49ee-b195-bf363facdb3d", "displayName": "JOSEPHTAYLOR-LT", "operatingSystem": "Windows 10", "browser": "Edge 105.19198", "isCompliant": true, "isManaged": true, "trustType": "Azure AD joined"}, "location": {"city": "Jessicafurt", "state": "Smithbury", "countryOrRegion": "XF", "geoCoordinates": {"latitude": 17.5082395, "longitude": -115.304215}}, "mfaDetail": {}, "correlationId": "db31bfde-4c9a-4f2e-9ed2-d031cf2f3bc1", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "cdb97166-675e-433e-8836-62ca2e7f013c", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 91, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Inspire Online", "resourceId": "8a137ba4-52ae-4dbf-94af-2e56851573c4", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 393508, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "ASfwqHAiZLzZe2d9tGmpuSIO8vF6zLXMzzAf6ulZ887mUluz", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": null, "rngcStatus": 0}}, {"time": "2022-08-20T11:55:47.397597Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "13.113.40.157", "correlationId": "f8c4fb52-3ffa-4e13-a359-61540faf97c4", "identity": "Attack Target", "Level": 4, "location": "XR", "properties": {"id": "e6e31c7b-cba6-47bd-b6c9-edde4f6e6b00", "createdDateTime": "2022-08-20T11:55:47.569597Z", "userDisplayName": "Attack Target", "userPrincipalName": "attacktarget@domain.com", "userId": "d735e84b-dcca-404d-9f7d-700f360f41a6", "appId": "9a7e67c7-6f05-42a3-b226-97c7ec3e9696", "appDisplayName": "Adobe Identity Management", "ipAddress": "13.113.40.157", "status": {"errorCode": 0}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (iPad; CPU iPad OS 9_3_6 like Mac OS X) AppleWebKit/536.1 (KHTML, like Gecko) CriOS/42.0.865.0 Mobile/77O124 Safari/536.1 Edge/99.14477", "deviceDetail": {"deviceId": "a44625dc-6f81-449a-9799-8005f7209b42", "displayName": "ATTACKTARGET-LT", "operatingSystem": "Windows 10", "browser": "Edge 99.14477", "trustType": "Azure AD registered"}, "location": {"city": "New John", "state": "Smithfort", "countryOrRegion": "XR", "geoCoordinates": {"latitude": -89.144242, "longitude": 168.119022}}, "correlationId": "d37b5d09-1f98-416e-abe9-120a1c3af607", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "8caa9d86-314a-45cf-9ec6-a71e018d9895", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "processingTimeInMilliseconds": 172, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Adobe Identity Management Service", "resourceId": "80abac89-d2c0-4b6c-8ffc-5023bd7efc5e", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 34974, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "bXBH2ny22Shg51aTucXHjMhjDoV9PELHBZ58oL97d1W7LKM9", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": null}}, {"time": "2022-08-20T12:02:07.076464Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "50158", "resultSignature": "None", "resultDescription": "External security challenge was not satisfied.", "durationMs": 0, "callerIpAddress": "105.169.153.183", "correlationId": "ae85eaad-e742-4dc6-8619-bb695f262b1b", "identity": "Thomas Price", "Level": 4, "location": "XR", "properties": {"id": "987debf8-7865-4cdd-bac4-4800ecf56a00", "createdDateTime": "2022-08-20T12:02:07.234464Z", "userDisplayName": "Thomas Price", "userPrincipalName": "tprice@domain.com", "userId": "32109ee2-ee4f-4d11-9c38-2556aec0f2b5", "appId": "79510a8f-6421-4348-a2ea-bcc2b02485c1", "appDisplayName": "Cisco AnyConnect", "ipAddress": "105.169.153.183", "status": {"errorCode": 50158, "failureReason": "External security challenge was not satisfied."}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (X11; Linux i686) AppleWebKit/535.2 (KHTML, like Gecko) Chrome/22.0.843.0 Safari/535.2 Edge/118.12158", "deviceDetail": {"deviceId": "61720755-0e96-468f-9935-10dacdc868e4", "displayName": "THOMASPRICE-LT", "operatingSystem": "Windows 10", "browser": "Edge 118.12158", "trustType": "Hybrid Azure AD joined"}, "location": {"city": "Kevinton", "state": "Smithton", "countryOrRegion": "XR", "geoCoordinates": {"latitude": -87.5106305, "longitude": -77.991036}}, "correlationId": "4228be78-04db-48d9-98e6-df5623f36fbe", "conditionalAccessStatus": "failure", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "01ae94e4-4bcc-4b76-ab4b-af59ec45fc37", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 158, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Cisco AnyConnect Online", "resourceId": "5d5b8d28-6a28-472e-b837-a4094e466965", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 256668, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "nWK0H4jWnhmRVpTJ07Z25OwtV3ULJmNQUpWWhuCAK62xg9nr", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "15655e1f-5005-4c53-b3c0-c4a1d1ca5e9e", "rngcStatus": 0}}, {"time": "2022-08-20T12:04:40.576197Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "205.33.24.92", "correlationId": "25216f13-c2dd-4183-8f57-5cdcec1e3df4", "identity": "Aaron Cole", "Level": 4, "location": "XD", "properties": {"id": "ed1cc7f2-5495-4045-9a89-6421712d6f00", "createdDateTime": "2022-08-20T12:04:40.675197Z", "userDisplayName": "Aaron Cole", "userPrincipalName": "acole@domain.com", "userId": "5d557969-1645-4ba4-be83-b6fd943659f7", "appId": "9d64cdda-8fe1-424a-8325-912d9d512004", "appDisplayName": "Help Scout", "ipAddress": "205.33.24.92", "status": {"errorCode": 0}, "clientAppUsed": "Browser", "userAgent": "Mozilla/5.0 (X11; Linux i686) AppleWebKit/536.2 (KHTML, like Gecko) Chrome/22.0.877.0 Safari/536.2", "deviceDetail": {"deviceId": "", "operatingSystem": "Windows 10", "browser": "Chrome 22.0.877.0"}, "location": {"city": "Kristinmouth", "state": "Norrisbury", "countryOrRegion": "XD", "geoCoordinates": {"latitude": 26.278784, "longitude": -92.042573}}, "correlationId": "528f6825-be91-4353-b976-4f5502465d08", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "2163f00e-fa22-4b31-93a6-fca30521b2ba", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 99, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Help Scout", "resourceId": "156bfa5f-3f3c-4092-8e90-6fbf3dd58d70", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 214655, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "41NV3dtpiQTRUaJkzr8vy54yFzgx4Wb7hxQpQ6xo1mEWv5PL", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": null, "rngcStatus": 0}}, {"time": "2022-08-20T12:05:38.324128Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "50173", "resultSignature": "None", "resultDescription": "Fresh auth token is needed. Have the user re-sign using fresh credentials.", "durationMs": 0, "callerIpAddress": "156.206.181.119", "correlationId": "465548b3-bdbe-40db-a766-ba0fcd463657", "identity": "Cynthia Perry", "Level": 4, "location": "XY", "properties": {"id": "70084a8c-f56a-450b-8ce6-510d64959200", "createdDateTime": "2022-08-20T12:05:38.363128Z", "userDisplayName": "Cynthia Perry", "userPrincipalName": "cperry@domain.com", "userId": "ac5fa380-9d5b-470e-beb2-5ba10aca48e6", "appId": "9003b8ba-730c-412d-8972-267700304e01", "appDisplayName": "Box", "ipAddress": "156.206.181.119", "status": {"errorCode": 50173, "failureReason": "Fresh auth token is needed. Have the user re-sign using fresh credentials."}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (Windows NT 4.0) AppleWebKit/531.1 (KHTML, like Gecko) Chrome/20.0.823.0 Safari/531.1 Edge/87.11424", "deviceDetail": {"deviceId": "", "operatingSystem": "Windows 10", "browser": "Edge 87.11424"}, "location": {"city": "Hannaville", "state": "Thomashaven", "countryOrRegion": "XY", "geoCoordinates": {"latitude": 1.1452695, "longitude": 128.249211}}, "correlationId": "bee37dc2-f6af-48bb-b520-9807fd8e52db", "conditionalAccessStatus": "notApplied", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "a19cd6d0-9461-4cf5-aa32-8d762283f65d", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 39, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Box Online", "resourceId": "8a137ba4-52ae-4dbf-94af-2e56851573c4", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 279165, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "aNuRS254meOmW1FFKSj6s7mkzv53zzFV1pzLxoNkk184YDy5", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": null, "rngcStatus": 0}}, {"time": "2022-08-20T12:08:16.853733Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "86.154.193.190", "correlationId": "479b7f80-b283-422b-ba3a-18c3ed44e56c", "identity": "Kristen Howell", "Level": 4, "location": "XR", "properties": {"id": "8ad50de0-ebdd-4ace-9747-d47cf0b58900", "createdDateTime": "2022-08-20T12:08:16.943733Z", "userDisplayName": "Kristen Howell", "userPrincipalName": "khowell@domain.com", "userId": "20e1e3f9-665f-45bd-9984-5e74b526d3b5", "appId": "ce17d629-c602-4606-b278-f9698b779e35", "appDisplayName": "Office 365 SharePoint Online", "ipAddress": "86.154.193.190", "status": {"errorCode": 0, "additionalDetails": "MFA requirement satisfied by claim in the token"}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (X11; Linux i686) AppleWebKit/533.0 (KHTML, like Gecko) Chrome/24.0.803.0 Safari/533.0 Edge/40.11325", "deviceDetail": {"deviceId": "6ea76864-5f18-47dd-adb9-2b1dfcbfc425", "displayName": "KRISTENHOWELL-LT", "operatingSystem": "Windows 10", "browser": "Edge 40.11325", "isCompliant": true, "isManaged": true, "trustType": "Azure AD joined"}, "location": {"city": "Port Denisetown", "state": "Smithton", "countryOrRegion": "XR", "geoCoordinates": {"latitude": 3.5518965, "longitude": 131.871582}}, "mfaDetail": {}, "correlationId": "0306cf23-5284-4515-a0c3-eb3d564deac9", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "14398331-691d-4de3-b99d-b2512219cf3c", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 90, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Office 365 SharePoint Online Service", "resourceId": "6a59cbef-3ac0-4cd5-aad7-58d1f43d5302", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 256668, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "Jf8nVOku7avDCKilGEnU0nzTamvfcVHfYx7OzvhKTwBdg8os", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "6e49c7cd-137b-480c-a5be-4942a826743e", "rngcStatus": 0}}, {"time": "2022-08-20T12:10:19.648331Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "92.110.109.246", "correlationId": "021a39ee-00b5-4ff5-a923-971639f53694", "identity": "David Johnson", "Level": 4, "location": "XR", "properties": {"id": "6b435a21-e617-404c-8304-23bd96d65d00", "createdDateTime": "2022-08-20T12:10:19.792331Z", "userDisplayName": "David Johnson", "userPrincipalName": "djohnson@domain.com", "userId": "ff2ae3d2-8cd2-4bd6-b65d-49c5ad946c7f", "appId": "9003b8ba-730c-412d-8972-267700304e01", "appDisplayName": "Box", "ipAddress": "92.110.109.246", "status": {"errorCode": 0}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (Windows NT 4.0) AppleWebKit/531.1 (KHTML, like Gecko) Chrome/20.0.823.0 Safari/531.1 Edge/87.11424", "deviceDetail": {"deviceId": "8fb0ff79-f116-4f20-8ca8-36b3f8d68865", "displayName": "DAVIDJOHNSON-LT", "operatingSystem": "Windows 10", "browser": "Edge 87.11424", "trustType": "Azure AD registered"}, "location": {"city": "Port Denisetown", "state": "Smithton", "countryOrRegion": "XR", "geoCoordinates": {"latitude": 3.5518965, "longitude": 131.871582}}, "correlationId": "4b4fb9aa-afbe-47c8-be14-dbfffd60cc31", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "9ad519ac-1492-4017-9306-50462664ed73", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "processingTimeInMilliseconds": 144, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Box Online", "resourceId": "72f0186d-d327-46c9-a8ff-497e0caa8691", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 230297, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "UMeDTeUD0l06kwR1cvShs4qwhk39xkz2BzPwOpluVt8ehlHo", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": null}}, {"time": "2022-08-20T12:10:41.316802Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "13.113.40.157", "correlationId": "ed49ddf9-f79c-442f-929d-6e5292aaf806", "identity": "Attack Target", "Level": 4, "location": "XR", "properties": {"id": "b1801159-1f8f-4782-bc6c-aea675a56a00", "createdDateTime": "2022-08-20T12:10:41.431802Z", "userDisplayName": "Attack Target", "userPrincipalName": "attacktarget@domain.com", "userId": "d735e84b-dcca-404d-9f7d-700f360f41a6", "appId": "9a7e67c7-6f05-42a3-b226-97c7ec3e9696", "appDisplayName": "Adobe Identity Management", "ipAddress": "13.113.40.157", "status": {"errorCode": 0}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (iPad; CPU iPad OS 9_3_6 like Mac OS X) AppleWebKit/536.1 (KHTML, like Gecko) CriOS/42.0.865.0 Mobile/77O124 Safari/536.1 Edge/99.14477", "deviceDetail": {"deviceId": "a44625dc-6f81-449a-9799-8005f7209b42", "displayName": "ATTACKTARGET-LT", "operatingSystem": "Windows 10", "browser": "Edge 99.14477", "trustType": "Azure AD registered"}, "location": {"city": "New John", "state": "Smithfort", "countryOrRegion": "XR", "geoCoordinates": {"latitude": -89.144242, "longitude": 168.119022}}, "correlationId": "f49dbef8-7ca9-4d71-89e8-89ba9b5346b0", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "606b7bf4-b0d6-48d1-8b9a-e06787d50408", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 115, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Adobe Identity Management Service", "resourceId": "80abac89-d2c0-4b6c-8ffc-5023bd7efc5e", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 34974, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "R5jgL60nVjLFCwTINO0PdW9oxzAvXsqcc8bIwx2AizFyvhg8", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": null, "rngcStatus": 0}}, {"time": "2022-08-20T12:14:58.578423Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "212.169.11.63", "correlationId": "fb86b3fc-4363-4ed1-b6af-d9701d81e7ec", "identity": "Kristen Howell", "Level": 4, "location": "XR", "properties": {"id": "5960508f-6c99-4371-9d17-a21579835c00", "createdDateTime": "2022-08-20T12:14:58.808423Z", "userDisplayName": "Kristen Howell", "userPrincipalName": "khowell@domain.com", "userId": "20e1e3f9-665f-45bd-9984-5e74b526d3b5", "appId": "9c5b7fe3-0ad2-4ea6-94e5-9e0001f367e3", "appDisplayName": "Articulate 360", "ipAddress": "212.169.11.63", "status": {"errorCode": 0}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (iPad; CPU iPad OS 9_3_6 like Mac OS X) AppleWebKit/536.1 (KHTML, like Gecko) CriOS/42.0.865.0 Mobile/77O124 Safari/536.1 Edge/99.14477", "deviceDetail": {"deviceId": "caf12d64-01ec-4396-b330-e7eb6349ad45", "displayName": "KRISTENHOWELL-LT", "operatingSystem": "Windows 10", "browser": "Edge 99.14477", "trustType": "Azure AD registered"}, "location": {"city": "North Lisachester", "state": "Smithton", "countryOrRegion": "XR", "geoCoordinates": {"latitude": -69.00844, "longitude": -172.534328}}, "correlationId": "66cebc59-9fc2-49dc-affb-20b13b1bbe4c", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "aad41057-402d-417f-b044-7397f665c46c", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 230, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Articulate 360 Online", "resourceId": "436260d5-3791-4aea-a4da-aa698ec35f2f", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 144064, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "mkogFbeW9zhn1qQwG8DwGKVICdGn1inFROiMJVh6gJS9fDqV", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "94b9f3ba-5f4b-4edc-99dc-a420b76960f9", "rngcStatus": 0}}, {"time": "2022-08-20T12:18:02.555279Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "50158", "resultSignature": "None", "resultDescription": "External security challenge was not satisfied.", "durationMs": 0, "callerIpAddress": "44.22.19.201", "correlationId": "46d9dd05-a17a-4f75-b5c3-15d9a2b40535", "identity": "Thomas Price", "Level": 4, "location": "XN", "properties": {"id": "4d388231-6fac-4932-9fc8-54993f435d00", "createdDateTime": "2022-08-20T12:18:02.727279Z", "userDisplayName": "Thomas Price", "userPrincipalName": "tprice@domain.com", "userId": "32109ee2-ee4f-4d11-9c38-2556aec0f2b5", "appId": "9a7e67c7-6f05-42a3-b226-97c7ec3e9696", "appDisplayName": "Adobe Identity Management", "ipAddress": "44.22.19.201", "status": {"errorCode": 50158, "failureReason": "External security challenge was not satisfied."}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (X11; Linux i686) AppleWebKit/535.2 (KHTML, like Gecko) Chrome/22.0.843.0 Safari/535.2 Edge/118.12158", "deviceDetail": {"deviceId": "a31478d2-f778-4d5a-b081-22579a9edcbe", "displayName": "THOMASPRICE-LT", "operatingSystem": "Windows 10", "browser": "Edge 118.12158", "trustType": "Hybrid Azure AD joined"}, "location": {"city": "Littlemouth", "state": "Alexanderfurt", "countryOrRegion": "XN", "geoCoordinates": {"latitude": 25.4437255, "longitude": -109.530885}}, "correlationId": "8b458c13-a850-410a-9feb-447c053e8d0a", "conditionalAccessStatus": "failure", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "7fefeee0-43ec-4cad-83c5-c689823d6d09", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 172, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Adobe Identity Management Service", "resourceId": "30663ca7-f8a9-43ab-8ca1-7906bdbc1485", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 230297, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "GbilR49MyXEgYsYHc85ici33rchNBBdggLH9Pu9ssmO4Inhu", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "a6c259e5-7f16-48b2-a9f3-75becd6daa9b", "rngcStatus": 0}}, {"time": "2022-08-20T12:32:59.158359Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "166.111.151.233", "correlationId": "200a188d-4810-4d10-aead-c80dbbd45b13", "identity": "Robert Rojas", "Level": 4, "location": "XR", "properties": {"id": "f534fc6d-0530-4daa-a6ab-fff01b186900", "createdDateTime": "2022-08-20T12:32:59.270359Z", "userDisplayName": "Robert Rojas", "userPrincipalName": "rrojas@domain.com", "userId": "e6bf534a-7fe5-4c26-99f7-59e782bbe948", "appId": "9167c284-c68f-468a-84be-0ee4f23879fe", "appDisplayName": "ArcGIS Enterprise", "ipAddress": "166.111.151.233", "status": {"errorCode": 0}, "clientAppUsed": "Mobile Apps and Desktop clients", "deviceDetail": {"deviceId": "", "operatingSystem": "Ios", "browser": "Mobile Safari"}, "location": {"city": "Stewarthaven", "state": "Smithton", "countryOrRegion": "XR", "geoCoordinates": {"latitude": -77.5119755, "longitude": -51.969667}}, "correlationId": "5a80ad7f-ad0b-4cc6-bea1-bd0c1d14d131", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "afe5a5ed-a0a3-4e0b-9841-e69b9ddc4a7b", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 112, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "ArcGIS Enterprise Service", "resourceId": "bca2b487-3a6c-440f-b1b7-a15b02771ad0", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 34974, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "gwFfXo8ZkYitF58phVkWqTx8Z2dbDa5ymnISV0Shlt8f8ojO", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "4da47dd4-556d-4ba4-9847-c1850930ab5e", "rngcStatus": 0}}, {"time": "2022-08-20T12:50:52.166694Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "147.132.189.119", "correlationId": "afae9898-30f9-40db-be70-3fb4b94fefcc", "identity": "Melissa Martin", "Level": 4, "location": "XR", "properties": {"id": "9766f1aa-839e-413d-b538-b601f3409600", "createdDateTime": "2022-08-20T12:50:52.253694Z", "userDisplayName": "Melissa Martin", "userPrincipalName": "mmartin@domain.com", "userId": "632ccb55-03a7-40f4-9893-653527cae790", "appId": "dbe6b779-13df-45f2-a6d7-1323485479f6", "appDisplayName": "Cisco Webex", "ipAddress": "147.132.189.119", "status": {"errorCode": 0}, "clientAppUsed": "Browser", "deviceDetail": {"deviceId": "", "operatingSystem": "Windows10", "browser": "Rich Client 4.38.0.0"}, "location": {"city": "Port Denisetown", "state": "Smithton", "countryOrRegion": "XR", "geoCoordinates": {"latitude": 3.5518965, "longitude": 131.871582}}, "correlationId": "5784c0bf-7f3e-496c-ade5-7d9c5ce583ce", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "b7df96b7-e9c7-487a-94ad-4a3c509b6dcf", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 87, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Cisco Webex Service", "resourceId": "24578515-1951-4064-967d-0d2acaf0aa70", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 256668, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "SbdPvbYfXDTKavYiyjfsxiglUrxMLWZnkMC2qxSwjaN6ZNNA", "incomingTokenType": "none", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "0e68752b-7dfa-400b-a6f5-1b54af90696a", "rngcStatus": 0}}, {"time": "2022-08-20T12:56:00.733164Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "205.33.24.92", "correlationId": "93c48105-32a9-4049-90f5-a7b18d4965ab", "identity": "Vanessa Ramirez", "Level": 4, "location": "XD", "properties": {"id": "3d9beed6-c74c-4138-a357-12d69e1b9800", "createdDateTime": "2022-08-20T12:56:00.825164Z", "userDisplayName": "Vanessa Ramirez", "userPrincipalName": "vramirez@domain.com", "userId": "5d72b7ed-62ea-4b94-b931-ccef65d71ebd", "appId": "5ce980f3-8511-418d-96c5-c88eee04f38b", "appDisplayName": "Mevisio", "ipAddress": "205.33.24.92", "status": {"errorCode": 0}, "clientAppUsed": "Browser", "deviceDetail": {"deviceId": "e395a3f4-8f2d-4170-804f-d3e13ce3151b", "displayName": "VANESSARAMIREZ-LT", "operatingSystem": "Windows10", "browser": "Rich Client 4.37.0.0", "trustType": "Azure AD registered"}, "location": {"city": "Kristinmouth", "state": "Norrisbury", "countryOrRegion": "XD", "geoCoordinates": {"latitude": 26.278784, "longitude": -92.042573}}, "correlationId": "885c7d56-544a-4e39-8f0f-bca0e0b5b83a", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "1843bb8b-03b9-419f-a9a2-291a57fe3fc7", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 92, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Mevisio", "resourceId": "1836739a-2577-4efd-a7e3-a88b0b9ae7b3", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 214655, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "aijpmqXhw2gEJf3rykwYeQRxFiuGrLpdC8TvucRxu23YYy8m", "incomingTokenType": "none", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "7408d08d-c9ff-40c8-9e89-96133f1850e9", "rngcStatus": 0}}, {"time": "2022-08-20T13:45:10.809849Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "91.132.253.146", "correlationId": "6588ba66-963a-43e6-88d1-ab1fd079bc43", "identity": "Aaron Cole", "Level": 4, "location": "XD", "properties": {"id": "dcca18ca-b75c-4147-ba68-6c68e8dd9100", "createdDateTime": "2022-08-20T13:45:10.879849Z", "userDisplayName": "Aaron Cole", "userPrincipalName": "acole@domain.com", "userId": "5d557969-1645-4ba4-be83-b6fd943659f7", "appId": "b6eb5487-41e5-4254-acc5-72fbd850bd1e", "appDisplayName": "Google Cloud / G Suite Connector by Microsoft", "ipAddress": "91.132.253.146", "status": {"errorCode": 0}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (iPad; CPU iPad OS 9_3_6 like Mac OS X) AppleWebKit/536.1 (KHTML, like Gecko) CriOS/42.0.865.0 Mobile/77O124 Safari/536.1 Edge/99.14477", "deviceDetail": {"deviceId": "", "operatingSystem": "Windows 10", "browser": "Edge 99.14477"}, "location": {"city": "Rickshire", "state": "Norrisbury", "countryOrRegion": "XD", "geoCoordinates": {"latitude": -78.5751045, "longitude": 58.329246}}, "correlationId": "b6d6a64d-c2fe-4a69-981b-1e3b6ffffbd8", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "a6fefd87-16d9-4488-84f3-2cfa8236f24b", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 70, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Google Cloud / G Suite Connector by Microsoft Service", "resourceId": "f0630e90-b752-4960-bfb9-a0794fc34930", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 214655, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "cOfy51DerqroVVJHbeb7BVu1hAmmtpHyFYFrU6Z9OxJVrh3U", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "1f37c851-4be4-455b-928a-fbde7845a68a", "rngcStatus": 0}}, {"time": "2022-08-20T13:45:50.137673Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "42.62.103.34", "correlationId": "947c5804-1863-4ae4-be4c-a4a3132b7e8c", "identity": "Joseph Taylor", "Level": 4, "location": "XF", "properties": {"id": "d2644368-9b2b-45cb-8872-4b3f63ca9500", "createdDateTime": "2022-08-20T13:45:50.217673Z", "userDisplayName": "Joseph Taylor", "userPrincipalName": "jtaylor@domain.com", "userId": "af9847eb-c773-41ae-bf94-42747c5e986c", "appId": "2eae4ad1-8cae-48fe-b718-76bd66e2fc7f", "appDisplayName": "Bipsync", "ipAddress": "42.62.103.34", "status": {"errorCode": 0, "additionalDetails": "MFA requirement satisfied by claim in the token"}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (iPad; CPU iPad OS 9_3_6 like Mac OS X) AppleWebKit/536.1 (KHTML, like Gecko) CriOS/42.0.865.0 Mobile/77O124 Safari/536.1 Edge/99.14477", "deviceDetail": {"deviceId": "76b96bd3-e5d7-49ee-b195-bf363facdb3d", "displayName": "JOSEPHTAYLOR-LT", "operatingSystem": "Windows 10", "browser": "Edge 99.14477", "isCompliant": true, "isManaged": true, "trustType": "Azure AD joined"}, "location": {"city": "Jessicafurt", "state": "Smithbury", "countryOrRegion": "XF", "geoCoordinates": {"latitude": 17.5082395, "longitude": -115.304215}}, "mfaDetail": {}, "correlationId": "2d6b6c6e-6085-45bc-82de-2447731ab0c5", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "5f3e03ff-c5f0-441a-b1a7-6fd4b20f9cb6", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 80, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Bipsync Service", "resourceId": "9a84f55e-3a40-492c-9476-e069f64ed7a6", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 393508, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "Ng5cJV9weELXris20qOnGNC9E6DoqUSR9wgpuvlJI3EnNga6", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "37ee873b-f901-4e25-be69-010243106d0f", "rngcStatus": 0}}, {"time": "2022-08-20T13:58:42.269983Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "205.33.24.92", "correlationId": "8678467d-efcd-4737-86f8-1c00113ff2f7", "identity": "Aaron Cole", "Level": 4, "location": "XD", "properties": {"id": "5770b2e0-7013-44f8-922c-53e6c59e6800", "createdDateTime": "2022-08-20T13:58:42.353983Z", "userDisplayName": "Aaron Cole", "userPrincipalName": "acole@domain.com", "userId": "5d557969-1645-4ba4-be83-b6fd943659f7", "appId": "e47a1d38-5f61-45cd-b1b9-bc92f525c598", "appDisplayName": "Altoura", "ipAddress": "205.33.24.92", "status": {"errorCode": 0}, "clientAppUsed": "Browser", "userAgent": "Mozilla/5.0 (X11; Linux i686) AppleWebKit/536.2 (KHTML, like Gecko) Chrome/22.0.877.0 Safari/536.2", "deviceDetail": {"deviceId": "", "operatingSystem": "Windows 10", "browser": "Chrome 22.0.877.0"}, "location": {"city": "Kristinmouth", "state": "Norrisbury", "countryOrRegion": "XD", "geoCoordinates": {"latitude": 26.278784, "longitude": -92.042573}}, "correlationId": "c3e869ec-6a1a-44e1-9691-fca7ce968cdd", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "cfb8350f-c414-4045-a627-e0e84cc4a84c", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 84, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Altoura Online", "resourceId": "f0630e90-b752-4960-bfb9-a0794fc34930", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 214655, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "rTmi8BVF7ssxRijjlfLMyf2gFmQIBaIyhsX1Zi3gYlH2JVsp", "incomingTokenType": "none", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "1f37c851-4be4-455b-928a-fbde7845a68a", "rngcStatus": 0}}, {"time": "2022-08-20T14:17:06.015961Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "105.169.153.183", "correlationId": "93fdc5d2-1036-4eaf-83d6-63a9a05f0464", "identity": "Jim Gonzalez", "Level": 4, "location": "XR", "properties": {"id": "a41e8921-dafe-4500-91d4-0b5618285f00", "createdDateTime": "2022-08-20T14:17:06.160961Z", "userDisplayName": "Jim Gonzalez", "userPrincipalName": "jgonzalez@domain.com", "userId": "95090045-a9c5-489c-adee-2db430a3333a", "appId": "2eae4ad1-8cae-48fe-b718-76bd66e2fc7f", "appDisplayName": "Bipsync", "ipAddress": "105.169.153.183", "status": {"errorCode": 0}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (Windows NT 4.0) AppleWebKit/532.1 (KHTML, like Gecko) Chrome/38.0.801.0 Safari/532.1 Edge/19.15284", "deviceDetail": {"deviceId": "15135d1f-cb47-4bd8-b76d-90a9171c09bd", "displayName": "JIMGONZALEZ-LT", "operatingSystem": "Windows 10", "browser": "Edge 19.15284", "trustType": "Azure AD registered"}, "location": {"city": "Kevinton", "state": "Smithton", "countryOrRegion": "XR", "geoCoordinates": {"latitude": -87.5106305, "longitude": -77.991036}}, "correlationId": "927ae3ba-f4cf-4e1f-86cc-1d0a89d28646", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "7898fc6a-b246-4607-a6d8-5ed185b7d352", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "processingTimeInMilliseconds": 145, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Bipsync Service", "resourceId": "4b482d0a-88be-43f3-a771-aaf19d9bbf70", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 256668, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "wi8pMODFFrDtXn2YtNgW1NHRTCvgIsr5HeLPTj8T3OjdObkh", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "b4d48f3a-639f-4f89-a099-2fdd27423d1f"}}, {"time": "2022-08-20T14:19:24.733583Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "1.210.58.10", "correlationId": "4a2d07e1-0369-4464-bf19-e4bd01f3d7f7", "identity": "Keith Sheppard", "Level": 4, "location": "XD", "properties": {"id": "cb1cdc58-3d1a-4d1a-ab9f-1d772b031a00", "createdDateTime": "2022-08-20T14:19:24.812583Z", "userDisplayName": "Keith Sheppard", "userPrincipalName": "ksheppard@domain.com", "userId": "05bd48f1-91d2-4c2d-9a7c-80e80f561b3c", "appId": "2eae4ad1-8cae-48fe-b718-76bd66e2fc7f", "appDisplayName": "Bipsync", "ipAddress": "1.210.58.10", "status": {"errorCode": 0}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (Windows NT 4.0) AppleWebKit/531.1 (KHTML, like Gecko) Chrome/20.0.823.0 Safari/531.1 Edge/87.11424", "deviceDetail": {"deviceId": "639815fd-5018-4e38-9d81-67538b2ce460", "displayName": "KEITHSHEPPARD-LT", "operatingSystem": "Windows 10", "browser": "Edge 87.11424", "trustType": "Azure AD registered"}, "location": {"city": "Cooperhaven", "state": "Norrisbury", "countryOrRegion": "XD", "geoCoordinates": {"latitude": 70.436398, "longitude": -23.873747}}, "correlationId": "81f19e7c-201e-4997-87ad-2f157443fb18", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "9078cbad-ace6-40f8-b6af-298879bff299", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 79, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Bipsync Service", "resourceId": "9a84f55e-3a40-492c-9476-e069f64ed7a6", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 69487, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "RESXCc9Z5ogYbLyTZHo5StJhA2lvl4yZeMFfrsZvZQ1zCyKU", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "37ee873b-f901-4e25-be69-010243106d0f", "rngcStatus": 0}}, {"time": "2022-08-20T14:25:29.200437Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "212.169.11.63", "correlationId": "bc34b1d1-aee0-4811-ae77-09ee60a3e4f7", "identity": "Kristen Howell", "Level": 4, "location": "XR", "properties": {"id": "b2a55e86-02d0-4234-820e-b389c5545a00", "createdDateTime": "2022-08-20T14:25:29.318437Z", "userDisplayName": "Kristen Howell", "userPrincipalName": "khowell@domain.com", "userId": "20e1e3f9-665f-45bd-9984-5e74b526d3b5", "appId": "895b9fb3-4084-4f9f-a314-d082d67e3c5c", "appDisplayName": "Airstack", "ipAddress": "212.169.11.63", "status": {"errorCode": 0}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (iPad; CPU iPad OS 9_3_6 like Mac OS X) AppleWebKit/536.1 (KHTML, like Gecko) CriOS/42.0.865.0 Mobile/77O124 Safari/536.1 Edge/99.14477", "deviceDetail": {"deviceId": "caf12d64-01ec-4396-b330-e7eb6349ad45", "displayName": "KRISTENHOWELL-LT", "operatingSystem": "Windows 10", "browser": "Edge 99.14477", "trustType": "Azure AD registered"}, "location": {"city": "North Lisachester", "state": "Smithton", "countryOrRegion": "XR", "geoCoordinates": {"latitude": -69.00844, "longitude": -172.534328}}, "correlationId": "3c0c14bd-6a49-4a02-ba07-e4d8ced15225", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "08bf4a54-29e6-4507-aaf5-e4a8aba2044c", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 118, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Airstack Service", "resourceId": "f0630e90-b752-4960-bfb9-a0794fc34930", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 144064, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "HyxzfnxpSneEUGl3TINeqnXW9HuTfgL3ZT4RoHu3AjdyiUSh", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "1f37c851-4be4-455b-928a-fbde7845a68a", "rngcStatus": 0}}, {"time": "2022-08-20T14:42:10.995478Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "SignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "99.116.100.205", "correlationId": "1afc401f-2615-48b8-8572-031806c81c95", "identity": "Aaron Cole", "Level": 4, "location": "XD", "properties": {"id": "f95b27fd-8962-466c-86b8-58986edd8a00", "createdDateTime": "2022-08-20T14:42:11.074478Z", "userDisplayName": "Aaron Cole", "userPrincipalName": "acole@domain.com", "userId": "5d557969-1645-4ba4-be83-b6fd943659f7", "appId": "e47a1d38-5f61-45cd-b1b9-bc92f525c598", "appDisplayName": "Altoura", "ipAddress": "99.116.100.205", "status": {"errorCode": 0}, "clientAppUsed": "Browser", "userAgent": "Mozilla/5.0 (Linux; Android 2.3.5) AppleWebKit/532.2 (KHTML, like Gecko) Chrome/46.0.898.0 Safari/532.2 Edge/105.19198", "deviceDetail": {"deviceId": "", "operatingSystem": "Windows 10", "browser": "Edge 105.19198"}, "location": {"city": "Carrollstad", "state": "Norrisbury", "countryOrRegion": "XD", "geoCoordinates": {"latitude": -38.8540465, "longitude": -17.674718}}, "correlationId": "a6a48a3f-987b-4ba2-bb4f-340e675cc099", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "85d1e526-c378-46e1-a9a5-642211e4c0e5", "isInteractive": true, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 79, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Altoura Online", "resourceId": "f0630e90-b752-4960-bfb9-a0794fc34930", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 214655, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "5bONUkh3CN6VKtY9mB87zCSSSWt6wwjShiZpYM5XYDpBWl2C", "incomingTokenType": "none", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "1f37c851-4be4-455b-928a-fbde7845a68a", "rngcStatus": 0}}, {"time": "2022-08-20T14:52:25.851259Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "91.132.253.146", "correlationId": "5a223e58-1cd0-4d2b-b1b9-245951b526f0", "identity": "Aaron Cole", "Level": 4, "location": "XD", "properties": {"id": "d2d6abb9-3d83-4187-a1d8-95ee3a1b6800", "createdDateTime": "2022-08-20T14:52:25.973259Z", "userDisplayName": "Aaron Cole", "userPrincipalName": "acole@domain.com", "userId": "5d557969-1645-4ba4-be83-b6fd943659f7", "appId": "09882a0a-ccfc-4f24-bedf-653c30932b5b", "appDisplayName": "InviteDesk", "ipAddress": "91.132.253.146", "status": {"errorCode": 0}, "clientAppUsed": "Browser", "deviceDetail": {"deviceId": "", "operatingSystem": "Windows"}, "location": {"city": "Rickshire", "state": "Norrisbury", "countryOrRegion": "XD", "geoCoordinates": {"latitude": -78.5751045, "longitude": 58.329246}}, "correlationId": "4983b707-3214-44e3-b342-ea41dfc71004", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "1e4e2743-1016-4bef-8332-a22aaf0c6bb2", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 122, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "InviteDesk Online", "resourceId": "da6acc93-6c47-4edd-ae74-41f1a1630ae1", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 214655, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "MxZXzTY3phVDE1Bsq5uXeAGwwkz0tLfgtI29FiToHUuWBYbb", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "27252387-61d8-4091-a44c-b0e886a5e167", "rngcStatus": 0}}, {"time": "2022-08-20T15:02:02.602857Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "13.113.40.157", "correlationId": "e0c36aa6-2011-48d6-b39c-34b641937829", "identity": "Attack Target", "Level": 4, "location": "XR", "properties": {"id": "5a969e49-305a-4dba-b344-ced2234c9600", "createdDateTime": "2022-08-20T15:02:02.729857Z", "userDisplayName": "Attack Target", "userPrincipalName": "attacktarget@domain.com", "userId": "d735e84b-dcca-404d-9f7d-700f360f41a6", "appId": "9a7e67c7-6f05-42a3-b226-97c7ec3e9696", "appDisplayName": "Adobe Identity Management", "ipAddress": "13.113.40.157", "ipAddressFromResourceProvider": "13.113.40.157", "status": {"errorCode": 0}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (iPad; CPU iPad OS 9_3_6 like Mac OS X) AppleWebKit/536.1 (KHTML, like Gecko) CriOS/42.0.865.0 Mobile/77O124 Safari/536.1 Edge/99.14477", "deviceDetail": {"deviceId": "a44625dc-6f81-449a-9799-8005f7209b42", "displayName": "ATTACKTARGET-LT", "operatingSystem": "Windows 10", "browser": "Edge 99.14477", "trustType": "Azure AD registered"}, "location": {"city": "Smithfort", "state": "Smithfort", "countryOrRegion": "XR", "geoCoordinates": {"latitude": 3.7564095, "longitude": -121.574606}}, "correlationId": "4a3883f1-e972-44ec-be9c-1b274a4c5b4a", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "a34292fe-8c09-4292-ab48-9d1c61bb2bb6", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 127, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Adobe Identity Management Service", "resourceId": "c8eab36d-0a82-409d-8693-a8dabc997921", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 34974, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "uAx0Va9uIZDoNovm0s4PmIdIEhguzeLpVjQ8b07dmxsn7Ue1", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "2248d3ef-d7b8-4eb2-bd20-fb53f725bfe3", "rngcStatus": 0}}, {"time": "2022-08-20T15:35:33.332233Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "50158", "resultSignature": "None", "resultDescription": "External security challenge was not satisfied.", "durationMs": 0, "callerIpAddress": "105.169.153.183", "correlationId": "92f9a0e2-2b04-4138-ad62-5047db15aa5c", "identity": "Thomas Price", "Level": 4, "location": "XR", "properties": {"id": "19a7b609-0556-4362-ba62-46aba8907000", "createdDateTime": "2022-08-20T15:35:33.471233Z", "userDisplayName": "Thomas Price", "userPrincipalName": "tprice@domain.com", "userId": "32109ee2-ee4f-4d11-9c38-2556aec0f2b5", "appId": "9a7e67c7-6f05-42a3-b226-97c7ec3e9696", "appDisplayName": "Adobe Identity Management", "ipAddress": "105.169.153.183", "status": {"errorCode": 50158, "failureReason": "External security challenge was not satisfied."}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (X11; Linux i686) AppleWebKit/535.2 (KHTML, like Gecko) Chrome/22.0.843.0 Safari/535.2 Edge/118.12158", "deviceDetail": {"deviceId": "2b85c59f-331a-4b61-9a44-9d3d6df62a06", "displayName": "THOMASPRICE-LT", "operatingSystem": "Windows 10", "browser": "Edge 118.12158", "trustType": "Hybrid Azure AD joined"}, "location": {"city": "Kevinton", "state": "Smithton", "countryOrRegion": "XR", "geoCoordinates": {"latitude": -87.5106305, "longitude": -77.991036}}, "correlationId": "34b30cff-2c66-4965-858f-52f0d1bf0757", "conditionalAccessStatus": "failure", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "63e32167-dbfc-4e68-b78a-40a6903a4def", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 139, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Adobe Identity Management Service", "resourceId": "30663ca7-f8a9-43ab-8ca1-7906bdbc1485", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 256668, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "3cs1J6eUWPZ5PGIZF3EW38T42nxeilzvo5ZJFyK2x0PId5VK", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "a6c259e5-7f16-48b2-a9f3-75becd6daa9b", "rngcStatus": 0}}, {"time": "2022-08-20T15:46:24.008203Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "91.132.253.146", "correlationId": "ee8e41f3-155c-46fb-a056-8508a55407d9", "identity": "Aaron Cole", "Level": 4, "location": "XD", "properties": {"id": "84170ee1-88cb-4e3d-bb5d-283ad2786400", "createdDateTime": "2022-08-20T15:46:24.127203Z", "userDisplayName": "Aaron Cole", "userPrincipalName": "acole@domain.com", "userId": "5d557969-1645-4ba4-be83-b6fd943659f7", "appId": "e47a1d38-5f61-45cd-b1b9-bc92f525c598", "appDisplayName": "Altoura", "ipAddress": "91.132.253.146", "status": {"errorCode": 0}, "clientAppUsed": "Browser", "userAgent": "Mozilla/5.0 (Linux; Android 2.3.5) AppleWebKit/532.2 (KHTML, like Gecko) Chrome/46.0.898.0 Safari/532.2 Edge/105.19198", "deviceDetail": {"deviceId": "", "operatingSystem": "Windows 10", "browser": "Edge 105.19198"}, "location": {"city": "Rickshire", "state": "Norrisbury", "countryOrRegion": "XD", "geoCoordinates": {"latitude": -78.5751045, "longitude": 58.329246}}, "correlationId": "d945d9cb-5d28-4d85-9031-aa7efcd5a438", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "5d90dc8b-f7cc-485a-879f-c85932d973ea", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 119, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Altoura Online", "resourceId": "f0630e90-b752-4960-bfb9-a0794fc34930", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 214655, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "vH0rqhnkTxEOjxlK4w1woVaFBSZmUsGHRvgO9bwbNuY2Wwh7", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "1f37c851-4be4-455b-928a-fbde7845a68a", "rngcStatus": 0}}, {"time": "2022-08-20T15:53:04.415477Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "156.206.181.119", "correlationId": "dd0c2756-ba9f-40b5-9f3c-fee3c90f8654", "identity": "Cynthia Perry", "Level": 4, "location": "XY", "properties": {"id": "8ffdb2ce-02a0-4390-8a24-4d180ff13d00", "createdDateTime": "2022-08-20T15:53:04.491477Z", "userDisplayName": "Cynthia Perry", "userPrincipalName": "cperry@domain.com", "userId": "ac5fa380-9d5b-470e-beb2-5ba10aca48e6", "appId": "9de6e985-97a5-4d82-9c45-aedaa9c25ef9", "appDisplayName": "AWS Single-Account Access", "ipAddress": "156.206.181.119", "status": {"errorCode": 0}, "clientAppUsed": "Browser", "deviceDetail": {"deviceId": "", "operatingSystem": "Windows"}, "location": {"city": "Hannaville", "state": "Thomashaven", "countryOrRegion": "XY", "geoCoordinates": {"latitude": 1.1452695, "longitude": 128.249211}}, "correlationId": "e0857d16-82a0-4b89-afb9-770abdfd9dd1", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "39b0b49e-e50f-463b-9c1c-a52505d4cea5", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 76, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "AWS Single-Account Access Service", "resourceId": "9a84f55e-3a40-492c-9476-e069f64ed7a6", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 279165, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "UQ4RUkytbktwEws2LCWvp52LyHv6BReiR47ObeURu7cmIUQo", "incomingTokenType": "none", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "37ee873b-f901-4e25-be69-010243106d0f", "rngcStatus": 0}}, {"time": "2022-08-20T16:00:28.996328Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "192.109.198.118", "correlationId": "b1723173-2d06-41cd-ac52-fedec74775e8", "identity": "Joseph Taylor", "Level": 4, "location": "XF", "properties": {"id": "d613255f-ee47-4782-aac9-9042f2d27300", "createdDateTime": "2022-08-20T16:00:29.083328Z", "userDisplayName": "Joseph Taylor", "userPrincipalName": "jtaylor@domain.com", "userId": "af9847eb-c773-41ae-bf94-42747c5e986c", "appId": "413f12c2-a9cb-4ca6-a080-d4308249cbe1", "appDisplayName": "Air", "ipAddress": "192.109.198.118", "status": {"errorCode": 0, "additionalDetails": "MFA requirement satisfied by claim in the token"}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (iPad; CPU iPad OS 9_3_6 like Mac OS X) AppleWebKit/536.1 (KHTML, like Gecko) CriOS/42.0.865.0 Mobile/77O124 Safari/536.1 Edge/99.14477", "deviceDetail": {"deviceId": "76b96bd3-e5d7-49ee-b195-bf363facdb3d", "displayName": "JOSEPHTAYLOR-LT", "operatingSystem": "Windows 10", "browser": "Edge 99.14477", "isCompliant": true, "isManaged": true, "trustType": "Azure AD joined"}, "location": {"city": "Lake Wendyberg", "state": "Smithbury", "countryOrRegion": "XF", "geoCoordinates": {"latitude": -19.553711, "longitude": -136.787477}}, "mfaDetail": {}, "correlationId": "7639e731-7fce-433b-af6c-47c530ffe913", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "0bfaf6e2-7dd1-47c7-a155-7fb922a6ff68", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 87, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Air Online", "resourceId": "51e679b4-5774-4b5f-9636-df5ea66b9380", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 393508, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "Sywi296zzv0dfJj1PsWh1n01dsv7NAsMwlfAEcHT8jBJcIUY", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "6e8f419c-7f10-40b1-a52a-e4fb253c74c2", "rngcStatus": 0}}, {"time": "2022-08-20T16:15:00.333080Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "13.113.40.157", "correlationId": "5f159cf6-88ef-4214-8249-4d35e8dab47b", "identity": "Attack Target", "Level": 4, "location": "XR", "properties": {"id": "444f54e0-e5b3-4eda-8063-00d2bf638000", "createdDateTime": "2022-08-20T16:15:00.435080Z", "userDisplayName": "Attack Target", "userPrincipalName": "attacktarget@domain.com", "userId": "d735e84b-dcca-404d-9f7d-700f360f41a6", "appId": "9a7e67c7-6f05-42a3-b226-97c7ec3e9696", "appDisplayName": "Adobe Identity Management", "ipAddress": "13.113.40.157", "status": {"errorCode": 0}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (iPad; CPU iPad OS 9_3_6 like Mac OS X) AppleWebKit/536.1 (KHTML, like Gecko) CriOS/42.0.865.0 Mobile/77O124 Safari/536.1 Edge/99.14477", "deviceDetail": {"deviceId": "a44625dc-6f81-449a-9799-8005f7209b42", "displayName": "ATTACKTARGET-LT", "operatingSystem": "Windows 10", "browser": "Edge 99.14477", "trustType": "Azure AD registered"}, "location": {"city": "Smithfort", "state": "Smithfort", "countryOrRegion": "XR", "geoCoordinates": {"latitude": 3.7564095, "longitude": -121.574606}}, "correlationId": "f1dfce92-fd2b-41d6-91d1-bd9c7846cec7", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "2a6e1346-f333-4497-860c-c7efcb3305b0", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 102, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Adobe Identity Management Service", "resourceId": "80abac89-d2c0-4b6c-8ffc-5023bd7efc5e", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 34974, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "f8LRzpZaaggERg2BIlm8zHatSM9875Gj95vAh9Ffkd4WztLr", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": null, "rngcStatus": 0}}, {"time": "2022-08-20T16:21:27.566896Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "205.33.24.92", "correlationId": "3ad5facf-fb63-4fae-adb3-722446108493", "identity": "Aaron Cole", "Level": 4, "location": "XD", "properties": {"id": "fce40f88-fa2b-4b99-9183-5ba15e924f00", "createdDateTime": "2022-08-20T16:21:27.662896Z", "userDisplayName": "Aaron Cole", "userPrincipalName": "acole@domain.com", "userId": "5d557969-1645-4ba4-be83-b6fd943659f7", "appId": "ad65aaed-51a8-4877-830e-8a5273604c87", "appDisplayName": "Docusign", "ipAddress": "205.33.24.92", "status": {"errorCode": 0}, "clientAppUsed": "Browser", "deviceDetail": {"deviceId": "", "operatingSystem": "Windows", "browser": "Rich Client 4.42.0.0"}, "location": {"city": "Kristinmouth", "state": "Norrisbury", "countryOrRegion": "XD", "geoCoordinates": {"latitude": 26.278784, "longitude": -92.042573}}, "correlationId": "122b30d5-18d0-4172-af58-bcb7cca187fa", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "168684d8-c060-4015-905c-f168e2f7cc33", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "processingTimeInMilliseconds": 96, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Docusign Service", "resourceId": "24578515-1951-4064-967d-0d2acaf0aa70", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 214655, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "Bf4sVwyrJGd7LiOYDS2CVykceOEAmVt1xV3y8DvXfrxjrbqH", "incomingTokenType": "none", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "0e68752b-7dfa-400b-a6f5-1b54af90696a"}}, {"time": "2022-08-20T16:38:02.799326Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "86.154.193.190", "correlationId": "d1994b6b-cff5-466e-b330-0ab4d28dd921", "identity": "Jamie Watson", "Level": 4, "location": "XR", "properties": {"id": "fc7381e7-8660-4e7b-937f-ae036d9d7400", "createdDateTime": "2022-08-20T16:38:02.890326Z", "userDisplayName": "Jamie Watson", "userPrincipalName": "jwatson@domain.com", "userId": "2844695b-9a70-48ed-a5ce-f3d711e2292b", "appId": "413f12c2-a9cb-4ca6-a080-d4308249cbe1", "appDisplayName": "Air", "ipAddress": "86.154.193.190", "status": {"errorCode": 0}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (X11; Linux i686) AppleWebKit/533.0 (KHTML, like Gecko) Chrome/24.0.803.0 Safari/533.0 Edge/40.11325", "deviceDetail": {"deviceId": "fc784602-6455-4450-be3c-6770e0359f8a", "displayName": "JAMIEWATSON-LT", "operatingSystem": "Windows 10", "browser": "Edge 40.11325", "isCompliant": true, "isManaged": true, "trustType": "Azure AD joined"}, "location": {"city": "Port Denisetown", "state": "Smithton", "countryOrRegion": "XR", "geoCoordinates": {"latitude": 3.5518965, "longitude": 131.871582}}, "correlationId": "f39f1485-689e-4d3a-aa8b-105f3837dba3", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "acf9404f-3c5e-4323-8172-3c65378532fc", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 91, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Air Online", "resourceId": "9a84f55e-3a40-492c-9476-e069f64ed7a6", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 256668, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "l4VhGzMT4Ek0ton1QvNSuUcZnrRFls8eQOv86IARIPIu3vwU", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "37ee873b-f901-4e25-be69-010243106d0f", "rngcStatus": 0}}, {"time": "2022-08-20T16:41:59.147950Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "156.206.181.119", "correlationId": "5b67067a-dfbd-4ccc-8e1b-dc9aed40b9fe", "identity": "Cynthia Perry", "Level": 4, "location": "XY", "properties": {"id": "c22f0ead-dc82-4de8-8327-ebcc03eb5a00", "createdDateTime": "2022-08-20T16:41:59.242950Z", "userDisplayName": "Cynthia Perry", "userPrincipalName": "cperry@domain.com", "userId": "ac5fa380-9d5b-470e-beb2-5ba10aca48e6", "appId": "9de6e985-97a5-4d82-9c45-aedaa9c25ef9", "appDisplayName": "AWS Single-Account Access", "ipAddress": "156.206.181.119", "status": {"errorCode": 0}, "clientAppUsed": "Browser", "deviceDetail": {"deviceId": "", "operatingSystem": "Windows"}, "location": {"city": "Hannaville", "state": "Thomashaven", "countryOrRegion": "XY", "geoCoordinates": {"latitude": 1.1452695, "longitude": 128.249211}}, "correlationId": "b1e937ae-0591-4c35-be3c-06d9cb3f3a13", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "5f0af3d6-4ad3-4c3c-b92a-47f651e85b6d", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "processingTimeInMilliseconds": 95, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "AWS Single-Account Access Service", "resourceId": "9a84f55e-3a40-492c-9476-e069f64ed7a6", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 279165, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "LY3DFk3ibSkwVlrZvuOhr11kwQwfrY5Ns1MKPGogqNFXbOCV", "incomingTokenType": "none", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "37ee873b-f901-4e25-be69-010243106d0f"}}, {"time": "2022-08-20T16:42:58.512120Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "156.206.181.119", "correlationId": "90db48f2-b88c-4fee-a042-0dc912e26b2a", "identity": "Cynthia Perry", "Level": 4, "location": "XY", "properties": {"id": "da07381e-cd4c-4b24-b359-ffd77c147700", "createdDateTime": "2022-08-20T16:42:58.602120Z", "userDisplayName": "Cynthia Perry", "userPrincipalName": "cperry@domain.com", "userId": "ac5fa380-9d5b-470e-beb2-5ba10aca48e6", "appId": "9de6e985-97a5-4d82-9c45-aedaa9c25ef9", "appDisplayName": "AWS Single-Account Access", "ipAddress": "156.206.181.119", "status": {"errorCode": 0}, "clientAppUsed": "Browser", "deviceDetail": {"deviceId": "", "operatingSystem": "Windows"}, "location": {"city": "Hannaville", "state": "Thomashaven", "countryOrRegion": "XY", "geoCoordinates": {"latitude": 1.1452695, "longitude": 128.249211}}, "correlationId": "e272823a-acb2-4aa8-b252-0c4e95e2ea88", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "9a83c930-b105-4f97-a28e-6820069cbcf9", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 90, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "AWS Single-Account Access", "resourceId": "1f1f8006-bcaf-48ed-96be-45ba0b1802c3", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 279165, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "525VfkFelH8WPa6CBM3uW9gxkK08KGS7yqZ1Qt7fKuiObLNb", "incomingTokenType": "none", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": null, "rngcStatus": 0}}, {"time": "2022-08-20T16:44:36.111267Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "86.154.193.190", "correlationId": "3fd04b77-0b22-4156-b529-d424efa052ce", "identity": "Jamie Watson", "Level": 4, "location": "XR", "properties": {"id": "987debf8-7865-4cdd-bac4-48009a1d6d00", "createdDateTime": "2022-08-20T16:44:36.280267Z", "userDisplayName": "Jamie Watson", "userPrincipalName": "jwatson@domain.com", "userId": "2844695b-9a70-48ed-a5ce-f3d711e2292b", "appId": "ff331372-a9ab-481b-ba03-0282afd64acf", "appDisplayName": "InStation", "ipAddress": "86.154.193.190", "status": {"errorCode": 0}, "clientAppUsed": "Browser", "deviceDetail": {"deviceId": "fc784602-6455-4450-be3c-6770e0359f8a", "displayName": "JAMIEWATSON-LT", "operatingSystem": "Windows10", "browser": "Rich Client 4.22.0.0", "isCompliant": true, "isManaged": true, "trustType": "Azure AD joined"}, "location": {"city": "Port Denisetown", "state": "Smithton", "countryOrRegion": "XR", "geoCoordinates": {"latitude": 3.5518965, "longitude": 131.871582}}, "correlationId": "61f342fa-5823-4f2b-8057-f7266f2d0e92", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "5e1d128e-46bc-48c8-8725-74a99e38ae14", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 169, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "InStation Service", "resourceId": "1836739a-2577-4efd-a7e3-a88b0b9ae7b3", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 256668, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "wncZZFY62DNfIt2dpZzPFLB0mWDk3JkrpIupeFrgfXQCmtAL", "incomingTokenType": "none", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "7408d08d-c9ff-40c8-9e89-96133f1850e9", "rngcStatus": 0}}, {"time": "2022-08-20T17:25:14.812990Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "42.62.103.34", "correlationId": "9a162548-ac13-43e4-a5b7-19b241f76403", "identity": "Joseph Taylor", "Level": 4, "location": "XF", "properties": {"id": "38b051b1-09e2-4d5c-9ca4-9786ce807100", "createdDateTime": "2022-08-20T17:25:14.954990Z", "userDisplayName": "Joseph Taylor", "userPrincipalName": "jtaylor@domain.com", "userId": "af9847eb-c773-41ae-bf94-42747c5e986c", "appId": "e47a1d38-5f61-45cd-b1b9-bc92f525c598", "appDisplayName": "Altoura", "ipAddress": "42.62.103.34", "status": {"errorCode": 0, "additionalDetails": "MFA requirement satisfied by claim in the token"}, "clientAppUsed": "Browser", "userAgent": "Mozilla/5.0 (Linux; Android 2.3.5) AppleWebKit/532.2 (KHTML, like Gecko) Chrome/46.0.898.0 Safari/532.2 Edge/105.19198", "deviceDetail": {"deviceId": "76b96bd3-e5d7-49ee-b195-bf363facdb3d", "displayName": "JOSEPHTAYLOR-LT", "operatingSystem": "Windows 10", "browser": "Edge 105.19198", "isCompliant": true, "isManaged": true, "trustType": "Azure AD joined"}, "location": {"city": "Jessicafurt", "state": "Smithbury", "countryOrRegion": "XF", "geoCoordinates": {"latitude": 17.5082395, "longitude": -115.304215}}, "mfaDetail": {}, "correlationId": "77c90c7a-eac9-4dd3-85ab-ef75e2ca1f4a", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "2f7e67f0-4df2-41ab-ac9e-87e5ba1551cb", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 142, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Altoura Online", "resourceId": "8a137ba4-52ae-4dbf-94af-2e56851573c4", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 393508, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "XtmMs6YXptCUZmzcmgVIi0DD3FOxmhvsRIcZSVXD3Y91sSGD", "incomingTokenType": "none", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": null, "rngcStatus": 0}}, {"time": "2022-08-20T17:32:33.716324Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "91.132.253.146", "correlationId": "8026d1b3-55f4-45e2-ad66-3be612df9c79", "identity": "Aaron Cole", "Level": 4, "location": "XD", "properties": {"id": "c7effe19-f517-48ca-9f7d-2de5114f6900", "createdDateTime": "2022-08-20T17:32:33.928324Z", "userDisplayName": "Aaron Cole", "userPrincipalName": "acole@domain.com", "userId": "5d557969-1645-4ba4-be83-b6fd943659f7", "appId": "af50c7b0-ad5f-40ec-840e-8d89be454ce4", "appDisplayName": "Citrix ShareFile", "ipAddress": "91.132.253.146", "status": {"errorCode": 0}, "clientAppUsed": "Browser", "deviceDetail": {"deviceId": "", "operatingSystem": "Windows10", "browser": "Rich Client 4.36.1.0"}, "location": {"city": "Rickshire", "state": "Norrisbury", "countryOrRegion": "XD", "geoCoordinates": {"latitude": -78.5751045, "longitude": 58.329246}}, "correlationId": "cf275a60-74d2-47ad-b3b2-36f3b03a51e5", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "7e01e31b-05b0-4446-8ade-c04dca12a018", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 212, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Citrix ShareFile Online", "resourceId": "24578515-1951-4064-967d-0d2acaf0aa70", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 214655, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "jiPJb3itE0Tsx5t4BXd1jtIoThlbkLPwRiuC0uC8aS0IgZuZ", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "0e68752b-7dfa-400b-a6f5-1b54af90696a", "rngcStatus": 0}}, {"time": "2022-08-20T17:40:22.313249Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "SignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "1.210.58.10", "correlationId": "72f855f5-9ebc-492c-987d-20c062de7961", "identity": "Keith Sheppard", "Level": 4, "location": "XD", "properties": {"id": "4add604d-9260-4299-90f9-149d61fc6900", "createdDateTime": "2022-08-20T17:40:22.422249Z", "userDisplayName": "Keith Sheppard", "userPrincipalName": "ksheppard@domain.com", "userId": "05bd48f1-91d2-4c2d-9a7c-80e80f561b3c", "appId": "1b3edb90-1e06-46db-b021-e2fc1f7ddaf5", "appDisplayName": "Beatrust", "ipAddress": "1.210.58.10", "status": {"errorCode": 0}, "clientAppUsed": "Browser", "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 12_4_8 like Mac OS X) AppleWebKit/536.2 (KHTML, like Gecko) CriOS/39.0.845.0 Mobile/81S373 Safari/536.2 Edge/40.11827", "deviceDetail": {"deviceId": "639815fd-5018-4e38-9d81-67538b2ce460", "displayName": "KEITHSHEPPARD-LT", "operatingSystem": "Windows 10", "browser": "Edge 40.11827", "trustType": "Azure AD registered"}, "location": {"city": "Cooperhaven", "state": "Norrisbury", "countryOrRegion": "XD", "geoCoordinates": {"latitude": 70.436398, "longitude": -23.873747}}, "correlationId": "3917312f-b0e2-4961-865e-8afa39f5bef2", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "b6d3ac73-af94-44c7-95dd-4959c0683907", "isInteractive": true, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 109, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Beatrust Service", "resourceId": "24578515-1951-4064-967d-0d2acaf0aa70", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 69487, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "oMVjNNZK3JdsYnQM5WS8GODuov6MYthdJ77xeyiS7HPXbE2P", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "0e68752b-7dfa-400b-a6f5-1b54af90696a", "rngcStatus": 0}}, {"time": "2022-08-20T17:43:18.843934Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "86.154.193.190", "correlationId": "fb43a9fb-bdd4-4ea8-92a4-ecbfb7676a2e", "identity": "Kristen Howell", "Level": 4, "location": "XR", "properties": {"id": "72a91770-778f-4a68-a911-ad08f76a6000", "createdDateTime": "2022-08-20T17:43:18.934934Z", "userDisplayName": "Kristen Howell", "userPrincipalName": "khowell@domain.com", "userId": "20e1e3f9-665f-45bd-9984-5e74b526d3b5", "appId": "9a7e67c7-6f05-42a3-b226-97c7ec3e9696", "appDisplayName": "Adobe Identity Management", "ipAddress": "86.154.193.190", "status": {"errorCode": 0, "additionalDetails": "MFA requirement satisfied by claim in the token"}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (X11; Linux i686) AppleWebKit/533.0 (KHTML, like Gecko) Chrome/24.0.803.0 Safari/533.0 Edge/40.11325", "deviceDetail": {"deviceId": "6ea76864-5f18-47dd-adb9-2b1dfcbfc425", "displayName": "KRISTENHOWELL-LT", "operatingSystem": "Windows 10", "browser": "Edge 40.11325", "isCompliant": true, "isManaged": true, "trustType": "Azure AD joined"}, "location": {"city": "Port Denisetown", "state": "Smithton", "countryOrRegion": "XR", "geoCoordinates": {"latitude": 3.5518965, "longitude": 131.871582}}, "mfaDetail": {}, "correlationId": "96f1cdaa-18cb-4f9a-ad17-bc312724844f", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "a4b21880-c54f-4a05-ad56-0bf8009b36d4", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 91, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Adobe Identity Management Service", "resourceId": "80abac89-d2c0-4b6c-8ffc-5023bd7efc5e", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 256668, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "bMulAMXut4c3HIHuD1gP9bN7i2RmVFO9D8QWp3OBQPBdHNSe", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": null, "rngcStatus": 0}}, {"time": "2022-08-20T18:41:15.371115Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "700082", "resultSignature": "None", "resultDescription": "Other", "durationMs": 0, "callerIpAddress": "199.12.127.103", "correlationId": "2e016af0-f667-4916-a438-54aabaa3e1ae", "identity": "Jacob Meyers", "Level": 4, "location": "XG", "properties": {"id": "45f948cc-c7b8-4f70-b09f-6ae121099700", "createdDateTime": "2022-08-20T18:41:15.410115Z", "userDisplayName": "Jacob Meyers", "userPrincipalName": "jmeyers@domain.com", "userId": "c63a67b0-1651-4a8a-9560-cc703cdad5ad", "appId": "bf2855c0-7434-4262-8885-ad2f5206d324", "appDisplayName": "COINS Construction Cloud - Project and Productivity Apps", "ipAddress": "199.12.127.103", "status": {"errorCode": 700082, "failureReason": "Other"}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (Windows NT 4.0) AppleWebKit/531.1 (KHTML, like Gecko) Chrome/20.0.823.0 Safari/531.1 Edge/87.11424", "deviceDetail": {"deviceId": "a0ea1625-4397-4c4c-963c-33347d3b0d73", "displayName": "JACOBMEYERS-LT", "operatingSystem": "Windows 10", "browser": "Edge 87.11424", "trustType": "Azure AD registered"}, "location": {"city": "Port Nathan", "state": "Newmanville", "countryOrRegion": "XG", "geoCoordinates": {"latitude": 23.244641, "longitude": -113.392021}}, "correlationId": "26fad719-380f-4699-acfc-3133f20ec6a2", "conditionalAccessStatus": "notApplied", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "04791e81-4f52-4ae4-a564-6c5cc7a9b25d", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 39, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "COINS Construction Cloud - Project and Productivity Apps Service", "resourceId": "054f44f6-54fb-4ef0-9fc3-d3ec90e47d0d", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 282405, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "0TONZxuHHawhtCyFXfoG909Btv9AFsHRCBTRyM1Tua67rtSM", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": null, "rngcStatus": 0}}, {"time": "2022-08-20T18:41:52.920520Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "105.169.153.183", "correlationId": "51e795c6-367d-468b-ba9e-cb1fc6abf4b7", "identity": "Jim Gonzalez", "Level": 4, "location": "XR", "properties": {"id": "adaecd29-d27b-47bd-bda0-f9cef2cf6500", "createdDateTime": "2022-08-20T18:41:53.053520Z", "userDisplayName": "Jim Gonzalez", "userPrincipalName": "jgonzalez@domain.com", "userId": "95090045-a9c5-489c-adee-2db430a3333a", "appId": "2eae4ad1-8cae-48fe-b718-76bd66e2fc7f", "appDisplayName": "Bipsync", "ipAddress": "105.169.153.183", "status": {"errorCode": 0}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (Windows NT 4.0) AppleWebKit/532.1 (KHTML, like Gecko) Chrome/38.0.801.0 Safari/532.1 Edge/19.15284", "deviceDetail": {"deviceId": "15135d1f-cb47-4bd8-b76d-90a9171c09bd", "displayName": "JIMGONZALEZ-LT", "operatingSystem": "Windows 10", "browser": "Edge 19.15284", "trustType": "Azure AD registered"}, "location": {"city": "Santosborough", "state": "Smithton", "countryOrRegion": "XR", "geoCoordinates": {"latitude": 12.8350355, "longitude": 138.359011}}, "correlationId": "f96e9563-a9c3-4da0-afdc-adc33d9319e2", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "f3e2c007-d6bc-4c9b-b2f9-e39aef595b32", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 133, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Bipsync Service", "resourceId": "9a84f55e-3a40-492c-9476-e069f64ed7a6", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 256668, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "XCQ6FTIdfPfATX3T4aE31wU8Kcjq5JN5Y8Yi6EMdoWXddr8b", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "37ee873b-f901-4e25-be69-010243106d0f", "rngcStatus": 0}}, {"time": "2022-08-20T18:54:22.770680Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "86.154.193.190", "correlationId": "23b621b3-ecd0-4eec-96ad-be6aff890843", "identity": "Jamie Watson", "Level": 4, "location": "XR", "properties": {"id": "eb6726f4-2522-4aaf-8ec9-60cd47b16000", "createdDateTime": "2022-08-20T18:54:22.868680Z", "userDisplayName": "Jamie Watson", "userPrincipalName": "jwatson@domain.com", "userId": "2844695b-9a70-48ed-a5ce-f3d711e2292b", "appId": "9a7e67c7-6f05-42a3-b226-97c7ec3e9696", "appDisplayName": "Adobe Identity Management", "ipAddress": "86.154.193.190", "status": {"errorCode": 0}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (X11; Linux i686) AppleWebKit/533.0 (KHTML, like Gecko) Chrome/24.0.803.0 Safari/533.0 Edge/40.11325", "deviceDetail": {"deviceId": "fc784602-6455-4450-be3c-6770e0359f8a", "displayName": "JAMIEWATSON-LT", "operatingSystem": "Windows 10", "browser": "Edge 40.11325", "isCompliant": true, "isManaged": true, "trustType": "Azure AD joined"}, "location": {"city": "Port Denisetown", "state": "Smithton", "countryOrRegion": "XR", "geoCoordinates": {"latitude": 3.5518965, "longitude": 131.871582}}, "correlationId": "7bf2af8c-00f2-4a9a-b762-b598681d43ad", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "8fab5f2d-f000-48bc-b26c-59b1d9e018cb", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "processingTimeInMilliseconds": 98, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Adobe Identity Management Service", "resourceId": "9a84f55e-3a40-492c-9476-e069f64ed7a6", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 256668, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "hNcs1zBO22mCzhzR2kVO4lifY7DKL2H1rBh7mskih6uwsvLK", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "37ee873b-f901-4e25-be69-010243106d0f"}}, {"time": "2022-08-20T19:10:19.403535Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "205.33.24.92", "correlationId": "1ef8713b-d8d7-4de2-99c8-b1078f490e3d", "identity": "Vanessa Ramirez", "Level": 4, "location": "XD", "properties": {"id": "f95b27fd-8962-466c-86b8-589858078d00", "createdDateTime": "2022-08-20T19:10:19.497535Z", "userDisplayName": "Vanessa Ramirez", "userPrincipalName": "vramirez@domain.com", "userId": "5d72b7ed-62ea-4b94-b931-ccef65d71ebd", "appId": "9a7e67c7-6f05-42a3-b226-97c7ec3e9696", "appDisplayName": "Adobe Identity Management", "ipAddress": "205.33.24.92", "status": {"errorCode": 0}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (X11; Linux i686) AppleWebKit/532.2 (KHTML, like Gecko) Chrome/21.0.853.0 Safari/532.2 Edge/89.19380", "deviceDetail": {"deviceId": "e395a3f4-8f2d-4170-804f-d3e13ce3151b", "displayName": "VANESSARAMIREZ-LT", "operatingSystem": "Windows 10", "browser": "Edge 89.19380", "trustType": "Azure AD registered"}, "location": {"city": "Kristinmouth", "state": "Norrisbury", "countryOrRegion": "XD", "geoCoordinates": {"latitude": 26.278784, "longitude": -92.042573}}, "correlationId": "ed5f1f5d-3f56-4303-8c40-ba73d0754ac1", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "3273cdf2-b5f9-41c9-9cad-94857fe189af", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 94, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Adobe Identity Management Service", "resourceId": "9a84f55e-3a40-492c-9476-e069f64ed7a6", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 214655, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "UTZFmM9iCf9445RuzM8ZUsyShh7A1DAzttbl50xnqbRQP9Ss", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "37ee873b-f901-4e25-be69-010243106d0f", "rngcStatus": 0}}, {"time": "2022-08-20T19:17:32.952890Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "91.132.253.146", "correlationId": "b5b44519-c6e9-4548-880e-b7d3d158f849", "identity": "Aaron Cole", "Level": 4, "location": "XD", "properties": {"id": "ed1cc7f2-5495-4045-9a89-6421fada6c00", "createdDateTime": "2022-08-20T19:17:33.023890Z", "userDisplayName": "Aaron Cole", "userPrincipalName": "acole@domain.com", "userId": "5d557969-1645-4ba4-be83-b6fd943659f7", "appId": "36f74ffc-90e8-46e0-b0ed-588b76ed6f47", "appDisplayName": "Inspire", "ipAddress": "91.132.253.146", "status": {"errorCode": 0}, "clientAppUsed": "Browser", "userAgent": "Mozilla/5.0 (Linux; Android 2.3.5) AppleWebKit/532.2 (KHTML, like Gecko) Chrome/46.0.898.0 Safari/532.2 Edge/105.19198", "deviceDetail": {"deviceId": "", "operatingSystem": "Windows 10", "browser": "Edge 105.19198"}, "location": {"city": "Rickshire", "state": "Norrisbury", "countryOrRegion": "XD", "geoCoordinates": {"latitude": -78.5751045, "longitude": 58.329246}}, "correlationId": "e2b12d1f-3348-4cef-8a96-b76fb860fa23", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "969220e7-9b3d-47fa-b7f4-42db4bf3423f", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 71, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Inspire Online", "resourceId": "8a137ba4-52ae-4dbf-94af-2e56851573c4", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 214655, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "yy7n2BsW8OhnrtoaNbpYNCFOfz8zpr4wCTku8aNUUdLep75g", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": null, "rngcStatus": 0}}, {"time": "2022-08-20T19:38:57.955967Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "50173", "resultSignature": "None", "resultDescription": "Fresh auth token is needed. Have the user re-sign using fresh credentials.", "durationMs": 0, "callerIpAddress": "156.206.181.119", "correlationId": "5c46cbc9-9ea1-4579-a249-2202edc81879", "identity": "Cynthia Perry", "Level": 4, "location": "XY", "properties": {"id": "b84db3dc-6311-47ec-98ed-c250a2a46a00", "createdDateTime": "2022-08-20T19:38:58.016967Z", "userDisplayName": "Cynthia Perry", "userPrincipalName": "cperry@domain.com", "userId": "ac5fa380-9d5b-470e-beb2-5ba10aca48e6", "appId": "7b74bf77-058a-4c0d-9d9d-5523c3bc80ed", "appDisplayName": "GitHub Enterprise Cloud - Organization", "ipAddress": "156.206.181.119", "status": {"errorCode": 50173, "failureReason": "Fresh auth token is needed. Have the user re-sign using fresh credentials."}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (Windows NT 4.0) AppleWebKit/531.1 (KHTML, like Gecko) Chrome/20.0.823.0 Safari/531.1 Edge/87.11424", "deviceDetail": {"deviceId": "", "operatingSystem": "Windows 10", "browser": "Edge 87.11424"}, "location": {"city": "Hannaville", "state": "Thomashaven", "countryOrRegion": "XY", "geoCoordinates": {"latitude": 1.1452695, "longitude": 128.249211}}, "correlationId": "564dc9ae-36ab-4a93-83b4-506fa383eb19", "conditionalAccessStatus": "notApplied", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "a93fb78c-08ee-4f20-8129-a0d7c9552bd6", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 61, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "GitHub Enterprise Cloud - Organization Online", "resourceId": "51e679b4-5774-4b5f-9636-df5ea66b9380", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 279165, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "CWJnSjw4dQkMz9B8eJZdPrm8lnjwMXqCwycwKmWZAFT8lKMq", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "6e8f419c-7f10-40b1-a52a-e4fb253c74c2", "rngcStatus": 0}}, {"time": "2022-08-20T19:40:10.385750Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "13.113.40.157", "correlationId": "fd58dfab-70fc-4a8c-8d96-2a74c9968254", "identity": "Attack Target", "Level": 4, "location": "XR", "properties": {"id": "95854fa2-5be6-4c9a-9e31-8e178b653800", "createdDateTime": "2022-08-20T19:40:10.539750Z", "userDisplayName": "Attack Target", "userPrincipalName": "attacktarget@domain.com", "userId": "d735e84b-dcca-404d-9f7d-700f360f41a6", "appId": "9a7e67c7-6f05-42a3-b226-97c7ec3e9696", "appDisplayName": "Adobe Identity Management", "ipAddress": "13.113.40.157", "ipAddressFromResourceProvider": "13.113.40.157", "status": {"errorCode": 0}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (iPad; CPU iPad OS 9_3_6 like Mac OS X) AppleWebKit/536.1 (KHTML, like Gecko) CriOS/42.0.865.0 Mobile/77O124 Safari/536.1 Edge/99.14477", "deviceDetail": {"deviceId": "a44625dc-6f81-449a-9799-8005f7209b42", "displayName": "ATTACKTARGET-LT", "operatingSystem": "Windows 10", "browser": "Edge 99.14477", "trustType": "Azure AD registered"}, "location": {"city": "New John", "state": "Smithfort", "countryOrRegion": "XR", "geoCoordinates": {"latitude": -89.144242, "longitude": 168.119022}}, "correlationId": "b82264b9-4fb2-4419-94b7-f81b0176dec9", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "6f7df915-50ef-4a15-b157-3c72135543cc", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 154, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Adobe Identity Management Service", "resourceId": "c8eab36d-0a82-409d-8693-a8dabc997921", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 34974, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "HVdKiUHUaYcMKayvupdMfaMjgFxaoHgiGp0LlUHBrAC9u0DS", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "2248d3ef-d7b8-4eb2-bd20-fb53f725bfe3", "rngcStatus": 0}}, {"time": "2022-08-20T20:00:34.111012Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "86.154.193.190", "correlationId": "139b8a2d-7660-43be-8f35-ab0b9c3f2026", "identity": "Jamie Watson", "Level": 4, "location": "XR", "properties": {"id": "61aaa40e-2fb7-4775-bea6-cf49aaab9700", "createdDateTime": "2022-08-20T20:00:34.200012Z", "userDisplayName": "Jamie Watson", "userPrincipalName": "jwatson@domain.com", "userId": "2844695b-9a70-48ed-a5ce-f3d711e2292b", "appId": "9a7e67c7-6f05-42a3-b226-97c7ec3e9696", "appDisplayName": "Adobe Identity Management", "ipAddress": "86.154.193.190", "ipAddressFromResourceProvider": "147.132.189.119", "status": {"errorCode": 0}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (X11; Linux i686) AppleWebKit/533.0 (KHTML, like Gecko) Chrome/24.0.803.0 Safari/533.0 Edge/40.11325", "deviceDetail": {"deviceId": "fc784602-6455-4450-be3c-6770e0359f8a", "displayName": "JAMIEWATSON-LT", "operatingSystem": "Windows 10", "browser": "Edge 40.11325", "isCompliant": true, "isManaged": true, "trustType": "Azure AD joined"}, "location": {"city": "Port Denisetown", "state": "Smithton", "countryOrRegion": "XR", "geoCoordinates": {"latitude": 3.5518965, "longitude": 131.871582}}, "correlationId": "c1ce988a-4e63-4e4b-aa60-2fa860bedd72", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "3e10412e-a5e2-4d0f-a6dc-82fe994c0ada", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 89, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Adobe Identity Management Service", "resourceId": "c8eab36d-0a82-409d-8693-a8dabc997921", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 256668, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "FY0OgsDWwDfr9D29txfmiVqneL44I59JBuQ3yHJmJJerD9p2", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "2248d3ef-d7b8-4eb2-bd20-fb53f725bfe3", "rngcStatus": 0}}, {"time": "2022-08-20T20:32:00.204500Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "50158", "resultSignature": "None", "resultDescription": "External security challenge was not satisfied.", "durationMs": 0, "callerIpAddress": "105.169.153.183", "correlationId": "e297c4fe-8c11-41cc-950b-a299fc9ce19c", "identity": "Thomas Price", "Level": 4, "location": "XR", "properties": {"id": "a4494e24-3340-475d-bc72-9aa1c90c4e00", "createdDateTime": "2022-08-20T20:32:00.343500Z", "userDisplayName": "Thomas Price", "userPrincipalName": "tprice@domain.com", "userId": "32109ee2-ee4f-4d11-9c38-2556aec0f2b5", "appId": "9a7e67c7-6f05-42a3-b226-97c7ec3e9696", "appDisplayName": "Adobe Identity Management", "ipAddress": "105.169.153.183", "status": {"errorCode": 50158, "failureReason": "External security challenge was not satisfied."}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (X11; Linux i686) AppleWebKit/535.2 (KHTML, like Gecko) Chrome/22.0.843.0 Safari/535.2 Edge/118.12158", "deviceDetail": {"deviceId": "2b85c59f-331a-4b61-9a44-9d3d6df62a06", "displayName": "THOMASPRICE-LT", "operatingSystem": "Windows 10", "browser": "Edge 118.12158", "trustType": "Hybrid Azure AD joined"}, "location": {"city": "Kevinton", "state": "Smithton", "countryOrRegion": "XR", "geoCoordinates": {"latitude": -87.5106305, "longitude": -77.991036}}, "correlationId": "73b9242b-8aa1-44a9-adbf-49d10efdcc05", "conditionalAccessStatus": "failure", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "e3bfe1e6-d824-4bbc-81c9-73bcb6cde5d1", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "processingTimeInMilliseconds": 139, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Adobe Identity Management Service", "resourceId": "30663ca7-f8a9-43ab-8ca1-7906bdbc1485", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 256668, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "pFsiB70fgYSDDSH1jRFn8vwjAQbfjsIDWXrDn6cixmPgls6A", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "a6c259e5-7f16-48b2-a9f3-75becd6daa9b"}}, {"time": "2022-08-20T20:46:38.964919Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "156.206.181.119", "correlationId": "c527ac97-fa60-4759-9d0a-09fac8422348", "identity": "Cynthia Perry", "Level": 4, "location": "XY", "properties": {"id": "da07381e-cd4c-4b24-b359-ffd7c3197800", "createdDateTime": "2022-08-20T20:46:39.086919Z", "userDisplayName": "Cynthia Perry", "userPrincipalName": "cperry@domain.com", "userId": "ac5fa380-9d5b-470e-beb2-5ba10aca48e6", "appId": "9de6e985-97a5-4d82-9c45-aedaa9c25ef9", "appDisplayName": "AWS Single-Account Access", "ipAddress": "156.206.181.119", "status": {"errorCode": 0}, "clientAppUsed": "Browser", "deviceDetail": {"deviceId": "", "operatingSystem": "Windows"}, "location": {"city": "Hannaville", "state": "Thomashaven", "countryOrRegion": "XY", "geoCoordinates": {"latitude": 1.1452695, "longitude": 128.249211}}, "correlationId": "41db3b52-61b2-4a1e-8543-ae8bcc390ca7", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "60e98e2c-c736-4962-8a1e-e10f9cbdcfa8", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 122, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "AWS Single-Account Access Service", "resourceId": "f0630e90-b752-4960-bfb9-a0794fc34930", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 279165, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "QZx0xcftW0p37bVH5hvdTdw4FgsLgr4xyulB4DeKSDrt5ttn", "incomingTokenType": "none", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "1f37c851-4be4-455b-928a-fbde7845a68a", "rngcStatus": 0}}, {"time": "2022-08-20T20:50:38.396899Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "147.132.189.119", "correlationId": "8cbdf23e-413a-4b4b-ad86-91ffc4cf83ea", "identity": "Cassie Fernandez", "Level": 4, "location": "XR", "properties": {"id": "6bc2e7cc-9e37-4d1b-b0e2-c04d217d4d00", "createdDateTime": "2022-08-20T20:50:38.523899Z", "userDisplayName": "Cassie Fernandez", "userPrincipalName": "cfernandez@domain.com", "userId": "67ef8be6-3f44-4db7-8172-fd6211428c1e", "appId": "b6eb5487-41e5-4254-acc5-72fbd850bd1e", "appDisplayName": "Google Cloud / G Suite Connector by Microsoft", "ipAddress": "147.132.189.119", "status": {"errorCode": 0}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (iPad; CPU iPad OS 9_3_6 like Mac OS X) AppleWebKit/536.1 (KHTML, like Gecko) CriOS/42.0.865.0 Mobile/77O124 Safari/536.1 Edge/99.14477", "deviceDetail": {"deviceId": "d5a487a1-ef7d-4960-9723-7fdadce19af3", "displayName": "CASSIEFERNANDEZ-LT", "operatingSystem": "Windows 10", "browser": "Edge 99.14477", "trustType": "Azure AD registered"}, "location": {"city": "Port Denisetown", "state": "Smithton", "countryOrRegion": "XR", "geoCoordinates": {"latitude": 3.5518965, "longitude": 131.871582}}, "correlationId": "1d33aeca-aa74-4492-a21b-437803908fb6", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "f2208932-2f0f-44d2-ad8f-a7893940e223", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "processingTimeInMilliseconds": 127, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Google Cloud / G Suite Connector by Microsoft Service", "resourceId": "47e06079-6a63-42ab-89ea-840a60f3ea94", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 256668, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "RcMyg0jTeLkfN6krKGpwB5eVidcsxKFSKOnFBGzUxMlHJeIh", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "af115473-a920-4919-a03a-7215ca304189"}}, {"time": "2022-08-20T21:04:09.868536Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "205.33.24.92", "correlationId": "340e8780-3d75-423f-b2e2-483219e2c323", "identity": "Vanessa Ramirez", "Level": 4, "location": "XD", "properties": {"id": "c4d70abb-d9d9-4a46-9278-1d56f4989c00", "createdDateTime": "2022-08-20T21:04:09.965536Z", "userDisplayName": "Vanessa Ramirez", "userPrincipalName": "vramirez@domain.com", "userId": "5d72b7ed-62ea-4b94-b931-ccef65d71ebd", "appId": "9a7e67c7-6f05-42a3-b226-97c7ec3e9696", "appDisplayName": "Adobe Identity Management", "ipAddress": "205.33.24.92", "status": {"errorCode": 0}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (X11; Linux i686) AppleWebKit/532.2 (KHTML, like Gecko) Chrome/21.0.853.0 Safari/532.2 Edge/89.19380", "deviceDetail": {"deviceId": "e395a3f4-8f2d-4170-804f-d3e13ce3151b", "displayName": "VANESSARAMIREZ-LT", "operatingSystem": "Windows 10", "browser": "Edge 89.19380", "trustType": "Azure AD registered"}, "location": {"city": "Kristinmouth", "state": "Norrisbury", "countryOrRegion": "XD", "geoCoordinates": {"latitude": 26.278784, "longitude": -92.042573}}, "correlationId": "9d67c8bd-f32d-4695-bece-cd75bf6be833", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "e9912a04-36ad-4d53-8e83-771c83ec242a", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 97, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Adobe Identity Management Service", "resourceId": "1f1f8006-bcaf-48ed-96be-45ba0b1802c3", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 214655, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "YlRg3bOxBatlsH8J5kRer99mCPSSRyKwnJMNMhkQynswwbm3", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": null, "rngcStatus": 0}}, {"time": "2022-08-20T21:04:44.038828Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "50158", "resultSignature": "None", "resultDescription": "External security challenge was not satisfied.", "durationMs": 0, "callerIpAddress": "166.105.218.213", "correlationId": "61834646-3357-4d22-aa77-665ca9bfd6e1", "identity": "Thomas Price", "Level": 4, "location": "XR", "properties": {"id": "45f948cc-c7b8-4f70-b09f-6ae144b98f00", "createdDateTime": "2022-08-20T21:04:44.154828Z", "userDisplayName": "Thomas Price", "userPrincipalName": "tprice@domain.com", "userId": "32109ee2-ee4f-4d11-9c38-2556aec0f2b5", "appId": "9a7e67c7-6f05-42a3-b226-97c7ec3e9696", "appDisplayName": "Adobe Identity Management", "ipAddress": "166.105.218.213", "status": {"errorCode": 50158, "failureReason": "External security challenge was not satisfied."}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (X11; Linux i686) AppleWebKit/535.2 (KHTML, like Gecko) Chrome/22.0.843.0 Safari/535.2 Edge/118.12158", "deviceDetail": {"deviceId": "81ad31fb-e9be-4498-b1b2-c62f8fae1a77", "displayName": "THOMASPRICE-LT", "operatingSystem": "Windows 10", "browser": "Edge 118.12158", "trustType": "Hybrid Azure AD joined"}, "location": {"city": "Santosborough", "state": "Smithton", "countryOrRegion": "XR", "geoCoordinates": {"latitude": 12.8350355, "longitude": 138.359011}}, "correlationId": "cfdc4f7e-bc64-48e3-962b-cf0c28c7d4f0", "conditionalAccessStatus": "failure", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "b39db637-0d79-40b6-ab65-7c3a1f79842f", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 116, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Adobe Identity Management Service", "resourceId": "30663ca7-f8a9-43ab-8ca1-7906bdbc1485", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 256668, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "fZIYO2WP2HMhRHHJLJmByKb6Vhym4VLchcTqsRbsCVu3Re6S", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "a6c259e5-7f16-48b2-a9f3-75becd6daa9b", "rngcStatus": 0}}, {"time": "2022-08-20T21:05:41.141665Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "700082", "resultSignature": "None", "resultDescription": "Other", "durationMs": 0, "callerIpAddress": "54.119.29.60", "correlationId": "3c74f034-1004-4e9b-b1f0-571d280b40ea", "identity": "Thomas Price", "Level": 4, "location": "XR", "properties": {"id": "5d87360d-441e-454b-b7bc-46f9a0369200", "createdDateTime": "2022-08-20T21:05:41.215665Z", "userDisplayName": "Thomas Price", "userPrincipalName": "tprice@domain.com", "userId": "32109ee2-ee4f-4d11-9c38-2556aec0f2b5", "appId": "9a7e67c7-6f05-42a3-b226-97c7ec3e9696", "appDisplayName": "Adobe Identity Management", "ipAddress": "54.119.29.60", "status": {"errorCode": 700082, "failureReason": "Other"}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (X11; Linux i686) AppleWebKit/535.2 (KHTML, like Gecko) Chrome/22.0.843.0 Safari/535.2 Edge/118.12158", "deviceDetail": {"deviceId": "852272bd-2ab1-474f-a99e-4922ea7031d3", "displayName": "THOMASPRICE-LT", "operatingSystem": "Windows 10", "browser": "Edge 118.12158", "trustType": "Hybrid Azure AD joined"}, "location": {"city": "Port Kimberlytown", "state": "Curtisport", "countryOrRegion": "XR", "geoCoordinates": {"latitude": 26.3152295, "longitude": 147.770404}}, "correlationId": "f6a23ead-faf9-42b1-86e3-8d6988816dab", "conditionalAccessStatus": "notApplied", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "8eba09d4-8bdf-4ccb-bd73-41aad79056f7", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 74, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Adobe Identity Management Service", "resourceId": "30663ca7-f8a9-43ab-8ca1-7906bdbc1485", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 359213, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "7Txc90msBcVp942JFdXExg4gvOl06EWy0WfMQeksLFrwPMhj", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "a6c259e5-7f16-48b2-a9f3-75becd6daa9b", "rngcStatus": 0}}, {"time": "2022-08-20T21:08:21.552697Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "50158", "resultSignature": "None", "resultDescription": "External security challenge was not satisfied.", "durationMs": 0, "callerIpAddress": "44.22.19.201", "correlationId": "aa5d4caf-42d5-4ad0-9853-a791cb731a84", "identity": "Thomas Price", "Level": 4, "location": "XN", "properties": {"id": "a4bfb34f-863d-4add-88f4-153df9405000", "createdDateTime": "2022-08-20T21:08:21.691697Z", "userDisplayName": "Thomas Price", "userPrincipalName": "tprice@domain.com", "userId": "32109ee2-ee4f-4d11-9c38-2556aec0f2b5", "appId": "9a7e67c7-6f05-42a3-b226-97c7ec3e9696", "appDisplayName": "Adobe Identity Management", "ipAddress": "44.22.19.201", "status": {"errorCode": 50158, "failureReason": "External security challenge was not satisfied."}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (X11; Linux i686) AppleWebKit/535.2 (KHTML, like Gecko) Chrome/22.0.843.0 Safari/535.2 Edge/118.12158", "deviceDetail": {"deviceId": "0927e60c-8dfa-4ecf-be85-ad63bccf40a1", "displayName": "THOMASPRICE-LT", "operatingSystem": "Windows 10", "browser": "Edge 118.12158", "trustType": "Hybrid Azure AD joined"}, "location": {"city": "Littlemouth", "state": "Alexanderfurt", "countryOrRegion": "XN", "geoCoordinates": {"latitude": 25.4437255, "longitude": -109.530885}}, "correlationId": "e1a07899-e661-4040-a65a-a7f099eadde7", "conditionalAccessStatus": "failure", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "e9e8efc1-e703-420f-ab42-bd8742ded01b", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "processingTimeInMilliseconds": 139, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Adobe Identity Management Service", "resourceId": "30663ca7-f8a9-43ab-8ca1-7906bdbc1485", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 230297, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "4kgs0bTi80b6XAzY3zqy6dpDmYnXCZAKO0iZeK3zOr6Cbey5", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "a6c259e5-7f16-48b2-a9f3-75becd6daa9b"}}, {"time": "2022-08-20T21:17:34.309813Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "156.206.181.119", "correlationId": "2de95150-d8eb-4f19-98de-40484013ee9b", "identity": "Cynthia Perry", "Level": 4, "location": "XY", "properties": {"id": "b2a55e86-02d0-4234-820e-b38926845500", "createdDateTime": "2022-08-20T21:17:34.426813Z", "userDisplayName": "Cynthia Perry", "userPrincipalName": "cperry@domain.com", "userId": "ac5fa380-9d5b-470e-beb2-5ba10aca48e6", "appId": "9de6e985-97a5-4d82-9c45-aedaa9c25ef9", "appDisplayName": "AWS Single-Account Access", "ipAddress": "156.206.181.119", "status": {"errorCode": 0}, "clientAppUsed": "Browser", "deviceDetail": {"deviceId": "", "operatingSystem": "Windows"}, "location": {"city": "Hannaville", "state": "Thomashaven", "countryOrRegion": "XY", "geoCoordinates": {"latitude": 1.1452695, "longitude": 128.249211}}, "correlationId": "8233a2a1-57a8-47b9-9dcd-3464fe9af2cf", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "a3da6e65-efde-4a4e-8513-d39584d44391", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 117, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "AWS Single-Account Access Service", "resourceId": "c65cf5f9-5537-4200-889e-381c4f60ca7d", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 279165, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "3dEZc31QYrre8ngH7wxhdJk4YVaaBTLGSDsTiIz0T5hC1zNX", "incomingTokenType": "none", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": null, "rngcStatus": 0}}, {"time": "2022-08-20T21:36:59.082568Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "63.94.19.180", "correlationId": "39f5cd1c-a176-4686-8f78-1b10cffc4d02", "identity": "Vanessa Ramirez", "Level": 4, "location": "XD", "properties": {"id": "70bcc8c7-ed06-41fc-82cc-ef5364b78800", "createdDateTime": "2022-08-20T21:36:59.220568Z", "userDisplayName": "Vanessa Ramirez", "userPrincipalName": "vramirez@domain.com", "userId": "5d72b7ed-62ea-4b94-b931-ccef65d71ebd", "appId": "2eae4ad1-8cae-48fe-b718-76bd66e2fc7f", "appDisplayName": "Bipsync", "ipAddress": "63.94.19.180", "status": {"errorCode": 0}, "clientAppUsed": "Mobile Apps and Desktop clients", "deviceDetail": {"deviceId": "", "operatingSystem": "Ios", "browser": "Mobile Safari"}, "location": {"city": "New James", "state": "Norrisbury", "countryOrRegion": "XD", "geoCoordinates": {"latitude": 64.5727225, "longitude": 92.661569}}, "correlationId": "427e62f9-535f-4f77-a439-a7b16bb1afe9", "conditionalAccessStatus": "notApplied", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "28b39bf8-6eba-4b92-a2b8-1a0978aa830d", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 138, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Bipsync Service", "resourceId": "f72c694e-4e03-4616-91f3-78c5fe54122a", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 45904, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "XAtlrHbaqtjQaqrBBX6QzcP38lAtw46tUCbLhaFija1Y0suw", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "1674f597-9877-4ff9-a5d9-accfea860d15", "rngcStatus": 0}}, {"time": "2022-08-20T21:38:26.196240Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "50158", "resultSignature": "None", "resultDescription": "External security challenge was not satisfied.", "durationMs": 0, "callerIpAddress": "147.132.189.119", "correlationId": "c3bcb6d8-88a5-463e-ba71-c33ff912b323", "identity": "Cassie Fernandez", "Level": 4, "location": "XR", "properties": {"id": "8ebdb246-4cc5-47df-8d1b-56b418bd4a00", "createdDateTime": "2022-08-20T21:38:26.391240Z", "userDisplayName": "Cassie Fernandez", "userPrincipalName": "cfernandez@domain.com", "userId": "67ef8be6-3f44-4db7-8172-fd6211428c1e", "appId": "79510a8f-6421-4348-a2ea-bcc2b02485c1", "appDisplayName": "Cisco AnyConnect", "ipAddress": "147.132.189.119", "status": {"errorCode": 50158, "failureReason": "External security challenge was not satisfied."}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (iPad; CPU iPad OS 9_3_6 like Mac OS X) AppleWebKit/536.1 (KHTML, like Gecko) CriOS/42.0.865.0 Mobile/77O124 Safari/536.1 Edge/99.14477", "deviceDetail": {"deviceId": "bf67c857-685a-4457-89c4-db2afa581bd2", "displayName": "CASSIEFERNANDEZ-LT", "operatingSystem": "Windows 10", "browser": "Edge 99.14477", "trustType": "Hybrid Azure AD joined"}, "location": {"city": "Port Denisetown", "state": "Smithton", "countryOrRegion": "XR", "geoCoordinates": {"latitude": 3.5518965, "longitude": 131.871582}}, "correlationId": "e8ac843c-6b0b-4ecc-bc7d-f799f7232461", "conditionalAccessStatus": "failure", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "45ed1b18-8e53-4fa1-899c-70ef60bd93be", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "processingTimeInMilliseconds": 195, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Cisco AnyConnect Online", "resourceId": "5d5b8d28-6a28-472e-b837-a4094e466965", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 256668, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "Y2lHyH1FnbzZBrnWWgQcNcdqoA8vSUDvx6av8CSsfTu8CkYV", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "15655e1f-5005-4c53-b3c0-c4a1d1ca5e9e"}}, {"time": "2022-08-20T22:01:36.324975Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "44.22.19.201", "correlationId": "afc36a54-2d73-4e68-98e4-b074459ca13d", "identity": "David Johnson", "Level": 4, "location": "XN", "properties": {"id": "203b54c4-44bd-4e9f-ab1a-6c182ca96e00", "createdDateTime": "2022-08-20T22:01:36.473975Z", "userDisplayName": "David Johnson", "userPrincipalName": "djohnson@domain.com", "userId": "ff2ae3d2-8cd2-4bd6-b65d-49c5ad946c7f", "appId": "2eae4ad1-8cae-48fe-b718-76bd66e2fc7f", "appDisplayName": "Bipsync", "ipAddress": "44.22.19.201", "status": {"errorCode": 0}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (Windows NT 4.0) AppleWebKit/531.1 (KHTML, like Gecko) Chrome/20.0.823.0 Safari/531.1 Edge/87.11424", "deviceDetail": {"deviceId": "8fb0ff79-f116-4f20-8ca8-36b3f8d68865", "displayName": "DAVIDJOHNSON-LT", "operatingSystem": "Windows 10", "browser": "Edge 87.11424", "trustType": "Azure AD registered"}, "location": {"city": "Littlemouth", "state": "Alexanderfurt", "countryOrRegion": "XN", "geoCoordinates": {"latitude": 25.4437255, "longitude": -109.530885}}, "correlationId": "7ea5cc08-21cd-4bae-bc5b-f7f9d5fb63ec", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "199caab4-0e44-4dca-9db4-681b48de4af0", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 149, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Bipsync Service", "resourceId": "aaf780ce-b996-49b9-986d-8bb23f7bce3a", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 230297, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "YaUcLBBPuLuz7qnFAw4mo7uQfvYbPtV1xDaimiezZZeGJxfu", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "b7da42cc-a168-4148-b15a-792ad32c2ff5", "rngcStatus": 0}}, {"time": "2022-08-20T22:08:13.849551Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "700082", "resultSignature": "None", "resultDescription": "Other", "durationMs": 0, "callerIpAddress": "54.119.29.60", "correlationId": "e2fb5bcf-1455-473e-a89a-52b9cbe0ac75", "identity": "Thomas Price", "Level": 4, "location": "XR", "properties": {"id": "5157fc82-82da-43b7-8f8f-e2f4d2f15700", "createdDateTime": "2022-08-20T22:08:13.925551Z", "userDisplayName": "Thomas Price", "userPrincipalName": "tprice@domain.com", "userId": "32109ee2-ee4f-4d11-9c38-2556aec0f2b5", "appId": "9a7e67c7-6f05-42a3-b226-97c7ec3e9696", "appDisplayName": "Adobe Identity Management", "ipAddress": "54.119.29.60", "status": {"errorCode": 700082, "failureReason": "Other"}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (X11; Linux i686) AppleWebKit/535.2 (KHTML, like Gecko) Chrome/22.0.843.0 Safari/535.2 Edge/118.12158", "deviceDetail": {"deviceId": "852272bd-2ab1-474f-a99e-4922ea7031d3", "displayName": "THOMASPRICE-LT", "operatingSystem": "Windows 10", "browser": "Edge 118.12158", "trustType": "Hybrid Azure AD joined"}, "location": {"city": "Port Kimberlytown", "state": "Curtisport", "countryOrRegion": "XR", "geoCoordinates": {"latitude": 26.3152295, "longitude": 147.770404}}, "correlationId": "167a7327-2456-46a7-ac7a-74299ef1b89f", "conditionalAccessStatus": "notApplied", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "a31bb81b-a9af-4b8d-86bc-e5ac6f03200b", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "processingTimeInMilliseconds": 76, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Adobe Identity Management Service", "resourceId": "30663ca7-f8a9-43ab-8ca1-7906bdbc1485", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 359213, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "h7U77mjrJKgz4FqKl7GduVz4bLO0cazNIRFFLSdfl81A52pV", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "a6c259e5-7f16-48b2-a9f3-75becd6daa9b"}}, {"time": "2022-08-20T22:27:48.387045Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "105.169.153.183", "correlationId": "d67a5289-2e17-43df-8166-49202fdf07c8", "identity": "Jim Gonzalez", "Level": 4, "location": "XR", "properties": {"id": "5e4e730b-8d3c-4dbc-a1a3-d71243975600", "createdDateTime": "2022-08-20T22:27:48.533045Z", "userDisplayName": "Jim Gonzalez", "userPrincipalName": "jgonzalez@domain.com", "userId": "95090045-a9c5-489c-adee-2db430a3333a", "appId": "9a7e67c7-6f05-42a3-b226-97c7ec3e9696", "appDisplayName": "Adobe Identity Management", "ipAddress": "105.169.153.183", "status": {"errorCode": 0}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (Windows NT 4.0) AppleWebKit/532.1 (KHTML, like Gecko) Chrome/38.0.801.0 Safari/532.1 Edge/19.15284", "deviceDetail": {"deviceId": "15135d1f-cb47-4bd8-b76d-90a9171c09bd", "displayName": "JIMGONZALEZ-LT", "operatingSystem": "Windows 10", "browser": "Edge 19.15284", "trustType": "Azure AD registered"}, "location": {"city": "Kevinton", "state": "Smithton", "countryOrRegion": "XR", "geoCoordinates": {"latitude": -87.5106305, "longitude": -77.991036}}, "correlationId": "2393152e-386f-4765-96ad-ddcc242692c0", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "58bdb0bb-ee8d-41db-b559-9835a80846ef", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "processingTimeInMilliseconds": 146, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Adobe Identity Management Service", "resourceId": "9a84f55e-3a40-492c-9476-e069f64ed7a6", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 256668, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "AfLzeR6fUExoeqcrHiGlu3g1kWYzuRXV1d2YjoUP4zixNBmA", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "37ee873b-f901-4e25-be69-010243106d0f"}}, {"time": "2022-08-20T22:35:18.445684Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "205.33.24.92", "correlationId": "f61e0dfa-937d-4dac-aa07-30b699695a91", "identity": "Vanessa Ramirez", "Level": 4, "location": "XD", "properties": {"id": "61f774b4-bfab-427d-9daf-8440a69e6400", "createdDateTime": "2022-08-20T22:35:18.581684Z", "userDisplayName": "Vanessa Ramirez", "userPrincipalName": "vramirez@domain.com", "userId": "5d72b7ed-62ea-4b94-b931-ccef65d71ebd", "appId": "2eae4ad1-8cae-48fe-b718-76bd66e2fc7f", "appDisplayName": "Bipsync", "ipAddress": "205.33.24.92", "status": {"errorCode": 0}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (X11; Linux i686) AppleWebKit/532.2 (KHTML, like Gecko) Chrome/21.0.853.0 Safari/532.2 Edge/89.19380", "deviceDetail": {"deviceId": "e395a3f4-8f2d-4170-804f-d3e13ce3151b", "displayName": "VANESSARAMIREZ-LT", "operatingSystem": "Windows 10", "browser": "Edge 89.19380", "trustType": "Azure AD registered"}, "location": {"city": "Kristinmouth", "state": "Norrisbury", "countryOrRegion": "XD", "geoCoordinates": {"latitude": 26.278784, "longitude": -92.042573}}, "correlationId": "024b570a-b177-41ae-86b1-2150f4b508b8", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "e54f7242-6ecb-4e6c-9438-d639032b0250", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 136, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Bipsync Service", "resourceId": "aaf780ce-b996-49b9-986d-8bb23f7bce3a", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 214655, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "Ax0A9tDA4KZCuL5RoLcWKD7Pcb033BmEqdCDL1v7WE9qePtt", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "b7da42cc-a168-4148-b15a-792ad32c2ff5", "rngcStatus": 0}}, {"time": "2022-08-20T22:46:17.560511Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "156.206.181.119", "correlationId": "259c3305-305c-49dc-93b3-7bbf00009bb4", "identity": "Cynthia Perry", "Level": 4, "location": "XY", "properties": {"id": "b1801159-1f8f-4782-bc6c-aea6c2ce6200", "createdDateTime": "2022-08-20T22:46:17.745511Z", "userDisplayName": "Cynthia Perry", "userPrincipalName": "cperry@domain.com", "userId": "ac5fa380-9d5b-470e-beb2-5ba10aca48e6", "appId": "9de6e985-97a5-4d82-9c45-aedaa9c25ef9", "appDisplayName": "AWS Single-Account Access", "ipAddress": "156.206.181.119", "status": {"errorCode": 0}, "clientAppUsed": "Browser", "deviceDetail": {"deviceId": "", "operatingSystem": "Windows"}, "location": {"city": "Hannaville", "state": "Thomashaven", "countryOrRegion": "XY", "geoCoordinates": {"latitude": 1.1452695, "longitude": 128.249211}}, "correlationId": "e4f48a54-ade6-48fa-b10c-22a9a97d23fa", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "c5b305a6-1eb5-447c-8cdc-f667426b2c07", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 185, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "AWS Single-Account Access Service", "resourceId": "c65cf5f9-5537-4200-889e-381c4f60ca7d", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 279165, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "Nm2RVwFdouU0zxXrVb0gGeGhQTkvn7zjDa2bIGNt4rrfMTW1", "incomingTokenType": "none", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": null, "rngcStatus": 0}}, {"time": "2022-08-20T23:21:12.712657Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "42.62.103.34", "correlationId": "f6857ab3-4378-4d30-9187-4090e6b9d761", "identity": "Joseph Taylor", "Level": 4, "location": "XF", "properties": {"id": "528a72ae-c612-474f-a22e-2f6959ab7400", "createdDateTime": "2022-08-20T23:21:13.036657Z", "userDisplayName": "Joseph Taylor", "userPrincipalName": "jtaylor@domain.com", "userId": "af9847eb-c773-41ae-bf94-42747c5e986c", "appId": "799c9328-8a17-44f8-9a7c-ff80ba21c468", "appDisplayName": "Sunrise Software Relations CRM", "ipAddress": "42.62.103.34", "status": {"errorCode": 0, "additionalDetails": "MFA requirement satisfied by claim in the token"}, "clientAppUsed": "Browser", "deviceDetail": {"deviceId": "76b96bd3-e5d7-49ee-b195-bf363facdb3d", "displayName": "JOSEPHTAYLOR-LT", "operatingSystem": "Windows", "isCompliant": true, "isManaged": true, "trustType": "Azure AD joined"}, "location": {"city": "Jessicafurt", "state": "Smithbury", "countryOrRegion": "XF", "geoCoordinates": {"latitude": 17.5082395, "longitude": -115.304215}}, "mfaDetail": {}, "correlationId": "c03fb83e-ba57-43e8-9fdd-a49af40be808", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "4d892afb-f994-4859-87f9-090311e6c1f9", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 324, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Sunrise Software Relations CRM Online", "resourceId": "9a84f55e-3a40-492c-9476-e069f64ed7a6", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 393508, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "4bhXbeGbxEeW2lcgZzs7A6vJg1Oe4W6jKKuMp0srDIipUQMB", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "37ee873b-f901-4e25-be69-010243106d0f", "rngcStatus": 0}}, {"time": "2022-08-20T23:24:19.605169Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "205.33.24.92", "correlationId": "d78b394b-c8c7-4f40-af4b-8549040cc498", "identity": "Vanessa Ramirez", "Level": 4, "location": "XD", "properties": {"id": "05126ca7-c65f-4544-8acb-9d5052e44b00", "createdDateTime": "2022-08-20T23:24:19.694169Z", "userDisplayName": "Vanessa Ramirez", "userPrincipalName": "vramirez@domain.com", "userId": "5d72b7ed-62ea-4b94-b931-ccef65d71ebd", "appId": "9de6e985-97a5-4d82-9c45-aedaa9c25ef9", "appDisplayName": "AWS Single-Account Access", "ipAddress": "205.33.24.92", "status": {"errorCode": 0}, "clientAppUsed": "Browser", "deviceDetail": {"deviceId": "e395a3f4-8f2d-4170-804f-d3e13ce3151b", "displayName": "VANESSARAMIREZ-LT", "operatingSystem": "Windows", "trustType": "Azure AD registered"}, "location": {"city": "Kristinmouth", "state": "Norrisbury", "countryOrRegion": "XD", "geoCoordinates": {"latitude": 26.278784, "longitude": -92.042573}}, "correlationId": "b735f387-b1e4-442e-bc3e-cbc3c432074f", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "6a7d3108-fbc8-419d-b672-170f01c47fdc", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 89, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "AWS Single-Account Access Service", "resourceId": "72f0186d-d327-46c9-a8ff-497e0caa8691", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 214655, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "kol5NkjwDBuQ2Hs7p6gqMT3R2vmbO19XD2J8RDLelcmt46xS", "incomingTokenType": "none", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": null, "rngcStatus": 0}}, {"time": "2022-08-20T23:39:40.433553Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "SignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "50011", "resultSignature": "None", "resultDescription": "The reply address is missing, misconfigured, or does not match reply addresses configured for the application. Try out the resolution listed at https://docs.microsoft.com/azure/active-directory/application-sign-in-problem-federated-sso-gallery#the-reply-address-does-not-match-the-reply-addresses-configured-for-the-application. If you still see issues, contact the application owner or app admin.", "durationMs": 0, "callerIpAddress": "205.33.24.92", "correlationId": "289112f6-f632-4ca6-bc72-864847ea8b8c", "identity": "Aaron Cole", "Level": 4, "location": "XD", "properties": {"id": "96843c4e-d6c8-49c6-9d20-6412304b7000", "createdDateTime": "2022-08-20T23:39:40.573553Z", "userDisplayName": "Aaron Cole", "userPrincipalName": "acole@domain.com", "userId": "5d557969-1645-4ba4-be83-b6fd943659f7", "appId": "af50c7b0-ad5f-40ec-840e-8d89be454ce4", "appDisplayName": "Citrix ShareFile", "ipAddress": "205.33.24.92", "status": {"errorCode": 50011, "failureReason": "The reply address is missing, misconfigured, or does not match reply addresses configured for the application. Try out the resolution listed at https://docs.microsoft.com/azure/active-directory/application-sign-in-problem-federated-sso-gallery#the-reply-address-does-not-match-the-reply-addresses-configured-for-the-application. If you still see issues, contact the application owner or app admin."}, "clientAppUsed": "Browser", "userAgent": "Mozilla/5.0 (Linux; Android 2.3.5) AppleWebKit/532.2 (KHTML, like Gecko) Chrome/46.0.898.0 Safari/532.2 Edge/105.19198", "deviceDetail": {"deviceId": "", "operatingSystem": "Windows 10", "browser": "Edge 105.19198"}, "location": {"city": "Kristinmouth", "state": "Norrisbury", "countryOrRegion": "XD", "geoCoordinates": {"latitude": 26.278784, "longitude": -92.042573}}, "correlationId": "33b20bc4-4b50-4dac-9dd9-dba26a3053cc", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "027732f5-7cf0-4b2c-a590-150fdfc28732", "isInteractive": true, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 140, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Citrix ShareFile Online", "resourceId": "24578515-1951-4064-967d-0d2acaf0aa70", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 214655, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "TL2YNw6XPu3W88MTyz3VRV1G7k4UfPy0Ff7lz9udOSz38fvj", "incomingTokenType": "none", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "0e68752b-7dfa-400b-a6f5-1b54af90696a", "rngcStatus": 0}}, {"time": "2022-08-20T23:39:58.554945Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "13.113.40.157", "correlationId": "48497142-0c8d-4408-b487-4a87133a299c", "identity": "Attack Target", "Level": 4, "location": "XR", "properties": {"id": "8e02be17-b237-45cb-8237-03a1f95a6800", "createdDateTime": "2022-08-20T23:39:58.681945Z", "userDisplayName": "Attack Target", "userPrincipalName": "attacktarget@domain.com", "userId": "d735e84b-dcca-404d-9f7d-700f360f41a6", "appId": "9a7e67c7-6f05-42a3-b226-97c7ec3e9696", "appDisplayName": "Adobe Identity Management", "ipAddress": "13.113.40.157", "ipAddressFromResourceProvider": "13.113.40.157", "status": {"errorCode": 0}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (iPad; CPU iPad OS 9_3_6 like Mac OS X) AppleWebKit/536.1 (KHTML, like Gecko) CriOS/42.0.865.0 Mobile/77O124 Safari/536.1 Edge/99.14477", "deviceDetail": {"deviceId": "a44625dc-6f81-449a-9799-8005f7209b42", "displayName": "ATTACKTARGET-LT", "operatingSystem": "Windows 10", "browser": "Edge 99.14477", "trustType": "Azure AD registered"}, "location": {"city": "Smithfort", "state": "Smithfort", "countryOrRegion": "XR", "geoCoordinates": {"latitude": 3.7564095, "longitude": -121.574606}}, "correlationId": "2fbcd4fb-c5f9-40c3-a586-75bdb607662e", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "d2ba5d06-6508-4b65-bfc6-2860d5d0973a", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 127, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Adobe Identity Management Service", "resourceId": "c8eab36d-0a82-409d-8693-a8dabc997921", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 34974, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "kBxZsDippRLKnqNO4zJ6HF806LFthEeEVTe8Lyu1c81EMsD4", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "2248d3ef-d7b8-4eb2-bd20-fb53f725bfe3", "rngcStatus": 0}}, {"time": "2022-08-21T00:21:03.378080Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "99.116.100.205", "correlationId": "d2f766c9-5a02-4b05-872e-28e8768494a8", "identity": "Aaron Cole", "Level": 4, "location": "XD", "properties": {"id": "4b638f01-21ae-4071-8f14-553d3e608500", "createdDateTime": "2022-08-21T00:21:03.552080Z", "userDisplayName": "Aaron Cole", "userPrincipalName": "acole@domain.com", "userId": "5d557969-1645-4ba4-be83-b6fd943659f7", "appId": "af50c7b0-ad5f-40ec-840e-8d89be454ce4", "appDisplayName": "Citrix ShareFile", "ipAddress": "99.116.100.205", "status": {"errorCode": 0}, "clientAppUsed": "Browser", "deviceDetail": {"deviceId": "", "operatingSystem": "Windows10", "browser": "Rich Client 4.36.1.0"}, "location": {"city": "Carrollstad", "state": "Norrisbury", "countryOrRegion": "XD", "geoCoordinates": {"latitude": -38.8540465, "longitude": -17.674718}}, "correlationId": "89eae18b-7e0f-4096-828e-50a3bf9510cc", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "b6104f4b-714e-4b76-ab47-e7c702c07a69", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 174, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Citrix ShareFile Online", "resourceId": "d8366350-0530-4466-a457-c56b5975664e", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 214655, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "2f4ijQXNDqkfWwsOASOpw3iOMcKRJwch0eJZ9JVFu5kJMFLc", "incomingTokenType": "none", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": null, "rngcStatus": 0}}, {"time": "2022-08-21T00:34:37.121700Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "156.206.181.119", "correlationId": "5739fb85-676b-4f5c-87fd-424e5741278e", "identity": "Cynthia Perry", "Level": 4, "location": "XY", "properties": {"id": "637c2839-00f2-4bd6-9b14-b8f5b0c34e00", "createdDateTime": "2022-08-21T00:34:37.244700Z", "userDisplayName": "Cynthia Perry", "userPrincipalName": "cperry@domain.com", "userId": "ac5fa380-9d5b-470e-beb2-5ba10aca48e6", "appId": "9de6e985-97a5-4d82-9c45-aedaa9c25ef9", "appDisplayName": "AWS Single-Account Access", "ipAddress": "156.206.181.119", "status": {"errorCode": 0}, "clientAppUsed": "Browser", "deviceDetail": {"deviceId": "", "operatingSystem": "Windows"}, "location": {"city": "Hannaville", "state": "Thomashaven", "countryOrRegion": "XY", "geoCoordinates": {"latitude": 1.1452695, "longitude": 128.249211}}, "correlationId": "ab393b31-2380-4d2b-83c0-788c4d1da1f1", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "9855fa99-9e59-470a-b0b8-ae8c62f3f0cd", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "processingTimeInMilliseconds": 123, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "AWS Single-Account Access Service", "resourceId": "f0630e90-b752-4960-bfb9-a0794fc34930", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 279165, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "J0fR4WOmrLnhfrInaTYsdhlFLEHGLh6qsQbUrpNtnDt96d4j", "incomingTokenType": "none", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "1f37c851-4be4-455b-928a-fbde7845a68a"}}, {"time": "2022-08-21T00:54:09.906643Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "107.40.113.143", "correlationId": "c800cc4e-38b3-449c-b3d2-56110185ad38", "identity": "Terry Proctor", "Level": 4, "location": "XR", "properties": {"id": "0a69ca91-57c8-44f4-948f-1978fdd07800", "createdDateTime": "2022-08-21T00:54:10.027643Z", "userDisplayName": "Terry Proctor", "userPrincipalName": "tproctor@domain.com", "userId": "03110cc5-e54f-4dae-b68a-bf5d945f8152", "appId": "99190773-7529-426f-b498-cb936b6504ab", "appDisplayName": "Linux Foundation Training", "ipAddress": "107.40.113.143", "status": {"errorCode": 0, "additionalDetails": "MFA requirement satisfied by claim in the token"}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (X11; Linux i686) AppleWebKit/533.0 (KHTML, like Gecko) Chrome/24.0.803.0 Safari/533.0 Edge/40.11325", "deviceDetail": {"deviceId": "88ee69d5-1eb7-4f29-b594-e9b4e3371940", "displayName": "TERRYPROCTOR-LT", "operatingSystem": "Windows 10", "browser": "Edge 40.11325", "isCompliant": true, "isManaged": true, "trustType": "Azure AD joined"}, "location": {"city": "Matthewborough", "state": "Smithton", "countryOrRegion": "XR", "geoCoordinates": {"latitude": -61.4020595, "longitude": -158.46244}}, "mfaDetail": {}, "correlationId": "623a1559-9033-4b29-a145-d7f06b84e2df", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "aba64a0b-07d4-4c0f-8e68-67111f65dd5d", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 121, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Linux Foundation Training Service", "resourceId": "23d8eebf-9978-46f0-940b-ae289d18dc9a", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 34974, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "TDUWNCc57fpiirPGTLiugrvZbUU2lKjeqVOe6uB8zonKhviw", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "93de1a95-6b22-4357-a7b5-675c4205561a", "rngcStatus": 0}}, {"time": "2022-08-21T00:56:48.046459Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "156.206.181.119", "correlationId": "355099c2-d6bd-4a0d-9ba6-52767f67ee5b", "identity": "Cynthia Perry", "Level": 4, "location": "XY", "properties": {"id": "96843c4e-d6c8-49c6-9d20-64127ee66a00", "createdDateTime": "2022-08-21T00:56:48.160459Z", "userDisplayName": "Cynthia Perry", "userPrincipalName": "cperry@domain.com", "userId": "ac5fa380-9d5b-470e-beb2-5ba10aca48e6", "appId": "9de6e985-97a5-4d82-9c45-aedaa9c25ef9", "appDisplayName": "AWS Single-Account Access", "ipAddress": "156.206.181.119", "status": {"errorCode": 0}, "clientAppUsed": "Browser", "deviceDetail": {"deviceId": "", "operatingSystem": "Windows"}, "location": {"city": "Hannaville", "state": "Thomashaven", "countryOrRegion": "XY", "geoCoordinates": {"latitude": 1.1452695, "longitude": 128.249211}}, "correlationId": "a8a04829-f78a-4a4f-a380-a2947dc0c14d", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "9cc97981-5953-4632-80d0-6ca93648cf90", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 114, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "AWS Single-Account Access Service", "resourceId": "c65cf5f9-5537-4200-889e-381c4f60ca7d", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 279165, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "54C79kffefMCw3eBEmKJ607zgv8VENMTZzR0DD8nZ7XP0iIC", "incomingTokenType": "none", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": null, "rngcStatus": 0}}, {"time": "2022-08-21T01:08:45.296140Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "13.113.40.157", "correlationId": "30793054-2a3f-40ae-a5a9-5fa3b88218a8", "identity": "Attack Target", "Level": 4, "location": "XR", "properties": {"id": "161299a3-6083-437a-9849-b316ac946b00", "createdDateTime": "2022-08-21T01:08:45.443140Z", "userDisplayName": "Attack Target", "userPrincipalName": "attacktarget@domain.com", "userId": "d735e84b-dcca-404d-9f7d-700f360f41a6", "appId": "9a7e67c7-6f05-42a3-b226-97c7ec3e9696", "appDisplayName": "Adobe Identity Management", "ipAddress": "13.113.40.157", "status": {"errorCode": 0}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (iPad; CPU iPad OS 9_3_6 like Mac OS X) AppleWebKit/536.1 (KHTML, like Gecko) CriOS/42.0.865.0 Mobile/77O124 Safari/536.1 Edge/99.14477", "deviceDetail": {"deviceId": "a44625dc-6f81-449a-9799-8005f7209b42", "displayName": "ATTACKTARGET-LT", "operatingSystem": "Windows 10", "browser": "Edge 99.14477", "trustType": "Azure AD registered"}, "location": {"city": "New John", "state": "Smithfort", "countryOrRegion": "XR", "geoCoordinates": {"latitude": -89.144242, "longitude": 168.119022}}, "correlationId": "c0418813-d6be-453b-bf20-5cd43b442192", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "27759a5f-3c36-4d25-bf16-ab9aa29443f4", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 147, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Adobe Identity Management Service", "resourceId": "80abac89-d2c0-4b6c-8ffc-5023bd7efc5e", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 34974, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "KFzgU4dtZlr12vdDKOz8Wy8tyhvbfCuITNodKW3PKW7sAHAD", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": null, "rngcStatus": 0}}, {"time": "2022-08-21T01:09:27.545226Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "86.154.193.190", "correlationId": "53881da5-37d7-4290-bbb6-fb9cc75a34b7", "identity": "Jamie Watson", "Level": 4, "location": "XR", "properties": {"id": "9f9faa33-0498-4dca-a8c6-5da8e0b45500", "createdDateTime": "2022-08-21T01:09:27.712226Z", "userDisplayName": "Jamie Watson", "userPrincipalName": "jwatson@domain.com", "userId": "2844695b-9a70-48ed-a5ce-f3d711e2292b", "appId": "2eae4ad1-8cae-48fe-b718-76bd66e2fc7f", "appDisplayName": "Bipsync", "ipAddress": "86.154.193.190", "status": {"errorCode": 0}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (X11; Linux i686) AppleWebKit/533.0 (KHTML, like Gecko) Chrome/24.0.803.0 Safari/533.0 Edge/40.11325", "deviceDetail": {"deviceId": "fc784602-6455-4450-be3c-6770e0359f8a", "displayName": "JAMIEWATSON-LT", "operatingSystem": "Windows 10", "browser": "Edge 40.11325", "isCompliant": true, "isManaged": true, "trustType": "Azure AD joined"}, "location": {"city": "Port Denisetown", "state": "Smithton", "countryOrRegion": "XR", "geoCoordinates": {"latitude": 3.5518965, "longitude": 131.871582}}, "correlationId": "82eb0602-ff01-4fa6-abe1-f505016a3b40", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "f3601bdd-68a1-485a-8baa-911fb7482d6f", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "processingTimeInMilliseconds": 167, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Bipsync Service", "resourceId": "9a84f55e-3a40-492c-9476-e069f64ed7a6", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 256668, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "DdvcAuQd3FfAQiMBAah9d6etZPmBc4PfN4fLWNtZrwt8ncBQ", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "37ee873b-f901-4e25-be69-010243106d0f"}}, {"time": "2022-08-21T01:18:27.802764Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "99.116.100.205", "correlationId": "02a0b70a-5bef-4bab-9ade-443df1e22fd8", "identity": "Aaron Cole", "Level": 4, "location": "XD", "properties": {"id": "70084a8c-f56a-450b-8ce6-510d23379900", "createdDateTime": "2022-08-21T01:18:27.879764Z", "userDisplayName": "Aaron Cole", "userPrincipalName": "acole@domain.com", "userId": "5d557969-1645-4ba4-be83-b6fd943659f7", "appId": "36f74ffc-90e8-46e0-b0ed-588b76ed6f47", "appDisplayName": "Inspire", "ipAddress": "99.116.100.205", "status": {"errorCode": 0}, "clientAppUsed": "Browser", "userAgent": "Mozilla/5.0 (Linux; Android 2.3.5) AppleWebKit/532.2 (KHTML, like Gecko) Chrome/46.0.898.0 Safari/532.2 Edge/105.19198", "deviceDetail": {"deviceId": "", "operatingSystem": "Windows 10", "browser": "Edge 105.19198"}, "location": {"city": "Carrollstad", "state": "Norrisbury", "countryOrRegion": "XD", "geoCoordinates": {"latitude": -38.8540465, "longitude": -17.674718}}, "correlationId": "c1bfe89c-05fa-4d56-93dd-72449b1dadd5", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "df34f84f-5444-4465-8263-72d56bf9f378", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 77, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Inspire Online", "resourceId": "f0630e90-b752-4960-bfb9-a0794fc34930", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 214655, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "0ttEJ0hZjcGqE3DIFlkDFbjH1e6xOSSvVvOmNn9AtG4wiZ1A", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "1f37c851-4be4-455b-928a-fbde7845a68a", "rngcStatus": 0}}, {"time": "2022-08-21T01:22:55.675546Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "156.206.181.119", "correlationId": "fba21124-929a-47e9-9768-bd6af85b68b1", "identity": "Cynthia Perry", "Level": 4, "location": "XY", "properties": {"id": "9196283f-f012-41c0-af98-b20bdc5d5300", "createdDateTime": "2022-08-21T01:22:55.766546Z", "userDisplayName": "Cynthia Perry", "userPrincipalName": "cperry@domain.com", "userId": "ac5fa380-9d5b-470e-beb2-5ba10aca48e6", "appId": "9de6e985-97a5-4d82-9c45-aedaa9c25ef9", "appDisplayName": "AWS Single-Account Access", "ipAddress": "156.206.181.119", "status": {"errorCode": 0}, "clientAppUsed": "Browser", "deviceDetail": {"deviceId": "", "operatingSystem": "Windows"}, "location": {"city": "Hannaville", "state": "Thomashaven", "countryOrRegion": "XY", "geoCoordinates": {"latitude": 1.1452695, "longitude": 128.249211}}, "correlationId": "be8341aa-bbf3-4f96-8f38-5bdc49996e22", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "a90ed6f1-1dc7-4825-a577-073f12cb72a5", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "processingTimeInMilliseconds": 91, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "AWS Single-Account Access Service", "resourceId": "72f0186d-d327-46c9-a8ff-497e0caa8691", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 279165, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "IvUhX93waAXFYgqwMOP2BZdcLCVynji1F09KdjZsLx5lxJsS", "incomingTokenType": "none", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": null}}, {"time": "2022-08-21T01:37:50.864105Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "92.110.109.246", "correlationId": "dcc94feb-faeb-4028-8d69-64ac500b98e8", "identity": "David Johnson", "Level": 4, "location": "XR", "properties": {"id": "312ba6d5-297f-4905-aedb-e7b5a4116100", "createdDateTime": "2022-08-21T01:37:51.025105Z", "userDisplayName": "David Johnson", "userPrincipalName": "djohnson@domain.com", "userId": "ff2ae3d2-8cd2-4bd6-b65d-49c5ad946c7f", "appId": "9a7e67c7-6f05-42a3-b226-97c7ec3e9696", "appDisplayName": "Adobe Identity Management", "ipAddress": "92.110.109.246", "status": {"errorCode": 0}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (Windows NT 4.0) AppleWebKit/531.1 (KHTML, like Gecko) Chrome/20.0.823.0 Safari/531.1 Edge/87.11424", "deviceDetail": {"deviceId": "8fb0ff79-f116-4f20-8ca8-36b3f8d68865", "displayName": "DAVIDJOHNSON-LT", "operatingSystem": "Windows 10", "browser": "Edge 87.11424", "trustType": "Azure AD registered"}, "location": {"city": "Port Denisetown", "state": "Smithton", "countryOrRegion": "XR", "geoCoordinates": {"latitude": 3.5518965, "longitude": 131.871582}}, "correlationId": "6cbf329d-a45f-4cd2-9868-7a67b434489d", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "47cd59b4-821a-47ae-8b0b-7110401aad78", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 161, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Adobe Identity Management Service", "resourceId": "30663ca7-f8a9-43ab-8ca1-7906bdbc1485", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 230297, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "KIhDCZQNQW4l8mcZBAcI28W7GOHPK8DzOKVRPMerCeODDMDj", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "a6c259e5-7f16-48b2-a9f3-75becd6daa9b", "rngcStatus": 0}}, {"time": "2022-08-21T01:58:14.459888Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "13.113.40.157", "correlationId": "30bd8b75-ea82-4da5-9426-1209a52b43cc", "identity": "Attack Target", "Level": 4, "location": "XR", "properties": {"id": "2103c286-9815-4052-88cd-9deb80225200", "createdDateTime": "2022-08-21T01:58:14.626888Z", "userDisplayName": "Attack Target", "userPrincipalName": "attacktarget@domain.com", "userId": "d735e84b-dcca-404d-9f7d-700f360f41a6", "appId": "9a7e67c7-6f05-42a3-b226-97c7ec3e9696", "appDisplayName": "Adobe Identity Management", "ipAddress": "13.113.40.157", "ipAddressFromResourceProvider": "13.113.40.157", "status": {"errorCode": 0}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (iPad; CPU iPad OS 9_3_6 like Mac OS X) AppleWebKit/536.1 (KHTML, like Gecko) CriOS/42.0.865.0 Mobile/77O124 Safari/536.1 Edge/99.14477", "deviceDetail": {"deviceId": "a44625dc-6f81-449a-9799-8005f7209b42", "displayName": "ATTACKTARGET-LT", "operatingSystem": "Windows 10", "browser": "Edge 99.14477", "trustType": "Azure AD registered"}, "location": {"city": "New John", "state": "Smithfort", "countryOrRegion": "XR", "geoCoordinates": {"latitude": -89.144242, "longitude": 168.119022}}, "correlationId": "b0f0e3ae-fcac-4991-851f-915e10bff164", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "0c635808-35fa-44c7-87d9-138e7f06bc91", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "processingTimeInMilliseconds": 167, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Adobe Identity Management Service", "resourceId": "c8eab36d-0a82-409d-8693-a8dabc997921", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 34974, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "oD9Uqdin3EzPfyFpIOUIcJFBbXgYVOiP0y1Jb43POWRqyndr", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "2248d3ef-d7b8-4eb2-bd20-fb53f725bfe3"}}, {"time": "2022-08-21T02:24:26.855041Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "13.113.40.157", "correlationId": "5d7f2e4b-4b46-4180-ac7f-6bf38bf4abab", "identity": "Attack Target", "Level": 4, "location": "XR", "properties": {"id": "34c51c65-943b-4b0f-9822-0dcd59d26c00", "createdDateTime": "2022-08-21T02:24:26.969041Z", "userDisplayName": "Attack Target", "userPrincipalName": "attacktarget@domain.com", "userId": "d735e84b-dcca-404d-9f7d-700f360f41a6", "appId": "9a7e67c7-6f05-42a3-b226-97c7ec3e9696", "appDisplayName": "Adobe Identity Management", "ipAddress": "13.113.40.157", "ipAddressFromResourceProvider": "13.113.40.157", "status": {"errorCode": 0}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (iPad; CPU iPad OS 9_3_6 like Mac OS X) AppleWebKit/536.1 (KHTML, like Gecko) CriOS/42.0.865.0 Mobile/77O124 Safari/536.1 Edge/99.14477", "deviceDetail": {"deviceId": "a44625dc-6f81-449a-9799-8005f7209b42", "displayName": "ATTACKTARGET-LT", "operatingSystem": "Windows 10", "browser": "Edge 99.14477", "trustType": "Azure AD registered"}, "location": {"city": "Smithfort", "state": "Smithfort", "countryOrRegion": "XR", "geoCoordinates": {"latitude": 3.7564095, "longitude": -121.574606}}, "correlationId": "24b64662-4e82-4238-9f97-2a18fa341eff", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "e68b4b66-74ef-4445-b0cb-341be4aa7393", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 114, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Adobe Identity Management Service", "resourceId": "c8eab36d-0a82-409d-8693-a8dabc997921", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 34974, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "nZdOyJzWfnDKyFhjSf8yanNcjIynrHrjQp25Pi3WjcuflaDA", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "2248d3ef-d7b8-4eb2-bd20-fb53f725bfe3", "rngcStatus": 0}}, {"time": "2022-08-21T02:36:38.010302Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "42.62.103.34", "correlationId": "58b8d08b-4df4-4e9f-bb1e-8113e451fa3e", "identity": "Joseph Taylor", "Level": 4, "location": "XF", "properties": {"id": "b07bba22-ec36-47ef-95f1-3c7fa98e3b00", "createdDateTime": "2022-08-21T02:36:38.127302Z", "userDisplayName": "Joseph Taylor", "userPrincipalName": "jtaylor@domain.com", "userId": "af9847eb-c773-41ae-bf94-42747c5e986c", "appId": "86a5edbf-545e-41cd-b039-28c8e5c7a9f0", "appDisplayName": "COINS Construction Cloud - Project and Productivity Apps", "ipAddress": "42.62.103.34", "status": {"errorCode": 0, "additionalDetails": "MFA requirement satisfied by claim in the token"}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (iPad; CPU iPad OS 9_3_6 like Mac OS X) AppleWebKit/536.1 (KHTML, like Gecko) CriOS/42.0.865.0 Mobile/77O124 Safari/536.1 Edge/99.14477", "deviceDetail": {"deviceId": "76b96bd3-e5d7-49ee-b195-bf363facdb3d", "displayName": "JOSEPHTAYLOR-LT", "operatingSystem": "Windows 10", "browser": "Edge 99.14477", "isCompliant": true, "isManaged": true, "trustType": "Azure AD joined"}, "location": {"city": "Jessicafurt", "state": "Smithbury", "countryOrRegion": "XF", "geoCoordinates": {"latitude": 17.5082395, "longitude": -115.304215}}, "mfaDetail": {}, "correlationId": "76f4abb3-5834-46fc-93f6-72e7f425329a", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "28f8e550-102b-496f-bd32-c3d2e4dfd8bd", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 117, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "COINS Construction Cloud - Project and Productivity Apps Service", "resourceId": "f0630e90-b752-4960-bfb9-a0794fc34930", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 393508, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "M1ENTvaBZsJgxFVk0bHW2Y67l0mDSy5rErROTISQe8c7HD6K", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "1f37c851-4be4-455b-928a-fbde7845a68a", "rngcStatus": 0}}, {"time": "2022-08-21T02:42:55.325756Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "205.33.24.92", "correlationId": "79a52959-e47a-4d46-89ec-06bcaa9cd89f", "identity": "Aaron Cole", "Level": 4, "location": "XD", "properties": {"id": "2468034e-c03d-4a77-94b4-f89b17f86800", "createdDateTime": "2022-08-21T02:42:55.404756Z", "userDisplayName": "Aaron Cole", "userPrincipalName": "acole@domain.com", "userId": "5d557969-1645-4ba4-be83-b6fd943659f7", "appId": "ad65aaed-51a8-4877-830e-8a5273604c87", "appDisplayName": "Docusign", "ipAddress": "205.33.24.92", "status": {"errorCode": 0}, "clientAppUsed": "Browser", "deviceDetail": {"deviceId": "", "operatingSystem": "Windows", "browser": "Rich Client 4.42.0.0"}, "location": {"city": "Kristinmouth", "state": "Norrisbury", "countryOrRegion": "XD", "geoCoordinates": {"latitude": 26.278784, "longitude": -92.042573}}, "correlationId": "130bc3db-1d31-49bf-8434-613ee7cff95c", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "7f2d8c14-e933-4b53-93c5-d33151d5bce8", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 79, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Docusign Service", "resourceId": "24578515-1951-4064-967d-0d2acaf0aa70", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 214655, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "wkDZsnCGsZT6jOIRADNLGVPYWNVnWOnb0jgMmbjYLUUNB22z", "incomingTokenType": "none", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "0e68752b-7dfa-400b-a6f5-1b54af90696a", "rngcStatus": 0}}, {"time": "2022-08-21T02:49:06.509449Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "13.113.40.157", "correlationId": "7f2824c9-249a-4f60-a8ff-7af84e6ef07b", "identity": "Attack Target", "Level": 4, "location": "XR", "properties": {"id": "f76a87a3-7638-4ccc-9bfd-93d241da7100", "createdDateTime": "2022-08-21T02:49:06.625449Z", "userDisplayName": "Attack Target", "userPrincipalName": "attacktarget@domain.com", "userId": "d735e84b-dcca-404d-9f7d-700f360f41a6", "appId": "9a7e67c7-6f05-42a3-b226-97c7ec3e9696", "appDisplayName": "Adobe Identity Management", "ipAddress": "13.113.40.157", "ipAddressFromResourceProvider": "13.113.40.157", "status": {"errorCode": 0}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (iPad; CPU iPad OS 9_3_6 like Mac OS X) AppleWebKit/536.1 (KHTML, like Gecko) CriOS/42.0.865.0 Mobile/77O124 Safari/536.1 Edge/99.14477", "deviceDetail": {"deviceId": "a44625dc-6f81-449a-9799-8005f7209b42", "displayName": "ATTACKTARGET-LT", "operatingSystem": "Windows 10", "browser": "Edge 99.14477", "trustType": "Azure AD registered"}, "location": {"city": "Smithfort", "state": "Smithfort", "countryOrRegion": "XR", "geoCoordinates": {"latitude": 3.7564095, "longitude": -121.574606}}, "correlationId": "dafab9a9-75f8-4cc4-b9ec-00d5b6762ec7", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "2cf9b986-7090-48f2-b4d2-e7c986232728", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 116, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Adobe Identity Management Service", "resourceId": "c8eab36d-0a82-409d-8693-a8dabc997921", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 34974, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "ttgE7JL6D2aynxuIBP1b0u8Z43H3uou6GuIHeWjR9c6i8ZCe", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "2248d3ef-d7b8-4eb2-bd20-fb53f725bfe3", "rngcStatus": 0}}, {"time": "2022-08-21T02:53:17.014936Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "86.154.193.190", "correlationId": "e12c9bfa-67b3-4fc2-8489-94ee6290b21c", "identity": "Kristen Howell", "Level": 4, "location": "XR", "properties": {"id": "06aa2776-6961-4f0a-b4c3-b478b0d05900", "createdDateTime": "2022-08-21T02:53:17.131936Z", "userDisplayName": "Kristen Howell", "userPrincipalName": "khowell@domain.com", "userId": "20e1e3f9-665f-45bd-9984-5e74b526d3b5", "appId": "9a7e67c7-6f05-42a3-b226-97c7ec3e9696", "appDisplayName": "Adobe Identity Management", "ipAddress": "86.154.193.190", "status": {"errorCode": 0}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (X11; Linux i686) AppleWebKit/533.0 (KHTML, like Gecko) Chrome/24.0.803.0 Safari/533.0 Edge/40.11325", "deviceDetail": {"deviceId": "af204333-3bdf-4228-bbeb-e3a654075b5c", "displayName": "KRISTENHOWELL-LT", "operatingSystem": "Windows 10", "browser": "Edge 40.11325", "trustType": "Azure AD registered"}, "location": {"city": "Port Denisetown", "state": "Smithton", "countryOrRegion": "XR", "geoCoordinates": {"latitude": 3.5518965, "longitude": 131.871582}}, "correlationId": "68d88c16-9660-4957-a9b4-bd9b227bfb9d", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "86fc2690-053d-41af-8497-60b3c16870b4", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "processingTimeInMilliseconds": 117, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Adobe Identity Management Service", "resourceId": "9a84f55e-3a40-492c-9476-e069f64ed7a6", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 256668, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "Oj7vnAhaz8yhsh3BnxqIWZpuuybmkT2OV7Fhmf2V4dQwNHTc", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "37ee873b-f901-4e25-be69-010243106d0f"}}, {"time": "2022-08-21T03:01:03.612673Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "156.206.181.119", "correlationId": "08c2ea52-1216-46ac-b7fd-a13067082163", "identity": "Cynthia Perry", "Level": 4, "location": "XY", "properties": {"id": "4cef6bed-8ce8-4274-9ce5-4a219cf16e00", "createdDateTime": "2022-08-21T03:01:03.747673Z", "userDisplayName": "Cynthia Perry", "userPrincipalName": "cperry@domain.com", "userId": "ac5fa380-9d5b-470e-beb2-5ba10aca48e6", "appId": "9de6e985-97a5-4d82-9c45-aedaa9c25ef9", "appDisplayName": "AWS Single-Account Access", "ipAddress": "156.206.181.119", "status": {"errorCode": 0}, "clientAppUsed": "Browser", "deviceDetail": {"deviceId": "", "operatingSystem": "Windows"}, "location": {"city": "Hannaville", "state": "Thomashaven", "countryOrRegion": "XY", "geoCoordinates": {"latitude": 1.1452695, "longitude": 128.249211}}, "correlationId": "69d2a4a6-fcfc-4283-b9d0-125a1f6f12ad", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "94714006-8257-4985-b334-ec7ebacebff2", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 135, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "AWS Single-Account Access Service", "resourceId": "72f0186d-d327-46c9-a8ff-497e0caa8691", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 279165, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "MwuX0Z0YwGDqq5qtncQyGhyvXYHAX1cScatWtRxyVeIFQBMP", "incomingTokenType": "none", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": null, "rngcStatus": 0}}, {"time": "2022-08-21T03:29:21.457933Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "700084", "resultSignature": "None", "resultDescription": "Other", "durationMs": 0, "callerIpAddress": "86.154.193.190", "correlationId": "ea5daa5f-39df-4393-8cb9-13f225fbee36", "identity": "Melissa Martin", "Level": 4, "location": "XR", "properties": {"id": "aa3bb748-eba2-45e4-875d-8e3cbcce5200", "createdDateTime": "2022-08-21T03:29:21.676933Z", "userDisplayName": "Melissa Martin", "userPrincipalName": "mmartin@domain.com", "userId": "632ccb55-03a7-40f4-9893-653527cae790", "appId": "e47a1d38-5f61-45cd-b1b9-bc92f525c598", "appDisplayName": "Altoura", "ipAddress": "86.154.193.190", "status": {"errorCode": 700084, "failureReason": "Other"}, "clientAppUsed": "Browser", "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 12_4_8 like Mac OS X) AppleWebKit/536.2 (KHTML, like Gecko) CriOS/39.0.845.0 Mobile/81S373 Safari/536.2 Edge/40.11827", "deviceDetail": {"deviceId": "", "operatingSystem": "Windows 10", "browser": "Edge 40.11827"}, "location": {"city": "Port Denisetown", "state": "Smithton", "countryOrRegion": "XR", "geoCoordinates": {"latitude": 3.5518965, "longitude": 131.871582}}, "correlationId": "9bb3243c-26c2-400e-9c9c-f21afaf6f6f1", "conditionalAccessStatus": "notApplied", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "379c6b08-d91b-440c-b7db-e9f4d28f5ce3", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "processingTimeInMilliseconds": 219, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Altoura Online", "resourceId": "8a137ba4-52ae-4dbf-94af-2e56851573c4", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 256668, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "jtYunH509Rc9suvVNYsbJuAIrCRuUYpEtKSGvkdTi7oTyPZU", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": null}}, {"time": "2022-08-21T03:34:16.943648Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "63.94.19.180", "correlationId": "b3d21372-c0df-49af-a2d9-223313d7b7b9", "identity": "Vanessa Ramirez", "Level": 4, "location": "XD", "properties": {"id": "36638119-94db-4a83-8a4c-014227f04a00", "createdDateTime": "2022-08-21T03:34:17.089648Z", "userDisplayName": "Vanessa Ramirez", "userPrincipalName": "vramirez@domain.com", "userId": "5d72b7ed-62ea-4b94-b931-ccef65d71ebd", "appId": "9167c284-c68f-468a-84be-0ee4f23879fe", "appDisplayName": "ArcGIS Enterprise", "ipAddress": "63.94.19.180", "status": {"errorCode": 0}, "clientAppUsed": "Mobile Apps and Desktop clients", "deviceDetail": {"deviceId": "", "operatingSystem": "Ios", "browser": "Mobile Safari"}, "location": {"city": "New James", "state": "Norrisbury", "countryOrRegion": "XD", "geoCoordinates": {"latitude": 64.5727225, "longitude": 92.661569}}, "correlationId": "c36785c7-5fc3-4476-8859-d5a9037e01b1", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "b8efa292-999d-46b6-8b08-7fae5ee9b1b5", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "processingTimeInMilliseconds": 146, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "ArcGIS Enterprise Service", "resourceId": "db504cc4-8f0b-4800-a3d2-d75104ad7e82", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 45904, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "lAX1rdXWLG4LAfY923ovgfQGUz8HbxK52QY7EjetjYyZxhwa", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "e1eed55d-0b15-4abe-964b-f2d45bbc8964"}}, {"time": "2022-08-21T04:09:27.787676Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "86.154.193.190", "correlationId": "1fca48aa-eee5-4b89-9051-247d398119f4", "identity": "Jamie Watson", "Level": 4, "location": "XR", "properties": {"id": "5960508f-6c99-4371-9d17-a215b6b05a00", "createdDateTime": "2022-08-21T04:09:27.911676Z", "userDisplayName": "Jamie Watson", "userPrincipalName": "jwatson@domain.com", "userId": "2844695b-9a70-48ed-a5ce-f3d711e2292b", "appId": "9de6e985-97a5-4d82-9c45-aedaa9c25ef9", "appDisplayName": "AWS Single-Account Access", "ipAddress": "86.154.193.190", "status": {"errorCode": 0}, "clientAppUsed": "Browser", "deviceDetail": {"deviceId": "fc784602-6455-4450-be3c-6770e0359f8a", "displayName": "JAMIEWATSON-LT", "operatingSystem": "Windows", "isCompliant": true, "isManaged": true, "trustType": "Azure AD joined"}, "location": {"city": "Port Denisetown", "state": "Smithton", "countryOrRegion": "XR", "geoCoordinates": {"latitude": 3.5518965, "longitude": 131.871582}}, "correlationId": "3f31d100-880e-4405-93ba-dd7eb82b9312", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "f9185b62-81f6-4020-81b7-8aa888886908", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 124, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "AWS Single-Account Access Service", "resourceId": "f0630e90-b752-4960-bfb9-a0794fc34930", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 256668, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "pV1Hn3JBM7bBgwoPEBlwntkIwtmqxGWBwUe8kGl7V9BOAVnh", "incomingTokenType": "none", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "1f37c851-4be4-455b-928a-fbde7845a68a", "rngcStatus": 0}}, {"time": "2022-08-21T04:33:36.713078Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "50158", "resultSignature": "None", "resultDescription": "External security challenge was not satisfied.", "durationMs": 0, "callerIpAddress": "92.110.109.246", "correlationId": "7795b665-974e-46f7-9826-61291a54aca7", "identity": "Thomas Price", "Level": 4, "location": "XR", "properties": {"id": "717ef043-4342-4bef-be3f-b1a2f0e26900", "createdDateTime": "2022-08-21T04:33:36.861078Z", "userDisplayName": "Thomas Price", "userPrincipalName": "tprice@domain.com", "userId": "32109ee2-ee4f-4d11-9c38-2556aec0f2b5", "appId": "9a7e67c7-6f05-42a3-b226-97c7ec3e9696", "appDisplayName": "Adobe Identity Management", "ipAddress": "92.110.109.246", "status": {"errorCode": 50158, "failureReason": "External security challenge was not satisfied."}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (X11; Linux i686) AppleWebKit/535.2 (KHTML, like Gecko) Chrome/22.0.843.0 Safari/535.2 Edge/118.12158", "deviceDetail": {"deviceId": "a12f42a7-2ae0-42d8-aec8-bf7cb3dea82c", "displayName": "THOMASPRICE-LT", "operatingSystem": "Windows 10", "browser": "Edge 118.12158", "trustType": "Hybrid Azure AD joined"}, "location": {"city": "Port Denisetown", "state": "Smithton", "countryOrRegion": "XR", "geoCoordinates": {"latitude": 3.5518965, "longitude": 131.871582}}, "correlationId": "3f921cc1-0dca-4c58-87a2-e067d77c9c83", "conditionalAccessStatus": "failure", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "58ba06a7-5507-4b3b-9264-dc75af5111b4", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 148, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Adobe Identity Management Service", "resourceId": "30663ca7-f8a9-43ab-8ca1-7906bdbc1485", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 230297, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "Wil1aRjZd4L0u51go3qUGqEx2xUTf2wPbrBaPtyHednhaBqA", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "a6c259e5-7f16-48b2-a9f3-75becd6daa9b", "rngcStatus": 0}}, {"time": "2022-08-21T04:46:35.445152Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "50158", "resultSignature": "None", "resultDescription": "External security challenge was not satisfied.", "durationMs": 0, "callerIpAddress": "44.22.19.201", "correlationId": "c9fbcf79-4e7a-422b-8d3d-9bb638789897", "identity": "Thomas Price", "Level": 4, "location": "XN", "properties": {"id": "8ffdb2ce-02a0-4390-8a24-4d1868534500", "createdDateTime": "2022-08-21T04:46:35.558152Z", "userDisplayName": "Thomas Price", "userPrincipalName": "tprice@domain.com", "userId": "32109ee2-ee4f-4d11-9c38-2556aec0f2b5", "appId": "9a7e67c7-6f05-42a3-b226-97c7ec3e9696", "appDisplayName": "Adobe Identity Management", "ipAddress": "44.22.19.201", "status": {"errorCode": 50158, "failureReason": "External security challenge was not satisfied."}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (X11; Linux i686) AppleWebKit/535.2 (KHTML, like Gecko) Chrome/22.0.843.0 Safari/535.2 Edge/118.12158", "deviceDetail": {"deviceId": "35819889-abdc-47e0-b28d-5195d26e941f", "displayName": "THOMASPRICE-LT", "operatingSystem": "Windows 10", "browser": "Edge 118.12158", "trustType": "Hybrid Azure AD joined"}, "location": {"city": "Littlemouth", "state": "Alexanderfurt", "countryOrRegion": "XN", "geoCoordinates": {"latitude": 25.4437255, "longitude": -109.530885}}, "correlationId": "4aa98ef1-2501-4df9-83db-49a3f54c64aa", "conditionalAccessStatus": "failure", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "b63d1bea-01a0-4391-b472-5c99673ffe10", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 113, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Adobe Identity Management Service", "resourceId": "30663ca7-f8a9-43ab-8ca1-7906bdbc1485", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 230297, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "SiCreVKpdOtZ2XmSgCa3jXI59bS9hoRk537BtG1eSvsJjcUL", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "a6c259e5-7f16-48b2-a9f3-75becd6daa9b", "rngcStatus": 0}}, {"time": "2022-08-21T05:21:03.556990Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "50158", "resultSignature": "None", "resultDescription": "External security challenge was not satisfied.", "durationMs": 0, "callerIpAddress": "166.105.218.213", "correlationId": "26812805-dab2-4367-872c-05adea0fd5e0", "identity": "Thomas Price", "Level": 4, "location": "XR", "properties": {"id": "71326cde-8812-4486-b054-a01e41da8600", "createdDateTime": "2022-08-21T05:21:03.681990Z", "userDisplayName": "Thomas Price", "userPrincipalName": "tprice@domain.com", "userId": "32109ee2-ee4f-4d11-9c38-2556aec0f2b5", "appId": "9a7e67c7-6f05-42a3-b226-97c7ec3e9696", "appDisplayName": "Adobe Identity Management", "ipAddress": "166.105.218.213", "status": {"errorCode": 50158, "failureReason": "External security challenge was not satisfied."}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (X11; Linux i686) AppleWebKit/535.2 (KHTML, like Gecko) Chrome/22.0.843.0 Safari/535.2 Edge/118.12158", "deviceDetail": {"deviceId": "81ad31fb-e9be-4498-b1b2-c62f8fae1a77", "displayName": "THOMASPRICE-LT", "operatingSystem": "Windows 10", "browser": "Edge 118.12158", "trustType": "Hybrid Azure AD joined"}, "location": {"city": "Santosborough", "state": "Smithton", "countryOrRegion": "XR", "geoCoordinates": {"latitude": 12.8350355, "longitude": 138.359011}}, "correlationId": "ee1d7733-8e66-44aa-80da-0b78c7a260f7", "conditionalAccessStatus": "failure", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "e04eb578-3b00-49fb-a17a-4c4d55e47979", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 125, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Adobe Identity Management Service", "resourceId": "30663ca7-f8a9-43ab-8ca1-7906bdbc1485", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 256668, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "WSMs2obXH7znYg23RTPPS0uPF2lPKr804BJpdd2RlfeiWEXT", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "a6c259e5-7f16-48b2-a9f3-75becd6daa9b", "rngcStatus": 0}}, {"time": "2022-08-21T05:46:06.335059Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "SignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "205.33.24.92", "correlationId": "bc98b60d-198d-48fd-b88b-24e0674f3c95", "identity": "Aaron Cole", "Level": 4, "location": "XD", "properties": {"id": "240f1e1f-5d94-4a4e-bd71-018bdfb26a00", "createdDateTime": "2022-08-21T05:46:06.433059Z", "userDisplayName": "Aaron Cole", "userPrincipalName": "acole@domain.com", "userId": "5d557969-1645-4ba4-be83-b6fd943659f7", "appId": "03d81133-bfaa-4cad-b5fc-938f0fe86da9", "appDisplayName": "Dream Broker Studio", "ipAddress": "205.33.24.92", "status": {"errorCode": 0}, "clientAppUsed": "Browser", "userAgent": "Mozilla/5.0 (X11; Linux i686) AppleWebKit/536.2 (KHTML, like Gecko) Chrome/22.0.877.0 Safari/536.2", "deviceDetail": {"deviceId": "", "operatingSystem": "Windows 10", "browser": "Chrome 22.0.877.0"}, "location": {"city": "Kristinmouth", "state": "Norrisbury", "countryOrRegion": "XD", "geoCoordinates": {"latitude": 26.278784, "longitude": -92.042573}}, "correlationId": "e19b4f28-a2b3-46a0-9ea1-16e1f241f6eb", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "f2a4a1c1-b146-45be-a331-8dc60602f380", "isInteractive": true, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 98, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Dream Broker Studio Online", "resourceId": "f0630e90-b752-4960-bfb9-a0794fc34930", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 214655, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "jGdvAxIpncJ453nhZYsS5uAZj2XuoMNIukojkR4uKK2FkjHe", "incomingTokenType": "none", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "1f37c851-4be4-455b-928a-fbde7845a68a", "rngcStatus": 0}}, {"time": "2022-08-21T06:31:46.721086Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "205.33.24.92", "correlationId": "bc670556-aac7-4862-af94-7845a61cae31", "identity": "Aaron Cole", "Level": 4, "location": "XD", "properties": {"id": "dcca18ca-b75c-4147-ba68-6c68016b9100", "createdDateTime": "2022-08-21T06:31:46.800086Z", "userDisplayName": "Aaron Cole", "userPrincipalName": "acole@domain.com", "userId": "5d557969-1645-4ba4-be83-b6fd943659f7", "appId": "ad65aaed-51a8-4877-830e-8a5273604c87", "appDisplayName": "Docusign", "ipAddress": "205.33.24.92", "status": {"errorCode": 0}, "clientAppUsed": "Browser", "userAgent": "Mozilla/5.0 (X11; Linux i686) AppleWebKit/536.2 (KHTML, like Gecko) Chrome/22.0.877.0 Safari/536.2", "deviceDetail": {"deviceId": "", "operatingSystem": "Windows 10", "browser": "Chrome 22.0.877.0"}, "location": {"city": "Kristinmouth", "state": "Norrisbury", "countryOrRegion": "XD", "geoCoordinates": {"latitude": 26.278784, "longitude": -92.042573}}, "correlationId": "c7837ca3-caf3-4308-818d-331bf86b9138", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "b184d388-759f-4f5c-b7ae-21054cbaa69f", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 79, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Docusign Service", "resourceId": "f0630e90-b752-4960-bfb9-a0794fc34930", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 214655, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "FPL5Ce7vhFah8w1HxXPb8Lap1b3rA8ejDcN3y8FCTFoiGbZ2", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "1f37c851-4be4-455b-928a-fbde7845a68a", "rngcStatus": 0}}, {"time": "2022-08-21T06:35:16.672000Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "13.113.40.157", "correlationId": "63782278-e672-4da9-978c-511012a2b35e", "identity": "Attack Target", "Level": 4, "location": "XR", "properties": {"id": "fabc4b93-f662-4478-a5a8-a2ce2cfa7b00", "createdDateTime": "2022-08-21T06:35:16.785000Z", "userDisplayName": "Attack Target", "userPrincipalName": "attacktarget@domain.com", "userId": "d735e84b-dcca-404d-9f7d-700f360f41a6", "appId": "9a7e67c7-6f05-42a3-b226-97c7ec3e9696", "appDisplayName": "Adobe Identity Management", "ipAddress": "13.113.40.157", "ipAddressFromResourceProvider": "13.113.40.157", "status": {"errorCode": 0}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (iPad; CPU iPad OS 9_3_6 like Mac OS X) AppleWebKit/536.1 (KHTML, like Gecko) CriOS/42.0.865.0 Mobile/77O124 Safari/536.1 Edge/99.14477", "deviceDetail": {"deviceId": "a44625dc-6f81-449a-9799-8005f7209b42", "displayName": "ATTACKTARGET-LT", "operatingSystem": "Windows 10", "browser": "Edge 99.14477", "trustType": "Azure AD registered"}, "location": {"city": "Smithfort", "state": "Smithfort", "countryOrRegion": "XR", "geoCoordinates": {"latitude": 3.7564095, "longitude": -121.574606}}, "correlationId": "d0c89475-2efa-4d66-a03d-88ad1a538011", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "1b8b657e-829b-4281-a383-ca3051955525", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 113, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Adobe Identity Management Service", "resourceId": "c8eab36d-0a82-409d-8693-a8dabc997921", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 34974, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "ltYAqQvfPnS7MTiMhW4htisx5pJtKhmiBY8KNvy9FQgy9O75", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "2248d3ef-d7b8-4eb2-bd20-fb53f725bfe3", "rngcStatus": 0}}, {"time": "2022-08-21T06:43:12.335401Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "13.113.40.157", "correlationId": "aafa3a64-2bf9-40d0-a975-7c0efbb3fa6c", "identity": "Attack Target", "Level": 4, "location": "XR", "properties": {"id": "b2a55e86-02d0-4234-820e-b389f8fd5100", "createdDateTime": "2022-08-21T06:43:12.473401Z", "userDisplayName": "Attack Target", "userPrincipalName": "attacktarget@domain.com", "userId": "d735e84b-dcca-404d-9f7d-700f360f41a6", "appId": "9a7e67c7-6f05-42a3-b226-97c7ec3e9696", "appDisplayName": "Adobe Identity Management", "ipAddress": "13.113.40.157", "ipAddressFromResourceProvider": "13.113.40.157", "status": {"errorCode": 0}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (iPad; CPU iPad OS 9_3_6 like Mac OS X) AppleWebKit/536.1 (KHTML, like Gecko) CriOS/42.0.865.0 Mobile/77O124 Safari/536.1 Edge/99.14477", "deviceDetail": {"deviceId": "a44625dc-6f81-449a-9799-8005f7209b42", "displayName": "ATTACKTARGET-LT", "operatingSystem": "Windows 10", "browser": "Edge 99.14477", "trustType": "Azure AD registered"}, "location": {"city": "Smithfort", "state": "Smithfort", "countryOrRegion": "XR", "geoCoordinates": {"latitude": 3.7564095, "longitude": -121.574606}}, "correlationId": "63e48334-a69c-4e39-8640-44eb59903718", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "8e587df6-e285-4af5-a0b1-d0c3b80f09b2", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 138, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Adobe Identity Management Service", "resourceId": "c8eab36d-0a82-409d-8693-a8dabc997921", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 34974, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "1GvEsE03u18N9W4S9X9YmF4o4H5thlY3fdnIMP42WHQswoPk", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "2248d3ef-d7b8-4eb2-bd20-fb53f725bfe3", "rngcStatus": 0}}, {"time": "2022-08-21T07:10:50.254382Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "SignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "199.12.127.103", "correlationId": "444b2051-439c-4e36-870c-ddf3a2e8e1f3", "identity": "Jacob Meyers", "Level": 4, "location": "XG", "properties": {"id": "738863c8-eea1-43f3-9bef-e7d9d01e8d00", "createdDateTime": "2022-08-21T07:10:50.340382Z", "userDisplayName": "Jacob Meyers", "userPrincipalName": "jmeyers@domain.com", "userId": "c63a67b0-1651-4a8a-9560-cc703cdad5ad", "appId": "1b3edb90-1e06-46db-b021-e2fc1f7ddaf5", "appDisplayName": "Beatrust", "ipAddress": "199.12.127.103", "status": {"errorCode": 0}, "clientAppUsed": "Browser", "userAgent": "Mozilla/5.0 (Windows NT 5.1) AppleWebKit/534.1 (KHTML, like Gecko) Chrome/37.0.847.0 Safari/534.1", "deviceDetail": {"deviceId": "", "operatingSystem": "Windows 10", "browser": "Chrome 37.0.847.0"}, "location": {"city": "Port Nathan", "state": "Newmanville", "countryOrRegion": "XG", "geoCoordinates": {"latitude": 23.244641, "longitude": -113.392021}}, "correlationId": "3a239ea2-1e7d-4930-82f3-605f25d63a7a", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "47e9f3f4-5b35-4529-99a4-441ae453e04f", "isInteractive": true, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 86, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Beatrust Service", "resourceId": "24578515-1951-4064-967d-0d2acaf0aa70", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 282405, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "XRYUWSffYeGNp5E6jco9my7CnFslaZWlpbLPoPIWh1gYl6Cz", "incomingTokenType": "none", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "0e68752b-7dfa-400b-a6f5-1b54af90696a", "rngcStatus": 0}}, {"time": "2022-08-21T07:16:46.393110Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "50158", "resultSignature": "None", "resultDescription": "External security challenge was not satisfied.", "durationMs": 0, "callerIpAddress": "166.105.218.213", "correlationId": "d670bbd5-c802-418c-bd31-618d3ed4e49f", "identity": "Thomas Price", "Level": 4, "location": "XR", "properties": {"id": "05ba222e-1564-4894-b208-c535d48e8200", "createdDateTime": "2022-08-21T07:16:46.504110Z", "userDisplayName": "Thomas Price", "userPrincipalName": "tprice@domain.com", "userId": "32109ee2-ee4f-4d11-9c38-2556aec0f2b5", "appId": "9a7e67c7-6f05-42a3-b226-97c7ec3e9696", "appDisplayName": "Adobe Identity Management", "ipAddress": "166.105.218.213", "status": {"errorCode": 50158, "failureReason": "External security challenge was not satisfied."}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (X11; Linux i686) AppleWebKit/535.2 (KHTML, like Gecko) Chrome/22.0.843.0 Safari/535.2 Edge/118.12158", "deviceDetail": {"deviceId": "81ad31fb-e9be-4498-b1b2-c62f8fae1a77", "displayName": "THOMASPRICE-LT", "operatingSystem": "Windows 10", "browser": "Edge 118.12158", "trustType": "Hybrid Azure AD joined"}, "location": {"city": "Santosborough", "state": "Smithton", "countryOrRegion": "XR", "geoCoordinates": {"latitude": 12.8350355, "longitude": 138.359011}}, "correlationId": "72fff413-b450-463e-a85d-de12f42cab6a", "conditionalAccessStatus": "failure", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "553345a0-6933-4533-bcfe-e842fed9bbb1", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 111, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Adobe Identity Management Service", "resourceId": "30663ca7-f8a9-43ab-8ca1-7906bdbc1485", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 256668, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "K85aTXof6usk6X7TmDo4SQcnmBstsVNc4TIYidr0Qwsw5Pvw", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "a6c259e5-7f16-48b2-a9f3-75becd6daa9b", "rngcStatus": 0}}, {"time": "2022-08-21T07:29:08.555979Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "91.132.253.146", "correlationId": "e5e41009-a7b1-4287-86e7-03cff79c2ea6", "identity": "Aaron Cole", "Level": 4, "location": "XD", "properties": {"id": "21cd51c1-e0da-46f7-88e2-5569d6226100", "createdDateTime": "2022-08-21T07:29:08.640979Z", "userDisplayName": "Aaron Cole", "userPrincipalName": "acole@domain.com", "userId": "5d557969-1645-4ba4-be83-b6fd943659f7", "appId": "b6eb5487-41e5-4254-acc5-72fbd850bd1e", "appDisplayName": "Google Cloud / G Suite Connector by Microsoft", "ipAddress": "91.132.253.146", "status": {"errorCode": 0}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (iPad; CPU iPad OS 9_3_6 like Mac OS X) AppleWebKit/536.1 (KHTML, like Gecko) CriOS/42.0.865.0 Mobile/77O124 Safari/536.1 Edge/99.14477", "deviceDetail": {"deviceId": "", "operatingSystem": "Windows 10", "browser": "Edge 99.14477"}, "location": {"city": "Rickshire", "state": "Norrisbury", "countryOrRegion": "XD", "geoCoordinates": {"latitude": -78.5751045, "longitude": 58.329246}}, "correlationId": "d4c85acd-10ed-4be0-b33e-76f0c84e768c", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "519556ac-765c-47f4-9223-b4d25f4b7b5e", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 85, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Google Cloud / G Suite Connector by Microsoft Service", "resourceId": "2c3383ff-432a-49ee-bb8b-8699a7d0416f", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 214655, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "TtnCcv7YjDkXvFRh9qTc4aYqTSxxeGJZm9yXMd0e0g1iu6Nl", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "35efb8e5-3b35-4a86-b7ce-660b69bfa773", "rngcStatus": 0}}, {"time": "2022-08-21T07:41:43.696134Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "156.206.181.119", "correlationId": "fe0e65e1-130a-449d-b99d-9d515da4bb76", "identity": "Cynthia Perry", "Level": 4, "location": "XY", "properties": {"id": "04386101-53be-4839-bba8-bcf10dc05300", "createdDateTime": "2022-08-21T07:41:43.828134Z", "userDisplayName": "Cynthia Perry", "userPrincipalName": "cperry@domain.com", "userId": "ac5fa380-9d5b-470e-beb2-5ba10aca48e6", "appId": "9de6e985-97a5-4d82-9c45-aedaa9c25ef9", "appDisplayName": "AWS Single-Account Access", "ipAddress": "156.206.181.119", "status": {"errorCode": 0}, "clientAppUsed": "Browser", "deviceDetail": {"deviceId": "", "operatingSystem": "Windows"}, "location": {"city": "Hannaville", "state": "Thomashaven", "countryOrRegion": "XY", "geoCoordinates": {"latitude": 1.1452695, "longitude": 128.249211}}, "correlationId": "d67ecbf3-cdda-43f4-803d-b5b2228867a2", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "81faa28f-f90a-410d-b0b3-e8f3d7939cfd", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "processingTimeInMilliseconds": 132, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "AWS Single-Account Access Service", "resourceId": "c65cf5f9-5537-4200-889e-381c4f60ca7d", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 279165, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "SPg88CjY8FEqZGYKGu3hDI9m9n8hP6N8hknykXfSyqTZKn0g", "incomingTokenType": "none", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": null}}, {"time": "2022-08-21T07:42:15.536232Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "42.62.103.34", "correlationId": "fbe9fbd0-03b8-49a6-a2ae-0ae4a09b2005", "identity": "Joseph Taylor", "Level": 4, "location": "XF", "properties": {"id": "ea5400a2-5cfe-45d5-9d96-79ab625a6b00", "createdDateTime": "2022-08-21T07:42:15.637232Z", "userDisplayName": "Joseph Taylor", "userPrincipalName": "jtaylor@domain.com", "userId": "af9847eb-c773-41ae-bf94-42747c5e986c", "appId": "36f74ffc-90e8-46e0-b0ed-588b76ed6f47", "appDisplayName": "Inspire", "ipAddress": "42.62.103.34", "status": {"errorCode": 0, "additionalDetails": "MFA requirement satisfied by claim in the token"}, "clientAppUsed": "Browser", "userAgent": "Mozilla/5.0 (Linux; Android 2.3.5) AppleWebKit/532.2 (KHTML, like Gecko) Chrome/46.0.898.0 Safari/532.2 Edge/105.19198", "deviceDetail": {"deviceId": "76b96bd3-e5d7-49ee-b195-bf363facdb3d", "displayName": "JOSEPHTAYLOR-LT", "operatingSystem": "Windows 10", "browser": "Edge 105.19198", "isCompliant": true, "isManaged": true, "trustType": "Azure AD joined"}, "location": {"city": "Jessicafurt", "state": "Smithbury", "countryOrRegion": "XF", "geoCoordinates": {"latitude": 17.5082395, "longitude": -115.304215}}, "mfaDetail": {}, "correlationId": "620748bf-4101-4922-a104-5f697551b4f2", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "b65b3ff9-a339-4e2e-801f-7d3678a557ce", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 101, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Inspire Online", "resourceId": "f0630e90-b752-4960-bfb9-a0794fc34930", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 393508, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "mP4lep9FATw70mIfAHLRQsYRUZDmVU1CFr6LHWpyyppeUJuL", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "1f37c851-4be4-455b-928a-fbde7845a68a", "rngcStatus": 0}}, {"time": "2022-08-21T07:57:57.983016Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "92.110.109.246", "correlationId": "9bef71f0-738e-48c2-bba3-385e7e523b38", "identity": "David Johnson", "Level": 4, "location": "XR", "properties": {"id": "b84db3dc-6311-47ec-98ed-c250082a7000", "createdDateTime": "2022-08-21T07:57:58.118016Z", "userDisplayName": "David Johnson", "userPrincipalName": "djohnson@domain.com", "userId": "ff2ae3d2-8cd2-4bd6-b65d-49c5ad946c7f", "appId": "9003b8ba-730c-412d-8972-267700304e01", "appDisplayName": "Box", "ipAddress": "92.110.109.246", "status": {"errorCode": 0}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (iPad; CPU iPad OS 9_3_6 like Mac OS X) AppleWebKit/536.1 (KHTML, like Gecko) CriOS/42.0.865.0 Mobile/77O124 Safari/536.1 Edge/99.14477", "deviceDetail": {"deviceId": "717ebe00-a5eb-412e-97b6-7b8ab7cfbc02", "displayName": "DAVIDJOHNSON-LT", "operatingSystem": "Windows 10", "browser": "Edge 99.14477", "trustType": "Azure AD registered"}, "location": {"city": "Port Denisetown", "state": "Smithton", "countryOrRegion": "XR", "geoCoordinates": {"latitude": 3.5518965, "longitude": 131.871582}}, "correlationId": "f18af27d-70b9-452d-9cd6-b60b9636d98f", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "533d74a1-8cba-4117-a56d-fbd5c830a4bb", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 135, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Box Online", "resourceId": "d2c09315-f769-4fc6-9be8-f57cf8efa9cc", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 230297, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "Mu4hdU4lCd9FaCC3aoWxXgbJ3cJu9nQ7fyUzdKNBQFrubgm7", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": null, "rngcStatus": 0}}, {"time": "2022-08-21T08:08:32.462861Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "156.206.181.119", "correlationId": "cbf134b6-6b64-44b9-b70c-a5cdfc5fe3d9", "identity": "Cynthia Perry", "Level": 4, "location": "XY", "properties": {"id": "c7effe19-f517-48ca-9f7d-2de5b4a26800", "createdDateTime": "2022-08-21T08:08:32.582861Z", "userDisplayName": "Cynthia Perry", "userPrincipalName": "cperry@domain.com", "userId": "ac5fa380-9d5b-470e-beb2-5ba10aca48e6", "appId": "9de6e985-97a5-4d82-9c45-aedaa9c25ef9", "appDisplayName": "AWS Single-Account Access", "ipAddress": "156.206.181.119", "status": {"errorCode": 0}, "clientAppUsed": "Browser", "deviceDetail": {"deviceId": "", "operatingSystem": "Windows"}, "location": {"city": "Hannaville", "state": "Thomashaven", "countryOrRegion": "XY", "geoCoordinates": {"latitude": 1.1452695, "longitude": 128.249211}}, "correlationId": "6515eed1-0d14-4018-ba0c-61c58d67e696", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "75727898-8bf4-4755-9bae-a7e0045f1376", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 120, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "AWS Single-Account Access Service", "resourceId": "c65cf5f9-5537-4200-889e-381c4f60ca7d", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 279165, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "3dxj7bzBybGZIj76MiFAncrl8jgPNgd77gMKcqRVLO7atMCB", "incomingTokenType": "none", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": null, "rngcStatus": 0}}, {"time": "2022-08-21T08:17:52.108268Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "199.12.127.103", "correlationId": "0b987094-aed1-4f06-86ed-fee65d2fefdc", "identity": "Jacob Meyers", "Level": 4, "location": "XG", "properties": {"id": "5770b2e0-7013-44f8-922c-53e653e46600", "createdDateTime": "2022-08-21T08:17:52.186268Z", "userDisplayName": "Jacob Meyers", "userPrincipalName": "jmeyers@domain.com", "userId": "c63a67b0-1651-4a8a-9560-cc703cdad5ad", "appId": "9de6e985-97a5-4d82-9c45-aedaa9c25ef9", "appDisplayName": "AWS Single-Account Access", "ipAddress": "199.12.127.103", "status": {"errorCode": 0}, "clientAppUsed": "Browser", "deviceDetail": {"deviceId": "68cb982e-f215-496c-89bb-cc07716ff474", "displayName": "JACOBMEYERS-LT", "operatingSystem": "Windows", "trustType": "Azure AD registered"}, "location": {"city": "Port Nathan", "state": "Newmanville", "countryOrRegion": "XG", "geoCoordinates": {"latitude": 23.244641, "longitude": -113.392021}}, "correlationId": "0aaeb692-3e3c-4038-8526-1e945b8cdf2c", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "18c68bf9-c2e3-45b7-9e99-3ec9addeb231", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 78, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "AWS Single-Account Access Service", "resourceId": "9a84f55e-3a40-492c-9476-e069f64ed7a6", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 282405, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "vxLKMyCCOqbvTyMbPtIEPsGwLCV8ZTABSvNgg64qhlYv2RAD", "incomingTokenType": "none", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "37ee873b-f901-4e25-be69-010243106d0f", "rngcStatus": 0}}, {"time": "2022-08-21T08:20:02.848852Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "73.190.117.25", "correlationId": "b174f372-9375-4008-81f0-7d4cdb330dff", "identity": "Cassie Fernandez", "Level": 4, "location": "XR", "properties": {"id": "b84db3dc-6311-47ec-98ed-c25061987000", "createdDateTime": "2022-08-21T08:20:02.949852Z", "userDisplayName": "Cassie Fernandez", "userPrincipalName": "cfernandez@domain.com", "userId": "67ef8be6-3f44-4db7-8172-fd6211428c1e", "appId": "9167c284-c68f-468a-84be-0ee4f23879fe", "appDisplayName": "ArcGIS Enterprise", "ipAddress": "73.190.117.25", "status": {"errorCode": 0}, "clientAppUsed": "Mobile Apps and Desktop clients", "deviceDetail": {"deviceId": "", "operatingSystem": "Ios", "browser": "Mobile Safari"}, "location": {"city": "Boonetown", "state": "Smithton", "countryOrRegion": "XR", "geoCoordinates": {"latitude": 69.3533095, "longitude": -24.043896}}, "correlationId": "397a2302-f5a4-47bc-9834-b39cdbf81c52", "conditionalAccessStatus": "notApplied", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "759effae-3362-4eea-b1da-4a53df3aec30", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 101, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "ArcGIS Enterprise Service", "resourceId": "f72c694e-4e03-4616-91f3-78c5fe54122a", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 478055, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "xiu9iZsJBNH14u2WSkugvBHSaYfQ81XqDpVfO6CpULYJBq0g", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "1674f597-9877-4ff9-a5d9-accfea860d15", "rngcStatus": 0}}, {"time": "2022-08-21T08:37:23.477180Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "63.94.19.180", "correlationId": "ba320148-d026-462f-98c7-e3d60f2ddd61", "identity": "Vanessa Ramirez", "Level": 4, "location": "XD", "properties": {"id": "b7f5af53-c3a8-4597-83ff-57a220336d00", "createdDateTime": "2022-08-21T08:37:23.557180Z", "userDisplayName": "Vanessa Ramirez", "userPrincipalName": "vramirez@domain.com", "userId": "5d72b7ed-62ea-4b94-b931-ccef65d71ebd", "appId": "9167c284-c68f-468a-84be-0ee4f23879fe", "appDisplayName": "ArcGIS Enterprise", "ipAddress": "63.94.19.180", "status": {"errorCode": 0}, "clientAppUsed": "Mobile Apps and Desktop clients", "deviceDetail": {"deviceId": "", "operatingSystem": "Ios", "browser": "Mobile Safari"}, "location": {"city": "New James", "state": "Norrisbury", "countryOrRegion": "XD", "geoCoordinates": {"latitude": 64.5727225, "longitude": 92.661569}}, "correlationId": "3a1d0b30-e91e-486d-a27f-b1b7682800d3", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "a5b5d729-a69f-4427-b3a2-fd4fad5f43d6", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 80, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "ArcGIS Enterprise Service", "resourceId": "72f0186d-d327-46c9-a8ff-497e0caa8691", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 45904, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "WHJEck1RXEsfyl1wagg8eYgk0nKNVqIhMvhz3oLcJFrVPgOX", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": null, "rngcStatus": 0}}, {"time": "2022-08-21T09:00:25.563840Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "700082", "resultSignature": "None", "resultDescription": "Other", "durationMs": 0, "callerIpAddress": "54.119.29.60", "correlationId": "28268140-2e88-45f8-a862-1f0ab0c0ae18", "identity": "Thomas Price", "Level": 4, "location": "XR", "properties": {"id": "a41e8921-dafe-4500-91d4-0b56d1295f00", "createdDateTime": "2022-08-21T09:00:25.697840Z", "userDisplayName": "Thomas Price", "userPrincipalName": "tprice@domain.com", "userId": "32109ee2-ee4f-4d11-9c38-2556aec0f2b5", "appId": "9a7e67c7-6f05-42a3-b226-97c7ec3e9696", "appDisplayName": "Adobe Identity Management", "ipAddress": "54.119.29.60", "status": {"errorCode": 700082, "failureReason": "Other"}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (X11; Linux i686) AppleWebKit/535.2 (KHTML, like Gecko) Chrome/22.0.843.0 Safari/535.2 Edge/118.12158", "deviceDetail": {"deviceId": "852272bd-2ab1-474f-a99e-4922ea7031d3", "displayName": "THOMASPRICE-LT", "operatingSystem": "Windows 10", "browser": "Edge 118.12158", "trustType": "Hybrid Azure AD joined"}, "location": {"city": "Port Kimberlytown", "state": "Curtisport", "countryOrRegion": "XR", "geoCoordinates": {"latitude": 26.3152295, "longitude": 147.770404}}, "correlationId": "1f8d88e0-4528-4ba3-8095-683e6347fb56", "conditionalAccessStatus": "notApplied", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "2e2bed49-b14c-48da-80e6-c9188fd3f284", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "processingTimeInMilliseconds": 134, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Adobe Identity Management Service", "resourceId": "30663ca7-f8a9-43ab-8ca1-7906bdbc1485", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 359213, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "eoytgwiqhpTjJBCZ6OQnPczK7XZH0QDR7cIdisof5dpFBz72", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "a6c259e5-7f16-48b2-a9f3-75becd6daa9b"}}, {"time": "2022-08-21T09:02:19.984196Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "13.113.40.157", "correlationId": "d048a957-8e7d-4db2-8827-0cf29ff24649", "identity": "Attack Target", "Level": 4, "location": "XR", "properties": {"id": "8bc588a3-ee52-4f64-9b78-b88356427a00", "createdDateTime": "2022-08-21T09:02:20.100196Z", "userDisplayName": "Attack Target", "userPrincipalName": "attacktarget@domain.com", "userId": "d735e84b-dcca-404d-9f7d-700f360f41a6", "appId": "9a7e67c7-6f05-42a3-b226-97c7ec3e9696", "appDisplayName": "Adobe Identity Management", "ipAddress": "13.113.40.157", "ipAddressFromResourceProvider": "11.5.130.220", "status": {"errorCode": 0}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (iPad; CPU iPad OS 9_3_6 like Mac OS X) AppleWebKit/536.1 (KHTML, like Gecko) CriOS/42.0.865.0 Mobile/77O124 Safari/536.1 Edge/99.14477", "deviceDetail": {"deviceId": "a44625dc-6f81-449a-9799-8005f7209b42", "displayName": "ATTACKTARGET-LT", "operatingSystem": "Windows 10", "browser": "Edge 99.14477", "trustType": "Azure AD registered"}, "location": {"city": "Smithfort", "state": "Smithfort", "countryOrRegion": "XR", "geoCoordinates": {"latitude": 3.7564095, "longitude": -121.574606}}, "correlationId": "9142cd0b-f6c9-4c28-8bf8-fe2054ffcc0b", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "8de32959-81db-4507-8cc9-041eb41dccaa", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 116, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Adobe Identity Management Service", "resourceId": "9a84f55e-3a40-492c-9476-e069f64ed7a6", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 34974, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "VwR0KgOcebkgnp21wMfwo88beLjZ79Gw5oxtq9H6o7aihnUT", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "37ee873b-f901-4e25-be69-010243106d0f", "rngcStatus": 0}}, {"time": "2022-08-21T09:08:22.547495Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "SignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "99.116.100.205", "correlationId": "9838d6cc-794d-4263-96b6-cfd055d1c7f9", "identity": "Aaron Cole", "Level": 4, "location": "XD", "properties": {"id": "4ddb034d-d670-4525-9f72-a3055cf97000", "createdDateTime": "2022-08-21T09:08:22.648495Z", "userDisplayName": "Aaron Cole", "userPrincipalName": "acole@domain.com", "userId": "5d557969-1645-4ba4-be83-b6fd943659f7", "appId": "03d81133-bfaa-4cad-b5fc-938f0fe86da9", "appDisplayName": "Dream Broker Studio", "ipAddress": "99.116.100.205", "status": {"errorCode": 0}, "clientAppUsed": "Browser", "userAgent": "Mozilla/5.0 (Linux; Android 2.3.5) AppleWebKit/532.2 (KHTML, like Gecko) Chrome/46.0.898.0 Safari/532.2 Edge/105.19198", "deviceDetail": {"deviceId": "", "operatingSystem": "Windows 10", "browser": "Edge 105.19198"}, "location": {"city": "Carrollstad", "state": "Norrisbury", "countryOrRegion": "XD", "geoCoordinates": {"latitude": -38.8540465, "longitude": -17.674718}}, "correlationId": "34eb6557-1474-4a9e-b517-e323dd0a9af9", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "be2ceaf3-922d-43b5-bfc8-e7cdb991bdf1", "isInteractive": true, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 101, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Dream Broker Studio Online", "resourceId": "f0630e90-b752-4960-bfb9-a0794fc34930", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 214655, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "P1JrzkqTwn1bM90Nwmat3PEsuwRvKjQn8Xba6oWWcqILP2i0", "incomingTokenType": "none", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "1f37c851-4be4-455b-928a-fbde7845a68a", "rngcStatus": 0}}, {"time": "2022-08-21T09:16:55.468535Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "42.62.103.34", "correlationId": "e7c34390-5fbe-48b3-9c75-b9350c8aa96d", "identity": "Joseph Taylor", "Level": 4, "location": "XF", "properties": {"id": "d2644368-9b2b-45cb-8872-4b3fff989500", "createdDateTime": "2022-08-21T09:16:55.564535Z", "userDisplayName": "Joseph Taylor", "userPrincipalName": "jtaylor@domain.com", "userId": "af9847eb-c773-41ae-bf94-42747c5e986c", "appId": "18bf60fa-77dd-4aad-891d-af82ca87dd06", "appDisplayName": "FortiGate SSL VPN", "ipAddress": "42.62.103.34", "status": {"errorCode": 0, "additionalDetails": "MFA requirement satisfied by claim in the token"}, "clientAppUsed": "Browser", "deviceDetail": {"deviceId": "76b96bd3-e5d7-49ee-b195-bf363facdb3d", "displayName": "JOSEPHTAYLOR-LT", "operatingSystem": "Windows", "browser": "Rich Client 4.22.0.0", "isCompliant": true, "isManaged": true, "trustType": "Azure AD joined"}, "location": {"city": "Jessicafurt", "state": "Smithbury", "countryOrRegion": "XF", "geoCoordinates": {"latitude": 17.5082395, "longitude": -115.304215}}, "mfaDetail": {}, "correlationId": "6432f7e2-6211-4b85-abc1-a49fdf5c5bcf", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "523bbbb5-18d2-44a0-b396-a8046fca00b8", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 96, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "FortiGate SSL VPN", "resourceId": "51e679b4-5774-4b5f-9636-df5ea66b9380", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 393508, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "WrSIq1duB61EwPPPN3eT3Dh3Ldcw9RkU0k3vA31Q6syxdwaY", "incomingTokenType": "none", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "6e8f419c-7f10-40b1-a52a-e4fb253c74c2", "rngcStatus": 0}}, {"time": "2022-08-21T09:19:04.437876Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "13.113.40.157", "correlationId": "2fb4d40b-05ed-467b-b3ae-bb74d7a54514", "identity": "Attack Target", "Level": 4, "location": "XR", "properties": {"id": "a4494e24-3340-475d-bc72-9aa12c164a00", "createdDateTime": "2022-08-21T09:19:04.739876Z", "userDisplayName": "Attack Target", "userPrincipalName": "attacktarget@domain.com", "userId": "d735e84b-dcca-404d-9f7d-700f360f41a6", "appId": "9c5b7fe3-0ad2-4ea6-94e5-9e0001f367e3", "appDisplayName": "Articulate 360", "ipAddress": "13.113.40.157", "status": {"errorCode": 0}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (iPad; CPU iPad OS 9_3_6 like Mac OS X) AppleWebKit/536.1 (KHTML, like Gecko) CriOS/42.0.865.0 Mobile/77O124 Safari/536.1 Edge/99.14477", "deviceDetail": {"deviceId": "a44625dc-6f81-449a-9799-8005f7209b42", "displayName": "ATTACKTARGET-LT", "operatingSystem": "Windows 10", "browser": "Edge 99.14477", "trustType": "Azure AD registered"}, "location": {"city": "New John", "state": "Smithfort", "countryOrRegion": "XR", "geoCoordinates": {"latitude": -89.144242, "longitude": 168.119022}}, "correlationId": "b4ffe697-e773-460b-9681-f93856413768", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "0d2e3145-85ed-4c41-aed0-287bcde29da4", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "processingTimeInMilliseconds": 302, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Articulate 360 Online", "resourceId": "436260d5-3791-4aea-a4da-aa698ec35f2f", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 34974, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "n9npZIcl4qVTxPj9bnQekXoOqR8vEPSziSiwOzbuMpamNbHS", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "94b9f3ba-5f4b-4edc-99dc-a420b76960f9"}}, {"time": "2022-08-21T09:23:55.472832Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "147.132.189.119", "correlationId": "3d2779d4-5591-4f62-938e-147c03d78251", "identity": "Cassie Fernandez", "Level": 4, "location": "XR", "properties": {"id": "911f8da9-b80f-4328-bdcf-c11f76936700", "createdDateTime": "2022-08-21T09:23:55.602832Z", "userDisplayName": "Cassie Fernandez", "userPrincipalName": "cfernandez@domain.com", "userId": "67ef8be6-3f44-4db7-8172-fd6211428c1e", "appId": "bf2855c0-7434-4262-8885-ad2f5206d324", "appDisplayName": "COINS Construction Cloud - Project and Productivity Apps", "ipAddress": "147.132.189.119", "status": {"errorCode": 0}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (iPad; CPU iPad OS 9_3_6 like Mac OS X) AppleWebKit/536.1 (KHTML, like Gecko) CriOS/42.0.865.0 Mobile/77O124 Safari/536.1 Edge/99.14477", "deviceDetail": {"deviceId": "d5a487a1-ef7d-4960-9723-7fdadce19af3", "displayName": "CASSIEFERNANDEZ-LT", "operatingSystem": "Windows 10", "browser": "Edge 99.14477", "trustType": "Azure AD registered"}, "location": {"city": "Port Denisetown", "state": "Smithton", "countryOrRegion": "XR", "geoCoordinates": {"latitude": 3.5518965, "longitude": 131.871582}}, "correlationId": "b0f7bd98-ecd6-4b50-831e-f87f3d2dab64", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "0b9a8f80-0f01-4d08-abb8-283af3b22eac", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 130, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "COINS Construction Cloud - Project and Productivity Apps Service", "resourceId": "f0630e90-b752-4960-bfb9-a0794fc34930", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 256668, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "bpqr6tEGHDHBDWSoaVaCGLLKoHO4pmFgw5N6pugt0LETZfdE", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "1f37c851-4be4-455b-928a-fbde7845a68a", "rngcStatus": 0}}, {"time": "2022-08-21T10:00:38.604164Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "156.206.181.119", "correlationId": "fe6d22d4-23cb-46a1-ae87-113a5192b4ea", "identity": "Cynthia Perry", "Level": 4, "location": "XY", "properties": {"id": "a4a49504-a4ea-469f-879a-034660946100", "createdDateTime": "2022-08-21T10:00:38.688164Z", "userDisplayName": "Cynthia Perry", "userPrincipalName": "cperry@domain.com", "userId": "ac5fa380-9d5b-470e-beb2-5ba10aca48e6", "appId": "9de6e985-97a5-4d82-9c45-aedaa9c25ef9", "appDisplayName": "AWS Single-Account Access", "ipAddress": "156.206.181.119", "status": {"errorCode": 0}, "clientAppUsed": "Browser", "deviceDetail": {"deviceId": "", "operatingSystem": "Windows"}, "location": {"city": "Hannaville", "state": "Thomashaven", "countryOrRegion": "XY", "geoCoordinates": {"latitude": 1.1452695, "longitude": 128.249211}}, "correlationId": "21cae72f-f092-4b80-95de-e864da802b8e", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "2aecf39f-b21e-4d01-aef8-c336a48605cb", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 84, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "AWS Single-Account Access Service", "resourceId": "9a84f55e-3a40-492c-9476-e069f64ed7a6", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 279165, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "POXQt8a1Sqhz5ITwjzdUi6831vE4WBh7cZRwCgrpOd6IfcvA", "incomingTokenType": "none", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "37ee873b-f901-4e25-be69-010243106d0f", "rngcStatus": 0}}, {"time": "2022-08-21T10:10:03.226512Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "50158", "resultSignature": "None", "resultDescription": "External security challenge was not satisfied.", "durationMs": 0, "callerIpAddress": "92.110.109.246", "correlationId": "8380ce48-9715-409f-a024-7f6d9957f625", "identity": "Thomas Price", "Level": 4, "location": "XR", "properties": {"id": "a4bfb34f-863d-4add-88f4-153ddd355100", "createdDateTime": "2022-08-21T10:10:03.350512Z", "userDisplayName": "Thomas Price", "userPrincipalName": "tprice@domain.com", "userId": "32109ee2-ee4f-4d11-9c38-2556aec0f2b5", "appId": "9a7e67c7-6f05-42a3-b226-97c7ec3e9696", "appDisplayName": "Adobe Identity Management", "ipAddress": "92.110.109.246", "status": {"errorCode": 50158, "failureReason": "External security challenge was not satisfied."}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (X11; Linux i686) AppleWebKit/535.2 (KHTML, like Gecko) Chrome/22.0.843.0 Safari/535.2 Edge/118.12158", "deviceDetail": {"deviceId": "a12f42a7-2ae0-42d8-aec8-bf7cb3dea82c", "displayName": "THOMASPRICE-LT", "operatingSystem": "Windows 10", "browser": "Edge 118.12158", "trustType": "Hybrid Azure AD joined"}, "location": {"city": "Port Denisetown", "state": "Smithton", "countryOrRegion": "XR", "geoCoordinates": {"latitude": 3.5518965, "longitude": 131.871582}}, "correlationId": "0a846444-029d-4610-abc7-96282bd078c6", "conditionalAccessStatus": "failure", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "1b29bbb9-0159-438f-8fc4-7314acd099f8", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "processingTimeInMilliseconds": 124, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Adobe Identity Management Service", "resourceId": "30663ca7-f8a9-43ab-8ca1-7906bdbc1485", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 230297, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "K0SwwlNmCb1MowOURIcG4JeMHbXrkP25UA6J6JOXBO8wms8O", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "a6c259e5-7f16-48b2-a9f3-75becd6daa9b"}}, {"time": "2022-08-21T11:22:23.021708Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "SignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "86.154.193.190", "correlationId": "eb64dbf9-932f-42ec-b374-7d9bbf89de2e", "identity": "Melissa Martin", "Level": 4, "location": "XR", "properties": {"id": "10cf681d-2e69-4ee2-89f2-50526c8a5100", "createdDateTime": "2022-08-21T11:22:23.212708Z", "userDisplayName": "Melissa Martin", "userPrincipalName": "mmartin@domain.com", "userId": "632ccb55-03a7-40f4-9893-653527cae790", "appId": "55f6aa2e-0a02-47b7-a7a7-f726d3460ff8", "appDisplayName": "Maverics Identity Orchestrator SAML Connector", "ipAddress": "86.154.193.190", "status": {"errorCode": 0}, "clientAppUsed": "Browser", "userAgent": "Mozilla/5.0 (X11; Linux i686) AppleWebKit/536.2 (KHTML, like Gecko) Chrome/22.0.877.0 Safari/536.2", "deviceDetail": {"deviceId": "", "operatingSystem": "Windows 10", "browser": "Chrome 22.0.877.0"}, "location": {"city": "Port Denisetown", "state": "Smithton", "countryOrRegion": "XR", "geoCoordinates": {"latitude": 3.5518965, "longitude": 131.871582}}, "correlationId": "6ba9e425-5a2b-4a1a-b534-cbadede36473", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "875b1d64-b414-4b25-be7f-a957f116d46d", "isInteractive": true, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "processingTimeInMilliseconds": 191, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Maverics Identity Orchestrator SAML Connector Online", "resourceId": "24578515-1951-4064-967d-0d2acaf0aa70", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 256668, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "steaZxav0W78xiN3UtIF4gS49s5T3Rl02QMXI0ttLwSpkytQ", "incomingTokenType": "none", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "0e68752b-7dfa-400b-a6f5-1b54af90696a"}}, {"time": "2022-08-21T11:38:13.537680Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "SignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "50158", "resultSignature": "None", "resultDescription": "External security challenge was not satisfied.", "durationMs": 0, "callerIpAddress": "91.132.253.146", "correlationId": "40c1e191-aa66-46eb-b949-503d4bb0a1a7", "identity": "Aaron Cole", "Level": 4, "location": "XD", "properties": {"id": "bddc03c8-8da3-4ef6-8ef9-a50394eb8e00", "createdDateTime": "2022-08-21T11:38:13.604680Z", "userDisplayName": "Aaron Cole", "userPrincipalName": "acole@domain.com", "userId": "5d557969-1645-4ba4-be83-b6fd943659f7", "appId": "bf2855c0-7434-4262-8885-ad2f5206d324", "appDisplayName": "COINS Construction Cloud - Project and Productivity Apps", "ipAddress": "91.132.253.146", "status": {"errorCode": 50158, "failureReason": "External security challenge was not satisfied."}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (iPad; CPU iPad OS 14_2 like Mac OS X) AppleWebKit/535.2 (KHTML, like Gecko) CriOS/33.0.816.0 Mobile/88O531 Safari/535.2 Edge/117.19612", "deviceDetail": {"deviceId": "", "operatingSystem": "Windows 10", "browser": "Edge 117.19612"}, "location": {"city": "Rickshire", "state": "Norrisbury", "countryOrRegion": "XD", "geoCoordinates": {"latitude": -78.5751045, "longitude": 58.329246}}, "correlationId": "f11dd0c5-b367-4a50-8c57-ad2e8a75ed57", "conditionalAccessStatus": "failure", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "5e2060d0-fe3b-4f94-8aa3-f5f935a6de2c", "isInteractive": true, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 67, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "COINS Construction Cloud - Project and Productivity Apps Service", "resourceId": "436260d5-3791-4aea-a4da-aa698ec35f2f", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "alternateSignInName": "acole1@domain.com", "signInIdentifier": "acole1@domain.com", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 214655, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "QQlR2v0faqZf2xHiDigf2fphicoGuB9srZlEhYaACv38YC4f", "incomingTokenType": "none", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "94b9f3ba-5f4b-4edc-99dc-a420b76960f9", "rngcStatus": 0}}, {"time": "2022-08-21T11:56:18.875133Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "42.62.103.34", "correlationId": "c77da102-e404-4d0d-9a22-598ea459eb44", "identity": "Joseph Taylor", "Level": 4, "location": "XF", "properties": {"id": "927ca341-90b0-4f1c-97f5-9ebc4a137500", "createdDateTime": "2022-08-21T11:56:19.044133Z", "userDisplayName": "Joseph Taylor", "userPrincipalName": "jtaylor@domain.com", "userId": "af9847eb-c773-41ae-bf94-42747c5e986c", "appId": "4c2f7c2a-ff05-4df6-9087-9ba8388a3861", "appDisplayName": "Foko Retail", "ipAddress": "42.62.103.34", "status": {"errorCode": 0, "additionalDetails": "MFA requirement satisfied by claim in the token"}, "clientAppUsed": "Browser", "deviceDetail": {"deviceId": "76b96bd3-e5d7-49ee-b195-bf363facdb3d", "displayName": "JOSEPHTAYLOR-LT", "operatingSystem": "Windows10", "browser": "Rich Client 4.39.0.0", "isCompliant": true, "isManaged": true, "trustType": "Azure AD joined"}, "location": {"city": "Jessicafurt", "state": "Smithbury", "countryOrRegion": "XF", "geoCoordinates": {"latitude": 17.5082395, "longitude": -115.304215}}, "mfaDetail": {}, "correlationId": "39bd6edc-8f33-42f7-a917-aef2a74df35a", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "b6ee75ed-f8ef-4873-a953-b72f03fa3163", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 169, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Foko Retail Service", "resourceId": "24578515-1951-4064-967d-0d2acaf0aa70", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 393508, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "ZOGKnjEhS8Z906sQJf4TSnrpf0FgT5kdKw7raL7O5cnANB7P", "incomingTokenType": "none", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "0e68752b-7dfa-400b-a6f5-1b54af90696a", "rngcStatus": 0}}, {"time": "2022-08-21T12:00:28.297500Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "92.150.146.180", "correlationId": "2e060b71-22eb-4c45-9210-7d36c4959be4", "identity": "Nicholas Black", "Level": 4, "location": "XP", "properties": {"id": "0a67e3d2-25b6-4251-92c9-1160ce646000", "createdDateTime": "2022-08-21T12:00:28.365500Z", "userDisplayName": "Nicholas Black", "userPrincipalName": "nblack@domain.com", "userId": "fdbaeb01-a814-4736-b297-facda1075c14", "appId": "9167c284-c68f-468a-84be-0ee4f23879fe", "appDisplayName": "ArcGIS Enterprise", "ipAddress": "92.150.146.180", "status": {"errorCode": 0}, "clientAppUsed": "Mobile Apps and Desktop clients", "deviceDetail": {"deviceId": "", "operatingSystem": "Android"}, "location": {"city": "Christopherton", "state": "Andreaport", "countryOrRegion": "XP", "geoCoordinates": {"latitude": -59.4533945, "longitude": -153.616856}}, "correlationId": "b4ce2a62-87d7-431b-a6d3-addada1286b8", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "663095fa-a02a-4b9f-b485-741f71721b51", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "processingTimeInMilliseconds": 68, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "ArcGIS Enterprise Service", "resourceId": "db504cc4-8f0b-4800-a3d2-d75104ad7e82", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 370904, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "EC3vaNesWRIVNZufK7Vt7tjprdVFFee465UiTnq3pHOBzvwk", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "e1eed55d-0b15-4abe-964b-f2d45bbc8964"}}, {"time": "2022-08-21T12:16:59.079863Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "SignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "91.132.253.146", "correlationId": "91c5d2a6-0768-4ab9-b2cb-016d3c45f55a", "identity": "Aaron Cole", "Level": 4, "location": "XD", "properties": {"id": "cc41f85f-18f2-4339-b560-185693ed6400", "createdDateTime": "2022-08-21T12:16:59.231863Z", "userDisplayName": "Aaron Cole", "userPrincipalName": "acole@domain.com", "userId": "5d557969-1645-4ba4-be83-b6fd943659f7", "appId": "af50c7b0-ad5f-40ec-840e-8d89be454ce4", "appDisplayName": "Citrix ShareFile", "ipAddress": "91.132.253.146", "status": {"errorCode": 0}, "clientAppUsed": "Browser", "userAgent": "Mozilla/5.0 (Linux; Android 2.3.5) AppleWebKit/532.2 (KHTML, like Gecko) Chrome/46.0.898.0 Safari/532.2 Edge/105.19198", "deviceDetail": {"deviceId": "", "operatingSystem": "Windows 10", "browser": "Edge 105.19198"}, "location": {"city": "Rickshire", "state": "Norrisbury", "countryOrRegion": "XD", "geoCoordinates": {"latitude": -78.5751045, "longitude": 58.329246}}, "correlationId": "6d80edfb-568f-4610-b6a7-18b19b4c573b", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "07a62b12-5476-4782-aa83-2e6ff9b73fd1", "isInteractive": true, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 152, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Citrix ShareFile Online", "resourceId": "24578515-1951-4064-967d-0d2acaf0aa70", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 214655, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "co1nwApdg1kWBdHPPQS4fhxtoRoQifBlR2UxBnaQZkljnDQ6", "incomingTokenType": "none", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "0e68752b-7dfa-400b-a6f5-1b54af90696a", "rngcStatus": 0}}, {"time": "2022-08-21T12:25:54.798657Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "700082", "resultSignature": "None", "resultDescription": "Other", "durationMs": 0, "callerIpAddress": "54.119.29.60", "correlationId": "2a831f0d-0130-4583-ae07-99c1abd06fcc", "identity": "Thomas Price", "Level": 4, "location": "XR", "properties": {"id": "a9f8bd26-0603-463f-b131-cbc236cd4d00", "createdDateTime": "2022-08-21T12:25:54.873657Z", "userDisplayName": "Thomas Price", "userPrincipalName": "tprice@domain.com", "userId": "32109ee2-ee4f-4d11-9c38-2556aec0f2b5", "appId": "9a7e67c7-6f05-42a3-b226-97c7ec3e9696", "appDisplayName": "Adobe Identity Management", "ipAddress": "54.119.29.60", "status": {"errorCode": 700082, "failureReason": "Other"}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (X11; Linux i686) AppleWebKit/535.2 (KHTML, like Gecko) Chrome/22.0.843.0 Safari/535.2 Edge/118.12158", "deviceDetail": {"deviceId": "852272bd-2ab1-474f-a99e-4922ea7031d3", "displayName": "THOMASPRICE-LT", "operatingSystem": "Windows 10", "browser": "Edge 118.12158", "trustType": "Hybrid Azure AD joined"}, "location": {"city": "Port Kimberlytown", "state": "Curtisport", "countryOrRegion": "XR", "geoCoordinates": {"latitude": 26.3152295, "longitude": 147.770404}}, "correlationId": "9ce8ff8d-5930-4562-84be-88cc7fb396dd", "conditionalAccessStatus": "notApplied", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "df779b4c-1c59-45bd-8f98-aaa1c7f0c8b3", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "processingTimeInMilliseconds": 75, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Adobe Identity Management Service", "resourceId": "30663ca7-f8a9-43ab-8ca1-7906bdbc1485", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 359213, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "kjtaekzv07nKl54kletU0uX06WtGsdUFJIYAJtvJhkYESAqy", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "a6c259e5-7f16-48b2-a9f3-75becd6daa9b"}}, {"time": "2022-08-21T12:26:32.561158Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "50158", "resultSignature": "None", "resultDescription": "External security challenge was not satisfied.", "durationMs": 0, "callerIpAddress": "44.22.19.201", "correlationId": "6db1bbc3-60d4-4d25-b966-ebaa7c6c54e9", "identity": "Thomas Price", "Level": 4, "location": "XN", "properties": {"id": "f95b27fd-8962-466c-86b8-5898fe028800", "createdDateTime": "2022-08-21T12:26:32.720158Z", "userDisplayName": "Thomas Price", "userPrincipalName": "tprice@domain.com", "userId": "32109ee2-ee4f-4d11-9c38-2556aec0f2b5", "appId": "9a7e67c7-6f05-42a3-b226-97c7ec3e9696", "appDisplayName": "Adobe Identity Management", "ipAddress": "44.22.19.201", "status": {"errorCode": 50158, "failureReason": "External security challenge was not satisfied."}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (X11; Linux i686) AppleWebKit/535.2 (KHTML, like Gecko) Chrome/22.0.843.0 Safari/535.2 Edge/118.12158", "deviceDetail": {"deviceId": "a12f42a7-2ae0-42d8-aec8-bf7cb3dea82c", "displayName": "THOMASPRICE-LT", "operatingSystem": "Windows 10", "browser": "Edge 118.12158", "trustType": "Hybrid Azure AD joined"}, "location": {"city": "Littlemouth", "state": "Alexanderfurt", "countryOrRegion": "XN", "geoCoordinates": {"latitude": 25.4437255, "longitude": -109.530885}}, "correlationId": "232ec07a-79f7-43bf-8d24-00c17d1bb436", "conditionalAccessStatus": "failure", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "c5898fe6-f77e-436c-87c7-f9cc7d7ef0ba", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 159, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Adobe Identity Management Service", "resourceId": "30663ca7-f8a9-43ab-8ca1-7906bdbc1485", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 230297, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "sNeaEJHIj7Rqxy0hjsOrFZVSHwFl4UJsCExsB6AQQTJVsQ4T", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "a6c259e5-7f16-48b2-a9f3-75becd6daa9b", "rngcStatus": 0}}, {"time": "2022-08-21T12:39:34.682702Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "50158", "resultSignature": "None", "resultDescription": "External security challenge was not satisfied.", "durationMs": 0, "callerIpAddress": "166.105.218.213", "correlationId": "c601a0ab-4fd2-4ef7-8a88-cd6d502a5c99", "identity": "Thomas Price", "Level": 4, "location": "XR", "properties": {"id": "428b6e35-2558-4b6a-b97f-38a290cb7100", "createdDateTime": "2022-08-21T12:39:34.796702Z", "userDisplayName": "Thomas Price", "userPrincipalName": "tprice@domain.com", "userId": "32109ee2-ee4f-4d11-9c38-2556aec0f2b5", "appId": "9a7e67c7-6f05-42a3-b226-97c7ec3e9696", "appDisplayName": "Adobe Identity Management", "ipAddress": "166.105.218.213", "status": {"errorCode": 50158, "failureReason": "External security challenge was not satisfied."}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (X11; Linux i686) AppleWebKit/535.2 (KHTML, like Gecko) Chrome/22.0.843.0 Safari/535.2 Edge/118.12158", "deviceDetail": {"deviceId": "81ad31fb-e9be-4498-b1b2-c62f8fae1a77", "displayName": "THOMASPRICE-LT", "operatingSystem": "Windows 10", "browser": "Edge 118.12158", "trustType": "Hybrid Azure AD joined"}, "location": {"city": "Santosborough", "state": "Smithton", "countryOrRegion": "XR", "geoCoordinates": {"latitude": 12.8350355, "longitude": 138.359011}}, "correlationId": "a6c37621-4838-47c7-858b-7c422a5279e5", "conditionalAccessStatus": "failure", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "06512e64-0f27-465f-a0dc-67f69d1a330a", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 114, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Adobe Identity Management Service", "resourceId": "30663ca7-f8a9-43ab-8ca1-7906bdbc1485", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 256668, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "1Coh3w4NoH8kLX9w7iwARURqX3QWzIQXYLXILq89uu89Vm3b", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "a6c259e5-7f16-48b2-a9f3-75becd6daa9b", "rngcStatus": 0}}, {"time": "2022-08-21T12:46:35.288841Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "50158", "resultSignature": "None", "resultDescription": "External security challenge was not satisfied.", "durationMs": 0, "callerIpAddress": "92.110.109.246", "correlationId": "e072d8bc-e5b4-4651-a509-6468cd96e7d3", "identity": "Thomas Price", "Level": 4, "location": "XR", "properties": {"id": "3f04f6e0-8681-475f-a0d6-0af7ca987000", "createdDateTime": "2022-08-21T12:46:35.403841Z", "userDisplayName": "Thomas Price", "userPrincipalName": "tprice@domain.com", "userId": "32109ee2-ee4f-4d11-9c38-2556aec0f2b5", "appId": "79510a8f-6421-4348-a2ea-bcc2b02485c1", "appDisplayName": "Cisco AnyConnect", "ipAddress": "92.110.109.246", "status": {"errorCode": 50158, "failureReason": "External security challenge was not satisfied."}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (X11; Linux i686) AppleWebKit/535.2 (KHTML, like Gecko) Chrome/22.0.843.0 Safari/535.2 Edge/118.12158", "deviceDetail": {"deviceId": "fb4d911d-6441-411b-868f-d25d5586a326", "displayName": "THOMASPRICE-LT", "operatingSystem": "Windows 10", "browser": "Edge 118.12158", "trustType": "Hybrid Azure AD joined"}, "location": {"city": "Port Denisetown", "state": "Smithton", "countryOrRegion": "XR", "geoCoordinates": {"latitude": 3.5518965, "longitude": 131.871582}}, "correlationId": "e8acadbb-8bae-4639-be97-1c2a7984570b", "conditionalAccessStatus": "failure", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "5d754865-6e80-43b5-8510-cef8c1858710", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 115, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Cisco AnyConnect Online", "resourceId": "5d5b8d28-6a28-472e-b837-a4094e466965", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 230297, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "MEFGydqMdHNwzzGdqfTrB5QokIYG9X9LCcNNWnmsIO7p6KJC", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "15655e1f-5005-4c53-b3c0-c4a1d1ca5e9e", "rngcStatus": 0}}, {"time": "2022-08-21T12:52:10.440629Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "700082", "resultSignature": "None", "resultDescription": "Other", "durationMs": 0, "callerIpAddress": "54.119.29.60", "correlationId": "3953afe9-19c1-4cd9-bfab-69e47b288ff6", "identity": "Thomas Price", "Level": 4, "location": "XR", "properties": {"id": "6f7168cd-e484-40e8-bcf7-7fe98a938100", "createdDateTime": "2022-08-21T12:52:10.504629Z", "userDisplayName": "Thomas Price", "userPrincipalName": "tprice@domain.com", "userId": "32109ee2-ee4f-4d11-9c38-2556aec0f2b5", "appId": "9a7e67c7-6f05-42a3-b226-97c7ec3e9696", "appDisplayName": "Adobe Identity Management", "ipAddress": "54.119.29.60", "status": {"errorCode": 700082, "failureReason": "Other"}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (X11; Linux i686) AppleWebKit/535.2 (KHTML, like Gecko) Chrome/22.0.843.0 Safari/535.2 Edge/118.12158", "deviceDetail": {"deviceId": "852272bd-2ab1-474f-a99e-4922ea7031d3", "displayName": "THOMASPRICE-LT", "operatingSystem": "Windows 10", "browser": "Edge 118.12158", "trustType": "Hybrid Azure AD joined"}, "location": {"city": "Port Kimberlytown", "state": "Curtisport", "countryOrRegion": "XR", "geoCoordinates": {"latitude": 26.3152295, "longitude": 147.770404}}, "correlationId": "6734d4d1-ce60-4ab3-8d9c-b15a4b78d21d", "conditionalAccessStatus": "notApplied", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "55fa7604-5335-47d9-8b3f-ae90068238db", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 64, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Adobe Identity Management Service", "resourceId": "30663ca7-f8a9-43ab-8ca1-7906bdbc1485", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 359213, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "eclFYbT8KPeccEXRPfFGtUbd0zjjzdMa4pmVdvTZQgiIAzM5", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "a6c259e5-7f16-48b2-a9f3-75becd6daa9b", "rngcStatus": 0}}, {"time": "2022-08-21T13:12:25.487230Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "42.62.103.34", "correlationId": "c7e00aee-f70e-4ca5-a481-87d850f2e8ac", "identity": "Joseph Taylor", "Level": 4, "location": "XF", "properties": {"id": "0e90a778-2cf2-4eee-b19f-bc6db1209400", "createdDateTime": "2022-08-21T13:12:25.571230Z", "userDisplayName": "Joseph Taylor", "userPrincipalName": "jtaylor@domain.com", "userId": "af9847eb-c773-41ae-bf94-42747c5e986c", "appId": "9d794ea1-8d77-42e3-9fdd-6fd3620d616a", "appDisplayName": "Alaya", "ipAddress": "42.62.103.34", "status": {"errorCode": 0, "additionalDetails": "MFA requirement satisfied by claim in the token"}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (iPad; CPU iPad OS 9_3_6 like Mac OS X) AppleWebKit/536.1 (KHTML, like Gecko) CriOS/42.0.865.0 Mobile/77O124 Safari/536.1 Edge/99.14477", "deviceDetail": {"deviceId": "76b96bd3-e5d7-49ee-b195-bf363facdb3d", "displayName": "JOSEPHTAYLOR-LT", "operatingSystem": "Windows 10", "browser": "Edge 99.14477", "isCompliant": true, "isManaged": true, "trustType": "Azure AD joined"}, "location": {"city": "Jessicafurt", "state": "Smithbury", "countryOrRegion": "XF", "geoCoordinates": {"latitude": 17.5082395, "longitude": -115.304215}}, "mfaDetail": {}, "correlationId": "ca440cfe-e261-47cd-94f3-18b8a0914b9e", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "27991b6d-f553-4a16-9b2b-dab03c387e74", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 84, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Alaya Service", "resourceId": "c8eab36d-0a82-409d-8693-a8dabc997921", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 393508, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "mPpWXG7s6sFcd5b7dxN0fQMKeEe8B9wU004KMjZ9rWp82V5Y", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "2248d3ef-d7b8-4eb2-bd20-fb53f725bfe3", "rngcStatus": 0}}, {"time": "2022-08-21T13:17:29.025079Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "50158", "resultSignature": "None", "resultDescription": "External security challenge was not satisfied.", "durationMs": 0, "callerIpAddress": "105.169.153.183", "correlationId": "1f1fe279-16ea-4ef1-a18b-d9a2a3d08044", "identity": "Thomas Price", "Level": 4, "location": "XR", "properties": {"id": "61aaa40e-2fb7-4775-bea6-cf49bb759700", "createdDateTime": "2022-08-21T13:17:29.134079Z", "userDisplayName": "Thomas Price", "userPrincipalName": "tprice@domain.com", "userId": "32109ee2-ee4f-4d11-9c38-2556aec0f2b5", "appId": "9a7e67c7-6f05-42a3-b226-97c7ec3e9696", "appDisplayName": "Adobe Identity Management", "ipAddress": "105.169.153.183", "status": {"errorCode": 50158, "failureReason": "External security challenge was not satisfied."}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (X11; Linux i686) AppleWebKit/535.2 (KHTML, like Gecko) Chrome/22.0.843.0 Safari/535.2 Edge/118.12158", "deviceDetail": {"deviceId": "2b85c59f-331a-4b61-9a44-9d3d6df62a06", "displayName": "THOMASPRICE-LT", "operatingSystem": "Windows 10", "browser": "Edge 118.12158", "trustType": "Hybrid Azure AD joined"}, "location": {"city": "Santosborough", "state": "Smithton", "countryOrRegion": "XR", "geoCoordinates": {"latitude": 12.8350355, "longitude": 138.359011}}, "correlationId": "bb4716d1-207c-4f78-8425-99fee7eeab67", "conditionalAccessStatus": "failure", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "6cb8d8b6-d2ff-4576-bc25-fe8e85d0bdb2", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 109, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Adobe Identity Management Service", "resourceId": "30663ca7-f8a9-43ab-8ca1-7906bdbc1485", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 256668, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "2fEPgE7yxwuhe8zfVH87PUPsEBaSQMKAI6bxltrEmM5fw7zU", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "a6c259e5-7f16-48b2-a9f3-75becd6daa9b", "rngcStatus": 0}}, {"time": "2022-08-21T13:23:08.150616Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "86.154.193.190", "correlationId": "1388fd09-85de-4eec-8b66-b600e1dc4959", "identity": "Jamie Watson", "Level": 4, "location": "XR", "properties": {"id": "df70b726-7756-4baa-9a7d-5ac94dd78a00", "createdDateTime": "2022-08-21T13:23:08.231616Z", "userDisplayName": "Jamie Watson", "userPrincipalName": "jwatson@domain.com", "userId": "2844695b-9a70-48ed-a5ce-f3d711e2292b", "appId": "e47a1d38-5f61-45cd-b1b9-bc92f525c598", "appDisplayName": "Altoura", "ipAddress": "86.154.193.190", "status": {"errorCode": 0}, "clientAppUsed": "Browser", "userAgent": "Mozilla/5.0 (Linux; Android 2.3.5) AppleWebKit/532.2 (KHTML, like Gecko) Chrome/46.0.898.0 Safari/532.2 Edge/105.19198", "deviceDetail": {"deviceId": "fc784602-6455-4450-be3c-6770e0359f8a", "displayName": "JAMIEWATSON-LT", "operatingSystem": "Windows 10", "browser": "Edge 105.19198", "isCompliant": true, "isManaged": true, "trustType": "Azure AD joined"}, "location": {"city": "Port Denisetown", "state": "Smithton", "countryOrRegion": "XR", "geoCoordinates": {"latitude": 3.5518965, "longitude": 131.871582}}, "correlationId": "93c8ebee-8e2f-4a7b-b9a0-62b429a4ec1b", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "88ef3a5c-f4fd-40a6-9fe6-0fd738ad0f4b", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 81, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Altoura Online", "resourceId": "8a137ba4-52ae-4dbf-94af-2e56851573c4", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 256668, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "Hy7DZUSN27GmRw8sg2JV8CyDfZbyHHw0GDHsCI0N4oJfrvPt", "incomingTokenType": "none", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": null, "rngcStatus": 0}}, {"time": "2022-08-21T13:24:46.612710Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "50158", "resultSignature": "None", "resultDescription": "External security challenge was not satisfied.", "durationMs": 0, "callerIpAddress": "105.169.153.183", "correlationId": "d1e2fb53-17e0-4b53-a2ed-f2b8581eaff6", "identity": "Thomas Price", "Level": 4, "location": "XR", "properties": {"id": "c7a26d47-4335-4fb6-9ae4-3b5319fe6900", "createdDateTime": "2022-08-21T13:24:46.739710Z", "userDisplayName": "Thomas Price", "userPrincipalName": "tprice@domain.com", "userId": "32109ee2-ee4f-4d11-9c38-2556aec0f2b5", "appId": "79510a8f-6421-4348-a2ea-bcc2b02485c1", "appDisplayName": "Cisco AnyConnect", "ipAddress": "105.169.153.183", "status": {"errorCode": 50158, "failureReason": "External security challenge was not satisfied."}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (X11; Linux i686) AppleWebKit/535.2 (KHTML, like Gecko) Chrome/22.0.843.0 Safari/535.2 Edge/118.12158", "deviceDetail": {"deviceId": "61720755-0e96-468f-9935-10dacdc868e4", "displayName": "THOMASPRICE-LT", "operatingSystem": "Windows 10", "browser": "Edge 118.12158", "trustType": "Hybrid Azure AD joined"}, "location": {"city": "Kevinton", "state": "Smithton", "countryOrRegion": "XR", "geoCoordinates": {"latitude": -87.5106305, "longitude": -77.991036}}, "correlationId": "00942648-39ea-4fce-a45e-a349da4a1d97", "conditionalAccessStatus": "failure", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "380aa60c-0ba1-4f0b-8250-080d0bcb08ed", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 127, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Cisco AnyConnect Online", "resourceId": "5d5b8d28-6a28-472e-b837-a4094e466965", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 256668, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "SPSCVw3ms5gjlFUDugyqnOZjqAiQeCAHp32uOu2xCtjuS0qW", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "15655e1f-5005-4c53-b3c0-c4a1d1ca5e9e", "rngcStatus": 0}}, {"time": "2022-08-21T13:31:27.518303Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "205.33.24.92", "correlationId": "79182cca-6c0e-4931-ac32-3f630b506c61", "identity": "Vanessa Ramirez", "Level": 4, "location": "XD", "properties": {"id": "16bcb29d-4da5-4f0e-bf12-10791b258500", "createdDateTime": "2022-08-21T13:31:27.619303Z", "userDisplayName": "Vanessa Ramirez", "userPrincipalName": "vramirez@domain.com", "userId": "5d72b7ed-62ea-4b94-b931-ccef65d71ebd", "appId": "18bf60fa-77dd-4aad-891d-af82ca87dd06", "appDisplayName": "FortiGate SSL VPN", "ipAddress": "205.33.24.92", "status": {"errorCode": 0}, "clientAppUsed": "Browser", "deviceDetail": {"deviceId": "e395a3f4-8f2d-4170-804f-d3e13ce3151b", "displayName": "VANESSARAMIREZ-LT", "operatingSystem": "Windows", "browser": "Rich Client 4.22.0.0", "trustType": "Azure AD registered"}, "location": {"city": "Kristinmouth", "state": "Norrisbury", "countryOrRegion": "XD", "geoCoordinates": {"latitude": 26.278784, "longitude": -92.042573}}, "correlationId": "b9bd0923-70be-4f11-9252-c4fa9c7c3b42", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "f354909a-7bc0-4f1e-9f38-01f315d872b3", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 101, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "FortiGate SSL VPN Service", "resourceId": "a1edee32-85c4-4a57-afcb-5853873a47e7", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 214655, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "Lg7khdiZZ6SNfTznpbWtwQNH7zDzSXhsSzqGq61wCx2CiWhM", "incomingTokenType": "none", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "0898af19-dfef-4b51-a918-f534c473013d", "rngcStatus": 0}}, {"time": "2022-08-21T13:41:14.094506Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "42.62.103.34", "correlationId": "2f541be4-fa47-49e7-827d-708cabd3be0d", "identity": "Joseph Taylor", "Level": 4, "location": "XF", "properties": {"id": "e8cac988-e748-48ae-8e6f-72712e756d00", "createdDateTime": "2022-08-21T13:41:14.222506Z", "userDisplayName": "Joseph Taylor", "userPrincipalName": "jtaylor@domain.com", "userId": "af9847eb-c773-41ae-bf94-42747c5e986c", "appId": "e47a1d38-5f61-45cd-b1b9-bc92f525c598", "appDisplayName": "Altoura", "ipAddress": "42.62.103.34", "status": {"errorCode": 0, "additionalDetails": "MFA requirement satisfied by claim in the token"}, "clientAppUsed": "Browser", "userAgent": "Mozilla/5.0 (Linux; Android 2.3.5) AppleWebKit/532.2 (KHTML, like Gecko) Chrome/46.0.898.0 Safari/532.2 Edge/105.19198", "deviceDetail": {"deviceId": "76b96bd3-e5d7-49ee-b195-bf363facdb3d", "displayName": "JOSEPHTAYLOR-LT", "operatingSystem": "Windows 10", "browser": "Edge 105.19198", "isCompliant": true, "isManaged": true, "trustType": "Azure AD joined"}, "location": {"city": "Jessicafurt", "state": "Smithbury", "countryOrRegion": "XF", "geoCoordinates": {"latitude": 17.5082395, "longitude": -115.304215}}, "mfaDetail": {}, "correlationId": "db7eb207-5d48-4c0c-987b-548aa1b1d6c2", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "2d7a0053-ac2b-4270-ae03-77b435bf3583", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 128, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Altoura Online", "resourceId": "f0630e90-b752-4960-bfb9-a0794fc34930", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 393508, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "UERXKSWhpXjXCFx66vtJ5LQShROs3vccSmUUKCBGYScVjRGO", "incomingTokenType": "none", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "1f37c851-4be4-455b-928a-fbde7845a68a", "rngcStatus": 0}}, {"time": "2022-08-21T14:11:35.064032Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "13.113.40.157", "correlationId": "15f501b1-83bb-4b7a-89ab-9f9160264d25", "identity": "Attack Target", "Level": 4, "location": "XR", "properties": {"id": "4bc15ed8-27d4-456e-9748-a687ed226500", "createdDateTime": "2022-08-21T14:11:35.422032Z", "userDisplayName": "Attack Target", "userPrincipalName": "attacktarget@domain.com", "userId": "d735e84b-dcca-404d-9f7d-700f360f41a6", "appId": "9c5b7fe3-0ad2-4ea6-94e5-9e0001f367e3", "appDisplayName": "Articulate 360", "ipAddress": "13.113.40.157", "status": {"errorCode": 0}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (iPad; CPU iPad OS 9_3_6 like Mac OS X) AppleWebKit/536.1 (KHTML, like Gecko) CriOS/42.0.865.0 Mobile/77O124 Safari/536.1 Edge/99.14477", "deviceDetail": {"deviceId": "a44625dc-6f81-449a-9799-8005f7209b42", "displayName": "ATTACKTARGET-LT", "operatingSystem": "Windows 10", "browser": "Edge 99.14477", "trustType": "Azure AD registered"}, "location": {"city": "Smithfort", "state": "Smithfort", "countryOrRegion": "XR", "geoCoordinates": {"latitude": 3.7564095, "longitude": -121.574606}}, "correlationId": "0e2ffe08-6558-4733-a620-79353fe5d9c8", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "5994c561-020c-49be-af89-8ed5ec3ff627", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 358, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Articulate 360 Online", "resourceId": "436260d5-3791-4aea-a4da-aa698ec35f2f", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 34974, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "1CWx6WJdvlsqlsKs6fSY2ZiS9YmeheUl8fe1llRPWWziCxnr", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "94b9f3ba-5f4b-4edc-99dc-a420b76960f9", "rngcStatus": 0}}, {"time": "2022-08-21T14:17:11.647027Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "13.113.40.157", "correlationId": "57bdf64c-2a65-4b9c-b0cd-de8873b8d28d", "identity": "Attack Target", "Level": 4, "location": "XR", "properties": {"id": "8f0104bc-cf9f-4ec7-a1f4-ae8422456e00", "createdDateTime": "2022-08-21T14:17:13.061027Z", "userDisplayName": "Attack Target", "userPrincipalName": "attacktarget@domain.com", "userId": "d735e84b-dcca-404d-9f7d-700f360f41a6", "appId": "9a7e67c7-6f05-42a3-b226-97c7ec3e9696", "appDisplayName": "Adobe Identity Management", "ipAddress": "13.113.40.157", "ipAddressFromResourceProvider": "13.113.40.157", "status": {"errorCode": 0}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (iPad; CPU iPad OS 9_3_6 like Mac OS X) AppleWebKit/536.1 (KHTML, like Gecko) CriOS/42.0.865.0 Mobile/77O124 Safari/536.1 Edge/99.14477", "deviceDetail": {"deviceId": "a44625dc-6f81-449a-9799-8005f7209b42", "displayName": "ATTACKTARGET-LT", "operatingSystem": "Windows 10", "browser": "Edge 99.14477", "trustType": "Azure AD registered"}, "location": {"city": "New John", "state": "Smithfort", "countryOrRegion": "XR", "geoCoordinates": {"latitude": -89.144242, "longitude": 168.119022}}, "correlationId": "b09352a9-0142-4b6c-b398-529cac30cb5b", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "6622e575-7942-47e4-93b4-ab1c5efdc0e5", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 1414, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Adobe Identity Management Service", "resourceId": "c8eab36d-0a82-409d-8693-a8dabc997921", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 34974, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "NIisNYC2g6kxJRzmtvWKMS6bntyVP7tMwvCYi9keMoSYG6ku", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "2248d3ef-d7b8-4eb2-bd20-fb53f725bfe3", "rngcStatus": 0}}, {"time": "2022-08-21T14:20:17.320047Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "50158", "resultSignature": "None", "resultDescription": "External security challenge was not satisfied.", "durationMs": 0, "callerIpAddress": "44.22.19.201", "correlationId": "461fced9-e063-4b87-9098-e05646c8fff3", "identity": "Thomas Price", "Level": 4, "location": "XN", "properties": {"id": "17558929-4181-40d4-9645-7d299d377200", "createdDateTime": "2022-08-21T14:20:17.438047Z", "userDisplayName": "Thomas Price", "userPrincipalName": "tprice@domain.com", "userId": "32109ee2-ee4f-4d11-9c38-2556aec0f2b5", "appId": "9a7e67c7-6f05-42a3-b226-97c7ec3e9696", "appDisplayName": "Adobe Identity Management", "ipAddress": "44.22.19.201", "status": {"errorCode": 50158, "failureReason": "External security challenge was not satisfied."}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (X11; Linux i686) AppleWebKit/535.2 (KHTML, like Gecko) Chrome/22.0.843.0 Safari/535.2 Edge/118.12158", "deviceDetail": {"deviceId": "0927e60c-8dfa-4ecf-be85-ad63bccf40a1", "displayName": "THOMASPRICE-LT", "operatingSystem": "Windows 10", "browser": "Edge 118.12158", "trustType": "Hybrid Azure AD joined"}, "location": {"city": "Littlemouth", "state": "Alexanderfurt", "countryOrRegion": "XN", "geoCoordinates": {"latitude": 25.4437255, "longitude": -109.530885}}, "correlationId": "90aef86d-f5b6-4160-a6da-bab235491115", "conditionalAccessStatus": "failure", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "d9c90444-70c3-452a-9b95-260edb9d0483", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 118, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Adobe Identity Management Service", "resourceId": "30663ca7-f8a9-43ab-8ca1-7906bdbc1485", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 230297, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "Xyr2eNLSVeA6r8XqeY6GUZXsDM2dvXgfvAkJ2rPyx7b4qXal", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "a6c259e5-7f16-48b2-a9f3-75becd6daa9b", "rngcStatus": 0}}, {"time": "2022-08-21T14:29:07.825209Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "92.110.109.246", "correlationId": "c9a329e6-59ee-4f1b-b8df-b7afd2f86596", "identity": "David Johnson", "Level": 4, "location": "XR", "properties": {"id": "6a5f64c1-1a9a-4556-9496-2d2036d58a00", "createdDateTime": "2022-08-21T14:29:07.965209Z", "userDisplayName": "David Johnson", "userPrincipalName": "djohnson@domain.com", "userId": "ff2ae3d2-8cd2-4bd6-b65d-49c5ad946c7f", "appId": "b6eb5487-41e5-4254-acc5-72fbd850bd1e", "appDisplayName": "Google Cloud / G Suite Connector by Microsoft", "ipAddress": "92.110.109.246", "status": {"errorCode": 0}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (iPad; CPU iPad OS 9_3_6 like Mac OS X) AppleWebKit/536.1 (KHTML, like Gecko) CriOS/42.0.865.0 Mobile/77O124 Safari/536.1 Edge/99.14477", "deviceDetail": {"deviceId": "717ebe00-a5eb-412e-97b6-7b8ab7cfbc02", "displayName": "DAVIDJOHNSON-LT", "operatingSystem": "Windows 10", "browser": "Edge 99.14477", "trustType": "Azure AD registered"}, "location": {"city": "Port Denisetown", "state": "Smithton", "countryOrRegion": "XR", "geoCoordinates": {"latitude": 3.5518965, "longitude": 131.871582}}, "correlationId": "c43d4649-62fe-41ab-b0dc-7dd855c844b6", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "bbe76e19-b4c1-4176-a6df-bf448c2fdbff", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 140, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Google Cloud / G Suite Connector by Microsoft Service", "resourceId": "47e06079-6a63-42ab-89ea-840a60f3ea94", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 230297, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "oCca1XUC60rk6hN5sQytz4QoOb5vQ5InW6fwJUwHx9i2cAkV", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "af115473-a920-4919-a03a-7215ca304189", "rngcStatus": 0}}, {"time": "2022-08-21T14:45:01.424968Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "86.154.193.190", "correlationId": "7dde0203-de53-4456-a09a-2eb89cee8b66", "identity": "Kristen Howell", "Level": 4, "location": "XR", "properties": {"id": "05ba222e-1564-4894-b208-c5352bb68200", "createdDateTime": "2022-08-21T14:45:01.526968Z", "userDisplayName": "Kristen Howell", "userPrincipalName": "khowell@domain.com", "userId": "20e1e3f9-665f-45bd-9984-5e74b526d3b5", "appId": "9a7e67c7-6f05-42a3-b226-97c7ec3e9696", "appDisplayName": "Adobe Identity Management", "ipAddress": "86.154.193.190", "status": {"errorCode": 0}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (X11; Linux i686) AppleWebKit/533.0 (KHTML, like Gecko) Chrome/24.0.803.0 Safari/533.0 Edge/40.11325", "deviceDetail": {"deviceId": "af204333-3bdf-4228-bbeb-e3a654075b5c", "displayName": "KRISTENHOWELL-LT", "operatingSystem": "Windows 10", "browser": "Edge 40.11325", "trustType": "Azure AD registered"}, "location": {"city": "Port Denisetown", "state": "Smithton", "countryOrRegion": "XR", "geoCoordinates": {"latitude": 3.5518965, "longitude": 131.871582}}, "correlationId": "267ea6bd-501d-43f8-8cd2-d8d20f9bae6a", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "3f4d7ab3-4ea7-4fa5-bd8d-6dfed467c5cc", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 102, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Adobe Identity Management Service", "resourceId": "9a84f55e-3a40-492c-9476-e069f64ed7a6", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 256668, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "10Q7nIQQ24WMqecS8e0XEGaUc6GHgq33r67fSAxT6gFXOUdk", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "37ee873b-f901-4e25-be69-010243106d0f", "rngcStatus": 0}}, {"time": "2022-08-21T14:54:47.207213Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "156.206.181.119", "correlationId": "57d0a120-e85b-46a5-b6a2-25ea525ea97d", "identity": "Cynthia Perry", "Level": 4, "location": "XY", "properties": {"id": "80a78cf7-7251-46ba-b35b-bdc3c4776100", "createdDateTime": "2022-08-21T14:54:47.302213Z", "userDisplayName": "Cynthia Perry", "userPrincipalName": "cperry@domain.com", "userId": "ac5fa380-9d5b-470e-beb2-5ba10aca48e6", "appId": "9de6e985-97a5-4d82-9c45-aedaa9c25ef9", "appDisplayName": "AWS Single-Account Access", "ipAddress": "156.206.181.119", "status": {"errorCode": 0}, "clientAppUsed": "Browser", "deviceDetail": {"deviceId": "", "operatingSystem": "Windows"}, "location": {"city": "Hannaville", "state": "Thomashaven", "countryOrRegion": "XY", "geoCoordinates": {"latitude": 1.1452695, "longitude": 128.249211}}, "correlationId": "6b850e0a-62b2-4141-b3cd-08ecea414c5a", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "5404eeea-5f12-4021-866a-f8aaeae24c5e", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 95, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "AWS Single-Account Access Service", "resourceId": "9a84f55e-3a40-492c-9476-e069f64ed7a6", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 279165, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "ccG3PInLLUlG1AoOH7HvxG4YSoydtpA7VDQuAYPwUqGeVhLk", "incomingTokenType": "none", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "37ee873b-f901-4e25-be69-010243106d0f", "rngcStatus": 0}}, {"time": "2022-08-21T14:56:25.661526Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "156.206.181.119", "correlationId": "10549a8c-fd77-4672-991f-e2abf421aeeb", "identity": "Cynthia Perry", "Level": 4, "location": "XY", "properties": {"id": "b7f5af53-c3a8-4597-83ff-57a232166e00", "createdDateTime": "2022-08-21T14:56:25.737526Z", "userDisplayName": "Cynthia Perry", "userPrincipalName": "cperry@domain.com", "userId": "ac5fa380-9d5b-470e-beb2-5ba10aca48e6", "appId": "9de6e985-97a5-4d82-9c45-aedaa9c25ef9", "appDisplayName": "AWS Single-Account Access", "ipAddress": "156.206.181.119", "status": {"errorCode": 0}, "clientAppUsed": "Browser", "deviceDetail": {"deviceId": "", "operatingSystem": "Windows"}, "location": {"city": "Hannaville", "state": "Thomashaven", "countryOrRegion": "XY", "geoCoordinates": {"latitude": 1.1452695, "longitude": 128.249211}}, "correlationId": "414db5e9-6e01-4702-907b-21ff991a02e2", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "b0f2ba9b-4369-4304-b6be-1bd6346720ef", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 76, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "AWS Single-Account Access Service", "resourceId": "72f0186d-d327-46c9-a8ff-497e0caa8691", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 279165, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "TCPleSkvrGyN8n6nFzKbVhBAOxODSgW0M0078k9VJtxawP6S", "incomingTokenType": "none", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": null, "rngcStatus": 0}}, {"time": "2022-08-21T15:06:02.955833Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "156.206.181.119", "correlationId": "b2af1bc7-2cc6-41d8-8af7-9253490617a1", "identity": "Cynthia Perry", "Level": 4, "location": "XY", "properties": {"id": "717ef043-4342-4bef-be3f-b1a233cd6300", "createdDateTime": "2022-08-21T15:06:03.055833Z", "userDisplayName": "Cynthia Perry", "userPrincipalName": "cperry@domain.com", "userId": "ac5fa380-9d5b-470e-beb2-5ba10aca48e6", "appId": "9a7e67c7-6f05-42a3-b226-97c7ec3e9696", "appDisplayName": "Adobe Identity Management", "ipAddress": "156.206.181.119", "status": {"errorCode": 0}, "clientAppUsed": "Mobile Apps and Desktop clients", "deviceDetail": {"deviceId": "", "operatingSystem": "Windows 10", "browser": "Rich Client v3.4.1.35249"}, "location": {"city": "Hannaville", "state": "Thomashaven", "countryOrRegion": "XY", "geoCoordinates": {"latitude": 1.1452695, "longitude": 128.249211}}, "correlationId": "9aff502e-4707-43ad-add9-e07187744793", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "3d6d3471-b98a-47b1-95e5-529a46221533", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 100, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Adobe Identity Management Service", "resourceId": "9a84f55e-3a40-492c-9476-e069f64ed7a6", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 279165, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "79YqbvfzLPqImai0lwYbX5Qas73GDl1jFYoeIi9EmPPo8MhX", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "37ee873b-f901-4e25-be69-010243106d0f", "rngcStatus": 0}}, {"time": "2022-08-21T15:19:15.441599Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "1.210.58.10", "correlationId": "ce1020fd-0d4f-466b-b9de-3f039732be0a", "identity": "Keith Sheppard", "Level": 4, "location": "XD", "properties": {"id": "c7a26d47-4335-4fb6-9ae4-3b53e93b6d00", "createdDateTime": "2022-08-21T15:19:15.568599Z", "userDisplayName": "Keith Sheppard", "userPrincipalName": "ksheppard@domain.com", "userId": "05bd48f1-91d2-4c2d-9a7c-80e80f561b3c", "appId": "aa9b8b3e-d262-4903-84d7-168dec71f74c", "appDisplayName": "SAP SuccessFactors", "ipAddress": "1.210.58.10", "status": {"errorCode": 0}, "clientAppUsed": "Browser", "deviceDetail": {"deviceId": "639815fd-5018-4e38-9d81-67538b2ce460", "displayName": "KEITHSHEPPARD-LT", "operatingSystem": "Windows", "browser": "Rich Client 4.34.0.0", "trustType": "Azure AD registered"}, "location": {"city": "Cooperhaven", "state": "Norrisbury", "countryOrRegion": "XD", "geoCoordinates": {"latitude": 70.436398, "longitude": -23.873747}}, "correlationId": "fd8a3251-0edf-468d-8d85-2b75cfdc2e05", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "3ebe4ee0-ed25-47d3-b738-ac70ccbcf774", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 127, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "SAP SuccessFactors Online", "resourceId": "011ef7ce-62bf-4093-93ba-2b1afc4ff1b6", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 69487, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "yxqxEP2om2laxVXnyBkG6MqFCJ4wWqChnrzfEpfLBoJLzgZG", "incomingTokenType": "none", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "73a99f7e-86a2-47db-85b9-af0c5b0fee79", "rngcStatus": 0}}, {"time": "2022-08-21T15:33:53.609628Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "13.113.40.157", "correlationId": "d95f90ee-1613-428b-b77f-b8fd0b22aa15", "identity": "Attack Target", "Level": 4, "location": "XR", "properties": {"id": "f656c79e-6ed9-4ee9-bee4-408ed7936600", "createdDateTime": "2022-08-21T15:33:53.727628Z", "userDisplayName": "Attack Target", "userPrincipalName": "attacktarget@domain.com", "userId": "d735e84b-dcca-404d-9f7d-700f360f41a6", "appId": "9a7e67c7-6f05-42a3-b226-97c7ec3e9696", "appDisplayName": "Adobe Identity Management", "ipAddress": "13.113.40.157", "status": {"errorCode": 0}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (iPad; CPU iPad OS 9_3_6 like Mac OS X) AppleWebKit/536.1 (KHTML, like Gecko) CriOS/42.0.865.0 Mobile/77O124 Safari/536.1 Edge/99.14477", "deviceDetail": {"deviceId": "a44625dc-6f81-449a-9799-8005f7209b42", "displayName": "ATTACKTARGET-LT", "operatingSystem": "Windows 10", "browser": "Edge 99.14477", "trustType": "Azure AD registered"}, "location": {"city": "New John", "state": "Smithfort", "countryOrRegion": "XR", "geoCoordinates": {"latitude": -89.144242, "longitude": 168.119022}}, "correlationId": "1faf167c-18bf-4f70-bf44-f6a064d9425b", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "cc807b1f-1ed4-4d07-b4b8-9f874a513b55", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 118, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Adobe Identity Management Service", "resourceId": "80abac89-d2c0-4b6c-8ffc-5023bd7efc5e", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 34974, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "2BrM541XxXomGwge3UX3sPsfGLz073Rp8Zq2ObCbXlQh2SSm", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": null, "rngcStatus": 0}}, {"time": "2022-08-21T15:34:08.715398Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "44.22.19.201", "correlationId": "dddedd56-2648-420a-8fd1-f0c4e25e04bd", "identity": "David Johnson", "Level": 4, "location": "XN", "properties": {"id": "ea590d8d-e3b3-4fb0-bfa4-efd9a3796d00", "createdDateTime": "2022-08-21T15:34:08.886398Z", "userDisplayName": "David Johnson", "userPrincipalName": "djohnson@domain.com", "userId": "ff2ae3d2-8cd2-4bd6-b65d-49c5ad946c7f", "appId": "9de6e985-97a5-4d82-9c45-aedaa9c25ef9", "appDisplayName": "AWS Single-Account Access", "ipAddress": "44.22.19.201", "status": {"errorCode": 0}, "clientAppUsed": "Browser", "deviceDetail": {"deviceId": "8fb0ff79-f116-4f20-8ca8-36b3f8d68865", "displayName": "DAVIDJOHNSON-LT", "operatingSystem": "Windows", "trustType": "Azure AD registered"}, "location": {"city": "Littlemouth", "state": "Alexanderfurt", "countryOrRegion": "XN", "geoCoordinates": {"latitude": 25.4437255, "longitude": -109.530885}}, "correlationId": "8cd2ff46-c90b-486a-83a6-833cecb75b66", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "96892ee7-f177-48df-aff0-d8336fc98cfc", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 171, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "AWS Single-Account Access Service", "resourceId": "f0630e90-b752-4960-bfb9-a0794fc34930", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 230297, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "LV8WHgtrKBVxEQPjtQRVmBY2njBDYmQiP1dmTmT8IcwjPwHu", "incomingTokenType": "none", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "1f37c851-4be4-455b-928a-fbde7845a68a", "rngcStatus": 0}}, {"time": "2022-08-21T15:55:05.704787Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "50158", "resultSignature": "None", "resultDescription": "External security challenge was not satisfied.", "durationMs": 0, "callerIpAddress": "92.110.109.246", "correlationId": "db07366d-e6f0-4486-a11c-fd853c765800", "identity": "Thomas Price", "Level": 4, "location": "XR", "properties": {"id": "bf3f8700-918c-41f4-af78-0e105c865300", "createdDateTime": "2022-08-21T15:55:05.861787Z", "userDisplayName": "Thomas Price", "userPrincipalName": "tprice@domain.com", "userId": "32109ee2-ee4f-4d11-9c38-2556aec0f2b5", "appId": "9a7e67c7-6f05-42a3-b226-97c7ec3e9696", "appDisplayName": "Adobe Identity Management", "ipAddress": "92.110.109.246", "status": {"errorCode": 50158, "failureReason": "External security challenge was not satisfied."}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (X11; Linux i686) AppleWebKit/535.2 (KHTML, like Gecko) Chrome/22.0.843.0 Safari/535.2 Edge/118.12158", "deviceDetail": {"deviceId": "fb4d911d-6441-411b-868f-d25d5586a326", "displayName": "THOMASPRICE-LT", "operatingSystem": "Windows 10", "browser": "Edge 118.12158", "trustType": "Hybrid Azure AD joined"}, "location": {"city": "Port Denisetown", "state": "Smithton", "countryOrRegion": "XR", "geoCoordinates": {"latitude": 3.5518965, "longitude": 131.871582}}, "correlationId": "5dfd4b18-5e43-4def-b057-aed5a13ab958", "conditionalAccessStatus": "failure", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "606253f2-e9dd-4d27-9ec8-9167383d3879", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "processingTimeInMilliseconds": 157, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Adobe Identity Management Service", "resourceId": "30663ca7-f8a9-43ab-8ca1-7906bdbc1485", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 230297, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "4eOkoMJlM5kJ1G1yO5wxqwaHR0oO1Xtyi6yP1gjFga9MPdfF", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "a6c259e5-7f16-48b2-a9f3-75becd6daa9b"}}, {"time": "2022-08-21T16:17:45.460319Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "50158", "resultSignature": "None", "resultDescription": "External security challenge was not satisfied.", "durationMs": 0, "callerIpAddress": "147.132.189.119", "correlationId": "9d09291e-a6a7-452b-8b8f-bb3ed9981539", "identity": "Cassie Fernandez", "Level": 4, "location": "XR", "properties": {"id": "159590e9-5419-4dbb-867e-36417f606000", "createdDateTime": "2022-08-21T16:17:45.592319Z", "userDisplayName": "Cassie Fernandez", "userPrincipalName": "cfernandez@domain.com", "userId": "67ef8be6-3f44-4db7-8172-fd6211428c1e", "appId": "79510a8f-6421-4348-a2ea-bcc2b02485c1", "appDisplayName": "Cisco AnyConnect", "ipAddress": "147.132.189.119", "status": {"errorCode": 50158, "failureReason": "External security challenge was not satisfied."}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (iPad; CPU iPad OS 9_3_6 like Mac OS X) AppleWebKit/536.1 (KHTML, like Gecko) CriOS/42.0.865.0 Mobile/77O124 Safari/536.1 Edge/99.14477", "deviceDetail": {"deviceId": "bf67c857-685a-4457-89c4-db2afa581bd2", "displayName": "CASSIEFERNANDEZ-LT", "operatingSystem": "Windows 10", "browser": "Edge 99.14477", "trustType": "Hybrid Azure AD joined"}, "location": {"city": "Port Denisetown", "state": "Smithton", "countryOrRegion": "XR", "geoCoordinates": {"latitude": 3.5518965, "longitude": 131.871582}}, "correlationId": "2c8c8ebd-77e0-4552-b545-b3f7ac9ac213", "conditionalAccessStatus": "failure", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "405221ff-b9a7-45c9-98cb-e4d121887c20", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 132, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Cisco AnyConnect Online", "resourceId": "5d5b8d28-6a28-472e-b837-a4094e466965", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 256668, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "t23LnsNgeKDwbe5sk3c7Ul66ABatHuMMN6FWEpJnzbc9688z", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "15655e1f-5005-4c53-b3c0-c4a1d1ca5e9e", "rngcStatus": 0}}, {"time": "2022-08-21T16:42:10.253861Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "63.94.19.180", "correlationId": "ec67f2be-2360-4ce4-92a6-a75641475475", "identity": "Vanessa Ramirez", "Level": 4, "location": "XD", "properties": {"id": "38d1405c-86c6-4469-98c5-85aeb42a7500", "createdDateTime": "2022-08-21T16:42:10.353861Z", "userDisplayName": "Vanessa Ramirez", "userPrincipalName": "vramirez@domain.com", "userId": "5d72b7ed-62ea-4b94-b931-ccef65d71ebd", "appId": "2eae4ad1-8cae-48fe-b718-76bd66e2fc7f", "appDisplayName": "Bipsync", "ipAddress": "63.94.19.180", "status": {"errorCode": 0}, "clientAppUsed": "Mobile Apps and Desktop clients", "deviceDetail": {"deviceId": "", "operatingSystem": "Ios", "browser": "Mobile Safari"}, "location": {"city": "New James", "state": "Norrisbury", "countryOrRegion": "XD", "geoCoordinates": {"latitude": 64.5727225, "longitude": 92.661569}}, "correlationId": "b82a8eb3-a1bc-43aa-b7ee-28cb9f607d00", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "d939333d-c3f6-4604-9153-4c22be84bf89", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 100, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Bipsync Service", "resourceId": "aaf780ce-b996-49b9-986d-8bb23f7bce3a", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 45904, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "iSo0N124EUuWRPCZ0toH91AQuqVJRZp9o1MPQc5RwEajZQPy", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "b7da42cc-a168-4148-b15a-792ad32c2ff5", "rngcStatus": 0}}, {"time": "2022-08-21T16:47:25.007084Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "1.210.58.10", "correlationId": "89a05169-ca42-4ef8-b395-fdf11d30227b", "identity": "Keith Sheppard", "Level": 4, "location": "XD", "properties": {"id": "2289f33d-0ae1-4487-b310-98d9b6c07300", "createdDateTime": "2022-08-21T16:47:25.101084Z", "userDisplayName": "Keith Sheppard", "userPrincipalName": "ksheppard@domain.com", "userId": "05bd48f1-91d2-4c2d-9a7c-80e80f561b3c", "appId": "2eae4ad1-8cae-48fe-b718-76bd66e2fc7f", "appDisplayName": "Bipsync", "ipAddress": "1.210.58.10", "status": {"errorCode": 0}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (Windows NT 4.0) AppleWebKit/531.1 (KHTML, like Gecko) Chrome/20.0.823.0 Safari/531.1 Edge/87.11424", "deviceDetail": {"deviceId": "639815fd-5018-4e38-9d81-67538b2ce460", "displayName": "KEITHSHEPPARD-LT", "operatingSystem": "Windows 10", "browser": "Edge 87.11424", "trustType": "Azure AD registered"}, "location": {"city": "Cooperhaven", "state": "Norrisbury", "countryOrRegion": "XD", "geoCoordinates": {"latitude": 70.436398, "longitude": -23.873747}}, "correlationId": "24f32beb-82d1-42e4-8546-284d84e2dd55", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "d81e9640-2f5f-4711-9d28-98029b5132d5", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 94, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Bipsync Service", "resourceId": "aaf780ce-b996-49b9-986d-8bb23f7bce3a", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 69487, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "gC6BywlfG2LVDxAuRo9fRS1KxISakzzpDWz2DKrSpcQt6yTA", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "b7da42cc-a168-4148-b15a-792ad32c2ff5", "rngcStatus": 0}}, {"time": "2022-08-21T16:58:19.024584Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "86.154.193.190", "correlationId": "2fe87850-7033-40ad-b087-085c02b57b7c", "identity": "Melissa Martin", "Level": 4, "location": "XR", "properties": {"id": "f1fc2489-d131-4e12-a62d-535ff9f48600", "createdDateTime": "2022-08-21T16:58:19.103584Z", "userDisplayName": "Melissa Martin", "userPrincipalName": "mmartin@domain.com", "userId": "632ccb55-03a7-40f4-9893-653527cae790", "appId": "bc269cd9-8681-4af0-9e76-2a9b4ca24e65", "appDisplayName": "GlassFrog", "ipAddress": "86.154.193.190", "status": {"errorCode": 0}, "clientAppUsed": "Browser", "deviceDetail": {"deviceId": "", "operatingSystem": "Windows", "browser": "Rich Client 4.42.0.0"}, "location": {"city": "Port Denisetown", "state": "Smithton", "countryOrRegion": "XR", "geoCoordinates": {"latitude": 3.5518965, "longitude": 131.871582}}, "correlationId": "19d486a5-0e15-4fef-8d83-17a73ceb66fd", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "526919a9-5f59-41eb-bdd5-661d2f66240c", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 79, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "GlassFrog Service", "resourceId": "099383fe-c9f7-4a82-b599-e6773fd99672", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 256668, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "ZOJog95aXBseSrlJX2j8ayVwR9E2LrmQuueGu4S70HBX2NdX", "incomingTokenType": "none", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "89935e77-e093-4c59-91c3-233fcc836127", "rngcStatus": 0}}, {"time": "2022-08-21T17:02:52.876113Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "13.113.40.157", "correlationId": "d898c03c-7947-44e8-a2ad-21374237ddf2", "identity": "Attack Target", "Level": 4, "location": "XR", "properties": {"id": "0247f9e7-1fff-44eb-af6f-23a388f96f00", "createdDateTime": "2022-08-21T17:02:53.000113Z", "userDisplayName": "Attack Target", "userPrincipalName": "attacktarget@domain.com", "userId": "d735e84b-dcca-404d-9f7d-700f360f41a6", "appId": "9a7e67c7-6f05-42a3-b226-97c7ec3e9696", "appDisplayName": "Adobe Identity Management", "ipAddress": "13.113.40.157", "ipAddressFromResourceProvider": "11.5.130.220", "status": {"errorCode": 0}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (iPad; CPU iPad OS 9_3_6 like Mac OS X) AppleWebKit/536.1 (KHTML, like Gecko) CriOS/42.0.865.0 Mobile/77O124 Safari/536.1 Edge/99.14477", "deviceDetail": {"deviceId": "a44625dc-6f81-449a-9799-8005f7209b42", "displayName": "ATTACKTARGET-LT", "operatingSystem": "Windows 10", "browser": "Edge 99.14477", "trustType": "Azure AD registered"}, "location": {"city": "Smithfort", "state": "Smithfort", "countryOrRegion": "XR", "geoCoordinates": {"latitude": 3.7564095, "longitude": -121.574606}}, "correlationId": "cc7c150a-535d-439a-a60f-2f064e866c44", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "d5305f54-c864-42eb-bbc6-821951b658db", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 124, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Adobe Identity Management Service", "resourceId": "9a84f55e-3a40-492c-9476-e069f64ed7a6", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 34974, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "RnB4hO56TkGzwsfn3zz93BY32cNWzv0EVV5erB6lJ4eCEsmA", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "37ee873b-f901-4e25-be69-010243106d0f", "rngcStatus": 0}}, {"time": "2022-08-21T17:21:27.216752Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "50158", "resultSignature": "None", "resultDescription": "External security challenge was not satisfied.", "durationMs": 0, "callerIpAddress": "147.132.189.119", "correlationId": "2c878e68-05cd-47c0-92de-a7a276339bac", "identity": "Terry Proctor", "Level": 4, "location": "XR", "properties": {"id": "883e5098-3851-4488-b9f8-2db0f9d85f00", "createdDateTime": "2022-08-21T17:21:27.321752Z", "userDisplayName": "Terry Proctor", "userPrincipalName": "tproctor@domain.com", "userId": "03110cc5-e54f-4dae-b68a-bf5d945f8152", "appId": "9a7e67c7-6f05-42a3-b226-97c7ec3e9696", "appDisplayName": "Adobe Identity Management", "ipAddress": "147.132.189.119", "status": {"errorCode": 50158, "failureReason": "External security challenge was not satisfied.", "additionalDetails": "MFA requirement satisfied by claim in the token"}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (X11; Linux i686) AppleWebKit/533.0 (KHTML, like Gecko) Chrome/24.0.803.0 Safari/533.0 Edge/40.11325", "deviceDetail": {"deviceId": "88ee69d5-1eb7-4f29-b594-e9b4e3371940", "displayName": "TERRYPROCTOR-LT", "operatingSystem": "Windows 10", "browser": "Edge 40.11325", "isCompliant": true, "isManaged": true, "trustType": "Azure AD joined"}, "location": {"city": "Port Denisetown", "state": "Smithton", "countryOrRegion": "XR", "geoCoordinates": {"latitude": 3.5518965, "longitude": 131.871582}}, "mfaDetail": {}, "correlationId": "fff0d283-2f9c-4236-a2db-27d2116d8d18", "conditionalAccessStatus": "failure", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "b78dd51d-5852-40dd-afd0-db9b7f717a1b", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 105, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Adobe Identity Management Service", "resourceId": "7d6a0897-8b82-49e9-90e2-d482fb9202bd", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 256668, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "BNaJ84afwDmvbK37pVISWR9LT6eSD190XXXimKUmaOCbPxji", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "537d9419-7e2b-4778-9102-62256bcfcf45", "rngcStatus": 0}}, {"time": "2022-08-21T17:37:33.638196Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "50158", "resultSignature": "None", "resultDescription": "External security challenge was not satisfied.", "durationMs": 0, "callerIpAddress": "166.105.218.213", "correlationId": "246832e2-8080-4ae5-91c2-4f7bf42442ff", "identity": "Thomas Price", "Level": 4, "location": "XR", "properties": {"id": "24f34ea2-62fd-45db-9e25-0b53c4a99c00", "createdDateTime": "2022-08-21T17:37:33.782196Z", "userDisplayName": "Thomas Price", "userPrincipalName": "tprice@domain.com", "userId": "32109ee2-ee4f-4d11-9c38-2556aec0f2b5", "appId": "9a7e67c7-6f05-42a3-b226-97c7ec3e9696", "appDisplayName": "Adobe Identity Management", "ipAddress": "166.105.218.213", "status": {"errorCode": 50158, "failureReason": "External security challenge was not satisfied."}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (X11; Linux i686) AppleWebKit/535.2 (KHTML, like Gecko) Chrome/22.0.843.0 Safari/535.2 Edge/118.12158", "deviceDetail": {"deviceId": "81ad31fb-e9be-4498-b1b2-c62f8fae1a77", "displayName": "THOMASPRICE-LT", "operatingSystem": "Windows 10", "browser": "Edge 118.12158", "trustType": "Hybrid Azure AD joined"}, "location": {"city": "Santosborough", "state": "Smithton", "countryOrRegion": "XR", "geoCoordinates": {"latitude": 12.8350355, "longitude": 138.359011}}, "correlationId": "ee3f3c23-6086-4b82-8f1e-31aac16378cb", "conditionalAccessStatus": "failure", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "d5086ae4-1267-4906-8ed7-2ccd48da37bd", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 144, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Adobe Identity Management Service", "resourceId": "30663ca7-f8a9-43ab-8ca1-7906bdbc1485", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 256668, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "f5Sjv9XkwhZkl2qVQ9NwnN8TzCnGTXUycxn9FEjCk6123Qkx", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "a6c259e5-7f16-48b2-a9f3-75becd6daa9b", "rngcStatus": 0}}, {"time": "2022-08-21T17:41:11.839279Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "205.33.24.92", "correlationId": "42e54f1e-28de-4198-9df8-9436429d40c3", "identity": "Aaron Cole", "Level": 4, "location": "XD", "properties": {"id": "4b638f01-21ae-4071-8f14-553d2a518200", "createdDateTime": "2022-08-21T17:41:11.909279Z", "userDisplayName": "Aaron Cole", "userPrincipalName": "acole@domain.com", "userId": "5d557969-1645-4ba4-be83-b6fd943659f7", "appId": "4c2f7c2a-ff05-4df6-9087-9ba8388a3861", "appDisplayName": "Foko Retail", "ipAddress": "205.33.24.92", "status": {"errorCode": 0}, "clientAppUsed": "Browser", "deviceDetail": {"deviceId": "", "operatingSystem": "Windows10", "browser": "Rich Client 4.39.0.0"}, "location": {"city": "Kristinmouth", "state": "Norrisbury", "countryOrRegion": "XD", "geoCoordinates": {"latitude": 26.278784, "longitude": -92.042573}}, "correlationId": "551929fd-3640-48ae-9993-aa5507dc50fb", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "88185a5b-6c4e-48d9-889c-170043aadcad", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 70, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Foko Retail Service", "resourceId": "24578515-1951-4064-967d-0d2acaf0aa70", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 214655, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "Oj7D6JPl529x3iq9TITvQDqwVOEBAqppYt4rqOOn4FcVYEDU", "incomingTokenType": "none", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "0e68752b-7dfa-400b-a6f5-1b54af90696a", "rngcStatus": 0}}, {"time": "2022-08-21T17:48:05.709086Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "86.154.193.190", "correlationId": "dc803ba0-206e-1000-de94-e1147a5558c5", "identity": "Melissa Martin", "Level": 4, "location": "XR", "properties": {"id": "9f9faa33-0498-4dca-a8c6-5da82cf15500", "createdDateTime": "2022-08-21T17:48:05.850086Z", "userDisplayName": "Melissa Martin", "userPrincipalName": "mmartin@domain.com", "userId": "632ccb55-03a7-40f4-9893-653527cae790", "appId": "439cf80c-f381-45bd-9b6a-a006882e7246", "appDisplayName": "Atlassian Cloud", "ipAddress": "86.154.193.190", "status": {"errorCode": 0}, "clientAppUsed": "Browser", "deviceDetail": {"deviceId": "", "operatingSystem": "Windows"}, "location": {"city": "Port Denisetown", "state": "Smithton", "countryOrRegion": "XR", "geoCoordinates": {"latitude": 3.5518965, "longitude": 131.871582}}, "correlationId": "77c18c51-7fd2-49af-b463-55d41f891ab0", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "55351732-8522-452c-badc-ca26253f1790", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "processingTimeInMilliseconds": 141, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Atlassian Cloud", "resourceId": "c8eab36d-0a82-409d-8693-a8dabc997921", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 256668, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "NzjZ3buqQVGZoQ1BcliXrkEt1lJJewuVb5T1XkE9plvcxjmK", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "2248d3ef-d7b8-4eb2-bd20-fb53f725bfe3"}}, {"time": "2022-08-21T18:02:36.810652Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "205.33.24.92", "correlationId": "85a33530-1866-4c59-b07b-b4fd60a74062", "identity": "Vanessa Ramirez", "Level": 4, "location": "XD", "properties": {"id": "483c0e94-ba31-4740-8d5f-3f3a54b46700", "createdDateTime": "2022-08-21T18:02:36.950652Z", "userDisplayName": "Vanessa Ramirez", "userPrincipalName": "vramirez@domain.com", "userId": "5d72b7ed-62ea-4b94-b931-ccef65d71ebd", "appId": "9a7e67c7-6f05-42a3-b226-97c7ec3e9696", "appDisplayName": "Adobe Identity Management", "ipAddress": "205.33.24.92", "status": {"errorCode": 0}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (X11; Linux i686) AppleWebKit/532.2 (KHTML, like Gecko) Chrome/21.0.853.0 Safari/532.2 Edge/89.19380", "deviceDetail": {"deviceId": "e395a3f4-8f2d-4170-804f-d3e13ce3151b", "displayName": "VANESSARAMIREZ-LT", "operatingSystem": "Windows 10", "browser": "Edge 89.19380", "trustType": "Azure AD registered"}, "location": {"city": "Kristinmouth", "state": "Norrisbury", "countryOrRegion": "XD", "geoCoordinates": {"latitude": 26.278784, "longitude": -92.042573}}, "correlationId": "e1032475-5c3c-43d9-9910-a808dd9359cc", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "b79f41ff-140e-4518-b826-e3224caa1084", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 140, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Adobe Identity Management Service", "resourceId": "30663ca7-f8a9-43ab-8ca1-7906bdbc1485", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 214655, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "UDlUieAUKIAERL6prBhV3ufhD5XVSN7V6y9NvTXVuvv7e5K3", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "a6c259e5-7f16-48b2-a9f3-75becd6daa9b", "rngcStatus": 0}}, {"time": "2022-08-21T18:15:39.917731Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "42.62.103.34", "correlationId": "92a5db9b-0539-4ef9-969e-14a98fc897e4", "identity": "Joseph Taylor", "Level": 4, "location": "XF", "properties": {"id": "daba1fa0-45a8-4cfc-8268-990a7e866900", "createdDateTime": "2022-08-21T18:15:40.059731Z", "userDisplayName": "Joseph Taylor", "userPrincipalName": "jtaylor@domain.com", "userId": "af9847eb-c773-41ae-bf94-42747c5e986c", "appId": "2eae4ad1-8cae-48fe-b718-76bd66e2fc7f", "appDisplayName": "Bipsync", "ipAddress": "42.62.103.34", "status": {"errorCode": 0, "additionalDetails": "MFA requirement satisfied by claim in the token"}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (iPad; CPU iPad OS 9_3_6 like Mac OS X) AppleWebKit/536.1 (KHTML, like Gecko) CriOS/42.0.865.0 Mobile/77O124 Safari/536.1 Edge/99.14477", "deviceDetail": {"deviceId": "76b96bd3-e5d7-49ee-b195-bf363facdb3d", "displayName": "JOSEPHTAYLOR-LT", "operatingSystem": "Windows 10", "browser": "Edge 99.14477", "isCompliant": true, "isManaged": true, "trustType": "Azure AD joined"}, "location": {"city": "Jessicafurt", "state": "Smithbury", "countryOrRegion": "XF", "geoCoordinates": {"latitude": 17.5082395, "longitude": -115.304215}}, "mfaDetail": {}, "correlationId": "0b9eacb7-0d92-42ab-acd2-3adf421f842b", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "ba291200-4d7f-4663-a2ea-5312da04ae6b", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 142, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Bipsync Service", "resourceId": "aaf780ce-b996-49b9-986d-8bb23f7bce3a", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 393508, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "hV16uGl0q11WDhtdkvg7NHswHOjnPu9Bk9o7wSuuMJqZfpuA", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "b7da42cc-a168-4148-b15a-792ad32c2ff5", "rngcStatus": 0}}, {"time": "2022-08-21T18:18:36.632168Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "156.206.181.119", "correlationId": "e8b7c670-a3da-40d2-90a1-a119bb7e91c2", "identity": "Cynthia Perry", "Level": 4, "location": "XY", "properties": {"id": "68c181e0-8fba-4fa6-b9af-85d091f34e00", "createdDateTime": "2022-08-21T18:18:36.730168Z", "userDisplayName": "Cynthia Perry", "userPrincipalName": "cperry@domain.com", "userId": "ac5fa380-9d5b-470e-beb2-5ba10aca48e6", "appId": "9a7e67c7-6f05-42a3-b226-97c7ec3e9696", "appDisplayName": "Adobe Identity Management", "ipAddress": "156.206.181.119", "ipAddressFromResourceProvider": "134.35.36.56", "status": {"errorCode": 0}, "clientAppUsed": "Mobile Apps and Desktop clients", "deviceDetail": {"deviceId": "", "operatingSystem": "Windows 10", "browser": "Rich Client v3.4.1.35249"}, "location": {"city": "Hannaville", "state": "Thomashaven", "countryOrRegion": "XY", "geoCoordinates": {"latitude": 1.1452695, "longitude": 128.249211}}, "correlationId": "84e28ad2-ae98-4720-86bf-561e48be4d6e", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "975e2f78-15bf-47e9-ba65-7f0759566721", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "processingTimeInMilliseconds": 98, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Adobe Identity Management Service", "resourceId": "c8eab36d-0a82-409d-8693-a8dabc997921", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 279165, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "3lDNltbwXGVpzdt1XlwqrXHTbRy8MNY2FUpOjOMI188US13v", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "2248d3ef-d7b8-4eb2-bd20-fb53f725bfe3"}}, {"time": "2022-08-21T18:39:55.400740Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "205.33.24.92", "correlationId": "1c8a2d22-e38b-433d-8e29-95a66c7a8407", "identity": "Vanessa Ramirez", "Level": 4, "location": "XD", "properties": {"id": "6f79f7c1-6b64-4eac-8583-86d313d26e00", "createdDateTime": "2022-08-21T18:39:55.533740Z", "userDisplayName": "Vanessa Ramirez", "userPrincipalName": "vramirez@domain.com", "userId": "5d72b7ed-62ea-4b94-b931-ccef65d71ebd", "appId": "e47a1d38-5f61-45cd-b1b9-bc92f525c598", "appDisplayName": "Altoura", "ipAddress": "205.33.24.92", "status": {"errorCode": 0}, "clientAppUsed": "Browser", "userAgent": "Mozilla/5.0 (X11; Linux i686) AppleWebKit/536.2 (KHTML, like Gecko) Chrome/22.0.877.0 Safari/536.2", "deviceDetail": {"deviceId": "e395a3f4-8f2d-4170-804f-d3e13ce3151b", "displayName": "VANESSARAMIREZ-LT", "operatingSystem": "Windows 10", "browser": "Chrome 22.0.877.0", "trustType": "Azure AD registered"}, "location": {"city": "Kristinmouth", "state": "Norrisbury", "countryOrRegion": "XD", "geoCoordinates": {"latitude": 26.278784, "longitude": -92.042573}}, "correlationId": "b16752a7-bcd7-48e8-9266-af6e364fe9d8", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "3bc62143-dfa5-460a-8383-06ba28bebc63", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 133, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Altoura Online", "resourceId": "f0630e90-b752-4960-bfb9-a0794fc34930", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 214655, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "zPlzIa1TDInzxiuobRLjYNo9QHSYl3FNjGDGWlrjDnwoYEE7", "incomingTokenType": "none", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "1f37c851-4be4-455b-928a-fbde7845a68a", "rngcStatus": 0}}, {"time": "2022-08-21T18:42:29.302936Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "199.12.127.103", "correlationId": "5cfc0811-7e00-463f-96b0-22f0ba6c694d", "identity": "Jacob Meyers", "Level": 4, "location": "XG", "properties": {"id": "5a969e49-305a-4dba-b344-ced27d909100", "createdDateTime": "2022-08-21T18:42:29.390936Z", "userDisplayName": "Jacob Meyers", "userPrincipalName": "jmeyers@domain.com", "userId": "c63a67b0-1651-4a8a-9560-cc703cdad5ad", "appId": "9de6e985-97a5-4d82-9c45-aedaa9c25ef9", "appDisplayName": "AWS Single-Account Access", "ipAddress": "199.12.127.103", "status": {"errorCode": 0}, "clientAppUsed": "Browser", "deviceDetail": {"deviceId": "68cb982e-f215-496c-89bb-cc07716ff474", "displayName": "JACOBMEYERS-LT", "operatingSystem": "Windows", "trustType": "Azure AD registered"}, "location": {"city": "Port Nathan", "state": "Newmanville", "countryOrRegion": "XG", "geoCoordinates": {"latitude": 23.244641, "longitude": -113.392021}}, "correlationId": "bf176732-caed-4527-9806-02c39c75ee52", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "f0f9a613-a9f4-4a47-befa-643e93ef828e", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 88, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "AWS Single-Account Access Service", "resourceId": "f0630e90-b752-4960-bfb9-a0794fc34930", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 282405, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "KfABqXH8axTjHwrVr5XOFjrVm7iQoPAV9UxS2ZKp1YKlLmF1", "incomingTokenType": "none", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "1f37c851-4be4-455b-928a-fbde7845a68a", "rngcStatus": 0}}, {"time": "2022-08-21T19:01:31.773049Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "205.33.24.92", "correlationId": "5943f724-b847-4a0e-9690-c436a54ef4a3", "identity": "Aaron Cole", "Level": 4, "location": "XD", "properties": {"id": "347c88b3-df86-4da9-999e-83afdf3e5900", "createdDateTime": "2022-08-21T19:01:31.857049Z", "userDisplayName": "Aaron Cole", "userPrincipalName": "acole@domain.com", "userId": "5d557969-1645-4ba4-be83-b6fd943659f7", "appId": "9d64cdda-8fe1-424a-8325-912d9d512004", "appDisplayName": "Help Scout", "ipAddress": "205.33.24.92", "status": {"errorCode": 0}, "clientAppUsed": "Browser", "deviceDetail": {"deviceId": "", "operatingSystem": "Windows", "browser": "Rich Client 4.35.1.0"}, "location": {"city": "Kristinmouth", "state": "Norrisbury", "countryOrRegion": "XD", "geoCoordinates": {"latitude": 26.278784, "longitude": -92.042573}}, "correlationId": "d8e39f89-20a1-413e-9869-36460cfa8896", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "f8b6709e-5e60-4595-948f-1dbf32b7fa02", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "processingTimeInMilliseconds": 84, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Help Scout Service", "resourceId": "24578515-1951-4064-967d-0d2acaf0aa70", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 214655, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "HXj0C9nYDuihp02ssoU1zggjMFlHUVTI3JRkMJV7QruuBRMS", "incomingTokenType": "none", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "0e68752b-7dfa-400b-a6f5-1b54af90696a"}}, {"time": "2022-08-21T19:10:13.537266Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "50158", "resultSignature": "None", "resultDescription": "External security challenge was not satisfied.", "durationMs": 0, "callerIpAddress": "105.169.153.183", "correlationId": "ef3622b3-0833-4d6b-8869-674a0e995807", "identity": "Thomas Price", "Level": 4, "location": "XR", "properties": {"id": "2c5f4472-dc1e-49b2-8fbb-32757c466100", "createdDateTime": "2022-08-21T19:10:13.680266Z", "userDisplayName": "Thomas Price", "userPrincipalName": "tprice@domain.com", "userId": "32109ee2-ee4f-4d11-9c38-2556aec0f2b5", "appId": "79510a8f-6421-4348-a2ea-bcc2b02485c1", "appDisplayName": "Cisco AnyConnect", "ipAddress": "105.169.153.183", "status": {"errorCode": 50158, "failureReason": "External security challenge was not satisfied."}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (X11; Linux i686) AppleWebKit/535.2 (KHTML, like Gecko) Chrome/22.0.843.0 Safari/535.2 Edge/118.12158", "deviceDetail": {"deviceId": "2b85c59f-331a-4b61-9a44-9d3d6df62a06", "displayName": "THOMASPRICE-LT", "operatingSystem": "Windows 10", "browser": "Edge 118.12158", "trustType": "Hybrid Azure AD joined"}, "location": {"city": "Kevinton", "state": "Smithton", "countryOrRegion": "XR", "geoCoordinates": {"latitude": -87.5106305, "longitude": -77.991036}}, "correlationId": "2e5c0c45-8db0-4158-b501-6fa2e24f2df7", "conditionalAccessStatus": "failure", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "e3640899-e116-4133-a0bb-25489f3c5972", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 143, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Cisco AnyConnect Online", "resourceId": "5d5b8d28-6a28-472e-b837-a4094e466965", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 256668, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "aIhqdenj7jTasY83oqEZoOCDb9IPQRZopBDVt3HaCiXtt7dw", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "15655e1f-5005-4c53-b3c0-c4a1d1ca5e9e", "rngcStatus": 0}}, {"time": "2022-08-21T19:18:57.165288Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "147.132.189.119", "correlationId": "48aa129f-1c03-4a6c-b519-351c5bdea9ce", "identity": "Cassie Fernandez", "Level": 4, "location": "XR", "properties": {"id": "074fe23d-2629-40c0-b889-feb69e3e5a00", "createdDateTime": "2022-08-21T19:18:57.331288Z", "userDisplayName": "Cassie Fernandez", "userPrincipalName": "cfernandez@domain.com", "userId": "67ef8be6-3f44-4db7-8172-fd6211428c1e", "appId": "9de6e985-97a5-4d82-9c45-aedaa9c25ef9", "appDisplayName": "AWS Single-Account Access", "ipAddress": "147.132.189.119", "status": {"errorCode": 0}, "clientAppUsed": "Browser", "deviceDetail": {"deviceId": "d5a487a1-ef7d-4960-9723-7fdadce19af3", "displayName": "CASSIEFERNANDEZ-LT", "operatingSystem": "Windows", "trustType": "Azure AD registered"}, "location": {"city": "Port Denisetown", "state": "Smithton", "countryOrRegion": "XR", "geoCoordinates": {"latitude": 3.5518965, "longitude": 131.871582}}, "correlationId": "2b4a3b52-3493-4b67-b48c-3a9812e00ed4", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "bc5723b6-8b01-4721-82cb-7a8c333250f0", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "processingTimeInMilliseconds": 166, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "AWS Single-Account Access Service", "resourceId": "72f0186d-d327-46c9-a8ff-497e0caa8691", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 256668, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "TRBVCQlHc26OiEJmQPt9lN1ATIbr08Mgc1OcoT4IAiKmxATZ", "incomingTokenType": "none", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": null}}, {"time": "2022-08-21T19:19:56.625696Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "1.210.58.10", "correlationId": "942303b0-8d70-4467-97b4-4dc3da291503", "identity": "Keith Sheppard", "Level": 4, "location": "XD", "properties": {"id": "e69329df-c356-440d-a977-9ca737778500", "createdDateTime": "2022-08-21T19:19:56.692696Z", "userDisplayName": "Keith Sheppard", "userPrincipalName": "ksheppard@domain.com", "userId": "05bd48f1-91d2-4c2d-9a7c-80e80f561b3c", "appId": "9a7e67c7-6f05-42a3-b226-97c7ec3e9696", "appDisplayName": "Adobe Identity Management", "ipAddress": "1.210.58.10", "status": {"errorCode": 0}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (Windows NT 4.0) AppleWebKit/531.1 (KHTML, like Gecko) Chrome/20.0.823.0 Safari/531.1 Edge/87.11424", "deviceDetail": {"deviceId": "639815fd-5018-4e38-9d81-67538b2ce460", "displayName": "KEITHSHEPPARD-LT", "operatingSystem": "Windows 10", "browser": "Edge 87.11424", "trustType": "Azure AD registered"}, "location": {"city": "Cooperhaven", "state": "Norrisbury", "countryOrRegion": "XD", "geoCoordinates": {"latitude": 70.436398, "longitude": -23.873747}}, "correlationId": "67a0b071-0ef8-4e81-b40c-5fc7218f57d9", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "adf2c105-1c9b-4916-a52e-74156f79d3d0", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 67, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Adobe Identity Management Service", "resourceId": "9a84f55e-3a40-492c-9476-e069f64ed7a6", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 69487, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "Me7iUpwsjS12n6bk3lXBL91duOSFTriFaJpbCDNrG9bzCYCo", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "37ee873b-f901-4e25-be69-010243106d0f", "rngcStatus": 0}}, {"time": "2022-08-21T19:36:46.215180Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "22.42.248.243", "correlationId": "55e62995-104b-4153-b202-4b27dc4f1a6e", "identity": "Melissa Martin", "Level": 4, "location": "XR", "properties": {"id": "ed1cc7f2-5495-4045-9a89-64210c3f7500", "createdDateTime": "2022-08-21T19:36:46.308180Z", "userDisplayName": "Melissa Martin", "userPrincipalName": "mmartin@domain.com", "userId": "632ccb55-03a7-40f4-9893-653527cae790", "appId": "9167c284-c68f-468a-84be-0ee4f23879fe", "appDisplayName": "ArcGIS Enterprise", "ipAddress": "22.42.248.243", "status": {"errorCode": 0}, "clientAppUsed": "Mobile Apps and Desktop clients", "deviceDetail": {"deviceId": "", "operatingSystem": "Ios", "browser": "Mobile Safari"}, "location": {"city": "Port Denisetown", "state": "Smithton", "countryOrRegion": "XR", "geoCoordinates": {"latitude": 40.136047, "longitude": 44.514491}}, "correlationId": "383f2a45-349e-4b1a-8741-c997a97ca8ba", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "13d39adf-620a-4e6a-8012-06095f4f3e8d", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 93, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "ArcGIS Enterprise Service", "resourceId": "9a84f55e-3a40-492c-9476-e069f64ed7a6", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 432564, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "ut2zto6YMSP2PKsbZMz4W160qid8PoDmNiDsAIR4Btei1caj", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "37ee873b-f901-4e25-be69-010243106d0f", "rngcStatus": 0}}, {"time": "2022-08-21T19:57:53.237835Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "156.206.181.119", "correlationId": "938da509-025f-4745-a7f9-34b619951675", "identity": "Cynthia Perry", "Level": 4, "location": "XY", "properties": {"id": "9c70fa14-e476-49ba-a565-436cba5b8e00", "createdDateTime": "2022-08-21T19:57:53.307835Z", "userDisplayName": "Cynthia Perry", "userPrincipalName": "cperry@domain.com", "userId": "ac5fa380-9d5b-470e-beb2-5ba10aca48e6", "appId": "9de6e985-97a5-4d82-9c45-aedaa9c25ef9", "appDisplayName": "AWS Single-Account Access", "ipAddress": "156.206.181.119", "status": {"errorCode": 0}, "clientAppUsed": "Browser", "deviceDetail": {"deviceId": "", "operatingSystem": "Windows"}, "location": {"city": "Hannaville", "state": "Thomashaven", "countryOrRegion": "XY", "geoCoordinates": {"latitude": 1.1452695, "longitude": 128.249211}}, "correlationId": "74e84a55-6f08-495a-b79d-8b5897785866", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "2da30f79-e1d3-44d1-874e-d58c2c342f55", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 70, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "AWS Single-Account Access Service", "resourceId": "72f0186d-d327-46c9-a8ff-497e0caa8691", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 279165, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "ITui5kcGSAzY6fJ235P5lWJthRpUnbfvCBWsLk5p2FBQPABM", "incomingTokenType": "none", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": null, "rngcStatus": 0}}, {"time": "2022-08-21T20:06:27.331083Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "50158", "resultSignature": "None", "resultDescription": "External security challenge was not satisfied.", "durationMs": 0, "callerIpAddress": "92.110.109.246", "correlationId": "41eda765-4d91-4f9b-b126-3e94b03aeedc", "identity": "Thomas Price", "Level": 4, "location": "XR", "properties": {"id": "baab1233-76d0-4f3f-8bc6-ec8026e19200", "createdDateTime": "2022-08-21T20:06:27.452083Z", "userDisplayName": "Thomas Price", "userPrincipalName": "tprice@domain.com", "userId": "32109ee2-ee4f-4d11-9c38-2556aec0f2b5", "appId": "9a7e67c7-6f05-42a3-b226-97c7ec3e9696", "appDisplayName": "Adobe Identity Management", "ipAddress": "92.110.109.246", "status": {"errorCode": 50158, "failureReason": "External security challenge was not satisfied."}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (X11; Linux i686) AppleWebKit/535.2 (KHTML, like Gecko) Chrome/22.0.843.0 Safari/535.2 Edge/118.12158", "deviceDetail": {"deviceId": "a31478d2-f778-4d5a-b081-22579a9edcbe", "displayName": "THOMASPRICE-LT", "operatingSystem": "Windows 10", "browser": "Edge 118.12158", "trustType": "Hybrid Azure AD joined"}, "location": {"city": "Port Denisetown", "state": "Smithton", "countryOrRegion": "XR", "geoCoordinates": {"latitude": 3.5518965, "longitude": 131.871582}}, "correlationId": "bd16e3b9-60cb-4004-9cb3-644e555ba0b9", "conditionalAccessStatus": "failure", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "5582677c-900f-49da-825e-65812fd9d63f", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 121, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Adobe Identity Management Service", "resourceId": "30663ca7-f8a9-43ab-8ca1-7906bdbc1485", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 230297, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "Hw6MZzPorw8a59Jy6iP1vkJB2VXVMTGxXtGpszd8hM6vJtrD", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "a6c259e5-7f16-48b2-a9f3-75becd6daa9b", "rngcStatus": 0}}, {"time": "2022-08-21T20:11:43.641018Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "92.110.109.246", "correlationId": "4fa34b66-a332-470a-a998-9d5ebc11302e", "identity": "David Johnson", "Level": 4, "location": "XR", "properties": {"id": "05126ca7-c65f-4544-8acb-9d5084094100", "createdDateTime": "2022-08-21T20:11:43.781018Z", "userDisplayName": "David Johnson", "userPrincipalName": "djohnson@domain.com", "userId": "ff2ae3d2-8cd2-4bd6-b65d-49c5ad946c7f", "appId": "dbe6b779-13df-45f2-a6d7-1323485479f6", "appDisplayName": "Cisco Webex", "ipAddress": "92.110.109.246", "status": {"errorCode": 0}, "clientAppUsed": "Browser", "deviceDetail": {"deviceId": "717ebe00-a5eb-412e-97b6-7b8ab7cfbc02", "displayName": "DAVIDJOHNSON-LT", "operatingSystem": "Windows10", "browser": "Rich Client 4.38.0.0", "trustType": "Azure AD registered"}, "location": {"city": "Port Denisetown", "state": "Smithton", "countryOrRegion": "XR", "geoCoordinates": {"latitude": 3.5518965, "longitude": 131.871582}}, "correlationId": "aa895cdf-e7ea-4afd-80ec-8a859528e9b3", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "7c1a3d5d-4c75-4b71-abc2-fa7edb82ce4f", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 140, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Cisco Webex Service", "resourceId": "9a84f55e-3a40-492c-9476-e069f64ed7a6", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 230297, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "g2f4UxtJSgWjJVgWJYbsEMZCCE0EDRcDeqZiRDQSYMdwQkzb", "incomingTokenType": "none", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "37ee873b-f901-4e25-be69-010243106d0f", "rngcStatus": 0}}, {"time": "2022-08-21T20:19:50.484640Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "105.169.153.183", "correlationId": "044e431d-93e2-415d-9fb5-2936a1a7ec3c", "identity": "Jim Gonzalez", "Level": 4, "location": "XR", "properties": {"id": "717ef043-4342-4bef-be3f-b1a2379d6600", "createdDateTime": "2022-08-21T20:19:50.634640Z", "userDisplayName": "Jim Gonzalez", "userPrincipalName": "jgonzalez@domain.com", "userId": "95090045-a9c5-489c-adee-2db430a3333a", "appId": "9d794ea1-8d77-42e3-9fdd-6fd3620d616a", "appDisplayName": "Alaya", "ipAddress": "105.169.153.183", "status": {"errorCode": 0}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (Windows NT 4.0) AppleWebKit/532.1 (KHTML, like Gecko) Chrome/38.0.801.0 Safari/532.1 Edge/19.15284", "deviceDetail": {"deviceId": "15135d1f-cb47-4bd8-b76d-90a9171c09bd", "displayName": "JIMGONZALEZ-LT", "operatingSystem": "Windows 10", "browser": "Edge 19.15284", "trustType": "Azure AD registered"}, "location": {"city": "Santosborough", "state": "Smithton", "countryOrRegion": "XR", "geoCoordinates": {"latitude": 12.8350355, "longitude": 138.359011}}, "correlationId": "6bb05662-1aba-445d-9a9e-90c3f9b359ea", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "87d96d13-e9cf-4a5f-af46-401a1d34e7ec", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 150, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Alaya Service", "resourceId": "f0630e90-b752-4960-bfb9-a0794fc34930", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 256668, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "3aQ2aIe0ibTdghHYQFjQ8xkI3UTYL9fRBL6ikpCsUcc3PlMN", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "1f37c851-4be4-455b-928a-fbde7845a68a", "rngcStatus": 0}}, {"time": "2022-08-21T20:21:49.078717Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "156.206.181.119", "correlationId": "3a6bd7f7-86bc-46f5-8dc5-88a7865f7515", "identity": "Cynthia Perry", "Level": 4, "location": "XY", "properties": {"id": "adadd79c-ff77-4494-a8fd-d4d3d1391300", "createdDateTime": "2022-08-21T20:21:49.214717Z", "userDisplayName": "Cynthia Perry", "userPrincipalName": "cperry@domain.com", "userId": "ac5fa380-9d5b-470e-beb2-5ba10aca48e6", "appId": "9de6e985-97a5-4d82-9c45-aedaa9c25ef9", "appDisplayName": "AWS Single-Account Access", "ipAddress": "156.206.181.119", "status": {"errorCode": 0}, "clientAppUsed": "Browser", "deviceDetail": {"deviceId": "", "operatingSystem": "Windows"}, "location": {"city": "Hannaville", "state": "Thomashaven", "countryOrRegion": "XY", "geoCoordinates": {"latitude": 1.1452695, "longitude": 128.249211}}, "correlationId": "4ef507e2-5c23-42ee-ac21-9d3fd299d7f3", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "18876d42-e56e-4e16-bcfe-48139423df74", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 136, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "AWS Single-Account Access Service", "resourceId": "c65cf5f9-5537-4200-889e-381c4f60ca7d", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 279165, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "nMZYqrOi5ycKRA8im7DGbpHHTCWbp69eDbAjGW5GdSFfjP0D", "incomingTokenType": "none", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": null, "rngcStatus": 0}}, {"time": "2022-08-21T20:26:15.066917Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "156.206.181.119", "correlationId": "77286892-0720-4926-a3a2-d046dcbafd9f", "identity": "Cynthia Perry", "Level": 4, "location": "XY", "properties": {"id": "72a91770-778f-4a68-a911-ad08e60e6300", "createdDateTime": "2022-08-21T20:26:15.181917Z", "userDisplayName": "Cynthia Perry", "userPrincipalName": "cperry@domain.com", "userId": "ac5fa380-9d5b-470e-beb2-5ba10aca48e6", "appId": "9de6e985-97a5-4d82-9c45-aedaa9c25ef9", "appDisplayName": "AWS Single-Account Access", "ipAddress": "156.206.181.119", "status": {"errorCode": 0}, "clientAppUsed": "Browser", "deviceDetail": {"deviceId": "", "operatingSystem": "Windows"}, "location": {"city": "Hannaville", "state": "Thomashaven", "countryOrRegion": "XY", "geoCoordinates": {"latitude": 1.1452695, "longitude": 128.249211}}, "correlationId": "a6c979ba-3030-444c-ae81-5f8da1a1ffa8", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "0164bb86-611b-4ef1-b260-b518128a9f27", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 115, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "AWS Single-Account Access Service", "resourceId": "c65cf5f9-5537-4200-889e-381c4f60ca7d", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 279165, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "m4iKz0695En3kZx1qsDJ1vhC8YJ87tLNMtNFxkwgbYl8lAmg", "incomingTokenType": "none", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": null, "rngcStatus": 0}}, {"time": "2022-08-21T20:44:23.329857Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "44.22.19.201", "correlationId": "2a7de031-bf31-49e1-8fd9-e8b04847772d", "identity": "David Johnson", "Level": 4, "location": "XN", "properties": {"id": "cb1cdc58-3d1a-4d1a-ab9f-1d77b5941d00", "createdDateTime": "2022-08-21T20:44:23.465857Z", "userDisplayName": "David Johnson", "userPrincipalName": "djohnson@domain.com", "userId": "ff2ae3d2-8cd2-4bd6-b65d-49c5ad946c7f", "appId": "2eae4ad1-8cae-48fe-b718-76bd66e2fc7f", "appDisplayName": "Bipsync", "ipAddress": "44.22.19.201", "status": {"errorCode": 0}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (Windows NT 4.0) AppleWebKit/531.1 (KHTML, like Gecko) Chrome/20.0.823.0 Safari/531.1 Edge/87.11424", "deviceDetail": {"deviceId": "8fb0ff79-f116-4f20-8ca8-36b3f8d68865", "displayName": "DAVIDJOHNSON-LT", "operatingSystem": "Windows 10", "browser": "Edge 87.11424", "trustType": "Azure AD registered"}, "location": {"city": "Littlemouth", "state": "Alexanderfurt", "countryOrRegion": "XN", "geoCoordinates": {"latitude": 25.4437255, "longitude": -109.530885}}, "correlationId": "b66d7ea5-2749-44ed-921d-b91813818cea", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "c020696a-4b40-4362-bcc3-9874cd6c4ab1", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 136, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Bipsync Service", "resourceId": "aaf780ce-b996-49b9-986d-8bb23f7bce3a", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 230297, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "532VBPCxBdWJCOd1qUdSidshFMJStefl3HFyPEcowoHhiFN3", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "b7da42cc-a168-4148-b15a-792ad32c2ff5", "rngcStatus": 0}}, {"time": "2022-08-21T20:46:06.240883Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "156.206.181.119", "correlationId": "6fe06fa9-402e-4f98-bc27-19b79340465f", "identity": "Cynthia Perry", "Level": 4, "location": "XY", "properties": {"id": "f76a87a3-7638-4ccc-9bfd-93d231bd6b00", "createdDateTime": "2022-08-21T20:46:06.331883Z", "userDisplayName": "Cynthia Perry", "userPrincipalName": "cperry@domain.com", "userId": "ac5fa380-9d5b-470e-beb2-5ba10aca48e6", "appId": "9de6e985-97a5-4d82-9c45-aedaa9c25ef9", "appDisplayName": "AWS Single-Account Access", "ipAddress": "156.206.181.119", "status": {"errorCode": 0}, "clientAppUsed": "Browser", "deviceDetail": {"deviceId": "", "operatingSystem": "Windows"}, "location": {"city": "Hannaville", "state": "Thomashaven", "countryOrRegion": "XY", "geoCoordinates": {"latitude": 1.1452695, "longitude": 128.249211}}, "correlationId": "4d88f593-04e7-4409-9b1c-f5761a46fe08", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "db35b74b-b4fd-41ef-ba75-46a29eac4e4d", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 91, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "AWS Single-Account Access Service", "resourceId": "f0630e90-b752-4960-bfb9-a0794fc34930", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 279165, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "5Sr1Q8m9AEa8ZWCtrAngBa51K9ZGe6xyZjVhU5f3AgAKNF8W", "incomingTokenType": "none", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "1f37c851-4be4-455b-928a-fbde7845a68a", "rngcStatus": 0}}, {"time": "2022-08-21T20:51:23.016446Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "10.14.188.154", "correlationId": "65b4335c-5025-4bc6-a849-1574a85674e6", "identity": "Nicholas Black", "Level": 4, "location": "XR", "properties": {"id": "ea590d8d-e3b3-4fb0-bfa4-efd9ab116e00", "createdDateTime": "2022-08-21T20:51:23.126446Z", "userDisplayName": "Nicholas Black", "userPrincipalName": "nblack@domain.com", "userId": "fdbaeb01-a814-4736-b297-facda1075c14", "appId": "e406eae6-87b6-40c9-8c6c-4a61a0fc68db", "appDisplayName": "UKG Pro", "ipAddress": "10.14.188.154", "status": {"errorCode": 0, "additionalDetails": "MFA requirement satisfied by claim in the token"}, "clientAppUsed": "Browser", "deviceDetail": {"deviceId": "69f74fad-71d0-43a0-b935-ecfd9b730240", "displayName": "NICHOLASBLACK-LT", "operatingSystem": "Windows", "isCompliant": true, "isManaged": true, "trustType": "Azure AD joined"}, "location": {"city": "Susanside", "state": "Morrisview", "countryOrRegion": "XR", "geoCoordinates": {"latitude": 57.8050005, "longitude": -51.781534}}, "mfaDetail": {}, "correlationId": "ab70b612-8567-4cee-8a96-fab9a23498c6", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "ff425ff7-d32b-4673-869a-f4db0a01bdc6", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 110, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "UKG Pro Service", "resourceId": "f0630e90-b752-4960-bfb9-a0794fc34930", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 432564, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "Pvi5lsG6pw1fftlWL8djlnz0CxJ1RzA8W91KYHEHIOgwSeri", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "1f37c851-4be4-455b-928a-fbde7845a68a", "rngcStatus": 0}}, {"time": "2022-08-21T21:11:47.527978Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "205.33.24.92", "correlationId": "fb919055-b2d3-423a-9e1d-b6fb2329ed06", "identity": "Vanessa Ramirez", "Level": 4, "location": "XD", "properties": {"id": "c09145de-2e38-4616-bd8d-3308371e6500", "createdDateTime": "2022-08-21T21:11:47.631978Z", "userDisplayName": "Vanessa Ramirez", "userPrincipalName": "vramirez@domain.com", "userId": "5d72b7ed-62ea-4b94-b931-ccef65d71ebd", "appId": "e47a1d38-5f61-45cd-b1b9-bc92f525c598", "appDisplayName": "Altoura", "ipAddress": "205.33.24.92", "status": {"errorCode": 0}, "clientAppUsed": "Browser", "userAgent": "Mozilla/5.0 (X11; Linux i686) AppleWebKit/536.2 (KHTML, like Gecko) Chrome/22.0.877.0 Safari/536.2", "deviceDetail": {"deviceId": "e395a3f4-8f2d-4170-804f-d3e13ce3151b", "displayName": "VANESSARAMIREZ-LT", "operatingSystem": "Windows 10", "browser": "Chrome 22.0.877.0", "trustType": "Azure AD registered"}, "location": {"city": "Kristinmouth", "state": "Norrisbury", "countryOrRegion": "XD", "geoCoordinates": {"latitude": 26.278784, "longitude": -92.042573}}, "correlationId": "79f543f1-ecf9-4d78-958a-22684d684ed7", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "912663c3-19b7-41fd-b3e1-28e164ccd49d", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 104, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Altoura Online", "resourceId": "8a137ba4-52ae-4dbf-94af-2e56851573c4", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 214655, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "jopSfyvJsoZETsIM0rxB4nJ32Z5ey4tFeq4TtFilSJD5lWJk", "incomingTokenType": "none", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": null, "rngcStatus": 0}}, {"time": "2022-08-21T21:17:00.307626Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "42.62.103.34", "correlationId": "35acac0b-edbc-48e4-8d3b-6cee454642b5", "identity": "Joseph Taylor", "Level": 4, "location": "XF", "properties": {"id": "71326cde-8812-4486-b054-a01e7b198f00", "createdDateTime": "2022-08-21T21:17:00.396626Z", "userDisplayName": "Joseph Taylor", "userPrincipalName": "jtaylor@domain.com", "userId": "af9847eb-c773-41ae-bf94-42747c5e986c", "appId": "84f18b4b-ae12-484a-847f-f3e36093594a", "appDisplayName": "Slack", "ipAddress": "42.62.103.34", "status": {"errorCode": 0, "additionalDetails": "MFA requirement satisfied by claim in the token"}, "clientAppUsed": "Browser", "deviceDetail": {"deviceId": "76b96bd3-e5d7-49ee-b195-bf363facdb3d", "displayName": "JOSEPHTAYLOR-LT", "operatingSystem": "Windows", "isCompliant": true, "isManaged": true, "trustType": "Azure AD joined"}, "location": {"city": "Jessicafurt", "state": "Smithbury", "countryOrRegion": "XF", "geoCoordinates": {"latitude": 17.5082395, "longitude": -115.304215}}, "mfaDetail": {}, "correlationId": "3e629692-efa4-4432-99c6-7e44f312d378", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "3019aad2-33f7-4c61-8557-e63a1586a41a", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 89, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Slack Service", "resourceId": "a1edee32-85c4-4a57-afcb-5853873a47e7", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 393508, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "lIiM4rs0dEp3JB8zmxrd6ObJLu35PRFQnJ5EP4UXe4zhyOj0", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "0898af19-dfef-4b51-a918-f534c473013d", "rngcStatus": 0}}, {"time": "2022-08-21T21:47:13.616223Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "147.132.189.119", "correlationId": "b20da4ef-93f1-4637-8bb5-8fda9c796f6d", "identity": "Cassie Fernandez", "Level": 4, "location": "XR", "properties": {"id": "cd604170-057f-460d-b144-5da3fe4f6900", "createdDateTime": "2022-08-21T21:47:13.779223Z", "userDisplayName": "Cassie Fernandez", "userPrincipalName": "cfernandez@domain.com", "userId": "67ef8be6-3f44-4db7-8172-fd6211428c1e", "appId": "2eae4ad1-8cae-48fe-b718-76bd66e2fc7f", "appDisplayName": "Bipsync", "ipAddress": "147.132.189.119", "status": {"errorCode": 0}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (iPad; CPU iPad OS 9_3_6 like Mac OS X) AppleWebKit/536.1 (KHTML, like Gecko) CriOS/42.0.865.0 Mobile/77O124 Safari/536.1 Edge/99.14477", "deviceDetail": {"deviceId": "d5a487a1-ef7d-4960-9723-7fdadce19af3", "displayName": "CASSIEFERNANDEZ-LT", "operatingSystem": "Windows 10", "browser": "Edge 99.14477", "trustType": "Azure AD registered"}, "location": {"city": "Port Denisetown", "state": "Smithton", "countryOrRegion": "XR", "geoCoordinates": {"latitude": 3.5518965, "longitude": 131.871582}}, "correlationId": "f15bd5a6-b683-449b-8548-7991bc6db6cb", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "7371e90d-46db-4d1e-b18d-0ce80ad15551", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 163, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Bipsync Service", "resourceId": "819aa3ed-3b63-4925-8388-0b8d41022941", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 256668, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "jwpsPz9ysZW78TLz2ZsmTSzwsc6TIIhSD2t5oJxZNLIZEADZ", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "7f0c9abd-8b0d-4973-8675-a495454c0c86", "rngcStatus": 0}}, {"time": "2022-08-21T22:12:11.366711Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "44.22.19.201", "correlationId": "ccfcc82c-12ff-4b21-b87d-9d2c5440edd6", "identity": "David Johnson", "Level": 4, "location": "XN", "properties": {"id": "61aaa40e-2fb7-4775-bea6-cf4913789400", "createdDateTime": "2022-08-21T22:12:11.497711Z", "userDisplayName": "David Johnson", "userPrincipalName": "djohnson@domain.com", "userId": "ff2ae3d2-8cd2-4bd6-b65d-49c5ad946c7f", "appId": "9a7e67c7-6f05-42a3-b226-97c7ec3e9696", "appDisplayName": "Adobe Identity Management", "ipAddress": "44.22.19.201", "status": {"errorCode": 0}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (Windows NT 4.0) AppleWebKit/531.1 (KHTML, like Gecko) Chrome/20.0.823.0 Safari/531.1 Edge/87.11424", "deviceDetail": {"deviceId": "8fb0ff79-f116-4f20-8ca8-36b3f8d68865", "displayName": "DAVIDJOHNSON-LT", "operatingSystem": "Windows 10", "browser": "Edge 87.11424", "trustType": "Azure AD registered"}, "location": {"city": "Littlemouth", "state": "Alexanderfurt", "countryOrRegion": "XN", "geoCoordinates": {"latitude": 25.4437255, "longitude": -109.530885}}, "correlationId": "3320b8d7-f592-4b49-a54c-4faae39181fc", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "2d9d71f2-761d-40f1-8861-5f550337b3f8", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 131, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Adobe Identity Management Service", "resourceId": "80abac89-d2c0-4b6c-8ffc-5023bd7efc5e", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 230297, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "nPher9nF9G6WWG9gqtqH7Lt27eHlJWhKgHdx0qCtECeqpAmu", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": null, "rngcStatus": 0}}, {"time": "2022-08-21T22:19:23.918221Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "50158", "resultSignature": "None", "resultDescription": "External security challenge was not satisfied.", "durationMs": 0, "callerIpAddress": "105.169.153.183", "correlationId": "d0f5fd2d-8bf4-4e07-b602-4b4563fa56ed", "identity": "Thomas Price", "Level": 4, "location": "XR", "properties": {"id": "4c611638-3218-4fe7-8e92-9add30606c00", "createdDateTime": "2022-08-21T22:19:24.069221Z", "userDisplayName": "Thomas Price", "userPrincipalName": "tprice@domain.com", "userId": "32109ee2-ee4f-4d11-9c38-2556aec0f2b5", "appId": "79510a8f-6421-4348-a2ea-bcc2b02485c1", "appDisplayName": "Cisco AnyConnect", "ipAddress": "105.169.153.183", "status": {"errorCode": 50158, "failureReason": "External security challenge was not satisfied."}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (X11; Linux i686) AppleWebKit/535.2 (KHTML, like Gecko) Chrome/22.0.843.0 Safari/535.2 Edge/118.12158", "deviceDetail": {"deviceId": "61720755-0e96-468f-9935-10dacdc868e4", "displayName": "THOMASPRICE-LT", "operatingSystem": "Windows 10", "browser": "Edge 118.12158", "trustType": "Hybrid Azure AD joined"}, "location": {"city": "Kevinton", "state": "Smithton", "countryOrRegion": "XR", "geoCoordinates": {"latitude": -87.5106305, "longitude": -77.991036}}, "correlationId": "fb9b1ea4-8800-4549-b7de-15e3b0ce07a9", "conditionalAccessStatus": "failure", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "d4a4c991-0eb8-42a4-8ec7-6984037cf211", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 151, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Cisco AnyConnect Online", "resourceId": "5d5b8d28-6a28-472e-b837-a4094e466965", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 256668, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "HCBre0xXJr60gRUNcxRbIYOheRHWdsV8pvZJLv60FR6rm07B", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "15655e1f-5005-4c53-b3c0-c4a1d1ca5e9e", "rngcStatus": 0}}, {"time": "2022-08-21T22:26:50.385261Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "92.110.109.246", "correlationId": "4d3fabae-fd15-4e6d-b766-f415cbeaaade", "identity": "David Johnson", "Level": 4, "location": "XR", "properties": {"id": "b1801159-1f8f-4782-bc6c-aea671246400", "createdDateTime": "2022-08-21T22:26:50.555261Z", "userDisplayName": "David Johnson", "userPrincipalName": "djohnson@domain.com", "userId": "ff2ae3d2-8cd2-4bd6-b65d-49c5ad946c7f", "appId": "9fae5b16-d0a2-454d-bcd6-eb1a47156cb2", "appDisplayName": "SD ECDN", "ipAddress": "92.110.109.246", "status": {"errorCode": 0}, "clientAppUsed": "Browser", "deviceDetail": {"deviceId": "8fb0ff79-f116-4f20-8ca8-36b3f8d68865", "displayName": "DAVIDJOHNSON-LT", "operatingSystem": "Windows 10", "browser": "Rich Client 3.19.8.16603", "trustType": "Azure AD registered"}, "location": {"city": "Port Denisetown", "state": "Smithton", "countryOrRegion": "XR", "geoCoordinates": {"latitude": 3.5518965, "longitude": 131.871582}}, "correlationId": "161413fc-1f5c-4298-8f33-f5e4b4774178", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "d5c96ce5-d699-4b42-bd0d-91245c659312", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 170, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "SD ECDN Service", "resourceId": "24578515-1951-4064-967d-0d2acaf0aa70", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 230297, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "p9Xtqgpign3gXTIjTqfkAfGLMXSelkagvwSwP7tvAixthPts", "incomingTokenType": "none", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "0e68752b-7dfa-400b-a6f5-1b54af90696a", "rngcStatus": 0}}, {"time": "2022-08-21T22:46:56.951656Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "50158", "resultSignature": "None", "resultDescription": "External security challenge was not satisfied.", "durationMs": 0, "callerIpAddress": "105.169.153.183", "correlationId": "ab4f54d0-d8fc-4a90-8a5b-96c75e52c17a", "identity": "Thomas Price", "Level": 4, "location": "XR", "properties": {"id": "b1801159-1f8f-4782-bc6c-aea60c596400", "createdDateTime": "2022-08-21T22:46:57.091656Z", "userDisplayName": "Thomas Price", "userPrincipalName": "tprice@domain.com", "userId": "32109ee2-ee4f-4d11-9c38-2556aec0f2b5", "appId": "9a7e67c7-6f05-42a3-b226-97c7ec3e9696", "appDisplayName": "Adobe Identity Management", "ipAddress": "105.169.153.183", "status": {"errorCode": 50158, "failureReason": "External security challenge was not satisfied."}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (X11; Linux i686) AppleWebKit/535.2 (KHTML, like Gecko) Chrome/22.0.843.0 Safari/535.2 Edge/118.12158", "deviceDetail": {"deviceId": "2b85c59f-331a-4b61-9a44-9d3d6df62a06", "displayName": "THOMASPRICE-LT", "operatingSystem": "Windows 10", "browser": "Edge 118.12158", "trustType": "Hybrid Azure AD joined"}, "location": {"city": "Kevinton", "state": "Smithton", "countryOrRegion": "XR", "geoCoordinates": {"latitude": -87.5106305, "longitude": -77.991036}}, "correlationId": "b1ff2302-35cf-4452-a565-cedf573dd13a", "conditionalAccessStatus": "failure", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "6edbdac7-2a8f-4b6b-bee3-73697a8634bf", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 140, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Adobe Identity Management Service", "resourceId": "30663ca7-f8a9-43ab-8ca1-7906bdbc1485", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 256668, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "pEAnita4FqMQIvphfANWfDaVvW5RmsqpuefhRCra1lIYD2BI", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "a6c259e5-7f16-48b2-a9f3-75becd6daa9b", "rngcStatus": 0}}, {"time": "2022-08-21T23:06:26.773607Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "50158", "resultSignature": "None", "resultDescription": "External security challenge was not satisfied.", "durationMs": 0, "callerIpAddress": "44.22.19.201", "correlationId": "84630635-dc99-4863-8640-b3bce3ee148d", "identity": "Thomas Price", "Level": 4, "location": "XN", "properties": {"id": "a77e0273-7a1d-4974-9159-7376300b6600", "createdDateTime": "2022-08-21T23:06:26.905607Z", "userDisplayName": "Thomas Price", "userPrincipalName": "tprice@domain.com", "userId": "32109ee2-ee4f-4d11-9c38-2556aec0f2b5", "appId": "9a7e67c7-6f05-42a3-b226-97c7ec3e9696", "appDisplayName": "Adobe Identity Management", "ipAddress": "44.22.19.201", "status": {"errorCode": 50158, "failureReason": "External security challenge was not satisfied."}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (X11; Linux i686) AppleWebKit/535.2 (KHTML, like Gecko) Chrome/22.0.843.0 Safari/535.2 Edge/118.12158", "deviceDetail": {"deviceId": "35819889-abdc-47e0-b28d-5195d26e941f", "displayName": "THOMASPRICE-LT", "operatingSystem": "Windows 10", "browser": "Edge 118.12158", "trustType": "Hybrid Azure AD joined"}, "location": {"city": "Littlemouth", "state": "Alexanderfurt", "countryOrRegion": "XN", "geoCoordinates": {"latitude": 25.4437255, "longitude": -109.530885}}, "correlationId": "48c636df-385e-43f0-836b-a515664dc501", "conditionalAccessStatus": "failure", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "9b71ac63-8623-4914-8b94-99ce52ce7317", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "processingTimeInMilliseconds": 132, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Adobe Identity Management Service", "resourceId": "30663ca7-f8a9-43ab-8ca1-7906bdbc1485", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 230297, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "mbik1CZZfLDAauO0xZj5tsx65B4L0Xshi2iCvjTJnt932MJi", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "a6c259e5-7f16-48b2-a9f3-75becd6daa9b"}}, {"time": "2022-08-21T23:20:52.605038Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "44.22.19.201", "correlationId": "cd6f94af-51d4-4c78-b02b-852707bff3f3", "identity": "David Johnson", "Level": 4, "location": "XN", "properties": {"id": "cb1cdc58-3d1a-4d1a-ab9f-1d777f4b1400", "createdDateTime": "2022-08-21T23:20:52.801038Z", "userDisplayName": "David Johnson", "userPrincipalName": "djohnson@domain.com", "userId": "ff2ae3d2-8cd2-4bd6-b65d-49c5ad946c7f", "appId": "dbe6b779-13df-45f2-a6d7-1323485479f6", "appDisplayName": "Cisco Webex", "ipAddress": "44.22.19.201", "status": {"errorCode": 0}, "clientAppUsed": "Browser", "deviceDetail": {"deviceId": "717ebe00-a5eb-412e-97b6-7b8ab7cfbc02", "displayName": "DAVIDJOHNSON-LT", "operatingSystem": "Windows10", "browser": "Rich Client 4.38.0.0", "trustType": "Azure AD registered"}, "location": {"city": "Littlemouth", "state": "Alexanderfurt", "countryOrRegion": "XN", "geoCoordinates": {"latitude": 25.4437255, "longitude": -109.530885}}, "correlationId": "00b5ca19-a744-4631-bc56-7d0e3865bfad", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "19676f7e-d7a8-4177-bc2a-8b01d26965dd", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 196, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Cisco Webex Service", "resourceId": "9a84f55e-3a40-492c-9476-e069f64ed7a6", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 230297, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "55P7NoJ2SH0iO9k15SQB9iS1RDiYyy2BQ9sAoNGgoflaVTBs", "incomingTokenType": "none", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "37ee873b-f901-4e25-be69-010243106d0f", "rngcStatus": 0}}, {"time": "2022-08-21T23:26:32.497049Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "147.177.131.63", "correlationId": "361df754-98bc-4b0c-ba39-4e5397aa2ed5", "identity": "Cassie Fernandez", "Level": 4, "location": "XR", "properties": {"id": "c39e6449-499a-4a56-b4b3-75e210d96b00", "createdDateTime": "2022-08-21T23:26:32.637049Z", "userDisplayName": "Cassie Fernandez", "userPrincipalName": "cfernandez@domain.com", "userId": "67ef8be6-3f44-4db7-8172-fd6211428c1e", "appId": "9167c284-c68f-468a-84be-0ee4f23879fe", "appDisplayName": "ArcGIS Enterprise", "ipAddress": "147.177.131.63", "status": {"errorCode": 0}, "clientAppUsed": "Mobile Apps and Desktop clients", "deviceDetail": {"deviceId": "", "operatingSystem": "Ios", "browser": "Mobile Safari"}, "location": {"city": "Samanthaberg", "state": "Smithton", "countryOrRegion": "XR", "geoCoordinates": {"latitude": -42.614565, "longitude": 110.302069}}, "correlationId": "2fd7aee5-0c72-4a8d-a8fb-9e1290735ffa", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "398b08d7-6ad7-4cc3-982a-cc85cb7694f5", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 140, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "ArcGIS Enterprise Service", "resourceId": "9a84f55e-3a40-492c-9476-e069f64ed7a6", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 432564, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "TLS6QmbQ1Gosa9k9kxo545osANyd5ttmUl37IjTpMmyAwY8X", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "37ee873b-f901-4e25-be69-010243106d0f", "rngcStatus": 0}}, {"time": "2022-08-21T23:36:15.466567Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "147.132.189.119", "correlationId": "9fe1bdf8-b156-41e5-924c-4651dfa71c7f", "identity": "Melissa Martin", "Level": 4, "location": "XR", "properties": {"id": "501074c3-fbf3-458c-a18b-f71054fb6600", "createdDateTime": "2022-08-21T23:36:15.662567Z", "userDisplayName": "Melissa Martin", "userPrincipalName": "mmartin@domain.com", "userId": "632ccb55-03a7-40f4-9893-653527cae790", "appId": "9a7e67c7-6f05-42a3-b226-97c7ec3e9696", "appDisplayName": "Adobe Identity Management", "ipAddress": "147.132.189.119", "status": {"errorCode": 0}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (iPad; CPU iPad OS 9_3_6 like Mac OS X) AppleWebKit/536.1 (KHTML, like Gecko) CriOS/42.0.865.0 Mobile/77O124 Safari/536.1 Edge/99.14477", "deviceDetail": {"deviceId": "", "operatingSystem": "Windows 10", "browser": "Edge 99.14477"}, "location": {"city": "Port Denisetown", "state": "Smithton", "countryOrRegion": "XR", "geoCoordinates": {"latitude": 3.5518965, "longitude": 131.871582}}, "correlationId": "286fbc4b-bbde-44fd-84a6-109b5099aca1", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "4d0055f2-cb33-4c1e-9710-d2f117bbc995", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 196, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Adobe Identity Management Service", "resourceId": "64e29d5c-d767-4f7f-95c0-36a33f97503f", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 256668, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "syd2imqTx2UxQFpOf1fEWtCAxKLIjrFk9rIfSJBQagBfLEXL", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": null, "rngcStatus": 0}}, {"time": "2022-08-21T23:45:57.358203Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "13.113.40.157", "correlationId": "bd20f8ce-bf29-4e15-8f6f-aaccdaccece9", "identity": "Attack Target", "Level": 4, "location": "XR", "properties": {"id": "883e5098-3851-4488-b9f8-2db0ac3d6600", "createdDateTime": "2022-08-21T23:45:57.484203Z", "userDisplayName": "Attack Target", "userPrincipalName": "attacktarget@domain.com", "userId": "d735e84b-dcca-404d-9f7d-700f360f41a6", "appId": "9a7e67c7-6f05-42a3-b226-97c7ec3e9696", "appDisplayName": "Adobe Identity Management", "ipAddress": "13.113.40.157", "ipAddressFromResourceProvider": "13.113.40.157", "status": {"errorCode": 0}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (iPad; CPU iPad OS 9_3_6 like Mac OS X) AppleWebKit/536.1 (KHTML, like Gecko) CriOS/42.0.865.0 Mobile/77O124 Safari/536.1 Edge/99.14477", "deviceDetail": {"deviceId": "a44625dc-6f81-449a-9799-8005f7209b42", "displayName": "ATTACKTARGET-LT", "operatingSystem": "Windows 10", "browser": "Edge 99.14477", "trustType": "Azure AD registered"}, "location": {"city": "Smithfort", "state": "Smithfort", "countryOrRegion": "XR", "geoCoordinates": {"latitude": 3.7564095, "longitude": -121.574606}}, "correlationId": "f6ae3ace-c8cd-48e4-bf73-c0b7a1b72378", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "cf41b392-b940-4452-80eb-3086341d54c7", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 126, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Adobe Identity Management Service", "resourceId": "c8eab36d-0a82-409d-8693-a8dabc997921", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 34974, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "wjieYbcyqNW4CXH03UbWoAthnU4czJhOiCTj1TjBOCzdQBBT", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "2248d3ef-d7b8-4eb2-bd20-fb53f725bfe3", "rngcStatus": 0}}, {"time": "2022-08-22T00:38:39.339736Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "1.210.58.10", "correlationId": "d002e8b6-fd79-4d22-b09a-2df953370f1c", "identity": "Keith Sheppard", "Level": 4, "location": "XD", "properties": {"id": "07f2e78e-cd20-47bc-9284-22493b015000", "createdDateTime": "2022-08-22T00:38:39.436736Z", "userDisplayName": "Keith Sheppard", "userPrincipalName": "ksheppard@domain.com", "userId": "05bd48f1-91d2-4c2d-9a7c-80e80f561b3c", "appId": "9de6e985-97a5-4d82-9c45-aedaa9c25ef9", "appDisplayName": "AWS Single-Account Access", "ipAddress": "1.210.58.10", "status": {"errorCode": 0}, "clientAppUsed": "Browser", "deviceDetail": {"deviceId": "639815fd-5018-4e38-9d81-67538b2ce460", "displayName": "KEITHSHEPPARD-LT", "operatingSystem": "Windows", "trustType": "Azure AD registered"}, "location": {"city": "Cooperhaven", "state": "Norrisbury", "countryOrRegion": "XD", "geoCoordinates": {"latitude": 70.436398, "longitude": -23.873747}}, "correlationId": "f27a9fe1-a75e-405c-9cb8-3101ec4c182f", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "52218f28-a267-4f4e-8def-3b5e6ed7ec66", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "processingTimeInMilliseconds": 97, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "AWS Single-Account Access Service", "resourceId": "72f0186d-d327-46c9-a8ff-497e0caa8691", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 69487, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "A5TCxPcqPu8KkxQzF0CTblcsXhygO6us57mw125bzFLl69k7", "incomingTokenType": "none", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": null}}, {"time": "2022-08-22T00:49:12.358417Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "105.169.153.183", "correlationId": "39dceef6-ed06-47ff-b908-a4d487589ddf", "identity": "Jim Gonzalez", "Level": 4, "location": "XR", "properties": {"id": "8bc588a3-ee52-4f64-9b78-b88395f67800", "createdDateTime": "2022-08-22T00:49:12.516417Z", "userDisplayName": "Jim Gonzalez", "userPrincipalName": "jgonzalez@domain.com", "userId": "95090045-a9c5-489c-adee-2db430a3333a", "appId": "2eae4ad1-8cae-48fe-b718-76bd66e2fc7f", "appDisplayName": "Bipsync", "ipAddress": "105.169.153.183", "status": {"errorCode": 0}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (Windows NT 4.0) AppleWebKit/532.1 (KHTML, like Gecko) Chrome/38.0.801.0 Safari/532.1 Edge/19.15284", "deviceDetail": {"deviceId": "15135d1f-cb47-4bd8-b76d-90a9171c09bd", "displayName": "JIMGONZALEZ-LT", "operatingSystem": "Windows 10", "browser": "Edge 19.15284", "trustType": "Azure AD registered"}, "location": {"city": "Santosborough", "state": "Smithton", "countryOrRegion": "XR", "geoCoordinates": {"latitude": 12.8350355, "longitude": 138.359011}}, "correlationId": "4181d764-de22-4234-9a91-81ae376ca171", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "14fafb11-2a8b-439c-bdbd-3e1df7ef1e56", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 158, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Bipsync Service", "resourceId": "819aa3ed-3b63-4925-8388-0b8d41022941", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 256668, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "2WL7OL2AaIvTDaOAuh0lkvEbzXtKSrfUpfft01xVWCHhNGA4", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "7f0c9abd-8b0d-4973-8675-a495454c0c86", "rngcStatus": 0}}, {"time": "2022-08-22T01:02:04.503013Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "13.113.40.157", "correlationId": "85b7f947-3ba0-4118-b068-d80a8cc1d95e", "identity": "Attack Target", "Level": 4, "location": "XR", "properties": {"id": "28aa4dbc-8a6f-40da-9789-2ca18e696500", "createdDateTime": "2022-08-22T01:02:04.647013Z", "userDisplayName": "Attack Target", "userPrincipalName": "attacktarget@domain.com", "userId": "d735e84b-dcca-404d-9f7d-700f360f41a6", "appId": "9a7e67c7-6f05-42a3-b226-97c7ec3e9696", "appDisplayName": "Adobe Identity Management", "ipAddress": "13.113.40.157", "ipAddressFromResourceProvider": "13.113.40.157", "status": {"errorCode": 0}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (iPad; CPU iPad OS 9_3_6 like Mac OS X) AppleWebKit/536.1 (KHTML, like Gecko) CriOS/42.0.865.0 Mobile/77O124 Safari/536.1 Edge/99.14477", "deviceDetail": {"deviceId": "a44625dc-6f81-449a-9799-8005f7209b42", "displayName": "ATTACKTARGET-LT", "operatingSystem": "Windows 10", "browser": "Edge 99.14477", "trustType": "Azure AD registered"}, "location": {"city": "Smithfort", "state": "Smithfort", "countryOrRegion": "XR", "geoCoordinates": {"latitude": 3.7564095, "longitude": -121.574606}}, "correlationId": "bd2f2844-1948-4684-927c-b0a7070ec7da", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "074791c1-1de2-4c57-9302-af2f8e7d5f3b", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 144, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Adobe Identity Management Service", "resourceId": "c8eab36d-0a82-409d-8693-a8dabc997921", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 34974, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "bRzKmXVlYC2OvM1wst9nK7wNCKDyipwFnUOZF35Sj4HVNGYv", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "2248d3ef-d7b8-4eb2-bd20-fb53f725bfe3", "rngcStatus": 0}}, {"time": "2022-08-22T01:51:50.912110Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "147.177.131.63", "correlationId": "7a6d30c0-a641-49c6-abb8-ddc2d8f8bf88", "identity": "Cassie Fernandez", "Level": 4, "location": "XR", "properties": {"id": "cd604170-057f-460d-b144-5da3321d6800", "createdDateTime": "2022-08-22T01:51:51.035110Z", "userDisplayName": "Cassie Fernandez", "userPrincipalName": "cfernandez@domain.com", "userId": "67ef8be6-3f44-4db7-8172-fd6211428c1e", "appId": "9167c284-c68f-468a-84be-0ee4f23879fe", "appDisplayName": "ArcGIS Enterprise", "ipAddress": "147.177.131.63", "status": {"errorCode": 0}, "clientAppUsed": "Mobile Apps and Desktop clients", "deviceDetail": {"deviceId": "", "operatingSystem": "Ios", "browser": "Mobile Safari"}, "location": {"city": "Samanthaberg", "state": "Smithton", "countryOrRegion": "XR", "geoCoordinates": {"latitude": -42.614565, "longitude": 110.302069}}, "correlationId": "26c21b5d-7766-4606-8850-e57637f59b19", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "967a912a-7cd5-46a3-a92d-1ab94c411b9f", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 123, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "ArcGIS Enterprise Service", "resourceId": "72f0186d-d327-46c9-a8ff-497e0caa8691", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 432564, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "sncO4GzhzKpqBqakU1pFRkIcR6mnaiNoQ7IsJXHxmfaQ4Ycx", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": null, "rngcStatus": 0}}, {"time": "2022-08-22T02:06:44.681134Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "205.33.24.92", "correlationId": "f50afd42-fe76-4e15-976a-ae221bd6b0d1", "identity": "Vanessa Ramirez", "Level": 4, "location": "XD", "properties": {"id": "5960508f-6c99-4371-9d17-a2156b355d00", "createdDateTime": "2022-08-22T02:06:44.789134Z", "userDisplayName": "Vanessa Ramirez", "userPrincipalName": "vramirez@domain.com", "userId": "5d72b7ed-62ea-4b94-b931-ccef65d71ebd", "appId": "9de6e985-97a5-4d82-9c45-aedaa9c25ef9", "appDisplayName": "AWS Single-Account Access", "ipAddress": "205.33.24.92", "status": {"errorCode": 0}, "clientAppUsed": "Browser", "deviceDetail": {"deviceId": "e395a3f4-8f2d-4170-804f-d3e13ce3151b", "displayName": "VANESSARAMIREZ-LT", "operatingSystem": "Windows", "trustType": "Azure AD registered"}, "location": {"city": "Kristinmouth", "state": "Norrisbury", "countryOrRegion": "XD", "geoCoordinates": {"latitude": 26.278784, "longitude": -92.042573}}, "correlationId": "a8ea59da-c968-4eb1-9c14-7b2762187f53", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "c801735e-cdbe-48b6-a64c-5a645f7fc8c2", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 108, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "AWS Single-Account Access Service", "resourceId": "9a84f55e-3a40-492c-9476-e069f64ed7a6", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 214655, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "XcbKiRfh4evILo3r6g4ddvz4l0N6tmyGmyXvbiym2PUPJ0tS", "incomingTokenType": "none", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "37ee873b-f901-4e25-be69-010243106d0f", "rngcStatus": 0}}, {"time": "2022-08-22T02:16:07.419606Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "13.113.40.157", "correlationId": "47ae9b95-3a8d-43f8-b9b8-db693573c897", "identity": "Attack Target", "Level": 4, "location": "XR", "properties": {"id": "5751f928-f6db-4f32-8ce6-3970b50d6e00", "createdDateTime": "2022-08-22T02:16:07.706606Z", "userDisplayName": "Attack Target", "userPrincipalName": "attacktarget@domain.com", "userId": "d735e84b-dcca-404d-9f7d-700f360f41a6", "appId": "9c5b7fe3-0ad2-4ea6-94e5-9e0001f367e3", "appDisplayName": "Articulate 360", "ipAddress": "13.113.40.157", "status": {"errorCode": 0}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (iPad; CPU iPad OS 9_3_6 like Mac OS X) AppleWebKit/536.1 (KHTML, like Gecko) CriOS/42.0.865.0 Mobile/77O124 Safari/536.1 Edge/99.14477", "deviceDetail": {"deviceId": "a44625dc-6f81-449a-9799-8005f7209b42", "displayName": "ATTACKTARGET-LT", "operatingSystem": "Windows 10", "browser": "Edge 99.14477", "trustType": "Azure AD registered"}, "location": {"city": "New John", "state": "Smithfort", "countryOrRegion": "XR", "geoCoordinates": {"latitude": -89.144242, "longitude": 168.119022}}, "correlationId": "90c6080f-0971-4746-8e87-952ff0905e43", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "e1e34f8d-c304-4266-9e5f-8a59861dd751", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 287, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Articulate 360 Online", "resourceId": "436260d5-3791-4aea-a4da-aa698ec35f2f", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 34974, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "T50EiXfGyGnDl1uHH410yr6VCrtkazuDqZk2JFMOw8XOSa0Y", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "94b9f3ba-5f4b-4edc-99dc-a420b76960f9", "rngcStatus": 0}}, {"time": "2022-08-22T02:26:45.106859Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "SignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "42.62.103.34", "correlationId": "258eca7f-d85f-4574-a35e-6327fd7f87e4", "identity": "Joseph Taylor", "Level": 4, "location": "XF", "properties": {"id": "23856212-0a3a-4f29-a3b7-e176b84a9400", "createdDateTime": "2022-08-22T02:26:45.232859Z", "userDisplayName": "Joseph Taylor", "userPrincipalName": "jtaylor@domain.com", "userId": "af9847eb-c773-41ae-bf94-42747c5e986c", "appId": "e47a1d38-5f61-45cd-b1b9-bc92f525c598", "appDisplayName": "Altoura", "ipAddress": "42.62.103.34", "status": {"errorCode": 0, "additionalDetails": "MFA requirement satisfied by claim in the token"}, "clientAppUsed": "Browser", "userAgent": "Mozilla/5.0 (Linux; Android 2.3.5) AppleWebKit/532.2 (KHTML, like Gecko) Chrome/46.0.898.0 Safari/532.2 Edge/105.19198", "deviceDetail": {"deviceId": "76b96bd3-e5d7-49ee-b195-bf363facdb3d", "displayName": "JOSEPHTAYLOR-LT", "operatingSystem": "Windows 10", "browser": "Edge 105.19198", "isCompliant": true, "isManaged": true, "trustType": "Azure AD joined"}, "location": {"city": "Jessicafurt", "state": "Smithbury", "countryOrRegion": "XF", "geoCoordinates": {"latitude": 17.5082395, "longitude": -115.304215}}, "mfaDetail": {}, "correlationId": "1876dded-e515-410a-9694-9222e60730ba", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "21c0eb36-7d75-4887-83e5-a38e9b362b97", "isInteractive": true, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 126, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Altoura Online", "resourceId": "f0630e90-b752-4960-bfb9-a0794fc34930", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 393508, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "wK1yRK7tdflFA2McZQI9XHHa7qaheEj5j0EnAcCLfwzTdASH", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "1f37c851-4be4-455b-928a-fbde7845a68a", "rngcStatus": 0}}, {"time": "2022-08-22T02:42:20.910719Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "156.206.181.119", "correlationId": "08ffe816-51bd-4656-ba9a-6d5e39cd0c0b", "identity": "Cynthia Perry", "Level": 4, "location": "XY", "properties": {"id": "140cf565-4047-4e65-9531-8c3ce9f44f00", "createdDateTime": "2022-08-22T02:42:21.006719Z", "userDisplayName": "Cynthia Perry", "userPrincipalName": "cperry@domain.com", "userId": "ac5fa380-9d5b-470e-beb2-5ba10aca48e6", "appId": "9de6e985-97a5-4d82-9c45-aedaa9c25ef9", "appDisplayName": "AWS Single-Account Access", "ipAddress": "156.206.181.119", "status": {"errorCode": 0}, "clientAppUsed": "Browser", "deviceDetail": {"deviceId": "", "operatingSystem": "Windows"}, "location": {"city": "Hannaville", "state": "Thomashaven", "countryOrRegion": "XY", "geoCoordinates": {"latitude": 1.1452695, "longitude": 128.249211}}, "correlationId": "3885d0f2-012f-4d56-9fa0-49d5fa1ee593", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "0e2a26cd-ddce-4af2-a437-9e98212103c7", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "processingTimeInMilliseconds": 96, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "AWS Single-Account Access Service", "resourceId": "f0630e90-b752-4960-bfb9-a0794fc34930", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 279165, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "Qm81PDn1jpjnLJF3LXLlp8f3pazUBERkBwFUdIIWci3QZlId", "incomingTokenType": "none", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "1f37c851-4be4-455b-928a-fbde7845a68a"}}, {"time": "2022-08-22T02:46:03.146579Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "91.132.253.146", "correlationId": "a579ba3b-9515-4d5a-8f4f-e05e3d45e0a3", "identity": "Aaron Cole", "Level": 4, "location": "XD", "properties": {"id": "b7d3efa6-fdbc-4020-888c-cd5f4cbb8800", "createdDateTime": "2022-08-22T02:46:03.258579Z", "userDisplayName": "Aaron Cole", "userPrincipalName": "acole@domain.com", "userId": "5d557969-1645-4ba4-be83-b6fd943659f7", "appId": "9d794ea1-8d77-42e3-9fdd-6fd3620d616a", "appDisplayName": "Alaya", "ipAddress": "91.132.253.146", "status": {"errorCode": 0}, "clientAppUsed": "Mobile Apps and Desktop clients", "deviceDetail": {"deviceId": "", "operatingSystem": "Windows 10"}, "location": {"city": "Rickshire", "state": "Norrisbury", "countryOrRegion": "XD", "geoCoordinates": {"latitude": -78.5751045, "longitude": 58.329246}}, "correlationId": "19957d12-2d95-4008-ac83-649ab010d532", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "4bd2c6d2-1dd4-4e4e-b7ba-6cb9d1fc5eeb", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 112, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Alaya Service", "resourceId": "f0630e90-b752-4960-bfb9-a0794fc34930", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 214655, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "Z5RwK3bo7NZg7xmRgZhxxpVHhh5G1E9QYrJ6kjlQp9zzhEyv", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "1f37c851-4be4-455b-928a-fbde7845a68a", "rngcStatus": 0}}, {"time": "2022-08-22T02:46:46.023199Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "13.113.40.157", "correlationId": "4b294c2a-abbb-463c-8c33-6daa37beb09b", "identity": "Attack Target", "Level": 4, "location": "XR", "properties": {"id": "2a88f1af-821d-4ead-aa3e-27341e696f00", "createdDateTime": "2022-08-22T02:46:46.170199Z", "userDisplayName": "Attack Target", "userPrincipalName": "attacktarget@domain.com", "userId": "d735e84b-dcca-404d-9f7d-700f360f41a6", "appId": "9a7e67c7-6f05-42a3-b226-97c7ec3e9696", "appDisplayName": "Adobe Identity Management", "ipAddress": "13.113.40.157", "ipAddressFromResourceProvider": "11.5.130.220", "status": {"errorCode": 0}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (iPad; CPU iPad OS 9_3_6 like Mac OS X) AppleWebKit/536.1 (KHTML, like Gecko) CriOS/42.0.865.0 Mobile/77O124 Safari/536.1 Edge/99.14477", "deviceDetail": {"deviceId": "a44625dc-6f81-449a-9799-8005f7209b42", "displayName": "ATTACKTARGET-LT", "operatingSystem": "Windows 10", "browser": "Edge 99.14477", "trustType": "Azure AD registered"}, "location": {"city": "New John", "state": "Smithfort", "countryOrRegion": "XR", "geoCoordinates": {"latitude": -89.144242, "longitude": 168.119022}}, "correlationId": "c039ffbc-5040-4073-86fe-866ba995b1b4", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "779f7a5e-f42e-4816-8ce9-a3c09872c615", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 147, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Adobe Identity Management Service", "resourceId": "9a84f55e-3a40-492c-9476-e069f64ed7a6", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 34974, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "k5sh9MbBc85yqo8WI4sMQUpzDCcjPeiMu1DBB0R8hZUJc6lh", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "37ee873b-f901-4e25-be69-010243106d0f", "rngcStatus": 0}}, {"time": "2022-08-22T03:12:35.427822Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "50158", "resultSignature": "None", "resultDescription": "External security challenge was not satisfied.", "durationMs": 0, "callerIpAddress": "147.132.189.119", "correlationId": "1a40c3e5-b2e9-427c-b9da-19718c9c4450", "identity": "Terry Proctor", "Level": 4, "location": "XR", "properties": {"id": "5daad713-1a9b-42ef-b804-993dfbd85000", "createdDateTime": "2022-08-22T03:12:35.535822Z", "userDisplayName": "Terry Proctor", "userPrincipalName": "tproctor@domain.com", "userId": "03110cc5-e54f-4dae-b68a-bf5d945f8152", "appId": "2eae4ad1-8cae-48fe-b718-76bd66e2fc7f", "appDisplayName": "Bipsync", "ipAddress": "147.132.189.119", "status": {"errorCode": 50158, "failureReason": "External security challenge was not satisfied.", "additionalDetails": "MFA requirement satisfied by claim in the token"}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (X11; Linux i686) AppleWebKit/533.0 (KHTML, like Gecko) Chrome/24.0.803.0 Safari/533.0 Edge/40.11325", "deviceDetail": {"deviceId": "88ee69d5-1eb7-4f29-b594-e9b4e3371940", "displayName": "TERRYPROCTOR-LT", "operatingSystem": "Windows 10", "browser": "Edge 40.11325", "isCompliant": true, "isManaged": true, "trustType": "Azure AD joined"}, "location": {"city": "Port Denisetown", "state": "Smithton", "countryOrRegion": "XR", "geoCoordinates": {"latitude": 3.5518965, "longitude": 131.871582}}, "mfaDetail": {}, "correlationId": "27a92972-453a-413d-8e2b-5bc5cbe9ac65", "conditionalAccessStatus": "failure", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "6a839d6e-aeb8-4f23-bede-90669bf99d52", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "processingTimeInMilliseconds": 108, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Bipsync Service", "resourceId": "9a84f55e-3a40-492c-9476-e069f64ed7a6", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 256668, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "ldUN3BpWZB0mE8WBjxRzwvFZcREcadatYNheiNNE946hrs5t", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "37ee873b-f901-4e25-be69-010243106d0f"}}, {"time": "2022-08-22T04:05:22.616679Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "10.14.188.154", "correlationId": "bbc7d4f1-0cf0-4cc8-a3e2-5d30d716913e", "identity": "Alicia Ramirez", "Level": 4, "location": "XR", "properties": {"id": "df70b726-7756-4baa-9a7d-5ac9fdff8f00", "createdDateTime": "2022-08-22T04:05:22.685679Z", "userDisplayName": "Alicia Ramirez", "userPrincipalName": "aramirez@domain.com", "userId": "50125906-f0ff-4d56-a7d2-397a3c9d477e", "appId": "2eae4ad1-8cae-48fe-b718-76bd66e2fc7f", "appDisplayName": "Bipsync", "ipAddress": "10.14.188.154", "status": {"errorCode": 0}, "clientAppUsed": "Mobile Apps and Desktop clients", "deviceDetail": {"deviceId": "51dc6022-7b43-4a76-a5c8-6f29eb6be5c8", "displayName": "ALICIARAMIREZ-LT", "operatingSystem": "Android", "isCompliant": true, "isManaged": true, "trustType": "Azure AD registered"}, "location": {"city": "Susanside", "state": "Morrisview", "countryOrRegion": "XR", "geoCoordinates": {"latitude": 57.8050005, "longitude": -51.781534}}, "correlationId": "562fa058-843c-4bf3-8f6a-82c972d465f1", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "29a0f968-6283-4778-8882-954a19130a28", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 69, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Bipsync Service", "resourceId": "aaf780ce-b996-49b9-986d-8bb23f7bce3a", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 432564, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "rItwLxUKhMWoHKoAg5wlTbmYaUBSl7IfxZiQ4qG9eekR3M2w", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "b7da42cc-a168-4148-b15a-792ad32c2ff5", "rngcStatus": 0}}, {"time": "2022-08-22T04:11:03.190770Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "13.113.40.157", "correlationId": "89035f92-a0d3-4b08-8ed9-36fbd45a5894", "identity": "Attack Target", "Level": 4, "location": "XR", "properties": {"id": "717ef043-4342-4bef-be3f-b1a21eb56e00", "createdDateTime": "2022-08-22T04:11:03.471770Z", "userDisplayName": "Attack Target", "userPrincipalName": "attacktarget@domain.com", "userId": "d735e84b-dcca-404d-9f7d-700f360f41a6", "appId": "9c5b7fe3-0ad2-4ea6-94e5-9e0001f367e3", "appDisplayName": "Articulate 360", "ipAddress": "13.113.40.157", "status": {"errorCode": 0}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (iPad; CPU iPad OS 9_3_6 like Mac OS X) AppleWebKit/536.1 (KHTML, like Gecko) CriOS/42.0.865.0 Mobile/77O124 Safari/536.1 Edge/99.14477", "deviceDetail": {"deviceId": "a44625dc-6f81-449a-9799-8005f7209b42", "displayName": "ATTACKTARGET-LT", "operatingSystem": "Windows 10", "browser": "Edge 99.14477", "trustType": "Azure AD registered"}, "location": {"city": "Smithfort", "state": "Smithfort", "countryOrRegion": "XR", "geoCoordinates": {"latitude": 3.7564095, "longitude": -121.574606}}, "correlationId": "fa778d9c-d6bb-43c0-9f71-625745237483", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "424c1431-34de-4701-92e9-8cecea557500", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 281, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Articulate 360 Online", "resourceId": "436260d5-3791-4aea-a4da-aa698ec35f2f", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 34974, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "TAS2TR7BK6i6sSFGx5VyF9aYSgDIMk9wc98a9mXLtjMjMvC7", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "94b9f3ba-5f4b-4edc-99dc-a420b76960f9", "rngcStatus": 0}}, {"time": "2022-08-22T04:22:06.782111Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "156.206.181.119", "correlationId": "9684b3fb-a21b-443d-bdb0-034ae77740bb", "identity": "Cynthia Perry", "Level": 4, "location": "XY", "properties": {"id": "95854fa2-5be6-4c9a-9e31-8e17d5143500", "createdDateTime": "2022-08-22T04:22:06.894111Z", "userDisplayName": "Cynthia Perry", "userPrincipalName": "cperry@domain.com", "userId": "ac5fa380-9d5b-470e-beb2-5ba10aca48e6", "appId": "9de6e985-97a5-4d82-9c45-aedaa9c25ef9", "appDisplayName": "AWS Single-Account Access", "ipAddress": "156.206.181.119", "status": {"errorCode": 0}, "clientAppUsed": "Browser", "deviceDetail": {"deviceId": "", "operatingSystem": "Windows"}, "location": {"city": "Hannaville", "state": "Thomashaven", "countryOrRegion": "XY", "geoCoordinates": {"latitude": 1.1452695, "longitude": 128.249211}}, "correlationId": "301b9f18-0e43-4630-9737-1c1ffe35743e", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "93c59e12-9b2e-4fb5-b114-600330a887bb", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 112, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "AWS Single-Account Access Service", "resourceId": "9a84f55e-3a40-492c-9476-e069f64ed7a6", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 279165, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "X5o2ip7SpQBFTEgVmI5Rj2hoKR3zAbGjuPv4WadKGqAYUe9L", "incomingTokenType": "none", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "37ee873b-f901-4e25-be69-010243106d0f", "rngcStatus": 0}}, {"time": "2022-08-22T04:23:30.475115Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "42.62.103.34", "correlationId": "a0fb33a3-b461-48ca-aa6a-9ffc4fdaf8d6", "identity": "Joseph Taylor", "Level": 4, "location": "XF", "properties": {"id": "9fd4e587-f898-44c4-9cdb-b0913f0d6b00", "createdDateTime": "2022-08-22T04:23:30.598115Z", "userDisplayName": "Joseph Taylor", "userPrincipalName": "jtaylor@domain.com", "userId": "af9847eb-c773-41ae-bf94-42747c5e986c", "appId": "b9c45636-4d7c-4d33-8678-39527c8b5976", "appDisplayName": "LinkedIn Lookup", "ipAddress": "42.62.103.34", "status": {"errorCode": 0, "additionalDetails": "MFA requirement satisfied by claim in the token"}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (iPad; CPU iPad OS 9_3_6 like Mac OS X) AppleWebKit/536.1 (KHTML, like Gecko) CriOS/42.0.865.0 Mobile/77O124 Safari/536.1 Edge/99.14477", "deviceDetail": {"deviceId": "76b96bd3-e5d7-49ee-b195-bf363facdb3d", "displayName": "JOSEPHTAYLOR-LT", "operatingSystem": "Windows 10", "browser": "Edge 99.14477", "isCompliant": true, "isManaged": true, "trustType": "Azure AD joined"}, "location": {"city": "Jessicafurt", "state": "Smithbury", "countryOrRegion": "XF", "geoCoordinates": {"latitude": 17.5082395, "longitude": -115.304215}}, "mfaDetail": {}, "correlationId": "bf5b55ab-53d5-41d2-b6bb-bcef1b9b5899", "conditionalAccessStatus": "notApplied", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "9795269a-83ec-4e2c-9178-70cb75136eae", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 123, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "LinkedIn Lookup Online", "resourceId": "4792a15b-0a23-4ddb-be78-f0f8eaecfae5", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 393508, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "sCmB707mV1cVUgpBWCt7fdpB8umCdAV3OgUQq5Z870DnjTlj", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "bbd8c442-8cbf-48d6-9501-8bde23fb6f35", "rngcStatus": 0}}, {"time": "2022-08-22T04:25:29.454204Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "205.33.24.92", "correlationId": "b182c559-54c3-4a25-a57e-b16be648bc96", "identity": "Aaron Cole", "Level": 4, "location": "XD", "properties": {"id": "9c70fa14-e476-49ba-a565-436c88b18f00", "createdDateTime": "2022-08-22T04:25:29.574204Z", "userDisplayName": "Aaron Cole", "userPrincipalName": "acole@domain.com", "userId": "5d557969-1645-4ba4-be83-b6fd943659f7", "appId": "ad65aaed-51a8-4877-830e-8a5273604c87", "appDisplayName": "Docusign", "ipAddress": "205.33.24.92", "status": {"errorCode": 0}, "clientAppUsed": "Browser", "deviceDetail": {"deviceId": "", "operatingSystem": "Windows", "browser": "Rich Client 4.42.0.0"}, "location": {"city": "Kristinmouth", "state": "Norrisbury", "countryOrRegion": "XD", "geoCoordinates": {"latitude": 26.278784, "longitude": -92.042573}}, "correlationId": "3d8e0a35-792c-46a8-bda6-7a607d31a2dd", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "3208b362-c2e3-4793-8346-b1e42574825f", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 120, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Docusign Service", "resourceId": "24578515-1951-4064-967d-0d2acaf0aa70", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 214655, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "EZnIBUOxYIfdIykYLDG8BqAdN6JtS0agDn6EJIb6D9fvHiD6", "incomingTokenType": "none", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "0e68752b-7dfa-400b-a6f5-1b54af90696a", "rngcStatus": 0}}, {"time": "2022-08-22T04:52:20.148589Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "50158", "resultSignature": "None", "resultDescription": "External security challenge was not satisfied.", "durationMs": 0, "callerIpAddress": "147.132.189.119", "correlationId": "a5a3ec7b-07f9-4172-932a-93e9c26f2c6d", "identity": "Terry Proctor", "Level": 4, "location": "XR", "properties": {"id": "01ba3655-e28a-4ae2-aea6-ad4483a66400", "createdDateTime": "2022-08-22T04:52:20.274589Z", "userDisplayName": "Terry Proctor", "userPrincipalName": "tproctor@domain.com", "userId": "03110cc5-e54f-4dae-b68a-bf5d945f8152", "appId": "e980a200-4916-4fcb-ae5a-3dee8f09d976", "appDisplayName": "Adoddle cSaas Platform", "ipAddress": "147.132.189.119", "status": {"errorCode": 50158, "failureReason": "External security challenge was not satisfied.", "additionalDetails": "MFA requirement satisfied by claim in the token"}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (X11; Linux i686) AppleWebKit/533.0 (KHTML, like Gecko) Chrome/24.0.803.0 Safari/533.0 Edge/40.11325", "deviceDetail": {"deviceId": "88ee69d5-1eb7-4f29-b594-e9b4e3371940", "displayName": "TERRYPROCTOR-LT", "operatingSystem": "Windows 10", "browser": "Edge 40.11325", "isCompliant": true, "isManaged": true, "trustType": "Azure AD joined"}, "location": {"city": "Port Denisetown", "state": "Smithton", "countryOrRegion": "XR", "geoCoordinates": {"latitude": 3.5518965, "longitude": 131.871582}}, "mfaDetail": {}, "correlationId": "fe68ff0b-1e9f-47cd-b87a-19e697e795e6", "conditionalAccessStatus": "failure", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "a95e0d19-eac7-402c-9b5b-adf242ca0c5d", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 126, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Adoddle cSaas Platform Online", "resourceId": "2437523d-228a-44c0-b408-0de8a8a8276c", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 256668, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "u2cStN8j449qKU2FfKkbMhkrZUXI1zwiuDfQXjE76XNT1JFC", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "0eae9886-2d60-475f-9a14-3151a1cfa557", "rngcStatus": 0}}, {"time": "2022-08-22T05:14:37.746372Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "SignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "50011", "resultSignature": "None", "resultDescription": "The reply address is missing, misconfigured, or does not match reply addresses configured for the application. Try out the resolution listed at https://docs.microsoft.com/azure/active-directory/application-sign-in-problem-federated-sso-gallery#the-reply-address-does-not-match-the-reply-addresses-configured-for-the-application. If you still see issues, contact the application owner or app admin.", "durationMs": 0, "callerIpAddress": "205.33.24.92", "correlationId": "bca31fee-5a1b-4748-b261-dfff9556a941", "identity": "Aaron Cole", "Level": 4, "location": "XD", "properties": {"id": "77327800-5251-4fce-ab74-4649fb3d8700", "createdDateTime": "2022-08-22T05:14:37.826372Z", "userDisplayName": "Aaron Cole", "userPrincipalName": "acole@domain.com", "userId": "5d557969-1645-4ba4-be83-b6fd943659f7", "appId": "af50c7b0-ad5f-40ec-840e-8d89be454ce4", "appDisplayName": "Citrix ShareFile", "ipAddress": "205.33.24.92", "status": {"errorCode": 50011, "failureReason": "The reply address is missing, misconfigured, or does not match reply addresses configured for the application. Try out the resolution listed at https://docs.microsoft.com/azure/active-directory/application-sign-in-problem-federated-sso-gallery#the-reply-address-does-not-match-the-reply-addresses-configured-for-the-application. If you still see issues, contact the application owner or app admin."}, "clientAppUsed": "Browser", "userAgent": "Mozilla/5.0 (X11; Linux i686) AppleWebKit/536.2 (KHTML, like Gecko) Chrome/22.0.877.0 Safari/536.2", "deviceDetail": {"deviceId": "", "operatingSystem": "Windows 10", "browser": "Chrome 22.0.877.0"}, "location": {"city": "Kristinmouth", "state": "Norrisbury", "countryOrRegion": "XD", "geoCoordinates": {"latitude": 26.278784, "longitude": -92.042573}}, "correlationId": "daae15e7-8b46-44fd-8cd1-387031c111ff", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "7a0b9b67-7274-4e03-8daf-171c1d4c7869", "isInteractive": true, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 80, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Citrix ShareFile Online", "resourceId": "24578515-1951-4064-967d-0d2acaf0aa70", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 214655, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "3qqEU7F2aRJKvq8QgXCfdjXtKgx4n9Sh8tdn071dPLlk2ZaA", "incomingTokenType": "none", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "0e68752b-7dfa-400b-a6f5-1b54af90696a", "rngcStatus": 0}}, {"time": "2022-08-22T05:27:33.485548Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "50158", "resultSignature": "None", "resultDescription": "External security challenge was not satisfied.", "durationMs": 0, "callerIpAddress": "147.132.189.119", "correlationId": "5286a2e6-d5dc-4f95-85f0-433fcf76c1a1", "identity": "Terry Proctor", "Level": 4, "location": "XR", "properties": {"id": "c98bb980-53fe-43a8-afd2-72b985676400", "createdDateTime": "2022-08-22T05:27:33.621548Z", "userDisplayName": "Terry Proctor", "userPrincipalName": "tproctor@domain.com", "userId": "03110cc5-e54f-4dae-b68a-bf5d945f8152", "appId": "413f12c2-a9cb-4ca6-a080-d4308249cbe1", "appDisplayName": "Air", "ipAddress": "147.132.189.119", "status": {"errorCode": 50158, "failureReason": "External security challenge was not satisfied.", "additionalDetails": "MFA requirement satisfied by claim in the token"}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (X11; Linux i686) AppleWebKit/533.0 (KHTML, like Gecko) Chrome/24.0.803.0 Safari/533.0 Edge/40.11325", "deviceDetail": {"deviceId": "88ee69d5-1eb7-4f29-b594-e9b4e3371940", "displayName": "TERRYPROCTOR-LT", "operatingSystem": "Windows 10", "browser": "Edge 40.11325", "isCompliant": true, "isManaged": true, "trustType": "Azure AD joined"}, "location": {"city": "Port Denisetown", "state": "Smithton", "countryOrRegion": "XR", "geoCoordinates": {"latitude": 3.5518965, "longitude": 131.871582}}, "mfaDetail": {}, "correlationId": "e79f3cfa-120f-4962-83fe-f959711493c5", "conditionalAccessStatus": "failure", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "a7f66494-9aa0-4d47-9011-2176a2bc3b1f", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 136, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Air Online", "resourceId": "76f4ef5e-0b9a-478c-89cd-2dcd57ca60c3", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 256668, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "5uFSBBx75qkeQUUdu2KPhKdnTmH79fDewJt6ogHLdK7OJvtu", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": null, "rngcStatus": 0}}, {"time": "2022-08-22T05:45:35.046854Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "91.132.253.146", "correlationId": "b199bac0-5cb0-4014-95a0-a6f03b8d2b7e", "identity": "Aaron Cole", "Level": 4, "location": "XD", "properties": {"id": "3f04f6e0-8681-475f-a0d6-0af7fa247900", "createdDateTime": "2022-08-22T05:45:35.129854Z", "userDisplayName": "Aaron Cole", "userPrincipalName": "acole@domain.com", "userId": "5d557969-1645-4ba4-be83-b6fd943659f7", "appId": "18bf60fa-77dd-4aad-891d-af82ca87dd06", "appDisplayName": "FortiGate SSL VPN", "ipAddress": "91.132.253.146", "status": {"errorCode": 0}, "clientAppUsed": "Browser", "deviceDetail": {"deviceId": "", "operatingSystem": "Windows", "browser": "Rich Client 4.22.0.0"}, "location": {"city": "Rickshire", "state": "Norrisbury", "countryOrRegion": "XD", "geoCoordinates": {"latitude": -78.5751045, "longitude": 58.329246}}, "correlationId": "12f3a457-7ada-497d-baca-e5d29133819d", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "2250044a-26bf-48b1-b219-79f203d3039b", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 83, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "FortiGate SSL VPN Service", "resourceId": "f5d2a2c6-a513-4877-bde1-3ab04473ec93", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 214655, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "Xukufw83u379cmgp3pEh6kOqDyNyGPe7QpS1tdACGxbLpqlI", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "99b9b7dc-7e8a-4ed5-82df-fd174b5b04f1", "rngcStatus": 0}}, {"time": "2022-08-22T06:10:22.996622Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "91.132.253.146", "correlationId": "1f30ba79-cc10-4a5c-86ff-6e4dd57bb5fc", "identity": "Aaron Cole", "Level": 4, "location": "XD", "properties": {"id": "7911156a-02ea-4cca-ba29-f65722557f00", "createdDateTime": "2022-08-22T06:10:23.182622Z", "userDisplayName": "Aaron Cole", "userPrincipalName": "acole@domain.com", "userId": "5d557969-1645-4ba4-be83-b6fd943659f7", "appId": "1b3edb90-1e06-46db-b021-e2fc1f7ddaf5", "appDisplayName": "Beatrust", "ipAddress": "91.132.253.146", "status": {"errorCode": 0}, "clientAppUsed": "Browser", "deviceDetail": {"deviceId": "", "operatingSystem": "Windows 10", "browser": "Rich Client 5.2.7.0"}, "location": {"city": "Rickshire", "state": "Norrisbury", "countryOrRegion": "XD", "geoCoordinates": {"latitude": -78.5751045, "longitude": 58.329246}}, "correlationId": "e7dc57d0-a811-42da-821b-8c44e33c97e6", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "0c696e4c-d509-44b8-9b18-71334092ccab", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 186, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Beatrust Service", "resourceId": "92637366-2070-40d9-922c-6d2567265cbc", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 214655, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "zEcJTsEuv8AJ2XJq1UjATiPzmCW2F5pqkaN9JQoHv1sKFPD3", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "aeb394f1-948a-4b5e-a047-7fa9627afd63", "rngcStatus": 0}}, {"time": "2022-08-22T06:18:49.403541Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "105.169.153.183", "correlationId": "85a51264-9b07-4c63-98a9-a215662e6624", "identity": "Jim Gonzalez", "Level": 4, "location": "XR", "properties": {"id": "b833bcd2-4c2b-43a0-9673-9bc6806b7300", "createdDateTime": "2022-08-22T06:18:49.570541Z", "userDisplayName": "Jim Gonzalez", "userPrincipalName": "jgonzalez@domain.com", "userId": "95090045-a9c5-489c-adee-2db430a3333a", "appId": "9de6e985-97a5-4d82-9c45-aedaa9c25ef9", "appDisplayName": "AWS Single-Account Access", "ipAddress": "105.169.153.183", "status": {"errorCode": 0}, "clientAppUsed": "Browser", "deviceDetail": {"deviceId": "15135d1f-cb47-4bd8-b76d-90a9171c09bd", "displayName": "JIMGONZALEZ-LT", "operatingSystem": "Windows", "trustType": "Azure AD registered"}, "location": {"city": "Santosborough", "state": "Smithton", "countryOrRegion": "XR", "geoCoordinates": {"latitude": 12.8350355, "longitude": 138.359011}}, "correlationId": "5f024cff-c2c7-433b-b81a-340e04ac9cc6", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "7afa4c95-9cd2-4f6f-9913-a6c9e9f26068", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 167, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "AWS Single-Account Access Service", "resourceId": "9a84f55e-3a40-492c-9476-e069f64ed7a6", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 256668, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "8njWOCtm7JKoT4lKToekKR0GOSumuuRl7DeAQ982wjSl5Xtk", "incomingTokenType": "none", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "37ee873b-f901-4e25-be69-010243106d0f", "rngcStatus": 0}}, {"time": "2022-08-22T06:20:52.005699Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "192.109.198.118", "correlationId": "4f5c1d6d-4c67-4cf0-a981-c1927b9c61f4", "identity": "Joseph Taylor", "Level": 4, "location": "XF", "properties": {"id": "5d857cb0-2921-4775-a7e5-e499fb259600", "createdDateTime": "2022-08-22T06:20:52.141699Z", "userDisplayName": "Joseph Taylor", "userPrincipalName": "jtaylor@domain.com", "userId": "af9847eb-c773-41ae-bf94-42747c5e986c", "appId": "b2421da4-c71e-46a9-b848-495ef54b79c4", "appDisplayName": "ServiceNow", "ipAddress": "192.109.198.118", "status": {"errorCode": 0, "additionalDetails": "MFA requirement satisfied by claim in the token"}, "clientAppUsed": "Browser", "deviceDetail": {"deviceId": "76b96bd3-e5d7-49ee-b195-bf363facdb3d", "displayName": "JOSEPHTAYLOR-LT", "operatingSystem": "Windows10", "browser": "Rich Client 4.30.1.0", "isCompliant": true, "isManaged": true, "trustType": "Azure AD joined"}, "location": {"city": "Lake Wendyberg", "state": "Smithbury", "countryOrRegion": "XF", "geoCoordinates": {"latitude": -19.553711, "longitude": -136.787477}}, "mfaDetail": {}, "correlationId": "9634faf3-c1f2-4751-983b-075ec9e485ee", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "fed9710e-ce29-4f1c-b570-406c1f88c81e", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 136, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "ServiceNow Online", "resourceId": "c8eab36d-0a82-409d-8693-a8dabc997921", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 393508, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "9FvSVDzy12miIGICJGYihKnpZotm8EJ72MwgJJllABzaadK1", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "2248d3ef-d7b8-4eb2-bd20-fb53f725bfe3", "rngcStatus": 0}}, {"time": "2022-08-22T06:34:48.466104Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "42.62.103.34", "correlationId": "015dfcf4-1016-95e2-94df-112958d364ce", "identity": "Joseph Taylor", "Level": 4, "location": "XF", "properties": {"id": "e69329df-c356-440d-a977-9ca728f28800", "createdDateTime": "2022-08-22T06:34:48.550104Z", "userDisplayName": "Joseph Taylor", "userPrincipalName": "jtaylor@domain.com", "userId": "af9847eb-c773-41ae-bf94-42747c5e986c", "appId": "b2421da4-c71e-46a9-b848-495ef54b79c4", "appDisplayName": "ServiceNow", "ipAddress": "42.62.103.34", "status": {"errorCode": 0, "additionalDetails": "MFA requirement satisfied by claim in the token"}, "clientAppUsed": "Browser", "deviceDetail": {"deviceId": "76b96bd3-e5d7-49ee-b195-bf363facdb3d", "displayName": "JOSEPHTAYLOR-LT", "operatingSystem": "Windows10", "browser": "Rich Client 4.30.1.0", "isCompliant": true, "isManaged": true, "trustType": "Azure AD joined"}, "location": {"city": "Jessicafurt", "state": "Smithbury", "countryOrRegion": "XF", "geoCoordinates": {"latitude": 17.5082395, "longitude": -115.304215}}, "mfaDetail": {}, "correlationId": "a159b77f-0b24-4c0b-9047-f6d75d5067fd", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "aead9d6b-c521-41b4-9d15-759dbef7e9d9", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 84, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "ServiceNow Online", "resourceId": "bca2b487-3a6c-440f-b1b7-a15b02771ad0", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 393508, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "g8TYIrqGTCgrzJmfBGpqKR24TWxftDeuNBNNVfdUj5nnEYvt", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "4da47dd4-556d-4ba4-9847-c1850930ab5e", "rngcStatus": 0}}, {"time": "2022-08-22T06:51:40.839764Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "81.209.4.19", "correlationId": "49748f4c-0fd7-4cef-ae96-ebf6d55c6301", "identity": "Jim Gonzalez", "Level": 4, "location": "XR", "properties": {"id": "13398d70-a5db-4e32-a8b5-aca5a8889600", "createdDateTime": "2022-08-22T06:51:41.020764Z", "userDisplayName": "Jim Gonzalez", "userPrincipalName": "jgonzalez@domain.com", "userId": "95090045-a9c5-489c-adee-2db430a3333a", "appId": "dbe6b779-13df-45f2-a6d7-1323485479f6", "appDisplayName": "Cisco Webex", "ipAddress": "81.209.4.19", "status": {"errorCode": 0}, "clientAppUsed": "Browser", "deviceDetail": {"deviceId": "1a428e94-41e3-4c1d-865a-0d31c9a2540b", "displayName": "JIMGONZALEZ-LT", "operatingSystem": "Windows10", "browser": "Rich Client 4.38.0.0", "trustType": "Azure AD registered"}, "location": {"city": "Santosborough", "state": "Smithton", "countryOrRegion": "XR", "geoCoordinates": {"latitude": 50.0774195, "longitude": 64.938754}}, "correlationId": "58481dfd-22ec-431d-9185-d819e2a18238", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "982306a9-9c5a-41f9-b5fd-bd00250c4f50", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 181, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Cisco Webex Service", "resourceId": "9a84f55e-3a40-492c-9476-e069f64ed7a6", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 34974, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "dOlI1bgI4xy5RdjrEujughP2fqvYWyqRi8kysGsJkUeyO09U", "incomingTokenType": "none", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "37ee873b-f901-4e25-be69-010243106d0f", "rngcStatus": 0}}, {"time": "2022-08-22T06:58:48.730089Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "44.22.19.201", "correlationId": "096ba97f-76be-4478-adc4-a9572b94f969", "identity": "David Johnson", "Level": 4, "location": "XN", "properties": {"id": "240f1e1f-5d94-4a4e-bd71-018ba4756800", "createdDateTime": "2022-08-22T06:58:49.317089Z", "userDisplayName": "David Johnson", "userPrincipalName": "djohnson@domain.com", "userId": "ff2ae3d2-8cd2-4bd6-b65d-49c5ad946c7f", "appId": "51a80452-7502-4b15-9e15-827c7d78e337", "appDisplayName": "Dropbox Business", "ipAddress": "44.22.19.201", "status": {"errorCode": 0}, "clientAppUsed": "Mobile Apps and Desktop clients", "deviceDetail": {"deviceId": "8fb0ff79-f116-4f20-8ca8-36b3f8d68865", "displayName": "DAVIDJOHNSON-LT", "operatingSystem": "Windows 10", "browser": "Rich Client 5.2.9.0", "trustType": "Azure AD registered"}, "location": {"city": "Littlemouth", "state": "Alexanderfurt", "countryOrRegion": "XN", "geoCoordinates": {"latitude": 25.4437255, "longitude": -109.530885}}, "correlationId": "22d49d17-2849-48d7-837d-5480a03d11ba", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "19a21596-4316-4c62-8a29-bd42c99e643f", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 587, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Dropbox Business Online", "resourceId": "fcbb342e-c15e-4612-8a70-e3156b81556f", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 230297, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "8cRxhjuwUMR0FqS1NFij9qJUEzcKJqiZ0K9m0ELaP5D4OUVe", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "0fd3a253-6124-461e-bab2-32ec73c1c1ad", "rngcStatus": 0}}, {"time": "2022-08-22T07:10:24.103226Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "700082", "resultSignature": "None", "resultDescription": "Other", "durationMs": 0, "callerIpAddress": "54.119.29.60", "correlationId": "e5e5313a-30b0-4857-bc18-5494dc7edeb7", "identity": "Thomas Price", "Level": 4, "location": "XR", "properties": {"id": "0d974f4a-644a-4dd3-8042-848596416600", "createdDateTime": "2022-08-22T07:10:24.198226Z", "userDisplayName": "Thomas Price", "userPrincipalName": "tprice@domain.com", "userId": "32109ee2-ee4f-4d11-9c38-2556aec0f2b5", "appId": "9a7e67c7-6f05-42a3-b226-97c7ec3e9696", "appDisplayName": "Adobe Identity Management", "ipAddress": "54.119.29.60", "status": {"errorCode": 700082, "failureReason": "Other"}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (X11; Linux i686) AppleWebKit/535.2 (KHTML, like Gecko) Chrome/22.0.843.0 Safari/535.2 Edge/118.12158", "deviceDetail": {"deviceId": "852272bd-2ab1-474f-a99e-4922ea7031d3", "displayName": "THOMASPRICE-LT", "operatingSystem": "Windows 10", "browser": "Edge 118.12158", "trustType": "Hybrid Azure AD joined"}, "location": {"city": "Port Kimberlytown", "state": "Curtisport", "countryOrRegion": "XR", "geoCoordinates": {"latitude": 26.3152295, "longitude": 147.770404}}, "correlationId": "77a03610-c76d-4d44-a355-cd20f4f602f3", "conditionalAccessStatus": "notApplied", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "6c725ceb-3bbb-4628-b2b6-d8db2c0fffcf", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 95, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Adobe Identity Management Service", "resourceId": "30663ca7-f8a9-43ab-8ca1-7906bdbc1485", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 359213, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "oBRs8C2MBEQfQw2XBQVurlJ0mO0VnteLb3g5fyQm9pkqnbVa", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "a6c259e5-7f16-48b2-a9f3-75becd6daa9b", "rngcStatus": 0}}, {"time": "2022-08-22T07:17:10.802650Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "13.113.40.157", "correlationId": "ef1413f4-b5df-4473-9924-d5f09938c42c", "identity": "Attack Target", "Level": 4, "location": "XR", "properties": {"id": "f95b27fd-8962-466c-86b8-589893118a00", "createdDateTime": "2022-08-22T07:17:10.906650Z", "userDisplayName": "Attack Target", "userPrincipalName": "attacktarget@domain.com", "userId": "d735e84b-dcca-404d-9f7d-700f360f41a6", "appId": "9a7e67c7-6f05-42a3-b226-97c7ec3e9696", "appDisplayName": "Adobe Identity Management", "ipAddress": "13.113.40.157", "ipAddressFromResourceProvider": "11.5.130.220", "status": {"errorCode": 0}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (iPad; CPU iPad OS 9_3_6 like Mac OS X) AppleWebKit/536.1 (KHTML, like Gecko) CriOS/42.0.865.0 Mobile/77O124 Safari/536.1 Edge/99.14477", "deviceDetail": {"deviceId": "a44625dc-6f81-449a-9799-8005f7209b42", "displayName": "ATTACKTARGET-LT", "operatingSystem": "Windows 10", "browser": "Edge 99.14477", "trustType": "Azure AD registered"}, "location": {"city": "Smithfort", "state": "Smithfort", "countryOrRegion": "XR", "geoCoordinates": {"latitude": 3.7564095, "longitude": -121.574606}}, "correlationId": "f2122022-1f26-4e6e-bdc1-57f7ac7489f6", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "370d7292-091e-4eae-bc94-46898a6455b3", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 104, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Adobe Identity Management Service", "resourceId": "9a84f55e-3a40-492c-9476-e069f64ed7a6", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 34974, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "dRCvFgAkUwjyjn4zfOTIc7fRbYxKcKBRAmDUEUf3FozYQIaN", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "37ee873b-f901-4e25-be69-010243106d0f", "rngcStatus": 0}}, {"time": "2022-08-22T07:22:06.547775Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "134.219.180.76", "correlationId": "3cc5f64b-587b-464c-baf2-433b5090bf65", "identity": "Joseph Taylor", "Level": 4, "location": "XF", "properties": {"id": "0ddef0f4-1825-4108-b49b-6cf88cf29400", "createdDateTime": "2022-08-22T07:22:06.626775Z", "userDisplayName": "Joseph Taylor", "userPrincipalName": "jtaylor@domain.com", "userId": "af9847eb-c773-41ae-bf94-42747c5e986c", "appId": "9003b8ba-730c-412d-8972-267700304e01", "appDisplayName": "Box", "ipAddress": "134.219.180.76", "status": {"errorCode": 0, "additionalDetails": "MFA requirement satisfied by claim in the token"}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (iPad; CPU iPad OS 9_3_6 like Mac OS X) AppleWebKit/536.1 (KHTML, like Gecko) CriOS/42.0.865.0 Mobile/77O124 Safari/536.1 Edge/99.14477", "deviceDetail": {"deviceId": "76b96bd3-e5d7-49ee-b195-bf363facdb3d", "displayName": "JOSEPHTAYLOR-LT", "operatingSystem": "Windows 10", "browser": "Edge 99.14477", "isCompliant": true, "isManaged": true, "trustType": "Azure AD joined"}, "location": {"city": "Mannville", "state": "Porterside", "countryOrRegion": "XF", "geoCoordinates": {"latitude": -50.9955705, "longitude": 104.613841}}, "mfaDetail": {}, "correlationId": "e279aaa6-9e4b-46a4-a905-116830ec2ba3", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "f9d4050c-5833-49f6-b9ce-d92fc9c48a78", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 79, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Box Online", "resourceId": "8a137ba4-52ae-4dbf-94af-2e56851573c4", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 124400, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "b2osjtTlrxNbt2VIZQCgor9kJ8XWB5Z7czE4kYDYIj4iS2Nn", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": null, "rngcStatus": 0}}, {"time": "2022-08-22T07:23:36.622110Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "SignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "199.12.127.103", "correlationId": "cad1661f-dcd1-4109-9923-3424d7345872", "identity": "Jacob Meyers", "Level": 4, "location": "XG", "properties": {"id": "528a72ae-c612-474f-a22e-2f6999df6d00", "createdDateTime": "2022-08-22T07:23:36.751110Z", "userDisplayName": "Jacob Meyers", "userPrincipalName": "jmeyers@domain.com", "userId": "c63a67b0-1651-4a8a-9560-cc703cdad5ad", "appId": "1b3edb90-1e06-46db-b021-e2fc1f7ddaf5", "appDisplayName": "Beatrust", "ipAddress": "199.12.127.103", "status": {"errorCode": 0}, "clientAppUsed": "Browser", "userAgent": "Mozilla/5.0 (Windows NT 5.1) AppleWebKit/534.1 (KHTML, like Gecko) Chrome/37.0.847.0 Safari/534.1", "deviceDetail": {"deviceId": "", "operatingSystem": "Windows 10", "browser": "Chrome 37.0.847.0"}, "location": {"city": "Port Nathan", "state": "Newmanville", "countryOrRegion": "XG", "geoCoordinates": {"latitude": 23.244641, "longitude": -113.392021}}, "correlationId": "359d977f-f919-48de-a45b-24eab330197b", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "99012329-57ae-400b-a146-b9b4423f573f", "isInteractive": true, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 129, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Beatrust Service", "resourceId": "24578515-1951-4064-967d-0d2acaf0aa70", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 282405, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "uHdbv6TBMblFracTM3IE4fIhuoKhgKcAhg5eBFQVIMkJkAWf", "incomingTokenType": "none", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "0e68752b-7dfa-400b-a6f5-1b54af90696a", "rngcStatus": 0}}, {"time": "2022-08-22T07:40:34.143231Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "13.113.40.157", "correlationId": "eb4a4961-5d40-4c47-a7bd-a88621b022af", "identity": "Attack Target", "Level": 4, "location": "XR", "properties": {"id": "4c611638-3218-4fe7-8e92-9add83c56700", "createdDateTime": "2022-08-22T07:40:34.435231Z", "userDisplayName": "Attack Target", "userPrincipalName": "attacktarget@domain.com", "userId": "d735e84b-dcca-404d-9f7d-700f360f41a6", "appId": "9c5b7fe3-0ad2-4ea6-94e5-9e0001f367e3", "appDisplayName": "Articulate 360", "ipAddress": "13.113.40.157", "status": {"errorCode": 0}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (iPad; CPU iPad OS 9_3_6 like Mac OS X) AppleWebKit/536.1 (KHTML, like Gecko) CriOS/42.0.865.0 Mobile/77O124 Safari/536.1 Edge/99.14477", "deviceDetail": {"deviceId": "a44625dc-6f81-449a-9799-8005f7209b42", "displayName": "ATTACKTARGET-LT", "operatingSystem": "Windows 10", "browser": "Edge 99.14477", "trustType": "Azure AD registered"}, "location": {"city": "New John", "state": "Smithfort", "countryOrRegion": "XR", "geoCoordinates": {"latitude": -89.144242, "longitude": 168.119022}}, "correlationId": "3cd10e97-4970-4dc3-9967-02d5d25903ff", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "6831c5b1-cce2-43e7-a6a5-7275aafab876", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 292, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Articulate 360 Online", "resourceId": "436260d5-3791-4aea-a4da-aa698ec35f2f", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 34974, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "CFRmPUvotZrSVnYvDrHMV15yuxAqqT6JCn6hLHleIpRLggRy", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "94b9f3ba-5f4b-4edc-99dc-a420b76960f9", "rngcStatus": 0}}, {"time": "2022-08-22T08:34:08.384576Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "205.33.24.92", "correlationId": "367a7502-f113-4fd4-949f-55cc0c4176a5", "identity": "Vanessa Ramirez", "Level": 4, "location": "XD", "properties": {"id": "07ee43c1-0597-4c7f-943e-150d68125000", "createdDateTime": "2022-08-22T08:34:08.627576Z", "userDisplayName": "Vanessa Ramirez", "userPrincipalName": "vramirez@domain.com", "userId": "5d72b7ed-62ea-4b94-b931-ccef65d71ebd", "appId": "9de6e985-97a5-4d82-9c45-aedaa9c25ef9", "appDisplayName": "AWS Single-Account Access", "ipAddress": "205.33.24.92", "status": {"errorCode": 0}, "clientAppUsed": "Browser", "deviceDetail": {"deviceId": "e395a3f4-8f2d-4170-804f-d3e13ce3151b", "displayName": "VANESSARAMIREZ-LT", "operatingSystem": "Windows", "trustType": "Azure AD registered"}, "location": {"city": "Kristinmouth", "state": "Norrisbury", "countryOrRegion": "XD", "geoCoordinates": {"latitude": 26.278784, "longitude": -92.042573}}, "correlationId": "ec5c4d73-7229-4422-8910-31b57f6cf0d8", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "feac4fd2-109d-4e1e-bdfb-51dc7b3bcd7a", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "processingTimeInMilliseconds": 243, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "AWS Single-Account Access Service", "resourceId": "c65cf5f9-5537-4200-889e-381c4f60ca7d", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 214655, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "qK7Mt5O2WYN9aLKO3kb1wubyyQ5kBSlVyHt0immq2ZAQESVr", "incomingTokenType": "none", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": null}}, {"time": "2022-08-22T08:54:39.501768Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "99.116.100.205", "correlationId": "bfe1ab6e-e3a0-4c38-b94f-fd4528430e4c", "identity": "Aaron Cole", "Level": 4, "location": "XD", "properties": {"id": "527f7e80-01b1-4596-ae32-79e929955000", "createdDateTime": "2022-08-22T08:54:39.582768Z", "userDisplayName": "Aaron Cole", "userPrincipalName": "acole@domain.com", "userId": "5d557969-1645-4ba4-be83-b6fd943659f7", "appId": "e47a1d38-5f61-45cd-b1b9-bc92f525c598", "appDisplayName": "Altoura", "ipAddress": "99.116.100.205", "status": {"errorCode": 0}, "clientAppUsed": "Browser", "userAgent": "Mozilla/5.0 (Linux; Android 2.3.5) AppleWebKit/532.2 (KHTML, like Gecko) Chrome/46.0.898.0 Safari/532.2 Edge/105.19198", "deviceDetail": {"deviceId": "", "operatingSystem": "Windows 10", "browser": "Edge 105.19198"}, "location": {"city": "Carrollstad", "state": "Norrisbury", "countryOrRegion": "XD", "geoCoordinates": {"latitude": -38.8540465, "longitude": -17.674718}}, "correlationId": "fa9695e6-411c-4845-953a-92a96e549286", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "04b474d4-59e1-41f6-b746-bf482b5b2e1d", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "processingTimeInMilliseconds": 81, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Altoura Online", "resourceId": "8a137ba4-52ae-4dbf-94af-2e56851573c4", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 214655, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "WuaytS4Z8BhhyHWTbmm9yw81SVzHOVvBAPU1eG3OvHBIx3VU", "incomingTokenType": "none", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": null}}, {"time": "2022-08-22T09:01:26.005636Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "156.206.181.119", "correlationId": "aa9a8f7e-0903-44c5-8cdf-cdb35c29585e", "identity": "Cynthia Perry", "Level": 4, "location": "XY", "properties": {"id": "dafafffb-9e45-4fd2-84a0-bf4525886700", "createdDateTime": "2022-08-22T09:01:26.105636Z", "userDisplayName": "Cynthia Perry", "userPrincipalName": "cperry@domain.com", "userId": "ac5fa380-9d5b-470e-beb2-5ba10aca48e6", "appId": "9de6e985-97a5-4d82-9c45-aedaa9c25ef9", "appDisplayName": "AWS Single-Account Access", "ipAddress": "156.206.181.119", "status": {"errorCode": 0}, "clientAppUsed": "Browser", "deviceDetail": {"deviceId": "", "operatingSystem": "Windows"}, "location": {"city": "Hannaville", "state": "Thomashaven", "countryOrRegion": "XY", "geoCoordinates": {"latitude": 1.1452695, "longitude": 128.249211}}, "correlationId": "82875a16-b9bf-44f7-bacf-d3a1f43c1270", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "512ccb01-62f8-432e-909d-64929d3c89ff", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 100, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "AWS Single-Account Access Service", "resourceId": "72f0186d-d327-46c9-a8ff-497e0caa8691", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 279165, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "hcfpFHstQcD313r7CuKlvGibZESFRcnz9X7ykVgYLLDguCL1", "incomingTokenType": "none", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": null, "rngcStatus": 0}}, {"time": "2022-08-22T09:01:57.946283Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "44.22.19.201", "correlationId": "b03746f4-ce19-403f-b0ef-a78ba2ca9c05", "identity": "David Johnson", "Level": 4, "location": "XN", "properties": {"id": "71326cde-8812-4486-b054-a01eac9b8800", "createdDateTime": "2022-08-22T09:01:58.082283Z", "userDisplayName": "David Johnson", "userPrincipalName": "djohnson@domain.com", "userId": "ff2ae3d2-8cd2-4bd6-b65d-49c5ad946c7f", "appId": "2eae4ad1-8cae-48fe-b718-76bd66e2fc7f", "appDisplayName": "Bipsync", "ipAddress": "44.22.19.201", "status": {"errorCode": 0}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (iPad; CPU iPad OS 9_3_6 like Mac OS X) AppleWebKit/536.1 (KHTML, like Gecko) CriOS/42.0.865.0 Mobile/77O124 Safari/536.1 Edge/99.14477", "deviceDetail": {"deviceId": "717ebe00-a5eb-412e-97b6-7b8ab7cfbc02", "displayName": "DAVIDJOHNSON-LT", "operatingSystem": "Windows 10", "browser": "Edge 99.14477", "trustType": "Azure AD registered"}, "location": {"city": "Littlemouth", "state": "Alexanderfurt", "countryOrRegion": "XN", "geoCoordinates": {"latitude": 25.4437255, "longitude": -109.530885}}, "correlationId": "7be3fe2e-9757-4f99-9ee8-252b385b995a", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "d850d5d8-c6b0-4547-b942-3771de691e63", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 136, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Bipsync Service", "resourceId": "819aa3ed-3b63-4925-8388-0b8d41022941", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 230297, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "GYDTQ0gPyHnICg8qDANkd7u5jGi2sY5YdCfyopeWsgsvYDw7", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "7f0c9abd-8b0d-4973-8675-a495454c0c86", "rngcStatus": 0}}, {"time": "2022-08-22T09:48:48.326048Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "50158", "resultSignature": "None", "resultDescription": "External security challenge was not satisfied.", "durationMs": 0, "callerIpAddress": "44.22.19.201", "correlationId": "eb19ef3b-8069-497f-a663-c308f24867c8", "identity": "Thomas Price", "Level": 4, "location": "XN", "properties": {"id": "9766f1aa-839e-413d-b538-b601e96e8e00", "createdDateTime": "2022-08-22T09:48:48.440048Z", "userDisplayName": "Thomas Price", "userPrincipalName": "tprice@domain.com", "userId": "32109ee2-ee4f-4d11-9c38-2556aec0f2b5", "appId": "79510a8f-6421-4348-a2ea-bcc2b02485c1", "appDisplayName": "Cisco AnyConnect", "ipAddress": "44.22.19.201", "status": {"errorCode": 50158, "failureReason": "External security challenge was not satisfied."}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (X11; Linux i686) AppleWebKit/535.2 (KHTML, like Gecko) Chrome/22.0.843.0 Safari/535.2 Edge/118.12158", "deviceDetail": {"deviceId": "35819889-abdc-47e0-b28d-5195d26e941f", "displayName": "THOMASPRICE-LT", "operatingSystem": "Windows 10", "browser": "Edge 118.12158", "trustType": "Hybrid Azure AD joined"}, "location": {"city": "Littlemouth", "state": "Alexanderfurt", "countryOrRegion": "XN", "geoCoordinates": {"latitude": 25.4437255, "longitude": -109.530885}}, "correlationId": "587a5750-990e-4468-b2b5-9581a34b7f27", "conditionalAccessStatus": "failure", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "47df40e6-c19b-4ae4-8e05-c826366004e4", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 114, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Cisco AnyConnect Online", "resourceId": "5d5b8d28-6a28-472e-b837-a4094e466965", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 230297, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "VnlvMoOvdCWkdkAY8KwmqKM3DhwFbraBLsq8m11dY0x59dSH", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "15655e1f-5005-4c53-b3c0-c4a1d1ca5e9e", "rngcStatus": 0}}, {"time": "2022-08-22T10:12:39.489319Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "13.113.40.157", "correlationId": "01bb458a-771b-46b7-bf33-42cf6be2c607", "identity": "Attack Target", "Level": 4, "location": "XR", "properties": {"id": "f95b27fd-8962-466c-86b8-5898dc548700", "createdDateTime": "2022-08-22T10:12:39.742319Z", "userDisplayName": "Attack Target", "userPrincipalName": "attacktarget@domain.com", "userId": "d735e84b-dcca-404d-9f7d-700f360f41a6", "appId": "9c5b7fe3-0ad2-4ea6-94e5-9e0001f367e3", "appDisplayName": "Articulate 360", "ipAddress": "13.113.40.157", "status": {"errorCode": 0}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (iPad; CPU iPad OS 9_3_6 like Mac OS X) AppleWebKit/536.1 (KHTML, like Gecko) CriOS/42.0.865.0 Mobile/77O124 Safari/536.1 Edge/99.14477", "deviceDetail": {"deviceId": "a44625dc-6f81-449a-9799-8005f7209b42", "displayName": "ATTACKTARGET-LT", "operatingSystem": "Windows 10", "browser": "Edge 99.14477", "trustType": "Azure AD registered"}, "location": {"city": "Smithfort", "state": "Smithfort", "countryOrRegion": "XR", "geoCoordinates": {"latitude": 3.7564095, "longitude": -121.574606}}, "correlationId": "1f76f352-89f4-487e-a083-469bb09680a4", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "b403175d-b5d3-4dd5-8648-49fe2dfdf3bb", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 253, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Articulate 360 Online", "resourceId": "436260d5-3791-4aea-a4da-aa698ec35f2f", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 34974, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "zbOGlOEnqTiotRZfVmdlxsF8lOsnlPLlKJ6jqFvBSiu2HNjv", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "94b9f3ba-5f4b-4edc-99dc-a420b76960f9", "rngcStatus": 0}}, {"time": "2022-08-22T10:28:09.314814Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "50158", "resultSignature": "None", "resultDescription": "External security challenge was not satisfied.", "durationMs": 0, "callerIpAddress": "44.22.19.201", "correlationId": "a3f30c8c-cd59-4c0f-bdea-adb7e29bef07", "identity": "Thomas Price", "Level": 4, "location": "XN", "properties": {"id": "39883d07-6185-4780-8d0b-82bc38b15800", "createdDateTime": "2022-08-22T10:28:09.447814Z", "userDisplayName": "Thomas Price", "userPrincipalName": "tprice@domain.com", "userId": "32109ee2-ee4f-4d11-9c38-2556aec0f2b5", "appId": "9a7e67c7-6f05-42a3-b226-97c7ec3e9696", "appDisplayName": "Adobe Identity Management", "ipAddress": "44.22.19.201", "status": {"errorCode": 50158, "failureReason": "External security challenge was not satisfied."}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (X11; Linux i686) AppleWebKit/535.2 (KHTML, like Gecko) Chrome/22.0.843.0 Safari/535.2 Edge/118.12158", "deviceDetail": {"deviceId": "a31478d2-f778-4d5a-b081-22579a9edcbe", "displayName": "THOMASPRICE-LT", "operatingSystem": "Windows 10", "browser": "Edge 118.12158", "trustType": "Hybrid Azure AD joined"}, "location": {"city": "Littlemouth", "state": "Alexanderfurt", "countryOrRegion": "XN", "geoCoordinates": {"latitude": 25.4437255, "longitude": -109.530885}}, "correlationId": "ccba6650-96e3-4824-83e6-0ef696e8ad96", "conditionalAccessStatus": "failure", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "04e539ff-0885-495e-af5f-d033ee9fa833", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "processingTimeInMilliseconds": 133, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Adobe Identity Management Service", "resourceId": "30663ca7-f8a9-43ab-8ca1-7906bdbc1485", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 230297, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "0KbOAR5nLiXIVhw3xaDDqAy1Kww6F6C5EgPT9TYeNsU1KbzD", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "a6c259e5-7f16-48b2-a9f3-75becd6daa9b"}}, {"time": "2022-08-22T10:48:24.614182Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "50158", "resultSignature": "None", "resultDescription": "External security challenge was not satisfied.", "durationMs": 0, "callerIpAddress": "105.169.153.183", "correlationId": "1bbfe2d8-f18f-4f5f-b84e-f9027e834790", "identity": "Thomas Price", "Level": 4, "location": "XR", "properties": {"id": "bfd288f0-15c8-449b-8773-65dfa0898600", "createdDateTime": "2022-08-22T10:48:24.763182Z", "userDisplayName": "Thomas Price", "userPrincipalName": "tprice@domain.com", "userId": "32109ee2-ee4f-4d11-9c38-2556aec0f2b5", "appId": "79510a8f-6421-4348-a2ea-bcc2b02485c1", "appDisplayName": "Cisco AnyConnect", "ipAddress": "105.169.153.183", "status": {"errorCode": 50158, "failureReason": "External security challenge was not satisfied."}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (X11; Linux i686) AppleWebKit/535.2 (KHTML, like Gecko) Chrome/22.0.843.0 Safari/535.2 Edge/118.12158", "deviceDetail": {"deviceId": "61720755-0e96-468f-9935-10dacdc868e4", "displayName": "THOMASPRICE-LT", "operatingSystem": "Windows 10", "browser": "Edge 118.12158", "trustType": "Hybrid Azure AD joined"}, "location": {"city": "Santosborough", "state": "Smithton", "countryOrRegion": "XR", "geoCoordinates": {"latitude": 12.8350355, "longitude": 138.359011}}, "correlationId": "5d860ca1-066d-4b9a-a7e0-1e9a0dda0b83", "conditionalAccessStatus": "failure", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "830ceabf-0e11-4c64-aafc-01b2b7ed306c", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 149, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Cisco AnyConnect Online", "resourceId": "5d5b8d28-6a28-472e-b837-a4094e466965", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 256668, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "jhLJEAWt8UWxQbexNfLqpYxy4RKmxx2zqqDYlJZxaxiiWb2U", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "15655e1f-5005-4c53-b3c0-c4a1d1ca5e9e", "rngcStatus": 0}}, {"time": "2022-08-22T10:55:41.084038Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "205.33.24.92", "correlationId": "9bbc535b-16ad-43cf-ade9-c5c48dd5c758", "identity": "Vanessa Ramirez", "Level": 4, "location": "XD", "properties": {"id": "77327800-5251-4fce-ab74-46492bea8900", "createdDateTime": "2022-08-22T10:55:41.314038Z", "userDisplayName": "Vanessa Ramirez", "userPrincipalName": "vramirez@domain.com", "userId": "5d72b7ed-62ea-4b94-b931-ccef65d71ebd", "appId": "9a7e67c7-6f05-42a3-b226-97c7ec3e9696", "appDisplayName": "Adobe Identity Management", "ipAddress": "205.33.24.92", "status": {"errorCode": 0}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (X11; Linux i686) AppleWebKit/532.2 (KHTML, like Gecko) Chrome/21.0.853.0 Safari/532.2 Edge/89.19380", "deviceDetail": {"deviceId": "e395a3f4-8f2d-4170-804f-d3e13ce3151b", "displayName": "VANESSARAMIREZ-LT", "operatingSystem": "Windows 10", "browser": "Edge 89.19380", "trustType": "Azure AD registered"}, "location": {"city": "Kristinmouth", "state": "Norrisbury", "countryOrRegion": "XD", "geoCoordinates": {"latitude": 26.278784, "longitude": -92.042573}}, "correlationId": "c47a10eb-65bc-49a5-9e78-121e5514d2e0", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "74e8643b-79f7-4a78-94fa-1f4b6f8f6aaf", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 230, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Adobe Identity Management Service", "resourceId": "bbe47cc9-73c8-4c39-84ca-1747e6aeb301", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 214655, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "SayXfwYy50Oc0MmPCviU8Jsz5sDfiRYyi1tsYEcnyahrRx90", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "7ceb51a5-3cac-4ea9-9fe7-c18386b489cb", "rngcStatus": 0}}, {"time": "2022-08-22T10:59:01.046287Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "1.210.58.10", "correlationId": "19421126-1795-4a72-9774-a8b5576b78d4", "identity": "Keith Sheppard", "Level": 4, "location": "XD", "properties": {"id": "78c2d22b-2231-4c67-bb82-cf5767b45d00", "createdDateTime": "2022-08-22T10:59:01.159287Z", "userDisplayName": "Keith Sheppard", "userPrincipalName": "ksheppard@domain.com", "userId": "05bd48f1-91d2-4c2d-9a7c-80e80f561b3c", "appId": "2eae4ad1-8cae-48fe-b718-76bd66e2fc7f", "appDisplayName": "Bipsync", "ipAddress": "1.210.58.10", "status": {"errorCode": 0}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (Windows NT 4.0) AppleWebKit/531.1 (KHTML, like Gecko) Chrome/20.0.823.0 Safari/531.1 Edge/87.11424", "deviceDetail": {"deviceId": "639815fd-5018-4e38-9d81-67538b2ce460", "displayName": "KEITHSHEPPARD-LT", "operatingSystem": "Windows 10", "browser": "Edge 87.11424", "trustType": "Azure AD registered"}, "location": {"city": "Cooperhaven", "state": "Norrisbury", "countryOrRegion": "XD", "geoCoordinates": {"latitude": 70.436398, "longitude": -23.873747}}, "correlationId": "a5194a4d-8133-4725-a82b-b748473fa1d9", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "d2974720-0fdf-42d6-ae4d-05125a9020fc", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 113, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Bipsync Service", "resourceId": "9a84f55e-3a40-492c-9476-e069f64ed7a6", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 69487, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "8MPMePmHDJFwCIJLO13S6ZMr9oukM6Rsi5ihoKnDAAEkv2M1", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "37ee873b-f901-4e25-be69-010243106d0f", "rngcStatus": 0}}, {"time": "2022-08-22T11:01:26.551545Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "86.154.193.190", "correlationId": "e5e0c15f-faec-4ab3-93d6-2d9f359be917", "identity": "Kristen Howell", "Level": 4, "location": "XR", "properties": {"id": "09f5a465-b9bd-4377-a98a-f7dd3c383800", "createdDateTime": "2022-08-22T11:01:26.668545Z", "userDisplayName": "Kristen Howell", "userPrincipalName": "khowell@domain.com", "userId": "20e1e3f9-665f-45bd-9984-5e74b526d3b5", "appId": "23cab0c7-7a39-45c8-bbc1-00512d4581f4", "appDisplayName": "LumApps", "ipAddress": "86.154.193.190", "status": {"errorCode": 0}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (X11; Linux i686) AppleWebKit/533.0 (KHTML, like Gecko) Chrome/24.0.803.0 Safari/533.0 Edge/40.11325", "deviceDetail": {"deviceId": "af204333-3bdf-4228-bbeb-e3a654075b5c", "displayName": "KRISTENHOWELL-LT", "operatingSystem": "Windows 10", "browser": "Edge 40.11325", "trustType": "Azure AD registered"}, "location": {"city": "Port Denisetown", "state": "Smithton", "countryOrRegion": "XR", "geoCoordinates": {"latitude": 3.5518965, "longitude": 131.871582}}, "correlationId": "e9754df8-4935-4b93-bc7a-d953ebbecf80", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "c1cc2d18-0f87-409a-9842-1e621201be84", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "processingTimeInMilliseconds": 117, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "LumApps Service", "resourceId": "9a84f55e-3a40-492c-9476-e069f64ed7a6", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 256668, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "nHJk6OIgrvmFMdw7aJ6lYlNkk778t6bCa8S94qPMMmikNmKO", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "37ee873b-f901-4e25-be69-010243106d0f"}}, {"time": "2022-08-22T11:02:29.260634Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "50158", "resultSignature": "None", "resultDescription": "External security challenge was not satisfied.", "durationMs": 0, "callerIpAddress": "92.110.109.246", "correlationId": "9684c937-6b4d-4c14-88e6-7bc3fcd50da0", "identity": "Thomas Price", "Level": 4, "location": "XR", "properties": {"id": "7f19788f-2e61-49ad-9601-4fe658cd7500", "createdDateTime": "2022-08-22T11:02:29.378634Z", "userDisplayName": "Thomas Price", "userPrincipalName": "tprice@domain.com", "userId": "32109ee2-ee4f-4d11-9c38-2556aec0f2b5", "appId": "9a7e67c7-6f05-42a3-b226-97c7ec3e9696", "appDisplayName": "Adobe Identity Management", "ipAddress": "92.110.109.246", "status": {"errorCode": 50158, "failureReason": "External security challenge was not satisfied."}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (X11; Linux i686) AppleWebKit/535.2 (KHTML, like Gecko) Chrome/22.0.843.0 Safari/535.2 Edge/118.12158", "deviceDetail": {"deviceId": "a12f42a7-2ae0-42d8-aec8-bf7cb3dea82c", "displayName": "THOMASPRICE-LT", "operatingSystem": "Windows 10", "browser": "Edge 118.12158", "trustType": "Hybrid Azure AD joined"}, "location": {"city": "Port Denisetown", "state": "Smithton", "countryOrRegion": "XR", "geoCoordinates": {"latitude": 3.5518965, "longitude": 131.871582}}, "correlationId": "f2ed863d-6825-451c-b02f-b7273e728f91", "conditionalAccessStatus": "failure", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "d16793fe-e212-4b5f-8306-33559c192c81", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 118, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Adobe Identity Management Service", "resourceId": "30663ca7-f8a9-43ab-8ca1-7906bdbc1485", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 230297, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "IKrEY9rw8UBB9N9rximSZ1lF45ocgE3ksdWz8TArjUWPTTOO", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "a6c259e5-7f16-48b2-a9f3-75becd6daa9b", "rngcStatus": 0}}, {"time": "2022-08-22T11:03:58.297495Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "147.132.189.119", "correlationId": "b41a1efb-e973-4431-8a7c-575764bc5835", "identity": "Terry Proctor", "Level": 4, "location": "XR", "properties": {"id": "dafafffb-9e45-4fd2-84a0-bf45af296800", "createdDateTime": "2022-08-22T11:03:58.419495Z", "userDisplayName": "Terry Proctor", "userPrincipalName": "tproctor@domain.com", "userId": "03110cc5-e54f-4dae-b68a-bf5d945f8152", "appId": "2eae4ad1-8cae-48fe-b718-76bd66e2fc7f", "appDisplayName": "Bipsync", "ipAddress": "147.132.189.119", "status": {"errorCode": 0, "additionalDetails": "MFA requirement satisfied by claim in the token"}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (X11; Linux i686) AppleWebKit/533.0 (KHTML, like Gecko) Chrome/24.0.803.0 Safari/533.0 Edge/40.11325", "deviceDetail": {"deviceId": "88ee69d5-1eb7-4f29-b594-e9b4e3371940", "displayName": "TERRYPROCTOR-LT", "operatingSystem": "Windows 10", "browser": "Edge 40.11325", "isCompliant": true, "isManaged": true, "trustType": "Azure AD joined"}, "location": {"city": "Port Denisetown", "state": "Smithton", "countryOrRegion": "XR", "geoCoordinates": {"latitude": 3.5518965, "longitude": 131.871582}}, "mfaDetail": {}, "correlationId": "f386f924-2e8b-4810-ba82-dd1f60b7e8fa", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "242fcf3c-fca3-402f-94b2-8f5f12fc20b7", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 122, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Bipsync Service", "resourceId": "4b482d0a-88be-43f3-a771-aaf19d9bbf70", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 256668, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "VWoQgzailgrJitbApbZVOdgNImiXocIjvfKj4iiBE4R75qJA", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "b4d48f3a-639f-4f89-a099-2fdd27423d1f", "rngcStatus": 0}}, {"time": "2022-08-22T11:09:47.277776Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "92.110.109.246", "correlationId": "ec0a6db5-2c35-4915-92ac-0d38ab457970", "identity": "David Johnson", "Level": 4, "location": "XR", "properties": {"id": "c27355bf-335a-4f00-ab57-c8272eaa5900", "createdDateTime": "2022-08-22T11:09:47.422776Z", "userDisplayName": "David Johnson", "userPrincipalName": "djohnson@domain.com", "userId": "ff2ae3d2-8cd2-4bd6-b65d-49c5ad946c7f", "appId": "9003b8ba-730c-412d-8972-267700304e01", "appDisplayName": "Box", "ipAddress": "92.110.109.246", "status": {"errorCode": 0}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (Windows NT 4.0) AppleWebKit/531.1 (KHTML, like Gecko) Chrome/20.0.823.0 Safari/531.1 Edge/87.11424", "deviceDetail": {"deviceId": "8fb0ff79-f116-4f20-8ca8-36b3f8d68865", "displayName": "DAVIDJOHNSON-LT", "operatingSystem": "Windows 10", "browser": "Edge 87.11424", "trustType": "Azure AD registered"}, "location": {"city": "Port Denisetown", "state": "Smithton", "countryOrRegion": "XR", "geoCoordinates": {"latitude": 3.5518965, "longitude": 131.871582}}, "correlationId": "63ef322d-f1af-496c-9520-29b1119380a8", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "1329179c-b60f-4282-80dd-d99db3c1336d", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "processingTimeInMilliseconds": 145, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Box Online", "resourceId": "c8eab36d-0a82-409d-8693-a8dabc997921", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 230297, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "0EOlA41ODe2kORo5Q0g6yLkHyuqncp1VieQf7fP2eCS5vcVN", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "2248d3ef-d7b8-4eb2-bd20-fb53f725bfe3"}}, {"time": "2022-08-22T11:23:38.998824Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "99.116.100.205", "correlationId": "d31f2cf1-5cc9-451d-80e5-e584ce5e2957", "identity": "Aaron Cole", "Level": 4, "location": "XD", "properties": {"id": "aa27beb4-60ea-43f9-8437-c2ba14225500", "createdDateTime": "2022-08-22T11:23:39.299824Z", "userDisplayName": "Aaron Cole", "userPrincipalName": "acole@domain.com", "userId": "5d557969-1645-4ba4-be83-b6fd943659f7", "appId": "1b3edb90-1e06-46db-b021-e2fc1f7ddaf5", "appDisplayName": "Beatrust", "ipAddress": "99.116.100.205", "status": {"errorCode": 0}, "clientAppUsed": "Browser", "deviceDetail": {"deviceId": "", "operatingSystem": "Windows 10", "browser": "Rich Client 5.2.7.0"}, "location": {"city": "Carrollstad", "state": "Norrisbury", "countryOrRegion": "XD", "geoCoordinates": {"latitude": -38.8540465, "longitude": -17.674718}}, "correlationId": "185e387f-b7ae-424e-875d-44c04a2071bb", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "a0954299-fed8-49a8-be4e-7646b18514a9", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "processingTimeInMilliseconds": 301, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Beatrust Service", "resourceId": "24578515-1951-4064-967d-0d2acaf0aa70", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 214655, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "eCitniQxFAcnZ3aV86zD6DFd7FqNw9qP5cFu5Y3sxEgvKUVu", "incomingTokenType": "none", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "0e68752b-7dfa-400b-a6f5-1b54af90696a"}}, {"time": "2022-08-22T11:25:14.898361Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "50158", "resultSignature": "None", "resultDescription": "External security challenge was not satisfied.", "durationMs": 0, "callerIpAddress": "92.110.109.246", "correlationId": "0ac7a4b7-800e-46b9-9795-9da1185258e6", "identity": "Thomas Price", "Level": 4, "location": "XR", "properties": {"id": "cb1cdc58-3d1a-4d1a-ab9f-1d77ae1a1800", "createdDateTime": "2022-08-22T11:25:15.015361Z", "userDisplayName": "Thomas Price", "userPrincipalName": "tprice@domain.com", "userId": "32109ee2-ee4f-4d11-9c38-2556aec0f2b5", "appId": "79510a8f-6421-4348-a2ea-bcc2b02485c1", "appDisplayName": "Cisco AnyConnect", "ipAddress": "92.110.109.246", "status": {"errorCode": 50158, "failureReason": "External security challenge was not satisfied."}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (X11; Linux i686) AppleWebKit/535.2 (KHTML, like Gecko) Chrome/22.0.843.0 Safari/535.2 Edge/118.12158", "deviceDetail": {"deviceId": "a31478d2-f778-4d5a-b081-22579a9edcbe", "displayName": "THOMASPRICE-LT", "operatingSystem": "Windows 10", "browser": "Edge 118.12158", "trustType": "Hybrid Azure AD joined"}, "location": {"city": "Port Denisetown", "state": "Smithton", "countryOrRegion": "XR", "geoCoordinates": {"latitude": 3.5518965, "longitude": 131.871582}}, "correlationId": "7495f571-81a7-4371-8c23-7eca8234135b", "conditionalAccessStatus": "failure", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "4437d055-001d-41df-a4ae-98563344d653", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 117, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Cisco AnyConnect Online", "resourceId": "5d5b8d28-6a28-472e-b837-a4094e466965", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 230297, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "EhOdowjhBqgtSENVc42LEE48U66p1YrfSe9i5MWdUgnOY6Bk", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "15655e1f-5005-4c53-b3c0-c4a1d1ca5e9e", "rngcStatus": 0}}, {"time": "2022-08-22T11:57:59.643363Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "156.206.181.119", "correlationId": "4c74ec94-2691-4303-aeb4-0493837bd4c7", "identity": "Cynthia Perry", "Level": 4, "location": "XY", "properties": {"id": "5dd67554-af00-43ff-a601-8c33e3236c00", "createdDateTime": "2022-08-22T11:57:59.769363Z", "userDisplayName": "Cynthia Perry", "userPrincipalName": "cperry@domain.com", "userId": "ac5fa380-9d5b-470e-beb2-5ba10aca48e6", "appId": "9de6e985-97a5-4d82-9c45-aedaa9c25ef9", "appDisplayName": "AWS Single-Account Access", "ipAddress": "156.206.181.119", "status": {"errorCode": 0}, "clientAppUsed": "Browser", "deviceDetail": {"deviceId": "", "operatingSystem": "Windows"}, "location": {"city": "Hannaville", "state": "Thomashaven", "countryOrRegion": "XY", "geoCoordinates": {"latitude": 1.1452695, "longitude": 128.249211}}, "correlationId": "5dc5d484-fcd5-4311-a27a-d544316a3ad2", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "32a34234-0fc5-4457-9556-08bf1c1ffdb5", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 126, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "AWS Single-Account Access Service", "resourceId": "c65cf5f9-5537-4200-889e-381c4f60ca7d", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 279165, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "udZy1ozwoPofhyrXIjiUbUPxXrlGlmp0E9p0SLGZHgGs3XAC", "incomingTokenType": "none", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": null, "rngcStatus": 0}}, {"time": "2022-08-22T11:58:24.496214Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "156.206.181.119", "correlationId": "f6e9dc64-e181-472d-9b8c-17d05a89b553", "identity": "Cynthia Perry", "Level": 4, "location": "XY", "properties": {"id": "0845bbb6-89fe-4165-bbbd-5202510c5000", "createdDateTime": "2022-08-22T11:58:24.579214Z", "userDisplayName": "Cynthia Perry", "userPrincipalName": "cperry@domain.com", "userId": "ac5fa380-9d5b-470e-beb2-5ba10aca48e6", "appId": "9de6e985-97a5-4d82-9c45-aedaa9c25ef9", "appDisplayName": "AWS Single-Account Access", "ipAddress": "156.206.181.119", "status": {"errorCode": 0}, "clientAppUsed": "Browser", "deviceDetail": {"deviceId": "", "operatingSystem": "Windows"}, "location": {"city": "Hannaville", "state": "Thomashaven", "countryOrRegion": "XY", "geoCoordinates": {"latitude": 1.1452695, "longitude": 128.249211}}, "correlationId": "9d32d60f-2439-4cb5-8ad7-65035bf628cd", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "92c8545b-d7a9-4957-92bd-87c81df90b82", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "processingTimeInMilliseconds": 83, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "AWS Single-Account Access Service", "resourceId": "72f0186d-d327-46c9-a8ff-497e0caa8691", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 279165, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "7HfJaUSr0IlvqJWwmtWfwyuIjWyvMkREXGf19yQyjToPNz0J", "incomingTokenType": "none", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": null}}, {"time": "2022-08-22T12:30:36.375526Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "13.113.40.157", "correlationId": "e08cb304-b489-4c0a-aaa3-13b60a4fc67f", "identity": "Attack Target", "Level": 4, "location": "XR", "properties": {"id": "7f19788f-2e61-49ad-9601-4fe6cc787900", "createdDateTime": "2022-08-22T12:30:36.647526Z", "userDisplayName": "Attack Target", "userPrincipalName": "attacktarget@domain.com", "userId": "d735e84b-dcca-404d-9f7d-700f360f41a6", "appId": "9c5b7fe3-0ad2-4ea6-94e5-9e0001f367e3", "appDisplayName": "Articulate 360", "ipAddress": "13.113.40.157", "status": {"errorCode": 0}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (iPad; CPU iPad OS 9_3_6 like Mac OS X) AppleWebKit/536.1 (KHTML, like Gecko) CriOS/42.0.865.0 Mobile/77O124 Safari/536.1 Edge/99.14477", "deviceDetail": {"deviceId": "a44625dc-6f81-449a-9799-8005f7209b42", "displayName": "ATTACKTARGET-LT", "operatingSystem": "Windows 10", "browser": "Edge 99.14477", "trustType": "Azure AD registered"}, "location": {"city": "Smithfort", "state": "Smithfort", "countryOrRegion": "XR", "geoCoordinates": {"latitude": 3.7564095, "longitude": -121.574606}}, "correlationId": "d3e77372-4435-441c-86c7-35178020e70f", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "ab4c6af7-8588-4d3e-9f2a-a22ec826bbfd", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 272, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Articulate 360 Online", "resourceId": "436260d5-3791-4aea-a4da-aa698ec35f2f", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 34974, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "MuObRkLQKLl1Kjc4uA2hvESsuV9OaZqHMmHuZo7XZO55O0H3", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "94b9f3ba-5f4b-4edc-99dc-a420b76960f9", "rngcStatus": 0}}, {"time": "2022-08-22T12:43:42.487140Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "42.62.103.34", "correlationId": "2e793954-0bd9-4bee-9b46-5f232472449f", "identity": "Joseph Taylor", "Level": 4, "location": "XF", "properties": {"id": "7f19788f-2e61-49ad-9601-4fe688b77200", "createdDateTime": "2022-08-22T12:43:42.560140Z", "userDisplayName": "Joseph Taylor", "userPrincipalName": "jtaylor@domain.com", "userId": "af9847eb-c773-41ae-bf94-42747c5e986c", "appId": "895b9fb3-4084-4f9f-a314-d082d67e3c5c", "appDisplayName": "Airstack", "ipAddress": "42.62.103.34", "status": {"errorCode": 0}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (iPad; CPU iPad OS 14_2 like Mac OS X) AppleWebKit/535.2 (KHTML, like Gecko) CriOS/33.0.816.0 Mobile/88O531 Safari/535.2 Edge/117.19612", "deviceDetail": {"deviceId": "76b96bd3-e5d7-49ee-b195-bf363facdb3d", "displayName": "JOSEPHTAYLOR-LT", "operatingSystem": "Windows 10", "browser": "Edge 117.19612", "isCompliant": true, "isManaged": true, "trustType": "Azure AD joined"}, "location": {"city": "Jessicafurt", "state": "Smithbury", "countryOrRegion": "XF", "geoCoordinates": {"latitude": 17.5082395, "longitude": -115.304215}}, "correlationId": "e662020e-8fe9-4865-b82b-7fb5a5efeff2", "conditionalAccessStatus": "notApplied", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "1781e83c-c1fc-48cd-8976-e026942c8e3d", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 73, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceId": "c4c8fb66-35f5-48ec-b144-f3265b97332f", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 393508, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "Xwqrm2N6cDStyNQVqVLgqqQWJi94vBBqTKHy1PYbuq0OfmSk", "incomingTokenType": "none", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "90a2e5d2-fd7a-4a2e-bc90-3dc50ae8e3ee", "rngcStatus": 0}}, {"time": "2022-08-22T12:50:52.224101Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "147.132.189.119", "correlationId": "f8272c65-fc21-44e9-b7cb-4478bd404255", "identity": "Cassie Fernandez", "Level": 4, "location": "XR", "properties": {"id": "61aaa40e-2fb7-4775-bea6-cf49b5909400", "createdDateTime": "2022-08-22T12:50:52.326101Z", "userDisplayName": "Cassie Fernandez", "userPrincipalName": "cfernandez@domain.com", "userId": "67ef8be6-3f44-4db7-8172-fd6211428c1e", "appId": "9a7e67c7-6f05-42a3-b226-97c7ec3e9696", "appDisplayName": "Adobe Identity Management", "ipAddress": "147.132.189.119", "status": {"errorCode": 0}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (iPad; CPU iPad OS 9_3_6 like Mac OS X) AppleWebKit/536.1 (KHTML, like Gecko) CriOS/42.0.865.0 Mobile/77O124 Safari/536.1 Edge/99.14477", "deviceDetail": {"deviceId": "d5a487a1-ef7d-4960-9723-7fdadce19af3", "displayName": "CASSIEFERNANDEZ-LT", "operatingSystem": "Windows 10", "browser": "Edge 99.14477", "trustType": "Azure AD registered"}, "location": {"city": "Port Denisetown", "state": "Smithton", "countryOrRegion": "XR", "geoCoordinates": {"latitude": 3.5518965, "longitude": 131.871582}}, "correlationId": "32ec7c77-1ac5-45e4-8ae3-f0903475766e", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "b823b003-12ee-4296-a570-3c65cd301ac5", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 102, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Adobe Identity Management Service", "resourceId": "30663ca7-f8a9-43ab-8ca1-7906bdbc1485", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 256668, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "0YewL6uUoK2EBgfnp36or2tNdPREFA2nJR0dMv9u74C0NcGH", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "a6c259e5-7f16-48b2-a9f3-75becd6daa9b", "rngcStatus": 0}}, {"time": "2022-08-22T13:07:09.087318Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "13.113.40.157", "correlationId": "1511bc50-e1c8-4ea8-abe7-f221fe62fd04", "identity": "Attack Target", "Level": 4, "location": "XR", "properties": {"id": "94c99ee9-21d2-4aba-9fc3-5d1f98c85000", "createdDateTime": "2022-08-22T13:07:09.217318Z", "userDisplayName": "Attack Target", "userPrincipalName": "attacktarget@domain.com", "userId": "d735e84b-dcca-404d-9f7d-700f360f41a6", "appId": "9a7e67c7-6f05-42a3-b226-97c7ec3e9696", "appDisplayName": "Adobe Identity Management", "ipAddress": "13.113.40.157", "status": {"errorCode": 0}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (iPad; CPU iPad OS 9_3_6 like Mac OS X) AppleWebKit/536.1 (KHTML, like Gecko) CriOS/42.0.865.0 Mobile/77O124 Safari/536.1 Edge/99.14477", "deviceDetail": {"deviceId": "a44625dc-6f81-449a-9799-8005f7209b42", "displayName": "ATTACKTARGET-LT", "operatingSystem": "Windows 10", "browser": "Edge 99.14477", "trustType": "Azure AD registered"}, "location": {"city": "New John", "state": "Smithfort", "countryOrRegion": "XR", "geoCoordinates": {"latitude": -89.144242, "longitude": 168.119022}}, "correlationId": "24820876-4ac4-47d0-924e-6e3759c9ee59", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "2b610faa-e40f-4a17-b0fc-9ff685c55b82", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "processingTimeInMilliseconds": 130, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Adobe Identity Management Service", "resourceId": "30663ca7-f8a9-43ab-8ca1-7906bdbc1485", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 34974, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "WLkddzVwW2d0rTgI6l0cild1P0rpVEryyJyLSeUA1iRtzTz7", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "a6c259e5-7f16-48b2-a9f3-75becd6daa9b"}}, {"time": "2022-08-22T13:16:03.735479Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "SignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "199.12.127.103", "correlationId": "5345dcdd-cb0b-4bb2-9dd9-8f9a45472f8a", "identity": "Jacob Meyers", "Level": 4, "location": "XG", "properties": {"id": "cb1cdc58-3d1a-4d1a-ab9f-1d77ab031400", "createdDateTime": "2022-08-22T13:16:03.815479Z", "userDisplayName": "Jacob Meyers", "userPrincipalName": "jmeyers@domain.com", "userId": "c63a67b0-1651-4a8a-9560-cc703cdad5ad", "appId": "1b3edb90-1e06-46db-b021-e2fc1f7ddaf5", "appDisplayName": "Beatrust", "ipAddress": "199.12.127.103", "status": {"errorCode": 0}, "clientAppUsed": "Browser", "userAgent": "Mozilla/5.0 (Windows NT 5.1) AppleWebKit/534.1 (KHTML, like Gecko) Chrome/37.0.847.0 Safari/534.1", "deviceDetail": {"deviceId": "", "operatingSystem": "Windows 10", "browser": "Chrome 37.0.847.0"}, "location": {"city": "Port Nathan", "state": "Newmanville", "countryOrRegion": "XG", "geoCoordinates": {"latitude": 23.244641, "longitude": -113.392021}}, "correlationId": "570eaa40-43ee-44fe-9834-29ea85e2ded8", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "eea6e807-fad6-42cf-808c-a8dd8c0ad625", "isInteractive": true, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 80, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Beatrust Service", "resourceId": "24578515-1951-4064-967d-0d2acaf0aa70", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 282405, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "WlGigmKzNH6tb2JmKd7gIPphHsa3ikIri1kwCXHtFlSKqpTs", "incomingTokenType": "none", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "0e68752b-7dfa-400b-a6f5-1b54af90696a", "rngcStatus": 0}}, {"time": "2022-08-22T13:23:33.376207Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "50158", "resultSignature": "None", "resultDescription": "External security challenge was not satisfied.", "durationMs": 0, "callerIpAddress": "92.110.109.246", "correlationId": "2b12823d-4c70-4ef6-8d6c-bd695718ffae", "identity": "Thomas Price", "Level": 4, "location": "XR", "properties": {"id": "8df1cc0f-951a-4b64-867c-236190826400", "createdDateTime": "2022-08-22T13:23:33.512207Z", "userDisplayName": "Thomas Price", "userPrincipalName": "tprice@domain.com", "userId": "32109ee2-ee4f-4d11-9c38-2556aec0f2b5", "appId": "79510a8f-6421-4348-a2ea-bcc2b02485c1", "appDisplayName": "Cisco AnyConnect", "ipAddress": "92.110.109.246", "status": {"errorCode": 50158, "failureReason": "External security challenge was not satisfied."}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (X11; Linux i686) AppleWebKit/535.2 (KHTML, like Gecko) Chrome/22.0.843.0 Safari/535.2 Edge/118.12158", "deviceDetail": {"deviceId": "35819889-abdc-47e0-b28d-5195d26e941f", "displayName": "THOMASPRICE-LT", "operatingSystem": "Windows 10", "browser": "Edge 118.12158", "trustType": "Hybrid Azure AD joined"}, "location": {"city": "Port Denisetown", "state": "Smithton", "countryOrRegion": "XR", "geoCoordinates": {"latitude": 3.5518965, "longitude": 131.871582}}, "correlationId": "6c5ee956-0ae2-4732-b543-20b4de1df651", "conditionalAccessStatus": "failure", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "5b70b575-8f26-4953-a8d0-1e90cb5ae9ad", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 136, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Cisco AnyConnect Online", "resourceId": "5d5b8d28-6a28-472e-b837-a4094e466965", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 230297, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "QASasd18gKVUcDcSIBhtYsAFq4654FR9p40tpbnqFsejAujK", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "15655e1f-5005-4c53-b3c0-c4a1d1ca5e9e", "rngcStatus": 0}}, {"time": "2022-08-22T13:32:58.469733Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "10.14.188.154", "correlationId": "af582736-68f3-4bd0-ace6-c3feeabf6c77", "identity": "Alicia Ramirez", "Level": 4, "location": "XR", "properties": {"id": "f72420a8-76bf-4e9a-bdc6-5a2bfc358900", "createdDateTime": "2022-08-22T13:32:58.545733Z", "userDisplayName": "Alicia Ramirez", "userPrincipalName": "aramirez@domain.com", "userId": "50125906-f0ff-4d56-a7d2-397a3c9d477e", "appId": "2eae4ad1-8cae-48fe-b718-76bd66e2fc7f", "appDisplayName": "Bipsync", "ipAddress": "10.14.188.154", "status": {"errorCode": 0}, "clientAppUsed": "Mobile Apps and Desktop clients", "deviceDetail": {"deviceId": "51dc6022-7b43-4a76-a5c8-6f29eb6be5c8", "displayName": "ALICIARAMIREZ-LT", "operatingSystem": "Android", "isCompliant": true, "isManaged": true, "trustType": "Azure AD registered"}, "location": {"city": "Susanside", "state": "Morrisview", "countryOrRegion": "XR", "geoCoordinates": {"latitude": 57.8050005, "longitude": -51.781534}}, "correlationId": "59f8e399-8373-43eb-9a21-91da599a2fe7", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "01dcca3b-c0ac-41be-a52a-d0766b7debb8", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 76, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Bipsync Service", "resourceId": "aaf780ce-b996-49b9-986d-8bb23f7bce3a", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 432564, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "OydIeZeDtbNBwMIGDyIF9pXLAYvURimDGxkflSpm0Ggihjek", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "b7da42cc-a168-4148-b15a-792ad32c2ff5", "rngcStatus": 0}}, {"time": "2022-08-22T13:39:10.817457Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "50158", "resultSignature": "None", "resultDescription": "External security challenge was not satisfied.", "durationMs": 0, "callerIpAddress": "92.110.109.246", "correlationId": "a4e7bbfb-7939-4b67-a2f2-0d9d1e99aeaf", "identity": "Thomas Price", "Level": 4, "location": "XR", "properties": {"id": "da07381e-cd4c-4b24-b359-ffd714657800", "createdDateTime": "2022-08-22T13:39:10.926457Z", "userDisplayName": "Thomas Price", "userPrincipalName": "tprice@domain.com", "userId": "32109ee2-ee4f-4d11-9c38-2556aec0f2b5", "appId": "9a7e67c7-6f05-42a3-b226-97c7ec3e9696", "appDisplayName": "Adobe Identity Management", "ipAddress": "92.110.109.246", "status": {"errorCode": 50158, "failureReason": "External security challenge was not satisfied."}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (X11; Linux i686) AppleWebKit/535.2 (KHTML, like Gecko) Chrome/22.0.843.0 Safari/535.2 Edge/118.12158", "deviceDetail": {"deviceId": "fb4d911d-6441-411b-868f-d25d5586a326", "displayName": "THOMASPRICE-LT", "operatingSystem": "Windows 10", "browser": "Edge 118.12158", "trustType": "Hybrid Azure AD joined"}, "location": {"city": "Port Denisetown", "state": "Smithton", "countryOrRegion": "XR", "geoCoordinates": {"latitude": 3.5518965, "longitude": 131.871582}}, "correlationId": "29adbe0f-d1cc-407e-99d2-5d7f811b614a", "conditionalAccessStatus": "failure", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "0e8b4a59-9142-4f16-8d35-9ab1e4f9641b", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 109, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Adobe Identity Management Service", "resourceId": "30663ca7-f8a9-43ab-8ca1-7906bdbc1485", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 230297, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "bf70wCkib46IERLmSpurSBSS75dWR2B8cYtMyUmDx2DRjWDv", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "a6c259e5-7f16-48b2-a9f3-75becd6daa9b", "rngcStatus": 0}}, {"time": "2022-08-22T13:47:24.661001Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "81.209.4.19", "correlationId": "a829bb97-4b73-41d5-bde1-3267ccc4825b", "identity": "Jim Gonzalez", "Level": 4, "location": "XR", "properties": {"id": "77327800-5251-4fce-ab74-4649af268600", "createdDateTime": "2022-08-22T13:47:24.776001Z", "userDisplayName": "Jim Gonzalez", "userPrincipalName": "jgonzalez@domain.com", "userId": "95090045-a9c5-489c-adee-2db430a3333a", "appId": "2eae4ad1-8cae-48fe-b718-76bd66e2fc7f", "appDisplayName": "Bipsync", "ipAddress": "81.209.4.19", "status": {"errorCode": 0}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (Linux; Android 4.4.3) AppleWebKit/533.2 (KHTML, like Gecko) Chrome/28.0.882.0 Safari/533.2 Edge/44.18413", "deviceDetail": {"deviceId": "1a428e94-41e3-4c1d-865a-0d31c9a2540b", "displayName": "JIMGONZALEZ-LT", "operatingSystem": "Windows 10", "browser": "Edge 44.18413", "trustType": "Azure AD registered"}, "location": {"city": "Santosborough", "state": "Smithton", "countryOrRegion": "XR", "geoCoordinates": {"latitude": 50.0774195, "longitude": 64.938754}}, "correlationId": "7104e323-a37b-46da-8c3a-f28edebc7b2c", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "906c422b-0e42-42fb-adb0-03e4d473bd3e", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 115, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Bipsync Service", "resourceId": "819aa3ed-3b63-4925-8388-0b8d41022941", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 34974, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "P9kUygi9YNyRAurl0xbrYShaZeWDebsc7ZaXktPkMjJxyJrO", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "7f0c9abd-8b0d-4973-8675-a495454c0c86", "rngcStatus": 0}}, {"time": "2022-08-22T13:57:03.897838Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "205.33.24.92", "correlationId": "fb26932b-9066-438b-8b36-8aeb61de696c", "identity": "Aaron Cole", "Level": 4, "location": "XD", "properties": {"id": "1c6a3fdd-a0db-4dca-8c1d-bb565e3e8f00", "createdDateTime": "2022-08-22T13:57:04.093838Z", "userDisplayName": "Aaron Cole", "userPrincipalName": "acole@domain.com", "userId": "5d557969-1645-4ba4-be83-b6fd943659f7", "appId": "4c2f7c2a-ff05-4df6-9087-9ba8388a3861", "appDisplayName": "Foko Retail", "ipAddress": "205.33.24.92", "status": {"errorCode": 0}, "clientAppUsed": "Browser", "deviceDetail": {"deviceId": "", "operatingSystem": "Windows10", "browser": "Rich Client 4.39.0.0"}, "location": {"city": "Kristinmouth", "state": "Norrisbury", "countryOrRegion": "XD", "geoCoordinates": {"latitude": 26.278784, "longitude": -92.042573}}, "correlationId": "3c1e5c9f-a4c9-431f-864d-9ce12c1c59f4", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "1151cc91-0d5c-4aa9-a659-b355a205a6c0", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 196, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Foko Retail Service", "resourceId": "24578515-1951-4064-967d-0d2acaf0aa70", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 214655, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "pO1ge0nogivDmqSpQ6q9OrwdnjPFO2hIorotQaeomTvt75cq", "incomingTokenType": "none", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "0e68752b-7dfa-400b-a6f5-1b54af90696a", "rngcStatus": 0}}, {"time": "2022-08-22T14:23:54.993511Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "86.154.193.190", "correlationId": "78b1492e-f278-4041-9875-b974ba0eeb45", "identity": "Jamie Watson", "Level": 4, "location": "XR", "properties": {"id": "2a88f1af-821d-4ead-aa3e-273495d36100", "createdDateTime": "2022-08-22T14:23:55.097511Z", "userDisplayName": "Jamie Watson", "userPrincipalName": "jwatson@domain.com", "userId": "2844695b-9a70-48ed-a5ce-f3d711e2292b", "appId": "9a7e67c7-6f05-42a3-b226-97c7ec3e9696", "appDisplayName": "Adobe Identity Management", "ipAddress": "86.154.193.190", "status": {"errorCode": 0}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (X11; Linux i686) AppleWebKit/533.0 (KHTML, like Gecko) Chrome/24.0.803.0 Safari/533.0 Edge/40.11325", "deviceDetail": {"deviceId": "fc784602-6455-4450-be3c-6770e0359f8a", "displayName": "JAMIEWATSON-LT", "operatingSystem": "Windows 10", "browser": "Edge 40.11325", "isCompliant": true, "isManaged": true, "trustType": "Azure AD joined"}, "location": {"city": "Port Denisetown", "state": "Smithton", "countryOrRegion": "XR", "geoCoordinates": {"latitude": 3.5518965, "longitude": 131.871582}}, "correlationId": "7dd0dea9-d1bb-4bbb-ac8d-d65a2ef07e79", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "d7b69557-808e-4608-a3ec-4d7028fe9729", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 104, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Adobe Identity Management Service", "resourceId": "2c3383ff-432a-49ee-bb8b-8699a7d0416f", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 256668, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "LzQiaZso2RIWMkMuBY1aUv41eaPeyxpd5ROasfhnMzTLerTf", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "35efb8e5-3b35-4a86-b7ce-660b69bfa773", "rngcStatus": 0}}, {"time": "2022-08-22T14:27:57.193206Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "147.132.189.119", "correlationId": "0eba90b7-565b-4024-ace0-3c02cdbd1b82", "identity": "Cassie Fernandez", "Level": 4, "location": "XR", "properties": {"id": "2b60f3d6-0a82-440d-b179-44ac4d804d00", "createdDateTime": "2022-08-22T14:27:57.341206Z", "userDisplayName": "Cassie Fernandez", "userPrincipalName": "cfernandez@domain.com", "userId": "67ef8be6-3f44-4db7-8172-fd6211428c1e", "appId": "9a7e67c7-6f05-42a3-b226-97c7ec3e9696", "appDisplayName": "Adobe Identity Management", "ipAddress": "147.132.189.119", "status": {"errorCode": 0}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (iPad; CPU iPad OS 9_3_6 like Mac OS X) AppleWebKit/536.1 (KHTML, like Gecko) CriOS/42.0.865.0 Mobile/77O124 Safari/536.1 Edge/99.14477", "deviceDetail": {"deviceId": "bf67c857-685a-4457-89c4-db2afa581bd2", "displayName": "CASSIEFERNANDEZ-LT", "operatingSystem": "Windows 10", "browser": "Edge 99.14477", "trustType": "Hybrid Azure AD joined"}, "location": {"city": "Port Denisetown", "state": "Smithton", "countryOrRegion": "XR", "geoCoordinates": {"latitude": 3.5518965, "longitude": 131.871582}}, "correlationId": "08399613-3f0f-4d82-92c9-a0e1fd854300", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "c0ac3449-fdef-4673-8ff0-e80e6aef3552", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "processingTimeInMilliseconds": 148, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Adobe Identity Management Service", "resourceId": "9a84f55e-3a40-492c-9476-e069f64ed7a6", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 256668, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "g62I7HAyv1TJw65QW4Kb6EgRceu2ocTFu1NPp6mbAOUSCSog", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "37ee873b-f901-4e25-be69-010243106d0f"}}, {"time": "2022-08-22T14:45:49.489483Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "19.20.89.178", "correlationId": "d9b2325a-415d-4d6d-aa30-49e4a7f0ff70", "identity": "Jamie Watson", "Level": 4, "location": "XR", "properties": {"id": "34e3f02d-c81c-4cc6-8a75-7f89654b9000", "createdDateTime": "2022-08-22T14:45:49.573483Z", "userDisplayName": "Jamie Watson", "userPrincipalName": "jwatson@domain.com", "userId": "2844695b-9a70-48ed-a5ce-f3d711e2292b", "appId": "18bf60fa-77dd-4aad-891d-af82ca87dd06", "appDisplayName": "FortiGate SSL VPN", "ipAddress": "19.20.89.178", "status": {"errorCode": 0}, "clientAppUsed": "Browser", "deviceDetail": {"deviceId": "fc784602-6455-4450-be3c-6770e0359f8a", "displayName": "JAMIEWATSON-LT", "operatingSystem": "Windows", "browser": "Rich Client 4.22.0.0", "isCompliant": true, "isManaged": true, "trustType": "Azure AD joined"}, "location": {"city": "Samanthaberg", "state": "Smithton", "countryOrRegion": "XR", "geoCoordinates": {"latitude": -68.556166, "longitude": -172.972506}}, "correlationId": "6cdeef80-d9c5-4cb1-b045-b68ddc485d98", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "2cd8271b-936f-4c87-a00b-b3e80bc7b142", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 84, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "FortiGate SSL VPN Service", "resourceId": "a1edee32-85c4-4a57-afcb-5853873a47e7", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 34974, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "8QCMnFpXdwxdUPPxkRQGC5DjMVJSyjcEPsSODxZ1L5SrvzNM", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "0898af19-dfef-4b51-a918-f534c473013d", "rngcStatus": 0}}, {"time": "2022-08-22T14:50:56.112122Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "50158", "resultSignature": "None", "resultDescription": "External security challenge was not satisfied.", "durationMs": 0, "callerIpAddress": "44.22.19.201", "correlationId": "6d04d7e4-6ec8-49cd-8d48-058897ca7989", "identity": "Thomas Price", "Level": 4, "location": "XN", "properties": {"id": "be6022e3-cefb-4a55-8ab2-6dd368ae9000", "createdDateTime": "2022-08-22T14:50:56.253122Z", "userDisplayName": "Thomas Price", "userPrincipalName": "tprice@domain.com", "userId": "32109ee2-ee4f-4d11-9c38-2556aec0f2b5", "appId": "79510a8f-6421-4348-a2ea-bcc2b02485c1", "appDisplayName": "Cisco AnyConnect", "ipAddress": "44.22.19.201", "status": {"errorCode": 50158, "failureReason": "External security challenge was not satisfied."}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (X11; Linux i686) AppleWebKit/535.2 (KHTML, like Gecko) Chrome/22.0.843.0 Safari/535.2 Edge/118.12158", "deviceDetail": {"deviceId": "0927e60c-8dfa-4ecf-be85-ad63bccf40a1", "displayName": "THOMASPRICE-LT", "operatingSystem": "Windows 10", "browser": "Edge 118.12158", "trustType": "Hybrid Azure AD joined"}, "location": {"city": "Littlemouth", "state": "Alexanderfurt", "countryOrRegion": "XN", "geoCoordinates": {"latitude": 25.4437255, "longitude": -109.530885}}, "correlationId": "e214ce76-283c-464f-b1c5-a85cdbadab55", "conditionalAccessStatus": "failure", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "5a83e028-9e80-44cc-a236-2f1133d95832", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 141, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Cisco AnyConnect Online", "resourceId": "5d5b8d28-6a28-472e-b837-a4094e466965", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 230297, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "RiQrAatS5wFCb6RN96w1q5D0CAJVkjrrKiLjLXBPf98VjGmi", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "15655e1f-5005-4c53-b3c0-c4a1d1ca5e9e", "rngcStatus": 0}}, {"time": "2022-08-22T14:52:36.095360Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "50158", "resultSignature": "None", "resultDescription": "External security challenge was not satisfied.", "durationMs": 0, "callerIpAddress": "166.105.218.213", "correlationId": "0a09b23a-3708-47e9-bf75-170c038ba70d", "identity": "Thomas Price", "Level": 4, "location": "XR", "properties": {"id": "d215b474-705f-4a73-b7f2-f7257c646500", "createdDateTime": "2022-08-22T14:52:36.215360Z", "userDisplayName": "Thomas Price", "userPrincipalName": "tprice@domain.com", "userId": "32109ee2-ee4f-4d11-9c38-2556aec0f2b5", "appId": "79510a8f-6421-4348-a2ea-bcc2b02485c1", "appDisplayName": "Cisco AnyConnect", "ipAddress": "166.105.218.213", "status": {"errorCode": 50158, "failureReason": "External security challenge was not satisfied."}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (X11; Linux i686) AppleWebKit/535.2 (KHTML, like Gecko) Chrome/22.0.843.0 Safari/535.2 Edge/118.12158", "deviceDetail": {"deviceId": "5224a875-801f-44b5-a725-542da3890d4b", "displayName": "THOMASPRICE-LT", "operatingSystem": "Windows 10", "browser": "Edge 118.12158", "trustType": "Hybrid Azure AD joined"}, "location": {"city": "Santosborough", "state": "Smithton", "countryOrRegion": "XR", "geoCoordinates": {"latitude": 12.8350355, "longitude": 138.359011}}, "correlationId": "d00d9fa9-766a-4a9c-a30d-d111040c7639", "conditionalAccessStatus": "failure", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "93275ced-84c3-4285-9c1e-39b21f94a5f2", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 120, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Cisco AnyConnect Online", "resourceId": "5d5b8d28-6a28-472e-b837-a4094e466965", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 256668, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "X6nvAGpG1o9FemR0Az9eZnIgr26mFvFzpWWTQXLP6JKeuPuP", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "15655e1f-5005-4c53-b3c0-c4a1d1ca5e9e", "rngcStatus": 0}}, {"time": "2022-08-22T15:11:57.786821Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "42.62.103.34", "correlationId": "98f3263e-f4ce-4b4a-a179-963d0d9fb14b", "identity": "Joseph Taylor", "Level": 4, "location": "XF", "properties": {"id": "6473c500-d394-4e1a-accb-47d71c994c00", "createdDateTime": "2022-08-22T15:11:57.936821Z", "userDisplayName": "Joseph Taylor", "userPrincipalName": "jtaylor@domain.com", "userId": "af9847eb-c773-41ae-bf94-42747c5e986c", "appId": "dbe6b779-13df-45f2-a6d7-1323485479f6", "appDisplayName": "Cisco Webex", "ipAddress": "42.62.103.34", "status": {"errorCode": 0, "additionalDetails": "MFA requirement satisfied by claim in the token"}, "clientAppUsed": "Browser", "deviceDetail": {"deviceId": "76b96bd3-e5d7-49ee-b195-bf363facdb3d", "displayName": "JOSEPHTAYLOR-LT", "operatingSystem": "Windows10", "browser": "Rich Client 4.38.0.0", "isCompliant": true, "isManaged": true, "trustType": "Azure AD joined"}, "location": {"city": "Jessicafurt", "state": "Smithbury", "countryOrRegion": "XF", "geoCoordinates": {"latitude": 17.5082395, "longitude": -115.304215}}, "mfaDetail": {}, "correlationId": "1191df0c-a9f5-4601-baff-e18fd740434f", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "209441d2-4f18-4b04-8b18-f170b166efa9", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "processingTimeInMilliseconds": 150, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Cisco Webex Service", "resourceId": "9a84f55e-3a40-492c-9476-e069f64ed7a6", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 393508, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "o99DO12L2d8lPbb3Iep9INqTtwxoSizSySugCLExjjgkt0Xq", "incomingTokenType": "none", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "37ee873b-f901-4e25-be69-010243106d0f"}}, {"time": "2022-08-22T15:22:44.609445Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "SignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "205.33.24.92", "correlationId": "651a5a67-6c40-4c3c-80ef-195634a3c6bc", "identity": "Aaron Cole", "Level": 4, "location": "XD", "properties": {"id": "daba1fa0-45a8-4cfc-8268-990a9c656400", "createdDateTime": "2022-08-22T15:22:44.738445Z", "userDisplayName": "Aaron Cole", "userPrincipalName": "acole@domain.com", "userId": "5d557969-1645-4ba4-be83-b6fd943659f7", "appId": "af50c7b0-ad5f-40ec-840e-8d89be454ce4", "appDisplayName": "Citrix ShareFile", "ipAddress": "205.33.24.92", "status": {"errorCode": 0}, "clientAppUsed": "Browser", "userAgent": "Mozilla/5.0 (X11; Linux i686) AppleWebKit/536.2 (KHTML, like Gecko) Chrome/22.0.877.0 Safari/536.2", "deviceDetail": {"deviceId": "", "operatingSystem": "Windows 10", "browser": "Chrome 22.0.877.0"}, "location": {"city": "Kristinmouth", "state": "Norrisbury", "countryOrRegion": "XD", "geoCoordinates": {"latitude": 26.278784, "longitude": -92.042573}}, "correlationId": "e9be2c4a-13b3-4e95-a118-7d8e4092a66f", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "05f0d1b1-1d5a-46cf-b221-cdeb5d49bf8e", "isInteractive": true, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 129, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Citrix ShareFile Online", "resourceId": "24578515-1951-4064-967d-0d2acaf0aa70", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 214655, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "oZDg2a5SPngEaFSXpJQbmarg7s8llaqMQQ6m65eGlBWV9AFy", "incomingTokenType": "none", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "0e68752b-7dfa-400b-a6f5-1b54af90696a", "rngcStatus": 0}}, {"time": "2022-08-22T15:40:58.483619Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "44.22.19.201", "correlationId": "8e360ff0-3b24-40f3-aab5-556f1e359b4f", "identity": "David Johnson", "Level": 4, "location": "XN", "properties": {"id": "9490f5e6-f7c2-4ccf-bf79-005b817e5b00", "createdDateTime": "2022-08-22T15:40:58.637619Z", "userDisplayName": "David Johnson", "userPrincipalName": "djohnson@domain.com", "userId": "ff2ae3d2-8cd2-4bd6-b65d-49c5ad946c7f", "appId": "e980a200-4916-4fcb-ae5a-3dee8f09d976", "appDisplayName": "Adoddle cSaas Platform", "ipAddress": "44.22.19.201", "status": {"errorCode": 0}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (Windows NT 4.0) AppleWebKit/531.1 (KHTML, like Gecko) Chrome/20.0.823.0 Safari/531.1 Edge/87.11424", "deviceDetail": {"deviceId": "8fb0ff79-f116-4f20-8ca8-36b3f8d68865", "displayName": "DAVIDJOHNSON-LT", "operatingSystem": "Windows 10", "browser": "Edge 87.11424", "trustType": "Azure AD registered"}, "location": {"city": "Littlemouth", "state": "Alexanderfurt", "countryOrRegion": "XN", "geoCoordinates": {"latitude": 25.4437255, "longitude": -109.530885}}, "correlationId": "b7e488b2-27fa-4653-a02f-33cc81c249a3", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "969076c4-a48d-425d-a174-d7536328d0aa", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "processingTimeInMilliseconds": 154, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Adoddle cSaas Platform Online", "resourceId": "2437523d-228a-44c0-b408-0de8a8a8276c", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 230297, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "vsAt2JQLaN5nADRROtKXUWzAovr1kDEB3chFvRv8cNP2E7Yu", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "0eae9886-2d60-475f-9a14-3151a1cfa557"}}, {"time": "2022-08-22T15:44:52.846412Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "50158", "resultSignature": "None", "resultDescription": "External security challenge was not satisfied.", "durationMs": 0, "callerIpAddress": "177.189.225.133", "correlationId": "172b8820-a75f-4da8-8575-1b031837f53a", "identity": "Thomas Price", "Level": 4, "location": "XQ", "properties": {"id": "ffcaca16-51c9-4067-8710-403cbfcd6a00", "createdDateTime": "2022-08-22T15:44:53.025412Z", "userDisplayName": "Thomas Price", "userPrincipalName": "tprice@domain.com", "userId": "32109ee2-ee4f-4d11-9c38-2556aec0f2b5", "appId": "9a7e67c7-6f05-42a3-b226-97c7ec3e9696", "appDisplayName": "Adobe Identity Management", "ipAddress": "177.189.225.133", "status": {"errorCode": 50158, "failureReason": "External security challenge was not satisfied."}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (X11; Linux i686) AppleWebKit/535.2 (KHTML, like Gecko) Chrome/22.0.843.0 Safari/535.2 Edge/118.12158", "deviceDetail": {"deviceId": "72c565a0-f587-4d5e-9fa9-82cab482ddf0", "displayName": "THOMASPRICE-LT", "operatingSystem": "Windows 10", "browser": "Edge 118.12158", "trustType": "Hybrid Azure AD joined"}, "location": {"city": "Brownton", "state": "Stephanieberg", "countryOrRegion": "XQ", "geoCoordinates": {"latitude": 60.015373, "longitude": -41.508557}}, "correlationId": "2b01feaa-a54c-4fac-b4fc-11ba6388d718", "conditionalAccessStatus": "failure", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "3c9ab454-7882-4fb1-aa80-2688b2ad842d", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 179, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Adobe Identity Management Service", "resourceId": "30663ca7-f8a9-43ab-8ca1-7906bdbc1485", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 104135, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "MUBDANhtMKBRrC3jfqt2HNVKWXoVV4ZmeqZ33eQdEx5wcR4a", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "a6c259e5-7f16-48b2-a9f3-75becd6daa9b", "rngcStatus": 0}}, {"time": "2022-08-22T15:44:56.497474Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "42.62.103.34", "correlationId": "fa5538c1-1c0e-4307-a2e3-1e22dfa0568f", "identity": "Joseph Taylor", "Level": 4, "location": "XF", "properties": {"id": "d1b61d49-f2e0-43b7-95f4-0aabce515600", "createdDateTime": "2022-08-22T15:44:56.605474Z", "userDisplayName": "Joseph Taylor", "userPrincipalName": "jtaylor@domain.com", "userId": "af9847eb-c773-41ae-bf94-42747c5e986c", "appId": "e47a1d38-5f61-45cd-b1b9-bc92f525c598", "appDisplayName": "Altoura", "ipAddress": "42.62.103.34", "status": {"errorCode": 0, "additionalDetails": "MFA requirement satisfied by claim in the token"}, "clientAppUsed": "Browser", "userAgent": "Mozilla/5.0 (Linux; Android 2.3.5) AppleWebKit/532.2 (KHTML, like Gecko) Chrome/46.0.898.0 Safari/532.2 Edge/105.19198", "deviceDetail": {"deviceId": "76b96bd3-e5d7-49ee-b195-bf363facdb3d", "displayName": "JOSEPHTAYLOR-LT", "operatingSystem": "Windows 10", "browser": "Edge 105.19198", "isCompliant": true, "isManaged": true, "trustType": "Azure AD joined"}, "location": {"city": "Jessicafurt", "state": "Smithbury", "countryOrRegion": "XF", "geoCoordinates": {"latitude": 17.5082395, "longitude": -115.304215}}, "mfaDetail": {}, "correlationId": "44ffdf88-8664-4ccd-8fa1-1c75f91d1883", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "db0f1d9e-c14a-4664-8753-95b9e3f500e7", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "processingTimeInMilliseconds": 108, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Altoura Online", "resourceId": "9a84f55e-3a40-492c-9476-e069f64ed7a6", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 393508, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "V0yvsZR8fvIkxGakRnQa22YvEySkL8pWtK4BZeyWQQpcfClS", "incomingTokenType": "none", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "37ee873b-f901-4e25-be69-010243106d0f"}}, {"time": "2022-08-22T16:09:12.246780Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "1.210.58.10", "correlationId": "1c379b8e-d31f-4bf6-90dd-f70000533f47", "identity": "Keith Sheppard", "Level": 4, "location": "XD", "properties": {"id": "49d543cf-3853-413c-83db-98123fd38c00", "createdDateTime": "2022-08-22T16:09:12.370780Z", "userDisplayName": "Keith Sheppard", "userPrincipalName": "ksheppard@domain.com", "userId": "05bd48f1-91d2-4c2d-9a7c-80e80f561b3c", "appId": "9de6e985-97a5-4d82-9c45-aedaa9c25ef9", "appDisplayName": "AWS Single-Account Access", "ipAddress": "1.210.58.10", "status": {"errorCode": 0}, "clientAppUsed": "Browser", "deviceDetail": {"deviceId": "639815fd-5018-4e38-9d81-67538b2ce460", "displayName": "KEITHSHEPPARD-LT", "operatingSystem": "Windows", "trustType": "Azure AD registered"}, "location": {"city": "Cooperhaven", "state": "Norrisbury", "countryOrRegion": "XD", "geoCoordinates": {"latitude": 70.436398, "longitude": -23.873747}}, "correlationId": "8106866e-9fb0-4765-90f6-398c69f4cfd9", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "6522ce39-3efc-46c6-b2b7-71fec2a97043", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 124, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "AWS Single-Account Access Service", "resourceId": "f0630e90-b752-4960-bfb9-a0794fc34930", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 69487, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "ovSNcZjaDRldXVfwkPp02Lmmh7FqSk6Ecy7POf0Sb184Qvwv", "incomingTokenType": "none", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "1f37c851-4be4-455b-928a-fbde7845a68a", "rngcStatus": 0}}, {"time": "2022-08-22T16:25:48.024910Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "156.206.181.119", "correlationId": "36855a5b-1002-437a-9384-cb497804f606", "identity": "Cynthia Perry", "Level": 4, "location": "XY", "properties": {"id": "01ba3655-e28a-4ae2-aea6-ad44ab996600", "createdDateTime": "2022-08-22T16:25:48.123910Z", "userDisplayName": "Cynthia Perry", "userPrincipalName": "cperry@domain.com", "userId": "ac5fa380-9d5b-470e-beb2-5ba10aca48e6", "appId": "9de6e985-97a5-4d82-9c45-aedaa9c25ef9", "appDisplayName": "AWS Single-Account Access", "ipAddress": "156.206.181.119", "status": {"errorCode": 0}, "clientAppUsed": "Browser", "deviceDetail": {"deviceId": "", "operatingSystem": "Windows"}, "location": {"city": "Hannaville", "state": "Thomashaven", "countryOrRegion": "XY", "geoCoordinates": {"latitude": 1.1452695, "longitude": 128.249211}}, "correlationId": "8680cb8e-adc0-4a40-929a-59f07810f490", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "354c29ca-354f-4060-9089-9ef97a32cdd9", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 99, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "AWS Single-Account Access Service", "resourceId": "9a84f55e-3a40-492c-9476-e069f64ed7a6", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 279165, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "rXG5cQawC2yvtQNzT0av2Hps7BPPcmIj6F6ubiFid2nYOhwB", "incomingTokenType": "none", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "37ee873b-f901-4e25-be69-010243106d0f", "rngcStatus": 0}}, {"time": "2022-08-22T16:30:15.824401Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "156.206.181.119", "correlationId": "a2c86116-d535-4241-8de9-4cfa286f3671", "identity": "Cynthia Perry", "Level": 4, "location": "XY", "properties": {"id": "2a88f1af-821d-4ead-aa3e-273407c66300", "createdDateTime": "2022-08-22T16:30:15.962401Z", "userDisplayName": "Cynthia Perry", "userPrincipalName": "cperry@domain.com", "userId": "ac5fa380-9d5b-470e-beb2-5ba10aca48e6", "appId": "9de6e985-97a5-4d82-9c45-aedaa9c25ef9", "appDisplayName": "AWS Single-Account Access", "ipAddress": "156.206.181.119", "status": {"errorCode": 0}, "clientAppUsed": "Browser", "deviceDetail": {"deviceId": "", "operatingSystem": "Windows"}, "location": {"city": "Hannaville", "state": "Thomashaven", "countryOrRegion": "XY", "geoCoordinates": {"latitude": 1.1452695, "longitude": 128.249211}}, "correlationId": "b751598e-a3d7-47bf-8ca7-612bbb9f4f04", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "fca435a2-0cd3-4967-891b-679de1ff7273", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 138, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "AWS Single-Account Access Service", "resourceId": "f0630e90-b752-4960-bfb9-a0794fc34930", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 279165, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "N1t9vOknxoLJnTr36QQ3yCZBKPPsoyTOWAD3DrN21or8MmkG", "incomingTokenType": "none", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "1f37c851-4be4-455b-928a-fbde7845a68a", "rngcStatus": 0}}, {"time": "2022-08-22T16:57:05.540510Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "13.113.40.157", "correlationId": "ea8512db-e4d8-43e1-8c6f-bf2d246e1db5", "identity": "Attack Target", "Level": 4, "location": "XR", "properties": {"id": "8ac30e85-c1fa-42b1-a082-8c432e2d5e00", "createdDateTime": "2022-08-22T16:57:05.690510Z", "userDisplayName": "Attack Target", "userPrincipalName": "attacktarget@domain.com", "userId": "d735e84b-dcca-404d-9f7d-700f360f41a6", "appId": "9a7e67c7-6f05-42a3-b226-97c7ec3e9696", "appDisplayName": "Adobe Identity Management", "ipAddress": "13.113.40.157", "ipAddressFromResourceProvider": "13.113.40.157", "status": {"errorCode": 0}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (iPad; CPU iPad OS 9_3_6 like Mac OS X) AppleWebKit/536.1 (KHTML, like Gecko) CriOS/42.0.865.0 Mobile/77O124 Safari/536.1 Edge/99.14477", "deviceDetail": {"deviceId": "a44625dc-6f81-449a-9799-8005f7209b42", "displayName": "ATTACKTARGET-LT", "operatingSystem": "Windows 10", "browser": "Edge 99.14477", "trustType": "Azure AD registered"}, "location": {"city": "New John", "state": "Smithfort", "countryOrRegion": "XR", "geoCoordinates": {"latitude": -89.144242, "longitude": 168.119022}}, "correlationId": "3e4a5ab8-7575-4a54-92cb-87138cd0a23c", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "3eb14e1c-fe0b-4008-b6e8-850018cea0d1", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 150, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Adobe Identity Management Service", "resourceId": "c8eab36d-0a82-409d-8693-a8dabc997921", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 34974, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "p9QrVgJlkbICtf0xGs7Ve7pEq9QoYJy8LtBHcbjSnZL6QxIp", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "2248d3ef-d7b8-4eb2-bd20-fb53f725bfe3", "rngcStatus": 0}}, {"time": "2022-08-22T16:57:26.764972Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "156.206.181.119", "correlationId": "d2e718db-5d42-4e4c-b248-50803a6b5777", "identity": "Cynthia Perry", "Level": 4, "location": "XY", "properties": {"id": "26dddd2e-8202-4375-92ca-d991ded58000", "createdDateTime": "2022-08-22T16:57:26.859972Z", "userDisplayName": "Cynthia Perry", "userPrincipalName": "cperry@domain.com", "userId": "ac5fa380-9d5b-470e-beb2-5ba10aca48e6", "appId": "9de6e985-97a5-4d82-9c45-aedaa9c25ef9", "appDisplayName": "AWS Single-Account Access", "ipAddress": "156.206.181.119", "status": {"errorCode": 0}, "clientAppUsed": "Browser", "deviceDetail": {"deviceId": "", "operatingSystem": "Windows"}, "location": {"city": "Hannaville", "state": "Thomashaven", "countryOrRegion": "XY", "geoCoordinates": {"latitude": 1.1452695, "longitude": 128.249211}}, "correlationId": "39ffaa70-5d74-4885-98df-3fe264dedfea", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "38b67acb-be04-4cef-8d51-7f46a9e34efd", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 95, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "AWS Single-Account Access Service", "resourceId": "f0630e90-b752-4960-bfb9-a0794fc34930", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 279165, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "gw2ZEMrAYbMXvD1ecGIeq75lwd5mwn5wSJ4L06AxOYSSr0k7", "incomingTokenType": "none", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "1f37c851-4be4-455b-928a-fbde7845a68a", "rngcStatus": 0}}, {"time": "2022-08-22T17:02:01.232458Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "50158", "resultSignature": "None", "resultDescription": "External security challenge was not satisfied.", "durationMs": 0, "callerIpAddress": "107.40.113.143", "correlationId": "04c39757-de6b-4f7f-8bdc-30f1587afa18", "identity": "Terry Proctor", "Level": 4, "location": "XR", "properties": {"id": "e69329df-c356-440d-a977-9ca74b888200", "createdDateTime": "2022-08-22T17:02:01.325458Z", "userDisplayName": "Terry Proctor", "userPrincipalName": "tproctor@domain.com", "userId": "03110cc5-e54f-4dae-b68a-bf5d945f8152", "appId": "9a7e67c7-6f05-42a3-b226-97c7ec3e9696", "appDisplayName": "Adobe Identity Management", "ipAddress": "107.40.113.143", "ipAddressFromResourceProvider": "86.154.193.190", "status": {"errorCode": 50158, "failureReason": "External security challenge was not satisfied.", "additionalDetails": "MFA requirement satisfied by claim in the token"}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (X11; Linux i686) AppleWebKit/533.0 (KHTML, like Gecko) Chrome/24.0.803.0 Safari/533.0 Edge/40.11325", "deviceDetail": {"deviceId": "88ee69d5-1eb7-4f29-b594-e9b4e3371940", "displayName": "TERRYPROCTOR-LT", "operatingSystem": "Windows 10", "browser": "Edge 40.11325", "isCompliant": true, "isManaged": true, "trustType": "Azure AD joined"}, "location": {"city": "Port Denisetown", "state": "Smithton", "countryOrRegion": "XR", "geoCoordinates": {"latitude": 64.356494, "longitude": 92.919325}}, "mfaDetail": {}, "correlationId": "e6e141be-b842-4417-850c-81ec71d9a41c", "conditionalAccessStatus": "failure", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "52062a76-9720-49cb-8d39-6215e41e93f1", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 93, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Adobe Identity Management Service", "resourceId": "9a84f55e-3a40-492c-9476-e069f64ed7a6", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 34974, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "zmYxnc90vmORqN8GTIqUzhlyWDB1ptAJIGkK0BISGIlNfzyS", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "37ee873b-f901-4e25-be69-010243106d0f", "rngcStatus": 0}}, {"time": "2022-08-22T17:03:35.080730Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "92.110.109.246", "correlationId": "0f5acfe4-faa8-4003-aebe-660c7e568f93", "identity": "David Johnson", "Level": 4, "location": "XR", "properties": {"id": "0e90a778-2cf2-4eee-b19f-bc6d861d9100", "createdDateTime": "2022-08-22T17:03:35.269730Z", "userDisplayName": "David Johnson", "userPrincipalName": "djohnson@domain.com", "userId": "ff2ae3d2-8cd2-4bd6-b65d-49c5ad946c7f", "appId": "dbe6b779-13df-45f2-a6d7-1323485479f6", "appDisplayName": "Cisco Webex", "ipAddress": "92.110.109.246", "status": {"errorCode": 0}, "clientAppUsed": "Browser", "deviceDetail": {"deviceId": "717ebe00-a5eb-412e-97b6-7b8ab7cfbc02", "displayName": "DAVIDJOHNSON-LT", "operatingSystem": "Windows10", "browser": "Rich Client 4.38.0.0", "trustType": "Azure AD registered"}, "location": {"city": "Port Denisetown", "state": "Smithton", "countryOrRegion": "XR", "geoCoordinates": {"latitude": 3.5518965, "longitude": 131.871582}}, "correlationId": "8a8c8b5e-6d10-43e9-ab28-1afe4a1df5a1", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "cafdf48b-495e-4868-b5de-078a6676ef44", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 189, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Cisco Webex Service", "resourceId": "9a84f55e-3a40-492c-9476-e069f64ed7a6", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 230297, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "2WufA25LjhYrBRsKt7VT3Jc4BCX4RDrsdJ1w4QUilDJGiIkj", "incomingTokenType": "none", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "37ee873b-f901-4e25-be69-010243106d0f", "rngcStatus": 0}}, {"time": "2022-08-22T17:58:23.461517Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "42.62.103.34", "correlationId": "0ca782e4-a4bf-42f9-8bca-640ece67c6d3", "identity": "Joseph Taylor", "Level": 4, "location": "XF", "properties": {"id": "da07381e-cd4c-4b24-b359-ffd735517a00", "createdDateTime": "2022-08-22T17:58:23.591517Z", "userDisplayName": "Joseph Taylor", "userPrincipalName": "jtaylor@domain.com", "userId": "af9847eb-c773-41ae-bf94-42747c5e986c", "appId": "1b3edb90-1e06-46db-b021-e2fc1f7ddaf5", "appDisplayName": "Beatrust", "ipAddress": "42.62.103.34", "status": {"errorCode": 0, "additionalDetails": "MFA requirement satisfied by claim in the token"}, "clientAppUsed": "Browser", "deviceDetail": {"deviceId": "76b96bd3-e5d7-49ee-b195-bf363facdb3d", "displayName": "JOSEPHTAYLOR-LT", "operatingSystem": "Windows 10", "browser": "Rich Client 5.2.7.0", "isCompliant": true, "isManaged": true, "trustType": "Azure AD joined"}, "location": {"city": "Jessicafurt", "state": "Smithbury", "countryOrRegion": "XF", "geoCoordinates": {"latitude": 17.5082395, "longitude": -115.304215}}, "mfaDetail": {}, "correlationId": "2c20b219-588e-4b45-92f0-20d7d16df864", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "a883db70-0dca-403c-b0f7-63abaaf7fb93", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 130, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Beatrust Service", "resourceId": "24578515-1951-4064-967d-0d2acaf0aa70", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 393508, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "5hLHcJityWTVURj2ooEIigtsKXNuF9xMVK6xSA3b32pZJlTo", "incomingTokenType": "none", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "0e68752b-7dfa-400b-a6f5-1b54af90696a", "rngcStatus": 0}}, {"time": "2022-08-22T18:06:12.318852Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "156.206.181.119", "correlationId": "a15bbb1b-93bd-4fef-9531-c9690132e0da", "identity": "Cynthia Perry", "Level": 4, "location": "XY", "properties": {"id": "d3f6133c-40ae-4464-a6cd-9ee94bca6900", "createdDateTime": "2022-08-22T18:06:12.408852Z", "userDisplayName": "Cynthia Perry", "userPrincipalName": "cperry@domain.com", "userId": "ac5fa380-9d5b-470e-beb2-5ba10aca48e6", "appId": "9de6e985-97a5-4d82-9c45-aedaa9c25ef9", "appDisplayName": "AWS Single-Account Access", "ipAddress": "156.206.181.119", "status": {"errorCode": 0}, "clientAppUsed": "Browser", "deviceDetail": {"deviceId": "", "operatingSystem": "Windows"}, "location": {"city": "Hannaville", "state": "Thomashaven", "countryOrRegion": "XY", "geoCoordinates": {"latitude": 1.1452695, "longitude": 128.249211}}, "correlationId": "73cfda3e-2c8c-424b-acfa-0541aeaf0af9", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "bc8bab5f-c9d1-48b9-82ea-e8dbdcdd68b8", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 90, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "AWS Single-Account Access Service", "resourceId": "f0630e90-b752-4960-bfb9-a0794fc34930", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 279165, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "7LahPahMYLyP3NWogunbFizv5ev7EBKdl8cGN8oNRCpIrSiu", "incomingTokenType": "none", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "1f37c851-4be4-455b-928a-fbde7845a68a", "rngcStatus": 0}}, {"time": "2022-08-22T18:37:11.908048Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "13.113.40.157", "correlationId": "271019fd-c600-4e7c-9d66-18633001bf3e", "identity": "Attack Target", "Level": 4, "location": "XR", "properties": {"id": "074fe23d-2629-40c0-b889-feb6b95d5400", "createdDateTime": "2022-08-22T18:37:12.027048Z", "userDisplayName": "Attack Target", "userPrincipalName": "attacktarget@domain.com", "userId": "d735e84b-dcca-404d-9f7d-700f360f41a6", "appId": "9a7e67c7-6f05-42a3-b226-97c7ec3e9696", "appDisplayName": "Adobe Identity Management", "ipAddress": "13.113.40.157", "status": {"errorCode": 0}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (iPad; CPU iPad OS 9_3_6 like Mac OS X) AppleWebKit/536.1 (KHTML, like Gecko) CriOS/42.0.865.0 Mobile/77O124 Safari/536.1 Edge/99.14477", "deviceDetail": {"deviceId": "a44625dc-6f81-449a-9799-8005f7209b42", "displayName": "ATTACKTARGET-LT", "operatingSystem": "Windows 10", "browser": "Edge 99.14477", "trustType": "Azure AD registered"}, "location": {"city": "New John", "state": "Smithfort", "countryOrRegion": "XR", "geoCoordinates": {"latitude": -89.144242, "longitude": 168.119022}}, "correlationId": "c037ccc2-d96b-46c8-884c-0bfe8913d432", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "4bbd47a6-c7ca-4c49-a4b7-b1b188a714e9", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "processingTimeInMilliseconds": 119, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Adobe Identity Management Service", "resourceId": "80abac89-d2c0-4b6c-8ffc-5023bd7efc5e", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 34974, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "hfbISEE1gV6H2LnbgAggKUMx7JBjbgsGx4WRj7oUxVUJAUJr", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": null}}, {"time": "2022-08-22T18:44:17.605615Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "1.210.58.10", "correlationId": "1e623abf-4599-42ac-b5b1-32f0e7ca421b", "identity": "Keith Sheppard", "Level": 4, "location": "XD", "properties": {"id": "140cf565-4047-4e65-9531-8c3c84df5900", "createdDateTime": "2022-08-22T18:44:17.686615Z", "userDisplayName": "Keith Sheppard", "userPrincipalName": "ksheppard@domain.com", "userId": "05bd48f1-91d2-4c2d-9a7c-80e80f561b3c", "appId": "18bf60fa-77dd-4aad-891d-af82ca87dd06", "appDisplayName": "FortiGate SSL VPN", "ipAddress": "1.210.58.10", "status": {"errorCode": 0}, "clientAppUsed": "Browser", "deviceDetail": {"deviceId": "639815fd-5018-4e38-9d81-67538b2ce460", "displayName": "KEITHSHEPPARD-LT", "operatingSystem": "Windows", "browser": "Rich Client 4.22.0.0", "trustType": "Azure AD registered"}, "location": {"city": "Cooperhaven", "state": "Norrisbury", "countryOrRegion": "XD", "geoCoordinates": {"latitude": 70.436398, "longitude": -23.873747}}, "correlationId": "3b5a7638-2328-4390-8d5a-d8337540dac1", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "e34d552a-db72-41f1-b4f4-4ee3f27cf4d1", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "processingTimeInMilliseconds": 81, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "FortiGate SSL VPN Service", "resourceId": "a1edee32-85c4-4a57-afcb-5853873a47e7", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 69487, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "Y7CT7skdipaLWMWJ3XDiZ5bsbMaIcKjXcg5XX2cj65rR9L9i", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "0898af19-dfef-4b51-a918-f534c473013d"}}, {"time": "2022-08-22T18:46:32.630836Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "205.33.24.92", "correlationId": "fcf2bfe9-345d-4301-805e-9a89c58d6e8b", "identity": "Vanessa Ramirez", "Level": 4, "location": "XD", "properties": {"id": "02ec6f9a-da67-41d5-8cea-0af7af3b7000", "createdDateTime": "2022-08-22T18:46:32.847836Z", "userDisplayName": "Vanessa Ramirez", "userPrincipalName": "vramirez@domain.com", "userId": "5d72b7ed-62ea-4b94-b931-ccef65d71ebd", "appId": "9de6e985-97a5-4d82-9c45-aedaa9c25ef9", "appDisplayName": "AWS Single-Account Access", "ipAddress": "205.33.24.92", "status": {"errorCode": 0}, "clientAppUsed": "Browser", "deviceDetail": {"deviceId": "e395a3f4-8f2d-4170-804f-d3e13ce3151b", "displayName": "VANESSARAMIREZ-LT", "operatingSystem": "Windows", "trustType": "Azure AD registered"}, "location": {"city": "Kristinmouth", "state": "Norrisbury", "countryOrRegion": "XD", "geoCoordinates": {"latitude": 26.278784, "longitude": -92.042573}}, "correlationId": "70deb685-cea7-4c6e-bdbb-a887ba9948e1", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "e0028870-3942-4ed2-ab34-9efeefd80cf6", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 217, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "AWS Single-Account Access Service", "resourceId": "c65cf5f9-5537-4200-889e-381c4f60ca7d", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 214655, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "5XO68GhtIyUzzHKALaOInWgbX33hOO107gi6yehySIeNWIcw", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": null, "rngcStatus": 0}}, {"time": "2022-08-22T18:52:36.307545Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "13.113.40.157", "correlationId": "3f3bcf01-7a8d-4304-a2a5-1a1872eb2c16", "identity": "Attack Target", "Level": 4, "location": "XR", "properties": {"id": "e4ea9516-35e1-4b49-aa95-88a48d397200", "createdDateTime": "2022-08-22T18:52:36.421545Z", "userDisplayName": "Attack Target", "userPrincipalName": "attacktarget@domain.com", "userId": "d735e84b-dcca-404d-9f7d-700f360f41a6", "appId": "9a7e67c7-6f05-42a3-b226-97c7ec3e9696", "appDisplayName": "Adobe Identity Management", "ipAddress": "13.113.40.157", "ipAddressFromResourceProvider": "13.113.40.157", "status": {"errorCode": 0}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (iPad; CPU iPad OS 9_3_6 like Mac OS X) AppleWebKit/536.1 (KHTML, like Gecko) CriOS/42.0.865.0 Mobile/77O124 Safari/536.1 Edge/99.14477", "deviceDetail": {"deviceId": "a44625dc-6f81-449a-9799-8005f7209b42", "displayName": "ATTACKTARGET-LT", "operatingSystem": "Windows 10", "browser": "Edge 99.14477", "trustType": "Azure AD registered"}, "location": {"city": "Smithfort", "state": "Smithfort", "countryOrRegion": "XR", "geoCoordinates": {"latitude": 3.7564095, "longitude": -121.574606}}, "correlationId": "2c3b3502-be91-4738-b9a1-e523eb87de08", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "60119ae7-0238-4dce-9554-3f3a7bae1b14", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 114, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Adobe Identity Management Service", "resourceId": "c8eab36d-0a82-409d-8693-a8dabc997921", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 34974, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "NrhTsiOeU983y2l0zf7CnZNLsAcpo1bKAG9JuwmEJdUpAOrx", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "2248d3ef-d7b8-4eb2-bd20-fb53f725bfe3", "rngcStatus": 0}}, {"time": "2022-08-22T18:53:20.200012Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "147.132.189.119", "correlationId": "e1e1fb71-3e2d-494b-aa5a-fc7d70371ed4", "identity": "Terry Proctor", "Level": 4, "location": "XR", "properties": {"id": "26264d99-d4be-4a73-a651-a28fd5f95a00", "createdDateTime": "2022-08-22T18:53:20.485012Z", "userDisplayName": "Terry Proctor", "userPrincipalName": "tproctor@domain.com", "userId": "03110cc5-e54f-4dae-b68a-bf5d945f8152", "appId": "9c5b7fe3-0ad2-4ea6-94e5-9e0001f367e3", "appDisplayName": "Articulate 360", "ipAddress": "147.132.189.119", "status": {"errorCode": 0, "additionalDetails": "MFA requirement satisfied by claim in the token"}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (X11; Linux i686) AppleWebKit/533.0 (KHTML, like Gecko) Chrome/24.0.803.0 Safari/533.0 Edge/40.11325", "deviceDetail": {"deviceId": "88ee69d5-1eb7-4f29-b594-e9b4e3371940", "displayName": "TERRYPROCTOR-LT", "operatingSystem": "Windows 10", "browser": "Edge 40.11325", "isCompliant": true, "isManaged": true, "trustType": "Azure AD joined"}, "location": {"city": "Port Denisetown", "state": "Smithton", "countryOrRegion": "XR", "geoCoordinates": {"latitude": 3.5518965, "longitude": 131.871582}}, "mfaDetail": {}, "correlationId": "326a0c9d-3145-49c1-8b09-1af9523e9a6a", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "7b4e3c5b-704e-4dbb-83f6-617e02545388", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 285, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Articulate 360 Online", "resourceId": "436260d5-3791-4aea-a4da-aa698ec35f2f", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 256668, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "hM10aCExxkhmVvlf6X9BuY9ezFem1jFgGFfRz37ysZGQjf2O", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "94b9f3ba-5f4b-4edc-99dc-a420b76960f9", "rngcStatus": 0}}, {"time": "2022-08-22T18:54:43.748258Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "156.206.181.119", "correlationId": "3e663b40-2226-4797-b28b-da7ddf853c7e", "identity": "Cynthia Perry", "Level": 4, "location": "XY", "properties": {"id": "483c0e94-ba31-4740-8d5f-3f3a590e6500", "createdDateTime": "2022-08-22T18:54:43.869258Z", "userDisplayName": "Cynthia Perry", "userPrincipalName": "cperry@domain.com", "userId": "ac5fa380-9d5b-470e-beb2-5ba10aca48e6", "appId": "9de6e985-97a5-4d82-9c45-aedaa9c25ef9", "appDisplayName": "AWS Single-Account Access", "ipAddress": "156.206.181.119", "status": {"errorCode": 0}, "clientAppUsed": "Browser", "deviceDetail": {"deviceId": "", "operatingSystem": "Windows"}, "location": {"city": "Hannaville", "state": "Thomashaven", "countryOrRegion": "XY", "geoCoordinates": {"latitude": 1.1452695, "longitude": 128.249211}}, "correlationId": "8985508a-0b4c-4119-b621-540ee2174aa1", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "c3e17d8e-129d-4235-a7d4-09eb9271e5ec", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 121, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "AWS Single-Account Access Service", "resourceId": "f0630e90-b752-4960-bfb9-a0794fc34930", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 279165, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "QLuUyCRWoMAeZpQzHrFSrq4QcJSo4cj7nWNTMtnpYdCfz539", "incomingTokenType": "none", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "1f37c851-4be4-455b-928a-fbde7845a68a", "rngcStatus": 0}}, {"time": "2022-08-22T19:00:22.579816Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "13.113.40.157", "correlationId": "ee149a78-e79e-46f4-a4f8-09108c029f17", "identity": "Attack Target", "Level": 4, "location": "XR", "properties": {"id": "1cd5ccc5-a4e9-487c-82c8-57d9c66e7400", "createdDateTime": "2022-08-22T19:00:22.719816Z", "userDisplayName": "Attack Target", "userPrincipalName": "attacktarget@domain.com", "userId": "d735e84b-dcca-404d-9f7d-700f360f41a6", "appId": "9a7e67c7-6f05-42a3-b226-97c7ec3e9696", "appDisplayName": "Adobe Identity Management", "ipAddress": "13.113.40.157", "status": {"errorCode": 0}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (iPad; CPU iPad OS 9_3_6 like Mac OS X) AppleWebKit/536.1 (KHTML, like Gecko) CriOS/42.0.865.0 Mobile/77O124 Safari/536.1 Edge/99.14477", "deviceDetail": {"deviceId": "a44625dc-6f81-449a-9799-8005f7209b42", "displayName": "ATTACKTARGET-LT", "operatingSystem": "Windows 10", "browser": "Edge 99.14477", "trustType": "Azure AD registered"}, "location": {"city": "New John", "state": "Smithfort", "countryOrRegion": "XR", "geoCoordinates": {"latitude": -89.144242, "longitude": 168.119022}}, "correlationId": "7e033850-dee7-4ce3-b6b7-cb3df651defc", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "9960d63c-3079-4975-bdce-8065d10a1072", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 140, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Adobe Identity Management Service", "resourceId": "30663ca7-f8a9-43ab-8ca1-7906bdbc1485", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 34974, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "MSJb8V5i9B4xR28lDr24XHYjTnW7hvw9cIDmXVhNPQDjIIHA", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "a6c259e5-7f16-48b2-a9f3-75becd6daa9b", "rngcStatus": 0}}, {"time": "2022-08-22T19:14:20.358710Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "50158", "resultSignature": "None", "resultDescription": "External security challenge was not satisfied.", "durationMs": 0, "callerIpAddress": "44.22.19.201", "correlationId": "d9794a4c-627c-42a8-95a5-a627adfdaff0", "identity": "Thomas Price", "Level": 4, "location": "XN", "properties": {"id": "9fd4e587-f898-44c4-9cdb-b09142dc6b00", "createdDateTime": "2022-08-22T19:14:20.488710Z", "userDisplayName": "Thomas Price", "userPrincipalName": "tprice@domain.com", "userId": "32109ee2-ee4f-4d11-9c38-2556aec0f2b5", "appId": "79510a8f-6421-4348-a2ea-bcc2b02485c1", "appDisplayName": "Cisco AnyConnect", "ipAddress": "44.22.19.201", "status": {"errorCode": 50158, "failureReason": "External security challenge was not satisfied."}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (X11; Linux i686) AppleWebKit/535.2 (KHTML, like Gecko) Chrome/22.0.843.0 Safari/535.2 Edge/118.12158", "deviceDetail": {"deviceId": "0927e60c-8dfa-4ecf-be85-ad63bccf40a1", "displayName": "THOMASPRICE-LT", "operatingSystem": "Windows 10", "browser": "Edge 118.12158", "trustType": "Hybrid Azure AD joined"}, "location": {"city": "Littlemouth", "state": "Alexanderfurt", "countryOrRegion": "XN", "geoCoordinates": {"latitude": 25.4437255, "longitude": -109.530885}}, "correlationId": "e9fc5b64-10fc-400d-9d07-6d9a9f9c70be", "conditionalAccessStatus": "failure", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "38c70fa0-c2ca-49ed-bd41-ef9f425328b1", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 130, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Cisco AnyConnect Online", "resourceId": "5d5b8d28-6a28-472e-b837-a4094e466965", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 230297, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "1TQ9exSfNGGJGUkDJHyaJWs2eDUGXkZTjYNy496bKBTEKIJk", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "15655e1f-5005-4c53-b3c0-c4a1d1ca5e9e", "rngcStatus": 0}}, {"time": "2022-08-22T19:20:44.342048Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "91.132.253.146", "correlationId": "dbd2c301-686d-44d1-9a27-97f7e65808a0", "identity": "Aaron Cole", "Level": 4, "location": "XD", "properties": {"id": "b2eaf7a7-4585-4df8-ad0b-b869560e4d00", "createdDateTime": "2022-08-22T19:20:44.473048Z", "userDisplayName": "Aaron Cole", "userPrincipalName": "acole@domain.com", "userId": "5d557969-1645-4ba4-be83-b6fd943659f7", "appId": "09882a0a-ccfc-4f24-bedf-653c30932b5b", "appDisplayName": "InviteDesk", "ipAddress": "91.132.253.146", "status": {"errorCode": 0}, "clientAppUsed": "Browser", "deviceDetail": {"deviceId": "", "operatingSystem": "Windows"}, "location": {"city": "Rickshire", "state": "Norrisbury", "countryOrRegion": "XD", "geoCoordinates": {"latitude": -78.5751045, "longitude": 58.329246}}, "correlationId": "e45e1c5a-7b60-45f2-9033-fd9d2aa28d39", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "4f8fbcdc-f0f4-45c3-a64c-5809053694d9", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "processingTimeInMilliseconds": 131, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "InviteDesk Online", "resourceId": "1836739a-2577-4efd-a7e3-a88b0b9ae7b3", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 214655, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "Sv4IEekBfgltV4GNEJG2epybKZWE30mUx0Zz803Jrrng19aM", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "7408d08d-c9ff-40c8-9e89-96133f1850e9"}}, {"time": "2022-08-22T19:23:07.970506Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "86.154.193.190", "correlationId": "a823f4a6-34a4-433f-90b3-1d27e9cb50f2", "identity": "Jamie Watson", "Level": 4, "location": "XR", "properties": {"id": "91857813-fa29-4b22-bbd5-ccdb03a36000", "createdDateTime": "2022-08-22T19:23:08.081506Z", "userDisplayName": "Jamie Watson", "userPrincipalName": "jwatson@domain.com", "userId": "2844695b-9a70-48ed-a5ce-f3d711e2292b", "appId": "2eae4ad1-8cae-48fe-b718-76bd66e2fc7f", "appDisplayName": "Bipsync", "ipAddress": "86.154.193.190", "status": {"errorCode": 0}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (X11; Linux i686) AppleWebKit/533.0 (KHTML, like Gecko) Chrome/24.0.803.0 Safari/533.0 Edge/40.11325", "deviceDetail": {"deviceId": "fc784602-6455-4450-be3c-6770e0359f8a", "displayName": "JAMIEWATSON-LT", "operatingSystem": "Windows 10", "browser": "Edge 40.11325", "isCompliant": true, "isManaged": true, "trustType": "Azure AD joined"}, "location": {"city": "Port Denisetown", "state": "Smithton", "countryOrRegion": "XR", "geoCoordinates": {"latitude": 3.5518965, "longitude": 131.871582}}, "correlationId": "6be4a4a6-569c-41dc-b980-ecbdb46f7907", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "626b80eb-0772-4899-ae44-fec39d2c9cb5", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 111, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Bipsync Service", "resourceId": "9a84f55e-3a40-492c-9476-e069f64ed7a6", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 256668, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "v53nnJsgU29qWHQiC7JaQdPTfDbrLD56WBkkGCmEwSLyEf66", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "37ee873b-f901-4e25-be69-010243106d0f", "rngcStatus": 0}}, {"time": "2022-08-22T19:27:58.501974Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "13.113.40.157", "correlationId": "cc2fb0cd-91f5-4062-8efe-f0ce5da2f0c6", "identity": "Attack Target", "Level": 4, "location": "XR", "properties": {"id": "7911156a-02ea-4cca-ba29-f657fad27f00", "createdDateTime": "2022-08-22T19:27:58.627974Z", "userDisplayName": "Attack Target", "userPrincipalName": "attacktarget@domain.com", "userId": "d735e84b-dcca-404d-9f7d-700f360f41a6", "appId": "9a7e67c7-6f05-42a3-b226-97c7ec3e9696", "appDisplayName": "Adobe Identity Management", "ipAddress": "13.113.40.157", "ipAddressFromResourceProvider": "13.113.40.157", "status": {"errorCode": 0}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (iPad; CPU iPad OS 9_3_6 like Mac OS X) AppleWebKit/536.1 (KHTML, like Gecko) CriOS/42.0.865.0 Mobile/77O124 Safari/536.1 Edge/99.14477", "deviceDetail": {"deviceId": "a44625dc-6f81-449a-9799-8005f7209b42", "displayName": "ATTACKTARGET-LT", "operatingSystem": "Windows 10", "browser": "Edge 99.14477", "trustType": "Azure AD registered"}, "location": {"city": "Smithfort", "state": "Smithfort", "countryOrRegion": "XR", "geoCoordinates": {"latitude": 3.7564095, "longitude": -121.574606}}, "correlationId": "a3275f25-ff21-4195-b24c-3a5d321d62d6", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "c3d94545-dffd-4dfa-bff9-b495cbc65321", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 126, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Adobe Identity Management Service", "resourceId": "c8eab36d-0a82-409d-8693-a8dabc997921", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 34974, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "2JqGKtJSPQOc25O1K5xbDoOc7N8qoz149uuC1ARClPE9Rv2U", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "2248d3ef-d7b8-4eb2-bd20-fb53f725bfe3", "rngcStatus": 0}}, {"time": "2022-08-22T19:34:19.015364Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "86.154.193.190", "correlationId": "dfa00340-ac83-406a-9aca-a577506659c7", "identity": "Jamie Watson", "Level": 4, "location": "XR", "properties": {"id": "cc41f85f-18f2-4339-b560-1856c5bc6600", "createdDateTime": "2022-08-22T19:34:19.170364Z", "userDisplayName": "Jamie Watson", "userPrincipalName": "jwatson@domain.com", "userId": "2844695b-9a70-48ed-a5ce-f3d711e2292b", "appId": "9a7e67c7-6f05-42a3-b226-97c7ec3e9696", "appDisplayName": "Adobe Identity Management", "ipAddress": "86.154.193.190", "status": {"errorCode": 0}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (X11; Linux i686) AppleWebKit/533.0 (KHTML, like Gecko) Chrome/24.0.803.0 Safari/533.0 Edge/40.11325", "deviceDetail": {"deviceId": "fc784602-6455-4450-be3c-6770e0359f8a", "displayName": "JAMIEWATSON-LT", "operatingSystem": "Windows 10", "browser": "Edge 40.11325", "isCompliant": true, "isManaged": true, "trustType": "Azure AD joined"}, "location": {"city": "Port Denisetown", "state": "Smithton", "countryOrRegion": "XR", "geoCoordinates": {"latitude": 3.5518965, "longitude": 131.871582}}, "correlationId": "07bb9112-c85f-4b10-809b-97ece9892e02", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "afdaeb74-dfe2-40cf-9a2b-48c5b18216d8", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 155, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Adobe Identity Management Service", "resourceId": "72f0186d-d327-46c9-a8ff-497e0caa8691", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 256668, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "Q3SbTLO8wdgii2mLKwDy1Asme0lwGuPGG2RY24E5IZ2kGXVU", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": null, "rngcStatus": 0}}, {"time": "2022-08-22T19:41:00.113219Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "156.206.181.119", "correlationId": "0efec873-6070-4d99-8f2b-33bd34a5712f", "identity": "Cynthia Perry", "Level": 4, "location": "XY", "properties": {"id": "06aa2776-6961-4f0a-b4c3-b47822fd5900", "createdDateTime": "2022-08-22T19:41:00.198219Z", "userDisplayName": "Cynthia Perry", "userPrincipalName": "cperry@domain.com", "userId": "ac5fa380-9d5b-470e-beb2-5ba10aca48e6", "appId": "9de6e985-97a5-4d82-9c45-aedaa9c25ef9", "appDisplayName": "AWS Single-Account Access", "ipAddress": "156.206.181.119", "status": {"errorCode": 0}, "clientAppUsed": "Browser", "deviceDetail": {"deviceId": "", "operatingSystem": "Windows"}, "location": {"city": "Hannaville", "state": "Thomashaven", "countryOrRegion": "XY", "geoCoordinates": {"latitude": 1.1452695, "longitude": 128.249211}}, "correlationId": "5caed7ff-f812-491c-9687-f71e3a90e57f", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "29382d5c-3ecf-4ff1-9a46-53fde4e67a48", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "processingTimeInMilliseconds": 85, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "AWS Single-Account Access Service", "resourceId": "72f0186d-d327-46c9-a8ff-497e0caa8691", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 279165, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "gli68u0kyAA5ts3LasG8VQNndnzz1cbyyxIovRt2w3c47nJL", "incomingTokenType": "none", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": null}}, {"time": "2022-08-22T19:44:01.629944Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "91.132.253.146", "correlationId": "77572fb5-7bb3-4c7d-88ff-9e847d221656", "identity": "Aaron Cole", "Level": 4, "location": "XD", "properties": {"id": "c39e6449-499a-4a56-b4b3-75e21f936600", "createdDateTime": "2022-08-22T19:44:01.742944Z", "userDisplayName": "Aaron Cole", "userPrincipalName": "acole@domain.com", "userId": "5d557969-1645-4ba4-be83-b6fd943659f7", "appId": "9d64cdda-8fe1-424a-8325-912d9d512004", "appDisplayName": "Help Scout", "ipAddress": "91.132.253.146", "status": {"errorCode": 0}, "clientAppUsed": "Browser", "userAgent": "Mozilla/5.0 (Linux; Android 2.3.5) AppleWebKit/532.2 (KHTML, like Gecko) Chrome/46.0.898.0 Safari/532.2 Edge/105.19198", "deviceDetail": {"deviceId": "", "operatingSystem": "Windows 10", "browser": "Edge 105.19198"}, "location": {"city": "Rickshire", "state": "Norrisbury", "countryOrRegion": "XD", "geoCoordinates": {"latitude": -78.5751045, "longitude": 58.329246}}, "correlationId": "ca6cca1c-c7ed-4048-b6c6-4e7b605dabfb", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "03b66ba2-ad91-4523-8a75-def2a8e74c8e", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 113, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Help Scout", "resourceId": "156bfa5f-3f3c-4092-8e90-6fbf3dd58d70", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 214655, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "mQCmgwjPojN7BXy0wEbRpvdEvQvl1tOgeAAGdlyQc2jBmlpm", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": null, "rngcStatus": 0}}, {"time": "2022-08-22T20:05:01.935695Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "91.132.253.146", "correlationId": "0c42cc1b-3b74-4602-8523-1502320b500c", "identity": "Aaron Cole", "Level": 4, "location": "XD", "properties": {"id": "1c2bbe82-9810-4409-b985-32e05eee5500", "createdDateTime": "2022-08-22T20:05:02.041695Z", "userDisplayName": "Aaron Cole", "userPrincipalName": "acole@domain.com", "userId": "5d557969-1645-4ba4-be83-b6fd943659f7", "appId": "36f74ffc-90e8-46e0-b0ed-588b76ed6f47", "appDisplayName": "Inspire", "ipAddress": "91.132.253.146", "status": {"errorCode": 0}, "clientAppUsed": "Browser", "userAgent": "Mozilla/5.0 (Linux; Android 2.3.5) AppleWebKit/532.2 (KHTML, like Gecko) Chrome/46.0.898.0 Safari/532.2 Edge/105.19198", "deviceDetail": {"deviceId": "", "operatingSystem": "Windows 10", "browser": "Edge 105.19198"}, "location": {"city": "Rickshire", "state": "Norrisbury", "countryOrRegion": "XD", "geoCoordinates": {"latitude": -78.5751045, "longitude": 58.329246}}, "correlationId": "8982e47c-ee69-46d9-a113-c932307e8568", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "f506c2a8-7705-4b1e-b84e-a4b71f20e9a7", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "processingTimeInMilliseconds": 106, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Inspire Online", "resourceId": "f0630e90-b752-4960-bfb9-a0794fc34930", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 214655, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "1jgiMIQJ5G6viEdsWarwVmnpPgICo7TOQZtkweU9psJvjJ3V", "incomingTokenType": "none", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "1f37c851-4be4-455b-928a-fbde7845a68a"}}, {"time": "2022-08-22T20:23:22.275199Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "19.20.89.178", "correlationId": "e9fb9444-e649-4708-8174-be66340bfd82", "identity": "Jamie Watson", "Level": 4, "location": "XR", "properties": {"id": "61f774b4-bfab-427d-9daf-844052cf6200", "createdDateTime": "2022-08-22T20:23:22.406199Z", "userDisplayName": "Jamie Watson", "userPrincipalName": "jwatson@domain.com", "userId": "2844695b-9a70-48ed-a5ce-f3d711e2292b", "appId": "18bf60fa-77dd-4aad-891d-af82ca87dd06", "appDisplayName": "FortiGate SSL VPN", "ipAddress": "19.20.89.178", "status": {"errorCode": 0}, "clientAppUsed": "Browser", "deviceDetail": {"deviceId": "fc784602-6455-4450-be3c-6770e0359f8a", "displayName": "JAMIEWATSON-LT", "operatingSystem": "Windows", "browser": "Rich Client 4.22.0.0", "isCompliant": true, "isManaged": true, "trustType": "Azure AD joined"}, "location": {"city": "Samanthaberg", "state": "Smithton", "countryOrRegion": "XR", "geoCoordinates": {"latitude": -68.556166, "longitude": -172.972506}}, "correlationId": "e24a74e9-ea71-42d3-8e43-67a58efb82f1", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "b94fd463-7aad-4704-b7ed-51434a165a67", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 131, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "FortiGate SSL VPN Service", "resourceId": "f0630e90-b752-4960-bfb9-a0794fc34930", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 34974, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "W6BaOAHp07gyAyVjGdfdXntoz1ZjEnudMUYY74lPvj3DgNby", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "1f37c851-4be4-455b-928a-fbde7845a68a", "rngcStatus": 0}}, {"time": "2022-08-22T20:28:49.088250Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "500011", "resultSignature": "None", "resultDescription": "The resource principal was not found in the tenant. This can happen if the application has not been installed by the administrator of the tenant or consented to by any user in the tenant. You might have sent your authentication request to the wrong tenant.", "durationMs": 0, "callerIpAddress": "25.228.18.106", "correlationId": "f9c19b2a-715e-471e-b7b5-295682586b7a", "identity": "Thomas Price", "Level": 4, "location": "XQ", "properties": {"id": "b4caa848-f8c1-4832-a328-e509e2d27000", "createdDateTime": "2022-08-22T20:28:49.193250Z", "userDisplayName": "Thomas Price", "userPrincipalName": "tprice@domain.com", "userId": "32109ee2-ee4f-4d11-9c38-2556aec0f2b5", "appId": "413f12c2-a9cb-4ca6-a080-d4308249cbe1", "appDisplayName": "Air", "ipAddress": "25.228.18.106", "status": {"errorCode": 500011, "failureReason": "The resource principal was not found in the tenant. This can happen if the application has not been installed by the administrator of the tenant or consented to by any user in the tenant. You might have sent your authentication request to the wrong tenant."}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (X11; Linux i686) AppleWebKit/533.0 (KHTML, like Gecko) Chrome/24.0.803.0 Safari/533.0 Edge/40.11325", "deviceDetail": {"deviceId": "0729bd71-1465-4897-bba4-71c5ca15a9bb", "displayName": "THOMASPRICE-LT", "operatingSystem": "Windows 10", "browser": "Edge 40.11325", "isCompliant": true, "isManaged": true, "trustType": "Azure AD registered"}, "location": {"city": "Veronicachester", "state": "Chanshire", "countryOrRegion": "XQ", "geoCoordinates": {"latitude": -5.3151345, "longitude": -4.976578}}, "correlationId": "1aa18151-9c81-4223-bad9-246186687bea", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "055696a6-d9cc-40b1-9de0-6a410d4fad6d", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 105, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 79359, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "oCcHiyLhfdMh9Vnv2hjhGr5ekVSgvD5ngFmWta1rCto0NWiz", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": null, "rngcStatus": 0}}, {"time": "2022-08-22T20:46:26.615960Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "13.113.40.157", "correlationId": "5adab06b-f352-4254-9624-d636612fa37d", "identity": "Attack Target", "Level": 4, "location": "XR", "properties": {"id": "2c5f4472-dc1e-49b2-8fbb-327593255f00", "createdDateTime": "2022-08-22T20:46:26.884960Z", "userDisplayName": "Attack Target", "userPrincipalName": "attacktarget@domain.com", "userId": "d735e84b-dcca-404d-9f7d-700f360f41a6", "appId": "9c5b7fe3-0ad2-4ea6-94e5-9e0001f367e3", "appDisplayName": "Articulate 360", "ipAddress": "13.113.40.157", "status": {"errorCode": 0}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (iPad; CPU iPad OS 9_3_6 like Mac OS X) AppleWebKit/536.1 (KHTML, like Gecko) CriOS/42.0.865.0 Mobile/77O124 Safari/536.1 Edge/99.14477", "deviceDetail": {"deviceId": "a44625dc-6f81-449a-9799-8005f7209b42", "displayName": "ATTACKTARGET-LT", "operatingSystem": "Windows 10", "browser": "Edge 99.14477", "trustType": "Azure AD registered"}, "location": {"city": "New John", "state": "Smithfort", "countryOrRegion": "XR", "geoCoordinates": {"latitude": -89.144242, "longitude": 168.119022}}, "correlationId": "191e7070-b628-4162-af54-3973d9e0ccec", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "6f1ec553-e827-432b-ad2b-e665f57dc7f1", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 269, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Articulate 360 Online", "resourceId": "436260d5-3791-4aea-a4da-aa698ec35f2f", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 34974, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "FI6BwsMLfmEG310x5AJvWprX56bcovQy8eTDeHsiZn28eN3e", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "94b9f3ba-5f4b-4edc-99dc-a420b76960f9", "rngcStatus": 0}}, {"time": "2022-08-22T20:46:39.251607Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "42.62.103.34", "correlationId": "1d377af1-780a-4603-921a-cc46f5862b51", "identity": "Joseph Taylor", "Level": 4, "location": "XF", "properties": {"id": "927ca341-90b0-4f1c-97f5-9ebc13627100", "createdDateTime": "2022-08-22T20:46:39.353607Z", "userDisplayName": "Joseph Taylor", "userPrincipalName": "jtaylor@domain.com", "userId": "af9847eb-c773-41ae-bf94-42747c5e986c", "appId": "b2421da4-c71e-46a9-b848-495ef54b79c4", "appDisplayName": "ServiceNow", "ipAddress": "42.62.103.34", "status": {"errorCode": 0, "additionalDetails": "MFA requirement satisfied by claim in the token"}, "clientAppUsed": "Browser", "deviceDetail": {"deviceId": "76b96bd3-e5d7-49ee-b195-bf363facdb3d", "displayName": "JOSEPHTAYLOR-LT", "operatingSystem": "Windows10", "browser": "Rich Client 4.30.1.0", "isCompliant": true, "isManaged": true, "trustType": "Azure AD joined"}, "location": {"city": "Jessicafurt", "state": "Smithbury", "countryOrRegion": "XF", "geoCoordinates": {"latitude": 17.5082395, "longitude": -115.304215}}, "mfaDetail": {}, "correlationId": "c1dbde5a-08d0-44c7-aad7-1d86cc1fec47", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "66cc93cd-b7ca-498b-8650-f76cfe66308f", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 102, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "ServiceNow Online", "resourceId": "c8eab36d-0a82-409d-8693-a8dabc997921", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 393508, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "m5h5TMEH0q2D05MFRTKxms2F5uLggc0Cb6RlSOhI0ESSxED4", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "2248d3ef-d7b8-4eb2-bd20-fb53f725bfe3", "rngcStatus": 0}}, {"time": "2022-08-22T21:06:16.397865Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "147.132.189.119", "correlationId": "1a11b729-48c0-4184-bb59-ee2b920c3fa6", "identity": "Melissa Martin", "Level": 4, "location": "XR", "properties": {"id": "d3f6133c-40ae-4464-a6cd-9ee904696e00", "createdDateTime": "2022-08-22T21:06:16.496865Z", "userDisplayName": "Melissa Martin", "userPrincipalName": "mmartin@domain.com", "userId": "632ccb55-03a7-40f4-9893-653527cae790", "appId": "18bf60fa-77dd-4aad-891d-af82ca87dd06", "appDisplayName": "FortiGate SSL VPN", "ipAddress": "147.132.189.119", "status": {"errorCode": 0}, "clientAppUsed": "Browser", "deviceDetail": {"deviceId": "", "operatingSystem": "Windows", "browser": "Rich Client 4.22.0.0"}, "location": {"city": "Port Denisetown", "state": "Smithton", "countryOrRegion": "XR", "geoCoordinates": {"latitude": 3.5518965, "longitude": 131.871582}}, "correlationId": "a1751456-6b3c-4fd6-a032-f20e997cf7c0", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "1ccb9ad2-c224-4753-a981-e760c7b82586", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 99, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "FortiGate SSL VPN", "resourceId": "51e679b4-5774-4b5f-9636-df5ea66b9380", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 256668, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "XAxi2BLJXgHpm1g0uzF8olDgWrDwTFwmq45Eh0Nc3U0LeD49", "incomingTokenType": "none", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "6e8f419c-7f10-40b1-a52a-e4fb253c74c2", "rngcStatus": 0}}, {"time": "2022-08-22T21:18:38.431880Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "81.209.4.19", "correlationId": "fd21cad5-b7da-42f1-b725-52436fcce426", "identity": "Jim Gonzalez", "Level": 4, "location": "XR", "properties": {"id": "70084a8c-f56a-450b-8ce6-510d06659200", "createdDateTime": "2022-08-22T21:18:38.556880Z", "userDisplayName": "Jim Gonzalez", "userPrincipalName": "jgonzalez@domain.com", "userId": "95090045-a9c5-489c-adee-2db430a3333a", "appId": "9167c284-c68f-468a-84be-0ee4f23879fe", "appDisplayName": "ArcGIS Enterprise", "ipAddress": "81.209.4.19", "status": {"errorCode": 0}, "clientAppUsed": "Mobile Apps and Desktop clients", "deviceDetail": {"deviceId": "", "operatingSystem": "Ios", "browser": "Mobile Safari"}, "location": {"city": "Santosborough", "state": "Smithton", "countryOrRegion": "XR", "geoCoordinates": {"latitude": 50.0774195, "longitude": 64.938754}}, "correlationId": "b7412b84-f6ee-4ce8-8b45-3c700794045c", "conditionalAccessStatus": "notApplied", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "e1b3d8f1-78f0-46f6-9b13-50d57b779aad", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 125, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "ArcGIS Enterprise Service", "resourceId": "f72c694e-4e03-4616-91f3-78c5fe54122a", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 34974, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "4uxiSXpJsRf5f11bMblqjP3Hvbz1tQ2i3qIqOQx2O5bewnc5", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "1674f597-9877-4ff9-a5d9-accfea860d15", "rngcStatus": 0}}, {"time": "2022-08-22T21:36:11.576924Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "1.210.58.10", "correlationId": "ca715daf-1b74-4e47-9afb-bd1e3e423cca", "identity": "Keith Sheppard", "Level": 4, "location": "XD", "properties": {"id": "af9e7e21-6c19-4624-b1df-527847d66200", "createdDateTime": "2022-08-22T21:36:11.698924Z", "userDisplayName": "Keith Sheppard", "userPrincipalName": "ksheppard@domain.com", "userId": "05bd48f1-91d2-4c2d-9a7c-80e80f561b3c", "appId": "bc269cd9-8681-4af0-9e76-2a9b4ca24e65", "appDisplayName": "GlassFrog", "ipAddress": "1.210.58.10", "status": {"errorCode": 0}, "clientAppUsed": "Browser", "deviceDetail": {"deviceId": "639815fd-5018-4e38-9d81-67538b2ce460", "displayName": "KEITHSHEPPARD-LT", "operatingSystem": "Windows", "browser": "Rich Client 4.42.0.0", "trustType": "Azure AD registered"}, "location": {"city": "Cooperhaven", "state": "Norrisbury", "countryOrRegion": "XD", "geoCoordinates": {"latitude": 70.436398, "longitude": -23.873747}}, "correlationId": "774cee70-9b69-4e3d-9a3e-085c5b5dc01c", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "d18626fb-2676-46f8-93da-3d2cebc0a38a", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 122, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "GlassFrog Service", "resourceId": "f0630e90-b752-4960-bfb9-a0794fc34930", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 69487, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "mS9A3HakYwh8xCeqA24uvg2Jud1pL0O7tPO8KqL02Ss1s23a", "incomingTokenType": "none", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "1f37c851-4be4-455b-928a-fbde7845a68a", "rngcStatus": 0}}, {"time": "2022-08-22T22:19:58.627900Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "156.206.181.119", "correlationId": "b3bec1a7-3376-4a81-844f-3cd165e5c234", "identity": "Cynthia Perry", "Level": 4, "location": "XY", "properties": {"id": "cccd28fb-54dc-41cc-bb11-f602a2416700", "createdDateTime": "2022-08-22T22:19:58.737900Z", "userDisplayName": "Cynthia Perry", "userPrincipalName": "cperry@domain.com", "userId": "ac5fa380-9d5b-470e-beb2-5ba10aca48e6", "appId": "9de6e985-97a5-4d82-9c45-aedaa9c25ef9", "appDisplayName": "AWS Single-Account Access", "ipAddress": "156.206.181.119", "status": {"errorCode": 0}, "clientAppUsed": "Browser", "deviceDetail": {"deviceId": "", "operatingSystem": "Windows"}, "location": {"city": "Hannaville", "state": "Thomashaven", "countryOrRegion": "XY", "geoCoordinates": {"latitude": 1.1452695, "longitude": 128.249211}}, "correlationId": "e77cbb3b-ee9c-417b-be1a-a6ed1c2132cc", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "603b3258-167a-49ed-b2c6-aea7753c3fd8", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 110, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "AWS Single-Account Access", "resourceId": "1f1f8006-bcaf-48ed-96be-45ba0b1802c3", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 279165, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "D0MuXnNEnoDxcNJpmD0lW2LUY1uOHRkXs8TYBDnabwdpV9LB", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": null, "rngcStatus": 0}}, {"time": "2022-08-22T22:26:50.665361Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "205.33.24.92", "correlationId": "4475049d-fb0d-4d31-96c3-26e85b795aea", "identity": "Aaron Cole", "Level": 4, "location": "XD", "properties": {"id": "af9e7e21-6c19-4624-b1df-5278acf25c00", "createdDateTime": "2022-08-22T22:26:50.782361Z", "userDisplayName": "Aaron Cole", "userPrincipalName": "acole@domain.com", "userId": "5d557969-1645-4ba4-be83-b6fd943659f7", "appId": "ad65aaed-51a8-4877-830e-8a5273604c87", "appDisplayName": "Docusign", "ipAddress": "205.33.24.92", "status": {"errorCode": 0}, "clientAppUsed": "Browser", "deviceDetail": {"deviceId": "", "operatingSystem": "Windows", "browser": "Rich Client 4.42.0.0"}, "location": {"city": "Kristinmouth", "state": "Norrisbury", "countryOrRegion": "XD", "geoCoordinates": {"latitude": 26.278784, "longitude": -92.042573}}, "correlationId": "a6dd3f3c-3a94-4647-80d7-49857cc55543", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "05d60552-88f3-40f7-9c94-faae9131f358", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 117, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Docusign Service", "resourceId": "24578515-1951-4064-967d-0d2acaf0aa70", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 214655, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "fmHK4JV3WEkD2FTT2SGGFxYXkmcKRpBaYaeDTMbxloGEpTHX", "incomingTokenType": "none", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "0e68752b-7dfa-400b-a6f5-1b54af90696a", "rngcStatus": 0}}, {"time": "2022-08-22T22:27:08.392904Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "50158", "resultSignature": "None", "resultDescription": "External security challenge was not satisfied.", "durationMs": 0, "callerIpAddress": "44.22.19.201", "correlationId": "cad353a7-6d59-4a6f-8bdc-78780a898cf8", "identity": "Thomas Price", "Level": 4, "location": "XN", "properties": {"id": "70bcc8c7-ed06-41fc-82cc-ef5343d68600", "createdDateTime": "2022-08-22T22:27:08.500904Z", "userDisplayName": "Thomas Price", "userPrincipalName": "tprice@domain.com", "userId": "32109ee2-ee4f-4d11-9c38-2556aec0f2b5", "appId": "9a7e67c7-6f05-42a3-b226-97c7ec3e9696", "appDisplayName": "Adobe Identity Management", "ipAddress": "44.22.19.201", "status": {"errorCode": 50158, "failureReason": "External security challenge was not satisfied."}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (X11; Linux i686) AppleWebKit/535.2 (KHTML, like Gecko) Chrome/22.0.843.0 Safari/535.2 Edge/118.12158", "deviceDetail": {"deviceId": "a31478d2-f778-4d5a-b081-22579a9edcbe", "displayName": "THOMASPRICE-LT", "operatingSystem": "Windows 10", "browser": "Edge 118.12158", "trustType": "Hybrid Azure AD joined"}, "location": {"city": "Littlemouth", "state": "Alexanderfurt", "countryOrRegion": "XN", "geoCoordinates": {"latitude": 25.4437255, "longitude": -109.530885}}, "correlationId": "ca3f4415-17d3-4a08-870a-428aa1e3986d", "conditionalAccessStatus": "failure", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "b751a23e-9ee5-4b74-8e63-0ca66575d011", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 108, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Adobe Identity Management Service", "resourceId": "30663ca7-f8a9-43ab-8ca1-7906bdbc1485", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 230297, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "Q5wbY7IQ50O1jhUQlyRIyI7YPq4p4L3dcDYGJvCbHUA1wHnB", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "a6c259e5-7f16-48b2-a9f3-75becd6daa9b", "rngcStatus": 0}}, {"time": "2022-08-22T22:33:19.733280Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "134.219.180.76", "correlationId": "bac0c321-cb94-463f-9323-411fcc99da59", "identity": "Joseph Taylor", "Level": 4, "location": "XF", "properties": {"id": "4add604d-9260-4299-90f9-149d6c716900", "createdDateTime": "2022-08-22T22:33:19.846280Z", "userDisplayName": "Joseph Taylor", "userPrincipalName": "jtaylor@domain.com", "userId": "af9847eb-c773-41ae-bf94-42747c5e986c", "appId": "18bf60fa-77dd-4aad-891d-af82ca87dd06", "appDisplayName": "FortiGate SSL VPN", "ipAddress": "134.219.180.76", "status": {"errorCode": 0, "additionalDetails": "MFA requirement satisfied by claim in the token"}, "clientAppUsed": "Browser", "deviceDetail": {"deviceId": "76b96bd3-e5d7-49ee-b195-bf363facdb3d", "displayName": "JOSEPHTAYLOR-LT", "operatingSystem": "Windows", "browser": "Rich Client 4.22.0.0", "isCompliant": true, "isManaged": true, "trustType": "Azure AD joined"}, "location": {"city": "Mannville", "state": "Porterside", "countryOrRegion": "XF", "geoCoordinates": {"latitude": -50.9955705, "longitude": 104.613841}}, "mfaDetail": {}, "correlationId": "19fad4d3-c311-44d0-9a67-678c778b4d34", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "c38f434f-b73c-47c3-b683-29b26134fa50", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 113, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "FortiGate SSL VPN", "resourceId": "51e679b4-5774-4b5f-9636-df5ea66b9380", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 124400, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "BCQjD4mGWKhNkATJS27kXvnej98CN9tlnNLPs40Erraaihq3", "incomingTokenType": "none", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "6e8f419c-7f10-40b1-a52a-e4fb253c74c2", "rngcStatus": 0}}, {"time": "2022-08-22T22:36:36.660805Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "192.109.198.118", "correlationId": "4f5c1d6d-4c67-4cf0-a981-c1927b9c61f4", "identity": "Joseph Taylor", "Level": 4, "location": "XF", "properties": {"id": "fc999d30-4d72-4b71-b130-a08ae8e19800", "createdDateTime": "2022-08-22T22:36:36.759805Z", "userDisplayName": "Joseph Taylor", "userPrincipalName": "jtaylor@domain.com", "userId": "af9847eb-c773-41ae-bf94-42747c5e986c", "appId": "b2421da4-c71e-46a9-b848-495ef54b79c4", "appDisplayName": "ServiceNow", "ipAddress": "192.109.198.118", "status": {"errorCode": 0, "additionalDetails": "MFA requirement satisfied by claim in the token"}, "clientAppUsed": "Browser", "deviceDetail": {"deviceId": "76b96bd3-e5d7-49ee-b195-bf363facdb3d", "displayName": "JOSEPHTAYLOR-LT", "operatingSystem": "Windows10", "browser": "Rich Client 4.30.1.0", "isCompliant": true, "isManaged": true, "trustType": "Azure AD joined"}, "location": {"city": "Lake Wendyberg", "state": "Smithbury", "countryOrRegion": "XF", "geoCoordinates": {"latitude": -19.553711, "longitude": -136.787477}}, "mfaDetail": {}, "correlationId": "07f1d634-a4d6-42d0-a716-c262ce66bedb", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "40ecd78e-feed-443e-9eb4-77e01ea344c1", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 99, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "ServiceNow Online", "resourceId": "f0630e90-b752-4960-bfb9-a0794fc34930", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 393508, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "CixsE77K6lUZVuuf4xDZEojCZeOYwzL48qBqkBA2RyQLFYMf", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "1f37c851-4be4-455b-928a-fbde7845a68a", "rngcStatus": 0}}, {"time": "2022-08-22T22:41:19.828294Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "50158", "resultSignature": "None", "resultDescription": "External security challenge was not satisfied.", "durationMs": 0, "callerIpAddress": "42.62.103.34", "correlationId": "afe202ac-48a6-430f-9c09-8daedaaf5c60", "identity": "Joseph Taylor", "Level": 4, "location": "XF", "properties": {"id": "b7d3efa6-fdbc-4020-888c-cd5f11d38a00", "createdDateTime": "2022-08-22T22:41:19.910294Z", "userDisplayName": "Joseph Taylor", "userPrincipalName": "jtaylor@domain.com", "userId": "af9847eb-c773-41ae-bf94-42747c5e986c", "appId": "e980a200-4916-4fcb-ae5a-3dee8f09d976", "appDisplayName": "Adoddle cSaas Platform", "ipAddress": "42.62.103.34", "status": {"errorCode": 50158, "failureReason": "External security challenge was not satisfied.", "additionalDetails": "MFA requirement satisfied by claim in the token"}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (iPad; CPU iPad OS 9_3_6 like Mac OS X) AppleWebKit/536.1 (KHTML, like Gecko) CriOS/42.0.865.0 Mobile/77O124 Safari/536.1 Edge/99.14477", "deviceDetail": {"deviceId": "76b96bd3-e5d7-49ee-b195-bf363facdb3d", "displayName": "JOSEPHTAYLOR-LT", "operatingSystem": "Windows 10", "browser": "Edge 99.14477", "isCompliant": true, "isManaged": true, "trustType": "Azure AD joined"}, "location": {"city": "Jessicafurt", "state": "Smithbury", "countryOrRegion": "XF", "geoCoordinates": {"latitude": 17.5082395, "longitude": -115.304215}}, "mfaDetail": {}, "correlationId": "fa0ca047-8922-421f-8332-5e38ea5f6e61", "conditionalAccessStatus": "failure", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "b8d7b669-3b2c-449f-bd2b-b0e2ce0e030b", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 82, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Adoddle cSaas Platform Online", "resourceId": "2437523d-228a-44c0-b408-0de8a8a8276c", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 393508, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "vcudWKvtJbYxPNfH3UTePw0odwfvj3FQRiA5psPHM46HAwsJ", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "0eae9886-2d60-475f-9a14-3151a1cfa557", "rngcStatus": 0}}, {"time": "2022-08-22T22:53:34.101827Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "205.33.24.92", "correlationId": "528b32bd-4eab-4715-b1f6-2659de0ae12b", "identity": "Vanessa Ramirez", "Level": 4, "location": "XD", "properties": {"id": "21d9bc2a-9249-4dd7-ac71-d73d566a6900", "createdDateTime": "2022-08-22T22:53:34.224827Z", "userDisplayName": "Vanessa Ramirez", "userPrincipalName": "vramirez@domain.com", "userId": "5d72b7ed-62ea-4b94-b931-ccef65d71ebd", "appId": "2eae4ad1-8cae-48fe-b718-76bd66e2fc7f", "appDisplayName": "Bipsync", "ipAddress": "205.33.24.92", "status": {"errorCode": 0}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (X11; Linux i686) AppleWebKit/532.2 (KHTML, like Gecko) Chrome/21.0.853.0 Safari/532.2 Edge/89.19380", "deviceDetail": {"deviceId": "e395a3f4-8f2d-4170-804f-d3e13ce3151b", "displayName": "VANESSARAMIREZ-LT", "operatingSystem": "Windows 10", "browser": "Edge 89.19380", "trustType": "Azure AD registered"}, "location": {"city": "Kristinmouth", "state": "Norrisbury", "countryOrRegion": "XD", "geoCoordinates": {"latitude": 26.278784, "longitude": -92.042573}}, "correlationId": "3555f37f-fe85-4ff9-8782-cb56e449d7fa", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "6f478ae4-c080-4498-8e4a-4b031753faa4", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 123, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Bipsync Service", "resourceId": "93ee6802-e0f9-416b-8a18-b44be75fd6cf", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 214655, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "JjKQTmgDIQN1OlmweT5H6eONOAktmEBPoBDKCliVdNLBSGvD", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "ec76516d-4aa9-4926-a13c-35e45c2f779b", "rngcStatus": 0}}, {"time": "2022-08-22T23:22:55.472685Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "105.169.153.183", "correlationId": "fbac7b06-2640-47d4-bfe6-9f56d507ac13", "identity": "Jim Gonzalez", "Level": 4, "location": "XR", "properties": {"id": "25e4d3d1-38ed-4aaa-a8b2-f0b34d0d5700", "createdDateTime": "2022-08-22T23:22:55.604685Z", "userDisplayName": "Jim Gonzalez", "userPrincipalName": "jgonzalez@domain.com", "userId": "95090045-a9c5-489c-adee-2db430a3333a", "appId": "9a7e67c7-6f05-42a3-b226-97c7ec3e9696", "appDisplayName": "Adobe Identity Management", "ipAddress": "105.169.153.183", "status": {"errorCode": 0}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (Windows NT 4.0) AppleWebKit/532.1 (KHTML, like Gecko) Chrome/38.0.801.0 Safari/532.1 Edge/19.15284", "deviceDetail": {"deviceId": "15135d1f-cb47-4bd8-b76d-90a9171c09bd", "displayName": "JIMGONZALEZ-LT", "operatingSystem": "Windows 10", "browser": "Edge 19.15284", "trustType": "Azure AD registered"}, "location": {"city": "Kevinton", "state": "Smithton", "countryOrRegion": "XR", "geoCoordinates": {"latitude": -87.5106305, "longitude": -77.991036}}, "correlationId": "e0b64481-26fb-4d36-aca5-cd9a8423a348", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "37dd7b44-e33c-48a7-99ed-62ed9a05fdc6", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "processingTimeInMilliseconds": 132, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Adobe Identity Management Service", "resourceId": "30663ca7-f8a9-43ab-8ca1-7906bdbc1485", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 256668, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "Nzzb00ONq6od0kt5ZJNXf5hWECwUupzge56nwqbu7mep3z3y", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "a6c259e5-7f16-48b2-a9f3-75becd6daa9b"}}, {"time": "2022-08-22T23:30:15.406996Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "156.206.181.119", "correlationId": "97f8ad5a-f9c8-428d-8282-f5f8f934fc04", "identity": "Cynthia Perry", "Level": 4, "location": "XY", "properties": {"id": "45f948cc-c7b8-4f70-b09f-6ae116128e00", "createdDateTime": "2022-08-22T23:30:15.474996Z", "userDisplayName": "Cynthia Perry", "userPrincipalName": "cperry@domain.com", "userId": "ac5fa380-9d5b-470e-beb2-5ba10aca48e6", "appId": "9de6e985-97a5-4d82-9c45-aedaa9c25ef9", "appDisplayName": "AWS Single-Account Access", "ipAddress": "156.206.181.119", "status": {"errorCode": 0}, "clientAppUsed": "Browser", "deviceDetail": {"deviceId": "", "operatingSystem": "Windows"}, "location": {"city": "Hannaville", "state": "Thomashaven", "countryOrRegion": "XY", "geoCoordinates": {"latitude": 1.1452695, "longitude": 128.249211}}, "correlationId": "38a1ad5a-8b4a-4035-ab10-f89c8854d6c0", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "08fd732c-9142-43a1-aed2-b01f99b8f91d", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 68, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "AWS Single-Account Access Service", "resourceId": "9a84f55e-3a40-492c-9476-e069f64ed7a6", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 279165, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "EVI8RJnT3i3iTqVqB1Ije4NzSUqhT00h06lj1UIvX5NRWHpg", "incomingTokenType": "none", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "37ee873b-f901-4e25-be69-010243106d0f", "rngcStatus": 0}}, {"time": "2022-08-22T23:31:15.810204Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "205.33.24.92", "correlationId": "19a20361-090c-4af6-a452-b9e15df38e08", "identity": "Vanessa Ramirez", "Level": 4, "location": "XD", "properties": {"id": "883e5098-3851-4488-b9f8-2db052ce6700", "createdDateTime": "2022-08-22T23:31:16.060204Z", "userDisplayName": "Vanessa Ramirez", "userPrincipalName": "vramirez@domain.com", "userId": "5d72b7ed-62ea-4b94-b931-ccef65d71ebd", "appId": "9de6e985-97a5-4d82-9c45-aedaa9c25ef9", "appDisplayName": "AWS Single-Account Access", "ipAddress": "205.33.24.92", "status": {"errorCode": 0}, "clientAppUsed": "Browser", "deviceDetail": {"deviceId": "e395a3f4-8f2d-4170-804f-d3e13ce3151b", "displayName": "VANESSARAMIREZ-LT", "operatingSystem": "Windows", "trustType": "Azure AD registered"}, "location": {"city": "Kristinmouth", "state": "Norrisbury", "countryOrRegion": "XD", "geoCoordinates": {"latitude": 26.278784, "longitude": -92.042573}}, "correlationId": "04f2d818-7fa0-430a-b3d7-af57896a801c", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "d7c849de-7524-4b9b-92ff-80e467cdc6f4", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 250, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "AWS Single-Account Access Service", "resourceId": "c65cf5f9-5537-4200-889e-381c4f60ca7d", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 214655, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "hhyiUkD5cZJfdVwgU5cXgoQvzgOifXf0dfOvv0mbMvxpq8lP", "incomingTokenType": "none", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": null, "rngcStatus": 0}}, {"time": "2022-08-22T23:49:00.881516Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "147.132.189.119", "correlationId": "de4d7005-a6bc-4559-b9d0-86b878de58a4", "identity": "Cassie Fernandez", "Level": 4, "location": "XR", "properties": {"id": "baab1233-76d0-4f3f-8bc6-ec8053979100", "createdDateTime": "2022-08-22T23:49:00.980516Z", "userDisplayName": "Cassie Fernandez", "userPrincipalName": "cfernandez@domain.com", "userId": "67ef8be6-3f44-4db7-8172-fd6211428c1e", "appId": "b6eb5487-41e5-4254-acc5-72fbd850bd1e", "appDisplayName": "Google Cloud / G Suite Connector by Microsoft", "ipAddress": "147.132.189.119", "status": {"errorCode": 0}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (iPad; CPU iPad OS 9_3_6 like Mac OS X) AppleWebKit/536.1 (KHTML, like Gecko) CriOS/42.0.865.0 Mobile/77O124 Safari/536.1 Edge/99.14477", "deviceDetail": {"deviceId": "d5a487a1-ef7d-4960-9723-7fdadce19af3", "displayName": "CASSIEFERNANDEZ-LT", "operatingSystem": "Windows 10", "browser": "Edge 99.14477", "trustType": "Azure AD registered"}, "location": {"city": "Port Denisetown", "state": "Smithton", "countryOrRegion": "XR", "geoCoordinates": {"latitude": 3.5518965, "longitude": 131.871582}}, "correlationId": "ae21fb8c-f3eb-4cac-93de-e83a4135a2eb", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "5f075943-9bd5-4c66-b479-a13fc3fb70d1", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 99, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Google Cloud / G Suite Connector by Microsoft Service", "resourceId": "47e06079-6a63-42ab-89ea-840a60f3ea94", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 256668, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "bik5E2kyVUO1NNKrZxb9yDYYriidesoGPABwO7A1FpjcsNyG", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "af115473-a920-4919-a03a-7215ca304189", "rngcStatus": 0}}, {"time": "2022-08-23T00:01:32.097781Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "19.20.89.178", "correlationId": "31598479-00dc-48a6-99f6-235d3e081a8a", "identity": "Jamie Watson", "Level": 4, "location": "XR", "properties": {"id": "f86fd039-b911-4a63-b06c-8447a01c6000", "createdDateTime": "2022-08-23T00:01:32.201781Z", "userDisplayName": "Jamie Watson", "userPrincipalName": "jwatson@domain.com", "userId": "2844695b-9a70-48ed-a5ce-f3d711e2292b", "appId": "9167c284-c68f-468a-84be-0ee4f23879fe", "appDisplayName": "ArcGIS Enterprise", "ipAddress": "19.20.89.178", "status": {"errorCode": 0}, "clientAppUsed": "Mobile Apps and Desktop clients", "deviceDetail": {"deviceId": "", "operatingSystem": "Android"}, "location": {"city": "Samanthaberg", "state": "Smithton", "countryOrRegion": "XR", "geoCoordinates": {"latitude": -68.556166, "longitude": -172.972506}}, "correlationId": "68d59a7f-2296-4163-9e4d-829c7ba4ecb6", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "5ddc2ea4-0ddd-468e-82ac-11ed1963ea12", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 104, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "ArcGIS Enterprise Service", "resourceId": "db504cc4-8f0b-4800-a3d2-d75104ad7e82", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 34974, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "qMd4CLQUpM3M6xchCBJ11YcmPeyfKy7FcZ6xjMVH8bCcg2wr", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "e1eed55d-0b15-4abe-964b-f2d45bbc8964", "rngcStatus": 0}}, {"time": "2022-08-23T00:08:44.939649Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "199.12.127.103", "correlationId": "9e4d4651-d67f-47b0-bce7-bf7c000b8490", "identity": "Jacob Meyers", "Level": 4, "location": "XG", "properties": {"id": "0247f9e7-1fff-44eb-af6f-23a33bf37600", "createdDateTime": "2022-08-23T00:08:45.032649Z", "userDisplayName": "Jacob Meyers", "userPrincipalName": "jmeyers@domain.com", "userId": "c63a67b0-1651-4a8a-9560-cc703cdad5ad", "appId": "895b9fb3-4084-4f9f-a314-d082d67e3c5c", "appDisplayName": "Airstack", "ipAddress": "199.12.127.103", "status": {"errorCode": 0}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (iPad; CPU iPad OS 9_3_6 like Mac OS X) AppleWebKit/536.1 (KHTML, like Gecko) CriOS/42.0.865.0 Mobile/77O124 Safari/536.1 Edge/99.14477", "deviceDetail": {"deviceId": "68cb982e-f215-496c-89bb-cc07716ff474", "displayName": "JACOBMEYERS-LT", "operatingSystem": "Windows 10", "browser": "Edge 99.14477", "trustType": "Azure AD registered"}, "location": {"city": "Port Nathan", "state": "Newmanville", "countryOrRegion": "XG", "geoCoordinates": {"latitude": 23.244641, "longitude": -113.392021}}, "correlationId": "669512d7-57bd-43c1-a05d-a305a383c9fc", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "6a0339a0-5cb4-42ec-9293-5399117542e9", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 93, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Airstack Service", "resourceId": "f0630e90-b752-4960-bfb9-a0794fc34930", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 282405, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "ll5yOSpEARVWfX5TItLOr7vYhtw6EVuLAKGAwNNz010EU830", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "1f37c851-4be4-455b-928a-fbde7845a68a", "rngcStatus": 0}}, {"time": "2022-08-23T00:11:42.555793Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "91.132.253.146", "correlationId": "e72d5ca2-2e9b-4ec3-84db-0287fbf26f08", "identity": "Aaron Cole", "Level": 4, "location": "XD", "properties": {"id": "9fd4e587-f898-44c4-9cdb-b09116af6200", "createdDateTime": "2022-08-23T00:11:42.648793Z", "userDisplayName": "Aaron Cole", "userPrincipalName": "acole@domain.com", "userId": "5d557969-1645-4ba4-be83-b6fd943659f7", "appId": "18bf60fa-77dd-4aad-891d-af82ca87dd06", "appDisplayName": "FortiGate SSL VPN", "ipAddress": "91.132.253.146", "status": {"errorCode": 0}, "clientAppUsed": "Browser", "deviceDetail": {"deviceId": "", "operatingSystem": "Windows", "browser": "Rich Client 4.22.0.0"}, "location": {"city": "Rickshire", "state": "Norrisbury", "countryOrRegion": "XD", "geoCoordinates": {"latitude": -78.5751045, "longitude": 58.329246}}, "correlationId": "0a3daeab-e304-4b1b-a4b7-d0864fe4b788", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "8749a810-d063-48d6-bbac-d0989d577c9f", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 93, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "FortiGate SSL VPN Service", "resourceId": "24578515-1951-4064-967d-0d2acaf0aa70", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 214655, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "N7qZNzkzw3KrGlWGEv8ttJjtmrcBIAGhkFtTrCthY6MW3oL4", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "0e68752b-7dfa-400b-a6f5-1b54af90696a", "rngcStatus": 0}}, {"time": "2022-08-23T00:42:26.317155Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "50158", "resultSignature": "None", "resultDescription": "External security challenge was not satisfied.", "durationMs": 0, "callerIpAddress": "92.110.109.246", "correlationId": "cf122503-c6f7-4af8-a5f7-0421c83bd832", "identity": "Thomas Price", "Level": 4, "location": "XR", "properties": {"id": "40186134-719b-42e2-9e2d-e44037006c00", "createdDateTime": "2022-08-23T00:42:26.452155Z", "userDisplayName": "Thomas Price", "userPrincipalName": "tprice@domain.com", "userId": "32109ee2-ee4f-4d11-9c38-2556aec0f2b5", "appId": "79510a8f-6421-4348-a2ea-bcc2b02485c1", "appDisplayName": "Cisco AnyConnect", "ipAddress": "92.110.109.246", "status": {"errorCode": 50158, "failureReason": "External security challenge was not satisfied."}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (X11; Linux i686) AppleWebKit/535.2 (KHTML, like Gecko) Chrome/22.0.843.0 Safari/535.2 Edge/118.12158", "deviceDetail": {"deviceId": "fb4d911d-6441-411b-868f-d25d5586a326", "displayName": "THOMASPRICE-LT", "operatingSystem": "Windows 10", "browser": "Edge 118.12158", "trustType": "Hybrid Azure AD joined"}, "location": {"city": "Port Denisetown", "state": "Smithton", "countryOrRegion": "XR", "geoCoordinates": {"latitude": 3.5518965, "longitude": 131.871582}}, "correlationId": "7cf8529e-1577-480e-a2f2-ce4c72618dac", "conditionalAccessStatus": "failure", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "07f363cd-e737-473e-8ce9-fa460009476e", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 135, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Cisco AnyConnect Online", "resourceId": "5d5b8d28-6a28-472e-b837-a4094e466965", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 230297, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "pc1gHs9TFIax5upW2NNJBjL1Iu8CMgZf6kmqeYOS7mhwcSAp", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "15655e1f-5005-4c53-b3c0-c4a1d1ca5e9e", "rngcStatus": 0}}, {"time": "2022-08-23T01:13:38.034085Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "13.113.40.157", "correlationId": "9d6243c5-4f86-4a66-82cb-1117c80f5377", "identity": "Attack Target", "Level": 4, "location": "XR", "properties": {"id": "c39e6449-499a-4a56-b4b3-75e268d46900", "createdDateTime": "2022-08-23T01:13:38.183085Z", "userDisplayName": "Attack Target", "userPrincipalName": "attacktarget@domain.com", "userId": "d735e84b-dcca-404d-9f7d-700f360f41a6", "appId": "9a7e67c7-6f05-42a3-b226-97c7ec3e9696", "appDisplayName": "Adobe Identity Management", "ipAddress": "13.113.40.157", "ipAddressFromResourceProvider": "13.113.40.157", "status": {"errorCode": 0}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (iPad; CPU iPad OS 9_3_6 like Mac OS X) AppleWebKit/536.1 (KHTML, like Gecko) CriOS/42.0.865.0 Mobile/77O124 Safari/536.1 Edge/99.14477", "deviceDetail": {"deviceId": "a44625dc-6f81-449a-9799-8005f7209b42", "displayName": "ATTACKTARGET-LT", "operatingSystem": "Windows 10", "browser": "Edge 99.14477", "trustType": "Azure AD registered"}, "location": {"city": "New John", "state": "Smithfort", "countryOrRegion": "XR", "geoCoordinates": {"latitude": -89.144242, "longitude": 168.119022}}, "correlationId": "b4f0ecd5-af33-40f3-a220-5c22f35bbe46", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "66da0fcf-cdee-4130-9953-0572e1e05dd1", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 149, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Adobe Identity Management Service", "resourceId": "c8eab36d-0a82-409d-8693-a8dabc997921", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 34974, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "yA7df1OY68GsE9g3K2cN423EH8yDzypi4YzdwknucTc3uUrO", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "2248d3ef-d7b8-4eb2-bd20-fb53f725bfe3", "rngcStatus": 0}}, {"time": "2022-08-23T01:16:19.034619Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "13.113.40.157", "correlationId": "e1a744ee-e68c-42c2-87b0-cfdf3c34cb8d", "identity": "Attack Target", "Level": 4, "location": "XR", "properties": {"id": "47a9da2e-c9f1-48ca-8d04-bb472c965800", "createdDateTime": "2022-08-23T01:16:19.345619Z", "userDisplayName": "Attack Target", "userPrincipalName": "attacktarget@domain.com", "userId": "d735e84b-dcca-404d-9f7d-700f360f41a6", "appId": "9c5b7fe3-0ad2-4ea6-94e5-9e0001f367e3", "appDisplayName": "Articulate 360", "ipAddress": "13.113.40.157", "status": {"errorCode": 0}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (iPad; CPU iPad OS 9_3_6 like Mac OS X) AppleWebKit/536.1 (KHTML, like Gecko) CriOS/42.0.865.0 Mobile/77O124 Safari/536.1 Edge/99.14477", "deviceDetail": {"deviceId": "a44625dc-6f81-449a-9799-8005f7209b42", "displayName": "ATTACKTARGET-LT", "operatingSystem": "Windows 10", "browser": "Edge 99.14477", "trustType": "Azure AD registered"}, "location": {"city": "New John", "state": "Smithfort", "countryOrRegion": "XR", "geoCoordinates": {"latitude": -89.144242, "longitude": 168.119022}}, "correlationId": "f7d7e77e-4411-4c5d-83cd-dcc10c8adfb8", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "e684b67c-7b29-4fa6-9ee9-33d6481d292b", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "processingTimeInMilliseconds": 311, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Articulate 360 Online", "resourceId": "436260d5-3791-4aea-a4da-aa698ec35f2f", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 34974, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "WEsWrliyUVBT53RIJxgTiY3fEN0CowhBvenk1qWuEg1K63hX", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "94b9f3ba-5f4b-4edc-99dc-a420b76960f9"}}, {"time": "2022-08-23T01:17:09.459016Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "13.113.40.157", "correlationId": "5f7638c4-f08d-4e78-bc59-839351b1ef33", "identity": "Attack Target", "Level": 4, "location": "XR", "properties": {"id": "d2644368-9b2b-45cb-8872-4b3fd5d79400", "createdDateTime": "2022-08-23T01:17:09.561016Z", "userDisplayName": "Attack Target", "userPrincipalName": "attacktarget@domain.com", "userId": "d735e84b-dcca-404d-9f7d-700f360f41a6", "appId": "9a7e67c7-6f05-42a3-b226-97c7ec3e9696", "appDisplayName": "Adobe Identity Management", "ipAddress": "13.113.40.157", "ipAddressFromResourceProvider": "13.113.40.157", "status": {"errorCode": 0}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (iPad; CPU iPad OS 9_3_6 like Mac OS X) AppleWebKit/536.1 (KHTML, like Gecko) CriOS/42.0.865.0 Mobile/77O124 Safari/536.1 Edge/99.14477", "deviceDetail": {"deviceId": "a44625dc-6f81-449a-9799-8005f7209b42", "displayName": "ATTACKTARGET-LT", "operatingSystem": "Windows 10", "browser": "Edge 99.14477", "trustType": "Azure AD registered"}, "location": {"city": "Smithfort", "state": "Smithfort", "countryOrRegion": "XR", "geoCoordinates": {"latitude": 3.7564095, "longitude": -121.574606}}, "correlationId": "2a0e4464-271d-43f5-8ed0-47e1550390b5", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "8f619b1b-4e8f-4670-a11c-de08073b16da", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 102, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Adobe Identity Management Service", "resourceId": "c8eab36d-0a82-409d-8693-a8dabc997921", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 34974, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "fU3u6uEsTPT2o6VqKH50YsbcpB6EtcyzcwpN2llphcLyoHQz", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "2248d3ef-d7b8-4eb2-bd20-fb53f725bfe3", "rngcStatus": 0}}, {"time": "2022-08-23T01:28:06.063414Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "50158", "resultSignature": "None", "resultDescription": "External security challenge was not satisfied.", "durationMs": 0, "callerIpAddress": "44.22.19.201", "correlationId": "19b5696f-7813-4972-8a88-309af2220202", "identity": "Thomas Price", "Level": 4, "location": "XN", "properties": {"id": "d4236fef-7c73-4402-98e3-fe3cd90c7200", "createdDateTime": "2022-08-23T01:28:06.182414Z", "userDisplayName": "Thomas Price", "userPrincipalName": "tprice@domain.com", "userId": "32109ee2-ee4f-4d11-9c38-2556aec0f2b5", "appId": "79510a8f-6421-4348-a2ea-bcc2b02485c1", "appDisplayName": "Cisco AnyConnect", "ipAddress": "44.22.19.201", "status": {"errorCode": 50158, "failureReason": "External security challenge was not satisfied."}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (X11; Linux i686) AppleWebKit/535.2 (KHTML, like Gecko) Chrome/22.0.843.0 Safari/535.2 Edge/118.12158", "deviceDetail": {"deviceId": "a12f42a7-2ae0-42d8-aec8-bf7cb3dea82c", "displayName": "THOMASPRICE-LT", "operatingSystem": "Windows 10", "browser": "Edge 118.12158", "trustType": "Hybrid Azure AD joined"}, "location": {"city": "Littlemouth", "state": "Alexanderfurt", "countryOrRegion": "XN", "geoCoordinates": {"latitude": 25.4437255, "longitude": -109.530885}}, "correlationId": "bd84458d-4543-445d-a28b-b91711438d68", "conditionalAccessStatus": "failure", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "e9b7c0e3-96e8-4d2c-a9e5-32654655a3fe", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 119, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Cisco AnyConnect Online", "resourceId": "5d5b8d28-6a28-472e-b837-a4094e466965", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 230297, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "p9NPbhCDc9YI7UjZBr1KbZltOITsgYPW4Ciyz2jh7BEI9py0", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "15655e1f-5005-4c53-b3c0-c4a1d1ca5e9e", "rngcStatus": 0}}, {"time": "2022-08-23T01:40:18.554687Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "156.206.181.119", "correlationId": "35c7513d-99b0-4ab2-8eac-424e4d8bf045", "identity": "Cynthia Perry", "Level": 4, "location": "XY", "properties": {"id": "e4ea9516-35e1-4b49-aa95-88a4d0a96700", "createdDateTime": "2022-08-23T01:40:18.679687Z", "userDisplayName": "Cynthia Perry", "userPrincipalName": "cperry@domain.com", "userId": "ac5fa380-9d5b-470e-beb2-5ba10aca48e6", "appId": "9de6e985-97a5-4d82-9c45-aedaa9c25ef9", "appDisplayName": "AWS Single-Account Access", "ipAddress": "156.206.181.119", "status": {"errorCode": 0}, "clientAppUsed": "Browser", "deviceDetail": {"deviceId": "", "operatingSystem": "Windows"}, "location": {"city": "Hannaville", "state": "Thomashaven", "countryOrRegion": "XY", "geoCoordinates": {"latitude": 1.1452695, "longitude": 128.249211}}, "correlationId": "f9f50769-a9ae-4a4c-8473-5d83edcf720a", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "a98a9e1f-a96f-4f72-bab7-0bb7afe33182", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 125, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "AWS Single-Account Access Service", "resourceId": "c65cf5f9-5537-4200-889e-381c4f60ca7d", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 279165, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "adsbijtCZSqWDRsOQLlt8xarvGrFgzWV1t358aOuBWKhCSJ2", "incomingTokenType": "none", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": null, "rngcStatus": 0}}, {"time": "2022-08-23T01:48:02.416207Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "50158", "resultSignature": "None", "resultDescription": "External security challenge was not satisfied.", "durationMs": 0, "callerIpAddress": "92.110.109.246", "correlationId": "f7763f04-870e-4b5a-b83d-48c8572cfacd", "identity": "Thomas Price", "Level": 4, "location": "XR", "properties": {"id": "06aa2776-6961-4f0a-b4c3-b47896116300", "createdDateTime": "2022-08-23T01:48:02.556207Z", "userDisplayName": "Thomas Price", "userPrincipalName": "tprice@domain.com", "userId": "32109ee2-ee4f-4d11-9c38-2556aec0f2b5", "appId": "79510a8f-6421-4348-a2ea-bcc2b02485c1", "appDisplayName": "Cisco AnyConnect", "ipAddress": "92.110.109.246", "status": {"errorCode": 50158, "failureReason": "External security challenge was not satisfied."}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (X11; Linux i686) AppleWebKit/535.2 (KHTML, like Gecko) Chrome/22.0.843.0 Safari/535.2 Edge/118.12158", "deviceDetail": {"deviceId": "a12f42a7-2ae0-42d8-aec8-bf7cb3dea82c", "displayName": "THOMASPRICE-LT", "operatingSystem": "Windows 10", "browser": "Edge 118.12158", "trustType": "Hybrid Azure AD joined"}, "location": {"city": "Port Denisetown", "state": "Smithton", "countryOrRegion": "XR", "geoCoordinates": {"latitude": 3.5518965, "longitude": 131.871582}}, "correlationId": "3baab352-a600-4a41-8c14-bf7a99ad0d9c", "conditionalAccessStatus": "failure", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "8b849c31-f184-4cbc-9675-12893b0ea76b", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "processingTimeInMilliseconds": 140, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Cisco AnyConnect Online", "resourceId": "5d5b8d28-6a28-472e-b837-a4094e466965", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 230297, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "M6YaSftOAiDCmOR4vL5094dyB5YL5MmHEJs9EQEeKtSx9QxA", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "15655e1f-5005-4c53-b3c0-c4a1d1ca5e9e"}}, {"time": "2022-08-23T01:57:49.893099Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "91.132.253.146", "correlationId": "b20dd241-5f32-4593-a285-157f521f3e8f", "identity": "Aaron Cole", "Level": 4, "location": "XD", "properties": {"id": "bddc03c8-8da3-4ef6-8ef9-a503813a8f00", "createdDateTime": "2022-08-23T01:57:50.008099Z", "userDisplayName": "Aaron Cole", "userPrincipalName": "acole@domain.com", "userId": "5d557969-1645-4ba4-be83-b6fd943659f7", "appId": "18bf60fa-77dd-4aad-891d-af82ca87dd06", "appDisplayName": "FortiGate SSL VPN", "ipAddress": "91.132.253.146", "status": {"errorCode": 0}, "clientAppUsed": "Browser", "deviceDetail": {"deviceId": "", "operatingSystem": "Windows", "browser": "Rich Client 4.22.0.0"}, "location": {"city": "Rickshire", "state": "Norrisbury", "countryOrRegion": "XD", "geoCoordinates": {"latitude": -78.5751045, "longitude": 58.329246}}, "correlationId": "1ae005ea-98f5-427e-ac15-7389a4084989", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "22eca73d-5b9a-42d7-8be6-dff2bc9fde9a", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 115, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "FortiGate SSL VPN Service", "resourceId": "9a84f55e-3a40-492c-9476-e069f64ed7a6", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 214655, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "TfKEKxXanab7TW1oypkwf98HDrr8ZIepeEx0NuDUyYKpAXNL", "incomingTokenType": "none", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "37ee873b-f901-4e25-be69-010243106d0f", "rngcStatus": 0}}, {"time": "2022-08-23T02:11:31.921143Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "86.154.193.190", "correlationId": "dc7d3ab6-89c8-46e1-b1ba-c6677bf3bccc", "identity": "Jamie Watson", "Level": 4, "location": "XR", "properties": {"id": "37d9e640-8f8f-42d8-9d97-1f4d40476900", "createdDateTime": "2022-08-23T02:11:32.192143Z", "userDisplayName": "Jamie Watson", "userPrincipalName": "jwatson@domain.com", "userId": "2844695b-9a70-48ed-a5ce-f3d711e2292b", "appId": "51a80452-7502-4b15-9e15-827c7d78e337", "appDisplayName": "Dropbox Business", "ipAddress": "86.154.193.190", "status": {"errorCode": 0, "additionalDetails": "MFA requirement satisfied by claim in the token"}, "clientAppUsed": "Mobile Apps and Desktop clients", "deviceDetail": {"deviceId": "fc784602-6455-4450-be3c-6770e0359f8a", "displayName": "JAMIEWATSON-LT", "operatingSystem": "Windows 10", "browser": "Rich Client 5.2.9.0", "isCompliant": true, "isManaged": true, "trustType": "Azure AD joined"}, "location": {"city": "Port Denisetown", "state": "Smithton", "countryOrRegion": "XR", "geoCoordinates": {"latitude": 3.5518965, "longitude": 131.871582}}, "mfaDetail": {}, "correlationId": "7aed8bc4-6364-4895-b146-45fba5963bac", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "f3ce6947-f11a-4ae8-96e4-e7be03ac8876", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 271, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Dropbox Business Online", "resourceId": "fcbb342e-c15e-4612-8a70-e3156b81556f", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 256668, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "9j5ThXFw3KbhkEZTcpw7Bimxv35GgQV7iWc3Yq0WGpUS47Kw", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "0fd3a253-6124-461e-bab2-32ec73c1c1ad", "rngcStatus": 0}}, {"time": "2022-08-23T02:22:10.960512Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "13.113.40.157", "correlationId": "7c64f088-a7d5-49d5-aec1-17409a2da4cd", "identity": "Attack Target", "Level": 4, "location": "XR", "properties": {"id": "ada0cd79-9550-4249-a9fe-bc5703ef8c00", "createdDateTime": "2022-08-23T02:22:11.069512Z", "userDisplayName": "Attack Target", "userPrincipalName": "attacktarget@domain.com", "userId": "d735e84b-dcca-404d-9f7d-700f360f41a6", "appId": "9a7e67c7-6f05-42a3-b226-97c7ec3e9696", "appDisplayName": "Adobe Identity Management", "ipAddress": "13.113.40.157", "status": {"errorCode": 0}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (iPad; CPU iPad OS 9_3_6 like Mac OS X) AppleWebKit/536.1 (KHTML, like Gecko) CriOS/42.0.865.0 Mobile/77O124 Safari/536.1 Edge/99.14477", "deviceDetail": {"deviceId": "a44625dc-6f81-449a-9799-8005f7209b42", "displayName": "ATTACKTARGET-LT", "operatingSystem": "Windows 10", "browser": "Edge 99.14477", "trustType": "Azure AD registered"}, "location": {"city": "Smithfort", "state": "Smithfort", "countryOrRegion": "XR", "geoCoordinates": {"latitude": 3.7564095, "longitude": -121.574606}}, "correlationId": "0894a249-e479-4f84-8114-73159ed9081a", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "3f98ec45-ef8c-40bb-b43a-b81452f6ca19", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 109, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Adobe Identity Management Service", "resourceId": "80abac89-d2c0-4b6c-8ffc-5023bd7efc5e", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 34974, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "dP4ZrrWeIgKmYUDsVwWxymmbJmwfwJt15T1zhtcULbYzwGni", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": null, "rngcStatus": 0}}, {"time": "2022-08-23T02:23:21.227101Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "50158", "resultSignature": "None", "resultDescription": "External security challenge was not satisfied.", "durationMs": 0, "callerIpAddress": "92.110.109.246", "correlationId": "192c51df-313a-4091-aa60-c3c99acb048b", "identity": "Thomas Price", "Level": 4, "location": "XR", "properties": {"id": "9196283f-f012-41c0-af98-b20b3f125700", "createdDateTime": "2022-08-23T02:23:21.369101Z", "userDisplayName": "Thomas Price", "userPrincipalName": "tprice@domain.com", "userId": "32109ee2-ee4f-4d11-9c38-2556aec0f2b5", "appId": "9a7e67c7-6f05-42a3-b226-97c7ec3e9696", "appDisplayName": "Adobe Identity Management", "ipAddress": "92.110.109.246", "status": {"errorCode": 50158, "failureReason": "External security challenge was not satisfied."}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (X11; Linux i686) AppleWebKit/535.2 (KHTML, like Gecko) Chrome/22.0.843.0 Safari/535.2 Edge/118.12158", "deviceDetail": {"deviceId": "0927e60c-8dfa-4ecf-be85-ad63bccf40a1", "displayName": "THOMASPRICE-LT", "operatingSystem": "Windows 10", "browser": "Edge 118.12158", "trustType": "Hybrid Azure AD joined"}, "location": {"city": "Port Denisetown", "state": "Smithton", "countryOrRegion": "XR", "geoCoordinates": {"latitude": 3.5518965, "longitude": 131.871582}}, "correlationId": "cd7f8e35-c3f3-407f-8dfb-3413bd127a17", "conditionalAccessStatus": "failure", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "a7391d95-b251-4b4c-8523-9565d40b75eb", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "processingTimeInMilliseconds": 142, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Adobe Identity Management Service", "resourceId": "30663ca7-f8a9-43ab-8ca1-7906bdbc1485", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 230297, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "QaCqQizwVzB2fxtAqAMBwfKIvK4epos8o33WFTKIFjyM5dQV", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "a6c259e5-7f16-48b2-a9f3-75becd6daa9b"}}, {"time": "2022-08-23T02:35:58.168373Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "50158", "resultSignature": "None", "resultDescription": "External security challenge was not satisfied.", "durationMs": 0, "callerIpAddress": "42.62.103.34", "correlationId": "0c2f0a9d-419b-48bc-91be-cc57d755a0cb", "identity": "Joseph Taylor", "Level": 4, "location": "XF", "properties": {"id": "4add604d-9260-4299-90f9-149d4c946700", "createdDateTime": "2022-08-23T02:35:58.242373Z", "userDisplayName": "Joseph Taylor", "userPrincipalName": "jtaylor@domain.com", "userId": "af9847eb-c773-41ae-bf94-42747c5e986c", "appId": "413f12c2-a9cb-4ca6-a080-d4308249cbe1", "appDisplayName": "Air", "ipAddress": "42.62.103.34", "status": {"errorCode": 50158, "failureReason": "External security challenge was not satisfied.", "additionalDetails": "MFA requirement satisfied by claim in the token"}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (iPad; CPU iPad OS 9_3_6 like Mac OS X) AppleWebKit/536.1 (KHTML, like Gecko) CriOS/42.0.865.0 Mobile/77O124 Safari/536.1 Edge/99.14477", "deviceDetail": {"deviceId": "76b96bd3-e5d7-49ee-b195-bf363facdb3d", "displayName": "JOSEPHTAYLOR-LT", "operatingSystem": "Windows 10", "browser": "Edge 99.14477", "isCompliant": true, "isManaged": true, "trustType": "Azure AD joined"}, "location": {"city": "Jessicafurt", "state": "Smithbury", "countryOrRegion": "XF", "geoCoordinates": {"latitude": 17.5082395, "longitude": -115.304215}}, "mfaDetail": {}, "correlationId": "e9075823-ebaa-4c22-9204-b2ba4f0a01fe", "conditionalAccessStatus": "failure", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "20af7505-7990-4bd4-aef3-33379f9fafee", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 74, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Air Online", "resourceId": "76f4ef5e-0b9a-478c-89cd-2dcd57ca60c3", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 393508, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "TIBEmk1AQHU8vPD2hFl18I6o6l3Rn8PVth4JwL7npfMa2mIg", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": null, "rngcStatus": 0}}, {"time": "2022-08-23T02:45:01.092404Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "199.12.127.103", "correlationId": "c6b4517b-88ee-42ee-814d-5b27ab133640", "identity": "Jacob Meyers", "Level": 4, "location": "XG", "properties": {"id": "b2eaf7a7-4585-4df8-ad0b-b869a00e5400", "createdDateTime": "2022-08-23T02:45:01.227404Z", "userDisplayName": "Jacob Meyers", "userPrincipalName": "jmeyers@domain.com", "userId": "c63a67b0-1651-4a8a-9560-cc703cdad5ad", "appId": "9c5b7fe3-0ad2-4ea6-94e5-9e0001f367e3", "appDisplayName": "Articulate 360", "ipAddress": "199.12.127.103", "status": {"errorCode": 0}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (iPad; CPU iPad OS 9_3_6 like Mac OS X) AppleWebKit/536.1 (KHTML, like Gecko) CriOS/42.0.865.0 Mobile/77O124 Safari/536.1 Edge/99.14477", "deviceDetail": {"deviceId": "68cb982e-f215-496c-89bb-cc07716ff474", "displayName": "JACOBMEYERS-LT", "operatingSystem": "Windows 10", "browser": "Edge 99.14477", "trustType": "Azure AD registered"}, "location": {"city": "Port Nathan", "state": "Newmanville", "countryOrRegion": "XG", "geoCoordinates": {"latitude": 23.244641, "longitude": -113.392021}}, "correlationId": "b45c3ced-ca76-42e8-8181-fa272c9e30f9", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "c27c7b1e-910d-4e0b-9d37-76a5cf8af63c", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "processingTimeInMilliseconds": 135, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Articulate 360 Online", "resourceId": "436260d5-3791-4aea-a4da-aa698ec35f2f", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 282405, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "Cb2qSDgnPfYj8p4jXTPZwiAN83L01AIzoZ6rDkQHXQT4HNCL", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "94b9f3ba-5f4b-4edc-99dc-a420b76960f9"}}, {"time": "2022-08-23T02:47:25.938796Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "50158", "resultSignature": "None", "resultDescription": "External security challenge was not satisfied.", "durationMs": 0, "callerIpAddress": "147.132.189.119", "correlationId": "ba1376e9-6c39-458b-a9d2-207f178a4e64", "identity": "Terry Proctor", "Level": 4, "location": "XR", "properties": {"id": "07e9bef6-9926-4484-b7b4-4a15e2058800", "createdDateTime": "2022-08-23T02:47:26.039796Z", "userDisplayName": "Terry Proctor", "userPrincipalName": "tproctor@domain.com", "userId": "03110cc5-e54f-4dae-b68a-bf5d945f8152", "appId": "e980a200-4916-4fcb-ae5a-3dee8f09d976", "appDisplayName": "Adoddle cSaas Platform", "ipAddress": "147.132.189.119", "status": {"errorCode": 50158, "failureReason": "External security challenge was not satisfied.", "additionalDetails": "MFA requirement satisfied by claim in the token"}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (X11; Linux i686) AppleWebKit/533.0 (KHTML, like Gecko) Chrome/24.0.803.0 Safari/533.0 Edge/40.11325", "deviceDetail": {"deviceId": "88ee69d5-1eb7-4f29-b594-e9b4e3371940", "displayName": "TERRYPROCTOR-LT", "operatingSystem": "Windows 10", "browser": "Edge 40.11325", "isCompliant": true, "isManaged": true, "trustType": "Azure AD joined"}, "location": {"city": "Port Denisetown", "state": "Smithton", "countryOrRegion": "XR", "geoCoordinates": {"latitude": 3.5518965, "longitude": 131.871582}}, "mfaDetail": {}, "correlationId": "a44e2f69-b445-44f2-8c72-a74971d4c9ea", "conditionalAccessStatus": "failure", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "d9484493-5d77-47f6-a827-3b9f33b06cdb", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 101, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Adoddle cSaas Platform Online", "resourceId": "2437523d-228a-44c0-b408-0de8a8a8276c", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 256668, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "uxIvxwuyQ8O6bTkUdBNM6t4Ld63jEps5ZJu0imBzKQ1v64V5", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "0eae9886-2d60-475f-9a14-3151a1cfa557", "rngcStatus": 0}}, {"time": "2022-08-23T03:13:34.617089Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "50158", "resultSignature": "None", "resultDescription": "External security challenge was not satisfied.", "durationMs": 0, "callerIpAddress": "105.169.153.183", "correlationId": "6cfe4718-ccdd-436d-abd8-b27e6920ed28", "identity": "Thomas Price", "Level": 4, "location": "XR", "properties": {"id": "987debf8-7865-4cdd-bac4-4800f4037400", "createdDateTime": "2022-08-23T03:13:34.745089Z", "userDisplayName": "Thomas Price", "userPrincipalName": "tprice@domain.com", "userId": "32109ee2-ee4f-4d11-9c38-2556aec0f2b5", "appId": "79510a8f-6421-4348-a2ea-bcc2b02485c1", "appDisplayName": "Cisco AnyConnect", "ipAddress": "105.169.153.183", "status": {"errorCode": 50158, "failureReason": "External security challenge was not satisfied."}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (X11; Linux i686) AppleWebKit/535.2 (KHTML, like Gecko) Chrome/22.0.843.0 Safari/535.2 Edge/118.12158", "deviceDetail": {"deviceId": "61720755-0e96-468f-9935-10dacdc868e4", "displayName": "THOMASPRICE-LT", "operatingSystem": "Windows 10", "browser": "Edge 118.12158", "trustType": "Hybrid Azure AD joined"}, "location": {"city": "Kevinton", "state": "Smithton", "countryOrRegion": "XR", "geoCoordinates": {"latitude": -87.5106305, "longitude": -77.991036}}, "correlationId": "8069b817-ddb2-40e2-98dc-7f36b0f9c99b", "conditionalAccessStatus": "failure", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "75f9f314-f23a-4006-a011-674c90c810dc", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 128, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Cisco AnyConnect Online", "resourceId": "5d5b8d28-6a28-472e-b837-a4094e466965", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 256668, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "k1AFESsxaltu3hHEpK3Fn1G8DcmCM1TuWz3geAYtuHRf7Put", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "15655e1f-5005-4c53-b3c0-c4a1d1ca5e9e", "rngcStatus": 0}}, {"time": "2022-08-23T03:17:59.180402Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "42.62.103.34", "correlationId": "bdf22087-2e88-4fb0-990f-e46810b0176d", "identity": "Joseph Taylor", "Level": 4, "location": "XF", "properties": {"id": "bfd288f0-15c8-449b-8773-65df6d038600", "createdDateTime": "2022-08-23T03:17:59.270402Z", "userDisplayName": "Joseph Taylor", "userPrincipalName": "jtaylor@domain.com", "userId": "af9847eb-c773-41ae-bf94-42747c5e986c", "appId": "e47a1d38-5f61-45cd-b1b9-bc92f525c598", "appDisplayName": "Altoura", "ipAddress": "42.62.103.34", "status": {"errorCode": 0, "additionalDetails": "MFA requirement satisfied by claim in the token"}, "clientAppUsed": "Browser", "userAgent": "Mozilla/5.0 (Linux; Android 2.3.5) AppleWebKit/532.2 (KHTML, like Gecko) Chrome/46.0.898.0 Safari/532.2 Edge/105.19198", "deviceDetail": {"deviceId": "76b96bd3-e5d7-49ee-b195-bf363facdb3d", "displayName": "JOSEPHTAYLOR-LT", "operatingSystem": "Windows 10", "browser": "Edge 105.19198", "isCompliant": true, "isManaged": true, "trustType": "Azure AD joined"}, "location": {"city": "Jessicafurt", "state": "Smithbury", "countryOrRegion": "XF", "geoCoordinates": {"latitude": 17.5082395, "longitude": -115.304215}}, "mfaDetail": {}, "correlationId": "a55e1a44-9738-4912-bcac-aeb5bfe8a553", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "33bdf8a7-035d-4fec-8cf0-b23ef79852c1", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 90, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Altoura Online", "resourceId": "f0630e90-b752-4960-bfb9-a0794fc34930", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 393508, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "JQZh9FhkhIetCbyPVWzFzyzGY2oT6pDpduAc2wvgPlAUXhNF", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "1f37c851-4be4-455b-928a-fbde7845a68a", "rngcStatus": 0}}, {"time": "2022-08-23T03:19:31.792237Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "105.169.153.183", "correlationId": "ae65d9b7-b21f-4f28-933c-59342ce4048f", "identity": "Jim Gonzalez", "Level": 4, "location": "XR", "properties": {"id": "7ef6a8b9-69c5-4d3b-bfda-03cf19df8b00", "createdDateTime": "2022-08-23T03:19:31.920237Z", "userDisplayName": "Jim Gonzalez", "userPrincipalName": "jgonzalez@domain.com", "userId": "95090045-a9c5-489c-adee-2db430a3333a", "appId": "9a7e67c7-6f05-42a3-b226-97c7ec3e9696", "appDisplayName": "Adobe Identity Management", "ipAddress": "105.169.153.183", "status": {"errorCode": 0}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (Windows NT 4.0) AppleWebKit/532.1 (KHTML, like Gecko) Chrome/38.0.801.0 Safari/532.1 Edge/19.15284", "deviceDetail": {"deviceId": "15135d1f-cb47-4bd8-b76d-90a9171c09bd", "displayName": "JIMGONZALEZ-LT", "operatingSystem": "Windows 10", "browser": "Edge 19.15284", "trustType": "Azure AD registered"}, "location": {"city": "Santosborough", "state": "Smithton", "countryOrRegion": "XR", "geoCoordinates": {"latitude": 12.8350355, "longitude": 138.359011}}, "correlationId": "af775c5f-b5a5-4204-95a5-60d838e35627", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "e2c8014b-0a22-42e0-9b04-f0fd683dd0d5", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 128, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Adobe Identity Management Service", "resourceId": "80abac89-d2c0-4b6c-8ffc-5023bd7efc5e", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 256668, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "xoRZVu3zGBcOflQKicyxlq0xiGBBhsVReIfUsXLDR1o5PAfT", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": null, "rngcStatus": 0}}, {"time": "2022-08-23T03:23:46.640059Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "42.62.103.34", "correlationId": "0a1a07df-7b2d-4e74-9de6-58179e634bd1", "identity": "Joseph Taylor", "Level": 4, "location": "XF", "properties": {"id": "720d181b-6cd7-4a61-bb3c-89a6e9859000", "createdDateTime": "2022-08-23T03:23:46.725059Z", "userDisplayName": "Joseph Taylor", "userPrincipalName": "jtaylor@domain.com", "userId": "af9847eb-c773-41ae-bf94-42747c5e986c", "appId": "e47a1d38-5f61-45cd-b1b9-bc92f525c598", "appDisplayName": "Altoura", "ipAddress": "42.62.103.34", "status": {"errorCode": 0, "additionalDetails": "MFA requirement satisfied by claim in the token"}, "clientAppUsed": "Browser", "userAgent": "Mozilla/5.0 (Linux; Android 2.3.5) AppleWebKit/532.2 (KHTML, like Gecko) Chrome/46.0.898.0 Safari/532.2 Edge/105.19198", "deviceDetail": {"deviceId": "76b96bd3-e5d7-49ee-b195-bf363facdb3d", "displayName": "JOSEPHTAYLOR-LT", "operatingSystem": "Windows 10", "browser": "Edge 105.19198", "isCompliant": true, "isManaged": true, "trustType": "Azure AD joined"}, "location": {"city": "Jessicafurt", "state": "Smithbury", "countryOrRegion": "XF", "geoCoordinates": {"latitude": 17.5082395, "longitude": -115.304215}}, "mfaDetail": {}, "correlationId": "ba808d33-61fe-4563-b7e1-0b4bb3cf12ba", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "cf221f27-9161-4358-b09e-3788528997d5", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 85, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Altoura Online", "resourceId": "9a84f55e-3a40-492c-9476-e069f64ed7a6", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 393508, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "c86rHQzuc5rO3NiaYnJpKjyHnjJ3H2EIHLiiO7pRF0OLukFA", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "37ee873b-f901-4e25-be69-010243106d0f", "rngcStatus": 0}}, {"time": "2022-08-23T03:34:14.569823Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "SignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "205.33.24.92", "correlationId": "4c702033-0426-4494-8911-314e7d2f2ccc", "identity": "Aaron Cole", "Level": 4, "location": "XD", "properties": {"id": "5d857cb0-2921-4775-a7e5-e499eab08900", "createdDateTime": "2022-08-23T03:34:14.672823Z", "userDisplayName": "Aaron Cole", "userPrincipalName": "acole@domain.com", "userId": "5d557969-1645-4ba4-be83-b6fd943659f7", "appId": "03d81133-bfaa-4cad-b5fc-938f0fe86da9", "appDisplayName": "Dream Broker Studio", "ipAddress": "205.33.24.92", "status": {"errorCode": 0}, "clientAppUsed": "Browser", "userAgent": "Mozilla/5.0 (X11; Linux i686) AppleWebKit/536.2 (KHTML, like Gecko) Chrome/22.0.877.0 Safari/536.2", "deviceDetail": {"deviceId": "", "operatingSystem": "Windows 10", "browser": "Chrome 22.0.877.0"}, "location": {"city": "Kristinmouth", "state": "Norrisbury", "countryOrRegion": "XD", "geoCoordinates": {"latitude": 26.278784, "longitude": -92.042573}}, "correlationId": "35ede68a-c7f8-40dc-940c-366eab8b87c7", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "ee469012-fb7d-447a-bdba-cc558f678dbc", "isInteractive": true, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 103, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Dream Broker Studio Online", "resourceId": "f0630e90-b752-4960-bfb9-a0794fc34930", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 214655, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "kKpqGXH1bsSTOpClSBcEYS3Mdf4TNWLJzPH5ygEz5940OtZn", "incomingTokenType": "none", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "1f37c851-4be4-455b-928a-fbde7845a68a", "rngcStatus": 0}}, {"time": "2022-08-23T03:46:20.490005Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "700082", "resultSignature": "None", "resultDescription": "Other", "durationMs": 0, "callerIpAddress": "54.119.29.60", "correlationId": "c3688d76-22fe-4c92-bd2d-0dfc3876b627", "identity": "Thomas Price", "Level": 4, "location": "XR", "properties": {"id": "28aa4dbc-8a6f-40da-9789-2ca1a92f6600", "createdDateTime": "2022-08-23T03:46:20.564005Z", "userDisplayName": "Thomas Price", "userPrincipalName": "tprice@domain.com", "userId": "32109ee2-ee4f-4d11-9c38-2556aec0f2b5", "appId": "9a7e67c7-6f05-42a3-b226-97c7ec3e9696", "appDisplayName": "Adobe Identity Management", "ipAddress": "54.119.29.60", "status": {"errorCode": 700082, "failureReason": "Other"}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (X11; Linux i686) AppleWebKit/535.2 (KHTML, like Gecko) Chrome/22.0.843.0 Safari/535.2 Edge/118.12158", "deviceDetail": {"deviceId": "852272bd-2ab1-474f-a99e-4922ea7031d3", "displayName": "THOMASPRICE-LT", "operatingSystem": "Windows 10", "browser": "Edge 118.12158", "trustType": "Hybrid Azure AD joined"}, "location": {"city": "Port Kimberlytown", "state": "Curtisport", "countryOrRegion": "XR", "geoCoordinates": {"latitude": 26.3152295, "longitude": 147.770404}}, "correlationId": "d267c160-d129-4341-b42f-a95c441e7973", "conditionalAccessStatus": "notApplied", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "34c3a033-9437-4f30-96fa-f4fe1f055e0f", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 74, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Adobe Identity Management Service", "resourceId": "30663ca7-f8a9-43ab-8ca1-7906bdbc1485", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 359213, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "EDplRowUxZe7XMKD1BI6VHjt43trzzMhOuY67nqyMDCsVHdU", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "a6c259e5-7f16-48b2-a9f3-75becd6daa9b", "rngcStatus": 0}}, {"time": "2022-08-23T03:46:55.737441Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "156.206.181.119", "correlationId": "9bd7d726-f8ed-42d1-a7d0-4b51e283d30c", "identity": "Cynthia Perry", "Level": 4, "location": "XY", "properties": {"id": "483c0e94-ba31-4740-8d5f-3f3a520f6500", "createdDateTime": "2022-08-23T03:46:55.827441Z", "userDisplayName": "Cynthia Perry", "userPrincipalName": "cperry@domain.com", "userId": "ac5fa380-9d5b-470e-beb2-5ba10aca48e6", "appId": "9de6e985-97a5-4d82-9c45-aedaa9c25ef9", "appDisplayName": "AWS Single-Account Access", "ipAddress": "156.206.181.119", "status": {"errorCode": 0}, "clientAppUsed": "Browser", "deviceDetail": {"deviceId": "", "operatingSystem": "Windows"}, "location": {"city": "Hannaville", "state": "Thomashaven", "countryOrRegion": "XY", "geoCoordinates": {"latitude": 1.1452695, "longitude": 128.249211}}, "correlationId": "2a2831b3-18d0-440c-8e3f-50529cfa327e", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "7a6bebc1-805c-415e-ae63-3b75e6b56f1a", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 90, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "AWS Single-Account Access Service", "resourceId": "9a84f55e-3a40-492c-9476-e069f64ed7a6", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 279165, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "VgtU1myRSFloneZw5vnBOMZKs5HrksxYdYCGTFCBnNp5Cm4k", "incomingTokenType": "none", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "37ee873b-f901-4e25-be69-010243106d0f", "rngcStatus": 0}}, {"time": "2022-08-23T03:49:28.775385Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "199.12.127.103", "correlationId": "97152cfa-540d-40d8-84e5-9986fa795de3", "identity": "Jacob Meyers", "Level": 4, "location": "XG", "properties": {"id": "37d9e640-8f8f-42d8-9d97-1f4de9026600", "createdDateTime": "2022-08-23T03:49:28.866385Z", "userDisplayName": "Jacob Meyers", "userPrincipalName": "jmeyers@domain.com", "userId": "c63a67b0-1651-4a8a-9560-cc703cdad5ad", "appId": "9a7e67c7-6f05-42a3-b226-97c7ec3e9696", "appDisplayName": "Adobe Identity Management", "ipAddress": "199.12.127.103", "ipAddressFromResourceProvider": "199.12.127.103", "status": {"errorCode": 0}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (iPad; CPU iPad OS 9_3_6 like Mac OS X) AppleWebKit/536.1 (KHTML, like Gecko) CriOS/42.0.865.0 Mobile/77O124 Safari/536.1 Edge/99.14477", "deviceDetail": {"deviceId": "68cb982e-f215-496c-89bb-cc07716ff474", "displayName": "JACOBMEYERS-LT", "operatingSystem": "Windows 10", "browser": "Edge 99.14477", "trustType": "Azure AD registered"}, "location": {"city": "Port Nathan", "state": "Newmanville", "countryOrRegion": "XG", "geoCoordinates": {"latitude": 23.244641, "longitude": -113.392021}}, "correlationId": "20b881f5-6f43-495c-83c9-37f21ff69a5b", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "f460344e-60a5-4c3b-bd5a-d8016826c57a", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 91, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Adobe Identity Management Service", "resourceId": "c8eab36d-0a82-409d-8693-a8dabc997921", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 282405, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "nqxeBGtkVLB7BCZ4maRQhx4hc9s2aDvrzTGN3xre39nNtu47", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "2248d3ef-d7b8-4eb2-bd20-fb53f725bfe3", "rngcStatus": 0}}, {"time": "2022-08-23T03:50:22.197010Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "13.113.40.157", "correlationId": "47606cfc-c5cf-48c7-85a3-fa59675a1232", "identity": "Attack Target", "Level": 4, "location": "XR", "properties": {"id": "eb6726f4-2522-4aaf-8ec9-60cddba96200", "createdDateTime": "2022-08-23T03:50:22.314010Z", "userDisplayName": "Attack Target", "userPrincipalName": "attacktarget@domain.com", "userId": "d735e84b-dcca-404d-9f7d-700f360f41a6", "appId": "9a7e67c7-6f05-42a3-b226-97c7ec3e9696", "appDisplayName": "Adobe Identity Management", "ipAddress": "13.113.40.157", "status": {"errorCode": 0}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (iPad; CPU iPad OS 9_3_6 like Mac OS X) AppleWebKit/536.1 (KHTML, like Gecko) CriOS/42.0.865.0 Mobile/77O124 Safari/536.1 Edge/99.14477", "deviceDetail": {"deviceId": "a44625dc-6f81-449a-9799-8005f7209b42", "displayName": "ATTACKTARGET-LT", "operatingSystem": "Windows 10", "browser": "Edge 99.14477", "trustType": "Azure AD registered"}, "location": {"city": "New John", "state": "Smithfort", "countryOrRegion": "XR", "geoCoordinates": {"latitude": -89.144242, "longitude": 168.119022}}, "correlationId": "6390f992-d812-4eee-b7b7-b62165393b41", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "56ecae7e-bb2c-4680-8238-af5e2a4c8074", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "processingTimeInMilliseconds": 117, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Adobe Identity Management Service", "resourceId": "30663ca7-f8a9-43ab-8ca1-7906bdbc1485", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 34974, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "OzSjj3gtvnOYKd34Lkq8lE92ecpewdwBt831bnARIxfIAgOX", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "a6c259e5-7f16-48b2-a9f3-75becd6daa9b"}}, {"time": "2022-08-23T03:54:11.625656Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "SignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "50011", "resultSignature": "None", "resultDescription": "The reply address is missing, misconfigured, or does not match reply addresses configured for the application. Try out the resolution listed at https://docs.microsoft.com/azure/active-directory/application-sign-in-problem-federated-sso-gallery#the-reply-address-does-not-match-the-reply-addresses-configured-for-the-application. If you still see issues, contact the application owner or app admin.", "durationMs": 0, "callerIpAddress": "205.33.24.92", "correlationId": "1527f281-e0ff-4151-8cf7-b1483851b408", "identity": "Aaron Cole", "Level": 4, "location": "XD", "properties": {"id": "8ad50de0-ebdd-4ace-9747-d47c770c8d00", "createdDateTime": "2022-08-23T03:54:11.702656Z", "userDisplayName": "Aaron Cole", "userPrincipalName": "acole@domain.com", "userId": "5d557969-1645-4ba4-be83-b6fd943659f7", "appId": "af50c7b0-ad5f-40ec-840e-8d89be454ce4", "appDisplayName": "Citrix ShareFile", "ipAddress": "205.33.24.92", "status": {"errorCode": 50011, "failureReason": "The reply address is missing, misconfigured, or does not match reply addresses configured for the application. Try out the resolution listed at https://docs.microsoft.com/azure/active-directory/application-sign-in-problem-federated-sso-gallery#the-reply-address-does-not-match-the-reply-addresses-configured-for-the-application. If you still see issues, contact the application owner or app admin."}, "clientAppUsed": "Browser", "userAgent": "Mozilla/5.0 (Linux; Android 2.3.5) AppleWebKit/532.2 (KHTML, like Gecko) Chrome/46.0.898.0 Safari/532.2 Edge/105.19198", "deviceDetail": {"deviceId": "", "operatingSystem": "Windows 10", "browser": "Edge 105.19198"}, "location": {"city": "Kristinmouth", "state": "Norrisbury", "countryOrRegion": "XD", "geoCoordinates": {"latitude": 26.278784, "longitude": -92.042573}}, "correlationId": "1c02950e-1de7-4c9c-be02-6a0513306a95", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "96b0aa55-e757-47cb-ac36-32a8f7639dec", "isInteractive": true, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 77, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Citrix ShareFile Online", "resourceId": "24578515-1951-4064-967d-0d2acaf0aa70", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 214655, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "JUgsA2RtwXa5APNyMxxRHSMt2k3Ca1Oxk57XdpMT6ogt76iU", "incomingTokenType": "none", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "0e68752b-7dfa-400b-a6f5-1b54af90696a", "rngcStatus": 0}}, {"time": "2022-08-23T03:55:35.652566Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "63.94.19.180", "correlationId": "8b04baa3-9416-4567-abed-a0b49fb9b2a0", "identity": "Vanessa Ramirez", "Level": 4, "location": "XD", "properties": {"id": "911f8da9-b80f-4328-bdcf-c11f340a6700", "createdDateTime": "2022-08-23T03:55:35.878566Z", "userDisplayName": "Vanessa Ramirez", "userPrincipalName": "vramirez@domain.com", "userId": "5d72b7ed-62ea-4b94-b931-ccef65d71ebd", "appId": "9a7e67c7-6f05-42a3-b226-97c7ec3e9696", "appDisplayName": "Adobe Identity Management", "ipAddress": "63.94.19.180", "status": {"errorCode": 0}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (X11; Linux i686) AppleWebKit/532.2 (KHTML, like Gecko) Chrome/21.0.853.0 Safari/532.2 Edge/89.19380", "deviceDetail": {"deviceId": "e395a3f4-8f2d-4170-804f-d3e13ce3151b", "displayName": "VANESSARAMIREZ-LT", "operatingSystem": "Windows 10", "browser": "Edge 89.19380", "trustType": "Azure AD registered"}, "location": {"city": "New James", "state": "Norrisbury", "countryOrRegion": "XD", "geoCoordinates": {"latitude": 64.5727225, "longitude": 92.661569}}, "correlationId": "445e2131-05b1-4000-872f-5b630e69e255", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "cbf290cd-c67c-441e-b858-9d4f02291cbe", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 226, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Adobe Identity Management Service", "resourceId": "011ef7ce-62bf-4093-93ba-2b1afc4ff1b6", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 45904, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "p0HooYVQnouKZ09YEGqAnEpGDzC175VXU3hwRsv24wOIWc4a", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "73a99f7e-86a2-47db-85b9-af0c5b0fee79", "rngcStatus": 0}}, {"time": "2022-08-23T04:02:05.745164Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "156.206.181.119", "correlationId": "b6ae7fb3-30de-4217-afc4-95629bf3476a", "identity": "Cynthia Perry", "Level": 4, "location": "XY", "properties": {"id": "71326cde-8812-4486-b054-a01ed65c8800", "createdDateTime": "2022-08-23T04:02:05.834164Z", "userDisplayName": "Cynthia Perry", "userPrincipalName": "cperry@domain.com", "userId": "ac5fa380-9d5b-470e-beb2-5ba10aca48e6", "appId": "9de6e985-97a5-4d82-9c45-aedaa9c25ef9", "appDisplayName": "AWS Single-Account Access", "ipAddress": "156.206.181.119", "status": {"errorCode": 0}, "clientAppUsed": "Browser", "deviceDetail": {"deviceId": "", "operatingSystem": "Windows"}, "location": {"city": "Hannaville", "state": "Thomashaven", "countryOrRegion": "XY", "geoCoordinates": {"latitude": 1.1452695, "longitude": 128.249211}}, "correlationId": "c8cb1c0f-0049-48b5-80c6-932eb4b3f75f", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "c7dfab8d-346a-42cd-a991-9acc01bdb7e0", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 89, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "AWS Single-Account Access Service", "resourceId": "9a84f55e-3a40-492c-9476-e069f64ed7a6", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 279165, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "EyhkQY9Sw0CFcQM8jwR3pb5X0BlSbYy1OVPttDGMMu0ODj2Q", "incomingTokenType": "none", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "37ee873b-f901-4e25-be69-010243106d0f", "rngcStatus": 0}}, {"time": "2022-08-23T04:03:14.085819Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "147.132.189.119", "correlationId": "c4d579b0-a3bd-480d-896a-637f638cfd32", "identity": "Melissa Martin", "Level": 4, "location": "XR", "properties": {"id": "29a68730-c074-44bc-9ec3-76c9811d9700", "createdDateTime": "2022-08-23T04:03:14.158819Z", "userDisplayName": "Melissa Martin", "userPrincipalName": "mmartin@domain.com", "userId": "632ccb55-03a7-40f4-9893-653527cae790", "appId": "9a7e67c7-6f05-42a3-b226-97c7ec3e9696", "appDisplayName": "Adobe Identity Management", "ipAddress": "147.132.189.119", "status": {"errorCode": 0}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (iPad; CPU iPad OS 9_3_6 like Mac OS X) AppleWebKit/536.1 (KHTML, like Gecko) CriOS/42.0.865.0 Mobile/77O124 Safari/536.1 Edge/99.14477", "deviceDetail": {"deviceId": "", "operatingSystem": "Windows 10", "browser": "Edge 99.14477"}, "location": {"city": "Port Denisetown", "state": "Smithton", "countryOrRegion": "XR", "geoCoordinates": {"latitude": 3.5518965, "longitude": 131.871582}}, "correlationId": "bb96b8b6-4b65-43f3-9efa-a5ca43838cf5", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "632a4b90-8d23-4c99-b11d-a8e6ed88820e", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 73, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Adobe Identity Management Service", "resourceId": "bca2b487-3a6c-440f-b1b7-a15b02771ad0", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 256668, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "0px8r16ReAb3AeML0MMcNgCEI78MOitDjz5aucWThzUAMYzB", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "4da47dd4-556d-4ba4-9847-c1850930ab5e", "rngcStatus": 0}}, {"time": "2022-08-23T04:26:26.317509Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "156.206.181.119", "correlationId": "df088a99-f216-4c6c-821f-722ebb335185", "identity": "Cynthia Perry", "Level": 4, "location": "XY", "properties": {"id": "d7ae6189-0038-4fdb-9ff7-6d7775a56800", "createdDateTime": "2022-08-23T04:26:26.395509Z", "userDisplayName": "Cynthia Perry", "userPrincipalName": "cperry@domain.com", "userId": "ac5fa380-9d5b-470e-beb2-5ba10aca48e6", "appId": "9de6e985-97a5-4d82-9c45-aedaa9c25ef9", "appDisplayName": "AWS Single-Account Access", "ipAddress": "156.206.181.119", "status": {"errorCode": 0}, "clientAppUsed": "Browser", "deviceDetail": {"deviceId": "", "operatingSystem": "Windows"}, "location": {"city": "Hannaville", "state": "Thomashaven", "countryOrRegion": "XY", "geoCoordinates": {"latitude": 1.1452695, "longitude": 128.249211}}, "correlationId": "4d371912-cdce-4638-a154-0665e18119b7", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "60cb5111-3e99-4fc7-a12c-9899fe522356", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 78, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "AWS Single-Account Access Service", "resourceId": "72f0186d-d327-46c9-a8ff-497e0caa8691", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 279165, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "yjic6DdgOQLOuZUt0K3UuNqG9awB3O6zwcZgeYZvUPbtVdRD", "incomingTokenType": "none", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": null, "rngcStatus": 0}}, {"time": "2022-08-23T04:52:22.661619Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "700082", "resultSignature": "None", "resultDescription": "Other", "durationMs": 0, "callerIpAddress": "54.119.29.60", "correlationId": "9ddaf5b3-c9da-4fc6-8add-30e356f47080", "identity": "Thomas Price", "Level": 4, "location": "XR", "properties": {"id": "93339d13-6eb7-4410-810a-1c6036756800", "createdDateTime": "2022-08-23T04:52:22.786619Z", "userDisplayName": "Thomas Price", "userPrincipalName": "tprice@domain.com", "userId": "32109ee2-ee4f-4d11-9c38-2556aec0f2b5", "appId": "9a7e67c7-6f05-42a3-b226-97c7ec3e9696", "appDisplayName": "Adobe Identity Management", "ipAddress": "54.119.29.60", "status": {"errorCode": 700082, "failureReason": "Other"}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (X11; Linux i686) AppleWebKit/535.2 (KHTML, like Gecko) Chrome/22.0.843.0 Safari/535.2 Edge/118.12158", "deviceDetail": {"deviceId": "852272bd-2ab1-474f-a99e-4922ea7031d3", "displayName": "THOMASPRICE-LT", "operatingSystem": "Windows 10", "browser": "Edge 118.12158", "trustType": "Hybrid Azure AD joined"}, "location": {"city": "Port Kimberlytown", "state": "Curtisport", "countryOrRegion": "XR", "geoCoordinates": {"latitude": 26.3152295, "longitude": 147.770404}}, "correlationId": "9e08c099-740b-478e-80ed-5e22bd1b1c39", "conditionalAccessStatus": "notApplied", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "90834ab5-8017-476f-a86e-d63c306c2d07", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 125, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Adobe Identity Management Service", "resourceId": "30663ca7-f8a9-43ab-8ca1-7906bdbc1485", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 359213, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "ZL5rT4tILbW73asH27SrNaYyK4v5uANC555Fruyp0lu4Sjib", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "a6c259e5-7f16-48b2-a9f3-75becd6daa9b", "rngcStatus": 0}}, {"time": "2022-08-23T05:10:30.584870Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "50158", "resultSignature": "None", "resultDescription": "External security challenge was not satisfied.", "durationMs": 0, "callerIpAddress": "44.22.19.201", "correlationId": "0cc9cdf4-c811-47c9-9ebc-8720f09f7e41", "identity": "Thomas Price", "Level": 4, "location": "XN", "properties": {"id": "3f04f6e0-8681-475f-a0d6-0af7f5807700", "createdDateTime": "2022-08-23T05:10:30.702870Z", "userDisplayName": "Thomas Price", "userPrincipalName": "tprice@domain.com", "userId": "32109ee2-ee4f-4d11-9c38-2556aec0f2b5", "appId": "9a7e67c7-6f05-42a3-b226-97c7ec3e9696", "appDisplayName": "Adobe Identity Management", "ipAddress": "44.22.19.201", "status": {"errorCode": 50158, "failureReason": "External security challenge was not satisfied."}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (X11; Linux i686) AppleWebKit/535.2 (KHTML, like Gecko) Chrome/22.0.843.0 Safari/535.2 Edge/118.12158", "deviceDetail": {"deviceId": "a31478d2-f778-4d5a-b081-22579a9edcbe", "displayName": "THOMASPRICE-LT", "operatingSystem": "Windows 10", "browser": "Edge 118.12158", "trustType": "Hybrid Azure AD joined"}, "location": {"city": "Littlemouth", "state": "Alexanderfurt", "countryOrRegion": "XN", "geoCoordinates": {"latitude": 25.4437255, "longitude": -109.530885}}, "correlationId": "f827f362-10b9-4098-bad4-89069f21bf1c", "conditionalAccessStatus": "failure", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "5bf24936-8f62-4c50-b64a-829e2992745e", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 118, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Adobe Identity Management Service", "resourceId": "30663ca7-f8a9-43ab-8ca1-7906bdbc1485", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 230297, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "o6rEWCX6E6bjdtPtmwXO6TVIbMBtP1o03u9NdeialNEWvQml", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "a6c259e5-7f16-48b2-a9f3-75becd6daa9b", "rngcStatus": 0}}, {"time": "2022-08-23T05:10:47.445481Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "81.209.4.19", "correlationId": "1027a64c-8d89-45ff-a443-b9d0b95b0ae6", "identity": "Jim Gonzalez", "Level": 4, "location": "XR", "properties": {"id": "bb403b05-f7d3-472e-b7b3-be6cff5c6c00", "createdDateTime": "2022-08-23T05:10:47.594481Z", "userDisplayName": "Jim Gonzalez", "userPrincipalName": "jgonzalez@domain.com", "userId": "95090045-a9c5-489c-adee-2db430a3333a", "appId": "9167c284-c68f-468a-84be-0ee4f23879fe", "appDisplayName": "ArcGIS Enterprise", "ipAddress": "81.209.4.19", "status": {"errorCode": 0}, "clientAppUsed": "Mobile Apps and Desktop clients", "deviceDetail": {"deviceId": "", "operatingSystem": "Ios", "browser": "Mobile Safari"}, "location": {"city": "Santosborough", "state": "Smithton", "countryOrRegion": "XR", "geoCoordinates": {"latitude": 50.0774195, "longitude": 64.938754}}, "correlationId": "daaf6fe9-9db3-471b-8ae8-17e77231266c", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "cb78d364-6667-48df-a2eb-780684a24cb5", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 149, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "ArcGIS Enterprise Service", "resourceId": "f0630e90-b752-4960-bfb9-a0794fc34930", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 34974, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "WzhaJ2P0Scs8fppBmnCIxM5omEPsaxAV1I0DLF9cJAks2UD9", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "1f37c851-4be4-455b-928a-fbde7845a68a", "rngcStatus": 0}}, {"time": "2022-08-23T05:11:15.828793Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "SignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "205.33.24.92", "correlationId": "c5e2e975-2915-43d4-a107-2ed065b52c3d", "identity": "Aaron Cole", "Level": 4, "location": "XD", "properties": {"id": "849f5eb8-988d-4520-b45c-6016c1df6c00", "createdDateTime": "2022-08-23T05:11:15.915793Z", "userDisplayName": "Aaron Cole", "userPrincipalName": "acole@domain.com", "userId": "5d557969-1645-4ba4-be83-b6fd943659f7", "appId": "03d81133-bfaa-4cad-b5fc-938f0fe86da9", "appDisplayName": "Dream Broker Studio", "ipAddress": "205.33.24.92", "status": {"errorCode": 0}, "clientAppUsed": "Browser", "userAgent": "Mozilla/5.0 (X11; Linux i686) AppleWebKit/536.2 (KHTML, like Gecko) Chrome/22.0.877.0 Safari/536.2", "deviceDetail": {"deviceId": "", "operatingSystem": "Windows 10", "browser": "Chrome 22.0.877.0"}, "location": {"city": "Kristinmouth", "state": "Norrisbury", "countryOrRegion": "XD", "geoCoordinates": {"latitude": 26.278784, "longitude": -92.042573}}, "correlationId": "5d6e75ac-3bec-4910-9cd3-6b6c6eeffce9", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "e0f44655-3800-4cbc-9fe0-5440ba121116", "isInteractive": true, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 87, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Dream Broker Studio Online", "resourceId": "f0630e90-b752-4960-bfb9-a0794fc34930", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 214655, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "X30vyFZTjKoDG7CV4m9g97bzYzJ7wVCCPqA6BuX6tVH183kw", "incomingTokenType": "none", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "1f37c851-4be4-455b-928a-fbde7845a68a", "rngcStatus": 0}}, {"time": "2022-08-23T05:37:19.551463Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "1.210.58.10", "correlationId": "75eb2166-8b8e-4064-a346-bc57c5f4b274", "identity": "Keith Sheppard", "Level": 4, "location": "XD", "properties": {"id": "12cb0ee6-11e1-4bee-8a49-6d2e97a17600", "createdDateTime": "2022-08-23T05:37:19.650463Z", "userDisplayName": "Keith Sheppard", "userPrincipalName": "ksheppard@domain.com", "userId": "05bd48f1-91d2-4c2d-9a7c-80e80f561b3c", "appId": "18bf60fa-77dd-4aad-891d-af82ca87dd06", "appDisplayName": "FortiGate SSL VPN", "ipAddress": "1.210.58.10", "status": {"errorCode": 0}, "clientAppUsed": "Browser", "deviceDetail": {"deviceId": "639815fd-5018-4e38-9d81-67538b2ce460", "displayName": "KEITHSHEPPARD-LT", "operatingSystem": "Windows", "browser": "Rich Client 4.22.0.0", "trustType": "Azure AD registered"}, "location": {"city": "Cooperhaven", "state": "Norrisbury", "countryOrRegion": "XD", "geoCoordinates": {"latitude": 70.436398, "longitude": -23.873747}}, "correlationId": "1e4fd5db-f268-41db-a30a-e3dbe2b840af", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "cd6d2529-d267-4c41-b2d2-7bcab5a66733", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 99, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "FortiGate SSL VPN", "resourceId": "51e679b4-5774-4b5f-9636-df5ea66b9380", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 69487, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "jLJ1IXk4WkaHYplSKgJvON98AGHaD57KP3oHiB4XbkdfijxO", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "6e8f419c-7f10-40b1-a52a-e4fb253c74c2", "rngcStatus": 0}}, {"time": "2022-08-23T05:42:39.043290Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "42.62.103.34", "correlationId": "6483b2d1-b806-4bc3-801a-3730d9cf6cbf", "identity": "Joseph Taylor", "Level": 4, "location": "XF", "properties": {"id": "2deb6159-9641-4f72-833f-3a31e76c4b00", "createdDateTime": "2022-08-23T05:42:39.166290Z", "userDisplayName": "Joseph Taylor", "userPrincipalName": "jtaylor@domain.com", "userId": "af9847eb-c773-41ae-bf94-42747c5e986c", "appId": "2eae4ad1-8cae-48fe-b718-76bd66e2fc7f", "appDisplayName": "Bipsync", "ipAddress": "42.62.103.34", "status": {"errorCode": 0, "additionalDetails": "MFA requirement satisfied by claim in the token"}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (iPad; CPU iPad OS 9_3_6 like Mac OS X) AppleWebKit/536.1 (KHTML, like Gecko) CriOS/42.0.865.0 Mobile/77O124 Safari/536.1 Edge/99.14477", "deviceDetail": {"deviceId": "76b96bd3-e5d7-49ee-b195-bf363facdb3d", "displayName": "JOSEPHTAYLOR-LT", "operatingSystem": "Windows 10", "browser": "Edge 99.14477", "isCompliant": true, "isManaged": true, "trustType": "Azure AD joined"}, "location": {"city": "Jessicafurt", "state": "Smithbury", "countryOrRegion": "XF", "geoCoordinates": {"latitude": 17.5082395, "longitude": -115.304215}}, "mfaDetail": {}, "correlationId": "113e3989-17fe-46d3-a37d-e1eae5579aa7", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "6e21d225-cc90-4bc9-b542-e1139342479e", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "processingTimeInMilliseconds": 123, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Bipsync Service", "resourceId": "c8eab36d-0a82-409d-8693-a8dabc997921", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 393508, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "N20WpTbeGYpnYRpr1TC33OIL9ijEvcLt1VWZB4uBKrGnXwMg", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "2248d3ef-d7b8-4eb2-bd20-fb53f725bfe3"}}, {"time": "2022-08-23T06:12:04.524370Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "199.12.127.103", "correlationId": "fa17be53-adeb-4a93-9a34-4d63d5752e75", "identity": "Jacob Meyers", "Level": 4, "location": "XG", "properties": {"id": "49631f69-cc61-4c2e-82a5-314ee9269b00", "createdDateTime": "2022-08-23T06:12:04.630370Z", "userDisplayName": "Jacob Meyers", "userPrincipalName": "jmeyers@domain.com", "userId": "c63a67b0-1651-4a8a-9560-cc703cdad5ad", "appId": "9a7e67c7-6f05-42a3-b226-97c7ec3e9696", "appDisplayName": "Adobe Identity Management", "ipAddress": "199.12.127.103", "status": {"errorCode": 0}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (iPad; CPU iPad OS 9_3_6 like Mac OS X) AppleWebKit/536.1 (KHTML, like Gecko) CriOS/42.0.865.0 Mobile/77O124 Safari/536.1 Edge/99.14477", "deviceDetail": {"deviceId": "68cb982e-f215-496c-89bb-cc07716ff474", "displayName": "JACOBMEYERS-LT", "operatingSystem": "Windows 10", "browser": "Edge 99.14477", "trustType": "Azure AD registered"}, "location": {"city": "Port Nathan", "state": "Newmanville", "countryOrRegion": "XG", "geoCoordinates": {"latitude": 23.244641, "longitude": -113.392021}}, "correlationId": "125c3e39-7133-4a20-bb0e-391e06f907e6", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "469e6155-2e82-48ce-8b47-461c2a97d736", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 106, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Adobe Identity Management Service", "resourceId": "80abac89-d2c0-4b6c-8ffc-5023bd7efc5e", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 282405, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "uwwLQoxofmi9aH53LO2laTUpcv65VwKkOcIxiWAHTCPyQYcS", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": null, "rngcStatus": 0}}, {"time": "2022-08-23T06:15:57.911495Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "13.113.40.157", "correlationId": "292b57c6-ae06-467b-9531-cc1054041438", "identity": "Attack Target", "Level": 4, "location": "XR", "properties": {"id": "96843c4e-d6c8-49c6-9d20-64126e7d7500", "createdDateTime": "2022-08-23T06:15:58.186495Z", "userDisplayName": "Attack Target", "userPrincipalName": "attacktarget@domain.com", "userId": "d735e84b-dcca-404d-9f7d-700f360f41a6", "appId": "9c5b7fe3-0ad2-4ea6-94e5-9e0001f367e3", "appDisplayName": "Articulate 360", "ipAddress": "13.113.40.157", "status": {"errorCode": 0}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (iPad; CPU iPad OS 9_3_6 like Mac OS X) AppleWebKit/536.1 (KHTML, like Gecko) CriOS/42.0.865.0 Mobile/77O124 Safari/536.1 Edge/99.14477", "deviceDetail": {"deviceId": "a44625dc-6f81-449a-9799-8005f7209b42", "displayName": "ATTACKTARGET-LT", "operatingSystem": "Windows 10", "browser": "Edge 99.14477", "trustType": "Azure AD registered"}, "location": {"city": "Smithfort", "state": "Smithfort", "countryOrRegion": "XR", "geoCoordinates": {"latitude": 3.7564095, "longitude": -121.574606}}, "correlationId": "792bac36-3c32-4cf9-84e4-cf33a9197c8a", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "05ba5600-9ca1-44c1-9fd8-f2266f76640d", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 275, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Articulate 360 Online", "resourceId": "436260d5-3791-4aea-a4da-aa698ec35f2f", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 34974, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "BlEKxhcMDaX7tRgfmtpjFyjTMnXRG7JZP085NLPHSGVm8yLt", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "94b9f3ba-5f4b-4edc-99dc-a420b76960f9", "rngcStatus": 0}}, {"time": "2022-08-23T06:34:44.828733Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "SignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "50140", "resultSignature": "None", "resultDescription": "This error occurred due to 'Keep me signed in' interrupt when the user was signing-in.", "durationMs": 0, "callerIpAddress": "205.33.24.92", "correlationId": "68866bd8-067c-4ec2-ba19-cab2ad712789", "identity": "Aaron Cole", "Level": 4, "location": "XD", "properties": {"id": "a4bfb34f-863d-4add-88f4-153d681d5800", "createdDateTime": "2022-08-23T06:34:44.964733Z", "userDisplayName": "Aaron Cole", "userPrincipalName": "acole@domain.com", "userId": "5d557969-1645-4ba4-be83-b6fd943659f7", "appId": "cb9ad245-0b24-4c75-ba23-398500baf7a8", "appDisplayName": "FileCloud", "ipAddress": "205.33.24.92", "status": {"errorCode": 50140, "failureReason": "This error occurred due to 'Keep me signed in' interrupt when the user was signing-in."}, "clientAppUsed": "Browser", "userAgent": "Mozilla/5.0 (Linux; Android 2.3.5) AppleWebKit/532.2 (KHTML, like Gecko) Chrome/46.0.898.0 Safari/532.2 Edge/105.19198", "deviceDetail": {"deviceId": "", "operatingSystem": "Windows 10", "browser": "Edge 105.19198"}, "location": {"city": "Kristinmouth", "state": "Norrisbury", "countryOrRegion": "XD", "geoCoordinates": {"latitude": 26.278784, "longitude": -92.042573}}, "correlationId": "8a9bfb67-7be0-4a24-93e6-93a386a90c2d", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "428343f3-41cc-4aa9-8292-6c2b77301f16", "isInteractive": true, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "processingTimeInMilliseconds": 136, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "FileCloud", "resourceId": "c76d5f74-7ee8-4657-b84f-a50641692265", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "alternateSignInName": "acole1@domain.com", "signInIdentifier": "acole1@domain.com", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 214655, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "0IaYM6vx2gvCncYifrKz58dPxhmNpZYjH4gYaswM4GKhszws", "incomingTokenType": "none", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": null}}, {"time": "2022-08-23T06:45:36.848558Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "50158", "resultSignature": "None", "resultDescription": "External security challenge was not satisfied.", "durationMs": 0, "callerIpAddress": "92.110.109.246", "correlationId": "f6ac06bb-fc9d-4bf8-b236-27e83e84f2e9", "identity": "Thomas Price", "Level": 4, "location": "XR", "properties": {"id": "50cdd952-1f75-4f63-b471-457a87be4c00", "createdDateTime": "2022-08-23T06:45:36.985558Z", "userDisplayName": "Thomas Price", "userPrincipalName": "tprice@domain.com", "userId": "32109ee2-ee4f-4d11-9c38-2556aec0f2b5", "appId": "9a7e67c7-6f05-42a3-b226-97c7ec3e9696", "appDisplayName": "Adobe Identity Management", "ipAddress": "92.110.109.246", "status": {"errorCode": 50158, "failureReason": "External security challenge was not satisfied."}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (X11; Linux i686) AppleWebKit/535.2 (KHTML, like Gecko) Chrome/22.0.843.0 Safari/535.2 Edge/118.12158", "deviceDetail": {"deviceId": "a12f42a7-2ae0-42d8-aec8-bf7cb3dea82c", "displayName": "THOMASPRICE-LT", "operatingSystem": "Windows 10", "browser": "Edge 118.12158", "trustType": "Hybrid Azure AD joined"}, "location": {"city": "Port Denisetown", "state": "Smithton", "countryOrRegion": "XR", "geoCoordinates": {"latitude": 3.5518965, "longitude": 131.871582}}, "correlationId": "5081ae9b-37c0-41a8-9e5f-b4d7fd06972f", "conditionalAccessStatus": "failure", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "10cbe9e8-de40-46f1-9a19-d69f7274b0fe", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "processingTimeInMilliseconds": 137, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Adobe Identity Management Service", "resourceId": "30663ca7-f8a9-43ab-8ca1-7906bdbc1485", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 230297, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "ZI9Z3xe6IhqxUOrDj5Ber6DVLZWx1CsaV0CVzzneh5dLaiRl", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "a6c259e5-7f16-48b2-a9f3-75becd6daa9b"}}, {"time": "2022-08-23T06:50:03.878285Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "50158", "resultSignature": "None", "resultDescription": "External security challenge was not satisfied.", "durationMs": 0, "callerIpAddress": "166.105.218.213", "correlationId": "57f1f1fe-db74-4346-9319-09aafec53738", "identity": "Thomas Price", "Level": 4, "location": "XR", "properties": {"id": "5e1f96fa-d5c3-4e87-a10d-952e8f6d7000", "createdDateTime": "2022-08-23T06:50:04.020285Z", "userDisplayName": "Thomas Price", "userPrincipalName": "tprice@domain.com", "userId": "32109ee2-ee4f-4d11-9c38-2556aec0f2b5", "appId": "79510a8f-6421-4348-a2ea-bcc2b02485c1", "appDisplayName": "Cisco AnyConnect", "ipAddress": "166.105.218.213", "status": {"errorCode": 50158, "failureReason": "External security challenge was not satisfied."}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (X11; Linux i686) AppleWebKit/535.2 (KHTML, like Gecko) Chrome/22.0.843.0 Safari/535.2 Edge/118.12158", "deviceDetail": {"deviceId": "5224a875-801f-44b5-a725-542da3890d4b", "displayName": "THOMASPRICE-LT", "operatingSystem": "Windows 10", "browser": "Edge 118.12158", "trustType": "Hybrid Azure AD joined"}, "location": {"city": "Kevinton", "state": "Smithton", "countryOrRegion": "XR", "geoCoordinates": {"latitude": -87.5106305, "longitude": -77.991036}}, "correlationId": "18b3a38f-e381-460f-af32-5374ad686d27", "conditionalAccessStatus": "failure", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "71ec0e1d-a213-4ed6-b23c-d6477090ab61", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 142, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Cisco AnyConnect Online", "resourceId": "5d5b8d28-6a28-472e-b837-a4094e466965", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 256668, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "8o9kS4tPsBJEsdWgAmjBgLDCu6BrIcGjrB8HcDrTZf4wR408", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "15655e1f-5005-4c53-b3c0-c4a1d1ca5e9e", "rngcStatus": 0}}, {"time": "2022-08-23T07:12:13.570579Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "500011", "resultSignature": "None", "resultDescription": "The resource principal was not found in the tenant. This can happen if the application has not been installed by the administrator of the tenant or consented to by any user in the tenant. You might have sent your authentication request to the wrong tenant.", "durationMs": 0, "callerIpAddress": "105.169.153.183", "correlationId": "d13cc18d-f669-414f-aa35-c15e7718740d", "identity": "Jim Gonzalez", "Level": 4, "location": "XR", "properties": {"id": "bb44e270-cd48-4a8e-8a0c-9497a3114e00", "createdDateTime": "2022-08-23T07:12:13.689579Z", "userDisplayName": "Jim Gonzalez", "userPrincipalName": "jgonzalez@domain.com", "userId": "95090045-a9c5-489c-adee-2db430a3333a", "appId": "413f12c2-a9cb-4ca6-a080-d4308249cbe1", "appDisplayName": "Air", "ipAddress": "105.169.153.183", "status": {"errorCode": 500011, "failureReason": "The resource principal was not found in the tenant. This can happen if the application has not been installed by the administrator of the tenant or consented to by any user in the tenant. You might have sent your authentication request to the wrong tenant."}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (Windows NT 4.0) AppleWebKit/532.1 (KHTML, like Gecko) Chrome/38.0.801.0 Safari/532.1 Edge/19.15284", "deviceDetail": {"deviceId": "15135d1f-cb47-4bd8-b76d-90a9171c09bd", "displayName": "JIMGONZALEZ-LT", "operatingSystem": "Windows 10", "browser": "Edge 19.15284", "trustType": "Azure AD registered"}, "location": {"city": "Kevinton", "state": "Smithton", "countryOrRegion": "XR", "geoCoordinates": {"latitude": -87.5106305, "longitude": -77.991036}}, "correlationId": "bec4fc45-5737-4ba8-b484-7aea42f315b4", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "229cb40d-5ad4-41b3-a59a-a219ee922ce8", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "processingTimeInMilliseconds": 119, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 256668, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "o9gZwTrBVowzgV4yZdgk2U9AVyEPnEKTvkbVVV1UVBiJF5Hp", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": null}}, {"time": "2022-08-23T07:12:19.737786Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "13.113.40.157", "correlationId": "281c9266-61bf-47c4-975d-b46b95f3e0dc", "identity": "Attack Target", "Level": 4, "location": "XR", "properties": {"id": "07f2e78e-cd20-47bc-9284-224920e54900", "createdDateTime": "2022-08-23T07:12:19.887786Z", "userDisplayName": "Attack Target", "userPrincipalName": "attacktarget@domain.com", "userId": "d735e84b-dcca-404d-9f7d-700f360f41a6", "appId": "9a7e67c7-6f05-42a3-b226-97c7ec3e9696", "appDisplayName": "Adobe Identity Management", "ipAddress": "13.113.40.157", "ipAddressFromResourceProvider": "13.113.40.157", "status": {"errorCode": 0}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (iPad; CPU iPad OS 9_3_6 like Mac OS X) AppleWebKit/536.1 (KHTML, like Gecko) CriOS/42.0.865.0 Mobile/77O124 Safari/536.1 Edge/99.14477", "deviceDetail": {"deviceId": "a44625dc-6f81-449a-9799-8005f7209b42", "displayName": "ATTACKTARGET-LT", "operatingSystem": "Windows 10", "browser": "Edge 99.14477", "trustType": "Azure AD registered"}, "location": {"city": "New John", "state": "Smithfort", "countryOrRegion": "XR", "geoCoordinates": {"latitude": -89.144242, "longitude": 168.119022}}, "correlationId": "086672f9-60f8-44e4-9173-9ee755a4f99d", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "30472c8e-76ee-43da-adba-0ee2249353fb", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "processingTimeInMilliseconds": 150, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Adobe Identity Management Service", "resourceId": "c8eab36d-0a82-409d-8693-a8dabc997921", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 34974, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "a1Ucnv5VM3cC4sCvZFJa2XBwNcli44T7di5zxnZvU852FBHZ", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "2248d3ef-d7b8-4eb2-bd20-fb53f725bfe3"}}, {"time": "2022-08-23T07:16:23.805369Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "22.42.248.243", "correlationId": "11239965-dd67-4939-9915-8f3549eb0881", "identity": "Melissa Martin", "Level": 4, "location": "XR", "properties": {"id": "01ba3655-e28a-4ae2-aea6-ad4415af6500", "createdDateTime": "2022-08-23T07:16:24.004369Z", "userDisplayName": "Melissa Martin", "userPrincipalName": "mmartin@domain.com", "userId": "632ccb55-03a7-40f4-9893-653527cae790", "appId": "2eae4ad1-8cae-48fe-b718-76bd66e2fc7f", "appDisplayName": "Bipsync", "ipAddress": "22.42.248.243", "status": {"errorCode": 0}, "clientAppUsed": "Mobile Apps and Desktop clients", "deviceDetail": {"deviceId": "", "operatingSystem": "Ios", "browser": "Mobile Safari"}, "location": {"city": "Port Denisetown", "state": "Smithton", "countryOrRegion": "XR", "geoCoordinates": {"latitude": 40.136047, "longitude": 44.514491}}, "correlationId": "61cff267-64e8-4e6e-baef-0c7b49a9264c", "conditionalAccessStatus": "notApplied", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "df12e98a-6c7a-452d-bde1-d01db0f5cf52", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 199, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Bipsync Service", "resourceId": "7a8caa38-3454-4033-9b2e-0e69152cca1e", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 432564, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "e3KzYKqR2cdLHS1xwDYDBc79g0rw2oMsZwFiQztoipKbSNH5", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "7c9b147a-b2e2-42f4-8881-d000653c3411", "rngcStatus": 0}}, {"time": "2022-08-23T07:20:07.111552Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "50158", "resultSignature": "None", "resultDescription": "External security challenge was not satisfied.", "durationMs": 0, "callerIpAddress": "166.105.218.213", "correlationId": "aa3a2e08-b0f6-4f46-bd33-c5e5d18ac2b9", "identity": "Thomas Price", "Level": 4, "location": "XR", "properties": {"id": "a77e0273-7a1d-4974-9159-7376dc876400", "createdDateTime": "2022-08-23T07:20:07.248552Z", "userDisplayName": "Thomas Price", "userPrincipalName": "tprice@domain.com", "userId": "32109ee2-ee4f-4d11-9c38-2556aec0f2b5", "appId": "79510a8f-6421-4348-a2ea-bcc2b02485c1", "appDisplayName": "Cisco AnyConnect", "ipAddress": "166.105.218.213", "status": {"errorCode": 50158, "failureReason": "External security challenge was not satisfied."}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (X11; Linux i686) AppleWebKit/535.2 (KHTML, like Gecko) Chrome/22.0.843.0 Safari/535.2 Edge/118.12158", "deviceDetail": {"deviceId": "5224a875-801f-44b5-a725-542da3890d4b", "displayName": "THOMASPRICE-LT", "operatingSystem": "Windows 10", "browser": "Edge 118.12158", "trustType": "Hybrid Azure AD joined"}, "location": {"city": "Kevinton", "state": "Smithton", "countryOrRegion": "XR", "geoCoordinates": {"latitude": -87.5106305, "longitude": -77.991036}}, "correlationId": "c9d9d403-ae82-44ba-a60d-55e6f2559089", "conditionalAccessStatus": "failure", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "c22c5da2-903f-4f0b-8dac-cc88afd215aa", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "processingTimeInMilliseconds": 137, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Cisco AnyConnect Online", "resourceId": "5d5b8d28-6a28-472e-b837-a4094e466965", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 256668, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "J8GUklcCXjb1W80M415K1vSkDUQhp4G8tGnRStiutB5mTThd", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "15655e1f-5005-4c53-b3c0-c4a1d1ca5e9e"}}, {"time": "2022-08-23T07:28:35.423298Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "81.209.4.19", "correlationId": "18d2b7cc-29d5-4b46-8d31-5d13bc7faf31", "identity": "Jim Gonzalez", "Level": 4, "location": "XR", "properties": {"id": "02ec6f9a-da67-41d5-8cea-0af7d9f17600", "createdDateTime": "2022-08-23T07:28:35.535298Z", "userDisplayName": "Jim Gonzalez", "userPrincipalName": "jgonzalez@domain.com", "userId": "95090045-a9c5-489c-adee-2db430a3333a", "appId": "9167c284-c68f-468a-84be-0ee4f23879fe", "appDisplayName": "ArcGIS Enterprise", "ipAddress": "81.209.4.19", "status": {"errorCode": 0}, "clientAppUsed": "Mobile Apps and Desktop clients", "deviceDetail": {"deviceId": "", "operatingSystem": "Ios", "browser": "Mobile Safari"}, "location": {"city": "Santosborough", "state": "Smithton", "countryOrRegion": "XR", "geoCoordinates": {"latitude": 50.0774195, "longitude": 64.938754}}, "correlationId": "d584bdeb-0519-4857-a094-7d46993a284b", "conditionalAccessStatus": "notApplied", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "eae60870-2985-43f5-a0f1-1f379f27a058", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 112, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "ArcGIS Enterprise Service", "resourceId": "f72c694e-4e03-4616-91f3-78c5fe54122a", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 34974, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "FYr2z57N5ih6iVcUbq1EzRRpVrH8WWPHQ6Dj6C4HyaugGSDh", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "1674f597-9877-4ff9-a5d9-accfea860d15", "rngcStatus": 0}}, {"time": "2022-08-23T07:34:10.976038Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "156.206.181.119", "correlationId": "75863295-a3d8-4434-a4fc-94744d7a9470", "identity": "Cynthia Perry", "Level": 4, "location": "XY", "properties": {"id": "9a16f031-40cc-41ce-b832-c6951f0a8d00", "createdDateTime": "2022-08-23T07:34:11.094038Z", "userDisplayName": "Cynthia Perry", "userPrincipalName": "cperry@domain.com", "userId": "ac5fa380-9d5b-470e-beb2-5ba10aca48e6", "appId": "9de6e985-97a5-4d82-9c45-aedaa9c25ef9", "appDisplayName": "AWS Single-Account Access", "ipAddress": "156.206.181.119", "status": {"errorCode": 0}, "clientAppUsed": "Browser", "deviceDetail": {"deviceId": "", "operatingSystem": "Windows"}, "location": {"city": "Hannaville", "state": "Thomashaven", "countryOrRegion": "XY", "geoCoordinates": {"latitude": 1.1452695, "longitude": 128.249211}}, "correlationId": "5699ef12-0317-46c3-9407-b6649be69e43", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "77da0393-dfdc-4e21-a1c9-d80df33d0882", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 118, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "AWS Single-Account Access Service", "resourceId": "c65cf5f9-5537-4200-889e-381c4f60ca7d", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 279165, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "3eIdzxyAfHsnQWcXIaZEvAfzUDhwD53j6Fl4wIMDEVan5bXl", "incomingTokenType": "none", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": null, "rngcStatus": 0}}, {"time": "2022-08-23T07:42:30.344905Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "205.33.24.92", "correlationId": "c72389dd-0ed5-44cd-b266-7d3e9e23ed1f", "identity": "Vanessa Ramirez", "Level": 4, "location": "XD", "properties": {"id": "501074c3-fbf3-458c-a18b-f710e98a6f00", "createdDateTime": "2022-08-23T07:42:30.457905Z", "userDisplayName": "Vanessa Ramirez", "userPrincipalName": "vramirez@domain.com", "userId": "5d72b7ed-62ea-4b94-b931-ccef65d71ebd", "appId": "87c7e13d-e2cc-4354-be2a-21cc1388764c", "appDisplayName": "Mitel Connect", "ipAddress": "205.33.24.92", "status": {"errorCode": 0}, "clientAppUsed": "Browser", "userAgent": "Mozilla/5.0 (X11; Linux i686) AppleWebKit/536.2 (KHTML, like Gecko) Chrome/22.0.877.0 Safari/536.2", "deviceDetail": {"deviceId": "e395a3f4-8f2d-4170-804f-d3e13ce3151b", "displayName": "VANESSARAMIREZ-LT", "operatingSystem": "Windows 10", "browser": "Chrome 22.0.877.0", "trustType": "Azure AD registered"}, "location": {"city": "Kristinmouth", "state": "Norrisbury", "countryOrRegion": "XD", "geoCoordinates": {"latitude": 26.278784, "longitude": -92.042573}}, "correlationId": "62ced2ea-113c-4501-b500-a31ca7ae891e", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "604884b9-421e-46c9-8182-6bed374cf1f1", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 113, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Mitel Connect Service", "resourceId": "f0630e90-b752-4960-bfb9-a0794fc34930", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 214655, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "OlfwBJnQqROGbUkAyDdK8uLZrFwHByW4dZF7QJKAIiPxoPfg", "incomingTokenType": "none", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "1f37c851-4be4-455b-928a-fbde7845a68a", "rngcStatus": 0}}, {"time": "2022-08-23T07:57:27.196231Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "13.113.40.157", "correlationId": "21eb7232-6fd8-4bad-8e76-10bff91ec52a", "identity": "Attack Target", "Level": 4, "location": "XR", "properties": {"id": "34c51c65-943b-4b0f-9822-0dcd06376d00", "createdDateTime": "2022-08-23T07:57:27.496231Z", "userDisplayName": "Attack Target", "userPrincipalName": "attacktarget@domain.com", "userId": "d735e84b-dcca-404d-9f7d-700f360f41a6", "appId": "9c5b7fe3-0ad2-4ea6-94e5-9e0001f367e3", "appDisplayName": "Articulate 360", "ipAddress": "13.113.40.157", "status": {"errorCode": 0}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (iPad; CPU iPad OS 9_3_6 like Mac OS X) AppleWebKit/536.1 (KHTML, like Gecko) CriOS/42.0.865.0 Mobile/77O124 Safari/536.1 Edge/99.14477", "deviceDetail": {"deviceId": "a44625dc-6f81-449a-9799-8005f7209b42", "displayName": "ATTACKTARGET-LT", "operatingSystem": "Windows 10", "browser": "Edge 99.14477", "trustType": "Azure AD registered"}, "location": {"city": "Smithfort", "state": "Smithfort", "countryOrRegion": "XR", "geoCoordinates": {"latitude": 3.7564095, "longitude": -121.574606}}, "correlationId": "46cd9138-9d98-4455-8006-e361ae34f3cb", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "dc565205-5e8e-4dc6-bbc4-ef67549dfa84", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 300, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Articulate 360 Online", "resourceId": "436260d5-3791-4aea-a4da-aa698ec35f2f", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 34974, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "zFZhnxJJNNANY5aCP2gyQdNR4wEjBHnKQQzC9K7ixHwCl8r6", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "94b9f3ba-5f4b-4edc-99dc-a420b76960f9", "rngcStatus": 0}}, {"time": "2022-08-23T08:06:23.679774Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "50158", "resultSignature": "None", "resultDescription": "External security challenge was not satisfied.", "durationMs": 0, "callerIpAddress": "147.132.189.119", "correlationId": "ce53e580-cf8d-4d44-aaa0-0b6b6542069c", "identity": "Cassie Fernandez", "Level": 4, "location": "XR", "properties": {"id": "ace681b4-3934-4235-befc-67ed8a2b7d00", "createdDateTime": "2022-08-23T08:06:23.783774Z", "userDisplayName": "Cassie Fernandez", "userPrincipalName": "cfernandez@domain.com", "userId": "67ef8be6-3f44-4db7-8172-fd6211428c1e", "appId": "79510a8f-6421-4348-a2ea-bcc2b02485c1", "appDisplayName": "Cisco AnyConnect", "ipAddress": "147.132.189.119", "status": {"errorCode": 50158, "failureReason": "External security challenge was not satisfied."}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (iPad; CPU iPad OS 9_3_6 like Mac OS X) AppleWebKit/536.1 (KHTML, like Gecko) CriOS/42.0.865.0 Mobile/77O124 Safari/536.1 Edge/99.14477", "deviceDetail": {"deviceId": "bf67c857-685a-4457-89c4-db2afa581bd2", "displayName": "CASSIEFERNANDEZ-LT", "operatingSystem": "Windows 10", "browser": "Edge 99.14477", "trustType": "Hybrid Azure AD joined"}, "location": {"city": "Port Denisetown", "state": "Smithton", "countryOrRegion": "XR", "geoCoordinates": {"latitude": 3.5518965, "longitude": 131.871582}}, "correlationId": "346ba0ce-ee12-4537-b6a2-bbc375c8047b", "conditionalAccessStatus": "failure", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "30c4b314-130f-4cf7-ac2f-ec6412b9ad82", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 104, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Cisco AnyConnect Online", "resourceId": "5d5b8d28-6a28-472e-b837-a4094e466965", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 256668, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "9w81FnafbFOeAS3h9q2YmKcWntS38HYQOYC4oxKvuTU20tHX", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "15655e1f-5005-4c53-b3c0-c4a1d1ca5e9e", "rngcStatus": 0}}, {"time": "2022-08-23T08:27:40.927799Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "42.62.103.34", "correlationId": "e9b0aea0-d25c-403f-85b4-be50c7455e0b", "identity": "Joseph Taylor", "Level": 4, "location": "XF", "properties": {"id": "637c2839-00f2-4bd6-9b14-b8f5fbf04f00", "createdDateTime": "2022-08-23T08:27:41.212799Z", "userDisplayName": "Joseph Taylor", "userPrincipalName": "jtaylor@domain.com", "userId": "af9847eb-c773-41ae-bf94-42747c5e986c", "appId": "1b3edb90-1e06-46db-b021-e2fc1f7ddaf5", "appDisplayName": "Beatrust", "ipAddress": "42.62.103.34", "status": {"errorCode": 0, "additionalDetails": "MFA requirement satisfied by claim in the token"}, "clientAppUsed": "Browser", "deviceDetail": {"deviceId": "76b96bd3-e5d7-49ee-b195-bf363facdb3d", "displayName": "JOSEPHTAYLOR-LT", "operatingSystem": "Windows 10", "browser": "Rich Client 5.2.7.0", "isCompliant": true, "isManaged": true, "trustType": "Azure AD joined"}, "location": {"city": "Jessicafurt", "state": "Smithbury", "countryOrRegion": "XF", "geoCoordinates": {"latitude": 17.5082395, "longitude": -115.304215}}, "mfaDetail": {}, "correlationId": "e6aed076-8643-4995-bcf7-3f56fb5131ab", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "74c99f04-0b9a-4749-a494-4918ec9f91dd", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "processingTimeInMilliseconds": 285, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Beatrust", "resourceId": "042c3df9-f692-4971-8c0b-72867fa422dd", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 393508, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "sDLTMTpbzUq2fOMi0Lrswf9DehzEUB0IL2mSp8BRr8L45F1R", "incomingTokenType": "none", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "9dab86e5-2edb-4073-bed1-a1b309638aa2"}}, {"time": "2022-08-23T08:56:13.468138Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "147.132.189.119", "correlationId": "46d12baa-f01a-49f7-9671-29384330fca9", "identity": "Terry Proctor", "Level": 4, "location": "XR", "properties": {"id": "444f54e0-e5b3-4eda-8063-00d297588900", "createdDateTime": "2022-08-23T08:56:13.562138Z", "userDisplayName": "Terry Proctor", "userPrincipalName": "tproctor@domain.com", "userId": "03110cc5-e54f-4dae-b68a-bf5d945f8152", "appId": "2eae4ad1-8cae-48fe-b718-76bd66e2fc7f", "appDisplayName": "Bipsync", "ipAddress": "147.132.189.119", "status": {"errorCode": 0, "additionalDetails": "MFA requirement satisfied by claim in the token"}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (X11; Linux i686) AppleWebKit/533.0 (KHTML, like Gecko) Chrome/24.0.803.0 Safari/533.0 Edge/40.11325", "deviceDetail": {"deviceId": "88ee69d5-1eb7-4f29-b594-e9b4e3371940", "displayName": "TERRYPROCTOR-LT", "operatingSystem": "Windows 10", "browser": "Edge 40.11325", "isCompliant": true, "isManaged": true, "trustType": "Azure AD joined"}, "location": {"city": "Port Denisetown", "state": "Smithton", "countryOrRegion": "XR", "geoCoordinates": {"latitude": 3.5518965, "longitude": 131.871582}}, "mfaDetail": {}, "correlationId": "2fbde41b-e3a4-4f0b-a3c8-93b88926b7bf", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "26de7c46-2d2b-4856-8d09-506d13503774", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 94, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Bipsync Service", "resourceId": "9a84f55e-3a40-492c-9476-e069f64ed7a6", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 256668, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "SGskkz8RmhISXBz1BpPFvPdzKEtnR7VwiYBlHenIS8szDg18", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "37ee873b-f901-4e25-be69-010243106d0f", "rngcStatus": 0}}, {"time": "2022-08-23T09:06:36.465228Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "156.206.181.119", "correlationId": "3ff2dce4-4e65-4441-83a1-642c6f9f6902", "identity": "Cynthia Perry", "Level": 4, "location": "XY", "properties": {"id": "4d388231-6fac-4932-9fc8-54993d106000", "createdDateTime": "2022-08-23T09:06:36.598228Z", "userDisplayName": "Cynthia Perry", "userPrincipalName": "cperry@domain.com", "userId": "ac5fa380-9d5b-470e-beb2-5ba10aca48e6", "appId": "9de6e985-97a5-4d82-9c45-aedaa9c25ef9", "appDisplayName": "AWS Single-Account Access", "ipAddress": "156.206.181.119", "status": {"errorCode": 0}, "clientAppUsed": "Browser", "deviceDetail": {"deviceId": "", "operatingSystem": "Windows"}, "location": {"city": "Hannaville", "state": "Thomashaven", "countryOrRegion": "XY", "geoCoordinates": {"latitude": 1.1452695, "longitude": 128.249211}}, "correlationId": "cb062dc9-c9e3-446a-89d7-ffc40d892330", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "629585be-cd95-4370-9c98-ab6b77321174", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 133, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "AWS Single-Account Access Service", "resourceId": "c65cf5f9-5537-4200-889e-381c4f60ca7d", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 279165, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "X6bcrO9O7sFyQsdUoI2NA0Fe2BmBJE1xlvNBlCsUN6pdVvPa", "incomingTokenType": "none", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": null, "rngcStatus": 0}}, {"time": "2022-08-23T09:16:57.495758Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "73.190.117.25", "correlationId": "60e4ecf8-482f-4bf3-b3e7-3a77f7210f0a", "identity": "Cassie Fernandez", "Level": 4, "location": "XR", "properties": {"id": "c9373607-daa3-4e2b-a7b6-7855f08a4300", "createdDateTime": "2022-08-23T09:16:57.685758Z", "userDisplayName": "Cassie Fernandez", "userPrincipalName": "cfernandez@domain.com", "userId": "67ef8be6-3f44-4db7-8172-fd6211428c1e", "appId": "9de6e985-97a5-4d82-9c45-aedaa9c25ef9", "appDisplayName": "AWS Single-Account Access", "ipAddress": "73.190.117.25", "status": {"errorCode": 0}, "clientAppUsed": "Browser", "deviceDetail": {"deviceId": "", "operatingSystem": "Ios"}, "location": {"city": "Boonetown", "state": "Smithton", "countryOrRegion": "XR", "geoCoordinates": {"latitude": 69.3533095, "longitude": -24.043896}}, "correlationId": "4a1c8529-a1ee-4277-83f7-a5dcf1008d06", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "0fdea118-cd42-4513-9637-1e2b00e10160", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "processingTimeInMilliseconds": 190, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "AWS Single-Account Access Service", "resourceId": "f0630e90-b752-4960-bfb9-a0794fc34930", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 478055, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "9vycxr9hyEn63ykvMibni6FBE7UAOVu8RLqnts6JiHljg4uF", "incomingTokenType": "none", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "1f37c851-4be4-455b-928a-fbde7845a68a"}}, {"time": "2022-08-23T09:23:09.580804Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "205.33.24.92", "correlationId": "b33853ca-07cd-4e1b-8fd0-eea60b2961e1", "identity": "Aaron Cole", "Level": 4, "location": "XD", "properties": {"id": "0a67e3d2-25b6-4251-92c9-116015555900", "createdDateTime": "2022-08-23T09:23:09.665804Z", "userDisplayName": "Aaron Cole", "userPrincipalName": "acole@domain.com", "userId": "5d557969-1645-4ba4-be83-b6fd943659f7", "appId": "bc269cd9-8681-4af0-9e76-2a9b4ca24e65", "appDisplayName": "GlassFrog", "ipAddress": "205.33.24.92", "status": {"errorCode": 0}, "clientAppUsed": "Browser", "deviceDetail": {"deviceId": "", "operatingSystem": "Windows", "browser": "Rich Client 4.42.0.0"}, "location": {"city": "Kristinmouth", "state": "Norrisbury", "countryOrRegion": "XD", "geoCoordinates": {"latitude": 26.278784, "longitude": -92.042573}}, "correlationId": "61ac2e61-a1b8-4f85-adda-a22ef1af61ff", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "066b5f15-1c5b-43db-9b74-76485fdb4c08", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "processingTimeInMilliseconds": 85, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "GlassFrog Service", "resourceId": "099383fe-c9f7-4a82-b599-e6773fd99672", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 214655, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "2p6MZtiy8sgPlWbFltdSzkvoyAZd30J1pKmS78TAPEdLoAXm", "incomingTokenType": "none", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "89935e77-e093-4c59-91c3-233fcc836127"}}, {"time": "2022-08-23T09:24:37.318620Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "205.33.24.92", "correlationId": "177c8701-32ee-4699-a1bc-0bb74cf85634", "identity": "Vanessa Ramirez", "Level": 4, "location": "XD", "properties": {"id": "26dddd2e-8202-4375-92ca-d991c6038400", "createdDateTime": "2022-08-23T09:24:37.633620Z", "userDisplayName": "Vanessa Ramirez", "userPrincipalName": "vramirez@domain.com", "userId": "5d72b7ed-62ea-4b94-b931-ccef65d71ebd", "appId": "b7e2ba47-c4c9-4284-bbdb-7c4ac263d68e", "appDisplayName": "Microdoing", "ipAddress": "205.33.24.92", "status": {"errorCode": 0}, "clientAppUsed": "Browser", "deviceDetail": {"deviceId": "e395a3f4-8f2d-4170-804f-d3e13ce3151b", "displayName": "VANESSARAMIREZ-LT", "operatingSystem": "Windows10", "browser": "Rich Client 4.35.1.0", "trustType": "Azure AD registered"}, "location": {"city": "Kristinmouth", "state": "Norrisbury", "countryOrRegion": "XD", "geoCoordinates": {"latitude": 26.278784, "longitude": -92.042573}}, "correlationId": "582bc05c-97f6-4a75-bf4c-daff2932c02c", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "0219fb6a-6cec-4097-92e9-50efc7db20f4", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 315, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Microdoing Online", "resourceId": "9f4cb9bf-0c78-4850-970d-52882d04eacc", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 214655, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "itPiXGksdLwvSovnVLYpbEvnqi0oVpLYbJUlxy7XlP9obvQE", "incomingTokenType": "none", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "3a42025a-2706-497a-a289-79319ab6cc4b", "rngcStatus": 0}}, {"time": "2022-08-23T09:27:44.853483Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "50173", "resultSignature": "None", "resultDescription": "Fresh auth token is needed. Have the user re-sign using fresh credentials.", "durationMs": 0, "callerIpAddress": "99.116.100.205", "correlationId": "48fabddf-40bf-485b-832e-5f32d513e925", "identity": "Aaron Cole", "Level": 4, "location": "XD", "properties": {"id": "05126ca7-c65f-4544-8acb-9d50ae074900", "createdDateTime": "2022-08-23T09:27:44.890483Z", "userDisplayName": "Aaron Cole", "userPrincipalName": "acole@domain.com", "userId": "5d557969-1645-4ba4-be83-b6fd943659f7", "appId": "b6eb5487-41e5-4254-acc5-72fbd850bd1e", "appDisplayName": "Google Cloud / G Suite Connector by Microsoft", "ipAddress": "99.116.100.205", "status": {"errorCode": 50173, "failureReason": "Fresh auth token is needed. Have the user re-sign using fresh credentials."}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (iPad; CPU iPad OS 9_3_6 like Mac OS X) AppleWebKit/536.1 (KHTML, like Gecko) CriOS/42.0.865.0 Mobile/77O124 Safari/536.1 Edge/99.14477", "deviceDetail": {"deviceId": "", "operatingSystem": "Windows 10", "browser": "Edge 99.14477"}, "location": {"city": "Carrollstad", "state": "Norrisbury", "countryOrRegion": "XD", "geoCoordinates": {"latitude": -38.8540465, "longitude": -17.674718}}, "correlationId": "eebee319-f477-4846-acce-288d79648072", "conditionalAccessStatus": "notApplied", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "ae827c13-c2ce-4dc3-8a02-686a5f32ef6f", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 37, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Google Cloud / G Suite Connector by Microsoft Service", "resourceId": "2c3383ff-432a-49ee-bb8b-8699a7d0416f", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 214655, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "WUb2Bqcpzra15zE32rLcY9sQ8OZL4JKuKCE89Ezc8fBuGtz2", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "35efb8e5-3b35-4a86-b7ce-660b69bfa773", "rngcStatus": 0}}, {"time": "2022-08-23T09:30:03.960486Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "50158", "resultSignature": "None", "resultDescription": "External security challenge was not satisfied.", "durationMs": 0, "callerIpAddress": "44.22.19.201", "correlationId": "78dceae8-7aca-4337-9153-582f8ef455be", "identity": "Thomas Price", "Level": 4, "location": "XN", "properties": {"id": "8e02be17-b237-45cb-8237-03a1be466700", "createdDateTime": "2022-08-23T09:30:04.087486Z", "userDisplayName": "Thomas Price", "userPrincipalName": "tprice@domain.com", "userId": "32109ee2-ee4f-4d11-9c38-2556aec0f2b5", "appId": "9a7e67c7-6f05-42a3-b226-97c7ec3e9696", "appDisplayName": "Adobe Identity Management", "ipAddress": "44.22.19.201", "status": {"errorCode": 50158, "failureReason": "External security challenge was not satisfied."}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (X11; Linux i686) AppleWebKit/535.2 (KHTML, like Gecko) Chrome/22.0.843.0 Safari/535.2 Edge/118.12158", "deviceDetail": {"deviceId": "a31478d2-f778-4d5a-b081-22579a9edcbe", "displayName": "THOMASPRICE-LT", "operatingSystem": "Windows 10", "browser": "Edge 118.12158", "trustType": "Hybrid Azure AD joined"}, "location": {"city": "Littlemouth", "state": "Alexanderfurt", "countryOrRegion": "XN", "geoCoordinates": {"latitude": 25.4437255, "longitude": -109.530885}}, "correlationId": "d1917777-3de7-4068-a6c5-f64059240919", "conditionalAccessStatus": "failure", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "7b4f0577-44c1-44c4-9521-2418d87c5ad5", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 127, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Adobe Identity Management Service", "resourceId": "30663ca7-f8a9-43ab-8ca1-7906bdbc1485", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 230297, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "2Z329U2aHWNmXIpRsWLIn5WXSScpeZ3D5NaeqEzO7XHEmuW3", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "a6c259e5-7f16-48b2-a9f3-75becd6daa9b", "rngcStatus": 0}}, {"time": "2022-08-23T09:37:26.777214Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "50158", "resultSignature": "None", "resultDescription": "External security challenge was not satisfied.", "durationMs": 0, "callerIpAddress": "44.22.19.201", "correlationId": "21730a94-ad72-4569-a225-33d0883474cd", "identity": "Thomas Price", "Level": 4, "location": "XN", "properties": {"id": "6f7168cd-e484-40e8-bcf7-7fe942f68a00", "createdDateTime": "2022-08-23T09:37:26.881214Z", "userDisplayName": "Thomas Price", "userPrincipalName": "tprice@domain.com", "userId": "32109ee2-ee4f-4d11-9c38-2556aec0f2b5", "appId": "9a7e67c7-6f05-42a3-b226-97c7ec3e9696", "appDisplayName": "Adobe Identity Management", "ipAddress": "44.22.19.201", "status": {"errorCode": 50158, "failureReason": "External security challenge was not satisfied."}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (X11; Linux i686) AppleWebKit/535.2 (KHTML, like Gecko) Chrome/22.0.843.0 Safari/535.2 Edge/118.12158", "deviceDetail": {"deviceId": "35819889-abdc-47e0-b28d-5195d26e941f", "displayName": "THOMASPRICE-LT", "operatingSystem": "Windows 10", "browser": "Edge 118.12158", "trustType": "Hybrid Azure AD joined"}, "location": {"city": "Littlemouth", "state": "Alexanderfurt", "countryOrRegion": "XN", "geoCoordinates": {"latitude": 25.4437255, "longitude": -109.530885}}, "correlationId": "179bf540-5d99-462a-84f1-dad2306cc019", "conditionalAccessStatus": "failure", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "d67ab832-56c4-482b-893d-7af7f4dca944", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 104, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Adobe Identity Management Service", "resourceId": "30663ca7-f8a9-43ab-8ca1-7906bdbc1485", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 230297, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "lhusMGokfTbjfmJcKSp75b9rnXEifMXmS2wZvZHSR3fGe4e4", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "a6c259e5-7f16-48b2-a9f3-75becd6daa9b", "rngcStatus": 0}}, {"time": "2022-08-23T10:06:25.533915Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "50158", "resultSignature": "None", "resultDescription": "External security challenge was not satisfied.", "durationMs": 0, "callerIpAddress": "105.169.153.183", "correlationId": "a3c1bd42-8cfb-46d4-ba27-4efa9c67891e", "identity": "Thomas Price", "Level": 4, "location": "XR", "properties": {"id": "ea5400a2-5cfe-45d5-9d96-79ab07226f00", "createdDateTime": "2022-08-23T10:06:25.665915Z", "userDisplayName": "Thomas Price", "userPrincipalName": "tprice@domain.com", "userId": "32109ee2-ee4f-4d11-9c38-2556aec0f2b5", "appId": "9a7e67c7-6f05-42a3-b226-97c7ec3e9696", "appDisplayName": "Adobe Identity Management", "ipAddress": "105.169.153.183", "status": {"errorCode": 50158, "failureReason": "External security challenge was not satisfied."}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (X11; Linux i686) AppleWebKit/535.2 (KHTML, like Gecko) Chrome/22.0.843.0 Safari/535.2 Edge/118.12158", "deviceDetail": {"deviceId": "2b85c59f-331a-4b61-9a44-9d3d6df62a06", "displayName": "THOMASPRICE-LT", "operatingSystem": "Windows 10", "browser": "Edge 118.12158", "trustType": "Hybrid Azure AD joined"}, "location": {"city": "Santosborough", "state": "Smithton", "countryOrRegion": "XR", "geoCoordinates": {"latitude": 12.8350355, "longitude": 138.359011}}, "correlationId": "481cc147-468c-4c9f-a69d-54b0067acd93", "conditionalAccessStatus": "failure", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "21157034-5e84-4621-9892-2feabae950f9", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 132, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Adobe Identity Management Service", "resourceId": "30663ca7-f8a9-43ab-8ca1-7906bdbc1485", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 256668, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "Fo4zfRR00JVBf9g2NSm2jnMUpnEqV5lEx796WCkadrVBIAd4", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "a6c259e5-7f16-48b2-a9f3-75becd6daa9b", "rngcStatus": 0}}, {"time": "2022-08-23T10:09:21.461571Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "156.206.181.119", "correlationId": "ba416a58-03ab-44f6-902c-702d1257d905", "identity": "Cynthia Perry", "Level": 4, "location": "XY", "properties": {"id": "4add604d-9260-4299-90f9-149de92b6600", "createdDateTime": "2022-08-23T10:09:21.563571Z", "userDisplayName": "Cynthia Perry", "userPrincipalName": "cperry@domain.com", "userId": "ac5fa380-9d5b-470e-beb2-5ba10aca48e6", "appId": "9de6e985-97a5-4d82-9c45-aedaa9c25ef9", "appDisplayName": "AWS Single-Account Access", "ipAddress": "156.206.181.119", "status": {"errorCode": 0}, "clientAppUsed": "Browser", "deviceDetail": {"deviceId": "", "operatingSystem": "Windows"}, "location": {"city": "Hannaville", "state": "Thomashaven", "countryOrRegion": "XY", "geoCoordinates": {"latitude": 1.1452695, "longitude": 128.249211}}, "correlationId": "4e0c6e74-6a49-43e9-861d-b538dbe8bf23", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "65177b34-b04d-4075-a3e0-8b111190b1e1", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 102, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "AWS Single-Account Access Service", "resourceId": "f0630e90-b752-4960-bfb9-a0794fc34930", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 279165, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "67t7J4Mt3u3fSOl2DBUM7L1jD0gFc1SGCaGSlUxVxs2ifgge", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "1f37c851-4be4-455b-928a-fbde7845a68a", "rngcStatus": 0}}, {"time": "2022-08-23T10:20:03.024381Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "1.210.58.10", "correlationId": "409c6aa4-51e2-4b36-9f69-871c74789069", "identity": "Keith Sheppard", "Level": 4, "location": "XD", "properties": {"id": "daba1fa0-45a8-4cfc-8268-990a3f396900", "createdDateTime": "2022-08-23T10:20:03.098381Z", "userDisplayName": "Keith Sheppard", "userPrincipalName": "ksheppard@domain.com", "userId": "05bd48f1-91d2-4c2d-9a7c-80e80f561b3c", "appId": "e980a200-4916-4fcb-ae5a-3dee8f09d976", "appDisplayName": "Adoddle cSaas Platform", "ipAddress": "1.210.58.10", "status": {"errorCode": 0}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (Windows NT 4.0) AppleWebKit/531.1 (KHTML, like Gecko) Chrome/20.0.823.0 Safari/531.1 Edge/87.11424", "deviceDetail": {"deviceId": "639815fd-5018-4e38-9d81-67538b2ce460", "displayName": "KEITHSHEPPARD-LT", "operatingSystem": "Windows 10", "browser": "Edge 87.11424", "trustType": "Azure AD registered"}, "location": {"city": "Cooperhaven", "state": "Norrisbury", "countryOrRegion": "XD", "geoCoordinates": {"latitude": 70.436398, "longitude": -23.873747}}, "correlationId": "ba267212-0076-4309-a22a-af9778b14e5a", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "b331f3d5-ccb6-40bf-bc74-cd5a0ece9fad", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 74, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Adoddle cSaas Platform Online", "resourceId": "2437523d-228a-44c0-b408-0de8a8a8276c", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 69487, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "MuXsEjQvqmdsPl0PDXPqM10U5SbdhfscsNZp2xVEF9k3B1ti", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "0eae9886-2d60-475f-9a14-3151a1cfa557", "rngcStatus": 0}}, {"time": "2022-08-23T10:25:35.938843Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "50158", "resultSignature": "None", "resultDescription": "External security challenge was not satisfied.", "durationMs": 0, "callerIpAddress": "92.110.109.246", "correlationId": "a2bfa268-da91-4c01-a489-855e52b57ef3", "identity": "Thomas Price", "Level": 4, "location": "XR", "properties": {"id": "baab1233-76d0-4f3f-8bc6-ec80cb6b9a00", "createdDateTime": "2022-08-23T10:25:36.057843Z", "userDisplayName": "Thomas Price", "userPrincipalName": "tprice@domain.com", "userId": "32109ee2-ee4f-4d11-9c38-2556aec0f2b5", "appId": "9a7e67c7-6f05-42a3-b226-97c7ec3e9696", "appDisplayName": "Adobe Identity Management", "ipAddress": "92.110.109.246", "status": {"errorCode": 50158, "failureReason": "External security challenge was not satisfied."}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (X11; Linux i686) AppleWebKit/535.2 (KHTML, like Gecko) Chrome/22.0.843.0 Safari/535.2 Edge/118.12158", "deviceDetail": {"deviceId": "a31478d2-f778-4d5a-b081-22579a9edcbe", "displayName": "THOMASPRICE-LT", "operatingSystem": "Windows 10", "browser": "Edge 118.12158", "trustType": "Hybrid Azure AD joined"}, "location": {"city": "Port Denisetown", "state": "Smithton", "countryOrRegion": "XR", "geoCoordinates": {"latitude": 3.5518965, "longitude": 131.871582}}, "correlationId": "94eb8464-5c26-4b32-beeb-006c7aeaab96", "conditionalAccessStatus": "failure", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "0d75f8b7-3265-4c17-9d9d-60e0a68ab2fb", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 119, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Adobe Identity Management Service", "resourceId": "30663ca7-f8a9-43ab-8ca1-7906bdbc1485", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 230297, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "dFuCABFFa6beKojndZX58tw3IciELSHqYcPlWpHSlT62yuC4", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "a6c259e5-7f16-48b2-a9f3-75becd6daa9b", "rngcStatus": 0}}, {"time": "2022-08-23T10:43:15.138770Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "50158", "resultSignature": "None", "resultDescription": "External security challenge was not satisfied.", "durationMs": 0, "callerIpAddress": "147.132.189.119", "correlationId": "33ce54be-b171-4503-b641-8413d9d09205", "identity": "Cassie Fernandez", "Level": 4, "location": "XR", "properties": {"id": "a6ae8eb8-8aea-4e1d-a5ac-6926dc7c8b00", "createdDateTime": "2022-08-23T10:43:15.245770Z", "userDisplayName": "Cassie Fernandez", "userPrincipalName": "cfernandez@domain.com", "userId": "67ef8be6-3f44-4db7-8172-fd6211428c1e", "appId": "79510a8f-6421-4348-a2ea-bcc2b02485c1", "appDisplayName": "Cisco AnyConnect", "ipAddress": "147.132.189.119", "status": {"errorCode": 50158, "failureReason": "External security challenge was not satisfied."}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (iPad; CPU iPad OS 9_3_6 like Mac OS X) AppleWebKit/536.1 (KHTML, like Gecko) CriOS/42.0.865.0 Mobile/77O124 Safari/536.1 Edge/99.14477", "deviceDetail": {"deviceId": "bf67c857-685a-4457-89c4-db2afa581bd2", "displayName": "CASSIEFERNANDEZ-LT", "operatingSystem": "Windows 10", "browser": "Edge 99.14477", "trustType": "Hybrid Azure AD joined"}, "location": {"city": "Port Denisetown", "state": "Smithton", "countryOrRegion": "XR", "geoCoordinates": {"latitude": 3.5518965, "longitude": 131.871582}}, "correlationId": "ee75eb71-c9d8-4de1-a6e5-eb43314a51e6", "conditionalAccessStatus": "failure", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "b52240a5-d844-4e8b-b3e8-7e215c4b7654", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 107, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Cisco AnyConnect Online", "resourceId": "5d5b8d28-6a28-472e-b837-a4094e466965", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 256668, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "wSQGU32K2svDVDNRluRDtSdmaVBYXZppzGtaLGv6uZg4XcBr", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "15655e1f-5005-4c53-b3c0-c4a1d1ca5e9e", "rngcStatus": 0}}, {"time": "2022-08-23T10:45:11.657511Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "19.20.89.178", "correlationId": "04c9f864-28df-46b5-bee8-00ec93affbaa", "identity": "Jamie Watson", "Level": 4, "location": "XR", "properties": {"id": "1c2bbe82-9810-4409-b985-32e0cfca5c00", "createdDateTime": "2022-08-23T10:45:11.770511Z", "userDisplayName": "Jamie Watson", "userPrincipalName": "jwatson@domain.com", "userId": "2844695b-9a70-48ed-a5ce-f3d711e2292b", "appId": "18bf60fa-77dd-4aad-891d-af82ca87dd06", "appDisplayName": "FortiGate SSL VPN", "ipAddress": "19.20.89.178", "status": {"errorCode": 0}, "clientAppUsed": "Browser", "deviceDetail": {"deviceId": "fc784602-6455-4450-be3c-6770e0359f8a", "displayName": "JAMIEWATSON-LT", "operatingSystem": "Windows", "browser": "Rich Client 4.22.0.0", "isCompliant": true, "isManaged": true, "trustType": "Azure AD joined"}, "location": {"city": "Samanthaberg", "state": "Smithton", "countryOrRegion": "XR", "geoCoordinates": {"latitude": -68.556166, "longitude": -172.972506}}, "correlationId": "a600327c-b909-4bc1-b645-3c9ebb7fe1bd", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "3bc5265c-70e2-4e7f-9606-2ffcebc557cf", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "processingTimeInMilliseconds": 113, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "FortiGate SSL VPN Service", "resourceId": "a1edee32-85c4-4a57-afcb-5853873a47e7", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 34974, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "rPwRPTc0UCv7dw3dD2fwPHTWUZakZoiaGe9SvJN9agNL5YhM", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "0898af19-dfef-4b51-a918-f534c473013d"}}, {"time": "2022-08-23T10:56:40.765496Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "86.154.193.190", "correlationId": "85b69d42-4b4d-4904-9757-6adf45c889a6", "identity": "Jamie Watson", "Level": 4, "location": "XR", "properties": {"id": "ea5400a2-5cfe-45d5-9d96-79ab129d6f00", "createdDateTime": "2022-08-23T10:56:40.932496Z", "userDisplayName": "Jamie Watson", "userPrincipalName": "jwatson@domain.com", "userId": "2844695b-9a70-48ed-a5ce-f3d711e2292b", "appId": "bf2855c0-7434-4262-8885-ad2f5206d324", "appDisplayName": "COINS Construction Cloud - Project and Productivity Apps", "ipAddress": "86.154.193.190", "status": {"errorCode": 0}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (X11; Linux i686) AppleWebKit/533.0 (KHTML, like Gecko) Chrome/24.0.803.0 Safari/533.0 Edge/40.11325", "deviceDetail": {"deviceId": "fc784602-6455-4450-be3c-6770e0359f8a", "displayName": "JAMIEWATSON-LT", "operatingSystem": "Windows 10", "browser": "Edge 40.11325", "isCompliant": true, "isManaged": true, "trustType": "Azure AD joined"}, "location": {"city": "Port Denisetown", "state": "Smithton", "countryOrRegion": "XR", "geoCoordinates": {"latitude": 3.5518965, "longitude": 131.871582}}, "correlationId": "4b98e91e-bd4e-4871-b0ed-10f3a6bbc53d", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "4bbf95d3-ec10-4422-949b-3ac21adb14d0", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 167, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "COINS Construction Cloud - Project and Productivity Apps Service", "resourceId": "436260d5-3791-4aea-a4da-aa698ec35f2f", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 256668, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "wQbaIRTkklaDjeqPgGApq0NjkM1RZItVQ7KgF8dHM77XFcCH", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "94b9f3ba-5f4b-4edc-99dc-a420b76960f9", "rngcStatus": 0}}, {"time": "2022-08-23T11:04:41.413569Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "147.132.189.119", "correlationId": "bb351dc3-16e6-4ac4-97b2-edf4317839c9", "identity": "Cassie Fernandez", "Level": 4, "location": "XR", "properties": {"id": "6319605d-e64e-4864-8be8-7fc3cc349d00", "createdDateTime": "2022-08-23T11:04:41.783569Z", "userDisplayName": "Cassie Fernandez", "userPrincipalName": "cfernandez@domain.com", "userId": "67ef8be6-3f44-4db7-8172-fd6211428c1e", "appId": "b7e2ba47-c4c9-4284-bbdb-7c4ac263d68e", "appDisplayName": "Microdoing", "ipAddress": "147.132.189.119", "status": {"errorCode": 0}, "clientAppUsed": "Browser", "deviceDetail": {"deviceId": "d5a487a1-ef7d-4960-9723-7fdadce19af3", "displayName": "CASSIEFERNANDEZ-LT", "operatingSystem": "Windows10", "browser": "Rich Client 4.35.1.0", "trustType": "Azure AD registered"}, "location": {"city": "Port Denisetown", "state": "Smithton", "countryOrRegion": "XR", "geoCoordinates": {"latitude": 3.5518965, "longitude": 131.871582}}, "correlationId": "e42953ff-a42c-4cd6-9a57-377a4f433165", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "baf6bf9c-3fe9-441e-9dea-bc023e9ee691", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 370, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Microdoing Online", "resourceId": "9f4cb9bf-0c78-4850-970d-52882d04eacc", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 256668, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "PdQyp1jDTobf0j4xbXQuiyXlJIiXs8TA2iuSc7DEwx0seDSY", "incomingTokenType": "none", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "3a42025a-2706-497a-a289-79319ab6cc4b", "rngcStatus": 0}}, {"time": "2022-08-23T11:15:08.142612Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "86.154.193.190", "correlationId": "4234aed9-ea9a-4830-8432-bdfdb8879925", "identity": "Jamie Watson", "Level": 4, "location": "XR", "properties": {"id": "7ad921a7-535a-4d80-8c63-319710f75300", "createdDateTime": "2022-08-23T11:15:08.359612Z", "userDisplayName": "Jamie Watson", "userPrincipalName": "jwatson@domain.com", "userId": "2844695b-9a70-48ed-a5ce-f3d711e2292b", "appId": "9de6e985-97a5-4d82-9c45-aedaa9c25ef9", "appDisplayName": "AWS Single-Account Access", "ipAddress": "86.154.193.190", "status": {"errorCode": 0}, "clientAppUsed": "Browser", "deviceDetail": {"deviceId": "fc784602-6455-4450-be3c-6770e0359f8a", "displayName": "JAMIEWATSON-LT", "operatingSystem": "Windows", "isCompliant": true, "isManaged": true, "trustType": "Azure AD joined"}, "location": {"city": "Port Denisetown", "state": "Smithton", "countryOrRegion": "XR", "geoCoordinates": {"latitude": 3.5518965, "longitude": 131.871582}}, "correlationId": "26a2f1d1-7916-4b67-8f60-6291e9a3b9ad", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "63d8d542-7c61-4a50-9673-a95ad5dd93a2", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 217, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "AWS Single-Account Access Service", "resourceId": "c65cf5f9-5537-4200-889e-381c4f60ca7d", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 256668, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "jUamNJf5yxjClCtZCAZ5wlTKIoLMbr1CMDXvg7hoe7PxRkme", "incomingTokenType": "none", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": null, "rngcStatus": 0}}, {"time": "2022-08-23T11:19:21.444189Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "147.132.189.119", "correlationId": "d24b226d-a817-400c-a950-83f082866d0d", "identity": "Cassie Fernandez", "Level": 4, "location": "XR", "properties": {"id": "599e6756-2da1-4fc0-bb78-22b52bd05200", "createdDateTime": "2022-08-23T11:19:21.578189Z", "userDisplayName": "Cassie Fernandez", "userPrincipalName": "cfernandez@domain.com", "userId": "67ef8be6-3f44-4db7-8172-fd6211428c1e", "appId": "9a7e67c7-6f05-42a3-b226-97c7ec3e9696", "appDisplayName": "Adobe Identity Management", "ipAddress": "147.132.189.119", "status": {"errorCode": 0}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (iPad; CPU iPad OS 9_3_6 like Mac OS X) AppleWebKit/536.1 (KHTML, like Gecko) CriOS/42.0.865.0 Mobile/77O124 Safari/536.1 Edge/99.14477", "deviceDetail": {"deviceId": "d5a487a1-ef7d-4960-9723-7fdadce19af3", "displayName": "CASSIEFERNANDEZ-LT", "operatingSystem": "Windows 10", "browser": "Edge 99.14477", "trustType": "Azure AD registered"}, "location": {"city": "Port Denisetown", "state": "Smithton", "countryOrRegion": "XR", "geoCoordinates": {"latitude": 3.5518965, "longitude": 131.871582}}, "correlationId": "d376add8-8387-4cc8-a903-a917037e2513", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "f5b8c948-088e-4093-a33c-d2715d05e4b8", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "processingTimeInMilliseconds": 134, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Adobe Identity Management Service", "resourceId": "30663ca7-f8a9-43ab-8ca1-7906bdbc1485", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 256668, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "yzk79u4zUDORb4CHkCO7CB99D7cb0teNG6tLDprd1I1Mz2jq", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "a6c259e5-7f16-48b2-a9f3-75becd6daa9b"}}, {"time": "2022-08-23T11:33:41.490267Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "13.113.40.157", "correlationId": "b4e0cdcd-5149-47fb-97f0-f1946bc2e224", "identity": "Attack Target", "Level": 4, "location": "XR", "properties": {"id": "4ef53074-987d-44ae-a8dd-b6e43f119b00", "createdDateTime": "2022-08-23T11:33:41.593267Z", "userDisplayName": "Attack Target", "userPrincipalName": "attacktarget@domain.com", "userId": "d735e84b-dcca-404d-9f7d-700f360f41a6", "appId": "9a7e67c7-6f05-42a3-b226-97c7ec3e9696", "appDisplayName": "Adobe Identity Management", "ipAddress": "13.113.40.157", "status": {"errorCode": 0}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (iPad; CPU iPad OS 9_3_6 like Mac OS X) AppleWebKit/536.1 (KHTML, like Gecko) CriOS/42.0.865.0 Mobile/77O124 Safari/536.1 Edge/99.14477", "deviceDetail": {"deviceId": "a44625dc-6f81-449a-9799-8005f7209b42", "displayName": "ATTACKTARGET-LT", "operatingSystem": "Windows 10", "browser": "Edge 99.14477", "trustType": "Azure AD registered"}, "location": {"city": "Smithfort", "state": "Smithfort", "countryOrRegion": "XR", "geoCoordinates": {"latitude": 3.7564095, "longitude": -121.574606}}, "correlationId": "24912f54-120f-44f8-a89e-cda63927abdb", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "ef6a1027-0633-4820-8eeb-3c1c2a9b2474", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 103, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Adobe Identity Management Service", "resourceId": "7d6a0897-8b82-49e9-90e2-d482fb9202bd", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 34974, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "DcF2wcDdr7ddvSUhc0BPdUJ74Xs0xOkR17mjra8q9aa8odei", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "537d9419-7e2b-4778-9102-62256bcfcf45", "rngcStatus": 0}}, {"time": "2022-08-23T11:34:34.940986Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "50158", "resultSignature": "None", "resultDescription": "External security challenge was not satisfied.", "durationMs": 0, "callerIpAddress": "92.110.109.246", "correlationId": "c2def3c7-24f6-4097-8a4c-26846a077a3f", "identity": "Thomas Price", "Level": 4, "location": "XR", "properties": {"id": "528a72ae-c612-474f-a22e-2f6912b36f00", "createdDateTime": "2022-08-23T11:34:35.068986Z", "userDisplayName": "Thomas Price", "userPrincipalName": "tprice@domain.com", "userId": "32109ee2-ee4f-4d11-9c38-2556aec0f2b5", "appId": "9a7e67c7-6f05-42a3-b226-97c7ec3e9696", "appDisplayName": "Adobe Identity Management", "ipAddress": "92.110.109.246", "status": {"errorCode": 50158, "failureReason": "External security challenge was not satisfied."}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (X11; Linux i686) AppleWebKit/535.2 (KHTML, like Gecko) Chrome/22.0.843.0 Safari/535.2 Edge/118.12158", "deviceDetail": {"deviceId": "a12f42a7-2ae0-42d8-aec8-bf7cb3dea82c", "displayName": "THOMASPRICE-LT", "operatingSystem": "Windows 10", "browser": "Edge 118.12158", "trustType": "Hybrid Azure AD joined"}, "location": {"city": "Port Denisetown", "state": "Smithton", "countryOrRegion": "XR", "geoCoordinates": {"latitude": 3.5518965, "longitude": 131.871582}}, "correlationId": "c40a012e-4162-45dd-8835-0e7854bafd98", "conditionalAccessStatus": "failure", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "b446d0d6-e88e-40e5-8c32-64f6211e61d4", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 128, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Adobe Identity Management Service", "resourceId": "30663ca7-f8a9-43ab-8ca1-7906bdbc1485", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 230297, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "JUVH5jONE8i3CADTjdkaFsbktO260gph6jllAZAfRAJbqp1G", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "a6c259e5-7f16-48b2-a9f3-75becd6daa9b", "rngcStatus": 0}}, {"time": "2022-08-23T11:45:35.445949Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "134.219.180.76", "correlationId": "8779c577-1991-4ea1-9fa8-563b46b8e083", "identity": "Joseph Taylor", "Level": 4, "location": "XF", "properties": {"id": "86ec8f81-b065-45d1-84e2-abcfff488800", "createdDateTime": "2022-08-23T11:45:35.530949Z", "userDisplayName": "Joseph Taylor", "userPrincipalName": "jtaylor@domain.com", "userId": "af9847eb-c773-41ae-bf94-42747c5e986c", "appId": "2eae4ad1-8cae-48fe-b718-76bd66e2fc7f", "appDisplayName": "Bipsync", "ipAddress": "134.219.180.76", "status": {"errorCode": 0, "additionalDetails": "MFA requirement satisfied by claim in the token"}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (iPad; CPU iPad OS 9_3_6 like Mac OS X) AppleWebKit/536.1 (KHTML, like Gecko) CriOS/42.0.865.0 Mobile/77O124 Safari/536.1 Edge/99.14477", "deviceDetail": {"deviceId": "76b96bd3-e5d7-49ee-b195-bf363facdb3d", "displayName": "JOSEPHTAYLOR-LT", "operatingSystem": "Windows 10", "browser": "Edge 99.14477", "isCompliant": true, "isManaged": true, "trustType": "Azure AD joined"}, "location": {"city": "Mannville", "state": "Porterside", "countryOrRegion": "XF", "geoCoordinates": {"latitude": -50.9955705, "longitude": 104.613841}}, "mfaDetail": {}, "correlationId": "901483a4-9167-49c7-a689-3967f7aa3e06", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "b41bb62b-aa66-4cf1-88d2-0f31c427cdb7", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 85, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Bipsync Service", "resourceId": "9a84f55e-3a40-492c-9476-e069f64ed7a6", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 124400, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "kOWITVkfZYX1bIwGnG0iBB0OOp7JHzHEUB0PX36quUI4PBOa", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "37ee873b-f901-4e25-be69-010243106d0f", "rngcStatus": 0}}, {"time": "2022-08-23T11:54:03.647282Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "105.169.153.183", "correlationId": "798c3ba0-c097-1000-de94-e6343ed1af16", "identity": "Jim Gonzalez", "Level": 4, "location": "XR", "properties": {"id": "49631f69-cc61-4c2e-82a5-314efde59f00", "createdDateTime": "2022-08-23T11:54:03.856282Z", "userDisplayName": "Jim Gonzalez", "userPrincipalName": "jgonzalez@domain.com", "userId": "95090045-a9c5-489c-adee-2db430a3333a", "appId": "439cf80c-f381-45bd-9b6a-a006882e7246", "appDisplayName": "Atlassian Cloud", "ipAddress": "105.169.153.183", "status": {"errorCode": 0}, "clientAppUsed": "Browser", "deviceDetail": {"deviceId": "15135d1f-cb47-4bd8-b76d-90a9171c09bd", "displayName": "JIMGONZALEZ-LT", "operatingSystem": "Windows", "trustType": "Azure AD registered"}, "location": {"city": "Santosborough", "state": "Smithton", "countryOrRegion": "XR", "geoCoordinates": {"latitude": 12.8350355, "longitude": 138.359011}}, "correlationId": "559fe52c-01f0-454d-b6fa-b0c4169a7a27", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "82842808-1ca4-4639-80a8-9aad50ac8107", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 209, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Atlassian Cloud", "resourceId": "c8eab36d-0a82-409d-8693-a8dabc997921", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 256668, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "R1MLZJUcFe45T0Z5RIaDsncovvtaMfur8QBS4KdpgB0haK7f", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "2248d3ef-d7b8-4eb2-bd20-fb53f725bfe3", "rngcStatus": 0}}, {"time": "2022-08-23T12:23:47.260529Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "199.12.127.103", "correlationId": "69680ed3-6f8a-4d3a-8fd5-44be2a0d69da", "identity": "Jacob Meyers", "Level": 4, "location": "XG", "properties": {"id": "fc7381e7-8660-4e7b-937f-ae03f9e57000", "createdDateTime": "2022-08-23T12:23:47.392529Z", "userDisplayName": "Jacob Meyers", "userPrincipalName": "jmeyers@domain.com", "userId": "c63a67b0-1651-4a8a-9560-cc703cdad5ad", "appId": "9c5b7fe3-0ad2-4ea6-94e5-9e0001f367e3", "appDisplayName": "Articulate 360", "ipAddress": "199.12.127.103", "status": {"errorCode": 0}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (iPad; CPU iPad OS 9_3_6 like Mac OS X) AppleWebKit/536.1 (KHTML, like Gecko) CriOS/42.0.865.0 Mobile/77O124 Safari/536.1 Edge/99.14477", "deviceDetail": {"deviceId": "68cb982e-f215-496c-89bb-cc07716ff474", "displayName": "JACOBMEYERS-LT", "operatingSystem": "Windows 10", "browser": "Edge 99.14477", "trustType": "Azure AD registered"}, "location": {"city": "Port Nathan", "state": "Newmanville", "countryOrRegion": "XG", "geoCoordinates": {"latitude": 23.244641, "longitude": -113.392021}}, "correlationId": "6c49eb3e-c6d6-46ec-a158-52fc4b20f2ba", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "b1e54a6b-83bd-4982-b144-05b201233a01", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 132, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Articulate 360 Online", "resourceId": "436260d5-3791-4aea-a4da-aa698ec35f2f", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 282405, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "MM8BUARq9EdaUfcPBiEgYN67EGGOqhd4lTfeBtP8a26kuLnw", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "94b9f3ba-5f4b-4edc-99dc-a420b76960f9", "rngcStatus": 0}}, {"time": "2022-08-23T12:24:23.610069Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "105.169.153.183", "correlationId": "c5d335ff-ba36-4efe-9b06-9f63679bb32a", "identity": "Jim Gonzalez", "Level": 4, "location": "XR", "properties": {"id": "fa857fed-7d3f-40f5-b98a-925c10b76c00", "createdDateTime": "2022-08-23T12:24:23.786069Z", "userDisplayName": "Jim Gonzalez", "userPrincipalName": "jgonzalez@domain.com", "userId": "95090045-a9c5-489c-adee-2db430a3333a", "appId": "4c2f7c2a-ff05-4df6-9087-9ba8388a3861", "appDisplayName": "Foko Retail", "ipAddress": "105.169.153.183", "status": {"errorCode": 0}, "clientAppUsed": "Browser", "deviceDetail": {"deviceId": "15135d1f-cb47-4bd8-b76d-90a9171c09bd", "displayName": "JIMGONZALEZ-LT", "operatingSystem": "Windows10", "browser": "Rich Client 4.39.0.0", "trustType": "Azure AD registered"}, "location": {"city": "Santosborough", "state": "Smithton", "countryOrRegion": "XR", "geoCoordinates": {"latitude": 12.8350355, "longitude": 138.359011}}, "correlationId": "e7f1c504-97aa-4d29-8674-d84961140595", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "29afc4ef-eaf3-4b5b-9104-31d133322cd8", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 176, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Foko Retail Service", "resourceId": "24578515-1951-4064-967d-0d2acaf0aa70", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 256668, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "fZc2BMw0XAEHwNUdthoKpc16yDnnobCcY58DeFRo4ATRDxxC", "incomingTokenType": "none", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "0e68752b-7dfa-400b-a6f5-1b54af90696a", "rngcStatus": 0}}, {"time": "2022-08-23T12:28:21.119242Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "42.62.103.34", "correlationId": "876f2d5b-5a5c-46a1-a817-cf25b222f3fa", "identity": "Joseph Taylor", "Level": 4, "location": "XF", "properties": {"id": "140cf565-4047-4e65-9531-8c3c4b845800", "createdDateTime": "2022-08-23T12:28:21.213242Z", "userDisplayName": "Joseph Taylor", "userPrincipalName": "jtaylor@domain.com", "userId": "af9847eb-c773-41ae-bf94-42747c5e986c", "appId": "9a7e67c7-6f05-42a3-b226-97c7ec3e9696", "appDisplayName": "Adobe Identity Management", "ipAddress": "42.62.103.34", "status": {"errorCode": 0, "additionalDetails": "MFA requirement satisfied by claim in the token"}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (iPad; CPU iPad OS 9_3_6 like Mac OS X) AppleWebKit/536.1 (KHTML, like Gecko) CriOS/42.0.865.0 Mobile/77O124 Safari/536.1 Edge/99.14477", "deviceDetail": {"deviceId": "76b96bd3-e5d7-49ee-b195-bf363facdb3d", "displayName": "JOSEPHTAYLOR-LT", "operatingSystem": "Windows 10", "browser": "Edge 99.14477", "isCompliant": true, "isManaged": true, "trustType": "Azure AD joined"}, "location": {"city": "Jessicafurt", "state": "Smithbury", "countryOrRegion": "XF", "geoCoordinates": {"latitude": 17.5082395, "longitude": -115.304215}}, "mfaDetail": {}, "correlationId": "a0148de9-2378-4927-87bc-e65f551cbc9b", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "327fc6ef-1e2d-4ae4-afcc-a4b5a61bd63f", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "processingTimeInMilliseconds": 94, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Adobe Identity Management Service", "resourceId": "1f1f8006-bcaf-48ed-96be-45ba0b1802c3", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 393508, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "EfYlanF7UiUsXSByJmXefJhZLcD9XyJ6MiqSfUqn9WUHdaXq", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": null}}, {"time": "2022-08-23T12:37:58.799257Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "50158", "resultSignature": "None", "resultDescription": "External security challenge was not satisfied.", "durationMs": 0, "callerIpAddress": "92.110.109.246", "correlationId": "1a000481-8e25-4222-939f-89ddcd78fbf5", "identity": "Thomas Price", "Level": 4, "location": "XR", "properties": {"id": "95854fa2-5be6-4c9a-9e31-8e17872d3800", "createdDateTime": "2022-08-23T12:37:58.932257Z", "userDisplayName": "Thomas Price", "userPrincipalName": "tprice@domain.com", "userId": "32109ee2-ee4f-4d11-9c38-2556aec0f2b5", "appId": "79510a8f-6421-4348-a2ea-bcc2b02485c1", "appDisplayName": "Cisco AnyConnect", "ipAddress": "92.110.109.246", "status": {"errorCode": 50158, "failureReason": "External security challenge was not satisfied."}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (X11; Linux i686) AppleWebKit/535.2 (KHTML, like Gecko) Chrome/22.0.843.0 Safari/535.2 Edge/118.12158", "deviceDetail": {"deviceId": "a31478d2-f778-4d5a-b081-22579a9edcbe", "displayName": "THOMASPRICE-LT", "operatingSystem": "Windows 10", "browser": "Edge 118.12158", "trustType": "Hybrid Azure AD joined"}, "location": {"city": "Port Denisetown", "state": "Smithton", "countryOrRegion": "XR", "geoCoordinates": {"latitude": 3.5518965, "longitude": 131.871582}}, "correlationId": "6733b3a3-4455-4a06-94ec-abc6e067e231", "conditionalAccessStatus": "failure", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "663647f6-f6e6-42c8-aa5e-9abafc8f9ee9", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 133, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Cisco AnyConnect Online", "resourceId": "5d5b8d28-6a28-472e-b837-a4094e466965", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 230297, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "H72diAk8Cgs5hG220fUXVL5MJGiB7SmtiqpUclspo7XugdMP", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "15655e1f-5005-4c53-b3c0-c4a1d1ca5e9e", "rngcStatus": 0}}, {"time": "2022-08-23T12:47:41.785216Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "1.210.58.10", "correlationId": "5fd14b95-0951-47c6-8fb6-95fda6f02812", "identity": "Keith Sheppard", "Level": 4, "location": "XD", "properties": {"id": "874e6e43-4c13-43c6-b48e-f4b3fb575b00", "createdDateTime": "2022-08-23T12:47:41.904216Z", "userDisplayName": "Keith Sheppard", "userPrincipalName": "ksheppard@domain.com", "userId": "05bd48f1-91d2-4c2d-9a7c-80e80f561b3c", "appId": "9de6e985-97a5-4d82-9c45-aedaa9c25ef9", "appDisplayName": "AWS Single-Account Access", "ipAddress": "1.210.58.10", "status": {"errorCode": 0}, "clientAppUsed": "Browser", "deviceDetail": {"deviceId": "639815fd-5018-4e38-9d81-67538b2ce460", "displayName": "KEITHSHEPPARD-LT", "operatingSystem": "Windows", "trustType": "Azure AD registered"}, "location": {"city": "Cooperhaven", "state": "Norrisbury", "countryOrRegion": "XD", "geoCoordinates": {"latitude": 70.436398, "longitude": -23.873747}}, "correlationId": "2bcc8ed7-139b-4f06-b2df-0326de88752d", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "de5f402a-9c24-45a9-8780-128266b0d35b", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "processingTimeInMilliseconds": 119, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "AWS Single-Account Access Service", "resourceId": "c65cf5f9-5537-4200-889e-381c4f60ca7d", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 69487, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "dMaSM6VPKtvl6LJ8CgDOajbZfgzZF7FeOuDMoceIocwwYYZT", "incomingTokenType": "none", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": null}}, {"time": "2022-08-23T12:49:37.369745Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "147.132.189.119", "correlationId": "067a3aa5-65b5-4dfe-aedd-e659feaf40db", "identity": "Terry Proctor", "Level": 4, "location": "XR", "properties": {"id": "4e6951e2-962b-4b78-9df6-14b2d3829000", "createdDateTime": "2022-08-23T12:49:37.469745Z", "userDisplayName": "Terry Proctor", "userPrincipalName": "tproctor@domain.com", "userId": "03110cc5-e54f-4dae-b68a-bf5d945f8152", "appId": "2eae4ad1-8cae-48fe-b718-76bd66e2fc7f", "appDisplayName": "Bipsync", "ipAddress": "147.132.189.119", "status": {"errorCode": 0, "additionalDetails": "MFA requirement satisfied by claim in the token"}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (X11; Linux i686) AppleWebKit/533.0 (KHTML, like Gecko) Chrome/24.0.803.0 Safari/533.0 Edge/40.11325", "deviceDetail": {"deviceId": "88ee69d5-1eb7-4f29-b594-e9b4e3371940", "displayName": "TERRYPROCTOR-LT", "operatingSystem": "Windows 10", "browser": "Edge 40.11325", "isCompliant": true, "isManaged": true, "trustType": "Azure AD joined"}, "location": {"city": "Port Denisetown", "state": "Smithton", "countryOrRegion": "XR", "geoCoordinates": {"latitude": 3.5518965, "longitude": 131.871582}}, "mfaDetail": {}, "correlationId": "ecb053c3-10ff-402a-8425-7921024f1531", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "3dcac227-8ae9-493d-a8e2-1ebf7682917e", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 100, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Bipsync Service", "resourceId": "aaf780ce-b996-49b9-986d-8bb23f7bce3a", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 256668, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "nwL3rbz1SIb6GcfE3luZRO0bjMZuwzra09lmTaBloZz2fOJS", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "b7da42cc-a168-4148-b15a-792ad32c2ff5", "rngcStatus": 0}}, {"time": "2022-08-23T12:56:25.494088Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "50158", "resultSignature": "None", "resultDescription": "External security challenge was not satisfied.", "durationMs": 0, "callerIpAddress": "44.22.19.201", "correlationId": "22877491-9d98-464e-9bc4-896debde656a", "identity": "Thomas Price", "Level": 4, "location": "XN", "properties": {"id": "78c2d22b-2231-4c67-bb82-cf5711395c00", "createdDateTime": "2022-08-23T12:56:25.648088Z", "userDisplayName": "Thomas Price", "userPrincipalName": "tprice@domain.com", "userId": "32109ee2-ee4f-4d11-9c38-2556aec0f2b5", "appId": "79510a8f-6421-4348-a2ea-bcc2b02485c1", "appDisplayName": "Cisco AnyConnect", "ipAddress": "44.22.19.201", "status": {"errorCode": 50158, "failureReason": "External security challenge was not satisfied."}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (X11; Linux i686) AppleWebKit/535.2 (KHTML, like Gecko) Chrome/22.0.843.0 Safari/535.2 Edge/118.12158", "deviceDetail": {"deviceId": "fb4d911d-6441-411b-868f-d25d5586a326", "displayName": "THOMASPRICE-LT", "operatingSystem": "Windows 10", "browser": "Edge 118.12158", "trustType": "Hybrid Azure AD joined"}, "location": {"city": "Littlemouth", "state": "Alexanderfurt", "countryOrRegion": "XN", "geoCoordinates": {"latitude": 25.4437255, "longitude": -109.530885}}, "correlationId": "54d87eaf-90b8-4d6a-89ed-0024144584cc", "conditionalAccessStatus": "failure", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "6aa1000b-84a5-4442-809a-f40bda6a9a1d", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 154, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Cisco AnyConnect Online", "resourceId": "5d5b8d28-6a28-472e-b837-a4094e466965", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 230297, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "tGv6dfEomfBI5vwi8gYAunBGpVPYqiqkVJvQXd9HTtcfj5Li", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "15655e1f-5005-4c53-b3c0-c4a1d1ca5e9e", "rngcStatus": 0}}, {"time": "2022-08-23T13:01:28.506216Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "50173", "resultSignature": "None", "resultDescription": "Fresh auth token is needed. Have the user re-sign using fresh credentials.", "durationMs": 0, "callerIpAddress": "156.206.181.119", "correlationId": "09f984fc-495d-4ca2-9c16-eeb3d59424d0", "identity": "Cynthia Perry", "Level": 4, "location": "XY", "properties": {"id": "c09145de-2e38-4616-bd8d-3308f4236100", "createdDateTime": "2022-08-23T13:01:28.572216Z", "userDisplayName": "Cynthia Perry", "userPrincipalName": "cperry@domain.com", "userId": "ac5fa380-9d5b-470e-beb2-5ba10aca48e6", "appId": "b6eb5487-41e5-4254-acc5-72fbd850bd1e", "appDisplayName": "Google Cloud / G Suite Connector by Microsoft", "ipAddress": "156.206.181.119", "status": {"errorCode": 50173, "failureReason": "Fresh auth token is needed. Have the user re-sign using fresh credentials."}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (Windows NT 4.0) AppleWebKit/531.1 (KHTML, like Gecko) Chrome/20.0.823.0 Safari/531.1 Edge/87.11424", "deviceDetail": {"deviceId": "", "operatingSystem": "Windows 10", "browser": "Edge 87.11424"}, "location": {"city": "Hannaville", "state": "Thomashaven", "countryOrRegion": "XY", "geoCoordinates": {"latitude": 1.1452695, "longitude": 128.249211}}, "correlationId": "d28610e0-76cf-4d16-b3d4-0e72102c646d", "conditionalAccessStatus": "notApplied", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "ab9812bb-bf86-4dcd-80da-9674c8b406ff", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 66, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Google Cloud / G Suite Connector by Microsoft Service", "resourceId": "47e06079-6a63-42ab-89ea-840a60f3ea94", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 279165, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "vLDpnnDAUJJTGvdSlZj9sUnGMBtwKJAoexavCDOZ1zxrQQoh", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "af115473-a920-4919-a03a-7215ca304189", "rngcStatus": 0}}, {"time": "2022-08-23T13:13:38.836257Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "205.33.24.92", "correlationId": "53719834-475f-44eb-883b-190f77551ff8", "identity": "Aaron Cole", "Level": 4, "location": "XD", "properties": {"id": "fc7381e7-8660-4e7b-937f-ae03afba6800", "createdDateTime": "2022-08-23T13:13:38.922257Z", "userDisplayName": "Aaron Cole", "userPrincipalName": "acole@domain.com", "userId": "5d557969-1645-4ba4-be83-b6fd943659f7", "appId": "ad65aaed-51a8-4877-830e-8a5273604c87", "appDisplayName": "Docusign", "ipAddress": "205.33.24.92", "status": {"errorCode": 0}, "clientAppUsed": "Browser", "userAgent": "Mozilla/5.0 (X11; Linux i686) AppleWebKit/536.2 (KHTML, like Gecko) Chrome/22.0.877.0 Safari/536.2", "deviceDetail": {"deviceId": "", "operatingSystem": "Windows 10", "browser": "Chrome 22.0.877.0"}, "location": {"city": "Kristinmouth", "state": "Norrisbury", "countryOrRegion": "XD", "geoCoordinates": {"latitude": 26.278784, "longitude": -92.042573}}, "correlationId": "907e5bc1-e552-4fd7-867f-e28b5ae6b86b", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "e23208c8-487c-407f-b1ac-18ad95647581", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 86, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Docusign Service", "resourceId": "f0630e90-b752-4960-bfb9-a0794fc34930", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 214655, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "UGQSqxPDHOluSfvXgFoM50jNUvKyWluM8xlf00H11PVyldcg", "incomingTokenType": "none", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "1f37c851-4be4-455b-928a-fbde7845a68a", "rngcStatus": 0}}, {"time": "2022-08-23T13:14:01.027424Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "86.154.193.190", "correlationId": "509c6e69-057d-4b6c-b1d9-bdcbdcf44f31", "identity": "Kristen Howell", "Level": 4, "location": "XR", "properties": {"id": "91857813-fa29-4b22-bbd5-ccdba0f26000", "createdDateTime": "2022-08-23T13:14:01.174424Z", "userDisplayName": "Kristen Howell", "userPrincipalName": "khowell@domain.com", "userId": "20e1e3f9-665f-45bd-9984-5e74b526d3b5", "appId": "9c5b7fe3-0ad2-4ea6-94e5-9e0001f367e3", "appDisplayName": "Articulate 360", "ipAddress": "86.154.193.190", "status": {"errorCode": 0, "additionalDetails": "MFA requirement satisfied by claim in the token"}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (X11; Linux i686) AppleWebKit/533.0 (KHTML, like Gecko) Chrome/24.0.803.0 Safari/533.0 Edge/40.11325", "deviceDetail": {"deviceId": "6ea76864-5f18-47dd-adb9-2b1dfcbfc425", "displayName": "KRISTENHOWELL-LT", "operatingSystem": "Windows 10", "browser": "Edge 40.11325", "isCompliant": true, "isManaged": true, "trustType": "Azure AD joined"}, "location": {"city": "Port Denisetown", "state": "Smithton", "countryOrRegion": "XR", "geoCoordinates": {"latitude": 3.5518965, "longitude": 131.871582}}, "mfaDetail": {}, "correlationId": "3b810a8d-8f10-4c23-927e-d476746b5a2d", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "5b7547bb-0479-4bd3-bb79-fa4c1fdea908", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 147, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Articulate 360 Online", "resourceId": "5e244d4f-26b9-4ef2-a497-f0c533628ee1", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 256668, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "fVWEqMbkQlNFsNNPhaddwhgp6VXbjubqcybZzQ1oFKxCjI7Z", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "36673087-318c-4304-8804-602d45a6f290", "rngcStatus": 0}}, {"time": "2022-08-23T13:15:49.278728Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "1.210.58.10", "correlationId": "778307c7-9801-4873-bb5e-a8adba9f8bb2", "identity": "Keith Sheppard", "Level": 4, "location": "XD", "properties": {"id": "17558929-4181-40d4-9645-7d2933c57400", "createdDateTime": "2022-08-23T13:15:49.374728Z", "userDisplayName": "Keith Sheppard", "userPrincipalName": "ksheppard@domain.com", "userId": "05bd48f1-91d2-4c2d-9a7c-80e80f561b3c", "appId": "9a7e67c7-6f05-42a3-b226-97c7ec3e9696", "appDisplayName": "Adobe Identity Management", "ipAddress": "1.210.58.10", "status": {"errorCode": 0}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (Windows NT 4.0) AppleWebKit/531.1 (KHTML, like Gecko) Chrome/20.0.823.0 Safari/531.1 Edge/87.11424", "deviceDetail": {"deviceId": "639815fd-5018-4e38-9d81-67538b2ce460", "displayName": "KEITHSHEPPARD-LT", "operatingSystem": "Windows 10", "browser": "Edge 87.11424", "trustType": "Azure AD registered"}, "location": {"city": "Cooperhaven", "state": "Norrisbury", "countryOrRegion": "XD", "geoCoordinates": {"latitude": 70.436398, "longitude": -23.873747}}, "correlationId": "2bb10066-be94-4b59-bec4-9ea0e757a3be", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "add9d91f-c51b-4152-9a3c-3ae0224c89a5", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 96, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Adobe Identity Management Service", "resourceId": "f0630e90-b752-4960-bfb9-a0794fc34930", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 69487, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "VZT4FYWI1nKpRGfklUv1jI8cLliLs3Kwri1C0N3ornAp5zzw", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "1f37c851-4be4-455b-928a-fbde7845a68a", "rngcStatus": 0}}, {"time": "2022-08-23T13:21:17.884020Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "86.154.193.190", "correlationId": "99a14cfb-3116-4954-95be-68cfd627b7e6", "identity": "Kristen Howell", "Level": 4, "location": "XR", "properties": {"id": "637c2839-00f2-4bd6-9b14-b8f5a56c4e00", "createdDateTime": "2022-08-23T13:21:18.022020Z", "userDisplayName": "Kristen Howell", "userPrincipalName": "khowell@domain.com", "userId": "20e1e3f9-665f-45bd-9984-5e74b526d3b5", "appId": "2eae4ad1-8cae-48fe-b718-76bd66e2fc7f", "appDisplayName": "Bipsync", "ipAddress": "86.154.193.190", "status": {"errorCode": 0}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (X11; Linux i686) AppleWebKit/533.0 (KHTML, like Gecko) Chrome/24.0.803.0 Safari/533.0 Edge/40.11325", "deviceDetail": {"deviceId": "6ea76864-5f18-47dd-adb9-2b1dfcbfc425", "displayName": "KRISTENHOWELL-LT", "operatingSystem": "Windows 10", "browser": "Edge 40.11325", "isCompliant": true, "isManaged": true, "trustType": "Azure AD joined"}, "location": {"city": "Port Denisetown", "state": "Smithton", "countryOrRegion": "XR", "geoCoordinates": {"latitude": 3.5518965, "longitude": 131.871582}}, "correlationId": "fa67357a-4f47-4c30-aa92-e1bdadb47855", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "c7f9c38c-0b8a-418b-bce8-47781613db1c", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "processingTimeInMilliseconds": 138, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Bipsync Service", "resourceId": "aaf780ce-b996-49b9-986d-8bb23f7bce3a", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 256668, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "bstfM6Ji7V81yfNoPL9XHpm1aLVVQFOYRjv3hQiD5gttXbIo", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "b7da42cc-a168-4148-b15a-792ad32c2ff5"}}, {"time": "2022-08-23T13:24:47.146254Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "156.206.181.119", "correlationId": "5a69af1a-1499-4d6e-9798-02b52c784c41", "identity": "Cynthia Perry", "Level": 4, "location": "XY", "properties": {"id": "2e5b02b3-50ef-483f-bed8-628e1b6f8b00", "createdDateTime": "2022-08-23T13:24:47.244254Z", "userDisplayName": "Cynthia Perry", "userPrincipalName": "cperry@domain.com", "userId": "ac5fa380-9d5b-470e-beb2-5ba10aca48e6", "appId": "9de6e985-97a5-4d82-9c45-aedaa9c25ef9", "appDisplayName": "AWS Single-Account Access", "ipAddress": "156.206.181.119", "status": {"errorCode": 0}, "clientAppUsed": "Browser", "deviceDetail": {"deviceId": "", "operatingSystem": "Windows"}, "location": {"city": "Hannaville", "state": "Thomashaven", "countryOrRegion": "XY", "geoCoordinates": {"latitude": 1.1452695, "longitude": 128.249211}}, "correlationId": "13a96292-62e6-4d70-9d69-2d844bc56e90", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "94e4be6d-e4d3-41d8-b42f-3be73dde5e34", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 98, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "AWS Single-Account Access Service", "resourceId": "f0630e90-b752-4960-bfb9-a0794fc34930", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 279165, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "n0kQep4MXgqjW0EoBL7ebNLR4hM3Eb0HwbI1rrRR6dkJFThk", "incomingTokenType": "none", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "1f37c851-4be4-455b-928a-fbde7845a68a", "rngcStatus": 0}}, {"time": "2022-08-23T13:33:44.136994Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "166.111.151.233", "correlationId": "8b756f68-3cb0-4a5c-b2a2-b84dd5c3458d", "identity": "Robert Rojas", "Level": 4, "location": "XR", "properties": {"id": "cfcb865f-7e5f-417b-b8f8-3d15d0167700", "createdDateTime": "2022-08-23T13:33:44.233994Z", "userDisplayName": "Robert Rojas", "userPrincipalName": "rrojas@domain.com", "userId": "e6bf534a-7fe5-4c26-99f7-59e782bbe948", "appId": "9167c284-c68f-468a-84be-0ee4f23879fe", "appDisplayName": "ArcGIS Enterprise", "ipAddress": "166.111.151.233", "status": {"errorCode": 0}, "clientAppUsed": "Mobile Apps and Desktop clients", "deviceDetail": {"deviceId": "", "operatingSystem": "Ios", "browser": "Mobile Safari"}, "location": {"city": "Stewarthaven", "state": "Smithton", "countryOrRegion": "XR", "geoCoordinates": {"latitude": -77.5119755, "longitude": -51.969667}}, "correlationId": "6828cb94-791d-48dc-8b6d-b7b48fecb3b8", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "b4f904c5-a7d2-4bab-a91f-641a8488ae6c", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 97, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "ArcGIS Enterprise Service", "resourceId": "a1edee32-85c4-4a57-afcb-5853873a47e7", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 34974, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "zomfnhtB9sDvnzYp5JZUAcweJCrjyUNnKALUF85Qt9fsVnKA", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "0898af19-dfef-4b51-a918-f534c473013d", "rngcStatus": 0}}, {"time": "2022-08-23T13:37:51.043269Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "205.33.24.92", "correlationId": "ad28efd9-fa6a-4257-b53d-4ce55a7e3f45", "identity": "Vanessa Ramirez", "Level": 4, "location": "XD", "properties": {"id": "fa857fed-7d3f-40f5-b98a-925c947c6f00", "createdDateTime": "2022-08-23T13:37:51.144269Z", "userDisplayName": "Vanessa Ramirez", "userPrincipalName": "vramirez@domain.com", "userId": "5d72b7ed-62ea-4b94-b931-ccef65d71ebd", "appId": "9c5b7fe3-0ad2-4ea6-94e5-9e0001f367e3", "appDisplayName": "Articulate 360", "ipAddress": "205.33.24.92", "status": {"errorCode": 0}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (X11; Linux i686) AppleWebKit/532.2 (KHTML, like Gecko) Chrome/21.0.853.0 Safari/532.2 Edge/89.19380", "deviceDetail": {"deviceId": "e395a3f4-8f2d-4170-804f-d3e13ce3151b", "displayName": "VANESSARAMIREZ-LT", "operatingSystem": "Windows 10", "browser": "Edge 89.19380", "trustType": "Azure AD registered"}, "location": {"city": "Kristinmouth", "state": "Norrisbury", "countryOrRegion": "XD", "geoCoordinates": {"latitude": 26.278784, "longitude": -92.042573}}, "correlationId": "ad00352c-7cc9-41c0-9c02-abe54ed88e83", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "c663fab3-a262-41df-a3eb-f8f828b6badc", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 101, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Articulate 360 Online", "resourceId": "5e244d4f-26b9-4ef2-a497-f0c533628ee1", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 214655, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "clMWW19EoLzAZ94yeghNFPxd5e5DKnjoO225ez5zm0h0vP0Z", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "36673087-318c-4304-8804-602d45a6f290", "rngcStatus": 0}}, {"time": "2022-08-23T13:44:53.266275Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "156.206.181.119", "correlationId": "d02d88b5-f78a-4d1d-9bf1-653c5ef3c616", "identity": "Cynthia Perry", "Level": 4, "location": "XY", "properties": {"id": "4cef6bed-8ce8-4274-9ce5-4a21bee26e00", "createdDateTime": "2022-08-23T13:44:53.395275Z", "userDisplayName": "Cynthia Perry", "userPrincipalName": "cperry@domain.com", "userId": "ac5fa380-9d5b-470e-beb2-5ba10aca48e6", "appId": "9de6e985-97a5-4d82-9c45-aedaa9c25ef9", "appDisplayName": "AWS Single-Account Access", "ipAddress": "156.206.181.119", "status": {"errorCode": 0}, "clientAppUsed": "Browser", "deviceDetail": {"deviceId": "", "operatingSystem": "Windows"}, "location": {"city": "Hannaville", "state": "Thomashaven", "countryOrRegion": "XY", "geoCoordinates": {"latitude": 1.1452695, "longitude": 128.249211}}, "correlationId": "e1da559d-29b2-4122-9998-bef8aa907968", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "2e075753-9605-4522-a8a4-547cfe2c7d10", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 129, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "AWS Single-Account Access Service", "resourceId": "c65cf5f9-5537-4200-889e-381c4f60ca7d", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 279165, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "JC2jvHEaTLzGnNIEw1C4qnv6bzYL3XwktuA9J0QHRBZy6wUm", "incomingTokenType": "none", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": null, "rngcStatus": 0}}, {"time": "2022-08-23T13:54:52.897701Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "13.113.40.157", "correlationId": "e9f2c2bf-603c-43e7-aef9-e9a8ed75a8af", "identity": "Attack Target", "Level": 4, "location": "XR", "properties": {"id": "a4a49504-a4ea-469f-879a-034622156b00", "createdDateTime": "2022-08-23T13:54:53.189701Z", "userDisplayName": "Attack Target", "userPrincipalName": "attacktarget@domain.com", "userId": "d735e84b-dcca-404d-9f7d-700f360f41a6", "appId": "9c5b7fe3-0ad2-4ea6-94e5-9e0001f367e3", "appDisplayName": "Articulate 360", "ipAddress": "13.113.40.157", "status": {"errorCode": 0}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (iPad; CPU iPad OS 9_3_6 like Mac OS X) AppleWebKit/536.1 (KHTML, like Gecko) CriOS/42.0.865.0 Mobile/77O124 Safari/536.1 Edge/99.14477", "deviceDetail": {"deviceId": "a44625dc-6f81-449a-9799-8005f7209b42", "displayName": "ATTACKTARGET-LT", "operatingSystem": "Windows 10", "browser": "Edge 99.14477", "trustType": "Azure AD registered"}, "location": {"city": "Smithfort", "state": "Smithfort", "countryOrRegion": "XR", "geoCoordinates": {"latitude": 3.7564095, "longitude": -121.574606}}, "correlationId": "622f0a2e-5e93-49b0-a4fe-99b5acd1f3b9", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "b5b387d5-70f5-400d-b029-ca8785eaba7c", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 292, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Articulate 360 Online", "resourceId": "436260d5-3791-4aea-a4da-aa698ec35f2f", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 34974, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "J5vvRd1x3MChSfqAFzr6z6jhrpJqtWZYOCgMigocx2xXjcBh", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "94b9f3ba-5f4b-4edc-99dc-a420b76960f9", "rngcStatus": 0}}, {"time": "2022-08-23T14:08:16.102618Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "156.206.181.119", "correlationId": "754d8237-8a33-47d4-a887-90aa07aa1c50", "identity": "Cynthia Perry", "Level": 4, "location": "XY", "properties": {"id": "cc6dad61-5ab1-455b-ace9-77215bca6e00", "createdDateTime": "2022-08-23T14:08:16.184618Z", "userDisplayName": "Cynthia Perry", "userPrincipalName": "cperry@domain.com", "userId": "ac5fa380-9d5b-470e-beb2-5ba10aca48e6", "appId": "9de6e985-97a5-4d82-9c45-aedaa9c25ef9", "appDisplayName": "AWS Single-Account Access", "ipAddress": "156.206.181.119", "status": {"errorCode": 0}, "clientAppUsed": "Browser", "deviceDetail": {"deviceId": "", "operatingSystem": "Windows"}, "location": {"city": "Hannaville", "state": "Thomashaven", "countryOrRegion": "XY", "geoCoordinates": {"latitude": 1.1452695, "longitude": 128.249211}}, "correlationId": "8f23281f-6e46-42c9-a6dd-c88d0c7cda94", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "270d5087-a31a-425a-9ad3-4693554ef9b6", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 82, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "AWS Single-Account Access Service", "resourceId": "9a84f55e-3a40-492c-9476-e069f64ed7a6", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 279165, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "l4CHz2e42Tq8v4GItiAgXLoTWrscl0hePTrUxPbaFErIN2dN", "incomingTokenType": "none", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "37ee873b-f901-4e25-be69-010243106d0f", "rngcStatus": 0}}, {"time": "2022-08-23T14:16:45.087528Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "91.132.253.146", "correlationId": "40c1e191-aa66-46eb-b949-503d4bb0a1a7", "identity": "Aaron Cole", "Level": 4, "location": "XD", "properties": {"id": "5157fc82-82da-43b7-8f8f-e2f4bd925100", "createdDateTime": "2022-08-23T14:16:45.187528Z", "userDisplayName": "Aaron Cole", "userPrincipalName": "acole@domain.com", "userId": "5d557969-1645-4ba4-be83-b6fd943659f7", "appId": "bf2855c0-7434-4262-8885-ad2f5206d324", "appDisplayName": "COINS Construction Cloud - Project and Productivity Apps", "ipAddress": "91.132.253.146", "status": {"errorCode": 0}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (iPad; CPU iPad OS 14_2 like Mac OS X) AppleWebKit/535.2 (KHTML, like Gecko) CriOS/33.0.816.0 Mobile/88O531 Safari/535.2 Edge/117.19612", "deviceDetail": {"deviceId": "", "operatingSystem": "Windows 10", "browser": "Edge 117.19612"}, "location": {"city": "Rickshire", "state": "Norrisbury", "countryOrRegion": "XD", "geoCoordinates": {"latitude": -78.5751045, "longitude": 58.329246}}, "correlationId": "f7a31465-778a-46e4-ac64-3f96816ff5f4", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "f451796e-6f7d-4cc8-94bb-5fa8183f19e0", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "processingTimeInMilliseconds": 100, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "COINS Construction Cloud - Project and Productivity Apps Service", "resourceId": "436260d5-3791-4aea-a4da-aa698ec35f2f", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 214655, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "Im81FBMUG8gducXHj6gmAWCFwXP9JEaWrQ6Ynm4ALWHYxsOc", "incomingTokenType": "none", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "94b9f3ba-5f4b-4edc-99dc-a420b76960f9"}}, {"time": "2022-08-23T14:25:37.909171Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "13.113.40.157", "correlationId": "b4e04cb2-d4d8-46b3-857d-7799bd40df28", "identity": "Attack Target", "Level": 4, "location": "XR", "properties": {"id": "17558929-4181-40d4-9645-7d299c337100", "createdDateTime": "2022-08-23T14:25:38.027171Z", "userDisplayName": "Attack Target", "userPrincipalName": "attacktarget@domain.com", "userId": "d735e84b-dcca-404d-9f7d-700f360f41a6", "appId": "9a7e67c7-6f05-42a3-b226-97c7ec3e9696", "appDisplayName": "Adobe Identity Management", "ipAddress": "13.113.40.157", "status": {"errorCode": 0}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (iPad; CPU iPad OS 9_3_6 like Mac OS X) AppleWebKit/536.1 (KHTML, like Gecko) CriOS/42.0.865.0 Mobile/77O124 Safari/536.1 Edge/99.14477", "deviceDetail": {"deviceId": "a44625dc-6f81-449a-9799-8005f7209b42", "displayName": "ATTACKTARGET-LT", "operatingSystem": "Windows 10", "browser": "Edge 99.14477", "trustType": "Azure AD registered"}, "location": {"city": "Smithfort", "state": "Smithfort", "countryOrRegion": "XR", "geoCoordinates": {"latitude": 3.7564095, "longitude": -121.574606}}, "correlationId": "794d5e35-b800-408a-b44f-bf26c3527916", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "32c04a4f-3afe-4b21-bfc1-947358fb84cb", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 118, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Adobe Identity Management Service", "resourceId": "7d6a0897-8b82-49e9-90e2-d482fb9202bd", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 34974, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "HfiryT97L7qeJGKT9EWbGvmT4dC334FvnvzyIWYrcuDQ7ndF", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "537d9419-7e2b-4778-9102-62256bcfcf45", "rngcStatus": 0}}, {"time": "2022-08-23T14:34:33.675492Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "13.113.40.157", "correlationId": "8757fc16-de92-460e-9af4-c210154496a9", "identity": "Attack Target", "Level": 4, "location": "XR", "properties": {"id": "f656c79e-6ed9-4ee9-bee4-408ea8716900", "createdDateTime": "2022-08-23T14:34:33.807492Z", "userDisplayName": "Attack Target", "userPrincipalName": "attacktarget@domain.com", "userId": "d735e84b-dcca-404d-9f7d-700f360f41a6", "appId": "9a7e67c7-6f05-42a3-b226-97c7ec3e9696", "appDisplayName": "Adobe Identity Management", "ipAddress": "13.113.40.157", "ipAddressFromResourceProvider": "11.5.130.220", "status": {"errorCode": 0}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (iPad; CPU iPad OS 9_3_6 like Mac OS X) AppleWebKit/536.1 (KHTML, like Gecko) CriOS/42.0.865.0 Mobile/77O124 Safari/536.1 Edge/99.14477", "deviceDetail": {"deviceId": "a44625dc-6f81-449a-9799-8005f7209b42", "displayName": "ATTACKTARGET-LT", "operatingSystem": "Windows 10", "browser": "Edge 99.14477", "trustType": "Azure AD registered"}, "location": {"city": "New John", "state": "Smithfort", "countryOrRegion": "XR", "geoCoordinates": {"latitude": -89.144242, "longitude": 168.119022}}, "correlationId": "3d1bc999-f8b9-48af-9ab5-63ae86cf5a39", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "bcfb521d-2a1f-41dd-b4bd-8b57e36787e6", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 132, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Adobe Identity Management Service", "resourceId": "9a84f55e-3a40-492c-9476-e069f64ed7a6", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 34974, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "lDs4WdHrT3w8p4tIZ6bJWGffz9Tq3qRBlR6oPTjpgAT26DXi", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "37ee873b-f901-4e25-be69-010243106d0f", "rngcStatus": 0}}, {"time": "2022-08-23T14:40:33.266361Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "156.206.181.119", "correlationId": "d66a3419-5a0e-4863-a2f7-b17aa4e9db4e", "identity": "Cynthia Perry", "Level": 4, "location": "XY", "properties": {"id": "693e71cc-b15a-4126-a489-a77758754f00", "createdDateTime": "2022-08-23T14:40:33.385361Z", "userDisplayName": "Cynthia Perry", "userPrincipalName": "cperry@domain.com", "userId": "ac5fa380-9d5b-470e-beb2-5ba10aca48e6", "appId": "9de6e985-97a5-4d82-9c45-aedaa9c25ef9", "appDisplayName": "AWS Single-Account Access", "ipAddress": "156.206.181.119", "status": {"errorCode": 0}, "clientAppUsed": "Browser", "deviceDetail": {"deviceId": "", "operatingSystem": "Windows"}, "location": {"city": "Hannaville", "state": "Thomashaven", "countryOrRegion": "XY", "geoCoordinates": {"latitude": 1.1452695, "longitude": 128.249211}}, "correlationId": "aac9686f-3cbf-422c-9e16-7aaff28e491e", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "a9348528-bd9c-4b8d-9b06-4e80d69bbb73", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "processingTimeInMilliseconds": 119, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "AWS Single-Account Access Service", "resourceId": "9a84f55e-3a40-492c-9476-e069f64ed7a6", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 279165, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "MsNbNmrqtSJ58oFagZtau3M3BYuGbKm6FaxihjtuI713zrP0", "incomingTokenType": "none", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "37ee873b-f901-4e25-be69-010243106d0f"}}, {"time": "2022-08-23T15:07:25.933524Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "SignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "50158", "resultSignature": "None", "resultDescription": "External security challenge was not satisfied.", "durationMs": 0, "callerIpAddress": "42.62.103.34", "correlationId": "bc47e02b-632c-0001-e4e1-47bc2c63d801", "identity": "Joseph Taylor", "Level": 4, "location": "XF", "properties": {"id": "8d2b057a-7641-4f9d-ad75-7b1929f35c00", "createdDateTime": "2022-08-23T15:07:26.047524Z", "userDisplayName": "Joseph Taylor", "userPrincipalName": "jtaylor@domain.com", "userId": "af9847eb-c773-41ae-bf94-42747c5e986c", "appId": "895b9fb3-4084-4f9f-a314-d082d67e3c5c", "appDisplayName": "Airstack", "ipAddress": "42.62.103.34", "status": {"errorCode": 50158, "failureReason": "External security challenge was not satisfied."}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (iPad; CPU iPad OS 9_3_5 like Mac OS X) AppleWebKit/536.1 (KHTML, like Gecko) CriOS/26.0.852.0 Mobile/33A194 Safari/536.1 Edge/27.13255", "deviceDetail": {"deviceId": "", "operatingSystem": "Windows 10", "browser": "Edge 27.13255"}, "location": {"city": "Jessicafurt", "state": "Smithbury", "countryOrRegion": "XF", "geoCoordinates": {"latitude": 17.5082395, "longitude": -115.304215}}, "correlationId": "109eeb84-b540-430a-b5f8-9da983d188bd", "conditionalAccessStatus": "failure", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "1e702df5-4d8a-492f-ad6c-1bd6da4b0a00", "isInteractive": true, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "processingTimeInMilliseconds": 114, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Airstack Service", "resourceId": "898e07cc-0302-479b-a2d3-601d74aa68df", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 393508, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "gVsI6N0imcu3OVc2D7PHyQwPdIVYheFEaXLBM8FkRWdvbnMP", "incomingTokenType": "none", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "84156e71-49f0-4926-86fe-9ab1a6c6b137"}}, {"time": "2022-08-23T15:18:22.416841Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "50158", "resultSignature": "None", "resultDescription": "External security challenge was not satisfied.", "durationMs": 0, "callerIpAddress": "44.22.19.201", "correlationId": "5c129411-b70c-45d8-9d6a-cbdc5614aa3a", "identity": "Thomas Price", "Level": 4, "location": "XN", "properties": {"id": "5e4e730b-8d3c-4dbc-a1a3-d712a5595f00", "createdDateTime": "2022-08-23T15:18:22.545841Z", "userDisplayName": "Thomas Price", "userPrincipalName": "tprice@domain.com", "userId": "32109ee2-ee4f-4d11-9c38-2556aec0f2b5", "appId": "79510a8f-6421-4348-a2ea-bcc2b02485c1", "appDisplayName": "Cisco AnyConnect", "ipAddress": "44.22.19.201", "status": {"errorCode": 50158, "failureReason": "External security challenge was not satisfied."}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (X11; Linux i686) AppleWebKit/535.2 (KHTML, like Gecko) Chrome/22.0.843.0 Safari/535.2 Edge/118.12158", "deviceDetail": {"deviceId": "35819889-abdc-47e0-b28d-5195d26e941f", "displayName": "THOMASPRICE-LT", "operatingSystem": "Windows 10", "browser": "Edge 118.12158", "trustType": "Hybrid Azure AD joined"}, "location": {"city": "Littlemouth", "state": "Alexanderfurt", "countryOrRegion": "XN", "geoCoordinates": {"latitude": 25.4437255, "longitude": -109.530885}}, "correlationId": "7b03d7f7-4cfb-4cd4-89bc-acf266f9331e", "conditionalAccessStatus": "failure", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "8747d07e-be4f-462b-8acd-8c504d142f35", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "processingTimeInMilliseconds": 129, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Cisco AnyConnect Online", "resourceId": "5d5b8d28-6a28-472e-b837-a4094e466965", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 230297, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "rYTPTa7LbCEi3YW6zSE2QgZcAP12azCoDrFja7ukXzCgeNvt", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "15655e1f-5005-4c53-b3c0-c4a1d1ca5e9e"}}, {"time": "2022-08-23T15:21:33.432919Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "22.42.248.243", "correlationId": "b381fbdd-8c3a-4c94-9c0c-8405d662868f", "identity": "Melissa Martin", "Level": 4, "location": "XR", "properties": {"id": "0e55ac1c-e1ca-4d68-882b-364fc92a4d00", "createdDateTime": "2022-08-23T15:21:33.527919Z", "userDisplayName": "Melissa Martin", "userPrincipalName": "mmartin@domain.com", "userId": "632ccb55-03a7-40f4-9893-653527cae790", "appId": "9167c284-c68f-468a-84be-0ee4f23879fe", "appDisplayName": "ArcGIS Enterprise", "ipAddress": "22.42.248.243", "status": {"errorCode": 0}, "clientAppUsed": "Mobile Apps and Desktop clients", "deviceDetail": {"deviceId": "", "operatingSystem": "Ios", "browser": "Mobile Safari"}, "location": {"city": "Port Denisetown", "state": "Smithton", "countryOrRegion": "XR", "geoCoordinates": {"latitude": 40.136047, "longitude": 44.514491}}, "correlationId": "039ec6ce-faf4-48ea-b6c4-53241b393c2f", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "0e652b8b-da3d-4f9c-b4b9-fbc69e4a6fe1", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "processingTimeInMilliseconds": 95, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "ArcGIS Enterprise Service", "resourceId": "c4baffed-f90a-4ef3-84b1-d08d189a41c0", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 432564, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "dJ6mrbua4FqxPU64YERytGzruIn5qhVIQqpstWoONboknOSd", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "64850142-3730-4958-94ec-3cf3a39cf409"}}, {"time": "2022-08-23T15:32:36.082610Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "147.132.189.119", "correlationId": "1aa504e1-3341-40e2-bc34-86569f70ac76", "identity": "Terry Proctor", "Level": 4, "location": "XR", "properties": {"id": "8ce5a0bd-0152-4534-b5b5-f7a411c85500", "createdDateTime": "2022-08-23T15:32:36.244610Z", "userDisplayName": "Terry Proctor", "userPrincipalName": "tproctor@domain.com", "userId": "03110cc5-e54f-4dae-b68a-bf5d945f8152", "appId": "9d794ea1-8d77-42e3-9fdd-6fd3620d616a", "appDisplayName": "Alaya", "ipAddress": "147.132.189.119", "status": {"errorCode": 0, "additionalDetails": "MFA requirement satisfied by claim in the token"}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (X11; Linux i686) AppleWebKit/533.0 (KHTML, like Gecko) Chrome/24.0.803.0 Safari/533.0 Edge/40.11325", "deviceDetail": {"deviceId": "88ee69d5-1eb7-4f29-b594-e9b4e3371940", "displayName": "TERRYPROCTOR-LT", "operatingSystem": "Windows 10", "browser": "Edge 40.11325", "isCompliant": true, "isManaged": true, "trustType": "Azure AD joined"}, "location": {"city": "Port Denisetown", "state": "Smithton", "countryOrRegion": "XR", "geoCoordinates": {"latitude": 3.5518965, "longitude": 131.871582}}, "mfaDetail": {}, "correlationId": "703fd44c-cbc1-4c44-a8ea-85780c342a83", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "35538caf-514e-461b-b585-36a3e1e8cac7", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "processingTimeInMilliseconds": 162, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Alaya Service", "resourceId": "2c3383ff-432a-49ee-bb8b-8699a7d0416f", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 256668, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "gLVi4TB5Gcz3uoPZFbGX5z6KsNOVMurFE8akPCPcKUJLLCDq", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "35efb8e5-3b35-4a86-b7ce-660b69bfa773"}}, {"time": "2022-08-23T15:35:18.378745Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "13.113.40.157", "correlationId": "15b6f86a-d948-4c1f-884d-70aa59116806", "identity": "Attack Target", "Level": 4, "location": "XR", "properties": {"id": "8f0104bc-cf9f-4ec7-a1f4-ae84c20c7900", "createdDateTime": "2022-08-23T15:35:18.686745Z", "userDisplayName": "Attack Target", "userPrincipalName": "attacktarget@domain.com", "userId": "d735e84b-dcca-404d-9f7d-700f360f41a6", "appId": "9c5b7fe3-0ad2-4ea6-94e5-9e0001f367e3", "appDisplayName": "Articulate 360", "ipAddress": "13.113.40.157", "status": {"errorCode": 0}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (iPad; CPU iPad OS 9_3_6 like Mac OS X) AppleWebKit/536.1 (KHTML, like Gecko) CriOS/42.0.865.0 Mobile/77O124 Safari/536.1 Edge/99.14477", "deviceDetail": {"deviceId": "a44625dc-6f81-449a-9799-8005f7209b42", "displayName": "ATTACKTARGET-LT", "operatingSystem": "Windows 10", "browser": "Edge 99.14477", "trustType": "Azure AD registered"}, "location": {"city": "New John", "state": "Smithfort", "countryOrRegion": "XR", "geoCoordinates": {"latitude": -89.144242, "longitude": 168.119022}}, "correlationId": "856c4096-58d3-4d85-a16b-6c6b4f372e5e", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "d3125b0f-f378-46b9-a5aa-45ec1cd6ed76", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 308, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Articulate 360 Online", "resourceId": "436260d5-3791-4aea-a4da-aa698ec35f2f", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 34974, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "kcxczkft1cVbowYiLCaFVSmDHGb5DvX85J4OkKvbJ87iOOnn", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "94b9f3ba-5f4b-4edc-99dc-a420b76960f9", "rngcStatus": 0}}, {"time": "2022-08-23T15:51:25.188131Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "156.206.181.119", "correlationId": "d2f3993b-6462-4151-bf38-d7185bcde5e5", "identity": "Cynthia Perry", "Level": 4, "location": "XY", "properties": {"id": "0b47e51c-29c9-47e9-b397-9da640905800", "createdDateTime": "2022-08-23T15:51:25.368131Z", "userDisplayName": "Cynthia Perry", "userPrincipalName": "cperry@domain.com", "userId": "ac5fa380-9d5b-470e-beb2-5ba10aca48e6", "appId": "9de6e985-97a5-4d82-9c45-aedaa9c25ef9", "appDisplayName": "AWS Single-Account Access", "ipAddress": "156.206.181.119", "status": {"errorCode": 0}, "clientAppUsed": "Browser", "deviceDetail": {"deviceId": "", "operatingSystem": "Windows"}, "location": {"city": "Hannaville", "state": "Thomashaven", "countryOrRegion": "XY", "geoCoordinates": {"latitude": 1.1452695, "longitude": 128.249211}}, "correlationId": "514fa978-c9c4-4851-8e1f-9308b6725482", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "55f79d80-2191-4e52-98dd-eef6ec85d2f8", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "processingTimeInMilliseconds": 180, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "AWS Single-Account Access Service", "resourceId": "c65cf5f9-5537-4200-889e-381c4f60ca7d", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 279165, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "Q4VAmsG75DolgqKqFq85KY7M6N7pUubIKb8ouqnTszVScGLp", "incomingTokenType": "none", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": null}}, {"time": "2022-08-23T16:09:37.398861Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "13.113.40.157", "correlationId": "70d5cc20-bb99-43a3-8d31-136e438c5cda", "identity": "Attack Target", "Level": 4, "location": "XR", "properties": {"id": "09f5a465-b9bd-4377-a98a-f7dd214c4300", "createdDateTime": "2022-08-23T16:09:37.686861Z", "userDisplayName": "Attack Target", "userPrincipalName": "attacktarget@domain.com", "userId": "d735e84b-dcca-404d-9f7d-700f360f41a6", "appId": "9c5b7fe3-0ad2-4ea6-94e5-9e0001f367e3", "appDisplayName": "Articulate 360", "ipAddress": "13.113.40.157", "status": {"errorCode": 0}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (iPad; CPU iPad OS 9_3_6 like Mac OS X) AppleWebKit/536.1 (KHTML, like Gecko) CriOS/42.0.865.0 Mobile/77O124 Safari/536.1 Edge/99.14477", "deviceDetail": {"deviceId": "a44625dc-6f81-449a-9799-8005f7209b42", "displayName": "ATTACKTARGET-LT", "operatingSystem": "Windows 10", "browser": "Edge 99.14477", "trustType": "Azure AD registered"}, "location": {"city": "New John", "state": "Smithfort", "countryOrRegion": "XR", "geoCoordinates": {"latitude": -89.144242, "longitude": 168.119022}}, "correlationId": "066271fc-3051-4b9f-bb7d-65d4796c8f45", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "1228e967-c200-43c2-af1f-c8fd9ef46941", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "processingTimeInMilliseconds": 288, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Articulate 360 Online", "resourceId": "436260d5-3791-4aea-a4da-aa698ec35f2f", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 34974, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "HQD60C08hKBgVME0E34h0a0Qye2hzZqIuutLHByzB5a2i29r", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "94b9f3ba-5f4b-4edc-99dc-a420b76960f9"}}, {"time": "2022-08-23T16:24:03.203468Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "50158", "resultSignature": "None", "resultDescription": "External security challenge was not satisfied.", "durationMs": 0, "callerIpAddress": "166.105.218.213", "correlationId": "8a6b9449-521e-4090-bcfa-83dedc49ad53", "identity": "Thomas Price", "Level": 4, "location": "XR", "properties": {"id": "0a67e3d2-25b6-4251-92c9-11603b945d00", "createdDateTime": "2022-08-23T16:24:03.372468Z", "userDisplayName": "Thomas Price", "userPrincipalName": "tprice@domain.com", "userId": "32109ee2-ee4f-4d11-9c38-2556aec0f2b5", "appId": "9a7e67c7-6f05-42a3-b226-97c7ec3e9696", "appDisplayName": "Adobe Identity Management", "ipAddress": "166.105.218.213", "status": {"errorCode": 50158, "failureReason": "External security challenge was not satisfied."}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (X11; Linux i686) AppleWebKit/535.2 (KHTML, like Gecko) Chrome/22.0.843.0 Safari/535.2 Edge/118.12158", "deviceDetail": {"deviceId": "81ad31fb-e9be-4498-b1b2-c62f8fae1a77", "displayName": "THOMASPRICE-LT", "operatingSystem": "Windows 10", "browser": "Edge 118.12158", "trustType": "Hybrid Azure AD joined"}, "location": {"city": "Kevinton", "state": "Smithton", "countryOrRegion": "XR", "geoCoordinates": {"latitude": -87.5106305, "longitude": -77.991036}}, "correlationId": "87045355-05bc-4a45-91a4-1d7765b60c6a", "conditionalAccessStatus": "failure", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "2ff09495-c81b-4fe3-9752-3801583a672b", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "processingTimeInMilliseconds": 169, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Adobe Identity Management Service", "resourceId": "30663ca7-f8a9-43ab-8ca1-7906bdbc1485", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 256668, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "UzM1KtcZxAzYbWZrV8tm15xBCiN6N7PW2jP21ellJS1yjW3t", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "a6c259e5-7f16-48b2-a9f3-75becd6daa9b"}}, {"time": "2022-08-23T16:28:23.381849Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "92.110.109.246", "correlationId": "13ca4ab9-9822-47b0-b805-58d4a11ebd26", "identity": "David Johnson", "Level": 4, "location": "XR", "properties": {"id": "05126ca7-c65f-4544-8acb-9d5073714800", "createdDateTime": "2022-08-23T16:28:23.526849Z", "userDisplayName": "David Johnson", "userPrincipalName": "djohnson@domain.com", "userId": "ff2ae3d2-8cd2-4bd6-b65d-49c5ad946c7f", "appId": "9003b8ba-730c-412d-8972-267700304e01", "appDisplayName": "Box", "ipAddress": "92.110.109.246", "status": {"errorCode": 0}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (Windows NT 4.0) AppleWebKit/531.1 (KHTML, like Gecko) Chrome/20.0.823.0 Safari/531.1 Edge/87.11424", "deviceDetail": {"deviceId": "8fb0ff79-f116-4f20-8ca8-36b3f8d68865", "displayName": "DAVIDJOHNSON-LT", "operatingSystem": "Windows 10", "browser": "Edge 87.11424", "trustType": "Azure AD registered"}, "location": {"city": "Port Denisetown", "state": "Smithton", "countryOrRegion": "XR", "geoCoordinates": {"latitude": 3.5518965, "longitude": 131.871582}}, "correlationId": "0c144e07-28af-410f-ada4-3af2c42a332d", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "691257fb-64a8-4dfe-8bb6-416a747a5a1b", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 145, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Box Online", "resourceId": "c8eab36d-0a82-409d-8693-a8dabc997921", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 230297, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "ItpQfonUlVwOKsm885XVgewJNPU8Rv20j98QPRDrKkkRY5Q9", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "2248d3ef-d7b8-4eb2-bd20-fb53f725bfe3", "rngcStatus": 0}}, {"time": "2022-08-23T16:40:52.548560Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "1.210.58.10", "correlationId": "2da25d10-1f39-4fd9-91d5-73ff7321ebd8", "identity": "Keith Sheppard", "Level": 4, "location": "XD", "properties": {"id": "fa857fed-7d3f-40f5-b98a-925c3a726700", "createdDateTime": "2022-08-23T16:40:52.654560Z", "userDisplayName": "Keith Sheppard", "userPrincipalName": "ksheppard@domain.com", "userId": "05bd48f1-91d2-4c2d-9a7c-80e80f561b3c", "appId": "9c5b7fe3-0ad2-4ea6-94e5-9e0001f367e3", "appDisplayName": "Articulate 360", "ipAddress": "1.210.58.10", "status": {"errorCode": 0}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (Windows NT 4.0) AppleWebKit/531.1 (KHTML, like Gecko) Chrome/20.0.823.0 Safari/531.1 Edge/87.11424", "deviceDetail": {"deviceId": "639815fd-5018-4e38-9d81-67538b2ce460", "displayName": "KEITHSHEPPARD-LT", "operatingSystem": "Windows 10", "browser": "Edge 87.11424", "trustType": "Azure AD registered"}, "location": {"city": "Cooperhaven", "state": "Norrisbury", "countryOrRegion": "XD", "geoCoordinates": {"latitude": 70.436398, "longitude": -23.873747}}, "correlationId": "888ab2ff-e88c-4647-b800-3fa059671074", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "83e4331c-2a4b-4e0f-bb32-e3166e574c52", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 106, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Articulate 360 Online", "resourceId": "436260d5-3791-4aea-a4da-aa698ec35f2f", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 69487, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "lzW6LsQJCTH3x1rdTPj4NMigTQ6CzFPkwBEcVnaT6dpj9b0c", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "94b9f3ba-5f4b-4edc-99dc-a420b76960f9", "rngcStatus": 0}}, {"time": "2022-08-23T16:52:43.905759Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "50158", "resultSignature": "None", "resultDescription": "External security challenge was not satisfied.", "durationMs": 0, "callerIpAddress": "44.22.19.201", "correlationId": "4c5102f7-ea1c-47ab-896d-0fa29d6272ff", "identity": "Thomas Price", "Level": 4, "location": "XN", "properties": {"id": "cd604170-057f-460d-b144-5da3495c6a00", "createdDateTime": "2022-08-23T16:52:44.123759Z", "userDisplayName": "Thomas Price", "userPrincipalName": "tprice@domain.com", "userId": "32109ee2-ee4f-4d11-9c38-2556aec0f2b5", "appId": "9a7e67c7-6f05-42a3-b226-97c7ec3e9696", "appDisplayName": "Adobe Identity Management", "ipAddress": "44.22.19.201", "status": {"errorCode": 50158, "failureReason": "External security challenge was not satisfied."}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (X11; Linux i686) AppleWebKit/535.2 (KHTML, like Gecko) Chrome/22.0.843.0 Safari/535.2 Edge/118.12158", "deviceDetail": {"deviceId": "a31478d2-f778-4d5a-b081-22579a9edcbe", "displayName": "THOMASPRICE-LT", "operatingSystem": "Windows 10", "browser": "Edge 118.12158", "trustType": "Hybrid Azure AD joined"}, "location": {"city": "Littlemouth", "state": "Alexanderfurt", "countryOrRegion": "XN", "geoCoordinates": {"latitude": 25.4437255, "longitude": -109.530885}}, "correlationId": "05f07a3e-f54c-4fd6-9a56-acfb17dbc8c2", "conditionalAccessStatus": "failure", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "a8c32f3e-104b-407a-9b37-bf3837bb9526", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 218, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Adobe Identity Management Service", "resourceId": "30663ca7-f8a9-43ab-8ca1-7906bdbc1485", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 230297, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "l87PC7KAKspP0d3liJ34a6LDleeQJRFoI0TUg8xqRnoJsqk3", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "a6c259e5-7f16-48b2-a9f3-75becd6daa9b", "rngcStatus": 0}}, {"time": "2022-08-23T17:06:06.824300Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "50158", "resultSignature": "None", "resultDescription": "External security challenge was not satisfied.", "durationMs": 0, "callerIpAddress": "166.105.218.213", "correlationId": "5a4b8acb-332d-46b6-8ad6-938b68c66b15", "identity": "Thomas Price", "Level": 4, "location": "XR", "properties": {"id": "09f5a465-b9bd-4377-a98a-f7dd2ee63f00", "createdDateTime": "2022-08-23T17:06:06.956300Z", "userDisplayName": "Thomas Price", "userPrincipalName": "tprice@domain.com", "userId": "32109ee2-ee4f-4d11-9c38-2556aec0f2b5", "appId": "79510a8f-6421-4348-a2ea-bcc2b02485c1", "appDisplayName": "Cisco AnyConnect", "ipAddress": "166.105.218.213", "status": {"errorCode": 50158, "failureReason": "External security challenge was not satisfied."}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (X11; Linux i686) AppleWebKit/535.2 (KHTML, like Gecko) Chrome/22.0.843.0 Safari/535.2 Edge/118.12158", "deviceDetail": {"deviceId": "81ad31fb-e9be-4498-b1b2-c62f8fae1a77", "displayName": "THOMASPRICE-LT", "operatingSystem": "Windows 10", "browser": "Edge 118.12158", "trustType": "Hybrid Azure AD joined"}, "location": {"city": "Kevinton", "state": "Smithton", "countryOrRegion": "XR", "geoCoordinates": {"latitude": -87.5106305, "longitude": -77.991036}}, "correlationId": "bc439edc-fcd6-4a51-b81e-6f0a56dadcd7", "conditionalAccessStatus": "failure", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "5379832b-b52d-40aa-a93f-87c6d4f5ef1f", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "processingTimeInMilliseconds": 132, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Cisco AnyConnect Online", "resourceId": "5d5b8d28-6a28-472e-b837-a4094e466965", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 256668, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "MbthxQf4Fgo5MtSRQmBa2uG5vSbCmJgt0jdtXsfwoQMvfbAS", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "15655e1f-5005-4c53-b3c0-c4a1d1ca5e9e"}}, {"time": "2022-08-23T17:16:19.159645Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "700082", "resultSignature": "None", "resultDescription": "Other", "durationMs": 0, "callerIpAddress": "199.12.127.103", "correlationId": "bf7d5ad5-c463-4594-a2eb-69bdf64a4fb8", "identity": "Jacob Meyers", "Level": 4, "location": "XG", "properties": {"id": "4ef53074-987d-44ae-a8dd-b6e48ddc9500", "createdDateTime": "2022-08-23T17:16:19.196645Z", "userDisplayName": "Jacob Meyers", "userPrincipalName": "jmeyers@domain.com", "userId": "c63a67b0-1651-4a8a-9560-cc703cdad5ad", "appId": "1b1c3ddb-869c-45ce-adc9-9b245d898c9e", "appDisplayName": "Syncplicity", "ipAddress": "199.12.127.103", "status": {"errorCode": 700082, "failureReason": "Other"}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (Windows NT 4.0) AppleWebKit/531.1 (KHTML, like Gecko) Chrome/20.0.823.0 Safari/531.1 Edge/87.11424", "deviceDetail": {"deviceId": "a0ea1625-4397-4c4c-963c-33347d3b0d73", "displayName": "JACOBMEYERS-LT", "operatingSystem": "Windows 10", "browser": "Edge 87.11424", "trustType": "Azure AD registered"}, "location": {"city": "Port Nathan", "state": "Newmanville", "countryOrRegion": "XG", "geoCoordinates": {"latitude": 23.244641, "longitude": -113.392021}}, "correlationId": "73d141c7-5e7e-4a3f-a663-08d5c632954a", "conditionalAccessStatus": "notApplied", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "9d8ff734-591d-4207-aa5d-dd7339869d93", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 37, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Syncplicity Service", "resourceId": "3237826f-2649-4d7d-a549-330e693dd056", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 282405, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "HGild8Mx5jmQPBX3ooCgofRiK9WdC4RBuqedKlyq4hDdlWc9", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": null, "rngcStatus": 0}}, {"time": "2022-08-23T17:23:59.785236Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "700082", "resultSignature": "None", "resultDescription": "Other", "durationMs": 0, "callerIpAddress": "54.119.29.60", "correlationId": "1272e6cb-3f9a-4ca2-ab24-3905b6455463", "identity": "Thomas Price", "Level": 4, "location": "XR", "properties": {"id": "c27355bf-335a-4f00-ab57-c8275d245700", "createdDateTime": "2022-08-23T17:23:59.859236Z", "userDisplayName": "Thomas Price", "userPrincipalName": "tprice@domain.com", "userId": "32109ee2-ee4f-4d11-9c38-2556aec0f2b5", "appId": "9a7e67c7-6f05-42a3-b226-97c7ec3e9696", "appDisplayName": "Adobe Identity Management", "ipAddress": "54.119.29.60", "status": {"errorCode": 700082, "failureReason": "Other"}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (X11; Linux i686) AppleWebKit/535.2 (KHTML, like Gecko) Chrome/22.0.843.0 Safari/535.2 Edge/118.12158", "deviceDetail": {"deviceId": "852272bd-2ab1-474f-a99e-4922ea7031d3", "displayName": "THOMASPRICE-LT", "operatingSystem": "Windows 10", "browser": "Edge 118.12158", "trustType": "Hybrid Azure AD joined"}, "location": {"city": "Port Kimberlytown", "state": "Curtisport", "countryOrRegion": "XR", "geoCoordinates": {"latitude": 26.3152295, "longitude": 147.770404}}, "correlationId": "79a371f1-22ee-42f0-b5df-0ebfb3596b29", "conditionalAccessStatus": "notApplied", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "06ea1860-5599-49db-89d9-bdb2c40afe98", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "processingTimeInMilliseconds": 74, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Adobe Identity Management Service", "resourceId": "30663ca7-f8a9-43ab-8ca1-7906bdbc1485", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 359213, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "cF5ZLcxMWt7YH78DTgy9cwkUNFXS3ERrF8mWphHSeCMHpcxy", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "a6c259e5-7f16-48b2-a9f3-75becd6daa9b"}}, {"time": "2022-08-23T17:42:50.146943Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "147.132.189.119", "correlationId": "87b8d119-fc4e-4ecd-8fad-c6c03c47bf7d", "identity": "Melissa Martin", "Level": 4, "location": "XR", "properties": {"id": "d2d6abb9-3d83-4187-a1d8-95eef4db7000", "createdDateTime": "2022-08-23T17:42:50.266943Z", "userDisplayName": "Melissa Martin", "userPrincipalName": "mmartin@domain.com", "userId": "632ccb55-03a7-40f4-9893-653527cae790", "appId": "9de6e985-97a5-4d82-9c45-aedaa9c25ef9", "appDisplayName": "AWS Single-Account Access", "ipAddress": "147.132.189.119", "status": {"errorCode": 0}, "clientAppUsed": "Browser", "deviceDetail": {"deviceId": "", "operatingSystem": "Windows"}, "location": {"city": "Port Denisetown", "state": "Smithton", "countryOrRegion": "XR", "geoCoordinates": {"latitude": 3.5518965, "longitude": 131.871582}}, "correlationId": "e651fbdf-acc3-4811-b291-446559bbf9f7", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "8bfa8acf-8e5a-47ca-a870-d2902876788c", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 120, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "AWS Single-Account Access Service", "resourceId": "f0630e90-b752-4960-bfb9-a0794fc34930", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 256668, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "iNrp8ywa1SVWm38TEtdGy4WzJ7V9OP6VcZRFoYdt4SR63J8w", "incomingTokenType": "none", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "1f37c851-4be4-455b-928a-fbde7845a68a", "rngcStatus": 0}}, {"time": "2022-08-23T17:43:17.288286Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "205.33.24.92", "correlationId": "789d1a06-f37a-4d6f-8088-0935adcc4e55", "identity": "Aaron Cole", "Level": 4, "location": "XD", "properties": {"id": "7f4e5d8d-0e8f-4a05-8bd4-95dc3f775100", "createdDateTime": "2022-08-23T17:43:17.378286Z", "userDisplayName": "Aaron Cole", "userPrincipalName": "acole@domain.com", "userId": "5d557969-1645-4ba4-be83-b6fd943659f7", "appId": "9d64cdda-8fe1-424a-8325-912d9d512004", "appDisplayName": "Help Scout", "ipAddress": "205.33.24.92", "status": {"errorCode": 0}, "clientAppUsed": "Browser", "deviceDetail": {"deviceId": "", "operatingSystem": "Windows", "browser": "Rich Client 4.35.1.0"}, "location": {"city": "Kristinmouth", "state": "Norrisbury", "countryOrRegion": "XD", "geoCoordinates": {"latitude": 26.278784, "longitude": -92.042573}}, "correlationId": "8aacb441-dbbb-4d02-8f24-412f8d27051a", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "dcb16b25-6cff-43b4-a0eb-069a4d027d08", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "processingTimeInMilliseconds": 90, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Help Scout Service", "resourceId": "24578515-1951-4064-967d-0d2acaf0aa70", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 214655, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "8gxDFQfy6zoB8BzN4WN2J8ZO3qQ7s42z43HSsJ8nZOEVqodO", "incomingTokenType": "none", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "0e68752b-7dfa-400b-a6f5-1b54af90696a"}}, {"time": "2022-08-23T17:45:36.709485Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "212.169.11.63", "correlationId": "1a766883-2a20-4c1a-a474-fb60496e3a8a", "identity": "Kristen Howell", "Level": 4, "location": "XR", "properties": {"id": "0a67e3d2-25b6-4251-92c9-1160128a5600", "createdDateTime": "2022-08-23T17:45:36.827485Z", "userDisplayName": "Kristen Howell", "userPrincipalName": "khowell@domain.com", "userId": "20e1e3f9-665f-45bd-9984-5e74b526d3b5", "appId": "9a7e67c7-6f05-42a3-b226-97c7ec3e9696", "appDisplayName": "Adobe Identity Management", "ipAddress": "212.169.11.63", "status": {"errorCode": 0}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (iPad; CPU iPad OS 9_3_6 like Mac OS X) AppleWebKit/536.1 (KHTML, like Gecko) CriOS/42.0.865.0 Mobile/77O124 Safari/536.1 Edge/99.14477", "deviceDetail": {"deviceId": "caf12d64-01ec-4396-b330-e7eb6349ad45", "displayName": "KRISTENHOWELL-LT", "operatingSystem": "Windows 10", "browser": "Edge 99.14477", "trustType": "Azure AD registered"}, "location": {"city": "North Lisachester", "state": "Smithton", "countryOrRegion": "XR", "geoCoordinates": {"latitude": -69.00844, "longitude": -172.534328}}, "correlationId": "00ec595d-2046-4156-8760-e2fea479d582", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "12ba24c1-cc6a-46c0-a452-1a6e5ea879ab", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "processingTimeInMilliseconds": 118, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Adobe Identity Management Service", "resourceId": "30663ca7-f8a9-43ab-8ca1-7906bdbc1485", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 144064, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "HmYsEc3xuUSCCStmRdLdbRrWUvUQp9sJE0h6fgBHxVfF8PTZ", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "a6c259e5-7f16-48b2-a9f3-75becd6daa9b"}}, {"time": "2022-08-23T17:46:22.602631Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "205.33.24.92", "correlationId": "de39bdc8-efbb-4e84-9129-79c9a4a54e12", "identity": "Vanessa Ramirez", "Level": 4, "location": "XD", "properties": {"id": "c98bb980-53fe-43a8-afd2-72b9f3a06900", "createdDateTime": "2022-08-23T17:46:22.731631Z", "userDisplayName": "Vanessa Ramirez", "userPrincipalName": "vramirez@domain.com", "userId": "5d72b7ed-62ea-4b94-b931-ccef65d71ebd", "appId": "9a7e67c7-6f05-42a3-b226-97c7ec3e9696", "appDisplayName": "Adobe Identity Management", "ipAddress": "205.33.24.92", "status": {"errorCode": 0}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (X11; Linux i686) AppleWebKit/532.2 (KHTML, like Gecko) Chrome/21.0.853.0 Safari/532.2 Edge/89.19380", "deviceDetail": {"deviceId": "e395a3f4-8f2d-4170-804f-d3e13ce3151b", "displayName": "VANESSARAMIREZ-LT", "operatingSystem": "Windows 10", "browser": "Edge 89.19380", "trustType": "Azure AD registered"}, "location": {"city": "Kristinmouth", "state": "Norrisbury", "countryOrRegion": "XD", "geoCoordinates": {"latitude": 26.278784, "longitude": -92.042573}}, "correlationId": "e6d2654e-5292-483d-948f-5ac41738c67f", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "9f295bbf-1359-459e-b73f-77b8d02f3852", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 129, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Adobe Identity Management Service", "resourceId": "30663ca7-f8a9-43ab-8ca1-7906bdbc1485", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 214655, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "qUD9I8nau6SnIs782jcBLwhmeiBJeEFnAFAn5io67CIdBNAx", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "a6c259e5-7f16-48b2-a9f3-75becd6daa9b", "rngcStatus": 0}}, {"time": "2022-08-23T17:54:59.875217Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "156.206.181.119", "correlationId": "82d857d6-7757-42d4-913f-3755afd1f02e", "identity": "Cynthia Perry", "Level": 4, "location": "XY", "properties": {"id": "5959b541-45bd-44fe-99e0-543245434a00", "createdDateTime": "2022-08-23T17:55:00.015217Z", "userDisplayName": "Cynthia Perry", "userPrincipalName": "cperry@domain.com", "userId": "ac5fa380-9d5b-470e-beb2-5ba10aca48e6", "appId": "9de6e985-97a5-4d82-9c45-aedaa9c25ef9", "appDisplayName": "AWS Single-Account Access", "ipAddress": "156.206.181.119", "status": {"errorCode": 0}, "clientAppUsed": "Browser", "deviceDetail": {"deviceId": "", "operatingSystem": "Windows"}, "location": {"city": "Hannaville", "state": "Thomashaven", "countryOrRegion": "XY", "geoCoordinates": {"latitude": 1.1452695, "longitude": 128.249211}}, "correlationId": "879a4722-36a6-4d6d-ab4d-8733d17a1e69", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "b7367527-d34d-4075-9dc6-ecda73df2f42", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "processingTimeInMilliseconds": 140, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "AWS Single-Account Access Service", "resourceId": "c65cf5f9-5537-4200-889e-381c4f60ca7d", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 279165, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "PAWPgWORCLVBY5ZExUv7bi3ZW6oCO65WMglCDLxn3xNvULzn", "incomingTokenType": "none", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": null}}, {"time": "2022-08-23T18:06:17.979597Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "156.206.181.119", "correlationId": "4983e8b6-49f8-4532-be5b-c59b6c60f7f9", "identity": "Cynthia Perry", "Level": 4, "location": "XY", "properties": {"id": "0171151e-6e1f-4bc0-81e6-ff46fdb36800", "createdDateTime": "2022-08-23T18:06:18.071597Z", "userDisplayName": "Cynthia Perry", "userPrincipalName": "cperry@domain.com", "userId": "ac5fa380-9d5b-470e-beb2-5ba10aca48e6", "appId": "9de6e985-97a5-4d82-9c45-aedaa9c25ef9", "appDisplayName": "AWS Single-Account Access", "ipAddress": "156.206.181.119", "status": {"errorCode": 0}, "clientAppUsed": "Browser", "deviceDetail": {"deviceId": "", "operatingSystem": "Windows"}, "location": {"city": "Hannaville", "state": "Thomashaven", "countryOrRegion": "XY", "geoCoordinates": {"latitude": 1.1452695, "longitude": 128.249211}}, "correlationId": "6cb60ea9-ec2c-4e82-9d95-f0f4ce55eb2a", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "d113b8b8-f29b-4716-918c-6c51dc39cd33", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 92, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "AWS Single-Account Access Service", "resourceId": "9a84f55e-3a40-492c-9476-e069f64ed7a6", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 279165, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "xGrhuaaUXIdMCuZ6EhQGxBr9DxrYpMbczLfjqRbfQaWw44er", "incomingTokenType": "none", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "37ee873b-f901-4e25-be69-010243106d0f", "rngcStatus": 0}}, {"time": "2022-08-23T18:08:31.256362Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "134.219.180.76", "correlationId": "40b860cc-7a69-4ecb-8ca1-7175251353ef", "identity": "Joseph Taylor", "Level": 4, "location": "XF", "properties": {"id": "26dddd2e-8202-4375-92ca-d99107ca8500", "createdDateTime": "2022-08-23T18:08:31.369362Z", "userDisplayName": "Joseph Taylor", "userPrincipalName": "jtaylor@domain.com", "userId": "af9847eb-c773-41ae-bf94-42747c5e986c", "appId": "18bf60fa-77dd-4aad-891d-af82ca87dd06", "appDisplayName": "FortiGate SSL VPN", "ipAddress": "134.219.180.76", "status": {"errorCode": 0, "additionalDetails": "MFA requirement satisfied by claim in the token"}, "clientAppUsed": "Browser", "deviceDetail": {"deviceId": "76b96bd3-e5d7-49ee-b195-bf363facdb3d", "displayName": "JOSEPHTAYLOR-LT", "operatingSystem": "Windows", "browser": "Rich Client 4.22.0.0", "isCompliant": true, "isManaged": true, "trustType": "Azure AD joined"}, "location": {"city": "Mannville", "state": "Porterside", "countryOrRegion": "XF", "geoCoordinates": {"latitude": -50.9955705, "longitude": 104.613841}}, "mfaDetail": {}, "correlationId": "7d065f5d-ebb0-406c-bcb2-933b7e34c260", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "2123431e-6dd5-43fe-9e1b-20c726182ef1", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 113, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "FortiGate SSL VPN Service", "resourceId": "f0630e90-b752-4960-bfb9-a0794fc34930", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 124400, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "3tlnoIX1mhRIin4r2ISDU8Gg0eK66WszdgYcIVgROOA10Gnu", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "1f37c851-4be4-455b-928a-fbde7845a68a", "rngcStatus": 0}}, {"time": "2022-08-23T18:10:45.758133Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "42.62.103.34", "correlationId": "2cea1b2d-aefb-452f-b722-331120fc995e", "identity": "Joseph Taylor", "Level": 4, "location": "XF", "properties": {"id": "07ee43c1-0597-4c7f-943e-150deed04f00", "createdDateTime": "2022-08-23T18:10:46.035133Z", "userDisplayName": "Joseph Taylor", "userPrincipalName": "jtaylor@domain.com", "userId": "af9847eb-c773-41ae-bf94-42747c5e986c", "appId": "1b3edb90-1e06-46db-b021-e2fc1f7ddaf5", "appDisplayName": "Beatrust", "ipAddress": "42.62.103.34", "status": {"errorCode": 0, "additionalDetails": "MFA requirement satisfied by claim in the token"}, "clientAppUsed": "Browser", "deviceDetail": {"deviceId": "76b96bd3-e5d7-49ee-b195-bf363facdb3d", "displayName": "JOSEPHTAYLOR-LT", "operatingSystem": "Windows 10", "browser": "Rich Client 5.2.7.0", "isCompliant": true, "isManaged": true, "trustType": "Azure AD joined"}, "location": {"city": "Jessicafurt", "state": "Smithbury", "countryOrRegion": "XF", "geoCoordinates": {"latitude": 17.5082395, "longitude": -115.304215}}, "mfaDetail": {}, "correlationId": "b5cb2d48-fc63-4129-9b70-58b04637d79b", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "8a0e0969-2671-4e32-8990-8e277147ad7a", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "processingTimeInMilliseconds": 277, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Beatrust Service", "resourceId": "24578515-1951-4064-967d-0d2acaf0aa70", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 393508, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "9IgIkaFGEnKJBz2AEOINNmIeRTLnhsWEVKNCPmBUAWyFJSSR", "incomingTokenType": "none", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "0e68752b-7dfa-400b-a6f5-1b54af90696a"}}, {"time": "2022-08-23T18:16:25.400955Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "13.113.40.157", "correlationId": "e3767985-e052-48d3-b04a-7e9dcd72e9dc", "identity": "Attack Target", "Level": 4, "location": "XR", "properties": {"id": "c7a26d47-4335-4fb6-9ae4-3b53743b6a00", "createdDateTime": "2022-08-23T18:16:25.531955Z", "userDisplayName": "Attack Target", "userPrincipalName": "attacktarget@domain.com", "userId": "d735e84b-dcca-404d-9f7d-700f360f41a6", "appId": "9a7e67c7-6f05-42a3-b226-97c7ec3e9696", "appDisplayName": "Adobe Identity Management", "ipAddress": "13.113.40.157", "status": {"errorCode": 0}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (iPad; CPU iPad OS 9_3_6 like Mac OS X) AppleWebKit/536.1 (KHTML, like Gecko) CriOS/42.0.865.0 Mobile/77O124 Safari/536.1 Edge/99.14477", "deviceDetail": {"deviceId": "a44625dc-6f81-449a-9799-8005f7209b42", "displayName": "ATTACKTARGET-LT", "operatingSystem": "Windows 10", "browser": "Edge 99.14477", "trustType": "Azure AD registered"}, "location": {"city": "New John", "state": "Smithfort", "countryOrRegion": "XR", "geoCoordinates": {"latitude": -89.144242, "longitude": 168.119022}}, "correlationId": "b91c8718-b483-4f58-835b-7d8380705b28", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "e6075683-2861-4aa1-9f58-c0f8a0ada379", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 131, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Adobe Identity Management Service", "resourceId": "80abac89-d2c0-4b6c-8ffc-5023bd7efc5e", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 34974, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "aSbhj7aWfHIP39xxLF7eiE7QpvwQgcw69jQTkgIVAbwoJUiY", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": null, "rngcStatus": 0}}, {"time": "2022-08-23T18:22:32.912369Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "212.169.11.63", "correlationId": "de39f761-885c-4253-9e99-23a66165240e", "identity": "Kristen Howell", "Level": 4, "location": "XR", "properties": {"id": "66d1265d-a794-48fb-9188-fc3525eb6f00", "createdDateTime": "2022-08-23T18:22:33.010369Z", "userDisplayName": "Kristen Howell", "userPrincipalName": "khowell@domain.com", "userId": "20e1e3f9-665f-45bd-9984-5e74b526d3b5", "appId": "9167c284-c68f-468a-84be-0ee4f23879fe", "appDisplayName": "ArcGIS Enterprise", "ipAddress": "212.169.11.63", "status": {"errorCode": 0}, "clientAppUsed": "Mobile Apps and Desktop clients", "deviceDetail": {"deviceId": "", "operatingSystem": "Ios", "browser": "Mobile Safari"}, "location": {"city": "North Lisachester", "state": "Smithton", "countryOrRegion": "XR", "geoCoordinates": {"latitude": -69.00844, "longitude": -172.534328}}, "correlationId": "0d80f49d-3b75-4c39-bbd7-460971384f78", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "a4d65171-7cd3-47d3-a51b-53977d41e767", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 98, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "ArcGIS Enterprise Service", "resourceId": "1f1f8006-bcaf-48ed-96be-45ba0b1802c3", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 144064, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "F1VHVaLcWMLIvejguPRdOLSciwbKvUVtsyn61ty0AoubBrTY", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": null, "rngcStatus": 0}}, {"time": "2022-08-23T18:28:39.971306Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "13.113.40.157", "correlationId": "6ed8b1c0-f523-4629-95ca-40b81a622285", "identity": "Attack Target", "Level": 4, "location": "XR", "properties": {"id": "dbc70563-d52e-4283-b326-d1722cf36d00", "createdDateTime": "2022-08-23T18:28:40.094306Z", "userDisplayName": "Attack Target", "userPrincipalName": "attacktarget@domain.com", "userId": "d735e84b-dcca-404d-9f7d-700f360f41a6", "appId": "9a7e67c7-6f05-42a3-b226-97c7ec3e9696", "appDisplayName": "Adobe Identity Management", "ipAddress": "13.113.40.157", "ipAddressFromResourceProvider": "13.113.40.157", "status": {"errorCode": 0}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (iPad; CPU iPad OS 9_3_6 like Mac OS X) AppleWebKit/536.1 (KHTML, like Gecko) CriOS/42.0.865.0 Mobile/77O124 Safari/536.1 Edge/99.14477", "deviceDetail": {"deviceId": "a44625dc-6f81-449a-9799-8005f7209b42", "displayName": "ATTACKTARGET-LT", "operatingSystem": "Windows 10", "browser": "Edge 99.14477", "trustType": "Azure AD registered"}, "location": {"city": "New John", "state": "Smithfort", "countryOrRegion": "XR", "geoCoordinates": {"latitude": -89.144242, "longitude": 168.119022}}, "correlationId": "146c527d-5816-4336-8118-3e0f801e1685", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "42157fda-f8da-4752-8e2c-5ee659362981", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 123, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Adobe Identity Management Service", "resourceId": "c8eab36d-0a82-409d-8693-a8dabc997921", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 34974, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "fGaYaAvBiE0sA2WWlViwyVpvV8KDpdzSLA9wGRYWlffc262i", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "2248d3ef-d7b8-4eb2-bd20-fb53f725bfe3", "rngcStatus": 0}}, {"time": "2022-08-23T18:30:41.661276Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "50158", "resultSignature": "None", "resultDescription": "External security challenge was not satisfied.", "durationMs": 0, "callerIpAddress": "92.110.109.246", "correlationId": "54469fa1-bca1-401f-957a-f5a4062a93fe", "identity": "Thomas Price", "Level": 4, "location": "XR", "properties": {"id": "6f7168cd-e484-40e8-bcf7-7fe9dccf7f00", "createdDateTime": "2022-08-23T18:30:41.804276Z", "userDisplayName": "Thomas Price", "userPrincipalName": "tprice@domain.com", "userId": "32109ee2-ee4f-4d11-9c38-2556aec0f2b5", "appId": "9a7e67c7-6f05-42a3-b226-97c7ec3e9696", "appDisplayName": "Adobe Identity Management", "ipAddress": "92.110.109.246", "status": {"errorCode": 50158, "failureReason": "External security challenge was not satisfied."}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (X11; Linux i686) AppleWebKit/535.2 (KHTML, like Gecko) Chrome/22.0.843.0 Safari/535.2 Edge/118.12158", "deviceDetail": {"deviceId": "0927e60c-8dfa-4ecf-be85-ad63bccf40a1", "displayName": "THOMASPRICE-LT", "operatingSystem": "Windows 10", "browser": "Edge 118.12158", "trustType": "Hybrid Azure AD joined"}, "location": {"city": "Port Denisetown", "state": "Smithton", "countryOrRegion": "XR", "geoCoordinates": {"latitude": 3.5518965, "longitude": 131.871582}}, "correlationId": "7544c3ab-b133-42f6-9e73-1bf928730ba0", "conditionalAccessStatus": "failure", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "d651d5cd-794b-4807-80a7-428ac4460b6b", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 143, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Adobe Identity Management Service", "resourceId": "30663ca7-f8a9-43ab-8ca1-7906bdbc1485", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 230297, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "ukiCj1TbUdkaeXeCaNW1FfSj8c63JB7T3Qg4cAOoG2mJDPdL", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "a6c259e5-7f16-48b2-a9f3-75becd6daa9b", "rngcStatus": 0}}, {"time": "2022-08-23T18:35:29.718284Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "57.9.228.50", "correlationId": "8ebdb869-e8a4-4309-880c-23c635fe1d4e", "identity": "Thomas Price", "Level": 4, "location": "XQ", "properties": {"id": "3d9beed6-c74c-4138-a357-12d607fe9b00", "createdDateTime": "2022-08-23T18:35:29.835284Z", "userDisplayName": "Thomas Price", "userPrincipalName": "tprice@domain.com", "userId": "32109ee2-ee4f-4d11-9c38-2556aec0f2b5", "appId": "2eae4ad1-8cae-48fe-b718-76bd66e2fc7f", "appDisplayName": "Bipsync", "ipAddress": "57.9.228.50", "status": {"errorCode": 0}, "clientAppUsed": "Mobile Apps and Desktop clients", "deviceDetail": {"deviceId": "", "operatingSystem": "Android"}, "location": {"city": "Francoshire", "state": "Chanshire", "countryOrRegion": "XQ", "geoCoordinates": {"latitude": -6.227289, "longitude": -139.229536}}, "correlationId": "19d6d1ee-33e6-421e-957b-239364155f36", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "f72f301a-53a0-42bd-9863-d3f981aaf9d3", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 117, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Bipsync Service", "resourceId": "aaf780ce-b996-49b9-986d-8bb23f7bce3a", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 497360, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "gTxa5VTVJvTiTOiQR4oNPN87EE84L1l8U6Kl4wvccutlco65", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "b7da42cc-a168-4148-b15a-792ad32c2ff5", "rngcStatus": 0}}, {"time": "2022-08-23T18:50:17.315069Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "13.113.40.157", "correlationId": "ddb0a904-de4f-4979-b092-08f318162c3e", "identity": "Attack Target", "Level": 4, "location": "XR", "properties": {"id": "70084a8c-f56a-450b-8ce6-510d0e179100", "createdDateTime": "2022-08-23T18:50:17.572069Z", "userDisplayName": "Attack Target", "userPrincipalName": "attacktarget@domain.com", "userId": "d735e84b-dcca-404d-9f7d-700f360f41a6", "appId": "9c5b7fe3-0ad2-4ea6-94e5-9e0001f367e3", "appDisplayName": "Articulate 360", "ipAddress": "13.113.40.157", "status": {"errorCode": 0}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (iPad; CPU iPad OS 9_3_6 like Mac OS X) AppleWebKit/536.1 (KHTML, like Gecko) CriOS/42.0.865.0 Mobile/77O124 Safari/536.1 Edge/99.14477", "deviceDetail": {"deviceId": "a44625dc-6f81-449a-9799-8005f7209b42", "displayName": "ATTACKTARGET-LT", "operatingSystem": "Windows 10", "browser": "Edge 99.14477", "trustType": "Azure AD registered"}, "location": {"city": "Smithfort", "state": "Smithfort", "countryOrRegion": "XR", "geoCoordinates": {"latitude": 3.7564095, "longitude": -121.574606}}, "correlationId": "2a23028d-7dc2-451f-845e-511852ef1969", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "2e6aa9d9-671a-4651-a291-271a7182a5cc", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 257, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Articulate 360 Online", "resourceId": "436260d5-3791-4aea-a4da-aa698ec35f2f", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 34974, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "kHuf7A3wbB6DSOL8GFlld99gCfcyKgI4XhuR43XzZ1E5mg6C", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "94b9f3ba-5f4b-4edc-99dc-a420b76960f9", "rngcStatus": 0}}, {"time": "2022-08-23T19:18:01.306834Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "13.113.40.157", "correlationId": "31cc1903-14e3-482e-9626-95a5b210e645", "identity": "Attack Target", "Level": 4, "location": "XR", "properties": {"id": "24f34ea2-62fd-45db-9e25-0b538e999800", "createdDateTime": "2022-08-23T19:18:01.541834Z", "userDisplayName": "Attack Target", "userPrincipalName": "attacktarget@domain.com", "userId": "d735e84b-dcca-404d-9f7d-700f360f41a6", "appId": "9c5b7fe3-0ad2-4ea6-94e5-9e0001f367e3", "appDisplayName": "Articulate 360", "ipAddress": "13.113.40.157", "status": {"errorCode": 0}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (iPad; CPU iPad OS 9_3_6 like Mac OS X) AppleWebKit/536.1 (KHTML, like Gecko) CriOS/42.0.865.0 Mobile/77O124 Safari/536.1 Edge/99.14477", "deviceDetail": {"deviceId": "a44625dc-6f81-449a-9799-8005f7209b42", "displayName": "ATTACKTARGET-LT", "operatingSystem": "Windows 10", "browser": "Edge 99.14477", "trustType": "Azure AD registered"}, "location": {"city": "Smithfort", "state": "Smithfort", "countryOrRegion": "XR", "geoCoordinates": {"latitude": 3.7564095, "longitude": -121.574606}}, "correlationId": "16b1b9ff-0705-4e6d-8bd0-c9d6a85d0101", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "3756df20-f6c0-4142-af04-739b625c8313", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 235, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Articulate 360 Online", "resourceId": "436260d5-3791-4aea-a4da-aa698ec35f2f", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 34974, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "URHRUQnEMyQXZsALbkEJL2oryDrASO3xHE2Lrg0iWE2EEbi0", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "94b9f3ba-5f4b-4edc-99dc-a420b76960f9", "rngcStatus": 0}}, {"time": "2022-08-23T19:19:40.356379Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "10.14.188.154", "correlationId": "34947cfc-ee77-44ff-8bbe-9801e3c8369a", "identity": "Alicia Ramirez", "Level": 4, "location": "XR", "properties": {"id": "f505147a-5077-45f0-a7a3-a6b460486a00", "createdDateTime": "2022-08-23T19:19:40.488379Z", "userDisplayName": "Alicia Ramirez", "userPrincipalName": "aramirez@domain.com", "userId": "50125906-f0ff-4d56-a7d2-397a3c9d477e", "appId": "dbe6b779-13df-45f2-a6d7-1323485479f6", "appDisplayName": "Cisco Webex", "ipAddress": "10.14.188.154", "status": {"errorCode": 0}, "clientAppUsed": "Browser", "deviceDetail": {"deviceId": "51dc6022-7b43-4a76-a5c8-6f29eb6be5c8", "displayName": "ALICIARAMIREZ-LT", "operatingSystem": "Android", "browser": "Rich Client 4.38.0.0", "isCompliant": true, "isManaged": true, "trustType": "Azure AD registered"}, "location": {"city": "Susanside", "state": "Morrisview", "countryOrRegion": "XR", "geoCoordinates": {"latitude": 57.8050005, "longitude": -51.781534}}, "correlationId": "ca9aa489-7d8c-47eb-a07e-cc538c7df92b", "conditionalAccessStatus": "notApplied", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "181304e0-b5fc-43e3-aabf-173cab6ad939", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 132, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Cisco Webex Service", "resourceId": "f72c694e-4e03-4616-91f3-78c5fe54122a", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 432564, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "mC2N3foHNH1TNQLPWSzTfrqvnG73zfPRLFWTQRp4lVBIJvXd", "incomingTokenType": "none", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "1674f597-9877-4ff9-a5d9-accfea860d15", "rngcStatus": 0}}, {"time": "2022-08-23T19:23:23.089095Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "156.206.181.119", "correlationId": "4a62a11d-0672-4483-9072-360c941c8ce4", "identity": "Cynthia Perry", "Level": 4, "location": "XY", "properties": {"id": "96843c4e-d6c8-49c6-9d20-6412f8c26a00", "createdDateTime": "2022-08-23T19:23:23.159095Z", "userDisplayName": "Cynthia Perry", "userPrincipalName": "cperry@domain.com", "userId": "ac5fa380-9d5b-470e-beb2-5ba10aca48e6", "appId": "9de6e985-97a5-4d82-9c45-aedaa9c25ef9", "appDisplayName": "AWS Single-Account Access", "ipAddress": "156.206.181.119", "status": {"errorCode": 0}, "clientAppUsed": "Browser", "deviceDetail": {"deviceId": "", "operatingSystem": "Windows"}, "location": {"city": "Hannaville", "state": "Thomashaven", "countryOrRegion": "XY", "geoCoordinates": {"latitude": 1.1452695, "longitude": 128.249211}}, "correlationId": "51e4bc53-fdfd-4728-995d-a7aaacbbf562", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "9d65aad7-9852-4c31-996c-209994367fef", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 70, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "AWS Single-Account Access Service", "resourceId": "72f0186d-d327-46c9-a8ff-497e0caa8691", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 279165, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "WhuKigGul6xjGulKnKCWYl3TUfXihUgzMdUYoJPrmuXZet02", "incomingTokenType": "none", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": null, "rngcStatus": 0}}, {"time": "2022-08-23T19:36:26.893977Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "50158", "resultSignature": "None", "resultDescription": "External security challenge was not satisfied.", "durationMs": 0, "callerIpAddress": "105.169.153.183", "correlationId": "4bdf103a-a0bd-4500-8928-8b29ac123bb6", "identity": "Thomas Price", "Level": 4, "location": "XR", "properties": {"id": "61aaa40e-2fb7-4775-bea6-cf4999089a00", "createdDateTime": "2022-08-23T19:36:27.006977Z", "userDisplayName": "Thomas Price", "userPrincipalName": "tprice@domain.com", "userId": "32109ee2-ee4f-4d11-9c38-2556aec0f2b5", "appId": "9a7e67c7-6f05-42a3-b226-97c7ec3e9696", "appDisplayName": "Adobe Identity Management", "ipAddress": "105.169.153.183", "status": {"errorCode": 50158, "failureReason": "External security challenge was not satisfied."}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (X11; Linux i686) AppleWebKit/535.2 (KHTML, like Gecko) Chrome/22.0.843.0 Safari/535.2 Edge/118.12158", "deviceDetail": {"deviceId": "2b85c59f-331a-4b61-9a44-9d3d6df62a06", "displayName": "THOMASPRICE-LT", "operatingSystem": "Windows 10", "browser": "Edge 118.12158", "trustType": "Hybrid Azure AD joined"}, "location": {"city": "Santosborough", "state": "Smithton", "countryOrRegion": "XR", "geoCoordinates": {"latitude": 12.8350355, "longitude": 138.359011}}, "correlationId": "8cc84bdb-72b0-4387-9b60-3f5fb6270f28", "conditionalAccessStatus": "failure", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "600db221-ab0a-490b-bcfb-4f5caa513ba0", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 113, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Adobe Identity Management Service", "resourceId": "30663ca7-f8a9-43ab-8ca1-7906bdbc1485", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 256668, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "eyKCAGgcjiTD1nMHymQ9KZ0t4aQ01FzP5I3k5kgLCGNjxXrU", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "a6c259e5-7f16-48b2-a9f3-75becd6daa9b", "rngcStatus": 0}}, {"time": "2022-08-23T19:40:50.269924Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "42.62.103.34", "correlationId": "61163717-9470-46c0-8216-f95d75d7671b", "identity": "Joseph Taylor", "Level": 4, "location": "XF", "properties": {"id": "ada0cd79-9550-4249-a9fe-bc57668f9700", "createdDateTime": "2022-08-23T19:40:50.353924Z", "userDisplayName": "Joseph Taylor", "userPrincipalName": "jtaylor@domain.com", "userId": "af9847eb-c773-41ae-bf94-42747c5e986c", "appId": "36f74ffc-90e8-46e0-b0ed-588b76ed6f47", "appDisplayName": "Inspire", "ipAddress": "42.62.103.34", "status": {"errorCode": 0, "additionalDetails": "MFA requirement satisfied by claim in the token"}, "clientAppUsed": "Browser", "userAgent": "Mozilla/5.0 (Linux; Android 2.3.5) AppleWebKit/532.2 (KHTML, like Gecko) Chrome/46.0.898.0 Safari/532.2 Edge/105.19198", "deviceDetail": {"deviceId": "76b96bd3-e5d7-49ee-b195-bf363facdb3d", "displayName": "JOSEPHTAYLOR-LT", "operatingSystem": "Windows 10", "browser": "Edge 105.19198", "isCompliant": true, "isManaged": true, "trustType": "Azure AD joined"}, "location": {"city": "Jessicafurt", "state": "Smithbury", "countryOrRegion": "XF", "geoCoordinates": {"latitude": 17.5082395, "longitude": -115.304215}}, "mfaDetail": {}, "correlationId": "ef0ff5d7-2ad4-47ab-ba50-57798ba3c04b", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "8a5f4fa5-61b4-466a-b573-b14d1ca9f549", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 84, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Inspire Online", "resourceId": "8a137ba4-52ae-4dbf-94af-2e56851573c4", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 393508, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "HltN8u7S7MhJC5uvfqytal1cXfQrw5sU9yzc62ijFfiLGIl5", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": null, "rngcStatus": 0}}, {"time": "2022-08-23T19:49:23.906939Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "SignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "50158", "resultSignature": "None", "resultDescription": "External security challenge was not satisfied.", "durationMs": 0, "callerIpAddress": "1.210.58.10", "correlationId": "09693a96-f03a-4dc3-a252-90f7e9754895", "identity": "Keith Sheppard", "Level": 4, "location": "XD", "properties": {"id": "4c995af8-3e38-4dcb-9141-ed0186d07100", "createdDateTime": "2022-08-23T19:49:24.048939Z", "userDisplayName": "Keith Sheppard", "userPrincipalName": "ksheppard@domain.com", "userId": "05bd48f1-91d2-4c2d-9a7c-80e80f561b3c", "appId": "a5322cbf-7100-41e3-85a1-3a8b74ba221c", "appDisplayName": "Stormboard", "ipAddress": "1.210.58.10", "status": {"errorCode": 50158, "failureReason": "External security challenge was not satisfied."}, "clientAppUsed": "Browser", "userAgent": "Mozilla/5.0 (Linux; Android 2.3.5) AppleWebKit/532.2 (KHTML, like Gecko) Chrome/46.0.898.0 Safari/532.2 Edge/105.19198", "deviceDetail": {"deviceId": "639815fd-5018-4e38-9d81-67538b2ce460", "displayName": "KEITHSHEPPARD-LT", "operatingSystem": "Windows 10", "browser": "Edge 105.19198", "trustType": "Azure AD registered"}, "location": {"city": "Cooperhaven", "state": "Norrisbury", "countryOrRegion": "XD", "geoCoordinates": {"latitude": 70.436398, "longitude": -23.873747}}, "correlationId": "29d2e4fb-32b3-4a8e-a468-f581b927d0e9", "conditionalAccessStatus": "failure", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "0c28f2fa-a92e-4548-9c30-515cc0a09bab", "isInteractive": true, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 142, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Stormboard Online", "resourceId": "24578515-1951-4064-967d-0d2acaf0aa70", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "alternateSignInName": "ksheppard1@domain.com", "signInIdentifier": "ksheppard1@domain.com", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 69487, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "OSCY85rRYBUurjHtruX99cC3eNqXoALBzcUZOY6Tc4fN5ZHV", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "0e68752b-7dfa-400b-a6f5-1b54af90696a", "rngcStatus": 0}}, {"time": "2022-08-23T20:03:34.063195Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "50158", "resultSignature": "None", "resultDescription": "External security challenge was not satisfied.", "durationMs": 0, "callerIpAddress": "92.110.109.246", "correlationId": "9543b015-e256-48d0-93c1-73fcdb16b183", "identity": "Thomas Price", "Level": 4, "location": "XR", "properties": {"id": "5157fc82-82da-43b7-8f8f-e2f488ae5300", "createdDateTime": "2022-08-23T20:03:34.196195Z", "userDisplayName": "Thomas Price", "userPrincipalName": "tprice@domain.com", "userId": "32109ee2-ee4f-4d11-9c38-2556aec0f2b5", "appId": "9a7e67c7-6f05-42a3-b226-97c7ec3e9696", "appDisplayName": "Adobe Identity Management", "ipAddress": "92.110.109.246", "status": {"errorCode": 50158, "failureReason": "External security challenge was not satisfied."}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (X11; Linux i686) AppleWebKit/535.2 (KHTML, like Gecko) Chrome/22.0.843.0 Safari/535.2 Edge/118.12158", "deviceDetail": {"deviceId": "a31478d2-f778-4d5a-b081-22579a9edcbe", "displayName": "THOMASPRICE-LT", "operatingSystem": "Windows 10", "browser": "Edge 118.12158", "trustType": "Hybrid Azure AD joined"}, "location": {"city": "Port Denisetown", "state": "Smithton", "countryOrRegion": "XR", "geoCoordinates": {"latitude": 3.5518965, "longitude": 131.871582}}, "correlationId": "b44640cb-a06d-45ea-9a9d-4792e036e5e3", "conditionalAccessStatus": "failure", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "c722e8b0-5d34-4f05-a4b2-3dfb722f8849", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "processingTimeInMilliseconds": 133, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Adobe Identity Management Service", "resourceId": "30663ca7-f8a9-43ab-8ca1-7906bdbc1485", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 230297, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "LDDGgNGxl29cGG3DKLaVkAMioiAQkbSezOYuoMDmtUvBVHT5", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "a6c259e5-7f16-48b2-a9f3-75becd6daa9b"}}, {"time": "2022-08-23T20:06:22.630510Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "205.33.24.92", "correlationId": "afcaccec-8cde-49fd-b54e-044cd6458fc8", "identity": "Aaron Cole", "Level": 4, "location": "XD", "properties": {"id": "86ec8f81-b065-45d1-84e2-abcf72188500", "createdDateTime": "2022-08-23T20:06:22.708510Z", "userDisplayName": "Aaron Cole", "userPrincipalName": "acole@domain.com", "userId": "5d557969-1645-4ba4-be83-b6fd943659f7", "appId": "36f74ffc-90e8-46e0-b0ed-588b76ed6f47", "appDisplayName": "Inspire", "ipAddress": "205.33.24.92", "status": {"errorCode": 0}, "clientAppUsed": "Browser", "deviceDetail": {"deviceId": "", "operatingSystem": "Windows", "browser": "Rich Client 4.35.1.0"}, "location": {"city": "Kristinmouth", "state": "Norrisbury", "countryOrRegion": "XD", "geoCoordinates": {"latitude": 26.278784, "longitude": -92.042573}}, "correlationId": "4c0898ec-4ae6-4029-af49-1fbaf1fda130", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "2d9d9e35-2556-46ef-af6d-8a7e2fff9132", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 78, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Inspire Online", "resourceId": "042c3df9-f692-4971-8c0b-72867fa422dd", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 214655, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "9UjYxg9vy8BSon9Sjx2Bg7rid4oo3cmRD8cBhGaTDRGZZiXU", "incomingTokenType": "none", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "9dab86e5-2edb-4073-bed1-a1b309638aa2", "rngcStatus": 0}}, {"time": "2022-08-23T20:13:05.672971Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "86.154.193.190", "correlationId": "2e002170-6d00-4553-a318-527a649d638e", "identity": "Jamie Watson", "Level": 4, "location": "XR", "properties": {"id": "5751f928-f6db-4f32-8ce6-39707d8a6b00", "createdDateTime": "2022-08-23T20:13:05.912971Z", "userDisplayName": "Jamie Watson", "userPrincipalName": "jwatson@domain.com", "userId": "2844695b-9a70-48ed-a5ce-f3d711e2292b", "appId": "9c5b7fe3-0ad2-4ea6-94e5-9e0001f367e3", "appDisplayName": "Articulate 360", "ipAddress": "86.154.193.190", "status": {"errorCode": 0}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (X11; Linux i686) AppleWebKit/533.0 (KHTML, like Gecko) Chrome/24.0.803.0 Safari/533.0 Edge/40.11325", "deviceDetail": {"deviceId": "fc784602-6455-4450-be3c-6770e0359f8a", "displayName": "JAMIEWATSON-LT", "operatingSystem": "Windows 10", "browser": "Edge 40.11325", "isCompliant": true, "isManaged": true, "trustType": "Azure AD joined"}, "location": {"city": "Port Denisetown", "state": "Smithton", "countryOrRegion": "XR", "geoCoordinates": {"latitude": 3.5518965, "longitude": 131.871582}}, "correlationId": "17d2b086-5135-473e-a1cf-e25c29e62a93", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "b8ce1b12-3419-4bc4-b6b4-43137586234d", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 240, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Articulate 360 Online", "resourceId": "436260d5-3791-4aea-a4da-aa698ec35f2f", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 256668, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "bGmBtHIlYCyELtcpxxidwloQ3fCn1lddSCHwduK31rYEX96O", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "94b9f3ba-5f4b-4edc-99dc-a420b76960f9", "rngcStatus": 0}}, {"time": "2022-08-23T20:16:30.542512Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "13.113.40.157", "correlationId": "48e13365-84be-425a-8e6d-d74fb6fe7074", "identity": "Attack Target", "Level": 4, "location": "XR", "properties": {"id": "541ec948-4b40-46bd-a337-75cb386d6800", "createdDateTime": "2022-08-23T20:16:30.673512Z", "userDisplayName": "Attack Target", "userPrincipalName": "attacktarget@domain.com", "userId": "d735e84b-dcca-404d-9f7d-700f360f41a6", "appId": "9a7e67c7-6f05-42a3-b226-97c7ec3e9696", "appDisplayName": "Adobe Identity Management", "ipAddress": "13.113.40.157", "ipAddressFromResourceProvider": "13.113.40.157", "status": {"errorCode": 0}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (iPad; CPU iPad OS 9_3_6 like Mac OS X) AppleWebKit/536.1 (KHTML, like Gecko) CriOS/42.0.865.0 Mobile/77O124 Safari/536.1 Edge/99.14477", "deviceDetail": {"deviceId": "a44625dc-6f81-449a-9799-8005f7209b42", "displayName": "ATTACKTARGET-LT", "operatingSystem": "Windows 10", "browser": "Edge 99.14477", "trustType": "Azure AD registered"}, "location": {"city": "New John", "state": "Smithfort", "countryOrRegion": "XR", "geoCoordinates": {"latitude": -89.144242, "longitude": 168.119022}}, "correlationId": "60ccd5e9-44c1-4eeb-9bc2-b60d971ec259", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "05c6d01d-0de2-427c-9ff8-402c4e7b8ced", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 131, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Adobe Identity Management Service", "resourceId": "c8eab36d-0a82-409d-8693-a8dabc997921", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 34974, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "csndI3atY90ZvWDYruHWO1AZlNt7licJwvqSvnY95Wb0vstl", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "2248d3ef-d7b8-4eb2-bd20-fb53f725bfe3", "rngcStatus": 0}}, {"time": "2022-08-23T20:34:21.125894Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "21.206.133.221", "correlationId": "4f388c04-3266-4aa5-aa22-0420569d26ff", "identity": "Angela Kerr", "Level": 4, "location": "XQ", "properties": {"id": "ffcaca16-51c9-4067-8710-403c695f7200", "createdDateTime": "2022-08-23T20:34:21.405894Z", "userDisplayName": "Angela Kerr", "userPrincipalName": "akerr@domain.com", "userId": "0db48846-20f7-44bc-bbdd-457a8ea9f7d8", "appId": "213e242a-ce28-4ff8-9c97-1db2ba971999", "appDisplayName": "TonicDM", "ipAddress": "21.206.133.221", "status": {"errorCode": 0}, "clientAppUsed": "Browser", "deviceDetail": {"deviceId": "056bc9c5-bae6-4899-8f41-c449b9b8d11b", "displayName": "ANGELAKERR-LT", "operatingSystem": "Windows", "browser": "Rich Client 4.37.0.0", "trustType": "Azure AD registered"}, "location": {"city": "Brownton", "state": "Stephanieberg", "countryOrRegion": "XQ", "geoCoordinates": {"latitude": -37.755925, "longitude": -139.744832}}, "correlationId": "01c14688-0832-4047-9771-89faadcca559", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "a317da3f-924a-44b2-8462-b534dc111f81", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 280, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "TonicDM Service", "resourceId": "f0630e90-b752-4960-bfb9-a0794fc34930", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 12916, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "iUKQpqMBZILdHZoHlepxcF1c00xYTGsLs9QnDepIc0u6QhWP", "incomingTokenType": "none", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "1f37c851-4be4-455b-928a-fbde7845a68a", "rngcStatus": 0}}, {"time": "2022-08-23T20:43:06.172860Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "50158", "resultSignature": "None", "resultDescription": "External security challenge was not satisfied.", "durationMs": 0, "callerIpAddress": "105.169.153.183", "correlationId": "92f9a0e2-2b04-4138-ad62-5047db15aa5c", "identity": "Thomas Price", "Level": 4, "location": "XR", "properties": {"id": "19a7b609-0556-4362-ba62-46aba8907000", "createdDateTime": "2022-08-23T20:43:06.311860Z", "userDisplayName": "Thomas Price", "userPrincipalName": "tprice@domain.com", "userId": "32109ee2-ee4f-4d11-9c38-2556aec0f2b5", "appId": "9a7e67c7-6f05-42a3-b226-97c7ec3e9696", "appDisplayName": "Adobe Identity Management", "ipAddress": "105.169.153.183", "status": {"errorCode": 50158, "failureReason": "External security challenge was not satisfied."}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (X11; Linux i686) AppleWebKit/535.2 (KHTML, like Gecko) Chrome/22.0.843.0 Safari/535.2 Edge/118.12158", "deviceDetail": {"deviceId": "2b85c59f-331a-4b61-9a44-9d3d6df62a06", "displayName": "THOMASPRICE-LT", "operatingSystem": "Windows 10", "browser": "Edge 118.12158", "trustType": "Hybrid Azure AD joined"}, "location": {"city": "Kevinton", "state": "Smithton", "countryOrRegion": "XR", "geoCoordinates": {"latitude": -87.5106305, "longitude": -77.991036}}, "correlationId": "936aa8ac-2164-456a-a911-f1a8fde1d36c", "conditionalAccessStatus": "failure", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "768f55ad-62af-45d5-9377-bc9d11b2536f", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 139, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Adobe Identity Management Service", "resourceId": "30663ca7-f8a9-43ab-8ca1-7906bdbc1485", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 256668, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "FYLZOfy0Wk2Scqa2B7ZDuLhY38rIc28HzzRhB9ylpj6Y2IAk", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "a6c259e5-7f16-48b2-a9f3-75becd6daa9b", "rngcStatus": 0}}, {"time": "2022-08-23T21:10:23.207802Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "SignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "91.132.253.146", "correlationId": "c50f0df9-8402-4879-a8a9-e9cb6aed60e9", "identity": "Aaron Cole", "Level": 4, "location": "XD", "properties": {"id": "6bc2e7cc-9e37-4d1b-b0e2-c04d5c854b00", "createdDateTime": "2022-08-23T21:10:23.303802Z", "userDisplayName": "Aaron Cole", "userPrincipalName": "acole@domain.com", "userId": "5d557969-1645-4ba4-be83-b6fd943659f7", "appId": "b6eb5487-41e5-4254-acc5-72fbd850bd1e", "appDisplayName": "Google Cloud / G Suite Connector by Microsoft", "ipAddress": "91.132.253.146", "status": {"errorCode": 0}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (iPad; CPU iPad OS 14_2 like Mac OS X) AppleWebKit/535.2 (KHTML, like Gecko) CriOS/33.0.816.0 Mobile/88O531 Safari/535.2 Edge/117.19612", "deviceDetail": {"deviceId": "", "operatingSystem": "Windows 10", "browser": "Edge 117.19612"}, "location": {"city": "Rickshire", "state": "Norrisbury", "countryOrRegion": "XD", "geoCoordinates": {"latitude": -78.5751045, "longitude": 58.329246}}, "correlationId": "5a510637-7699-485c-9197-e454c82ac88f", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "e44b4908-35af-48df-b940-773485b9a6f9", "isInteractive": true, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "processingTimeInMilliseconds": 96, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Google Cloud / G Suite Connector by Microsoft Service", "resourceId": "c76d5f74-7ee8-4657-b84f-a50641692265", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 214655, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "jOrOiOvODutaeNoljRiST27h8PQsREitAX7qQbthqFRzd7XX", "incomingTokenType": "none", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": null}}, {"time": "2022-08-23T21:12:36.162064Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "91.132.253.146", "correlationId": "839852b6-e17d-4c2d-beb7-219c5d677c61", "identity": "Aaron Cole", "Level": 4, "location": "XD", "properties": {"id": "20f677f0-ddf9-46df-bf50-9e2923528a00", "createdDateTime": "2022-08-23T21:12:36.270064Z", "userDisplayName": "Aaron Cole", "userPrincipalName": "acole@domain.com", "userId": "5d557969-1645-4ba4-be83-b6fd943659f7", "appId": "09882a0a-ccfc-4f24-bedf-653c30932b5b", "appDisplayName": "InviteDesk", "ipAddress": "91.132.253.146", "status": {"errorCode": 0}, "clientAppUsed": "Browser", "deviceDetail": {"deviceId": "", "operatingSystem": "Windows"}, "location": {"city": "Rickshire", "state": "Norrisbury", "countryOrRegion": "XD", "geoCoordinates": {"latitude": -78.5751045, "longitude": 58.329246}}, "correlationId": "6dcc0c8f-4510-4df4-a18a-159415506f75", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "d6dd87f2-5ed3-468c-8193-5e7de9591945", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 108, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "InviteDesk Online", "resourceId": "0b9f3c5b-c82f-4be0-898a-0932089530b1", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 214655, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "laHGM87EsuXPuyYwGiLlw9yJbiDVunPKAf5DQY2x6SS0XWtx", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": null, "rngcStatus": 0}}, {"time": "2022-08-23T21:16:50.975123Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "105.169.153.183", "correlationId": "798c3ba0-908d-1000-bb59-6c663df1676f", "identity": "Jim Gonzalez", "Level": 4, "location": "XR", "properties": {"id": "444f54e0-e5b3-4eda-8063-00d23ad78700", "createdDateTime": "2022-08-23T21:16:51.162123Z", "userDisplayName": "Jim Gonzalez", "userPrincipalName": "jgonzalez@domain.com", "userId": "95090045-a9c5-489c-adee-2db430a3333a", "appId": "439cf80c-f381-45bd-9b6a-a006882e7246", "appDisplayName": "Atlassian Cloud", "ipAddress": "105.169.153.183", "status": {"errorCode": 0}, "clientAppUsed": "Browser", "deviceDetail": {"deviceId": "15135d1f-cb47-4bd8-b76d-90a9171c09bd", "displayName": "JIMGONZALEZ-LT", "operatingSystem": "Windows", "trustType": "Azure AD registered"}, "location": {"city": "Santosborough", "state": "Smithton", "countryOrRegion": "XR", "geoCoordinates": {"latitude": 12.8350355, "longitude": 138.359011}}, "correlationId": "52fe8236-1392-4e41-8a23-0ed4e5fb6fd7", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "88b13650-3053-46d7-9154-dc827fc1693d", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 187, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Atlassian Cloud", "resourceId": "c8eab36d-0a82-409d-8693-a8dabc997921", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 256668, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "CaTlnoH9XcH7KjHC2k0DczcIoaJImSLfZpOAl01qfIcvlU0h", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "2248d3ef-d7b8-4eb2-bd20-fb53f725bfe3", "rngcStatus": 0}}, {"time": "2022-08-23T21:43:06.665664Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "138.247.69.0", "correlationId": "acf55539-b4de-4fba-8370-be0a21de808f", "identity": "Amy Anderson", "Level": 4, "location": "XG", "properties": {"id": "09f5a465-b9bd-4377-a98a-f7dda7233900", "createdDateTime": "2022-08-23T21:43:06.787664Z", "userDisplayName": "Amy Anderson", "userPrincipalName": "aanderson@domain.com", "userId": "8075903b-a43c-46f2-8c31-82f488ccff67", "appId": "2eae4ad1-8cae-48fe-b718-76bd66e2fc7f", "appDisplayName": "Bipsync", "ipAddress": "138.247.69.0", "status": {"errorCode": 0}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (Windows NT 4.0) AppleWebKit/531.1 (KHTML, like Gecko) Chrome/20.0.823.0 Safari/531.1 Edge/87.11424", "deviceDetail": {"deviceId": "d873fe16-31ed-4171-baa4-a4662f307e1f", "displayName": "AMYANDERSON-LT", "operatingSystem": "Windows 10", "browser": "Edge 87.11424", "trustType": "Azure AD registered"}, "location": {"city": "East Ericfort", "state": "Newmanville", "countryOrRegion": "XG", "geoCoordinates": {"latitude": 48.7022085, "longitude": 54.982601}}, "correlationId": "6f5af06a-8b51-4b67-acc2-b80f76ab3ee1", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "c976e134-fe99-45bb-b83a-e16b4c8872e4", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "processingTimeInMilliseconds": 122, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Bipsync Service", "resourceId": "819aa3ed-3b63-4925-8388-0b8d41022941", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 124857, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "IDxrsfRo8Tdal6LwQSQbgTBhsJXJwxu2KijaBa7melUEjrTi", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "7f0c9abd-8b0d-4973-8675-a495454c0c86"}}, {"time": "2022-08-23T21:44:17.712998Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "50158", "resultSignature": "None", "resultDescription": "External security challenge was not satisfied.", "durationMs": 0, "callerIpAddress": "92.110.109.246", "correlationId": "18d5ff02-9f2f-4213-844a-28a27f321be7", "identity": "Thomas Price", "Level": 4, "location": "XR", "properties": {"id": "72a91770-778f-4a68-a911-ad08e6006000", "createdDateTime": "2022-08-23T21:44:17.841998Z", "userDisplayName": "Thomas Price", "userPrincipalName": "tprice@domain.com", "userId": "32109ee2-ee4f-4d11-9c38-2556aec0f2b5", "appId": "79510a8f-6421-4348-a2ea-bcc2b02485c1", "appDisplayName": "Cisco AnyConnect", "ipAddress": "92.110.109.246", "status": {"errorCode": 50158, "failureReason": "External security challenge was not satisfied."}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (X11; Linux i686) AppleWebKit/535.2 (KHTML, like Gecko) Chrome/22.0.843.0 Safari/535.2 Edge/118.12158", "deviceDetail": {"deviceId": "a12f42a7-2ae0-42d8-aec8-bf7cb3dea82c", "displayName": "THOMASPRICE-LT", "operatingSystem": "Windows 10", "browser": "Edge 118.12158", "trustType": "Hybrid Azure AD joined"}, "location": {"city": "Port Denisetown", "state": "Smithton", "countryOrRegion": "XR", "geoCoordinates": {"latitude": 3.5518965, "longitude": 131.871582}}, "correlationId": "304f77f9-9010-4444-a1dc-bcbb7fa1a01a", "conditionalAccessStatus": "failure", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "4eeb3f6f-b794-4673-bf41-5f675c1cad29", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 129, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Cisco AnyConnect Online", "resourceId": "5d5b8d28-6a28-472e-b837-a4094e466965", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 230297, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "A3STxHSx5DD8BbSq9WPnruLT2g59fsPWnJUJVqfBjandlJRE", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "15655e1f-5005-4c53-b3c0-c4a1d1ca5e9e", "rngcStatus": 0}}, {"time": "2022-08-23T21:45:17.798181Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "50158", "resultSignature": "None", "resultDescription": "External security challenge was not satisfied.", "durationMs": 0, "callerIpAddress": "44.22.19.201", "correlationId": "b8137043-1f4d-4b15-9bb1-c0d79c5a9323", "identity": "Thomas Price", "Level": 4, "location": "XN", "properties": {"id": "66d1265d-a794-48fb-9188-fc35befb6d00", "createdDateTime": "2022-08-23T21:45:18.009181Z", "userDisplayName": "Thomas Price", "userPrincipalName": "tprice@domain.com", "userId": "32109ee2-ee4f-4d11-9c38-2556aec0f2b5", "appId": "9a7e67c7-6f05-42a3-b226-97c7ec3e9696", "appDisplayName": "Adobe Identity Management", "ipAddress": "44.22.19.201", "status": {"errorCode": 50158, "failureReason": "External security challenge was not satisfied."}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (X11; Linux i686) AppleWebKit/535.2 (KHTML, like Gecko) Chrome/22.0.843.0 Safari/535.2 Edge/118.12158", "deviceDetail": {"deviceId": "a31478d2-f778-4d5a-b081-22579a9edcbe", "displayName": "THOMASPRICE-LT", "operatingSystem": "Windows 10", "browser": "Edge 118.12158", "trustType": "Hybrid Azure AD joined"}, "location": {"city": "Littlemouth", "state": "Alexanderfurt", "countryOrRegion": "XN", "geoCoordinates": {"latitude": 25.4437255, "longitude": -109.530885}}, "correlationId": "441ecd5c-e640-41d2-bc81-a66dd0a2b142", "conditionalAccessStatus": "failure", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "7c56a662-649c-45d6-859f-626df18eeb9e", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 211, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Adobe Identity Management Service", "resourceId": "30663ca7-f8a9-43ab-8ca1-7906bdbc1485", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 230297, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "SngEU1VtXw7BxjilTRCKpGfLoO31VcZwqA8ZuCWWQHNrLi6D", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "a6c259e5-7f16-48b2-a9f3-75becd6daa9b", "rngcStatus": 0}}, {"time": "2022-08-23T21:50:02.513043Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "13.113.40.157", "correlationId": "6e3d9ae7-6273-4db6-9f77-b0686042fa01", "identity": "Attack Target", "Level": 4, "location": "XR", "properties": {"id": "4c7c9715-4f0f-4164-9319-f399e2aa9600", "createdDateTime": "2022-08-23T21:50:02.628043Z", "userDisplayName": "Attack Target", "userPrincipalName": "attacktarget@domain.com", "userId": "d735e84b-dcca-404d-9f7d-700f360f41a6", "appId": "9a7e67c7-6f05-42a3-b226-97c7ec3e9696", "appDisplayName": "Adobe Identity Management", "ipAddress": "13.113.40.157", "ipAddressFromResourceProvider": "13.113.40.157", "status": {"errorCode": 0}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (iPad; CPU iPad OS 9_3_6 like Mac OS X) AppleWebKit/536.1 (KHTML, like Gecko) CriOS/42.0.865.0 Mobile/77O124 Safari/536.1 Edge/99.14477", "deviceDetail": {"deviceId": "a44625dc-6f81-449a-9799-8005f7209b42", "displayName": "ATTACKTARGET-LT", "operatingSystem": "Windows 10", "browser": "Edge 99.14477", "trustType": "Azure AD registered"}, "location": {"city": "Smithfort", "state": "Smithfort", "countryOrRegion": "XR", "geoCoordinates": {"latitude": 3.7564095, "longitude": -121.574606}}, "correlationId": "c8a1658e-ca1c-42f8-b28b-5332d29e918f", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "284ae9b0-af26-4f53-adf0-dded6611ab97", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 115, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Adobe Identity Management Service", "resourceId": "c8eab36d-0a82-409d-8693-a8dabc997921", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 34974, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "pkC16586C5KdD59LMSj85zuRklukk2JgsJpNnow6gjgT07Yx", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "2248d3ef-d7b8-4eb2-bd20-fb53f725bfe3", "rngcStatus": 0}}, {"time": "2022-08-23T21:56:13.198988Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "156.206.181.119", "correlationId": "f626bf79-af47-4880-95ed-a1c48f9eaf92", "identity": "Cynthia Perry", "Level": 4, "location": "XY", "properties": {"id": "cfcb865f-7e5f-417b-b8f8-3d15b7c47200", "createdDateTime": "2022-08-23T21:56:13.295988Z", "userDisplayName": "Cynthia Perry", "userPrincipalName": "cperry@domain.com", "userId": "ac5fa380-9d5b-470e-beb2-5ba10aca48e6", "appId": "9de6e985-97a5-4d82-9c45-aedaa9c25ef9", "appDisplayName": "AWS Single-Account Access", "ipAddress": "156.206.181.119", "status": {"errorCode": 0}, "clientAppUsed": "Browser", "deviceDetail": {"deviceId": "", "operatingSystem": "Windows"}, "location": {"city": "Hannaville", "state": "Thomashaven", "countryOrRegion": "XY", "geoCoordinates": {"latitude": 1.1452695, "longitude": 128.249211}}, "correlationId": "fca619f6-22df-42d1-9d60-d06811520348", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "3380a129-d174-427b-94be-2512336e0507", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 97, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "AWS Single-Account Access Service", "resourceId": "f0630e90-b752-4960-bfb9-a0794fc34930", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 279165, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "2cwCuG2CS4TCuJUrDN3suiIyMyFwweHgqaIiOYZqJlS7Q9M2", "incomingTokenType": "none", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "1f37c851-4be4-455b-928a-fbde7845a68a", "rngcStatus": 0}}, {"time": "2022-08-23T22:07:50.867897Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "199.12.127.103", "correlationId": "f4df86c5-7991-445b-af63-1f717c06a818", "identity": "Jacob Meyers", "Level": 4, "location": "XG", "properties": {"id": "5e327247-139b-4579-a477-0876f7229500", "createdDateTime": "2022-08-23T22:07:50.943897Z", "userDisplayName": "Jacob Meyers", "userPrincipalName": "jmeyers@domain.com", "userId": "c63a67b0-1651-4a8a-9560-cc703cdad5ad", "appId": "2eae4ad1-8cae-48fe-b718-76bd66e2fc7f", "appDisplayName": "Bipsync", "ipAddress": "199.12.127.103", "status": {"errorCode": 0}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (iPad; CPU iPad OS 9_3_6 like Mac OS X) AppleWebKit/536.1 (KHTML, like Gecko) CriOS/42.0.865.0 Mobile/77O124 Safari/536.1 Edge/99.14477", "deviceDetail": {"deviceId": "68cb982e-f215-496c-89bb-cc07716ff474", "displayName": "JACOBMEYERS-LT", "operatingSystem": "Windows 10", "browser": "Edge 99.14477", "trustType": "Azure AD registered"}, "location": {"city": "Port Nathan", "state": "Newmanville", "countryOrRegion": "XG", "geoCoordinates": {"latitude": 23.244641, "longitude": -113.392021}}, "correlationId": "b1aad334-c1e2-4d9c-9fe9-7eecb01b1d02", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "dd34959e-3cf2-4552-b846-2b0e32fc310c", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 76, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Bipsync Service", "resourceId": "9a84f55e-3a40-492c-9476-e069f64ed7a6", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 282405, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "RhvckfHhS2JFoAEBhi9wKuWwBubv9GIJspVA1YJ3IVLaLfaq", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "37ee873b-f901-4e25-be69-010243106d0f", "rngcStatus": 0}}, {"time": "2022-08-23T22:12:09.951232Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "13.113.40.157", "correlationId": "40c3b019-072f-4de2-b15b-472e8c8981c8", "identity": "Attack Target", "Level": 4, "location": "XR", "properties": {"id": "7b5d90af-37fc-4efa-b905-5a1b4ada9400", "createdDateTime": "2022-08-23T22:12:10.060232Z", "userDisplayName": "Attack Target", "userPrincipalName": "attacktarget@domain.com", "userId": "d735e84b-dcca-404d-9f7d-700f360f41a6", "appId": "9a7e67c7-6f05-42a3-b226-97c7ec3e9696", "appDisplayName": "Adobe Identity Management", "ipAddress": "13.113.40.157", "status": {"errorCode": 0}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (iPad; CPU iPad OS 9_3_6 like Mac OS X) AppleWebKit/536.1 (KHTML, like Gecko) CriOS/42.0.865.0 Mobile/77O124 Safari/536.1 Edge/99.14477", "deviceDetail": {"deviceId": "a44625dc-6f81-449a-9799-8005f7209b42", "displayName": "ATTACKTARGET-LT", "operatingSystem": "Windows 10", "browser": "Edge 99.14477", "trustType": "Azure AD registered"}, "location": {"city": "Smithfort", "state": "Smithfort", "countryOrRegion": "XR", "geoCoordinates": {"latitude": 3.7564095, "longitude": -121.574606}}, "correlationId": "24c1852f-400b-4c8b-bf91-4bbb7331b6c4", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "b5485891-7d3a-4faf-b240-b69109a89213", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 109, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Adobe Identity Management Service", "resourceId": "7d6a0897-8b82-49e9-90e2-d482fb9202bd", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 34974, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "rWqdqtwoxai5Ij6lUZsIOrFlGrMjim2axiIcz6jgx1BAtHNk", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "537d9419-7e2b-4778-9102-62256bcfcf45", "rngcStatus": 0}}, {"time": "2022-08-23T22:37:37.271118Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "50158", "resultSignature": "None", "resultDescription": "External security challenge was not satisfied.", "durationMs": 0, "callerIpAddress": "134.219.180.76", "correlationId": "0fbe5bbf-4626-4eb8-80ed-8fe203a59e52", "identity": "Joseph Taylor", "Level": 4, "location": "XF", "properties": {"id": "e77f7dfb-e270-4e13-aaf4-26970cee5d00", "createdDateTime": "2022-08-23T22:37:37.384118Z", "userDisplayName": "Joseph Taylor", "userPrincipalName": "jtaylor@domain.com", "userId": "af9847eb-c773-41ae-bf94-42747c5e986c", "appId": "2eae4ad1-8cae-48fe-b718-76bd66e2fc7f", "appDisplayName": "Bipsync", "ipAddress": "134.219.180.76", "status": {"errorCode": 50158, "failureReason": "External security challenge was not satisfied.", "additionalDetails": "MFA requirement satisfied by claim in the token"}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (iPad; CPU iPad OS 9_3_6 like Mac OS X) AppleWebKit/536.1 (KHTML, like Gecko) CriOS/42.0.865.0 Mobile/77O124 Safari/536.1 Edge/99.14477", "deviceDetail": {"deviceId": "76b96bd3-e5d7-49ee-b195-bf363facdb3d", "displayName": "JOSEPHTAYLOR-LT", "operatingSystem": "Windows 10", "browser": "Edge 99.14477", "isCompliant": true, "isManaged": true, "trustType": "Azure AD joined"}, "location": {"city": "Mannville", "state": "Porterside", "countryOrRegion": "XF", "geoCoordinates": {"latitude": -50.9955705, "longitude": 104.613841}}, "mfaDetail": {}, "correlationId": "2bde5891-a241-44be-9d13-6b0fc69496b4", "conditionalAccessStatus": "failure", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "48b839c2-2d41-423d-90ac-93adc81c2a1e", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "processingTimeInMilliseconds": 113, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Bipsync Service", "resourceId": "4b482d0a-88be-43f3-a771-aaf19d9bbf70", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 124400, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "KfGxQXU42SvF9Ho9bYdN97xI9RpC8nboU8ToC0X1mX5MdV39", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "b4d48f3a-639f-4f89-a099-2fdd27423d1f"}}, {"time": "2022-08-23T22:44:13.914279Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "156.206.181.119", "correlationId": "47cb361a-72c8-49a3-8349-d40aa465db04", "identity": "Cynthia Perry", "Level": 4, "location": "XY", "properties": {"id": "baab1233-76d0-4f3f-8bc6-ec8024ee9300", "createdDateTime": "2022-08-23T22:44:13.984279Z", "userDisplayName": "Cynthia Perry", "userPrincipalName": "cperry@domain.com", "userId": "ac5fa380-9d5b-470e-beb2-5ba10aca48e6", "appId": "9de6e985-97a5-4d82-9c45-aedaa9c25ef9", "appDisplayName": "AWS Single-Account Access", "ipAddress": "156.206.181.119", "status": {"errorCode": 0}, "clientAppUsed": "Browser", "deviceDetail": {"deviceId": "", "operatingSystem": "Windows"}, "location": {"city": "Hannaville", "state": "Thomashaven", "countryOrRegion": "XY", "geoCoordinates": {"latitude": 1.1452695, "longitude": 128.249211}}, "correlationId": "69c5d11a-ba03-416f-90b0-4839cb7286c4", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "69a86d4d-ad09-4e9e-8106-9c4d521f4802", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 70, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "AWS Single-Account Access Service", "resourceId": "9a84f55e-3a40-492c-9476-e069f64ed7a6", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 279165, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "qJcKk4crldgbtptvjO6XosmWpoih68WdpgUrHQissN6E2oyQ", "incomingTokenType": "none", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "37ee873b-f901-4e25-be69-010243106d0f", "rngcStatus": 0}}, {"time": "2022-08-23T22:53:26.131021Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "91.132.253.146", "correlationId": "aa4d9f0b-3c92-4564-a09e-9e522211b073", "identity": "Aaron Cole", "Level": 4, "location": "XD", "properties": {"id": "5751f928-f6db-4f32-8ce6-3970c2756800", "createdDateTime": "2022-08-23T22:53:26.257021Z", "userDisplayName": "Aaron Cole", "userPrincipalName": "acole@domain.com", "userId": "5d557969-1645-4ba4-be83-b6fd943659f7", "appId": "09882a0a-ccfc-4f24-bedf-653c30932b5b", "appDisplayName": "InviteDesk", "ipAddress": "91.132.253.146", "status": {"errorCode": 0}, "clientAppUsed": "Browser", "deviceDetail": {"deviceId": "", "operatingSystem": "Windows"}, "location": {"city": "Rickshire", "state": "Norrisbury", "countryOrRegion": "XD", "geoCoordinates": {"latitude": -78.5751045, "longitude": 58.329246}}, "correlationId": "c329c330-363f-4edc-989b-2662124caadc", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "cfb38aeb-b91c-4c06-85b1-f56012de5b7f", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 126, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "InviteDesk Online", "resourceId": "1836739a-2577-4efd-a7e3-a88b0b9ae7b3", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 214655, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "iDEzyli85xetnJryj8EHwQVPJfDw79cmw1tDzYivdtezBOUC", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "7408d08d-c9ff-40c8-9e89-96133f1850e9", "rngcStatus": 0}}, {"time": "2022-08-23T23:07:36.807901Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "SignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "205.33.24.92", "correlationId": "05863ba0-a05f-1000-b3ca-f5ab1c21ff12", "identity": "Vanessa Ramirez", "Level": 4, "location": "XD", "properties": {"id": "bb44e270-cd48-4a8e-8a0c-94972f6b5100", "createdDateTime": "2022-08-23T23:07:37.026901Z", "userDisplayName": "Vanessa Ramirez", "userPrincipalName": "vramirez@domain.com", "userId": "5d72b7ed-62ea-4b94-b931-ccef65d71ebd", "appId": "439cf80c-f381-45bd-9b6a-a006882e7246", "appDisplayName": "Atlassian Cloud", "ipAddress": "205.33.24.92", "status": {"errorCode": 0}, "clientAppUsed": "Browser", "userAgent": "Mozilla/5.0 (X11; Linux i686) AppleWebKit/536.2 (KHTML, like Gecko) Chrome/22.0.877.0 Safari/536.2", "deviceDetail": {"deviceId": "e395a3f4-8f2d-4170-804f-d3e13ce3151b", "displayName": "VANESSARAMIREZ-LT", "operatingSystem": "Windows 10", "browser": "Chrome 22.0.877.0", "trustType": "Azure AD registered"}, "location": {"city": "Kristinmouth", "state": "Norrisbury", "countryOrRegion": "XD", "geoCoordinates": {"latitude": 26.278784, "longitude": -92.042573}}, "correlationId": "c84e0327-0466-4e48-99c2-57f56362c840", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "ecca3712-7e6d-409c-9026-eab06b3c4723", "isInteractive": true, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "processingTimeInMilliseconds": 219, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Atlassian Cloud", "resourceId": "c8eab36d-0a82-409d-8693-a8dabc997921", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 214655, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "2elGZGpcIaCz80HzEF2p3XA8LTrK0tgnQjeVrWB8X6gzIJ66", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "2248d3ef-d7b8-4eb2-bd20-fb53f725bfe3"}}, {"time": "2022-08-23T23:19:15.189034Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "199.12.127.103", "correlationId": "1ac6d318-1234-4a84-996b-c24d0fd82eb3", "identity": "Jacob Meyers", "Level": 4, "location": "XG", "properties": {"id": "39883d07-6185-4780-8d0b-82bc126a5400", "createdDateTime": "2022-08-23T23:19:15.323034Z", "userDisplayName": "Jacob Meyers", "userPrincipalName": "jmeyers@domain.com", "userId": "c63a67b0-1651-4a8a-9560-cc703cdad5ad", "appId": "9a7e67c7-6f05-42a3-b226-97c7ec3e9696", "appDisplayName": "Adobe Identity Management", "ipAddress": "199.12.127.103", "status": {"errorCode": 0}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (iPad; CPU iPad OS 9_3_6 like Mac OS X) AppleWebKit/536.1 (KHTML, like Gecko) CriOS/42.0.865.0 Mobile/77O124 Safari/536.1 Edge/99.14477", "deviceDetail": {"deviceId": "68cb982e-f215-496c-89bb-cc07716ff474", "displayName": "JACOBMEYERS-LT", "operatingSystem": "Windows 10", "browser": "Edge 99.14477", "trustType": "Azure AD registered"}, "location": {"city": "Port Nathan", "state": "Newmanville", "countryOrRegion": "XG", "geoCoordinates": {"latitude": 23.244641, "longitude": -113.392021}}, "correlationId": "295c4049-f9f6-47e2-b4d6-e7dfceb64b48", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "9e2c2277-1aac-401d-9376-cfcc398844cb", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "processingTimeInMilliseconds": 134, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Adobe Identity Management Service", "resourceId": "f0630e90-b752-4960-bfb9-a0794fc34930", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 282405, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "X9ZdRlfQZqAxuEywrcy3lTlFbCw61wWNkjZ0nrI8ioi24flt", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "1f37c851-4be4-455b-928a-fbde7845a68a"}}, {"time": "2022-08-23T23:57:54.252341Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "13.113.40.157", "correlationId": "218c0cd4-3dca-49a8-9abf-a73122c2cde0", "identity": "Attack Target", "Level": 4, "location": "XR", "properties": {"id": "883e5098-3851-4488-b9f8-2db03c365f00", "createdDateTime": "2022-08-23T23:57:54.549341Z", "userDisplayName": "Attack Target", "userPrincipalName": "attacktarget@domain.com", "userId": "d735e84b-dcca-404d-9f7d-700f360f41a6", "appId": "9c5b7fe3-0ad2-4ea6-94e5-9e0001f367e3", "appDisplayName": "Articulate 360", "ipAddress": "13.113.40.157", "status": {"errorCode": 0}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (iPad; CPU iPad OS 9_3_6 like Mac OS X) AppleWebKit/536.1 (KHTML, like Gecko) CriOS/42.0.865.0 Mobile/77O124 Safari/536.1 Edge/99.14477", "deviceDetail": {"deviceId": "a44625dc-6f81-449a-9799-8005f7209b42", "displayName": "ATTACKTARGET-LT", "operatingSystem": "Windows 10", "browser": "Edge 99.14477", "trustType": "Azure AD registered"}, "location": {"city": "Smithfort", "state": "Smithfort", "countryOrRegion": "XR", "geoCoordinates": {"latitude": 3.7564095, "longitude": -121.574606}}, "correlationId": "04b4e739-5e87-4f36-a424-d39c4955d099", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "16679370-3088-42f7-92db-4659ad0fac39", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 297, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Articulate 360 Online", "resourceId": "436260d5-3791-4aea-a4da-aa698ec35f2f", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 34974, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "HU5ZnM2eHcHPKTThJALYGNK3up2KgXbMDc0jjhOgoXnuN7Yr", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "94b9f3ba-5f4b-4edc-99dc-a420b76960f9", "rngcStatus": 0}}, {"time": "2022-08-24T00:17:52.726616Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "199.12.127.103", "correlationId": "b13550e7-3814-4d48-bc78-c2771e9d014c", "identity": "Jacob Meyers", "Level": 4, "location": "XG", "properties": {"id": "63bfc6bd-dc3a-4cb3-9260-851d2bd55c00", "createdDateTime": "2022-08-24T00:17:52.822616Z", "userDisplayName": "Jacob Meyers", "userPrincipalName": "jmeyers@domain.com", "userId": "c63a67b0-1651-4a8a-9560-cc703cdad5ad", "appId": "9a7e67c7-6f05-42a3-b226-97c7ec3e9696", "appDisplayName": "Adobe Identity Management", "ipAddress": "199.12.127.103", "status": {"errorCode": 0}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (iPad; CPU iPad OS 9_3_6 like Mac OS X) AppleWebKit/536.1 (KHTML, like Gecko) CriOS/42.0.865.0 Mobile/77O124 Safari/536.1 Edge/99.14477", "deviceDetail": {"deviceId": "68cb982e-f215-496c-89bb-cc07716ff474", "displayName": "JACOBMEYERS-LT", "operatingSystem": "Windows 10", "browser": "Edge 99.14477", "trustType": "Azure AD registered"}, "location": {"city": "Port Nathan", "state": "Newmanville", "countryOrRegion": "XG", "geoCoordinates": {"latitude": 23.244641, "longitude": -113.392021}}, "correlationId": "226d79f2-b771-45bb-ac21-b5f601d9b381", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "819ee6a7-db6a-4dae-b50f-2ceffd34752d", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "processingTimeInMilliseconds": 96, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Adobe Identity Management Service", "resourceId": "30663ca7-f8a9-43ab-8ca1-7906bdbc1485", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 282405, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "g6fEArcoEXjfDooexYtQgS3tz5M0XOH1nTWocdkW9N3H1EBA", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "a6c259e5-7f16-48b2-a9f3-75becd6daa9b"}}, {"time": "2022-08-24T00:20:51.040726Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "156.206.181.119", "correlationId": "acd87f19-ba64-4280-a423-f5c215c03d04", "identity": "Cynthia Perry", "Level": 4, "location": "XY", "properties": {"id": "23856212-0a3a-4f29-a3b7-e1768adf9100", "createdDateTime": "2022-08-24T00:20:51.115726Z", "userDisplayName": "Cynthia Perry", "userPrincipalName": "cperry@domain.com", "userId": "ac5fa380-9d5b-470e-beb2-5ba10aca48e6", "appId": "9de6e985-97a5-4d82-9c45-aedaa9c25ef9", "appDisplayName": "AWS Single-Account Access", "ipAddress": "156.206.181.119", "status": {"errorCode": 0}, "clientAppUsed": "Browser", "deviceDetail": {"deviceId": "", "operatingSystem": "Windows"}, "location": {"city": "Hannaville", "state": "Thomashaven", "countryOrRegion": "XY", "geoCoordinates": {"latitude": 1.1452695, "longitude": 128.249211}}, "correlationId": "31881114-8c2a-4133-be38-b416b41f01ce", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "7b9a47d3-19c1-4a6a-87b9-5c0a9b700ce5", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 75, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "AWS Single-Account Access Service", "resourceId": "9a84f55e-3a40-492c-9476-e069f64ed7a6", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 279165, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "Qb8S55ZWvF4vNJywzsgykhRZc4nNBnSJh5yKQlcrW0K36mxA", "incomingTokenType": "none", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "37ee873b-f901-4e25-be69-010243106d0f", "rngcStatus": 0}}, {"time": "2022-08-24T00:26:11.005478Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "1.210.58.10", "correlationId": "0deea485-2d13-4c6e-aed5-51e7b8bde1de", "identity": "Keith Sheppard", "Level": 4, "location": "XD", "properties": {"id": "c9373607-daa3-4e2b-a7b6-7855a55d4500", "createdDateTime": "2022-08-24T00:26:11.172478Z", "userDisplayName": "Keith Sheppard", "userPrincipalName": "ksheppard@domain.com", "userId": "05bd48f1-91d2-4c2d-9a7c-80e80f561b3c", "appId": "9de6e985-97a5-4d82-9c45-aedaa9c25ef9", "appDisplayName": "AWS Single-Account Access", "ipAddress": "1.210.58.10", "status": {"errorCode": 0}, "clientAppUsed": "Browser", "deviceDetail": {"deviceId": "639815fd-5018-4e38-9d81-67538b2ce460", "displayName": "KEITHSHEPPARD-LT", "operatingSystem": "Windows", "trustType": "Azure AD registered"}, "location": {"city": "Cooperhaven", "state": "Norrisbury", "countryOrRegion": "XD", "geoCoordinates": {"latitude": 70.436398, "longitude": -23.873747}}, "correlationId": "6afcf5ef-e0be-4cd7-bdc8-a202ccb3f717", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "1d6b5a66-1d9a-401b-bafd-2f1b042502e2", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "processingTimeInMilliseconds": 167, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "AWS Single-Account Access Service", "resourceId": "9a84f55e-3a40-492c-9476-e069f64ed7a6", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 69487, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "JHyzU8aKS1XNbc5dp58vzF6XawoZNX6zYMvxMt2WWR2VGj57", "incomingTokenType": "none", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "37ee873b-f901-4e25-be69-010243106d0f"}}, {"time": "2022-08-24T00:45:34.808097Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "86.154.193.190", "correlationId": "6bdad8e8-acc3-4f6c-b473-d1fb41671655", "identity": "Kristen Howell", "Level": 4, "location": "XR", "properties": {"id": "d613255f-ee47-4782-aac9-9042cd407000", "createdDateTime": "2022-08-24T00:45:34.929097Z", "userDisplayName": "Kristen Howell", "userPrincipalName": "khowell@domain.com", "userId": "20e1e3f9-665f-45bd-9984-5e74b526d3b5", "appId": "2eae4ad1-8cae-48fe-b718-76bd66e2fc7f", "appDisplayName": "Bipsync", "ipAddress": "86.154.193.190", "status": {"errorCode": 0}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (X11; Linux i686) AppleWebKit/533.0 (KHTML, like Gecko) Chrome/24.0.803.0 Safari/533.0 Edge/40.11325", "deviceDetail": {"deviceId": "af204333-3bdf-4228-bbeb-e3a654075b5c", "displayName": "KRISTENHOWELL-LT", "operatingSystem": "Windows 10", "browser": "Edge 40.11325", "trustType": "Azure AD registered"}, "location": {"city": "Port Denisetown", "state": "Smithton", "countryOrRegion": "XR", "geoCoordinates": {"latitude": 3.5518965, "longitude": 131.871582}}, "correlationId": "9fd51f45-9920-4bfb-a2fb-f97e02724a5e", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "5084cfc4-485b-4eea-85dc-844e5adde61f", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 121, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Bipsync Service", "resourceId": "4b482d0a-88be-43f3-a771-aaf19d9bbf70", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 256668, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "Zmf3XlbCB6w79PJKmJ32EBhmmB0GfrhZceYGeBoCikezEjnV", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "b4d48f3a-639f-4f89-a099-2fdd27423d1f", "rngcStatus": 0}}, {"time": "2022-08-24T00:52:39.723396Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "13.113.40.157", "correlationId": "fc052e95-7ce0-4f67-976c-1ccd667d2104", "identity": "Attack Target", "Level": 4, "location": "XR", "properties": {"id": "7f0b39cc-61d5-4589-aade-b59219b76a00", "createdDateTime": "2022-08-24T00:52:39.877396Z", "userDisplayName": "Attack Target", "userPrincipalName": "attacktarget@domain.com", "userId": "d735e84b-dcca-404d-9f7d-700f360f41a6", "appId": "9a7e67c7-6f05-42a3-b226-97c7ec3e9696", "appDisplayName": "Adobe Identity Management", "ipAddress": "13.113.40.157", "ipAddressFromResourceProvider": "13.113.40.157", "status": {"errorCode": 0}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (iPad; CPU iPad OS 9_3_6 like Mac OS X) AppleWebKit/536.1 (KHTML, like Gecko) CriOS/42.0.865.0 Mobile/77O124 Safari/536.1 Edge/99.14477", "deviceDetail": {"deviceId": "a44625dc-6f81-449a-9799-8005f7209b42", "displayName": "ATTACKTARGET-LT", "operatingSystem": "Windows 10", "browser": "Edge 99.14477", "trustType": "Azure AD registered"}, "location": {"city": "Smithfort", "state": "Smithfort", "countryOrRegion": "XR", "geoCoordinates": {"latitude": 3.7564095, "longitude": -121.574606}}, "correlationId": "3c214c4e-5f85-454b-8d8c-095b3f755b9a", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "019989dc-884c-4fb2-948d-da1a2936f156", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 154, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Adobe Identity Management Service", "resourceId": "c8eab36d-0a82-409d-8693-a8dabc997921", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 34974, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "dyc7Kx8aETuD9nIFqq0bFN8MsE08tEc4Nvgc40FxEPoDxrV6", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "2248d3ef-d7b8-4eb2-bd20-fb53f725bfe3", "rngcStatus": 0}}, {"time": "2022-08-24T01:13:12.759132Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "SignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "199.12.127.103", "correlationId": "855eaf9f-0927-4cf4-8b12-d6113beae5d3", "identity": "Jacob Meyers", "Level": 4, "location": "XG", "properties": {"id": "cb1cdc58-3d1a-4d1a-ab9f-1d77ae381600", "createdDateTime": "2022-08-24T01:13:12.846132Z", "userDisplayName": "Jacob Meyers", "userPrincipalName": "jmeyers@domain.com", "userId": "c63a67b0-1651-4a8a-9560-cc703cdad5ad", "appId": "1b3edb90-1e06-46db-b021-e2fc1f7ddaf5", "appDisplayName": "Beatrust", "ipAddress": "199.12.127.103", "status": {"errorCode": 0}, "clientAppUsed": "Browser", "userAgent": "Mozilla/5.0 (Windows NT 5.1) AppleWebKit/534.1 (KHTML, like Gecko) Chrome/37.0.847.0 Safari/534.1", "deviceDetail": {"deviceId": "", "operatingSystem": "Windows 10", "browser": "Chrome 37.0.847.0"}, "location": {"city": "Port Nathan", "state": "Newmanville", "countryOrRegion": "XG", "geoCoordinates": {"latitude": 23.244641, "longitude": -113.392021}}, "correlationId": "bfb18ac6-3103-406b-9515-eea8d410a7d6", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "bea5084b-ba92-460a-92ad-3f12ff7844cb", "isInteractive": true, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 87, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Beatrust Service", "resourceId": "24578515-1951-4064-967d-0d2acaf0aa70", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 282405, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "CXTc7a2z9r6UN9XT99Iux7XeSecIuf7fHEWOCdC0gMFML8nu", "incomingTokenType": "none", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "0e68752b-7dfa-400b-a6f5-1b54af90696a", "rngcStatus": 0}}, {"time": "2022-08-24T01:41:09.190537Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "13.113.40.157", "correlationId": "627d8bf4-9f6e-4522-a633-eda9ac2a55e4", "identity": "Attack Target", "Level": 4, "location": "XR", "properties": {"id": "12cb0ee6-11e1-4bee-8a49-6d2eeebd6900", "createdDateTime": "2022-08-24T01:41:09.477537Z", "userDisplayName": "Attack Target", "userPrincipalName": "attacktarget@domain.com", "userId": "d735e84b-dcca-404d-9f7d-700f360f41a6", "appId": "9c5b7fe3-0ad2-4ea6-94e5-9e0001f367e3", "appDisplayName": "Articulate 360", "ipAddress": "13.113.40.157", "status": {"errorCode": 0}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (iPad; CPU iPad OS 9_3_6 like Mac OS X) AppleWebKit/536.1 (KHTML, like Gecko) CriOS/42.0.865.0 Mobile/77O124 Safari/536.1 Edge/99.14477", "deviceDetail": {"deviceId": "a44625dc-6f81-449a-9799-8005f7209b42", "displayName": "ATTACKTARGET-LT", "operatingSystem": "Windows 10", "browser": "Edge 99.14477", "trustType": "Azure AD registered"}, "location": {"city": "Smithfort", "state": "Smithfort", "countryOrRegion": "XR", "geoCoordinates": {"latitude": 3.7564095, "longitude": -121.574606}}, "correlationId": "db66570e-322f-4abb-a0c5-90597fbd513c", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "70b2663a-9539-4056-bc77-3bc329de9e84", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 287, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Articulate 360 Online", "resourceId": "436260d5-3791-4aea-a4da-aa698ec35f2f", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 34974, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "cnSj2YhuXVjG71tR3lxKRhyyXYXk0oNAN8t3hbseLlJ5CwuZ", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "94b9f3ba-5f4b-4edc-99dc-a420b76960f9", "rngcStatus": 0}}, {"time": "2022-08-24T01:50:13.811302Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "700082", "resultSignature": "None", "resultDescription": "Other", "durationMs": 0, "callerIpAddress": "54.119.29.60", "correlationId": "7720317f-2ea2-437b-a8a5-be6895ce9923", "identity": "Thomas Price", "Level": 4, "location": "XR", "properties": {"id": "adadd79c-ff77-4494-a8fd-d4d369401500", "createdDateTime": "2022-08-24T01:50:13.917302Z", "userDisplayName": "Thomas Price", "userPrincipalName": "tprice@domain.com", "userId": "32109ee2-ee4f-4d11-9c38-2556aec0f2b5", "appId": "9a7e67c7-6f05-42a3-b226-97c7ec3e9696", "appDisplayName": "Adobe Identity Management", "ipAddress": "54.119.29.60", "status": {"errorCode": 700082, "failureReason": "Other"}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (X11; Linux i686) AppleWebKit/535.2 (KHTML, like Gecko) Chrome/22.0.843.0 Safari/535.2 Edge/118.12158", "deviceDetail": {"deviceId": "852272bd-2ab1-474f-a99e-4922ea7031d3", "displayName": "THOMASPRICE-LT", "operatingSystem": "Windows 10", "browser": "Edge 118.12158", "trustType": "Hybrid Azure AD joined"}, "location": {"city": "Port Kimberlytown", "state": "Curtisport", "countryOrRegion": "XR", "geoCoordinates": {"latitude": 26.3152295, "longitude": 147.770404}}, "correlationId": "ae587da4-df43-486e-92d0-38c2f0791b8e", "conditionalAccessStatus": "notApplied", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "860b925c-5917-42e6-8beb-8a34c4877894", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 106, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Adobe Identity Management Service", "resourceId": "30663ca7-f8a9-43ab-8ca1-7906bdbc1485", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 359213, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "qpiDvhpvaSn0c1zpxYjspJgDuL7AiHyOu0VSmzYZKoB5Q1YS", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "a6c259e5-7f16-48b2-a9f3-75becd6daa9b", "rngcStatus": 0}}, {"time": "2022-08-24T02:10:40.766411Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "42.62.103.34", "correlationId": "01e8fcef-364a-45ca-95c6-321362250f34", "identity": "Joseph Taylor", "Level": 4, "location": "XF", "properties": {"id": "7d318455-34d8-4ae2-8167-c67c4f9c5400", "createdDateTime": "2022-08-24T02:10:40.866411Z", "userDisplayName": "Joseph Taylor", "userPrincipalName": "jtaylor@domain.com", "userId": "af9847eb-c773-41ae-bf94-42747c5e986c", "appId": "e47a1d38-5f61-45cd-b1b9-bc92f525c598", "appDisplayName": "Altoura", "ipAddress": "42.62.103.34", "status": {"errorCode": 0, "additionalDetails": "MFA requirement satisfied by claim in the token"}, "clientAppUsed": "Browser", "userAgent": "Mozilla/5.0 (Linux; Android 2.3.5) AppleWebKit/532.2 (KHTML, like Gecko) Chrome/46.0.898.0 Safari/532.2 Edge/105.19198", "deviceDetail": {"deviceId": "76b96bd3-e5d7-49ee-b195-bf363facdb3d", "displayName": "JOSEPHTAYLOR-LT", "operatingSystem": "Windows 10", "browser": "Edge 105.19198", "isCompliant": true, "isManaged": true, "trustType": "Azure AD joined"}, "location": {"city": "Jessicafurt", "state": "Smithbury", "countryOrRegion": "XF", "geoCoordinates": {"latitude": 17.5082395, "longitude": -115.304215}}, "mfaDetail": {}, "correlationId": "4a979f81-6971-445c-a106-b58bf2315457", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "a24766e5-870a-4072-ba9b-a70fbba5e339", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "processingTimeInMilliseconds": 100, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Altoura Online", "resourceId": "8a137ba4-52ae-4dbf-94af-2e56851573c4", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 393508, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "RPxvghvnKB9lAsQVTZyxUiXHSWjZz3HlCwLfU9SEmUGq76jV", "incomingTokenType": "none", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": null}}, {"time": "2022-08-24T02:28:59.955526Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "205.33.24.92", "correlationId": "30e5c767-0cf2-4e40-b0a5-4ef63fbf836d", "identity": "Vanessa Ramirez", "Level": 4, "location": "XD", "properties": {"id": "9fd4e587-f898-44c4-9cdb-b091a8636700", "createdDateTime": "2022-08-24T02:29:00.091526Z", "userDisplayName": "Vanessa Ramirez", "userPrincipalName": "vramirez@domain.com", "userId": "5d72b7ed-62ea-4b94-b931-ccef65d71ebd", "appId": "9de6e985-97a5-4d82-9c45-aedaa9c25ef9", "appDisplayName": "AWS Single-Account Access", "ipAddress": "205.33.24.92", "status": {"errorCode": 0}, "clientAppUsed": "Browser", "deviceDetail": {"deviceId": "e395a3f4-8f2d-4170-804f-d3e13ce3151b", "displayName": "VANESSARAMIREZ-LT", "operatingSystem": "Windows", "trustType": "Azure AD registered"}, "location": {"city": "Kristinmouth", "state": "Norrisbury", "countryOrRegion": "XD", "geoCoordinates": {"latitude": 26.278784, "longitude": -92.042573}}, "correlationId": "c3508d51-a1c6-42ff-aec2-e252ff3427db", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "09a5e238-d84d-4c0b-a653-553ae72c8c1c", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 136, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "AWS Single-Account Access Service", "resourceId": "72f0186d-d327-46c9-a8ff-497e0caa8691", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 214655, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "kEphcmvog4CZYVgS3mGhKhZ0YWi39b4aHZzNoYjwvIiX09Lo", "incomingTokenType": "none", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": null, "rngcStatus": 0}}, {"time": "2022-08-24T02:55:18.612886Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "147.132.189.119", "correlationId": "858984f1-2194-4cdb-b52c-d4cf98edf33f", "identity": "Cassie Fernandez", "Level": 4, "location": "XR", "properties": {"id": "16bcb29d-4da5-4f0e-bf12-1079cfa68600", "createdDateTime": "2022-08-24T02:55:18.715886Z", "userDisplayName": "Cassie Fernandez", "userPrincipalName": "cfernandez@domain.com", "userId": "67ef8be6-3f44-4db7-8172-fd6211428c1e", "appId": "9a7e67c7-6f05-42a3-b226-97c7ec3e9696", "appDisplayName": "Adobe Identity Management", "ipAddress": "147.132.189.119", "status": {"errorCode": 0}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (iPad; CPU iPad OS 9_3_6 like Mac OS X) AppleWebKit/536.1 (KHTML, like Gecko) CriOS/42.0.865.0 Mobile/77O124 Safari/536.1 Edge/99.14477", "deviceDetail": {"deviceId": "bf67c857-685a-4457-89c4-db2afa581bd2", "displayName": "CASSIEFERNANDEZ-LT", "operatingSystem": "Windows 10", "browser": "Edge 99.14477", "trustType": "Hybrid Azure AD joined"}, "location": {"city": "Port Denisetown", "state": "Smithton", "countryOrRegion": "XR", "geoCoordinates": {"latitude": 3.5518965, "longitude": 131.871582}}, "correlationId": "7ac5312b-e96c-4a2c-84d3-8b52ebd22848", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "e408beb2-6a71-4ea8-812d-7e17a87d47ad", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 103, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Adobe Identity Management Service", "resourceId": "30663ca7-f8a9-43ab-8ca1-7906bdbc1485", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 256668, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "6SzJq4M0NuDVO7g5r1mgaddDLR42NOUSO4DTZTtgkHqltZWx", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "a6c259e5-7f16-48b2-a9f3-75becd6daa9b", "rngcStatus": 0}}, {"time": "2022-08-24T03:08:04.379154Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "86.154.193.190", "correlationId": "cbb533e9-36bc-40f3-8b07-1e4e20427baa", "identity": "Melissa Martin", "Level": 4, "location": "XR", "properties": {"id": "0e90a778-2cf2-4eee-b19f-bc6d76df8e00", "createdDateTime": "2022-08-24T03:08:04.512154Z", "userDisplayName": "Melissa Martin", "userPrincipalName": "mmartin@domain.com", "userId": "632ccb55-03a7-40f4-9893-653527cae790", "appId": "dbe6b779-13df-45f2-a6d7-1323485479f6", "appDisplayName": "Cisco Webex", "ipAddress": "86.154.193.190", "status": {"errorCode": 0}, "clientAppUsed": "Browser", "deviceDetail": {"deviceId": "", "operatingSystem": "Windows10", "browser": "Rich Client 4.38.0.0"}, "location": {"city": "Port Denisetown", "state": "Smithton", "countryOrRegion": "XR", "geoCoordinates": {"latitude": 3.5518965, "longitude": 131.871582}}, "correlationId": "5a658f98-847e-4f5b-bae5-196736b5dc95", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "5193a531-7e03-4be7-a8a9-27d7ce302b59", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 133, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Cisco Webex Service", "resourceId": "9a84f55e-3a40-492c-9476-e069f64ed7a6", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 256668, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "4Rqfoe2jCztAnI4GhtpyoHuW3RROrlXkdB5dfdb96KDitER4", "incomingTokenType": "none", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "37ee873b-f901-4e25-be69-010243106d0f", "rngcStatus": 0}}, {"time": "2022-08-24T03:11:03.410885Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "156.206.181.119", "correlationId": "a2744f7b-7b48-4be6-868d-6db97f9167e4", "identity": "Cynthia Perry", "Level": 4, "location": "XY", "properties": {"id": "07f2e78e-cd20-47bc-9284-2249cc424b00", "createdDateTime": "2022-08-24T03:11:03.495885Z", "userDisplayName": "Cynthia Perry", "userPrincipalName": "cperry@domain.com", "userId": "ac5fa380-9d5b-470e-beb2-5ba10aca48e6", "appId": "9de6e985-97a5-4d82-9c45-aedaa9c25ef9", "appDisplayName": "AWS Single-Account Access", "ipAddress": "156.206.181.119", "status": {"errorCode": 0}, "clientAppUsed": "Browser", "deviceDetail": {"deviceId": "", "operatingSystem": "Windows"}, "location": {"city": "Hannaville", "state": "Thomashaven", "countryOrRegion": "XY", "geoCoordinates": {"latitude": 1.1452695, "longitude": 128.249211}}, "correlationId": "c07c5c65-b8fc-4d6d-812c-f4c5955be14f", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "aa3fd96f-f339-4b18-9851-6909ebd6b689", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "processingTimeInMilliseconds": 85, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "AWS Single-Account Access Service", "resourceId": "72f0186d-d327-46c9-a8ff-497e0caa8691", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 279165, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "kAYecMKScO188s8kG3b6e4rlA8NwFJbJllM205wHbpRPJRPy", "incomingTokenType": "none", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": null}}, {"time": "2022-08-24T03:11:44.473786Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "91.132.253.146", "correlationId": "60d1047f-8ecb-4314-bb1a-0c06fe0fe2ff", "identity": "Aaron Cole", "Level": 4, "location": "XD", "properties": {"id": "656b6a55-9c7d-4cd4-981f-e418da229400", "createdDateTime": "2022-08-24T03:11:44.646786Z", "userDisplayName": "Aaron Cole", "userPrincipalName": "acole@domain.com", "userId": "5d557969-1645-4ba4-be83-b6fd943659f7", "appId": "af50c7b0-ad5f-40ec-840e-8d89be454ce4", "appDisplayName": "Citrix ShareFile", "ipAddress": "91.132.253.146", "status": {"errorCode": 0}, "clientAppUsed": "Browser", "deviceDetail": {"deviceId": "", "operatingSystem": "Windows10", "browser": "Rich Client 4.36.1.0"}, "location": {"city": "Rickshire", "state": "Norrisbury", "countryOrRegion": "XD", "geoCoordinates": {"latitude": -78.5751045, "longitude": 58.329246}}, "correlationId": "fc372a91-8738-46cf-9c8a-a08a2245a01a", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "a7b71014-f19c-4fa5-94b9-6ab4864c1570", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 173, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Citrix ShareFile Online", "resourceId": "d8366350-0530-4466-a457-c56b5975664e", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 214655, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "QHZoOoUWCGsaEqgnKOl65RkB2r0DhT8FYfqzIR0lFNcG5HHO", "incomingTokenType": "none", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": null, "rngcStatus": 0}}, {"time": "2022-08-24T03:33:40.008183Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "91.132.253.146", "correlationId": "b502b892-493d-4454-9d5c-c9c93e06dca8", "identity": "Aaron Cole", "Level": 4, "location": "XD", "properties": {"id": "717ef043-4342-4bef-be3f-b1a2a9626400", "createdDateTime": "2022-08-24T03:33:40.132183Z", "userDisplayName": "Aaron Cole", "userPrincipalName": "acole@domain.com", "userId": "5d557969-1645-4ba4-be83-b6fd943659f7", "appId": "09882a0a-ccfc-4f24-bedf-653c30932b5b", "appDisplayName": "InviteDesk", "ipAddress": "91.132.253.146", "status": {"errorCode": 0}, "clientAppUsed": "Browser", "deviceDetail": {"deviceId": "", "operatingSystem": "Windows"}, "location": {"city": "Rickshire", "state": "Norrisbury", "countryOrRegion": "XD", "geoCoordinates": {"latitude": -78.5751045, "longitude": 58.329246}}, "correlationId": "2cd40f94-df90-48f8-8d45-90881c05e43d", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "75f87565-e10b-4fa4-8be5-7bbffb1985c8", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 124, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "InviteDesk Online", "resourceId": "f0630e90-b752-4960-bfb9-a0794fc34930", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 214655, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "NpAriMzP3qUudOYyXfX971KZbcDrvamyC0LjQmVZyomMGKyQ", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "1f37c851-4be4-455b-928a-fbde7845a68a", "rngcStatus": 0}}, {"time": "2022-08-24T03:34:08.344774Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "42.62.103.34", "correlationId": "389981ba-74b4-4b7e-b5ab-6e135a1c89d2", "identity": "Joseph Taylor", "Level": 4, "location": "XF", "properties": {"id": "527f7e80-01b1-4596-ae32-79e9ca145100", "createdDateTime": "2022-08-24T03:34:08.725774Z", "userDisplayName": "Joseph Taylor", "userPrincipalName": "jtaylor@domain.com", "userId": "af9847eb-c773-41ae-bf94-42747c5e986c", "appId": "51a80452-7502-4b15-9e15-827c7d78e337", "appDisplayName": "Dropbox Business", "ipAddress": "42.62.103.34", "status": {"errorCode": 0, "additionalDetails": "MFA requirement satisfied by claim in the token"}, "clientAppUsed": "Mobile Apps and Desktop clients", "deviceDetail": {"deviceId": "76b96bd3-e5d7-49ee-b195-bf363facdb3d", "displayName": "JOSEPHTAYLOR-LT", "operatingSystem": "Windows 10", "browser": "Rich Client 5.2.9.0", "isCompliant": true, "isManaged": true, "trustType": "Azure AD joined"}, "location": {"city": "Jessicafurt", "state": "Smithbury", "countryOrRegion": "XF", "geoCoordinates": {"latitude": 17.5082395, "longitude": -115.304215}}, "mfaDetail": {}, "correlationId": "3d74d953-2aaa-4bb8-b42e-14251b1d0675", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "89472467-0cd0-4e19-8e40-6f322d036acc", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "processingTimeInMilliseconds": 381, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Dropbox Business Online", "resourceId": "3f7d0d52-e3b6-4712-8e89-01c915dc0294", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 393508, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "rOsuRHWKOndq3Hn0J1vGt94kJojxX3V98aNeRb6LluK5cb02", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "84036992-5b2b-4836-8aca-9de3ba4c15b9"}}, {"time": "2022-08-24T04:01:24.167139Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "13.113.40.157", "correlationId": "b200f555-9f61-4372-bfec-7b44534b0a96", "identity": "Attack Target", "Level": 4, "location": "XR", "properties": {"id": "444f54e0-e5b3-4eda-8063-00d291927f00", "createdDateTime": "2022-08-24T04:01:24.260139Z", "userDisplayName": "Attack Target", "userPrincipalName": "attacktarget@domain.com", "userId": "d735e84b-dcca-404d-9f7d-700f360f41a6", "appId": "9a7e67c7-6f05-42a3-b226-97c7ec3e9696", "appDisplayName": "Adobe Identity Management", "ipAddress": "13.113.40.157", "status": {"errorCode": 0}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (iPad; CPU iPad OS 9_3_6 like Mac OS X) AppleWebKit/536.1 (KHTML, like Gecko) CriOS/42.0.865.0 Mobile/77O124 Safari/536.1 Edge/99.14477", "deviceDetail": {"deviceId": "a44625dc-6f81-449a-9799-8005f7209b42", "displayName": "ATTACKTARGET-LT", "operatingSystem": "Windows 10", "browser": "Edge 99.14477", "trustType": "Azure AD registered"}, "location": {"city": "Smithfort", "state": "Smithfort", "countryOrRegion": "XR", "geoCoordinates": {"latitude": 3.7564095, "longitude": -121.574606}}, "correlationId": "b4430e00-c731-4c4f-8856-4254b19c3d3b", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "83975ad4-085e-46b1-aec1-215f0f9b5dc0", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 93, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Adobe Identity Management Service", "resourceId": "80abac89-d2c0-4b6c-8ffc-5023bd7efc5e", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 34974, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "ymeqdKNHtyOdKLNa35EhWEdrNfQQmdMvSk2zvInweZl8S8zK", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": null, "rngcStatus": 0}}, {"time": "2022-08-24T04:48:54.348663Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "13.113.40.157", "correlationId": "0cbf0a9b-8a8f-473b-bdf8-50707f02add8", "identity": "Attack Target", "Level": 4, "location": "XR", "properties": {"id": "0b6f52fe-7d96-46e1-808f-a398da7f0500", "createdDateTime": "2022-08-24T04:48:54.622663Z", "userDisplayName": "Attack Target", "userPrincipalName": "attacktarget@domain.com", "userId": "d735e84b-dcca-404d-9f7d-700f360f41a6", "appId": "9a7e67c7-6f05-42a3-b226-97c7ec3e9696", "appDisplayName": "Adobe Identity Management", "ipAddress": "13.113.40.157", "status": {"errorCode": 0}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (iPad; CPU iPad OS 9_3_6 like Mac OS X) AppleWebKit/536.1 (KHTML, like Gecko) CriOS/42.0.865.0 Mobile/77O124 Safari/536.1 Edge/99.14477", "deviceDetail": {"deviceId": "a44625dc-6f81-449a-9799-8005f7209b42", "displayName": "ATTACKTARGET-LT", "operatingSystem": "Windows 10", "browser": "Edge 99.14477", "trustType": "Azure AD registered"}, "location": {"city": "Smithfort", "state": "Smithfort", "countryOrRegion": "XR", "geoCoordinates": {"latitude": 3.7564095, "longitude": -121.574606}}, "correlationId": "f75512ef-da5d-471f-bae0-61d9bb578715", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "17b001dc-62ff-4f18-a4a4-36c5355ad77f", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 274, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Adobe Identity Management Service", "resourceId": "011ef7ce-62bf-4093-93ba-2b1afc4ff1b6", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 34974, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "f8b0NHheddGknI5foTgz5M9VPfghdrT6HH4r5grzxZ338Bhz", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "73a99f7e-86a2-47db-85b9-af0c5b0fee79", "rngcStatus": 0}}, {"time": "2022-08-24T05:04:03.796529Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "50158", "resultSignature": "None", "resultDescription": "External security challenge was not satisfied.", "durationMs": 0, "callerIpAddress": "147.132.189.119", "correlationId": "032210ba-f16c-443c-a9e8-0df7dc25f735", "identity": "Cassie Fernandez", "Level": 4, "location": "XR", "properties": {"id": "3e4015a7-fc3f-46ab-bde5-2cd853856d00", "createdDateTime": "2022-08-24T05:04:03.950529Z", "userDisplayName": "Cassie Fernandez", "userPrincipalName": "cfernandez@domain.com", "userId": "67ef8be6-3f44-4db7-8172-fd6211428c1e", "appId": "79510a8f-6421-4348-a2ea-bcc2b02485c1", "appDisplayName": "Cisco AnyConnect", "ipAddress": "147.132.189.119", "status": {"errorCode": 50158, "failureReason": "External security challenge was not satisfied."}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (iPad; CPU iPad OS 9_3_6 like Mac OS X) AppleWebKit/536.1 (KHTML, like Gecko) CriOS/42.0.865.0 Mobile/77O124 Safari/536.1 Edge/99.14477", "deviceDetail": {"deviceId": "bf67c857-685a-4457-89c4-db2afa581bd2", "displayName": "CASSIEFERNANDEZ-LT", "operatingSystem": "Windows 10", "browser": "Edge 99.14477", "trustType": "Hybrid Azure AD joined"}, "location": {"city": "Port Denisetown", "state": "Smithton", "countryOrRegion": "XR", "geoCoordinates": {"latitude": 3.5518965, "longitude": 131.871582}}, "correlationId": "2159b56f-03df-45ec-b645-6e23f4cb0459", "conditionalAccessStatus": "failure", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "cdd67637-1be9-489e-9976-477ffb16b897", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 154, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Cisco AnyConnect Online", "resourceId": "5d5b8d28-6a28-472e-b837-a4094e466965", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 256668, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "FzYrdvw8Td1PgMGjLd9BsJ6gapIbM5u2LLXsIbMg6qETFEvU", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "15655e1f-5005-4c53-b3c0-c4a1d1ca5e9e", "rngcStatus": 0}}, {"time": "2022-08-24T05:13:36.090679Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "63.94.19.180", "correlationId": "ad99a516-caa0-4d48-93dd-c796029526e7", "identity": "Vanessa Ramirez", "Level": 4, "location": "XD", "properties": {"id": "ea590d8d-e3b3-4fb0-bfa4-efd9f4b06d00", "createdDateTime": "2022-08-24T05:13:36.193679Z", "userDisplayName": "Vanessa Ramirez", "userPrincipalName": "vramirez@domain.com", "userId": "5d72b7ed-62ea-4b94-b931-ccef65d71ebd", "appId": "2eae4ad1-8cae-48fe-b718-76bd66e2fc7f", "appDisplayName": "Bipsync", "ipAddress": "63.94.19.180", "status": {"errorCode": 0}, "clientAppUsed": "Mobile Apps and Desktop clients", "deviceDetail": {"deviceId": "", "operatingSystem": "Ios", "browser": "Mobile Safari"}, "location": {"city": "New James", "state": "Norrisbury", "countryOrRegion": "XD", "geoCoordinates": {"latitude": 64.5727225, "longitude": 92.661569}}, "correlationId": "467801b1-fa26-4fb0-92a2-4550834fa845", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "aa2839a6-d337-4caa-8396-67d849a55e17", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 103, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Bipsync Service", "resourceId": "819aa3ed-3b63-4925-8388-0b8d41022941", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 45904, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "IVDZOEagSf5Uz6GfrxOUTGCQSA6tUY0pGe6vShVcbN3DlVac", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "7f0c9abd-8b0d-4973-8675-a495454c0c86", "rngcStatus": 0}}, {"time": "2022-08-24T05:44:30.139177Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "147.132.189.119", "correlationId": "e0ba5850-fbaf-4f5a-8198-658e661c7213", "identity": "Cassie Fernandez", "Level": 4, "location": "XR", "properties": {"id": "6bc2e7cc-9e37-4d1b-b0e2-c04d71fb5200", "createdDateTime": "2022-08-24T05:44:30.275177Z", "userDisplayName": "Cassie Fernandez", "userPrincipalName": "cfernandez@domain.com", "userId": "67ef8be6-3f44-4db7-8172-fd6211428c1e", "appId": "2eae4ad1-8cae-48fe-b718-76bd66e2fc7f", "appDisplayName": "Bipsync", "ipAddress": "147.132.189.119", "status": {"errorCode": 0}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (iPad; CPU iPad OS 9_3_6 like Mac OS X) AppleWebKit/536.1 (KHTML, like Gecko) CriOS/42.0.865.0 Mobile/77O124 Safari/536.1 Edge/99.14477", "deviceDetail": {"deviceId": "d5a487a1-ef7d-4960-9723-7fdadce19af3", "displayName": "CASSIEFERNANDEZ-LT", "operatingSystem": "Windows 10", "browser": "Edge 99.14477", "trustType": "Azure AD registered"}, "location": {"city": "Port Denisetown", "state": "Smithton", "countryOrRegion": "XR", "geoCoordinates": {"latitude": 3.5518965, "longitude": 131.871582}}, "correlationId": "faaa74f2-b051-4bf3-88c4-62dc4e93d786", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "04996c27-b4e9-4c2d-8af4-cb155b194c2e", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "processingTimeInMilliseconds": 136, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Bipsync Service", "resourceId": "819aa3ed-3b63-4925-8388-0b8d41022941", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 256668, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "LEIvCkVFqExoMaOYfqkbg544HaVEQQUy3gq3kkcatvmunOot", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "7f0c9abd-8b0d-4973-8675-a495454c0c86"}}, {"time": "2022-08-24T06:12:36.113835Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "50158", "resultSignature": "None", "resultDescription": "External security challenge was not satisfied.", "durationMs": 0, "callerIpAddress": "92.110.109.246", "correlationId": "5cab0713-6b77-4a39-bd8a-5e3f938e9734", "identity": "Thomas Price", "Level": 4, "location": "XR", "properties": {"id": "b833bcd2-4c2b-43a0-9673-9bc6feed7300", "createdDateTime": "2022-08-24T06:12:36.246835Z", "userDisplayName": "Thomas Price", "userPrincipalName": "tprice@domain.com", "userId": "32109ee2-ee4f-4d11-9c38-2556aec0f2b5", "appId": "79510a8f-6421-4348-a2ea-bcc2b02485c1", "appDisplayName": "Cisco AnyConnect", "ipAddress": "92.110.109.246", "status": {"errorCode": 50158, "failureReason": "External security challenge was not satisfied."}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (X11; Linux i686) AppleWebKit/535.2 (KHTML, like Gecko) Chrome/22.0.843.0 Safari/535.2 Edge/118.12158", "deviceDetail": {"deviceId": "0927e60c-8dfa-4ecf-be85-ad63bccf40a1", "displayName": "THOMASPRICE-LT", "operatingSystem": "Windows 10", "browser": "Edge 118.12158", "trustType": "Hybrid Azure AD joined"}, "location": {"city": "Port Denisetown", "state": "Smithton", "countryOrRegion": "XR", "geoCoordinates": {"latitude": 3.5518965, "longitude": 131.871582}}, "correlationId": "260f711f-53f0-4c4e-9972-a1c9da63e03a", "conditionalAccessStatus": "failure", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "2a77bc2c-57ca-4c7f-a39a-ae24b29fbbf3", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 133, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Cisco AnyConnect Online", "resourceId": "5d5b8d28-6a28-472e-b837-a4094e466965", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 230297, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "8Nwbz1BtwBo4I0XYA0QJz2IV44sRsreyx0DJhTcsVNhP7vU3", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "15655e1f-5005-4c53-b3c0-c4a1d1ca5e9e", "rngcStatus": 0}}, {"time": "2022-08-24T06:15:30.335605Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "205.33.24.92", "correlationId": "2173dc02-2b4b-4fec-8f0e-0821773ae6c2", "identity": "Aaron Cole", "Level": 4, "location": "XD", "properties": {"id": "8bc588a3-ee52-4f64-9b78-b88345057000", "createdDateTime": "2022-08-24T06:15:30.423605Z", "userDisplayName": "Aaron Cole", "userPrincipalName": "acole@domain.com", "userId": "5d557969-1645-4ba4-be83-b6fd943659f7", "appId": "36f74ffc-90e8-46e0-b0ed-588b76ed6f47", "appDisplayName": "Inspire", "ipAddress": "205.33.24.92", "status": {"errorCode": 0}, "clientAppUsed": "Browser", "userAgent": "Mozilla/5.0 (X11; Linux i686) AppleWebKit/536.2 (KHTML, like Gecko) Chrome/22.0.877.0 Safari/536.2", "deviceDetail": {"deviceId": "", "operatingSystem": "Windows 10", "browser": "Chrome 22.0.877.0"}, "location": {"city": "Kristinmouth", "state": "Norrisbury", "countryOrRegion": "XD", "geoCoordinates": {"latitude": 26.278784, "longitude": -92.042573}}, "correlationId": "87775e08-a221-4e33-a302-0ff8599d897e", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "df18c0ea-70e4-4aaf-9bd4-8e0e6a97445b", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 88, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Inspire Online", "resourceId": "f0630e90-b752-4960-bfb9-a0794fc34930", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 214655, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "YEdtxig8zI7Pd8dcBZA0KqM7JvU6qe42QnVrFvmxDkAhaeIr", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "1f37c851-4be4-455b-928a-fbde7845a68a", "rngcStatus": 0}}, {"time": "2022-08-24T06:59:24.081722Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "13.113.40.157", "correlationId": "0e96e240-e147-4155-b7d4-e8a9174dc909", "identity": "Attack Target", "Level": 4, "location": "XR", "properties": {"id": "6f79f7c1-6b64-4eac-8583-86d35afc6200", "createdDateTime": "2022-08-24T06:59:24.215722Z", "userDisplayName": "Attack Target", "userPrincipalName": "attacktarget@domain.com", "userId": "d735e84b-dcca-404d-9f7d-700f360f41a6", "appId": "9a7e67c7-6f05-42a3-b226-97c7ec3e9696", "appDisplayName": "Adobe Identity Management", "ipAddress": "13.113.40.157", "ipAddressFromResourceProvider": "13.113.40.157", "status": {"errorCode": 0}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (iPad; CPU iPad OS 9_3_6 like Mac OS X) AppleWebKit/536.1 (KHTML, like Gecko) CriOS/42.0.865.0 Mobile/77O124 Safari/536.1 Edge/99.14477", "deviceDetail": {"deviceId": "a44625dc-6f81-449a-9799-8005f7209b42", "displayName": "ATTACKTARGET-LT", "operatingSystem": "Windows 10", "browser": "Edge 99.14477", "trustType": "Azure AD registered"}, "location": {"city": "New John", "state": "Smithfort", "countryOrRegion": "XR", "geoCoordinates": {"latitude": -89.144242, "longitude": 168.119022}}, "correlationId": "eacba55f-be2b-4cdc-a97f-9ecd116e32cf", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "f0d8001f-e9c6-48a3-a73f-b2277365ca5c", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 134, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Adobe Identity Management Service", "resourceId": "c8eab36d-0a82-409d-8693-a8dabc997921", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 34974, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "nQBHquiWIcM8EE2hUDzBMdJSzXJEKLZS1NywpIfHQHwl47si", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "2248d3ef-d7b8-4eb2-bd20-fb53f725bfe3", "rngcStatus": 0}}, {"time": "2022-08-24T07:18:06.985112Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "50173", "resultSignature": "None", "resultDescription": "Fresh auth token is needed. Have the user re-sign using fresh credentials.", "durationMs": 0, "callerIpAddress": "156.206.181.119", "correlationId": "1beda54c-43c5-4f9b-821b-3c0279ea56bd", "identity": "Cynthia Perry", "Level": 4, "location": "XY", "properties": {"id": "45f948cc-c7b8-4f70-b09f-6ae1158a8c00", "createdDateTime": "2022-08-24T07:18:07.049112Z", "userDisplayName": "Cynthia Perry", "userPrincipalName": "cperry@domain.com", "userId": "ac5fa380-9d5b-470e-beb2-5ba10aca48e6", "appId": "b6eb5487-41e5-4254-acc5-72fbd850bd1e", "appDisplayName": "Google Cloud / G Suite Connector by Microsoft", "ipAddress": "156.206.181.119", "status": {"errorCode": 50173, "failureReason": "Fresh auth token is needed. Have the user re-sign using fresh credentials."}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (Windows NT 4.0) AppleWebKit/531.1 (KHTML, like Gecko) Chrome/20.0.823.0 Safari/531.1 Edge/87.11424", "deviceDetail": {"deviceId": "", "operatingSystem": "Windows 10", "browser": "Edge 87.11424"}, "location": {"city": "Hannaville", "state": "Thomashaven", "countryOrRegion": "XY", "geoCoordinates": {"latitude": 1.1452695, "longitude": 128.249211}}, "correlationId": "4839c5d8-9879-4ed3-9405-beb3bf37db3f", "conditionalAccessStatus": "notApplied", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "974a6947-1c1e-4088-9a8f-89f296f171c6", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 64, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Google Cloud / G Suite Connector by Microsoft Service", "resourceId": "47e06079-6a63-42ab-89ea-840a60f3ea94", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 279165, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "YWP2G39uQlQG7xrNbicfyJcqUfYIXtmbQ0YGqbBmixL1zktG", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "af115473-a920-4919-a03a-7215ca304189", "rngcStatus": 0}}, {"time": "2022-08-24T07:33:43.920604Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "SignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "42.62.103.34", "correlationId": "401e8efd-f10e-404b-a1fe-6fef8aab382b", "identity": "Joseph Taylor", "Level": 4, "location": "XF", "properties": {"id": "36638119-94db-4a83-8a4c-0142d0664d00", "createdDateTime": "2022-08-24T07:33:44.028604Z", "userDisplayName": "Joseph Taylor", "userPrincipalName": "jtaylor@domain.com", "userId": "af9847eb-c773-41ae-bf94-42747c5e986c", "appId": "72de9f40-5e8f-49a3-a5f2-174d02c751a9", "appDisplayName": "Perforce Helix Core - Helix Authentication Service", "ipAddress": "42.62.103.34", "status": {"errorCode": 0, "additionalDetails": "MFA completed in Azure AD"}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (iPad; CPU iPad OS 14_2 like Mac OS X) AppleWebKit/535.2 (KHTML, like Gecko) CriOS/33.0.816.0 Mobile/88O531 Safari/535.2 Edge/117.19612", "deviceDetail": {"deviceId": "76b96bd3-e5d7-49ee-b195-bf363facdb3d", "displayName": "JOSEPHTAYLOR-LT", "operatingSystem": "Windows 10", "browser": "Edge 117.19612", "isCompliant": true, "isManaged": true, "trustType": "Azure AD joined"}, "location": {"city": "Jessicafurt", "state": "Smithbury", "countryOrRegion": "XF", "geoCoordinates": {"latitude": 17.5082395, "longitude": -115.304215}}, "mfaDetail": {}, "correlationId": "3b87e03f-761e-46b4-a078-abdb936cbad5", "conditionalAccessStatus": "notApplied", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "e02dda12-f0bf-439f-9664-3be14c5dde99", "isInteractive": true, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 108, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Perforce Helix Core - Helix Authentication Service Online", "resourceId": "01f2a7c1-e668-4e23-a099-726ca374f477", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [{"requirementProvider": "request", "detail": "App requires MFA"}], "authenticationRequirement": "multiFactorAuthentication", "alternateSignInName": "jtaylor1@domain.com", "signInIdentifier": "jtaylor1@domain.com", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 393508, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "KGA0EgmdOUXHRcBHIm1IMWtAyyhgtOjEXEesJXEbxe8S4div", "incomingTokenType": "none", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "e133b8e5-4d8b-4e43-9ae4-962ce64fbbd5", "rngcStatus": 0}}, {"time": "2022-08-24T07:36:42.497996Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "50158", "resultSignature": "None", "resultDescription": "External security challenge was not satisfied.", "durationMs": 0, "callerIpAddress": "44.22.19.201", "correlationId": "0ea7e25b-25bf-4dea-b457-18943dbb4685", "identity": "Thomas Price", "Level": 4, "location": "XN", "properties": {"id": "67cfedd4-2c5a-4b7f-ab0c-0d44c6bb9d00", "createdDateTime": "2022-08-24T07:36:42.607996Z", "userDisplayName": "Thomas Price", "userPrincipalName": "tprice@domain.com", "userId": "32109ee2-ee4f-4d11-9c38-2556aec0f2b5", "appId": "79510a8f-6421-4348-a2ea-bcc2b02485c1", "appDisplayName": "Cisco AnyConnect", "ipAddress": "44.22.19.201", "status": {"errorCode": 50158, "failureReason": "External security challenge was not satisfied."}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (X11; Linux i686) AppleWebKit/535.2 (KHTML, like Gecko) Chrome/22.0.843.0 Safari/535.2 Edge/118.12158", "deviceDetail": {"deviceId": "a31478d2-f778-4d5a-b081-22579a9edcbe", "displayName": "THOMASPRICE-LT", "operatingSystem": "Windows 10", "browser": "Edge 118.12158", "trustType": "Hybrid Azure AD joined"}, "location": {"city": "Littlemouth", "state": "Alexanderfurt", "countryOrRegion": "XN", "geoCoordinates": {"latitude": 25.4437255, "longitude": -109.530885}}, "correlationId": "58ea1123-2af0-4169-bb96-f15bb8a14f8c", "conditionalAccessStatus": "failure", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "488c0d8e-f54a-4de1-9c9e-28cedf2ddaca", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 110, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Cisco AnyConnect Online", "resourceId": "5d5b8d28-6a28-472e-b837-a4094e466965", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 230297, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "cbyYSZ4SoTjgMq8Bud5aUBbaSgtfe63C7qfyTtzr5RvFs6La", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "15655e1f-5005-4c53-b3c0-c4a1d1ca5e9e", "rngcStatus": 0}}, {"time": "2022-08-24T07:40:23.536227Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "205.33.24.92", "correlationId": "fc30a9bf-72e7-4f5a-9ad8-370bc81abff5", "identity": "Vanessa Ramirez", "Level": 4, "location": "XD", "properties": {"id": "86ec8f81-b065-45d1-84e2-abcf200f8800", "createdDateTime": "2022-08-24T07:40:23.625227Z", "userDisplayName": "Vanessa Ramirez", "userPrincipalName": "vramirez@domain.com", "userId": "5d72b7ed-62ea-4b94-b931-ccef65d71ebd", "appId": "2eae4ad1-8cae-48fe-b718-76bd66e2fc7f", "appDisplayName": "Bipsync", "ipAddress": "205.33.24.92", "status": {"errorCode": 0}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (X11; Linux i686) AppleWebKit/532.2 (KHTML, like Gecko) Chrome/21.0.853.0 Safari/532.2 Edge/89.19380", "deviceDetail": {"deviceId": "e395a3f4-8f2d-4170-804f-d3e13ce3151b", "displayName": "VANESSARAMIREZ-LT", "operatingSystem": "Windows 10", "browser": "Edge 89.19380", "trustType": "Azure AD registered"}, "location": {"city": "Kristinmouth", "state": "Norrisbury", "countryOrRegion": "XD", "geoCoordinates": {"latitude": 26.278784, "longitude": -92.042573}}, "correlationId": "8f317871-3271-4580-9b0f-7c5642bb8dca", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "ce23de4e-228e-4266-88c3-46a197ccc653", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 89, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Bipsync Service", "resourceId": "bca2b487-3a6c-440f-b1b7-a15b02771ad0", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 214655, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "1Tisz4hGW7IzfutSPF8JMEJbz6vNHF9CUjVASs2AYahhAZbl", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "4da47dd4-556d-4ba4-9847-c1850930ab5e", "rngcStatus": 0}}, {"time": "2022-08-24T07:59:12.776922Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "86.154.193.190", "correlationId": "d314eee4-cb00-4533-b06e-b10472c5b22e", "identity": "Melissa Martin", "Level": 4, "location": "XR", "properties": {"id": "5a969e49-305a-4dba-b344-ced2df4f9400", "createdDateTime": "2022-08-24T07:59:12.868922Z", "userDisplayName": "Melissa Martin", "userPrincipalName": "mmartin@domain.com", "userId": "632ccb55-03a7-40f4-9893-653527cae790", "appId": "87c7e13d-e2cc-4354-be2a-21cc1388764c", "appDisplayName": "Mitel Connect", "ipAddress": "86.154.193.190", "status": {"errorCode": 0}, "clientAppUsed": "Browser", "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 12_4_8 like Mac OS X) AppleWebKit/536.2 (KHTML, like Gecko) CriOS/39.0.845.0 Mobile/81S373 Safari/536.2 Edge/40.11827", "deviceDetail": {"deviceId": "", "operatingSystem": "Windows 10", "browser": "Edge 40.11827"}, "location": {"city": "Port Denisetown", "state": "Smithton", "countryOrRegion": "XR", "geoCoordinates": {"latitude": 3.5518965, "longitude": 131.871582}}, "correlationId": "575ecfb1-bc55-4e0f-a3d2-7a7160593bec", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "52dd3451-3ea6-4fdd-88b6-ad47837a4676", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 92, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Mitel Connect Service", "resourceId": "f0630e90-b752-4960-bfb9-a0794fc34930", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 256668, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "vH31raBSDBvEW1CHzrT13dAZ7sDzrZLTKI0SMrpuIbVhDm0i", "incomingTokenType": "none", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "1f37c851-4be4-455b-928a-fbde7845a68a", "rngcStatus": 0}}, {"time": "2022-08-24T08:03:13.498665Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "13.113.40.157", "correlationId": "9a82fbc5-fe67-4b39-b947-315b9ddc9db9", "identity": "Attack Target", "Level": 4, "location": "XR", "properties": {"id": "21d9bc2a-9249-4dd7-ac71-d73d1b2f6600", "createdDateTime": "2022-08-24T08:03:13.627665Z", "userDisplayName": "Attack Target", "userPrincipalName": "attacktarget@domain.com", "userId": "d735e84b-dcca-404d-9f7d-700f360f41a6", "appId": "9a7e67c7-6f05-42a3-b226-97c7ec3e9696", "appDisplayName": "Adobe Identity Management", "ipAddress": "13.113.40.157", "ipAddressFromResourceProvider": "13.113.40.157", "status": {"errorCode": 0}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (iPad; CPU iPad OS 9_3_6 like Mac OS X) AppleWebKit/536.1 (KHTML, like Gecko) CriOS/42.0.865.0 Mobile/77O124 Safari/536.1 Edge/99.14477", "deviceDetail": {"deviceId": "a44625dc-6f81-449a-9799-8005f7209b42", "displayName": "ATTACKTARGET-LT", "operatingSystem": "Windows 10", "browser": "Edge 99.14477", "trustType": "Azure AD registered"}, "location": {"city": "New John", "state": "Smithfort", "countryOrRegion": "XR", "geoCoordinates": {"latitude": -89.144242, "longitude": 168.119022}}, "correlationId": "6f5092ce-d3e4-4b53-9092-6293d81e2152", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "3bb2db29-893c-4923-ac88-502c70e252d6", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 129, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Adobe Identity Management Service", "resourceId": "c8eab36d-0a82-409d-8693-a8dabc997921", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 34974, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "PKHTILKqP7fGEn88OjXrjD3rAtkXz56RrOcQsw78NKS3z8sg", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "2248d3ef-d7b8-4eb2-bd20-fb53f725bfe3", "rngcStatus": 0}}, {"time": "2022-08-24T08:05:39.587373Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "50158", "resultSignature": "None", "resultDescription": "External security challenge was not satisfied.", "durationMs": 0, "callerIpAddress": "105.169.153.183", "correlationId": "f0019983-2614-4c21-a44b-275d691b332d", "identity": "Thomas Price", "Level": 4, "location": "XR", "properties": {"id": "dbc70563-d52e-4283-b326-d17251f96a00", "createdDateTime": "2022-08-24T08:05:39.747373Z", "userDisplayName": "Thomas Price", "userPrincipalName": "tprice@domain.com", "userId": "32109ee2-ee4f-4d11-9c38-2556aec0f2b5", "appId": "9a7e67c7-6f05-42a3-b226-97c7ec3e9696", "appDisplayName": "Adobe Identity Management", "ipAddress": "105.169.153.183", "status": {"errorCode": 50158, "failureReason": "External security challenge was not satisfied."}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (X11; Linux i686) AppleWebKit/535.2 (KHTML, like Gecko) Chrome/22.0.843.0 Safari/535.2 Edge/118.12158", "deviceDetail": {"deviceId": "2b85c59f-331a-4b61-9a44-9d3d6df62a06", "displayName": "THOMASPRICE-LT", "operatingSystem": "Windows 10", "browser": "Edge 118.12158", "trustType": "Hybrid Azure AD joined"}, "location": {"city": "Kevinton", "state": "Smithton", "countryOrRegion": "XR", "geoCoordinates": {"latitude": -87.5106305, "longitude": -77.991036}}, "correlationId": "ad115c5a-512a-4476-aaaa-a6bbf37e91d9", "conditionalAccessStatus": "failure", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "b62f032d-4edb-4a76-ae05-d7dcc3c4852b", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 160, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Adobe Identity Management Service", "resourceId": "30663ca7-f8a9-43ab-8ca1-7906bdbc1485", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 256668, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "w0R7VBIn7pxrlbBWTwEEDfd4XyijMDRLKHZMZKy5joBqlDRn", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "a6c259e5-7f16-48b2-a9f3-75becd6daa9b", "rngcStatus": 0}}, {"time": "2022-08-24T08:07:28.619083Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "1.210.58.10", "correlationId": "3e8a0e9e-dcde-46a3-9c9c-d4ce232465be", "identity": "Keith Sheppard", "Level": 4, "location": "XD", "properties": {"id": "381dc42c-1581-42c2-8b81-ee5d7de16a00", "createdDateTime": "2022-08-24T08:07:28.702083Z", "userDisplayName": "Keith Sheppard", "userPrincipalName": "ksheppard@domain.com", "userId": "05bd48f1-91d2-4c2d-9a7c-80e80f561b3c", "appId": "9003b8ba-730c-412d-8972-267700304e01", "appDisplayName": "Box", "ipAddress": "1.210.58.10", "status": {"errorCode": 0}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (Windows NT 4.0) AppleWebKit/531.1 (KHTML, like Gecko) Chrome/20.0.823.0 Safari/531.1 Edge/87.11424", "deviceDetail": {"deviceId": "639815fd-5018-4e38-9d81-67538b2ce460", "displayName": "KEITHSHEPPARD-LT", "operatingSystem": "Windows 10", "browser": "Edge 87.11424", "trustType": "Azure AD registered"}, "location": {"city": "Cooperhaven", "state": "Norrisbury", "countryOrRegion": "XD", "geoCoordinates": {"latitude": 70.436398, "longitude": -23.873747}}, "correlationId": "1483e43e-f275-4bc0-b923-7c82ba4bac03", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "fc861108-33ba-4057-ac09-8358cc5f6f88", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 83, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Box Online", "resourceId": "d2c09315-f769-4fc6-9be8-f57cf8efa9cc", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 69487, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "AL4KjN0tYXjB53tkBdzr94gwmlw0G5f0brIpMYBjMNbzWIya", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": null, "rngcStatus": 0}}, {"time": "2022-08-24T08:15:24.305812Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "156.206.181.119", "correlationId": "09185924-663e-42d5-a276-2b0dd5d48763", "identity": "Cynthia Perry", "Level": 4, "location": "XY", "properties": {"id": "c22f0ead-dc82-4de8-8327-ebcc842c5c00", "createdDateTime": "2022-08-24T08:15:24.428812Z", "userDisplayName": "Cynthia Perry", "userPrincipalName": "cperry@domain.com", "userId": "ac5fa380-9d5b-470e-beb2-5ba10aca48e6", "appId": "9de6e985-97a5-4d82-9c45-aedaa9c25ef9", "appDisplayName": "AWS Single-Account Access", "ipAddress": "156.206.181.119", "status": {"errorCode": 0}, "clientAppUsed": "Browser", "deviceDetail": {"deviceId": "", "operatingSystem": "Windows"}, "location": {"city": "Hannaville", "state": "Thomashaven", "countryOrRegion": "XY", "geoCoordinates": {"latitude": 1.1452695, "longitude": 128.249211}}, "correlationId": "5c83a1a5-7825-4ee3-9cc6-8a353f78f65e", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "c154efbc-2160-4e12-b6b1-3160b3a42f4a", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "processingTimeInMilliseconds": 123, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "AWS Single-Account Access Service", "resourceId": "9a84f55e-3a40-492c-9476-e069f64ed7a6", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 279165, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "I2jY4TOBzN1d3Kbhik4VL51LQUbWgiBB9RqQfMbsDtKlcXSj", "incomingTokenType": "none", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "37ee873b-f901-4e25-be69-010243106d0f"}}, {"time": "2022-08-24T09:02:01.941695Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "13.113.40.157", "correlationId": "69d77a9a-fb5c-4e40-bee7-7e254db292b1", "identity": "Attack Target", "Level": 4, "location": "XR", "properties": {"id": "cfcb865f-7e5f-417b-b8f8-3d1575e76f00", "createdDateTime": "2022-08-24T09:02:02.089695Z", "userDisplayName": "Attack Target", "userPrincipalName": "attacktarget@domain.com", "userId": "d735e84b-dcca-404d-9f7d-700f360f41a6", "appId": "9a7e67c7-6f05-42a3-b226-97c7ec3e9696", "appDisplayName": "Adobe Identity Management", "ipAddress": "13.113.40.157", "ipAddressFromResourceProvider": "11.5.130.220", "status": {"errorCode": 0}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (iPad; CPU iPad OS 9_3_6 like Mac OS X) AppleWebKit/536.1 (KHTML, like Gecko) CriOS/42.0.865.0 Mobile/77O124 Safari/536.1 Edge/99.14477", "deviceDetail": {"deviceId": "a44625dc-6f81-449a-9799-8005f7209b42", "displayName": "ATTACKTARGET-LT", "operatingSystem": "Windows 10", "browser": "Edge 99.14477", "trustType": "Azure AD registered"}, "location": {"city": "Smithfort", "state": "Smithfort", "countryOrRegion": "XR", "geoCoordinates": {"latitude": 3.7564095, "longitude": -121.574606}}, "correlationId": "86947573-e5f1-410c-b638-5657bc32c94b", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "ff8ee3af-8070-42d6-9405-2107aee9bc04", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 148, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Adobe Identity Management Service", "resourceId": "9a84f55e-3a40-492c-9476-e069f64ed7a6", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 34974, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "Ad0SBB1cyaUUXEdHm6AxFB6W6EjBGcpRWHb3rondL7F04yd9", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "37ee873b-f901-4e25-be69-010243106d0f", "rngcStatus": 0}}, {"time": "2022-08-24T09:09:57.808757Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "205.33.24.92", "correlationId": "68f02c95-97c9-406d-8edf-40b851917ab3", "identity": "Aaron Cole", "Level": 4, "location": "XD", "properties": {"id": "cfcb865f-7e5f-417b-b8f8-3d158a027200", "createdDateTime": "2022-08-24T09:09:58.082757Z", "userDisplayName": "Aaron Cole", "userPrincipalName": "acole@domain.com", "userId": "5d557969-1645-4ba4-be83-b6fd943659f7", "appId": "1b3edb90-1e06-46db-b021-e2fc1f7ddaf5", "appDisplayName": "Beatrust", "ipAddress": "205.33.24.92", "status": {"errorCode": 0}, "clientAppUsed": "Browser", "deviceDetail": {"deviceId": "", "operatingSystem": "Windows 10", "browser": "Rich Client 5.2.7.0"}, "location": {"city": "Kristinmouth", "state": "Norrisbury", "countryOrRegion": "XD", "geoCoordinates": {"latitude": 26.278784, "longitude": -92.042573}}, "correlationId": "3c452d11-57c2-4b0d-ae3c-6e8bedb02fff", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "acd945f6-d50c-471f-804a-4a04c1727e9b", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 274, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Beatrust Service", "resourceId": "24578515-1951-4064-967d-0d2acaf0aa70", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 214655, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "kp9GEGHoDmS8XvWi5k36c6mNBQVj4aUY3YQbpduTyDlXXwv9", "incomingTokenType": "none", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "0e68752b-7dfa-400b-a6f5-1b54af90696a", "rngcStatus": 0}}, {"time": "2022-08-24T09:11:36.066172Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "166.111.151.233", "correlationId": "2e0a70f2-ff19-450a-ae7a-497da45bf080", "identity": "Robert Rojas", "Level": 4, "location": "XR", "properties": {"id": "3e4015a7-fc3f-46ab-bde5-2cd824db7000", "createdDateTime": "2022-08-24T09:11:36.198172Z", "userDisplayName": "Robert Rojas", "userPrincipalName": "rrojas@domain.com", "userId": "e6bf534a-7fe5-4c26-99f7-59e782bbe948", "appId": "9167c284-c68f-468a-84be-0ee4f23879fe", "appDisplayName": "ArcGIS Enterprise", "ipAddress": "166.111.151.233", "status": {"errorCode": 0}, "clientAppUsed": "Mobile Apps and Desktop clients", "deviceDetail": {"deviceId": "", "operatingSystem": "Ios", "browser": "Mobile Safari"}, "location": {"city": "Stewarthaven", "state": "Smithton", "countryOrRegion": "XR", "geoCoordinates": {"latitude": -77.5119755, "longitude": -51.969667}}, "correlationId": "8d99d8ef-3af0-4f15-ac05-4338b22aa21d", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "de81a5a0-77fb-4d44-b897-fa4fc01f0c3f", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 132, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "ArcGIS Enterprise Service", "resourceId": "716aba4b-c9f6-4449-afd5-9a63e6544db2", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 34974, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "1lxbYZcXf5joHE73tfIS28zCDO1lMAKoNxxoYGrqsQEQlxX2", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "91299e6a-641e-45f3-8eb9-00c8dc321db1", "rngcStatus": 0}}, {"time": "2022-08-24T09:12:02.979011Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "105.169.153.183", "correlationId": "d1b4bb41-4f90-4ca5-b2e1-ae8ce82b6ba5", "identity": "Jim Gonzalez", "Level": 4, "location": "XR", "properties": {"id": "21cd51c1-e0da-46f7-88e2-556984236500", "createdDateTime": "2022-08-24T09:12:03.158011Z", "userDisplayName": "Jim Gonzalez", "userPrincipalName": "jgonzalez@domain.com", "userId": "95090045-a9c5-489c-adee-2db430a3333a", "appId": "bf2855c0-7434-4262-8885-ad2f5206d324", "appDisplayName": "COINS Construction Cloud - Project and Productivity Apps", "ipAddress": "105.169.153.183", "status": {"errorCode": 0}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (Windows NT 4.0) AppleWebKit/532.1 (KHTML, like Gecko) Chrome/38.0.801.0 Safari/532.1 Edge/19.15284", "deviceDetail": {"deviceId": "15135d1f-cb47-4bd8-b76d-90a9171c09bd", "displayName": "JIMGONZALEZ-LT", "operatingSystem": "Windows 10", "browser": "Edge 19.15284", "trustType": "Azure AD registered"}, "location": {"city": "Kevinton", "state": "Smithton", "countryOrRegion": "XR", "geoCoordinates": {"latitude": -87.5106305, "longitude": -77.991036}}, "correlationId": "b90c649c-11a2-496b-ac6b-50a3f6e212c4", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "7d0dcece-8b9b-4231-8bd3-866a76958f88", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 179, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "COINS Construction Cloud - Project and Productivity Apps Service", "resourceId": "054f44f6-54fb-4ef0-9fc3-d3ec90e47d0d", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 256668, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "n7tm4alxis4LRJvZfWOog83V9A1rJmACPdgbaak1uKC3TUex", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": null, "rngcStatus": 0}}, {"time": "2022-08-24T09:14:15.263987Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "86.154.193.190", "correlationId": "692c0151-1e42-49a9-938c-535486ee631e", "identity": "Kristen Howell", "Level": 4, "location": "XR", "properties": {"id": "3252cc26-bd51-4e86-91d8-5aec94466f00", "createdDateTime": "2022-08-24T09:14:15.365987Z", "userDisplayName": "Kristen Howell", "userPrincipalName": "khowell@domain.com", "userId": "20e1e3f9-665f-45bd-9984-5e74b526d3b5", "appId": "2eae4ad1-8cae-48fe-b718-76bd66e2fc7f", "appDisplayName": "Bipsync", "ipAddress": "86.154.193.190", "status": {"errorCode": 0}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (X11; Linux i686) AppleWebKit/533.0 (KHTML, like Gecko) Chrome/24.0.803.0 Safari/533.0 Edge/40.11325", "deviceDetail": {"deviceId": "af204333-3bdf-4228-bbeb-e3a654075b5c", "displayName": "KRISTENHOWELL-LT", "operatingSystem": "Windows 10", "browser": "Edge 40.11325", "trustType": "Azure AD registered"}, "location": {"city": "Port Denisetown", "state": "Smithton", "countryOrRegion": "XR", "geoCoordinates": {"latitude": 3.5518965, "longitude": 131.871582}}, "correlationId": "fc7b760a-3eaf-42b0-bb47-0ef4ceddc8c4", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "16b68cfc-9564-4d52-8e48-7a45be2e552d", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 102, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Bipsync Service", "resourceId": "9a84f55e-3a40-492c-9476-e069f64ed7a6", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 256668, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "LNSpb7StsEdv0Omq4jyA2iq4SLqpxvVXOeBeJ3Pa4pmPznVU", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "37ee873b-f901-4e25-be69-010243106d0f", "rngcStatus": 0}}, {"time": "2022-08-24T09:16:53.789473Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "SignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "199.12.127.103", "correlationId": "bb1a15ab-615f-417a-b5cc-0b1b1d6ddbf0", "identity": "Jacob Meyers", "Level": 4, "location": "XG", "properties": {"id": "9e1a73f6-a00a-49a9-886a-dc86d1355e00", "createdDateTime": "2022-08-24T09:16:53.895473Z", "userDisplayName": "Jacob Meyers", "userPrincipalName": "jmeyers@domain.com", "userId": "c63a67b0-1651-4a8a-9560-cc703cdad5ad", "appId": "1b3edb90-1e06-46db-b021-e2fc1f7ddaf5", "appDisplayName": "Beatrust", "ipAddress": "199.12.127.103", "status": {"errorCode": 0}, "clientAppUsed": "Browser", "userAgent": "Mozilla/5.0 (Windows NT 5.1) AppleWebKit/534.1 (KHTML, like Gecko) Chrome/37.0.847.0 Safari/534.1", "deviceDetail": {"deviceId": "", "operatingSystem": "Windows 10", "browser": "Chrome 37.0.847.0"}, "location": {"city": "Port Nathan", "state": "Newmanville", "countryOrRegion": "XG", "geoCoordinates": {"latitude": 23.244641, "longitude": -113.392021}}, "correlationId": "b52acb06-2e3d-492e-bd50-834af721420e", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "3b5f1d0c-0311-4fc0-a2e8-d4922e420e2d", "isInteractive": true, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "processingTimeInMilliseconds": 106, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Beatrust Service", "resourceId": "24578515-1951-4064-967d-0d2acaf0aa70", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 282405, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "9ADc6zj2GOcLkdJ6wdXVNhM0zCVpXBl4WFwhery4YIcgPGLU", "incomingTokenType": "none", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "0e68752b-7dfa-400b-a6f5-1b54af90696a"}}, {"time": "2022-08-24T09:27:10.114695Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "19.20.89.178", "correlationId": "63e2dff9-bd07-4dd3-b105-fc8a99f138ae", "identity": "Jamie Watson", "Level": 4, "location": "XR", "properties": {"id": "ed1cc7f2-5495-4045-9a89-6421721d7400", "createdDateTime": "2022-08-24T09:27:10.192695Z", "userDisplayName": "Jamie Watson", "userPrincipalName": "jwatson@domain.com", "userId": "2844695b-9a70-48ed-a5ce-f3d711e2292b", "appId": "9167c284-c68f-468a-84be-0ee4f23879fe", "appDisplayName": "ArcGIS Enterprise", "ipAddress": "19.20.89.178", "status": {"errorCode": 0}, "clientAppUsed": "Mobile Apps and Desktop clients", "deviceDetail": {"deviceId": "", "operatingSystem": "Android"}, "location": {"city": "Samanthaberg", "state": "Smithton", "countryOrRegion": "XR", "geoCoordinates": {"latitude": -68.556166, "longitude": -172.972506}}, "correlationId": "f6d10bb2-3bf4-49ce-a6ab-dedaf85db016", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "5fb39d3a-31d1-4992-93d9-22538406e87b", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 78, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "ArcGIS Enterprise Service", "resourceId": "c8eab36d-0a82-409d-8693-a8dabc997921", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 34974, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "1cqHjX5uw5RpNyYHKq8kDsc8SddGJG3sBlTPA5C6dhSScpCw", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "2248d3ef-d7b8-4eb2-bd20-fb53f725bfe3", "rngcStatus": 0}}, {"time": "2022-08-24T09:38:02.966827Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "147.132.189.119", "correlationId": "3e02b352-e7a2-4c3d-aa3e-9f1a89cf21c4", "identity": "Terry Proctor", "Level": 4, "location": "XR", "properties": {"id": "c27355bf-335a-4f00-ab57-c827e85c5d00", "createdDateTime": "2022-08-24T09:38:03.091827Z", "userDisplayName": "Terry Proctor", "userPrincipalName": "tproctor@domain.com", "userId": "03110cc5-e54f-4dae-b68a-bf5d945f8152", "appId": "2eae4ad1-8cae-48fe-b718-76bd66e2fc7f", "appDisplayName": "Bipsync", "ipAddress": "147.132.189.119", "status": {"errorCode": 0, "additionalDetails": "MFA requirement satisfied by claim in the token"}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (X11; Linux i686) AppleWebKit/533.0 (KHTML, like Gecko) Chrome/24.0.803.0 Safari/533.0 Edge/40.11325", "deviceDetail": {"deviceId": "88ee69d5-1eb7-4f29-b594-e9b4e3371940", "displayName": "TERRYPROCTOR-LT", "operatingSystem": "Windows 10", "browser": "Edge 40.11325", "isCompliant": true, "isManaged": true, "trustType": "Azure AD joined"}, "location": {"city": "Port Denisetown", "state": "Smithton", "countryOrRegion": "XR", "geoCoordinates": {"latitude": 3.5518965, "longitude": 131.871582}}, "mfaDetail": {}, "correlationId": "59dfbc8c-7f4e-4c7d-b8ae-c8b95f32107a", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "01e6a20d-b8c0-409e-8075-79b3ecd2dae8", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "processingTimeInMilliseconds": 125, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Bipsync Service", "resourceId": "819aa3ed-3b63-4925-8388-0b8d41022941", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 256668, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "0brN8AzmZEtj5pLuQUg8oEX9FBi6g8mg26js6H4yozkAlYpC", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "7f0c9abd-8b0d-4973-8675-a495454c0c86"}}, {"time": "2022-08-24T09:39:05.828311Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "205.33.24.92", "correlationId": "4efea480-998f-45ca-a9ca-1cf3d3fcdddc", "identity": "Vanessa Ramirez", "Level": 4, "location": "XD", "properties": {"id": "07e9bef6-9926-4484-b7b4-4a15e76e8c00", "createdDateTime": "2022-08-24T09:39:05.926311Z", "userDisplayName": "Vanessa Ramirez", "userPrincipalName": "vramirez@domain.com", "userId": "5d72b7ed-62ea-4b94-b931-ccef65d71ebd", "appId": "9de6e985-97a5-4d82-9c45-aedaa9c25ef9", "appDisplayName": "AWS Single-Account Access", "ipAddress": "205.33.24.92", "status": {"errorCode": 0}, "clientAppUsed": "Browser", "deviceDetail": {"deviceId": "e395a3f4-8f2d-4170-804f-d3e13ce3151b", "displayName": "VANESSARAMIREZ-LT", "operatingSystem": "Windows", "trustType": "Azure AD registered"}, "location": {"city": "Kristinmouth", "state": "Norrisbury", "countryOrRegion": "XD", "geoCoordinates": {"latitude": 26.278784, "longitude": -92.042573}}, "correlationId": "421a24cd-721f-4cfa-82d5-53672c155126", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "06d5c11f-f6ff-4d3f-a61d-38520b592322", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 98, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "AWS Single-Account Access Service", "resourceId": "72f0186d-d327-46c9-a8ff-497e0caa8691", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 214655, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "vwzqt0LIZzxKdFUzlCEAjY4zV20HLGwAom21ieGFaRpscKYP", "incomingTokenType": "none", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": null, "rngcStatus": 0}}, {"time": "2022-08-24T09:46:46.327440Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "86.154.193.190", "correlationId": "bb0a95b0-99ee-4992-9e2e-98845348077f", "identity": "Jamie Watson", "Level": 4, "location": "XR", "properties": {"id": "6b98f00f-aa3d-46fc-af8a-c087a9af8200", "createdDateTime": "2022-08-24T09:46:46.404440Z", "userDisplayName": "Jamie Watson", "userPrincipalName": "jwatson@domain.com", "userId": "2844695b-9a70-48ed-a5ce-f3d711e2292b", "appId": "b6eb5487-41e5-4254-acc5-72fbd850bd1e", "appDisplayName": "Google Cloud / G Suite Connector by Microsoft", "ipAddress": "86.154.193.190", "status": {"errorCode": 0}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (X11; Linux i686) AppleWebKit/533.0 (KHTML, like Gecko) Chrome/24.0.803.0 Safari/533.0 Edge/40.11325", "deviceDetail": {"deviceId": "fc784602-6455-4450-be3c-6770e0359f8a", "displayName": "JAMIEWATSON-LT", "operatingSystem": "Windows 10", "browser": "Edge 40.11325", "isCompliant": true, "isManaged": true, "trustType": "Azure AD joined"}, "location": {"city": "Port Denisetown", "state": "Smithton", "countryOrRegion": "XR", "geoCoordinates": {"latitude": 3.5518965, "longitude": 131.871582}}, "correlationId": "26a64a37-c178-4ed2-9b1c-8227a986d3df", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "0b218ed4-142d-4962-aa20-76974efb1ad2", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 77, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Google Cloud / G Suite Connector by Microsoft Service", "resourceId": "47e06079-6a63-42ab-89ea-840a60f3ea94", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 256668, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "QMW05X4wwRzeMeUhEszyMe987WTFyVC7qHndj3dExEipBpJU", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "af115473-a920-4919-a03a-7215ca304189", "rngcStatus": 0}}, {"time": "2022-08-24T10:09:35.716079Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "SignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "50011", "resultSignature": "None", "resultDescription": "The reply address is missing, misconfigured, or does not match reply addresses configured for the application. Try out the resolution listed at https://docs.microsoft.com/azure/active-directory/application-sign-in-problem-federated-sso-gallery#the-reply-address-does-not-match-the-reply-addresses-configured-for-the-application. If you still see issues, contact the application owner or app admin.", "durationMs": 0, "callerIpAddress": "205.33.24.92", "correlationId": "1bd86d62-782c-49a6-8186-75edeecd7cc7", "identity": "Aaron Cole", "Level": 4, "location": "XD", "properties": {"id": "6319605d-e64e-4864-8be8-7fc31d759600", "createdDateTime": "2022-08-24T10:09:35.849079Z", "userDisplayName": "Aaron Cole", "userPrincipalName": "acole@domain.com", "userId": "5d557969-1645-4ba4-be83-b6fd943659f7", "appId": "af50c7b0-ad5f-40ec-840e-8d89be454ce4", "appDisplayName": "Citrix ShareFile", "ipAddress": "205.33.24.92", "status": {"errorCode": 50011, "failureReason": "The reply address is missing, misconfigured, or does not match reply addresses configured for the application. Try out the resolution listed at https://docs.microsoft.com/azure/active-directory/application-sign-in-problem-federated-sso-gallery#the-reply-address-does-not-match-the-reply-addresses-configured-for-the-application. If you still see issues, contact the application owner or app admin."}, "clientAppUsed": "Browser", "userAgent": "Mozilla/5.0 (X11; Linux i686) AppleWebKit/536.2 (KHTML, like Gecko) Chrome/22.0.877.0 Safari/536.2", "deviceDetail": {"deviceId": "", "operatingSystem": "Windows 10", "browser": "Chrome 22.0.877.0"}, "location": {"city": "Kristinmouth", "state": "Norrisbury", "countryOrRegion": "XD", "geoCoordinates": {"latitude": 26.278784, "longitude": -92.042573}}, "correlationId": "493ae8ec-f087-44b3-b5fc-e911c797d545", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "23f461d6-f2ee-45b0-bf5c-4f857a4ad8b5", "isInteractive": true, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 133, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Citrix ShareFile Online", "resourceId": "24578515-1951-4064-967d-0d2acaf0aa70", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 214655, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "piCFLB2c3kRZ8nZVb1B7rrtxxPRnLIdjFhJ61Gb3wRxMWh8G", "incomingTokenType": "none", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "0e68752b-7dfa-400b-a6f5-1b54af90696a", "rngcStatus": 0}}, {"time": "2022-08-24T10:14:42.215907Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "92.110.109.246", "correlationId": "7e138c22-242f-4dbd-bf17-b7b83cf288ba", "identity": "Joseph Taylor", "Level": 4, "location": "XR", "properties": {"id": "84170ee1-88cb-4e3d-bb5d-283a60c06e00", "createdDateTime": "2022-08-24T10:14:42.305907Z", "userDisplayName": "Joseph Taylor", "userPrincipalName": "jtaylor@domain.com", "userId": "af9847eb-c773-41ae-bf94-42747c5e986c", "appId": "9a7e67c7-6f05-42a3-b226-97c7ec3e9696", "appDisplayName": "Adobe Identity Management", "ipAddress": "92.110.109.246", "status": {"errorCode": 0, "additionalDetails": "MFA requirement satisfied by claim in the token"}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (iPad; CPU iPad OS 9_3_6 like Mac OS X) AppleWebKit/536.1 (KHTML, like Gecko) CriOS/42.0.865.0 Mobile/77O124 Safari/536.1 Edge/99.14477", "deviceDetail": {"deviceId": "76b96bd3-e5d7-49ee-b195-bf363facdb3d", "displayName": "JOSEPHTAYLOR-LT", "operatingSystem": "Windows 10", "browser": "Edge 99.14477", "isCompliant": true, "isManaged": true, "trustType": "Azure AD joined"}, "location": {"city": "Port Denisetown", "state": "Smithton", "countryOrRegion": "XR", "geoCoordinates": {"latitude": 3.5518965, "longitude": 131.871582}}, "mfaDetail": {}, "correlationId": "120635c1-475c-4465-a15c-c7f01ceda894", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "35626e11-ef65-4c38-a9d0-f5fe10b28d8e", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 90, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Adobe Identity Management Service", "resourceId": "72f0186d-d327-46c9-a8ff-497e0caa8691", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 230297, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "saSADq6JW9wZOXXEmsFdhBQjuEXrwMhAwjbSIKfEkrG9VBxl", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": null, "rngcStatus": 0}}, {"time": "2022-08-24T10:19:58.134538Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "147.132.189.119", "correlationId": "1aa504e1-3341-40e2-bc34-86569f70ac76", "identity": "Terry Proctor", "Level": 4, "location": "XR", "properties": {"id": "cc41f85f-18f2-4339-b560-185642336500", "createdDateTime": "2022-08-24T10:19:58.285538Z", "userDisplayName": "Terry Proctor", "userPrincipalName": "tproctor@domain.com", "userId": "03110cc5-e54f-4dae-b68a-bf5d945f8152", "appId": "9d794ea1-8d77-42e3-9fdd-6fd3620d616a", "appDisplayName": "Alaya", "ipAddress": "147.132.189.119", "status": {"errorCode": 0, "additionalDetails": "MFA requirement satisfied by claim in the token"}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (X11; Linux i686) AppleWebKit/533.0 (KHTML, like Gecko) Chrome/24.0.803.0 Safari/533.0 Edge/40.11325", "deviceDetail": {"deviceId": "88ee69d5-1eb7-4f29-b594-e9b4e3371940", "displayName": "TERRYPROCTOR-LT", "operatingSystem": "Windows 10", "browser": "Edge 40.11325", "isCompliant": true, "isManaged": true, "trustType": "Azure AD joined"}, "location": {"city": "Port Denisetown", "state": "Smithton", "countryOrRegion": "XR", "geoCoordinates": {"latitude": 3.5518965, "longitude": 131.871582}}, "mfaDetail": {}, "correlationId": "5aef6ba2-f8d5-447f-bf31-78f2f620bd28", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "0fe94091-79cb-4bd2-8feb-ddc3d6faf5eb", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 151, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Alaya Service", "resourceId": "2c3383ff-432a-49ee-bb8b-8699a7d0416f", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 256668, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "t7DhFZBBEu1GgrX8uEb6PVs98dXpYvkEMTnvL9Sq4lOPIDsD", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "35efb8e5-3b35-4a86-b7ce-660b69bfa773", "rngcStatus": 0}}, {"time": "2022-08-24T10:21:03.658996Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "86.154.193.190", "correlationId": "c9813f68-8b70-4b0c-9443-5021ce516bf9", "identity": "Jamie Watson", "Level": 4, "location": "XR", "properties": {"id": "9be25273-1fa9-48f5-a19d-482a85908f00", "createdDateTime": "2022-08-24T10:21:03.737996Z", "userDisplayName": "Jamie Watson", "userPrincipalName": "jwatson@domain.com", "userId": "2844695b-9a70-48ed-a5ce-f3d711e2292b", "appId": "413f12c2-a9cb-4ca6-a080-d4308249cbe1", "appDisplayName": "Air", "ipAddress": "86.154.193.190", "status": {"errorCode": 0}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (X11; Linux i686) AppleWebKit/533.0 (KHTML, like Gecko) Chrome/24.0.803.0 Safari/533.0 Edge/40.11325", "deviceDetail": {"deviceId": "fc784602-6455-4450-be3c-6770e0359f8a", "displayName": "JAMIEWATSON-LT", "operatingSystem": "Windows 10", "browser": "Edge 40.11325", "isCompliant": true, "isManaged": true, "trustType": "Azure AD joined"}, "location": {"city": "Port Denisetown", "state": "Smithton", "countryOrRegion": "XR", "geoCoordinates": {"latitude": 3.5518965, "longitude": 131.871582}}, "correlationId": "b862dc5a-9687-40a1-b270-53a8ace8b343", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "74a4db72-ce3b-46de-b781-6de78dc0ce76", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 79, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Air Online", "resourceId": "72f0186d-d327-46c9-a8ff-497e0caa8691", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 256668, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "LCeiNtSdrMyKKpuH8R3OV9QGmi31m9Krq358yDb9xAWeWUTs", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": null, "rngcStatus": 0}}, {"time": "2022-08-24T10:48:38.131557Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "13.113.40.157", "correlationId": "6ce9d1a5-b426-437e-9aa2-f93f8a07e53f", "identity": "Attack Target", "Level": 4, "location": "XR", "properties": {"id": "96843c4e-d6c8-49c6-9d20-6412b80b6c00", "createdDateTime": "2022-08-24T10:48:38.253557Z", "userDisplayName": "Attack Target", "userPrincipalName": "attacktarget@domain.com", "userId": "d735e84b-dcca-404d-9f7d-700f360f41a6", "appId": "9a7e67c7-6f05-42a3-b226-97c7ec3e9696", "appDisplayName": "Adobe Identity Management", "ipAddress": "13.113.40.157", "status": {"errorCode": 0}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (iPad; CPU iPad OS 9_3_6 like Mac OS X) AppleWebKit/536.1 (KHTML, like Gecko) CriOS/42.0.865.0 Mobile/77O124 Safari/536.1 Edge/99.14477", "deviceDetail": {"deviceId": "a44625dc-6f81-449a-9799-8005f7209b42", "displayName": "ATTACKTARGET-LT", "operatingSystem": "Windows 10", "browser": "Edge 99.14477", "trustType": "Azure AD registered"}, "location": {"city": "Smithfort", "state": "Smithfort", "countryOrRegion": "XR", "geoCoordinates": {"latitude": 3.7564095, "longitude": -121.574606}}, "correlationId": "0577f17a-a62d-4dac-a4a7-f8a079607a3f", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "d894a78d-c897-4109-9a89-58fb8671f8cb", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 122, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Adobe Identity Management Service", "resourceId": "30663ca7-f8a9-43ab-8ca1-7906bdbc1485", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 34974, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "qDYbxQKY0Mo0fQsWBHsacmqppgCBSoxQ680kMokcu5D9na59", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "a6c259e5-7f16-48b2-a9f3-75becd6daa9b", "rngcStatus": 0}}, {"time": "2022-08-24T10:56:32.155166Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "86.154.193.190", "correlationId": "74db6e1b-ab07-4e4f-97f7-5ebd663023fc", "identity": "Jamie Watson", "Level": 4, "location": "XR", "properties": {"id": "95854fa2-5be6-4c9a-9e31-8e174a7a3c00", "createdDateTime": "2022-08-24T10:56:32.268166Z", "userDisplayName": "Jamie Watson", "userPrincipalName": "jwatson@domain.com", "userId": "2844695b-9a70-48ed-a5ce-f3d711e2292b", "appId": "9de6e985-97a5-4d82-9c45-aedaa9c25ef9", "appDisplayName": "AWS Single-Account Access", "ipAddress": "86.154.193.190", "status": {"errorCode": 0}, "clientAppUsed": "Browser", "deviceDetail": {"deviceId": "fc784602-6455-4450-be3c-6770e0359f8a", "displayName": "JAMIEWATSON-LT", "operatingSystem": "Windows", "isCompliant": true, "isManaged": true, "trustType": "Azure AD joined"}, "location": {"city": "Port Denisetown", "state": "Smithton", "countryOrRegion": "XR", "geoCoordinates": {"latitude": 3.5518965, "longitude": 131.871582}}, "correlationId": "9961a589-e5c2-4b64-83ac-5e1ef68b0543", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "64280c0b-28d6-4115-9766-87d722d0cee8", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 113, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "AWS Single-Account Access Service", "resourceId": "9a84f55e-3a40-492c-9476-e069f64ed7a6", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 256668, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "fqeU0Oq5AErfRjR4MGADwyeN38hKoA9GuISkmsDDkr95AdNK", "incomingTokenType": "none", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "37ee873b-f901-4e25-be69-010243106d0f", "rngcStatus": 0}}, {"time": "2022-08-24T11:12:39.178282Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "156.206.181.119", "correlationId": "6488f108-0c0f-4fb6-8ddb-acc22ef049dc", "identity": "Cynthia Perry", "Level": 4, "location": "XY", "properties": {"id": "bfd288f0-15c8-449b-8773-65df5ea78000", "createdDateTime": "2022-08-24T11:12:39.249282Z", "userDisplayName": "Cynthia Perry", "userPrincipalName": "cperry@domain.com", "userId": "ac5fa380-9d5b-470e-beb2-5ba10aca48e6", "appId": "9de6e985-97a5-4d82-9c45-aedaa9c25ef9", "appDisplayName": "AWS Single-Account Access", "ipAddress": "156.206.181.119", "status": {"errorCode": 0}, "clientAppUsed": "Browser", "deviceDetail": {"deviceId": "", "operatingSystem": "Windows"}, "location": {"city": "Hannaville", "state": "Thomashaven", "countryOrRegion": "XY", "geoCoordinates": {"latitude": 1.1452695, "longitude": 128.249211}}, "correlationId": "853fa3d6-3078-451a-bb78-39632831b070", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "a243da4a-498e-4125-812f-116f34551c5f", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 71, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "AWS Single-Account Access Service", "resourceId": "9a84f55e-3a40-492c-9476-e069f64ed7a6", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 279165, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "7C6aUDjLo0B8HrBdHGEIcqjU8dCYxbhTqfIB5BcNVnkkFBNc", "incomingTokenType": "none", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "37ee873b-f901-4e25-be69-010243106d0f", "rngcStatus": 0}}, {"time": "2022-08-24T11:19:42.024894Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "156.206.181.119", "correlationId": "0bac0d4b-28dd-4c84-9b76-77a569faae22", "identity": "Cynthia Perry", "Level": 4, "location": "XY", "properties": {"id": "b7d3efa6-fdbc-4020-888c-cd5fba578800", "createdDateTime": "2022-08-24T11:19:42.135894Z", "userDisplayName": "Cynthia Perry", "userPrincipalName": "cperry@domain.com", "userId": "ac5fa380-9d5b-470e-beb2-5ba10aca48e6", "appId": "9de6e985-97a5-4d82-9c45-aedaa9c25ef9", "appDisplayName": "AWS Single-Account Access", "ipAddress": "156.206.181.119", "status": {"errorCode": 0}, "clientAppUsed": "Browser", "deviceDetail": {"deviceId": "", "operatingSystem": "Windows"}, "location": {"city": "Hannaville", "state": "Thomashaven", "countryOrRegion": "XY", "geoCoordinates": {"latitude": 1.1452695, "longitude": 128.249211}}, "correlationId": "fc9a5330-91f6-4d65-87b5-14ab3d19a119", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "926cfff4-460a-49bc-a1b1-3ed611d09d73", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 111, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "AWS Single-Account Access Service", "resourceId": "c65cf5f9-5537-4200-889e-381c4f60ca7d", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 279165, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "l2PHiXo3i9X25gKXW4RAmgjLfLBQwzAICf6HfbCoykfmP1dr", "incomingTokenType": "none", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": null, "rngcStatus": 0}}, {"time": "2022-08-24T11:30:22.438308Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "50158", "resultSignature": "None", "resultDescription": "External security challenge was not satisfied.", "durationMs": 0, "callerIpAddress": "92.110.109.246", "correlationId": "485d0e56-0be8-488e-9fef-c8a409c6943b", "identity": "Thomas Price", "Level": 4, "location": "XR", "properties": {"id": "adaecd29-d27b-47bd-bda0-f9ceaa8f6a00", "createdDateTime": "2022-08-24T11:30:22.566308Z", "userDisplayName": "Thomas Price", "userPrincipalName": "tprice@domain.com", "userId": "32109ee2-ee4f-4d11-9c38-2556aec0f2b5", "appId": "9a7e67c7-6f05-42a3-b226-97c7ec3e9696", "appDisplayName": "Adobe Identity Management", "ipAddress": "92.110.109.246", "status": {"errorCode": 50158, "failureReason": "External security challenge was not satisfied."}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (X11; Linux i686) AppleWebKit/535.2 (KHTML, like Gecko) Chrome/22.0.843.0 Safari/535.2 Edge/118.12158", "deviceDetail": {"deviceId": "35819889-abdc-47e0-b28d-5195d26e941f", "displayName": "THOMASPRICE-LT", "operatingSystem": "Windows 10", "browser": "Edge 118.12158", "trustType": "Hybrid Azure AD joined"}, "location": {"city": "Port Denisetown", "state": "Smithton", "countryOrRegion": "XR", "geoCoordinates": {"latitude": 3.5518965, "longitude": 131.871582}}, "correlationId": "a11339a1-5040-46f9-9ccb-aa362d966e3c", "conditionalAccessStatus": "failure", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "7ab14833-4b3c-4753-b0b6-23cdbee56de8", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 128, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Adobe Identity Management Service", "resourceId": "30663ca7-f8a9-43ab-8ca1-7906bdbc1485", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 230297, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "hgeoPU9fzzQImAIk6n47VgIWcqFjMcOH72glQiGirTKXXk9J", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "a6c259e5-7f16-48b2-a9f3-75becd6daa9b", "rngcStatus": 0}}, {"time": "2022-08-24T11:39:39.928601Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "91.132.253.146", "correlationId": "0d417bca-480c-47ce-921a-a264cac764bc", "identity": "Aaron Cole", "Level": 4, "location": "XD", "properties": {"id": "4c611638-3218-4fe7-8e92-9adddd796800", "createdDateTime": "2022-08-24T11:39:40.016601Z", "userDisplayName": "Aaron Cole", "userPrincipalName": "acole@domain.com", "userId": "5d557969-1645-4ba4-be83-b6fd943659f7", "appId": "9d794ea1-8d77-42e3-9fdd-6fd3620d616a", "appDisplayName": "Alaya", "ipAddress": "91.132.253.146", "status": {"errorCode": 0}, "clientAppUsed": "Mobile Apps and Desktop clients", "deviceDetail": {"deviceId": "", "operatingSystem": "Windows 10"}, "location": {"city": "Rickshire", "state": "Norrisbury", "countryOrRegion": "XD", "geoCoordinates": {"latitude": -78.5751045, "longitude": 58.329246}}, "correlationId": "4bcf54b4-e365-4547-a62b-678925ef5f13", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "3b989ff6-1126-4ab9-a038-13dbd8cc920a", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 88, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Alaya Service", "resourceId": "2c3383ff-432a-49ee-bb8b-8699a7d0416f", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 214655, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "xHeqe6P18RUB7LnmWqDqLwQXW65agT2DYE9w9PUySPQYjp3c", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "35efb8e5-3b35-4a86-b7ce-660b69bfa773", "rngcStatus": 0}}, {"time": "2022-08-24T12:05:38.515662Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "13.113.40.157", "correlationId": "0db195ad-17fb-4045-adf0-bbeafb1d4b56", "identity": "Attack Target", "Level": 4, "location": "XR", "properties": {"id": "f72420a8-76bf-4e9a-bdc6-5a2ba8978d00", "createdDateTime": "2022-08-24T12:05:38.773662Z", "userDisplayName": "Attack Target", "userPrincipalName": "attacktarget@domain.com", "userId": "d735e84b-dcca-404d-9f7d-700f360f41a6", "appId": "9c5b7fe3-0ad2-4ea6-94e5-9e0001f367e3", "appDisplayName": "Articulate 360", "ipAddress": "13.113.40.157", "status": {"errorCode": 0}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (iPad; CPU iPad OS 9_3_6 like Mac OS X) AppleWebKit/536.1 (KHTML, like Gecko) CriOS/42.0.865.0 Mobile/77O124 Safari/536.1 Edge/99.14477", "deviceDetail": {"deviceId": "a44625dc-6f81-449a-9799-8005f7209b42", "displayName": "ATTACKTARGET-LT", "operatingSystem": "Windows 10", "browser": "Edge 99.14477", "trustType": "Azure AD registered"}, "location": {"city": "Smithfort", "state": "Smithfort", "countryOrRegion": "XR", "geoCoordinates": {"latitude": 3.7564095, "longitude": -121.574606}}, "correlationId": "13551f79-86dd-444d-99ba-137eff8dedb6", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "d5be2b87-085d-497a-8061-cdac4a1d6085", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 258, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Articulate 360 Online", "resourceId": "436260d5-3791-4aea-a4da-aa698ec35f2f", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 34974, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "fACNlUPBQsPcNwlJP6ozZPPszfEwvcIZ8NlzR4AOEiOFXXz8", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "94b9f3ba-5f4b-4edc-99dc-a420b76960f9", "rngcStatus": 0}}, {"time": "2022-08-24T12:08:12.072279Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "156.206.181.119", "correlationId": "6d9e5382-1f60-4ab4-b44f-5ad622108d25", "identity": "Cynthia Perry", "Level": 4, "location": "XY", "properties": {"id": "0a1c0209-99d2-4eb0-a92b-13662f2d4f00", "createdDateTime": "2022-08-24T12:08:12.199279Z", "userDisplayName": "Cynthia Perry", "userPrincipalName": "cperry@domain.com", "userId": "ac5fa380-9d5b-470e-beb2-5ba10aca48e6", "appId": "9de6e985-97a5-4d82-9c45-aedaa9c25ef9", "appDisplayName": "AWS Single-Account Access", "ipAddress": "156.206.181.119", "status": {"errorCode": 0}, "clientAppUsed": "Browser", "deviceDetail": {"deviceId": "", "operatingSystem": "Windows"}, "location": {"city": "Hannaville", "state": "Thomashaven", "countryOrRegion": "XY", "geoCoordinates": {"latitude": 1.1452695, "longitude": 128.249211}}, "correlationId": "6c5a28ad-7dec-42bf-95b4-2b323128a520", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "c9c4c308-93a9-42cb-ad7a-273b2ec7ffc1", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "processingTimeInMilliseconds": 127, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "AWS Single-Account Access Service", "resourceId": "c65cf5f9-5537-4200-889e-381c4f60ca7d", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 279165, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "7Jdfo7kdv4FBmnq6MNnuqT3VvEaaGPXQigdctvBkn6AnFt9T", "incomingTokenType": "none", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": null}}, {"time": "2022-08-24T12:14:39.822397Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "13.113.40.157", "correlationId": "9696288b-45a8-4575-9d70-d35974eb82cc", "identity": "Attack Target", "Level": 4, "location": "XR", "properties": {"id": "927ca341-90b0-4f1c-97f5-9ebc4c9a7000", "createdDateTime": "2022-08-24T12:14:39.940397Z", "userDisplayName": "Attack Target", "userPrincipalName": "attacktarget@domain.com", "userId": "d735e84b-dcca-404d-9f7d-700f360f41a6", "appId": "9a7e67c7-6f05-42a3-b226-97c7ec3e9696", "appDisplayName": "Adobe Identity Management", "ipAddress": "13.113.40.157", "status": {"errorCode": 0}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (iPad; CPU iPad OS 9_3_6 like Mac OS X) AppleWebKit/536.1 (KHTML, like Gecko) CriOS/42.0.865.0 Mobile/77O124 Safari/536.1 Edge/99.14477", "deviceDetail": {"deviceId": "a44625dc-6f81-449a-9799-8005f7209b42", "displayName": "ATTACKTARGET-LT", "operatingSystem": "Windows 10", "browser": "Edge 99.14477", "trustType": "Azure AD registered"}, "location": {"city": "Smithfort", "state": "Smithfort", "countryOrRegion": "XR", "geoCoordinates": {"latitude": 3.7564095, "longitude": -121.574606}}, "correlationId": "1dc331d2-2da4-488d-b120-92f523c8ae02", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "c0300943-2905-4c7e-9afa-75d2c99dcdd7", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 118, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Adobe Identity Management Service", "resourceId": "7d6a0897-8b82-49e9-90e2-d482fb9202bd", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 34974, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "VVrc8lrbxxJxo8shabszveGIkHXriYO59ljG6QfjxsxWwNn3", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "537d9419-7e2b-4778-9102-62256bcfcf45", "rngcStatus": 0}}, {"time": "2022-08-24T12:20:08.218175Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "156.206.181.119", "correlationId": "3a5bfe6a-3998-4470-b903-1da2e5097203", "identity": "Cynthia Perry", "Level": 4, "location": "XY", "properties": {"id": "b62243d9-70f0-4a91-8086-5bb366e14d00", "createdDateTime": "2022-08-24T12:20:08.318175Z", "userDisplayName": "Cynthia Perry", "userPrincipalName": "cperry@domain.com", "userId": "ac5fa380-9d5b-470e-beb2-5ba10aca48e6", "appId": "9de6e985-97a5-4d82-9c45-aedaa9c25ef9", "appDisplayName": "AWS Single-Account Access", "ipAddress": "156.206.181.119", "status": {"errorCode": 0}, "clientAppUsed": "Browser", "deviceDetail": {"deviceId": "", "operatingSystem": "Windows"}, "location": {"city": "Hannaville", "state": "Thomashaven", "countryOrRegion": "XY", "geoCoordinates": {"latitude": 1.1452695, "longitude": 128.249211}}, "correlationId": "2fe2c24e-44f3-40f3-8d2e-a0ce9dfe0d8b", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "634b5758-7883-4126-96e2-370a14fa5064", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "processingTimeInMilliseconds": 100, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "AWS Single-Account Access Service", "resourceId": "9a84f55e-3a40-492c-9476-e069f64ed7a6", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 279165, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "oie3d15IxES1ZiEw6o253V3pGU16aka255qKGpKOtXiimbrs", "incomingTokenType": "none", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "37ee873b-f901-4e25-be69-010243106d0f"}}, {"time": "2022-08-24T12:25:07.101468Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "50158", "resultSignature": "None", "resultDescription": "External security challenge was not satisfied.", "durationMs": 0, "callerIpAddress": "44.22.19.201", "correlationId": "340b3ec9-1c7a-41e6-aafd-1e06a2c4483b", "identity": "Thomas Price", "Level": 4, "location": "XN", "properties": {"id": "bf3f8700-918c-41f4-af78-0e104d1c5a00", "createdDateTime": "2022-08-24T12:25:07.230468Z", "userDisplayName": "Thomas Price", "userPrincipalName": "tprice@domain.com", "userId": "32109ee2-ee4f-4d11-9c38-2556aec0f2b5", "appId": "79510a8f-6421-4348-a2ea-bcc2b02485c1", "appDisplayName": "Cisco AnyConnect", "ipAddress": "44.22.19.201", "status": {"errorCode": 50158, "failureReason": "External security challenge was not satisfied."}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (X11; Linux i686) AppleWebKit/535.2 (KHTML, like Gecko) Chrome/22.0.843.0 Safari/535.2 Edge/118.12158", "deviceDetail": {"deviceId": "35819889-abdc-47e0-b28d-5195d26e941f", "displayName": "THOMASPRICE-LT", "operatingSystem": "Windows 10", "browser": "Edge 118.12158", "trustType": "Hybrid Azure AD joined"}, "location": {"city": "Littlemouth", "state": "Alexanderfurt", "countryOrRegion": "XN", "geoCoordinates": {"latitude": 25.4437255, "longitude": -109.530885}}, "correlationId": "68db6685-df56-4d67-a813-4c6ceb36f290", "conditionalAccessStatus": "failure", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "827c69c9-c8ce-4275-bdd7-de0310bd993c", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "processingTimeInMilliseconds": 129, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Cisco AnyConnect Online", "resourceId": "5d5b8d28-6a28-472e-b837-a4094e466965", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 230297, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "XivSazKaJj6HZ7PxER7rpRpQOiFCU84cSfRGXR3HxHVEgsqp", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "15655e1f-5005-4c53-b3c0-c4a1d1ca5e9e"}}, {"time": "2022-08-24T12:34:30.250691Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "86.154.193.190", "correlationId": "c73ec056-22df-49a6-a8e0-95cdaff89e52", "identity": "Kristen Howell", "Level": 4, "location": "XR", "properties": {"id": "21d9bc2a-9249-4dd7-ac71-d73dd0df6f00", "createdDateTime": "2022-08-24T12:34:30.382691Z", "userDisplayName": "Kristen Howell", "userPrincipalName": "khowell@domain.com", "userId": "20e1e3f9-665f-45bd-9984-5e74b526d3b5", "appId": "895b9fb3-4084-4f9f-a314-d082d67e3c5c", "appDisplayName": "Airstack", "ipAddress": "86.154.193.190", "status": {"errorCode": 0}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (X11; Linux i686) AppleWebKit/533.0 (KHTML, like Gecko) Chrome/24.0.803.0 Safari/533.0 Edge/40.11325", "deviceDetail": {"deviceId": "af204333-3bdf-4228-bbeb-e3a654075b5c", "displayName": "KRISTENHOWELL-LT", "operatingSystem": "Windows 10", "browser": "Edge 40.11325", "trustType": "Azure AD registered"}, "location": {"city": "Port Denisetown", "state": "Smithton", "countryOrRegion": "XR", "geoCoordinates": {"latitude": 3.5518965, "longitude": 131.871582}}, "correlationId": "89806f2e-9ca8-414c-8ff1-03c134141bb7", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "f65a6063-7685-4f06-85ba-53cafd192402", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 132, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Airstack Service", "resourceId": "f0630e90-b752-4960-bfb9-a0794fc34930", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 256668, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "1C29VTQGRbZtkKhmysB1R4bG6kP0tzWn6XNeyncPJcDGjCsA", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "1f37c851-4be4-455b-928a-fbde7845a68a", "rngcStatus": 0}}, {"time": "2022-08-24T12:44:23.556101Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "156.206.181.119", "correlationId": "4ed9b0e1-cb35-4004-9100-3116cead7369", "identity": "Cynthia Perry", "Level": 4, "location": "XY", "properties": {"id": "0a5d29f3-d2f6-475a-8ab8-e72b61016600", "createdDateTime": "2022-08-24T12:44:23.658101Z", "userDisplayName": "Cynthia Perry", "userPrincipalName": "cperry@domain.com", "userId": "ac5fa380-9d5b-470e-beb2-5ba10aca48e6", "appId": "9de6e985-97a5-4d82-9c45-aedaa9c25ef9", "appDisplayName": "AWS Single-Account Access", "ipAddress": "156.206.181.119", "status": {"errorCode": 0}, "clientAppUsed": "Browser", "deviceDetail": {"deviceId": "", "operatingSystem": "Windows"}, "location": {"city": "Hannaville", "state": "Thomashaven", "countryOrRegion": "XY", "geoCoordinates": {"latitude": 1.1452695, "longitude": 128.249211}}, "correlationId": "e61753dd-e6ab-4ae2-9db6-a26d7ca3620e", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "01f7779f-dd2f-47ea-8597-92ded98d20cb", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 102, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "AWS Single-Account Access Service", "resourceId": "9a84f55e-3a40-492c-9476-e069f64ed7a6", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 279165, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "8oc6LDsObsIAv36rkhVPTRYtBuSUiEpgJdxyCwQDyRpWKAsA", "incomingTokenType": "none", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "37ee873b-f901-4e25-be69-010243106d0f", "rngcStatus": 0}}, {"time": "2022-08-24T12:46:57.237550Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "205.33.24.92", "correlationId": "28ae1d2c-9815-4d7b-b80a-e65b3436426d", "identity": "Vanessa Ramirez", "Level": 4, "location": "XD", "properties": {"id": "2e5b02b3-50ef-483f-bed8-628e695c9100", "createdDateTime": "2022-08-24T12:46:57.519550Z", "userDisplayName": "Vanessa Ramirez", "userPrincipalName": "vramirez@domain.com", "userId": "5d72b7ed-62ea-4b94-b931-ccef65d71ebd", "appId": "9a7e67c7-6f05-42a3-b226-97c7ec3e9696", "appDisplayName": "Adobe Identity Management", "ipAddress": "205.33.24.92", "status": {"errorCode": 0}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (X11; Linux i686) AppleWebKit/532.2 (KHTML, like Gecko) Chrome/21.0.853.0 Safari/532.2 Edge/89.19380", "deviceDetail": {"deviceId": "e395a3f4-8f2d-4170-804f-d3e13ce3151b", "displayName": "VANESSARAMIREZ-LT", "operatingSystem": "Windows 10", "browser": "Edge 89.19380", "trustType": "Azure AD registered"}, "location": {"city": "Kristinmouth", "state": "Norrisbury", "countryOrRegion": "XD", "geoCoordinates": {"latitude": 26.278784, "longitude": -92.042573}}, "correlationId": "6ddd4f70-444b-4548-9ab0-b30157001769", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "83178aa9-6a2b-42a1-a853-bde90a28a733", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 282, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Adobe Identity Management Service", "resourceId": "f0630e90-b752-4960-bfb9-a0794fc34930", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 214655, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "Y6TTqmvTTi0SB6qpj5pHgkthdtKwkBzo6X8ZbmGXZlzMGo6j", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "1f37c851-4be4-455b-928a-fbde7845a68a", "rngcStatus": 0}}, {"time": "2022-08-24T12:55:27.038568Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "156.206.181.119", "correlationId": "45c75afe-edb0-4c29-bb58-06ac1bf938c0", "identity": "Cynthia Perry", "Level": 4, "location": "XY", "properties": {"id": "5aec81a3-c272-48c4-afbf-d9dccd848b00", "createdDateTime": "2022-08-24T12:55:27.110568Z", "userDisplayName": "Cynthia Perry", "userPrincipalName": "cperry@domain.com", "userId": "ac5fa380-9d5b-470e-beb2-5ba10aca48e6", "appId": "9de6e985-97a5-4d82-9c45-aedaa9c25ef9", "appDisplayName": "AWS Single-Account Access", "ipAddress": "156.206.181.119", "status": {"errorCode": 0}, "clientAppUsed": "Browser", "deviceDetail": {"deviceId": "", "operatingSystem": "Windows"}, "location": {"city": "Hannaville", "state": "Thomashaven", "countryOrRegion": "XY", "geoCoordinates": {"latitude": 1.1452695, "longitude": 128.249211}}, "correlationId": "8146519a-5d97-42e0-9ec3-4ecdd5e17048", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "6d2c224d-d66a-4500-8c91-18bf31226a2f", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 72, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "AWS Single-Account Access Service", "resourceId": "9a84f55e-3a40-492c-9476-e069f64ed7a6", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 279165, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "GleU2kerXH1xnVJ3W6jk0vY4hfEAiDUt45ATpnbWdQLZNhXE", "incomingTokenType": "none", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "37ee873b-f901-4e25-be69-010243106d0f", "rngcStatus": 0}}, {"time": "2022-08-24T13:28:05.216508Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "91.132.253.146", "correlationId": "76b9a76a-d2b9-4f1a-b731-7ef30f04d980", "identity": "Aaron Cole", "Level": 4, "location": "XD", "properties": {"id": "0171151e-6e1f-4bc0-81e6-ff4636b76600", "createdDateTime": "2022-08-24T13:28:05.306508Z", "userDisplayName": "Aaron Cole", "userPrincipalName": "acole@domain.com", "userId": "5d557969-1645-4ba4-be83-b6fd943659f7", "appId": "36f74ffc-90e8-46e0-b0ed-588b76ed6f47", "appDisplayName": "Inspire", "ipAddress": "91.132.253.146", "status": {"errorCode": 0}, "clientAppUsed": "Browser", "userAgent": "Mozilla/5.0 (Linux; Android 2.3.5) AppleWebKit/532.2 (KHTML, like Gecko) Chrome/46.0.898.0 Safari/532.2 Edge/105.19198", "deviceDetail": {"deviceId": "", "operatingSystem": "Windows 10", "browser": "Edge 105.19198"}, "location": {"city": "Rickshire", "state": "Norrisbury", "countryOrRegion": "XD", "geoCoordinates": {"latitude": -78.5751045, "longitude": 58.329246}}, "correlationId": "5a7d7312-ae0d-4a99-9189-f58d508a2114", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "61555b0e-400c-4299-bdcb-127bceded817", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 90, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Inspire Online", "resourceId": "8a137ba4-52ae-4dbf-94af-2e56851573c4", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 214655, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "VFttz60MeZm7u4hJTxPD173rt9TdxzmwmNvPyC1fvZLawYcH", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": null, "rngcStatus": 0}}, {"time": "2022-08-24T13:37:11.486328Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "13.113.40.157", "correlationId": "6717e1a7-3219-460d-a7c1-7e0e6b3b0cbe", "identity": "Attack Target", "Level": 4, "location": "XR", "properties": {"id": "599e6756-2da1-4fc0-bb78-22b5d8b65100", "createdDateTime": "2022-08-24T13:37:11.614328Z", "userDisplayName": "Attack Target", "userPrincipalName": "attacktarget@domain.com", "userId": "d735e84b-dcca-404d-9f7d-700f360f41a6", "appId": "9a7e67c7-6f05-42a3-b226-97c7ec3e9696", "appDisplayName": "Adobe Identity Management", "ipAddress": "13.113.40.157", "status": {"errorCode": 0}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (iPad; CPU iPad OS 9_3_6 like Mac OS X) AppleWebKit/536.1 (KHTML, like Gecko) CriOS/42.0.865.0 Mobile/77O124 Safari/536.1 Edge/99.14477", "deviceDetail": {"deviceId": "a44625dc-6f81-449a-9799-8005f7209b42", "displayName": "ATTACKTARGET-LT", "operatingSystem": "Windows 10", "browser": "Edge 99.14477", "trustType": "Azure AD registered"}, "location": {"city": "New John", "state": "Smithfort", "countryOrRegion": "XR", "geoCoordinates": {"latitude": -89.144242, "longitude": 168.119022}}, "correlationId": "fd0db63c-0d83-49db-8a8f-07e064891b07", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "86bbfb8a-abde-4de4-8c6f-0577e45022a8", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "processingTimeInMilliseconds": 128, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Adobe Identity Management Service", "resourceId": "30663ca7-f8a9-43ab-8ca1-7906bdbc1485", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 34974, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "1qZDmwFzuIUR9eWMXMVbyeXbPf2C2UUWx4rduP59PtQhGcpE", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "a6c259e5-7f16-48b2-a9f3-75becd6daa9b"}}, {"time": "2022-08-24T13:48:01.293860Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "13.113.40.157", "correlationId": "94923d64-726c-40cb-bf13-519868609077", "identity": "Attack Target", "Level": 4, "location": "XR", "properties": {"id": "93339d13-6eb7-4410-810a-1c60635c6700", "createdDateTime": "2022-08-24T13:48:01.427860Z", "userDisplayName": "Attack Target", "userPrincipalName": "attacktarget@domain.com", "userId": "d735e84b-dcca-404d-9f7d-700f360f41a6", "appId": "9a7e67c7-6f05-42a3-b226-97c7ec3e9696", "appDisplayName": "Adobe Identity Management", "ipAddress": "13.113.40.157", "status": {"errorCode": 0}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (iPad; CPU iPad OS 9_3_6 like Mac OS X) AppleWebKit/536.1 (KHTML, like Gecko) CriOS/42.0.865.0 Mobile/77O124 Safari/536.1 Edge/99.14477", "deviceDetail": {"deviceId": "a44625dc-6f81-449a-9799-8005f7209b42", "displayName": "ATTACKTARGET-LT", "operatingSystem": "Windows 10", "browser": "Edge 99.14477", "trustType": "Azure AD registered"}, "location": {"city": "New John", "state": "Smithfort", "countryOrRegion": "XR", "geoCoordinates": {"latitude": -89.144242, "longitude": 168.119022}}, "correlationId": "09e5c382-e21f-4339-a824-78bbe7cc3e62", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "734bd330-534b-46fb-bce8-3d582ed3a78a", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 134, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Adobe Identity Management Service", "resourceId": "30663ca7-f8a9-43ab-8ca1-7906bdbc1485", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 34974, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "LkgN1SohVsJPb8Y8en3MnfC4NW5T9W5KN0jRHero6t5Mh3v1", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "a6c259e5-7f16-48b2-a9f3-75becd6daa9b", "rngcStatus": 0}}, {"time": "2022-08-24T14:19:13.933355Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "42.62.103.34", "correlationId": "ef596128-edf2-4010-b420-141090e38fb5", "identity": "Joseph Taylor", "Level": 4, "location": "XF", "properties": {"id": "b80ef64e-d513-4ed3-8c9a-22cd71c86200", "createdDateTime": "2022-08-24T14:19:14.049355Z", "userDisplayName": "Joseph Taylor", "userPrincipalName": "jtaylor@domain.com", "userId": "af9847eb-c773-41ae-bf94-42747c5e986c", "appId": "dbe6b779-13df-45f2-a6d7-1323485479f6", "appDisplayName": "Cisco Webex", "ipAddress": "42.62.103.34", "status": {"errorCode": 0, "additionalDetails": "MFA requirement satisfied by claim in the token"}, "clientAppUsed": "Browser", "deviceDetail": {"deviceId": "76b96bd3-e5d7-49ee-b195-bf363facdb3d", "displayName": "JOSEPHTAYLOR-LT", "operatingSystem": "Windows10", "browser": "Rich Client 4.38.0.0", "isCompliant": true, "isManaged": true, "trustType": "Azure AD joined"}, "location": {"city": "Jessicafurt", "state": "Smithbury", "countryOrRegion": "XF", "geoCoordinates": {"latitude": 17.5082395, "longitude": -115.304215}}, "mfaDetail": {}, "correlationId": "3e4ac40b-700a-4e97-96da-89835a027978", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "d892f638-7a8f-44ad-bbfc-fef5a0267917", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 116, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Cisco Webex Service", "resourceId": "24578515-1951-4064-967d-0d2acaf0aa70", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 393508, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "V78bb4r9mlt3ANy9UlIFUuwlGdNACY3GjX7YV1pTFStsLc4T", "incomingTokenType": "none", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "0e68752b-7dfa-400b-a6f5-1b54af90696a", "rngcStatus": 0}}, {"time": "2022-08-24T14:24:17.191023Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "147.132.189.119", "correlationId": "bc6e9848-c389-4879-b213-165e844d8294", "identity": "Cassie Fernandez", "Level": 4, "location": "XR", "properties": {"id": "19a7b609-0556-4362-ba62-46ab5eea7600", "createdDateTime": "2022-08-24T14:24:17.348023Z", "userDisplayName": "Cassie Fernandez", "userPrincipalName": "cfernandez@domain.com", "userId": "67ef8be6-3f44-4db7-8172-fd6211428c1e", "appId": "bf2855c0-7434-4262-8885-ad2f5206d324", "appDisplayName": "COINS Construction Cloud - Project and Productivity Apps", "ipAddress": "147.132.189.119", "status": {"errorCode": 0}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (iPad; CPU iPad OS 9_3_6 like Mac OS X) AppleWebKit/536.1 (KHTML, like Gecko) CriOS/42.0.865.0 Mobile/77O124 Safari/536.1 Edge/99.14477", "deviceDetail": {"deviceId": "d5a487a1-ef7d-4960-9723-7fdadce19af3", "displayName": "CASSIEFERNANDEZ-LT", "operatingSystem": "Windows 10", "browser": "Edge 99.14477", "trustType": "Azure AD registered"}, "location": {"city": "Port Denisetown", "state": "Smithton", "countryOrRegion": "XR", "geoCoordinates": {"latitude": 3.5518965, "longitude": 131.871582}}, "correlationId": "4abb9bdb-48fe-44dd-949b-273e612bcad7", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "a8f118ea-ed56-41eb-ab24-28b1ff511b83", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 157, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "COINS Construction Cloud - Project and Productivity Apps Service", "resourceId": "f0630e90-b752-4960-bfb9-a0794fc34930", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 256668, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "aStEvQbZkdGgDnl5ERO2iliddqf5v7lLFgfxx1UQTMacZXL8", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "1f37c851-4be4-455b-928a-fbde7845a68a", "rngcStatus": 0}}, {"time": "2022-08-24T14:26:38.364462Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "1.210.58.10", "correlationId": "6002b4eb-875f-4ff0-8b22-2a13601f8ea8", "identity": "Keith Sheppard", "Level": 4, "location": "XD", "properties": {"id": "a4494e24-3340-475d-bc72-9aa1bb964e00", "createdDateTime": "2022-08-24T14:26:38.454462Z", "userDisplayName": "Keith Sheppard", "userPrincipalName": "ksheppard@domain.com", "userId": "05bd48f1-91d2-4c2d-9a7c-80e80f561b3c", "appId": "9d794ea1-8d77-42e3-9fdd-6fd3620d616a", "appDisplayName": "Alaya", "ipAddress": "1.210.58.10", "status": {"errorCode": 0}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (Windows NT 4.0) AppleWebKit/531.1 (KHTML, like Gecko) Chrome/20.0.823.0 Safari/531.1 Edge/87.11424", "deviceDetail": {"deviceId": "639815fd-5018-4e38-9d81-67538b2ce460", "displayName": "KEITHSHEPPARD-LT", "operatingSystem": "Windows 10", "browser": "Edge 87.11424", "trustType": "Azure AD registered"}, "location": {"city": "Cooperhaven", "state": "Norrisbury", "countryOrRegion": "XD", "geoCoordinates": {"latitude": 70.436398, "longitude": -23.873747}}, "correlationId": "b6c0daeb-2509-459f-bd26-759c95d26258", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "92fe43f1-f49a-4c8f-98f2-e5aa4ddcf57e", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "processingTimeInMilliseconds": 90, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Alaya Service", "resourceId": "e35e3da1-bf74-46a1-979f-06c9212ebfab", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 69487, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "Omv42cEDaX58VPHDjK1Qfy5wYXqG8iKGwbswnr8Sz2ditqeY", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "33c2df33-b2d6-495e-85ea-298208628e8d"}}, {"time": "2022-08-24T14:38:41.577197Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "13.113.40.157", "correlationId": "9c6c6eab-9952-4f24-9961-b144c3c2106c", "identity": "Attack Target", "Level": 4, "location": "XR", "properties": {"id": "ada0cd79-9550-4249-a9fe-bc57941e8c00", "createdDateTime": "2022-08-24T14:38:41.682197Z", "userDisplayName": "Attack Target", "userPrincipalName": "attacktarget@domain.com", "userId": "d735e84b-dcca-404d-9f7d-700f360f41a6", "appId": "9a7e67c7-6f05-42a3-b226-97c7ec3e9696", "appDisplayName": "Adobe Identity Management", "ipAddress": "13.113.40.157", "ipAddressFromResourceProvider": "13.113.40.157", "status": {"errorCode": 0}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (iPad; CPU iPad OS 9_3_6 like Mac OS X) AppleWebKit/536.1 (KHTML, like Gecko) CriOS/42.0.865.0 Mobile/77O124 Safari/536.1 Edge/99.14477", "deviceDetail": {"deviceId": "a44625dc-6f81-449a-9799-8005f7209b42", "displayName": "ATTACKTARGET-LT", "operatingSystem": "Windows 10", "browser": "Edge 99.14477", "trustType": "Azure AD registered"}, "location": {"city": "Smithfort", "state": "Smithfort", "countryOrRegion": "XR", "geoCoordinates": {"latitude": 3.7564095, "longitude": -121.574606}}, "correlationId": "24887e5f-5214-403d-abaf-f774383916a9", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "4b54b007-55b9-4da9-9b05-0aafac1b125b", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 105, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Adobe Identity Management Service", "resourceId": "c8eab36d-0a82-409d-8693-a8dabc997921", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 34974, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "pEAmOla3Vd1HIQyyzFoq59P2wNeSzdUtlHT1RsLnINN9waNh", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "2248d3ef-d7b8-4eb2-bd20-fb53f725bfe3", "rngcStatus": 0}}, {"time": "2022-08-24T15:00:59.959062Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "50158", "resultSignature": "None", "resultDescription": "External security challenge was not satisfied.", "durationMs": 0, "callerIpAddress": "92.110.109.246", "correlationId": "35f64164-d85e-4572-9166-e87bb1b07a2a", "identity": "Thomas Price", "Level": 4, "location": "XR", "properties": {"id": "05126ca7-c65f-4544-8acb-9d5036dd4800", "createdDateTime": "2022-08-24T15:01:00.085062Z", "userDisplayName": "Thomas Price", "userPrincipalName": "tprice@domain.com", "userId": "32109ee2-ee4f-4d11-9c38-2556aec0f2b5", "appId": "9a7e67c7-6f05-42a3-b226-97c7ec3e9696", "appDisplayName": "Adobe Identity Management", "ipAddress": "92.110.109.246", "status": {"errorCode": 50158, "failureReason": "External security challenge was not satisfied."}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (X11; Linux i686) AppleWebKit/535.2 (KHTML, like Gecko) Chrome/22.0.843.0 Safari/535.2 Edge/118.12158", "deviceDetail": {"deviceId": "0927e60c-8dfa-4ecf-be85-ad63bccf40a1", "displayName": "THOMASPRICE-LT", "operatingSystem": "Windows 10", "browser": "Edge 118.12158", "trustType": "Hybrid Azure AD joined"}, "location": {"city": "Port Denisetown", "state": "Smithton", "countryOrRegion": "XR", "geoCoordinates": {"latitude": 3.5518965, "longitude": 131.871582}}, "correlationId": "55f2c4dc-78ab-4fe6-9333-b390f67488c3", "conditionalAccessStatus": "failure", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "891b598c-426a-405f-86d5-decafce1efc7", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 126, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Adobe Identity Management Service", "resourceId": "30663ca7-f8a9-43ab-8ca1-7906bdbc1485", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 230297, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "k6Y2lPSQnycyHd1wyzKAbCKa8yqkHI6sGZLHhdJMOlfG2hZ2", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "a6c259e5-7f16-48b2-a9f3-75becd6daa9b", "rngcStatus": 0}}, {"time": "2022-08-24T15:05:27.116561Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "92.110.109.246", "correlationId": "bf9a2159-e9de-426b-a0d3-77a80a668c35", "identity": "David Johnson", "Level": 4, "location": "XR", "properties": {"id": "4ef53074-987d-44ae-a8dd-b6e480c49600", "createdDateTime": "2022-08-24T15:05:27.259561Z", "userDisplayName": "David Johnson", "userPrincipalName": "djohnson@domain.com", "userId": "ff2ae3d2-8cd2-4bd6-b65d-49c5ad946c7f", "appId": "2eae4ad1-8cae-48fe-b718-76bd66e2fc7f", "appDisplayName": "Bipsync", "ipAddress": "92.110.109.246", "status": {"errorCode": 0}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (iPad; CPU iPad OS 9_3_6 like Mac OS X) AppleWebKit/536.1 (KHTML, like Gecko) CriOS/42.0.865.0 Mobile/77O124 Safari/536.1 Edge/99.14477", "deviceDetail": {"deviceId": "717ebe00-a5eb-412e-97b6-7b8ab7cfbc02", "displayName": "DAVIDJOHNSON-LT", "operatingSystem": "Windows 10", "browser": "Edge 99.14477", "trustType": "Azure AD registered"}, "location": {"city": "Port Denisetown", "state": "Smithton", "countryOrRegion": "XR", "geoCoordinates": {"latitude": 3.5518965, "longitude": 131.871582}}, "correlationId": "56288440-8d06-4da6-8540-52ac08645289", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "599d143c-c332-40de-bb7e-e9534605f5e7", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 143, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Bipsync Service", "resourceId": "9a84f55e-3a40-492c-9476-e069f64ed7a6", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 230297, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "Jn2iJile00uXOImP0uQQyatffOSSzAbbDG5cPzU0VYVLCgPI", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "37ee873b-f901-4e25-be69-010243106d0f", "rngcStatus": 0}}, {"time": "2022-08-24T15:15:25.719803Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "700082", "resultSignature": "None", "resultDescription": "Other", "durationMs": 0, "callerIpAddress": "54.119.29.60", "correlationId": "6acfdfdd-5683-48f9-96d8-62a1705c40f5", "identity": "Thomas Price", "Level": 4, "location": "XR", "properties": {"id": "daba1fa0-45a8-4cfc-8268-990a43cf6a00", "createdDateTime": "2022-08-24T15:15:25.790803Z", "userDisplayName": "Thomas Price", "userPrincipalName": "tprice@domain.com", "userId": "32109ee2-ee4f-4d11-9c38-2556aec0f2b5", "appId": "9a7e67c7-6f05-42a3-b226-97c7ec3e9696", "appDisplayName": "Adobe Identity Management", "ipAddress": "54.119.29.60", "status": {"errorCode": 700082, "failureReason": "Other"}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (X11; Linux i686) AppleWebKit/535.2 (KHTML, like Gecko) Chrome/22.0.843.0 Safari/535.2 Edge/118.12158", "deviceDetail": {"deviceId": "852272bd-2ab1-474f-a99e-4922ea7031d3", "displayName": "THOMASPRICE-LT", "operatingSystem": "Windows 10", "browser": "Edge 118.12158", "trustType": "Hybrid Azure AD joined"}, "location": {"city": "Port Kimberlytown", "state": "Curtisport", "countryOrRegion": "XR", "geoCoordinates": {"latitude": 26.3152295, "longitude": 147.770404}}, "correlationId": "bfccbef1-5088-4c68-b6b3-d659f4ca8249", "conditionalAccessStatus": "notApplied", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "d0c27120-3508-42d8-b9e1-1734231fbdce", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 71, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Adobe Identity Management Service", "resourceId": "30663ca7-f8a9-43ab-8ca1-7906bdbc1485", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 359213, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "kROVYvjuV95T3PgC5jTZIOI7ADpEqYljntIOXIdCgVicFzSi", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "a6c259e5-7f16-48b2-a9f3-75becd6daa9b", "rngcStatus": 0}}, {"time": "2022-08-24T15:57:17.277096Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "147.132.189.119", "correlationId": "6a8525dd-cbff-4f1a-b0b5-5882cc64ec0d", "identity": "Terry Proctor", "Level": 4, "location": "XR", "properties": {"id": "8ad50de0-ebdd-4ace-9747-d47cfc128900", "createdDateTime": "2022-08-24T15:57:17.379096Z", "userDisplayName": "Terry Proctor", "userPrincipalName": "tproctor@domain.com", "userId": "03110cc5-e54f-4dae-b68a-bf5d945f8152", "appId": "e980a200-4916-4fcb-ae5a-3dee8f09d976", "appDisplayName": "Adoddle cSaas Platform", "ipAddress": "147.132.189.119", "status": {"errorCode": 0, "additionalDetails": "MFA requirement satisfied by claim in the token"}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (X11; Linux i686) AppleWebKit/533.0 (KHTML, like Gecko) Chrome/24.0.803.0 Safari/533.0 Edge/40.11325", "deviceDetail": {"deviceId": "88ee69d5-1eb7-4f29-b594-e9b4e3371940", "displayName": "TERRYPROCTOR-LT", "operatingSystem": "Windows 10", "browser": "Edge 40.11325", "isCompliant": true, "isManaged": true, "trustType": "Azure AD joined"}, "location": {"city": "Port Denisetown", "state": "Smithton", "countryOrRegion": "XR", "geoCoordinates": {"latitude": 3.5518965, "longitude": 131.871582}}, "mfaDetail": {}, "correlationId": "1cf1ccc9-56d9-40da-86dc-d88f33ed55a3", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "ba415544-5e6e-416f-b254-94b8cc02f5f0", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 102, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Adoddle cSaas Platform Online", "resourceId": "2437523d-228a-44c0-b408-0de8a8a8276c", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 256668, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "mPZ7i6iTlqwTQhF7IXWDY2jQxMlW8S6jafZrU9vZB6Rh5h2T", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "0eae9886-2d60-475f-9a14-3151a1cfa557", "rngcStatus": 0}}, {"time": "2022-08-24T15:58:28.301340Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "156.206.181.119", "correlationId": "54f1c6db-2df9-453c-9520-a0a1d7a2c126", "identity": "Cynthia Perry", "Level": 4, "location": "XY", "properties": {"id": "7e102f1d-1757-4798-8f5c-778933697400", "createdDateTime": "2022-08-24T15:58:28.380340Z", "userDisplayName": "Cynthia Perry", "userPrincipalName": "cperry@domain.com", "userId": "ac5fa380-9d5b-470e-beb2-5ba10aca48e6", "appId": "9de6e985-97a5-4d82-9c45-aedaa9c25ef9", "appDisplayName": "AWS Single-Account Access", "ipAddress": "156.206.181.119", "status": {"errorCode": 0}, "clientAppUsed": "Browser", "deviceDetail": {"deviceId": "", "operatingSystem": "Windows"}, "location": {"city": "Hannaville", "state": "Thomashaven", "countryOrRegion": "XY", "geoCoordinates": {"latitude": 1.1452695, "longitude": 128.249211}}, "correlationId": "708a2a84-7f34-47db-8846-4acb740f3577", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "638ebc9a-2ad0-4820-a46f-dba46950a0a7", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 79, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "AWS Single-Account Access Service", "resourceId": "72f0186d-d327-46c9-a8ff-497e0caa8691", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 279165, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "PStqHWUypFGRCGAW30GXSClByw4l6lrcI7742veFdi3njodQ", "incomingTokenType": "none", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": null, "rngcStatus": 0}}, {"time": "2022-08-24T16:15:43.683220Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "50158", "resultSignature": "None", "resultDescription": "External security challenge was not satisfied.", "durationMs": 0, "callerIpAddress": "92.110.109.246", "correlationId": "ffacb28a-380b-40eb-84cc-5ec81bfcbfcd", "identity": "Thomas Price", "Level": 4, "location": "XR", "properties": {"id": "e15f5cd8-6b07-456c-9c1f-aeb9fe946400", "createdDateTime": "2022-08-24T16:15:43.829220Z", "userDisplayName": "Thomas Price", "userPrincipalName": "tprice@domain.com", "userId": "32109ee2-ee4f-4d11-9c38-2556aec0f2b5", "appId": "9a7e67c7-6f05-42a3-b226-97c7ec3e9696", "appDisplayName": "Adobe Identity Management", "ipAddress": "92.110.109.246", "status": {"errorCode": 50158, "failureReason": "External security challenge was not satisfied."}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (X11; Linux i686) AppleWebKit/535.2 (KHTML, like Gecko) Chrome/22.0.843.0 Safari/535.2 Edge/118.12158", "deviceDetail": {"deviceId": "0927e60c-8dfa-4ecf-be85-ad63bccf40a1", "displayName": "THOMASPRICE-LT", "operatingSystem": "Windows 10", "browser": "Edge 118.12158", "trustType": "Hybrid Azure AD joined"}, "location": {"city": "Port Denisetown", "state": "Smithton", "countryOrRegion": "XR", "geoCoordinates": {"latitude": 3.5518965, "longitude": 131.871582}}, "correlationId": "736315c6-7b78-4954-9f29-26cd49475a6e", "conditionalAccessStatus": "failure", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "f67d9a22-e591-4948-9665-e8478e296604", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 146, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Adobe Identity Management Service", "resourceId": "30663ca7-f8a9-43ab-8ca1-7906bdbc1485", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 230297, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "MkpB8oYOrqNx4LGIDeqJhFDifKEWB5WRuu2R5WmF1dl8IKvK", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "a6c259e5-7f16-48b2-a9f3-75becd6daa9b", "rngcStatus": 0}}, {"time": "2022-08-24T16:26:35.335392Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "205.33.24.92", "correlationId": "f69474cc-28ae-4371-ad02-993940cd182c", "identity": "Aaron Cole", "Level": 4, "location": "XD", "properties": {"id": "9a107f00-2749-4783-90dd-b348bb0b5b00", "createdDateTime": "2022-08-24T16:26:35.429392Z", "userDisplayName": "Aaron Cole", "userPrincipalName": "acole@domain.com", "userId": "5d557969-1645-4ba4-be83-b6fd943659f7", "appId": "ad65aaed-51a8-4877-830e-8a5273604c87", "appDisplayName": "Docusign", "ipAddress": "205.33.24.92", "status": {"errorCode": 0}, "clientAppUsed": "Browser", "deviceDetail": {"deviceId": "", "operatingSystem": "Windows", "browser": "Rich Client 4.42.0.0"}, "location": {"city": "Kristinmouth", "state": "Norrisbury", "countryOrRegion": "XD", "geoCoordinates": {"latitude": 26.278784, "longitude": -92.042573}}, "correlationId": "334f95a3-8801-4118-bb82-dd4755443dc1", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "766804f7-cca7-4884-8cc7-ff4f1aa1028d", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "processingTimeInMilliseconds": 94, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Docusign Service", "resourceId": "24578515-1951-4064-967d-0d2acaf0aa70", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 214655, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "vUSgAJ9MFcdruTxuppCkNP0ecFTzGZo919T3lorELhnfJBsQ", "incomingTokenType": "none", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "0e68752b-7dfa-400b-a6f5-1b54af90696a"}}, {"time": "2022-08-24T16:46:10.087520Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "205.33.24.92", "correlationId": "608d56bf-754f-497e-984a-842a590e7847", "identity": "Aaron Cole", "Level": 4, "location": "XD", "properties": {"id": "5d87360d-441e-454b-b7bc-46f940f98500", "createdDateTime": "2022-08-24T16:46:10.232520Z", "userDisplayName": "Aaron Cole", "userPrincipalName": "acole@domain.com", "userId": "5d557969-1645-4ba4-be83-b6fd943659f7", "appId": "4c2f7c2a-ff05-4df6-9087-9ba8388a3861", "appDisplayName": "Foko Retail", "ipAddress": "205.33.24.92", "status": {"errorCode": 0}, "clientAppUsed": "Browser", "deviceDetail": {"deviceId": "", "operatingSystem": "Windows10", "browser": "Rich Client 4.39.0.0"}, "location": {"city": "Kristinmouth", "state": "Norrisbury", "countryOrRegion": "XD", "geoCoordinates": {"latitude": 26.278784, "longitude": -92.042573}}, "correlationId": "7da6deea-764b-42b0-bcfd-50aceffd755c", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "3b9d57ba-6d15-49ab-abb0-513f14685489", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 145, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Foko Retail Service", "resourceId": "f5d2a2c6-a513-4877-bde1-3ab04473ec93", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 214655, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "HOQGQsmWHMPZAFeNu3LQC7uFMLxOs7ZlRKCg8YX7U7Vizvtp", "incomingTokenType": "none", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "99b9b7dc-7e8a-4ed5-82df-fd174b5b04f1", "rngcStatus": 0}}, {"time": "2022-08-24T16:46:39.816754Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "156.206.181.119", "correlationId": "0cd024a7-680e-4518-aed5-159ddf71c575", "identity": "Cynthia Perry", "Level": 4, "location": "XY", "properties": {"id": "5959b541-45bd-44fe-99e0-5432844b4a00", "createdDateTime": "2022-08-24T16:46:39.910754Z", "userDisplayName": "Cynthia Perry", "userPrincipalName": "cperry@domain.com", "userId": "ac5fa380-9d5b-470e-beb2-5ba10aca48e6", "appId": "9de6e985-97a5-4d82-9c45-aedaa9c25ef9", "appDisplayName": "AWS Single-Account Access", "ipAddress": "156.206.181.119", "status": {"errorCode": 0}, "clientAppUsed": "Browser", "deviceDetail": {"deviceId": "", "operatingSystem": "Windows"}, "location": {"city": "Hannaville", "state": "Thomashaven", "countryOrRegion": "XY", "geoCoordinates": {"latitude": 1.1452695, "longitude": 128.249211}}, "correlationId": "78717b75-71bf-415e-983b-99ccc607eb87", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "86958794-8845-4e02-9a04-6b2f8050b525", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "processingTimeInMilliseconds": 94, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "AWS Single-Account Access Service", "resourceId": "72f0186d-d327-46c9-a8ff-497e0caa8691", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 279165, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "Y2KZL4izouPFFuXRxzS8xtKWnWA7lrmiv4YZAGuPPD65XV1w", "incomingTokenType": "none", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": null}}, {"time": "2022-08-24T17:00:53.695330Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "156.206.181.119", "correlationId": "a9a98730-c05c-4c2c-8104-16c5193cb7af", "identity": "Cynthia Perry", "Level": 4, "location": "XY", "properties": {"id": "927ca341-90b0-4f1c-97f5-9ebce7626f00", "createdDateTime": "2022-08-24T17:00:53.774330Z", "userDisplayName": "Cynthia Perry", "userPrincipalName": "cperry@domain.com", "userId": "ac5fa380-9d5b-470e-beb2-5ba10aca48e6", "appId": "9de6e985-97a5-4d82-9c45-aedaa9c25ef9", "appDisplayName": "AWS Single-Account Access", "ipAddress": "156.206.181.119", "status": {"errorCode": 0}, "clientAppUsed": "Browser", "deviceDetail": {"deviceId": "", "operatingSystem": "Windows"}, "location": {"city": "Hannaville", "state": "Thomashaven", "countryOrRegion": "XY", "geoCoordinates": {"latitude": 1.1452695, "longitude": 128.249211}}, "correlationId": "0697f135-2ca0-4e99-8482-63bb6897e811", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "7a3b6852-1850-44bb-bc4f-584734f957ad", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 79, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "AWS Single-Account Access Service", "resourceId": "9a84f55e-3a40-492c-9476-e069f64ed7a6", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 279165, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "lFWMilDxcAuVzmMZJuJ6JGqt08C9yeWp6T0o9iSdGp8o4lmB", "incomingTokenType": "none", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "37ee873b-f901-4e25-be69-010243106d0f", "rngcStatus": 0}}, {"time": "2022-08-24T17:15:07.662676Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "50173", "resultSignature": "None", "resultDescription": "Fresh auth token is needed. Have the user re-sign using fresh credentials.", "durationMs": 0, "callerIpAddress": "99.116.100.205", "correlationId": "ef9181ba-73a9-4421-ba5f-3c8564325318", "identity": "Aaron Cole", "Level": 4, "location": "XD", "properties": {"id": "0a67e3d2-25b6-4251-92c9-1160d6a35c00", "createdDateTime": "2022-08-24T17:15:07.715676Z", "userDisplayName": "Aaron Cole", "userPrincipalName": "acole@domain.com", "userId": "5d557969-1645-4ba4-be83-b6fd943659f7", "appId": "b6eb5487-41e5-4254-acc5-72fbd850bd1e", "appDisplayName": "Google Cloud / G Suite Connector by Microsoft", "ipAddress": "99.116.100.205", "status": {"errorCode": 50173, "failureReason": "Fresh auth token is needed. Have the user re-sign using fresh credentials."}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (iPad; CPU iPad OS 9_3_6 like Mac OS X) AppleWebKit/536.1 (KHTML, like Gecko) CriOS/42.0.865.0 Mobile/77O124 Safari/536.1 Edge/99.14477", "deviceDetail": {"deviceId": "", "operatingSystem": "Windows 10", "browser": "Edge 99.14477"}, "location": {"city": "Carrollstad", "state": "Norrisbury", "countryOrRegion": "XD", "geoCoordinates": {"latitude": -38.8540465, "longitude": -17.674718}}, "correlationId": "5f4c9a92-03b0-4a3b-abfc-ae83389b29d5", "conditionalAccessStatus": "notApplied", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "9ee3337b-4775-4ff1-a096-db5c716823fc", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "processingTimeInMilliseconds": 53, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Google Cloud / G Suite Connector by Microsoft Service", "resourceId": "9a84f55e-3a40-492c-9476-e069f64ed7a6", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 214655, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "R7Z2ZWPO2fyVntmtd35YoG3oY1UFGSroiWaTJ7IMqxzp9EEd", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "37ee873b-f901-4e25-be69-010243106d0f"}}, {"time": "2022-08-24T17:26:41.747483Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "50158", "resultSignature": "None", "resultDescription": "External security challenge was not satisfied.", "durationMs": 0, "callerIpAddress": "92.110.109.246", "correlationId": "c3cf44c9-65db-4a48-b1a7-b311338a0fbd", "identity": "Thomas Price", "Level": 4, "location": "XR", "properties": {"id": "8118c4f3-cea7-4654-8492-6353f4369900", "createdDateTime": "2022-08-24T17:26:41.860483Z", "userDisplayName": "Thomas Price", "userPrincipalName": "tprice@domain.com", "userId": "32109ee2-ee4f-4d11-9c38-2556aec0f2b5", "appId": "9a7e67c7-6f05-42a3-b226-97c7ec3e9696", "appDisplayName": "Adobe Identity Management", "ipAddress": "92.110.109.246", "status": {"errorCode": 50158, "failureReason": "External security challenge was not satisfied."}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (X11; Linux i686) AppleWebKit/535.2 (KHTML, like Gecko) Chrome/22.0.843.0 Safari/535.2 Edge/118.12158", "deviceDetail": {"deviceId": "a12f42a7-2ae0-42d8-aec8-bf7cb3dea82c", "displayName": "THOMASPRICE-LT", "operatingSystem": "Windows 10", "browser": "Edge 118.12158", "trustType": "Hybrid Azure AD joined"}, "location": {"city": "Port Denisetown", "state": "Smithton", "countryOrRegion": "XR", "geoCoordinates": {"latitude": 3.5518965, "longitude": 131.871582}}, "correlationId": "265390e8-f896-41cc-b006-524a897a9d30", "conditionalAccessStatus": "failure", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "b1fe5909-243b-473a-aa5d-136c49760059", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 113, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Adobe Identity Management Service", "resourceId": "30663ca7-f8a9-43ab-8ca1-7906bdbc1485", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 230297, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "lnISX8MaFN4gUxfjMP3jNGq66nPuv6IApnZj1f1y1k04IZTx", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "a6c259e5-7f16-48b2-a9f3-75becd6daa9b", "rngcStatus": 0}}, {"time": "2022-08-24T17:33:39.743042Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "50158", "resultSignature": "None", "resultDescription": "External security challenge was not satisfied.", "durationMs": 0, "callerIpAddress": "166.105.218.213", "correlationId": "3d9d6b5f-abde-4d75-86b8-8a4f98e9ca32", "identity": "Thomas Price", "Level": 4, "location": "XR", "properties": {"id": "59de31d3-9b3e-4d48-a206-9ae73ecf6e00", "createdDateTime": "2022-08-24T17:33:39.884042Z", "userDisplayName": "Thomas Price", "userPrincipalName": "tprice@domain.com", "userId": "32109ee2-ee4f-4d11-9c38-2556aec0f2b5", "appId": "79510a8f-6421-4348-a2ea-bcc2b02485c1", "appDisplayName": "Cisco AnyConnect", "ipAddress": "166.105.218.213", "status": {"errorCode": 50158, "failureReason": "External security challenge was not satisfied."}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (X11; Linux i686) AppleWebKit/535.2 (KHTML, like Gecko) Chrome/22.0.843.0 Safari/535.2 Edge/118.12158", "deviceDetail": {"deviceId": "5224a875-801f-44b5-a725-542da3890d4b", "displayName": "THOMASPRICE-LT", "operatingSystem": "Windows 10", "browser": "Edge 118.12158", "trustType": "Hybrid Azure AD joined"}, "location": {"city": "Kevinton", "state": "Smithton", "countryOrRegion": "XR", "geoCoordinates": {"latitude": -87.5106305, "longitude": -77.991036}}, "correlationId": "3957c07c-4cd2-46ac-a7d6-c5bc6eff2273", "conditionalAccessStatus": "failure", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "6b260c69-6eaf-4292-b3ab-264fab3dfde1", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 141, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Cisco AnyConnect Online", "resourceId": "5d5b8d28-6a28-472e-b837-a4094e466965", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 256668, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "cIgMiUvEZGeVJgyP1x3S0Pqt2i1TxGShO6Wupz0rdHL4lK2G", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "15655e1f-5005-4c53-b3c0-c4a1d1ca5e9e", "rngcStatus": 0}}, {"time": "2022-08-24T17:38:22.647282Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "147.132.189.119", "correlationId": "6f689979-2544-474f-ac65-23962fa60dc8", "identity": "Terry Proctor", "Level": 4, "location": "XR", "properties": {"id": "4bc15ed8-27d4-456e-9748-a68736376900", "createdDateTime": "2022-08-24T17:38:22.742282Z", "userDisplayName": "Terry Proctor", "userPrincipalName": "tproctor@domain.com", "userId": "03110cc5-e54f-4dae-b68a-bf5d945f8152", "appId": "99190773-7529-426f-b498-cb936b6504ab", "appDisplayName": "Linux Foundation Training", "ipAddress": "147.132.189.119", "status": {"errorCode": 0, "additionalDetails": "MFA requirement satisfied by claim in the token"}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (X11; Linux i686) AppleWebKit/533.0 (KHTML, like Gecko) Chrome/24.0.803.0 Safari/533.0 Edge/40.11325", "deviceDetail": {"deviceId": "88ee69d5-1eb7-4f29-b594-e9b4e3371940", "displayName": "TERRYPROCTOR-LT", "operatingSystem": "Windows 10", "browser": "Edge 40.11325", "isCompliant": true, "isManaged": true, "trustType": "Azure AD joined"}, "location": {"city": "Port Denisetown", "state": "Smithton", "countryOrRegion": "XR", "geoCoordinates": {"latitude": 3.5518965, "longitude": 131.871582}}, "mfaDetail": {}, "correlationId": "1b52dac0-db56-472b-99cd-83b48e5cb9bd", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "66f9a29f-8b6c-467f-b49f-35a4b0d34ae1", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 95, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Linux Foundation Training Service", "resourceId": "23d8eebf-9978-46f0-940b-ae289d18dc9a", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 256668, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "NFfibHhRypBceSZ1f4yUGq4B0jnKYrBkHuyb9HCo44ZjzrCY", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "93de1a95-6b22-4357-a7b5-675c4205561a", "rngcStatus": 0}}, {"time": "2022-08-24T18:16:26.757652Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "86.154.193.190", "correlationId": "3c4a8221-e414-4fdb-ad40-4dca38785dc1", "identity": "Kristen Howell", "Level": 4, "location": "XR", "properties": {"id": "957852e5-3659-44e0-9376-7805d4775a00", "createdDateTime": "2022-08-24T18:16:26.929652Z", "userDisplayName": "Kristen Howell", "userPrincipalName": "khowell@domain.com", "userId": "20e1e3f9-665f-45bd-9984-5e74b526d3b5", "appId": "895b9fb3-4084-4f9f-a314-d082d67e3c5c", "appDisplayName": "Airstack", "ipAddress": "86.154.193.190", "status": {"errorCode": 0}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (X11; Linux i686) AppleWebKit/533.0 (KHTML, like Gecko) Chrome/24.0.803.0 Safari/533.0 Edge/40.11325", "deviceDetail": {"deviceId": "af204333-3bdf-4228-bbeb-e3a654075b5c", "displayName": "KRISTENHOWELL-LT", "operatingSystem": "Windows 10", "browser": "Edge 40.11325", "trustType": "Azure AD registered"}, "location": {"city": "Port Denisetown", "state": "Smithton", "countryOrRegion": "XR", "geoCoordinates": {"latitude": 3.5518965, "longitude": 131.871582}}, "correlationId": "afca10bb-b514-4ff7-a8e1-6c453dad45f4", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "4cb471c7-6940-4b6a-bc4d-8b66edcae177", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 172, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Airstack Service", "resourceId": "f0630e90-b752-4960-bfb9-a0794fc34930", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 256668, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "YbQj46wFS7xA0KRElknp1Z65jJmqgizR0ZSEWO4zGnWuPDfK", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "1f37c851-4be4-455b-928a-fbde7845a68a", "rngcStatus": 0}}, {"time": "2022-08-24T18:27:33.757342Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "42.62.103.34", "correlationId": "1007523c-08bd-2173-12bb-4e4c0881d7a8", "identity": "Joseph Taylor", "Level": 4, "location": "XF", "properties": {"id": "38d1405c-86c6-4469-98c5-85aeac507700", "createdDateTime": "2022-08-24T18:27:33.858342Z", "userDisplayName": "Joseph Taylor", "userPrincipalName": "jtaylor@domain.com", "userId": "af9847eb-c773-41ae-bf94-42747c5e986c", "appId": "b2421da4-c71e-46a9-b848-495ef54b79c4", "appDisplayName": "ServiceNow", "ipAddress": "42.62.103.34", "status": {"errorCode": 0, "additionalDetails": "MFA requirement satisfied by claim in the token"}, "clientAppUsed": "Browser", "deviceDetail": {"deviceId": "76b96bd3-e5d7-49ee-b195-bf363facdb3d", "displayName": "JOSEPHTAYLOR-LT", "operatingSystem": "Windows10", "browser": "Rich Client 4.30.1.0", "isCompliant": true, "isManaged": true, "trustType": "Azure AD joined"}, "location": {"city": "Jessicafurt", "state": "Smithbury", "countryOrRegion": "XF", "geoCoordinates": {"latitude": 17.5082395, "longitude": -115.304215}}, "mfaDetail": {}, "correlationId": "d5a5b7a3-c6a6-4fdd-b164-7f448429d59f", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "940836a3-9f7a-4d2f-950a-02eb6c0ea0ad", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 101, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "ServiceNow Online", "resourceId": "c8eab36d-0a82-409d-8693-a8dabc997921", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 393508, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "vJUGCNWWAhD02YqAVZ2XLSoo13LVju1r4rCZ4AZ6z2OBgl1m", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "2248d3ef-d7b8-4eb2-bd20-fb53f725bfe3", "rngcStatus": 0}}, {"time": "2022-08-24T18:49:36.938211Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "50158", "resultSignature": "None", "resultDescription": "External security challenge was not satisfied.", "durationMs": 0, "callerIpAddress": "44.22.19.201", "correlationId": "d1e710ed-42bd-405a-8f6a-283d4d6a4af1", "identity": "Thomas Price", "Level": 4, "location": "XN", "properties": {"id": "4cef6bed-8ce8-4274-9ce5-4a21b94d6d00", "createdDateTime": "2022-08-24T18:49:37.090211Z", "userDisplayName": "Thomas Price", "userPrincipalName": "tprice@domain.com", "userId": "32109ee2-ee4f-4d11-9c38-2556aec0f2b5", "appId": "9a7e67c7-6f05-42a3-b226-97c7ec3e9696", "appDisplayName": "Adobe Identity Management", "ipAddress": "44.22.19.201", "status": {"errorCode": 50158, "failureReason": "External security challenge was not satisfied."}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (X11; Linux i686) AppleWebKit/535.2 (KHTML, like Gecko) Chrome/22.0.843.0 Safari/535.2 Edge/118.12158", "deviceDetail": {"deviceId": "fb4d911d-6441-411b-868f-d25d5586a326", "displayName": "THOMASPRICE-LT", "operatingSystem": "Windows 10", "browser": "Edge 118.12158", "trustType": "Hybrid Azure AD joined"}, "location": {"city": "Littlemouth", "state": "Alexanderfurt", "countryOrRegion": "XN", "geoCoordinates": {"latitude": 25.4437255, "longitude": -109.530885}}, "correlationId": "32347980-8c3b-449f-b4c8-a470b715c9b0", "conditionalAccessStatus": "failure", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "60bc4a65-27af-40f8-9b0a-029a78440e91", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 152, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Adobe Identity Management Service", "resourceId": "30663ca7-f8a9-43ab-8ca1-7906bdbc1485", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 230297, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "zZO8JOYn9Ae8s4CgKqzv0DRquBha4HsS9CZL1XzBWprK7j9t", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "a6c259e5-7f16-48b2-a9f3-75becd6daa9b", "rngcStatus": 0}}, {"time": "2022-08-24T18:50:59.273419Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "156.206.181.119", "correlationId": "9abfca91-28d0-47af-b1ef-4ca4d6e79762", "identity": "Cynthia Perry", "Level": 4, "location": "XY", "properties": {"id": "2103c286-9815-4052-88cd-9deb8b445400", "createdDateTime": "2022-08-24T18:50:59.445419Z", "userDisplayName": "Cynthia Perry", "userPrincipalName": "cperry@domain.com", "userId": "ac5fa380-9d5b-470e-beb2-5ba10aca48e6", "appId": "9de6e985-97a5-4d82-9c45-aedaa9c25ef9", "appDisplayName": "AWS Single-Account Access", "ipAddress": "156.206.181.119", "status": {"errorCode": 0}, "clientAppUsed": "Browser", "deviceDetail": {"deviceId": "", "operatingSystem": "Windows"}, "location": {"city": "Hannaville", "state": "Thomashaven", "countryOrRegion": "XY", "geoCoordinates": {"latitude": 1.1452695, "longitude": 128.249211}}, "correlationId": "f2cb9842-a766-4b42-a97a-4a015128b563", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "5988e8ca-40f7-4043-9be8-8cf8a50134ae", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "processingTimeInMilliseconds": 172, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "AWS Single-Account Access Service", "resourceId": "c65cf5f9-5537-4200-889e-381c4f60ca7d", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 279165, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "FQYuXTK0dn68IH43RBo8vl7cvqkzTp4teIj1HkZz7NQtgYD0", "incomingTokenType": "none", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": null}}, {"time": "2022-08-24T19:14:04.865388Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "44.22.19.201", "correlationId": "949d85c6-ad4f-43dc-88a5-08506740843d", "identity": "David Johnson", "Level": 4, "location": "XN", "properties": {"id": "7ef6a8b9-69c5-4d3b-bfda-03cf10b88a00", "createdDateTime": "2022-08-24T19:14:05.017388Z", "userDisplayName": "David Johnson", "userPrincipalName": "djohnson@domain.com", "userId": "ff2ae3d2-8cd2-4bd6-b65d-49c5ad946c7f", "appId": "23cab0c7-7a39-45c8-bbc1-00512d4581f4", "appDisplayName": "LumApps", "ipAddress": "44.22.19.201", "ipAddressFromResourceProvider": "44.22.19.201", "status": {"errorCode": 0}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (Windows NT 4.0) AppleWebKit/531.1 (KHTML, like Gecko) Chrome/20.0.823.0 Safari/531.1 Edge/87.11424", "deviceDetail": {"deviceId": "8fb0ff79-f116-4f20-8ca8-36b3f8d68865", "displayName": "DAVIDJOHNSON-LT", "operatingSystem": "Windows 10", "browser": "Edge 87.11424", "trustType": "Azure AD registered"}, "location": {"city": "Littlemouth", "state": "Alexanderfurt", "countryOrRegion": "XN", "geoCoordinates": {"latitude": 25.4437255, "longitude": -109.530885}}, "correlationId": "38f9f850-dca4-4050-a987-72789306c89e", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "3b83d5bb-78c0-4635-bc72-3802bc602e15", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 152, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "LumApps Service", "resourceId": "9a84f55e-3a40-492c-9476-e069f64ed7a6", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 230297, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "TzDt1DPilbZfq96Kygnry2MZ9oj8egOb8Gvkp4h3arb1VBQE", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "37ee873b-f901-4e25-be69-010243106d0f", "rngcStatus": 0}}, {"time": "2022-08-24T20:20:22.281280Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "42.62.103.34", "correlationId": "2e614c29-f547-4c2e-abc9-f8295cc23d82", "identity": "Joseph Taylor", "Level": 4, "location": "XF", "properties": {"id": "3e4015a7-fc3f-46ab-bde5-2cd8a41d6f00", "createdDateTime": "2022-08-24T20:20:22.370280Z", "userDisplayName": "Joseph Taylor", "userPrincipalName": "jtaylor@domain.com", "userId": "af9847eb-c773-41ae-bf94-42747c5e986c", "appId": "36f74ffc-90e8-46e0-b0ed-588b76ed6f47", "appDisplayName": "Inspire", "ipAddress": "42.62.103.34", "status": {"errorCode": 0, "additionalDetails": "MFA requirement satisfied by claim in the token"}, "clientAppUsed": "Browser", "userAgent": "Mozilla/5.0 (Linux; Android 2.3.5) AppleWebKit/532.2 (KHTML, like Gecko) Chrome/46.0.898.0 Safari/532.2 Edge/105.19198", "deviceDetail": {"deviceId": "76b96bd3-e5d7-49ee-b195-bf363facdb3d", "displayName": "JOSEPHTAYLOR-LT", "operatingSystem": "Windows 10", "browser": "Edge 105.19198", "isCompliant": true, "isManaged": true, "trustType": "Azure AD joined"}, "location": {"city": "Jessicafurt", "state": "Smithbury", "countryOrRegion": "XF", "geoCoordinates": {"latitude": 17.5082395, "longitude": -115.304215}}, "mfaDetail": {}, "correlationId": "49cc250d-3f77-4062-b14a-b6bb617fa40e", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "31368348-5f7b-43fe-9d44-5da943affbb9", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 89, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Inspire Online", "resourceId": "8a137ba4-52ae-4dbf-94af-2e56851573c4", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 393508, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "0T5kxVfyM2MtDIc7oeSMYjUBMQoRL4gxBUmIFPPhWUPxGoBT", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": null, "rngcStatus": 0}}, {"time": "2022-08-24T20:21:31.094003Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "1.210.58.10", "correlationId": "1f461f2c-ff5a-4e75-92d5-bac33dd67305", "identity": "Keith Sheppard", "Level": 4, "location": "XD", "properties": {"id": "df70b726-7756-4baa-9a7d-5ac91faf9500", "createdDateTime": "2022-08-24T20:21:31.157003Z", "userDisplayName": "Keith Sheppard", "userPrincipalName": "ksheppard@domain.com", "userId": "05bd48f1-91d2-4c2d-9a7c-80e80f561b3c", "appId": "b6eb5487-41e5-4254-acc5-72fbd850bd1e", "appDisplayName": "Google Cloud / G Suite Connector by Microsoft", "ipAddress": "1.210.58.10", "status": {"errorCode": 0}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (Windows NT 4.0) AppleWebKit/531.1 (KHTML, like Gecko) Chrome/20.0.823.0 Safari/531.1 Edge/87.11424", "deviceDetail": {"deviceId": "639815fd-5018-4e38-9d81-67538b2ce460", "displayName": "KEITHSHEPPARD-LT", "operatingSystem": "Windows 10", "browser": "Edge 87.11424", "trustType": "Azure AD registered"}, "location": {"city": "Cooperhaven", "state": "Norrisbury", "countryOrRegion": "XD", "geoCoordinates": {"latitude": 70.436398, "longitude": -23.873747}}, "correlationId": "4ebdde45-f455-4a1a-adab-7cae43a819e8", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "276f930e-70bb-44ab-8f24-3f3100cced66", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 63, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Google Cloud / G Suite Connector by Microsoft Service", "resourceId": "47e06079-6a63-42ab-89ea-840a60f3ea94", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 69487, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "55UjWY1E53BoegD2I8V8aAjgkMOnq5k1zZYQcdxNWtt5CcPv", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "af115473-a920-4919-a03a-7215ca304189", "rngcStatus": 0}}, {"time": "2022-08-24T20:43:19.159312Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "50158", "resultSignature": "None", "resultDescription": "External security challenge was not satisfied.", "durationMs": 0, "callerIpAddress": "44.22.19.201", "correlationId": "73ef4274-c457-421e-8d77-1922fee6883e", "identity": "Thomas Price", "Level": 4, "location": "XN", "properties": {"id": "daba1fa0-45a8-4cfc-8268-990a8fce6c00", "createdDateTime": "2022-08-24T20:43:19.283312Z", "userDisplayName": "Thomas Price", "userPrincipalName": "tprice@domain.com", "userId": "32109ee2-ee4f-4d11-9c38-2556aec0f2b5", "appId": "9a7e67c7-6f05-42a3-b226-97c7ec3e9696", "appDisplayName": "Adobe Identity Management", "ipAddress": "44.22.19.201", "status": {"errorCode": 50158, "failureReason": "External security challenge was not satisfied."}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (X11; Linux i686) AppleWebKit/535.2 (KHTML, like Gecko) Chrome/22.0.843.0 Safari/535.2 Edge/118.12158", "deviceDetail": {"deviceId": "a12f42a7-2ae0-42d8-aec8-bf7cb3dea82c", "displayName": "THOMASPRICE-LT", "operatingSystem": "Windows 10", "browser": "Edge 118.12158", "trustType": "Hybrid Azure AD joined"}, "location": {"city": "Littlemouth", "state": "Alexanderfurt", "countryOrRegion": "XN", "geoCoordinates": {"latitude": 25.4437255, "longitude": -109.530885}}, "correlationId": "16ac5169-e51c-4139-be1c-6c5e89b3f1ae", "conditionalAccessStatus": "failure", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "7d52fd3c-f20c-41d8-bbeb-aeb427b80878", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 124, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Adobe Identity Management Service", "resourceId": "30663ca7-f8a9-43ab-8ca1-7906bdbc1485", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 230297, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "2YqWrw6jHSijzWUvR4GbYImKL5Ie9HaoKegTflJTt7iaOUSV", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "a6c259e5-7f16-48b2-a9f3-75becd6daa9b", "rngcStatus": 0}}, {"time": "2022-08-24T20:44:24.091328Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "156.206.181.119", "correlationId": "cb610235-bd96-43cd-9cba-8b98de8ce857", "identity": "Cynthia Perry", "Level": 4, "location": "XY", "properties": {"id": "c1b5f5c8-ca60-424d-8983-bf9c83485200", "createdDateTime": "2022-08-24T20:44:24.202328Z", "userDisplayName": "Cynthia Perry", "userPrincipalName": "cperry@domain.com", "userId": "ac5fa380-9d5b-470e-beb2-5ba10aca48e6", "appId": "9de6e985-97a5-4d82-9c45-aedaa9c25ef9", "appDisplayName": "AWS Single-Account Access", "ipAddress": "156.206.181.119", "status": {"errorCode": 0}, "clientAppUsed": "Browser", "deviceDetail": {"deviceId": "", "operatingSystem": "Windows"}, "location": {"city": "Hannaville", "state": "Thomashaven", "countryOrRegion": "XY", "geoCoordinates": {"latitude": 1.1452695, "longitude": 128.249211}}, "correlationId": "5d39377a-af58-46f7-9a7a-adfd47a1d086", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "e36c3956-265c-4833-a035-00e640d66f58", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "processingTimeInMilliseconds": 111, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "AWS Single-Account Access Service", "resourceId": "f0630e90-b752-4960-bfb9-a0794fc34930", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 279165, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "6k5lZ3TmHW4hINSYvONLPEPjhLq7jSuDJ1ZhF87vR2Ay8Vq8", "incomingTokenType": "none", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "1f37c851-4be4-455b-928a-fbde7845a68a"}}, {"time": "2022-08-24T20:51:27.788903Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "86.154.193.190", "correlationId": "a4c0b562-ea89-4e67-9975-085d98da7ef6", "identity": "Kristen Howell", "Level": 4, "location": "XR", "properties": {"id": "216ffce3-7ff0-474b-bd97-34a409026f00", "createdDateTime": "2022-08-24T20:51:27.920903Z", "userDisplayName": "Kristen Howell", "userPrincipalName": "khowell@domain.com", "userId": "20e1e3f9-665f-45bd-9984-5e74b526d3b5", "appId": "9a7e67c7-6f05-42a3-b226-97c7ec3e9696", "appDisplayName": "Adobe Identity Management", "ipAddress": "86.154.193.190", "status": {"errorCode": 0, "additionalDetails": "MFA requirement satisfied by claim in the token"}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (X11; Linux i686) AppleWebKit/533.0 (KHTML, like Gecko) Chrome/24.0.803.0 Safari/533.0 Edge/40.11325", "deviceDetail": {"deviceId": "6ea76864-5f18-47dd-adb9-2b1dfcbfc425", "displayName": "KRISTENHOWELL-LT", "operatingSystem": "Windows 10", "browser": "Edge 40.11325", "isCompliant": true, "isManaged": true, "trustType": "Azure AD joined"}, "location": {"city": "Port Denisetown", "state": "Smithton", "countryOrRegion": "XR", "geoCoordinates": {"latitude": 3.5518965, "longitude": 131.871582}}, "mfaDetail": {}, "correlationId": "34e5632d-55ad-4a55-a9dd-65c8a8c82940", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "d4d85e9a-d8c6-4fb1-bbc1-7bde8c21d384", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 132, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Adobe Identity Management Service", "resourceId": "7d6a0897-8b82-49e9-90e2-d482fb9202bd", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 256668, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "2UBsF2I4hQ3QMgd0tXjk9RMtbBqraGt782vE7SCofvRi9jKW", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "537d9419-7e2b-4778-9102-62256bcfcf45", "rngcStatus": 0}}, {"time": "2022-08-24T20:55:56.296701Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "147.132.189.119", "correlationId": "9f7be2fb-6f9a-4031-aef6-176f5ba3274e", "identity": "Cassie Fernandez", "Level": 4, "location": "XR", "properties": {"id": "b84db3dc-6311-47ec-98ed-c250a2657400", "createdDateTime": "2022-08-24T20:55:56.468701Z", "userDisplayName": "Cassie Fernandez", "userPrincipalName": "cfernandez@domain.com", "userId": "67ef8be6-3f44-4db7-8172-fd6211428c1e", "appId": "18bf60fa-77dd-4aad-891d-af82ca87dd06", "appDisplayName": "FortiGate SSL VPN", "ipAddress": "147.132.189.119", "status": {"errorCode": 0}, "clientAppUsed": "Browser", "deviceDetail": {"deviceId": "d5a487a1-ef7d-4960-9723-7fdadce19af3", "displayName": "CASSIEFERNANDEZ-LT", "operatingSystem": "Windows", "browser": "Rich Client 4.22.0.0", "trustType": "Azure AD registered"}, "location": {"city": "Port Denisetown", "state": "Smithton", "countryOrRegion": "XR", "geoCoordinates": {"latitude": 3.5518965, "longitude": 131.871582}}, "correlationId": "d1bb2930-3a61-48d3-936b-1e9ed55a3b33", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "4d1e95ab-0c68-4928-84ee-ae13542238ff", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 172, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "FortiGate SSL VPN", "resourceId": "51e679b4-5774-4b5f-9636-df5ea66b9380", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 256668, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "ksIOqE4x6fJFthTfrbLlWS9Ip5utYWvrf8O9bB8f7dvYkwT9", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "6e8f419c-7f10-40b1-a52a-e4fb253c74c2", "rngcStatus": 0}}, {"time": "2022-08-24T21:01:57.951640Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "147.132.189.119", "correlationId": "0645dd63-7228-4be9-a81d-80adb413d9c6", "identity": "Melissa Martin", "Level": 4, "location": "XR", "properties": {"id": "074fe23d-2629-40c0-b889-feb690875900", "createdDateTime": "2022-08-24T21:01:58.063640Z", "userDisplayName": "Melissa Martin", "userPrincipalName": "mmartin@domain.com", "userId": "632ccb55-03a7-40f4-9893-653527cae790", "appId": "9a7e67c7-6f05-42a3-b226-97c7ec3e9696", "appDisplayName": "Adobe Identity Management", "ipAddress": "147.132.189.119", "status": {"errorCode": 0}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (iPad; CPU iPad OS 9_3_6 like Mac OS X) AppleWebKit/536.1 (KHTML, like Gecko) CriOS/42.0.865.0 Mobile/77O124 Safari/536.1 Edge/99.14477", "deviceDetail": {"deviceId": "", "operatingSystem": "Windows 10", "browser": "Edge 99.14477"}, "location": {"city": "Port Denisetown", "state": "Smithton", "countryOrRegion": "XR", "geoCoordinates": {"latitude": 3.5518965, "longitude": 131.871582}}, "correlationId": "badc8e95-dccb-4b8a-a628-af9593958c5c", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "1be64097-b595-4e88-9062-866d8846d232", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "processingTimeInMilliseconds": 112, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Adobe Identity Management Service", "resourceId": "9a84f55e-3a40-492c-9476-e069f64ed7a6", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 256668, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "uiPNkcV3MaQx9U1bfq7qLtVFuIiLOcHDR2f9f69ZLTn6GQz0", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "37ee873b-f901-4e25-be69-010243106d0f"}}, {"time": "2022-08-24T21:16:17.444917Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "99.116.100.205", "correlationId": "076fcc72-3b49-44f0-b560-444301d01055", "identity": "Aaron Cole", "Level": 4, "location": "XD", "properties": {"id": "8fcd3dec-5cc1-4573-b657-ef9588197500", "createdDateTime": "2022-08-24T21:16:17.649917Z", "userDisplayName": "Aaron Cole", "userPrincipalName": "acole@domain.com", "userId": "5d557969-1645-4ba4-be83-b6fd943659f7", "appId": "af50c7b0-ad5f-40ec-840e-8d89be454ce4", "appDisplayName": "Citrix ShareFile", "ipAddress": "99.116.100.205", "status": {"errorCode": 0}, "clientAppUsed": "Browser", "deviceDetail": {"deviceId": "", "operatingSystem": "Windows10", "browser": "Rich Client 4.36.1.0"}, "location": {"city": "Carrollstad", "state": "Norrisbury", "countryOrRegion": "XD", "geoCoordinates": {"latitude": -38.8540465, "longitude": -17.674718}}, "correlationId": "ac631075-3a4d-4b80-91c4-b52d7848fdb4", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "71d3f8a4-31a5-4a0e-a09e-9174bad981cb", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 205, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Citrix ShareFile Online", "resourceId": "24578515-1951-4064-967d-0d2acaf0aa70", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 214655, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "COzvDBcb8997gOUnXBrg38Z2AG83IPEL9IHVilLfF8D4aPvF", "incomingTokenType": "none", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "0e68752b-7dfa-400b-a6f5-1b54af90696a", "rngcStatus": 0}}, {"time": "2022-08-24T21:26:38.881193Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "SignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "147.132.189.119", "correlationId": "203b820d-a93f-4f15-9790-f76a997e6ebd", "identity": "Melissa Martin", "Level": 4, "location": "XR", "properties": {"id": "3252cc26-bd51-4e86-91d8-5aecbdb16e00", "createdDateTime": "2022-08-24T21:26:38.990193Z", "userDisplayName": "Melissa Martin", "userPrincipalName": "mmartin@domain.com", "userId": "632ccb55-03a7-40f4-9893-653527cae790", "appId": "43bab1d2-e8f3-4e50-8dca-9d08c3dfcdab", "appDisplayName": "NanoNotion", "ipAddress": "147.132.189.119", "status": {"errorCode": 0}, "clientAppUsed": "Browser", "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 12_4_8 like Mac OS X) AppleWebKit/536.2 (KHTML, like Gecko) CriOS/39.0.845.0 Mobile/81S373 Safari/536.2 Edge/40.11827", "deviceDetail": {"deviceId": "", "operatingSystem": "Windows 10", "browser": "Edge 40.11827"}, "location": {"city": "Port Denisetown", "state": "Smithton", "countryOrRegion": "XR", "geoCoordinates": {"latitude": 3.5518965, "longitude": 131.871582}}, "correlationId": "5a54b3d9-31fc-4f5b-93a2-9bf523327e9a", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "a88ff9c9-9bfd-4c94-9972-f09fecf79822", "isInteractive": true, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 109, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "NanoNotion Service", "resourceId": "24578515-1951-4064-967d-0d2acaf0aa70", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 256668, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "gukxoAYsaNyq8nEjpZUOVuFQTtRxgsgcM13ImJ7dElhWPQ1V", "incomingTokenType": "none", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "0e68752b-7dfa-400b-a6f5-1b54af90696a", "rngcStatus": 0}}, {"time": "2022-08-24T21:56:53.919975Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "92.110.109.246", "correlationId": "8002bd03-deea-4dbf-ac59-91fed5cf791a", "identity": "David Johnson", "Level": 4, "location": "XR", "properties": {"id": "a9fde73b-f4bf-4f4e-9e50-dc7522e15400", "createdDateTime": "2022-08-24T21:56:54.084975Z", "userDisplayName": "David Johnson", "userPrincipalName": "djohnson@domain.com", "userId": "ff2ae3d2-8cd2-4bd6-b65d-49c5ad946c7f", "appId": "bf2855c0-7434-4262-8885-ad2f5206d324", "appDisplayName": "COINS Construction Cloud - Project and Productivity Apps", "ipAddress": "92.110.109.246", "status": {"errorCode": 0}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (iPad; CPU iPad OS 9_3_6 like Mac OS X) AppleWebKit/536.1 (KHTML, like Gecko) CriOS/42.0.865.0 Mobile/77O124 Safari/536.1 Edge/99.14477", "deviceDetail": {"deviceId": "717ebe00-a5eb-412e-97b6-7b8ab7cfbc02", "displayName": "DAVIDJOHNSON-LT", "operatingSystem": "Windows 10", "browser": "Edge 99.14477", "trustType": "Azure AD registered"}, "location": {"city": "Port Denisetown", "state": "Smithton", "countryOrRegion": "XR", "geoCoordinates": {"latitude": 3.5518965, "longitude": 131.871582}}, "correlationId": "915329e8-fc87-48cb-8894-cf5848a63ab3", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "21bda75e-b62d-417e-9125-aa2439efd6b7", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "processingTimeInMilliseconds": 165, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "COINS Construction Cloud - Project and Productivity Apps Service", "resourceId": "054f44f6-54fb-4ef0-9fc3-d3ec90e47d0d", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 230297, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "Lg943WV1t5oIp0FFjJiQBwXDzuEMGOOBBOsVQcnT8BQYs0V4", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": null}}, {"time": "2022-08-24T22:08:03.382758Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "156.206.181.119", "correlationId": "b93b5453-bafb-4dcb-abf9-ad8bf9c1b9b4", "identity": "Cynthia Perry", "Level": 4, "location": "XY", "properties": {"id": "8df1cc0f-951a-4b64-867c-2361468f6600", "createdDateTime": "2022-08-24T22:08:03.474758Z", "userDisplayName": "Cynthia Perry", "userPrincipalName": "cperry@domain.com", "userId": "ac5fa380-9d5b-470e-beb2-5ba10aca48e6", "appId": "9de6e985-97a5-4d82-9c45-aedaa9c25ef9", "appDisplayName": "AWS Single-Account Access", "ipAddress": "156.206.181.119", "status": {"errorCode": 0}, "clientAppUsed": "Browser", "deviceDetail": {"deviceId": "", "operatingSystem": "Windows"}, "location": {"city": "Hannaville", "state": "Thomashaven", "countryOrRegion": "XY", "geoCoordinates": {"latitude": 1.1452695, "longitude": 128.249211}}, "correlationId": "bcca6cd2-2a34-4aa9-9762-241993880920", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "7f51cbc4-3fda-4240-a9a9-3fba06c742e4", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 92, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "AWS Single-Account Access Service", "resourceId": "9a84f55e-3a40-492c-9476-e069f64ed7a6", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 279165, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "fucvnMkL0U8PFipZKiWNcXBfkrVym52sjprJtKha0VP7FOtR", "incomingTokenType": "none", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "37ee873b-f901-4e25-be69-010243106d0f", "rngcStatus": 0}}, {"time": "2022-08-24T22:10:31.253993Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "156.206.181.119", "correlationId": "381337d2-5b6f-40af-85c6-fdede62526c6", "identity": "Cynthia Perry", "Level": 4, "location": "XY", "properties": {"id": "39883d07-6185-4780-8d0b-82bc5f665600", "createdDateTime": "2022-08-24T22:10:31.391993Z", "userDisplayName": "Cynthia Perry", "userPrincipalName": "cperry@domain.com", "userId": "ac5fa380-9d5b-470e-beb2-5ba10aca48e6", "appId": "9de6e985-97a5-4d82-9c45-aedaa9c25ef9", "appDisplayName": "AWS Single-Account Access", "ipAddress": "156.206.181.119", "status": {"errorCode": 0}, "clientAppUsed": "Browser", "deviceDetail": {"deviceId": "", "operatingSystem": "Windows"}, "location": {"city": "Hannaville", "state": "Thomashaven", "countryOrRegion": "XY", "geoCoordinates": {"latitude": 1.1452695, "longitude": 128.249211}}, "correlationId": "a673af9c-9de8-48bf-a8f7-5866687d5e33", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "8b6f9540-703a-4431-9cba-009887c5f23f", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "processingTimeInMilliseconds": 138, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "AWS Single-Account Access Service", "resourceId": "c65cf5f9-5537-4200-889e-381c4f60ca7d", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 279165, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "6JjUN9PmRsw3bgc0VdbCdDpq5UdHspplsVVRYQ2aHw7DZbsZ", "incomingTokenType": "none", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": null}}, {"time": "2022-08-24T22:17:59.524055Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "105.169.153.183", "correlationId": "92668dca-d7e8-462f-b562-f53cd4f890f6", "identity": "Jim Gonzalez", "Level": 4, "location": "XR", "properties": {"id": "676a8b82-7787-4511-9ea8-03396bed9300", "createdDateTime": "2022-08-24T22:17:59.825055Z", "userDisplayName": "Jim Gonzalez", "userPrincipalName": "jgonzalez@domain.com", "userId": "95090045-a9c5-489c-adee-2db430a3333a", "appId": "9d794ea1-8d77-42e3-9fdd-6fd3620d616a", "appDisplayName": "Alaya", "ipAddress": "105.169.153.183", "status": {"errorCode": 0}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (Windows NT 4.0) AppleWebKit/532.1 (KHTML, like Gecko) Chrome/38.0.801.0 Safari/532.1 Edge/19.15284", "deviceDetail": {"deviceId": "15135d1f-cb47-4bd8-b76d-90a9171c09bd", "displayName": "JIMGONZALEZ-LT", "operatingSystem": "Windows 10", "browser": "Edge 19.15284", "trustType": "Azure AD registered"}, "location": {"city": "Santosborough", "state": "Smithton", "countryOrRegion": "XR", "geoCoordinates": {"latitude": 12.8350355, "longitude": 138.359011}}, "correlationId": "b3c3bff4-eda5-4150-981e-f3304ad8cb24", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "cbe00063-871e-4521-b55b-0d4d0ef48c56", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 301, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Alaya Service", "resourceId": "e35e3da1-bf74-46a1-979f-06c9212ebfab", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 256668, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "9F1WP0nisQwAYz26uAq3eYpEA0ujlreBxavQ8p4GF530g2Po", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "33c2df33-b2d6-495e-85ea-298208628e8d", "rngcStatus": 0}}, {"time": "2022-08-24T22:19:43.459857Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "SignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "42.62.103.34", "correlationId": "2a6cccb5-76b1-435b-9d58-a42559b09b0a", "identity": "Joseph Taylor", "Level": 4, "location": "XF", "properties": {"id": "1c658931-6466-4ef6-9398-740437516f00", "createdDateTime": "2022-08-24T22:19:43.651857Z", "userDisplayName": "Joseph Taylor", "userPrincipalName": "jtaylor@domain.com", "userId": "af9847eb-c773-41ae-bf94-42747c5e986c", "appId": "e47a1d38-5f61-45cd-b1b9-bc92f525c598", "appDisplayName": "Altoura", "ipAddress": "42.62.103.34", "status": {"errorCode": 0, "additionalDetails": "MFA requirement satisfied by claim in the token"}, "clientAppUsed": "Browser", "userAgent": "Mozilla/5.0 (Linux; Android 2.3.5) AppleWebKit/532.2 (KHTML, like Gecko) Chrome/46.0.898.0 Safari/532.2 Edge/105.19198", "deviceDetail": {"deviceId": "76b96bd3-e5d7-49ee-b195-bf363facdb3d", "displayName": "JOSEPHTAYLOR-LT", "operatingSystem": "Windows 10", "browser": "Edge 105.19198", "isCompliant": true, "isManaged": true, "trustType": "Azure AD joined"}, "location": {"city": "Jessicafurt", "state": "Smithbury", "countryOrRegion": "XF", "geoCoordinates": {"latitude": 17.5082395, "longitude": -115.304215}}, "mfaDetail": {}, "correlationId": "8e3341c6-39d0-4509-899d-9db330416d49", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "c0243c71-b4e6-44c9-8eb5-67d850a81842", "isInteractive": true, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 192, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Altoura Online", "resourceId": "f0630e90-b752-4960-bfb9-a0794fc34930", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 393508, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "KTizmhWO8Q5YxxoYB9TcM4NfOB78vNbH3O2Uwde8J9iIHsvd", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "1f37c851-4be4-455b-928a-fbde7845a68a", "rngcStatus": 0}}, {"time": "2022-08-24T22:23:05.664262Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "205.33.24.92", "correlationId": "11863ba0-c00f-1000-b3ca-f5fa2d5f2a62", "identity": "Vanessa Ramirez", "Level": 4, "location": "XD", "properties": {"id": "911f8da9-b80f-4328-bdcf-c11fbc706900", "createdDateTime": "2022-08-24T22:23:05.876262Z", "userDisplayName": "Vanessa Ramirez", "userPrincipalName": "vramirez@domain.com", "userId": "5d72b7ed-62ea-4b94-b931-ccef65d71ebd", "appId": "439cf80c-f381-45bd-9b6a-a006882e7246", "appDisplayName": "Atlassian Cloud", "ipAddress": "205.33.24.92", "status": {"errorCode": 0}, "clientAppUsed": "Browser", "deviceDetail": {"deviceId": "e395a3f4-8f2d-4170-804f-d3e13ce3151b", "displayName": "VANESSARAMIREZ-LT", "operatingSystem": "Windows", "trustType": "Azure AD registered"}, "location": {"city": "Kristinmouth", "state": "Norrisbury", "countryOrRegion": "XD", "geoCoordinates": {"latitude": 26.278784, "longitude": -92.042573}}, "correlationId": "ae1c87e9-fa14-4e32-ba5c-6b5d9fbf7a10", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "1a80308e-eab3-4c64-8845-4ce9106d4fb0", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 212, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Atlassian Cloud Service", "resourceId": "72f0186d-d327-46c9-a8ff-497e0caa8691", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 214655, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "4VICw45vQOCyP6nBpPs1LRXVPRuXdvUSPOjaV1fEYAnvkB3C", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": null, "rngcStatus": 0}}, {"time": "2022-08-24T22:42:13.064941Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "212.169.11.63", "correlationId": "60cafb3c-7c3e-4c95-82a5-81d23f259a8c", "identity": "Kristen Howell", "Level": 4, "location": "XR", "properties": {"id": "b4caa848-f8c1-4832-a328-e509a4366800", "createdDateTime": "2022-08-24T22:42:13.240941Z", "userDisplayName": "Kristen Howell", "userPrincipalName": "khowell@domain.com", "userId": "20e1e3f9-665f-45bd-9984-5e74b526d3b5", "appId": "9a7e67c7-6f05-42a3-b226-97c7ec3e9696", "appDisplayName": "Adobe Identity Management", "ipAddress": "212.169.11.63", "status": {"errorCode": 0}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (iPad; CPU iPad OS 9_3_6 like Mac OS X) AppleWebKit/536.1 (KHTML, like Gecko) CriOS/42.0.865.0 Mobile/77O124 Safari/536.1 Edge/99.14477", "deviceDetail": {"deviceId": "caf12d64-01ec-4396-b330-e7eb6349ad45", "displayName": "KRISTENHOWELL-LT", "operatingSystem": "Windows 10", "browser": "Edge 99.14477", "trustType": "Azure AD registered"}, "location": {"city": "North Lisachester", "state": "Smithton", "countryOrRegion": "XR", "geoCoordinates": {"latitude": -69.00844, "longitude": -172.534328}}, "correlationId": "fab0ea58-7231-4bda-ad6a-68fd5982674a", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "c6e9612e-b630-4221-b538-9837f2c4478b", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 176, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Adobe Identity Management Service", "resourceId": "f0630e90-b752-4960-bfb9-a0794fc34930", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 144064, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "C5LBj298uI3CiCJkQHkSNHFVgliKMm1oA4Bh3hoAuWE4TJ1I", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "1f37c851-4be4-455b-928a-fbde7845a68a", "rngcStatus": 0}}, {"time": "2022-08-24T22:47:13.607832Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "50158", "resultSignature": "None", "resultDescription": "External security challenge was not satisfied.", "durationMs": 0, "callerIpAddress": "92.110.109.246", "correlationId": "2e4a9854-e07b-4e8c-9efb-552a1e64605a", "identity": "Thomas Price", "Level": 4, "location": "XR", "properties": {"id": "159590e9-5419-4dbb-867e-364145046600", "createdDateTime": "2022-08-24T22:47:13.736832Z", "userDisplayName": "Thomas Price", "userPrincipalName": "tprice@domain.com", "userId": "32109ee2-ee4f-4d11-9c38-2556aec0f2b5", "appId": "79510a8f-6421-4348-a2ea-bcc2b02485c1", "appDisplayName": "Cisco AnyConnect", "ipAddress": "92.110.109.246", "status": {"errorCode": 50158, "failureReason": "External security challenge was not satisfied."}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (X11; Linux i686) AppleWebKit/535.2 (KHTML, like Gecko) Chrome/22.0.843.0 Safari/535.2 Edge/118.12158", "deviceDetail": {"deviceId": "0927e60c-8dfa-4ecf-be85-ad63bccf40a1", "displayName": "THOMASPRICE-LT", "operatingSystem": "Windows 10", "browser": "Edge 118.12158", "trustType": "Hybrid Azure AD joined"}, "location": {"city": "Port Denisetown", "state": "Smithton", "countryOrRegion": "XR", "geoCoordinates": {"latitude": 3.5518965, "longitude": 131.871582}}, "correlationId": "0a2b37f4-9e69-4319-83e1-4d11cfa58a5f", "conditionalAccessStatus": "failure", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "7110ba5c-945c-4149-af11-3d319b6408ce", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 129, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Cisco AnyConnect Online", "resourceId": "5d5b8d28-6a28-472e-b837-a4094e466965", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 230297, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "VfGjx1oQWH9kNhCYIXufDLcrGpq4WAwJPaRQgLX2TYyUO01u", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "15655e1f-5005-4c53-b3c0-c4a1d1ca5e9e", "rngcStatus": 0}}, {"time": "2022-08-24T23:00:14.216610Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "86.154.193.190", "correlationId": "3a8119e2-9308-4dde-9f3b-415b1f906ab7", "identity": "Jamie Watson", "Level": 4, "location": "XR", "properties": {"id": "23856212-0a3a-4f29-a3b7-e17651e98e00", "createdDateTime": "2022-08-24T23:00:14.301610Z", "userDisplayName": "Jamie Watson", "userPrincipalName": "jwatson@domain.com", "userId": "2844695b-9a70-48ed-a5ce-f3d711e2292b", "appId": "413f12c2-a9cb-4ca6-a080-d4308249cbe1", "appDisplayName": "Air", "ipAddress": "86.154.193.190", "status": {"errorCode": 0}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (X11; Linux i686) AppleWebKit/533.0 (KHTML, like Gecko) Chrome/24.0.803.0 Safari/533.0 Edge/40.11325", "deviceDetail": {"deviceId": "fc784602-6455-4450-be3c-6770e0359f8a", "displayName": "JAMIEWATSON-LT", "operatingSystem": "Windows 10", "browser": "Edge 40.11325", "isCompliant": true, "isManaged": true, "trustType": "Azure AD joined"}, "location": {"city": "Port Denisetown", "state": "Smithton", "countryOrRegion": "XR", "geoCoordinates": {"latitude": 3.5518965, "longitude": 131.871582}}, "correlationId": "9476f480-e664-4969-bb47-9b6c81bee2bc", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "c8246680-d311-410b-bf97-0dec3763f311", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 85, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Air Online", "resourceId": "9a84f55e-3a40-492c-9476-e069f64ed7a6", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 256668, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "qEihKKRVWhrmgGifsUIc3KqM0g8nhr2v1kKHEhie4Iejw95y", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "37ee873b-f901-4e25-be69-010243106d0f", "rngcStatus": 0}}, {"time": "2022-08-24T23:18:52.805793Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "156.206.181.119", "correlationId": "adecc3a3-3741-47e9-9d48-94e61a66ae01", "identity": "Cynthia Perry", "Level": 4, "location": "XY", "properties": {"id": "20f677f0-ddf9-46df-bf50-9e29ee0c8900", "createdDateTime": "2022-08-24T23:18:52.918793Z", "userDisplayName": "Cynthia Perry", "userPrincipalName": "cperry@domain.com", "userId": "ac5fa380-9d5b-470e-beb2-5ba10aca48e6", "appId": "9de6e985-97a5-4d82-9c45-aedaa9c25ef9", "appDisplayName": "AWS Single-Account Access", "ipAddress": "156.206.181.119", "status": {"errorCode": 0}, "clientAppUsed": "Browser", "deviceDetail": {"deviceId": "", "operatingSystem": "Windows"}, "location": {"city": "Hannaville", "state": "Thomashaven", "countryOrRegion": "XY", "geoCoordinates": {"latitude": 1.1452695, "longitude": 128.249211}}, "correlationId": "1ce141c9-ef39-4268-9d2d-0c0c6ee2db99", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "5db5ef39-e381-4df3-b01f-9bcb629f63dd", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 113, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "AWS Single-Account Access Service", "resourceId": "c65cf5f9-5537-4200-889e-381c4f60ca7d", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 279165, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "L9qpLcaUWbIQXv7blrVb5d0hUmUsc8qnJwnR3mpQI4v18T3Q", "incomingTokenType": "none", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": null, "rngcStatus": 0}}, {"time": "2022-08-24T23:20:20.374484Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "147.132.189.119", "correlationId": "1efde525-ab84-4f54-927c-0a1c7169a8ce", "identity": "Cassie Fernandez", "Level": 4, "location": "XR", "properties": {"id": "f76a87a3-7638-4ccc-9bfd-93d290267500", "createdDateTime": "2022-08-24T23:20:20.501484Z", "userDisplayName": "Cassie Fernandez", "userPrincipalName": "cfernandez@domain.com", "userId": "67ef8be6-3f44-4db7-8172-fd6211428c1e", "appId": "9a7e67c7-6f05-42a3-b226-97c7ec3e9696", "appDisplayName": "Adobe Identity Management", "ipAddress": "147.132.189.119", "status": {"errorCode": 0}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (iPad; CPU iPad OS 9_3_6 like Mac OS X) AppleWebKit/536.1 (KHTML, like Gecko) CriOS/42.0.865.0 Mobile/77O124 Safari/536.1 Edge/99.14477", "deviceDetail": {"deviceId": "bf67c857-685a-4457-89c4-db2afa581bd2", "displayName": "CASSIEFERNANDEZ-LT", "operatingSystem": "Windows 10", "browser": "Edge 99.14477", "trustType": "Hybrid Azure AD joined"}, "location": {"city": "Port Denisetown", "state": "Smithton", "countryOrRegion": "XR", "geoCoordinates": {"latitude": 3.5518965, "longitude": 131.871582}}, "correlationId": "76be28c9-616d-4169-b673-f90c8947e7e9", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "e4df2f33-739d-4ce3-a25a-db0542a53bbd", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 127, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Adobe Identity Management Service", "resourceId": "30663ca7-f8a9-43ab-8ca1-7906bdbc1485", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 256668, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "sTHDtSuc3O2y2ie3CQSLoOTd9SeqoVYonqmPBnmoJ4Ybl0n7", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "a6c259e5-7f16-48b2-a9f3-75becd6daa9b", "rngcStatus": 0}}, {"time": "2022-08-24T23:44:47.739475Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "50158", "resultSignature": "None", "resultDescription": "External security challenge was not satisfied.", "durationMs": 0, "callerIpAddress": "44.22.19.201", "correlationId": "1eae2408-5807-4f55-9e95-d10051c240c5", "identity": "Thomas Price", "Level": 4, "location": "XN", "properties": {"id": "20f677f0-ddf9-46df-bf50-9e29ab319100", "createdDateTime": "2022-08-24T23:44:47.849475Z", "userDisplayName": "Thomas Price", "userPrincipalName": "tprice@domain.com", "userId": "32109ee2-ee4f-4d11-9c38-2556aec0f2b5", "appId": "9a7e67c7-6f05-42a3-b226-97c7ec3e9696", "appDisplayName": "Adobe Identity Management", "ipAddress": "44.22.19.201", "status": {"errorCode": 50158, "failureReason": "External security challenge was not satisfied."}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (X11; Linux i686) AppleWebKit/535.2 (KHTML, like Gecko) Chrome/22.0.843.0 Safari/535.2 Edge/118.12158", "deviceDetail": {"deviceId": "a31478d2-f778-4d5a-b081-22579a9edcbe", "displayName": "THOMASPRICE-LT", "operatingSystem": "Windows 10", "browser": "Edge 118.12158", "trustType": "Hybrid Azure AD joined"}, "location": {"city": "Littlemouth", "state": "Alexanderfurt", "countryOrRegion": "XN", "geoCoordinates": {"latitude": 25.4437255, "longitude": -109.530885}}, "correlationId": "e0305fcc-0a24-4709-972d-4b0ad2c9662d", "conditionalAccessStatus": "failure", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "262e2f3a-c6ef-40b6-a0bb-583bf35921de", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 110, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Adobe Identity Management Service", "resourceId": "30663ca7-f8a9-43ab-8ca1-7906bdbc1485", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 230297, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "THMpuZCbwCBH8dMFfD3RBSFg7eCoLxe61fMSxDbPbJOKNp90", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "a6c259e5-7f16-48b2-a9f3-75becd6daa9b", "rngcStatus": 0}}, {"time": "2022-08-24T23:56:30.313917Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "99.116.100.205", "correlationId": "9c2810a4-343f-4d53-a6b5-270cb5b9d4f7", "identity": "Aaron Cole", "Level": 4, "location": "XD", "properties": {"id": "d2d6abb9-3d83-4187-a1d8-95ee61226f00", "createdDateTime": "2022-08-24T23:56:30.405917Z", "userDisplayName": "Aaron Cole", "userPrincipalName": "acole@domain.com", "userId": "5d557969-1645-4ba4-be83-b6fd943659f7", "appId": "36f74ffc-90e8-46e0-b0ed-588b76ed6f47", "appDisplayName": "Inspire", "ipAddress": "99.116.100.205", "status": {"errorCode": 0}, "clientAppUsed": "Browser", "userAgent": "Mozilla/5.0 (Linux; Android 2.3.5) AppleWebKit/532.2 (KHTML, like Gecko) Chrome/46.0.898.0 Safari/532.2 Edge/105.19198", "deviceDetail": {"deviceId": "", "operatingSystem": "Windows 10", "browser": "Edge 105.19198"}, "location": {"city": "Carrollstad", "state": "Norrisbury", "countryOrRegion": "XD", "geoCoordinates": {"latitude": -38.8540465, "longitude": -17.674718}}, "correlationId": "0967621d-8074-482c-926d-832a1a45496f", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "cb3e61a0-7fb7-4c8b-bb4b-cea418d6bc80", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 92, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Inspire Online", "resourceId": "8a137ba4-52ae-4dbf-94af-2e56851573c4", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 214655, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "iuEkZtPT1C1fEd39oLO4Uv4k7IECog6wzYdrGjpET3kjYnn2", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": null, "rngcStatus": 0}}, {"time": "2022-08-25T00:19:39.558245Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "1.210.58.10", "correlationId": "3d00a003-fd13-4587-a88b-fb85f89e6b7e", "identity": "Keith Sheppard", "Level": 4, "location": "XD", "properties": {"id": "f181ae5f-d802-41ad-8b90-384aee395000", "createdDateTime": "2022-08-25T00:19:39.668245Z", "userDisplayName": "Keith Sheppard", "userPrincipalName": "ksheppard@domain.com", "userId": "05bd48f1-91d2-4c2d-9a7c-80e80f561b3c", "appId": "9de6e985-97a5-4d82-9c45-aedaa9c25ef9", "appDisplayName": "AWS Single-Account Access", "ipAddress": "1.210.58.10", "status": {"errorCode": 0}, "clientAppUsed": "Browser", "deviceDetail": {"deviceId": "639815fd-5018-4e38-9d81-67538b2ce460", "displayName": "KEITHSHEPPARD-LT", "operatingSystem": "Windows", "trustType": "Azure AD registered"}, "location": {"city": "Cooperhaven", "state": "Norrisbury", "countryOrRegion": "XD", "geoCoordinates": {"latitude": 70.436398, "longitude": -23.873747}}, "correlationId": "b5d7f684-b045-4ddf-a662-5a681e60fb55", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "80bf9606-607b-4184-aa78-cfa6d7e8dc79", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "processingTimeInMilliseconds": 110, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "AWS Single-Account Access Service", "resourceId": "c65cf5f9-5537-4200-889e-381c4f60ca7d", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 69487, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "reMHRSS1NXLmMLqqmEdtz6lzDHNuMAcLfjOPH0JcOXyL33hs", "incomingTokenType": "none", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": null}}, {"time": "2022-08-25T00:26:06.203667Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "205.33.24.92", "correlationId": "94eebada-117b-4f9b-9f23-05ecabaf3ea5", "identity": "Aaron Cole", "Level": 4, "location": "XD", "properties": {"id": "0a69ca91-57c8-44f4-948f-19788e876b00", "createdDateTime": "2022-08-25T00:26:06.287667Z", "userDisplayName": "Aaron Cole", "userPrincipalName": "acole@domain.com", "userId": "5d557969-1645-4ba4-be83-b6fd943659f7", "appId": "e47a1d38-5f61-45cd-b1b9-bc92f525c598", "appDisplayName": "Altoura", "ipAddress": "205.33.24.92", "status": {"errorCode": 0}, "clientAppUsed": "Browser", "userAgent": "Mozilla/5.0 (X11; Linux i686) AppleWebKit/536.2 (KHTML, like Gecko) Chrome/22.0.877.0 Safari/536.2", "deviceDetail": {"deviceId": "", "operatingSystem": "Windows 10", "browser": "Chrome 22.0.877.0"}, "location": {"city": "Kristinmouth", "state": "Norrisbury", "countryOrRegion": "XD", "geoCoordinates": {"latitude": 26.278784, "longitude": -92.042573}}, "correlationId": "5aa5b767-12f9-4bdd-a752-2972b32f3c1d", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "a697a1b2-edd2-4090-a09e-0261ad4593a0", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 84, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Altoura Online", "resourceId": "8a137ba4-52ae-4dbf-94af-2e56851573c4", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 214655, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "VVYNOI9VFBKGBuhYGCpSKKCgpTmHGKbLCaEPeVD5hxF1Aw1c", "incomingTokenType": "none", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": null, "rngcStatus": 0}}, {"time": "2022-08-25T00:31:56.526905Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "700082", "resultSignature": "None", "resultDescription": "Other", "durationMs": 0, "callerIpAddress": "54.119.29.60", "correlationId": "2b14176c-b244-4ed8-a4ad-3b69ec1691d0", "identity": "Thomas Price", "Level": 4, "location": "XR", "properties": {"id": "df57eaed-63aa-4a28-8eda-7df88aea7000", "createdDateTime": "2022-08-25T00:31:56.603905Z", "userDisplayName": "Thomas Price", "userPrincipalName": "tprice@domain.com", "userId": "32109ee2-ee4f-4d11-9c38-2556aec0f2b5", "appId": "9a7e67c7-6f05-42a3-b226-97c7ec3e9696", "appDisplayName": "Adobe Identity Management", "ipAddress": "54.119.29.60", "status": {"errorCode": 700082, "failureReason": "Other"}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (X11; Linux i686) AppleWebKit/535.2 (KHTML, like Gecko) Chrome/22.0.843.0 Safari/535.2 Edge/118.12158", "deviceDetail": {"deviceId": "852272bd-2ab1-474f-a99e-4922ea7031d3", "displayName": "THOMASPRICE-LT", "operatingSystem": "Windows 10", "browser": "Edge 118.12158", "trustType": "Hybrid Azure AD joined"}, "location": {"city": "Port Kimberlytown", "state": "Curtisport", "countryOrRegion": "XR", "geoCoordinates": {"latitude": 26.3152295, "longitude": 147.770404}}, "correlationId": "d1b3b92e-b277-4aae-b90f-5b0886410937", "conditionalAccessStatus": "notApplied", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "fd965b94-2c19-4a5e-b64e-97ca57dd68b3", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 77, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Adobe Identity Management Service", "resourceId": "30663ca7-f8a9-43ab-8ca1-7906bdbc1485", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 359213, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "Y7I1mn40WXmIlCTBvEAQPfukIdFnTDAi248qfye1ALYOk2DH", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "a6c259e5-7f16-48b2-a9f3-75becd6daa9b", "rngcStatus": 0}}, {"time": "2022-08-25T00:52:48.579549Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "156.206.181.119", "correlationId": "5ec97d55-e634-4efc-ae21-8826f1503bb0", "identity": "Cynthia Perry", "Level": 4, "location": "XY", "properties": {"id": "29a68730-c074-44bc-9ec3-76c911109600", "createdDateTime": "2022-08-25T00:52:48.651549Z", "userDisplayName": "Cynthia Perry", "userPrincipalName": "cperry@domain.com", "userId": "ac5fa380-9d5b-470e-beb2-5ba10aca48e6", "appId": "9de6e985-97a5-4d82-9c45-aedaa9c25ef9", "appDisplayName": "AWS Single-Account Access", "ipAddress": "156.206.181.119", "status": {"errorCode": 0}, "clientAppUsed": "Browser", "deviceDetail": {"deviceId": "", "operatingSystem": "Windows"}, "location": {"city": "Hannaville", "state": "Thomashaven", "countryOrRegion": "XY", "geoCoordinates": {"latitude": 1.1452695, "longitude": 128.249211}}, "correlationId": "c336dc5a-80b1-4c2f-9d15-4cb007c8255c", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "8574403a-c9ec-4f7c-9473-12e24c443162", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 72, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "AWS Single-Account Access Service", "resourceId": "9a84f55e-3a40-492c-9476-e069f64ed7a6", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 279165, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "Y5PxyergoC6mWvbyRlFSxo4SC7F0Y91q9LrJZ1pcVtZX0F0l", "incomingTokenType": "none", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "37ee873b-f901-4e25-be69-010243106d0f", "rngcStatus": 0}}, {"time": "2022-08-25T01:22:47.566530Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "212.169.11.63", "correlationId": "ca8c112e-d510-4cb6-9654-5e7eb197bdc1", "identity": "Kristen Howell", "Level": 4, "location": "XR", "properties": {"id": "01ba3655-e28a-4ae2-aea6-ad44103c6e00", "createdDateTime": "2022-08-25T01:22:47.685530Z", "userDisplayName": "Kristen Howell", "userPrincipalName": "khowell@domain.com", "userId": "20e1e3f9-665f-45bd-9984-5e74b526d3b5", "appId": "9167c284-c68f-468a-84be-0ee4f23879fe", "appDisplayName": "ArcGIS Enterprise", "ipAddress": "212.169.11.63", "status": {"errorCode": 0}, "clientAppUsed": "Mobile Apps and Desktop clients", "deviceDetail": {"deviceId": "", "operatingSystem": "Ios", "browser": "Mobile Safari"}, "location": {"city": "North Lisachester", "state": "Smithton", "countryOrRegion": "XR", "geoCoordinates": {"latitude": -69.00844, "longitude": -172.534328}}, "correlationId": "6c815897-2c25-42d8-a18c-085e93f3c25b", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "a65a0879-b98b-46d7-b56c-5c2c784a376e", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 119, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "ArcGIS Enterprise Service", "resourceId": "9a84f55e-3a40-492c-9476-e069f64ed7a6", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 144064, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "M0iSG9W8hhBTzOLEf2PMvAwWFB508kqLlAdx2c5a9phrJque", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "37ee873b-f901-4e25-be69-010243106d0f", "rngcStatus": 0}}, {"time": "2022-08-25T01:25:42.937125Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "205.33.24.92", "correlationId": "a56d449a-7984-4ccb-bbaa-e940f59cec4a", "identity": "Aaron Cole", "Level": 4, "location": "XD", "properties": {"id": "aa3bb748-eba2-45e4-875d-8e3c87c15100", "createdDateTime": "2022-08-25T01:25:43.033125Z", "userDisplayName": "Aaron Cole", "userPrincipalName": "acole@domain.com", "userId": "5d557969-1645-4ba4-be83-b6fd943659f7", "appId": "9d64cdda-8fe1-424a-8325-912d9d512004", "appDisplayName": "Help Scout", "ipAddress": "205.33.24.92", "status": {"errorCode": 0}, "clientAppUsed": "Browser", "userAgent": "Mozilla/5.0 (X11; Linux i686) AppleWebKit/536.2 (KHTML, like Gecko) Chrome/22.0.877.0 Safari/536.2", "deviceDetail": {"deviceId": "", "operatingSystem": "Windows 10", "browser": "Chrome 22.0.877.0"}, "location": {"city": "Kristinmouth", "state": "Norrisbury", "countryOrRegion": "XD", "geoCoordinates": {"latitude": 26.278784, "longitude": -92.042573}}, "correlationId": "2251e032-ae9c-4108-a64c-bdae79eee7ac", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "381f18f5-a3c4-478d-86e4-e195746b4c33", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "processingTimeInMilliseconds": 96, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Help Scout Service", "resourceId": "f0630e90-b752-4960-bfb9-a0794fc34930", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 214655, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "jll4ufES96XlYFZIy4GIebnHhYJzkvofDYEMhE9vzM7XHHT4", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "1f37c851-4be4-455b-928a-fbde7845a68a"}}, {"time": "2022-08-25T01:26:59.051018Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "86.154.193.190", "correlationId": "0c6d56f7-61ef-48c4-bdc5-2cb6c476109b", "identity": "Kristen Howell", "Level": 4, "location": "XR", "properties": {"id": "f86fd039-b911-4a63-b06c-8447c8d36000", "createdDateTime": "2022-08-25T01:26:59.193018Z", "userDisplayName": "Kristen Howell", "userPrincipalName": "khowell@domain.com", "userId": "20e1e3f9-665f-45bd-9984-5e74b526d3b5", "appId": "9a7e67c7-6f05-42a3-b226-97c7ec3e9696", "appDisplayName": "Adobe Identity Management", "ipAddress": "86.154.193.190", "status": {"errorCode": 0}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (X11; Linux i686) AppleWebKit/533.0 (KHTML, like Gecko) Chrome/24.0.803.0 Safari/533.0 Edge/40.11325", "deviceDetail": {"deviceId": "af204333-3bdf-4228-bbeb-e3a654075b5c", "displayName": "KRISTENHOWELL-LT", "operatingSystem": "Windows 10", "browser": "Edge 40.11325", "trustType": "Azure AD registered"}, "location": {"city": "Port Denisetown", "state": "Smithton", "countryOrRegion": "XR", "geoCoordinates": {"latitude": 3.5518965, "longitude": 131.871582}}, "correlationId": "b2a66d2b-d762-4ff0-9a95-9ebcb62b3d40", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "de8d319d-203d-4d40-b72f-f675230b5f48", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 142, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Adobe Identity Management Service", "resourceId": "9a84f55e-3a40-492c-9476-e069f64ed7a6", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 256668, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "ljgyJdkRTzCzHazomX9kshLZuyNvwhZTxqfKYZOrvBGKx80v", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "37ee873b-f901-4e25-be69-010243106d0f", "rngcStatus": 0}}, {"time": "2022-08-25T01:34:13.801512Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "86.154.193.190", "correlationId": "499ea62a-09c1-45a5-b94d-ce76d19af657", "identity": "Melissa Martin", "Level": 4, "location": "XR", "properties": {"id": "f86fd039-b911-4a63-b06c-8447ba806400", "createdDateTime": "2022-08-25T01:34:13.915512Z", "userDisplayName": "Melissa Martin", "userPrincipalName": "mmartin@domain.com", "userId": "632ccb55-03a7-40f4-9893-653527cae790", "appId": "9de6e985-97a5-4d82-9c45-aedaa9c25ef9", "appDisplayName": "AWS Single-Account Access", "ipAddress": "86.154.193.190", "status": {"errorCode": 0}, "clientAppUsed": "Browser", "deviceDetail": {"deviceId": "", "operatingSystem": "Windows"}, "location": {"city": "Port Denisetown", "state": "Smithton", "countryOrRegion": "XR", "geoCoordinates": {"latitude": 3.5518965, "longitude": 131.871582}}, "correlationId": "37d6f633-bdca-40d5-98e6-6047de47b144", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "e441c7cb-e8fa-430d-8564-e1810998ee46", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 114, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "AWS Single-Account Access Service", "resourceId": "f0630e90-b752-4960-bfb9-a0794fc34930", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 256668, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "cB6RJODQx7pLNuEGQGSqEpQo647DKuwIyXbLiOidnrRsrodR", "incomingTokenType": "none", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "1f37c851-4be4-455b-928a-fbde7845a68a", "rngcStatus": 0}}, {"time": "2022-08-25T01:49:47.941326Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "1.210.58.10", "correlationId": "9d25afa5-1132-433c-ac35-64d463ffee9e", "identity": "Keith Sheppard", "Level": 4, "location": "XD", "properties": {"id": "d1c71b55-a9e3-4309-9710-b39257425700", "createdDateTime": "2022-08-25T01:49:48.023326Z", "userDisplayName": "Keith Sheppard", "userPrincipalName": "ksheppard@domain.com", "userId": "05bd48f1-91d2-4c2d-9a7c-80e80f561b3c", "appId": "b6eb5487-41e5-4254-acc5-72fbd850bd1e", "appDisplayName": "Google Cloud / G Suite Connector by Microsoft", "ipAddress": "1.210.58.10", "status": {"errorCode": 0}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (Windows NT 4.0) AppleWebKit/531.1 (KHTML, like Gecko) Chrome/20.0.823.0 Safari/531.1 Edge/87.11424", "deviceDetail": {"deviceId": "639815fd-5018-4e38-9d81-67538b2ce460", "displayName": "KEITHSHEPPARD-LT", "operatingSystem": "Windows 10", "browser": "Edge 87.11424", "trustType": "Azure AD registered"}, "location": {"city": "Cooperhaven", "state": "Norrisbury", "countryOrRegion": "XD", "geoCoordinates": {"latitude": 70.436398, "longitude": -23.873747}}, "correlationId": "f6fd76f4-5871-49a4-9062-785ec522f3b2", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "94a118ac-388f-4086-b810-e4eee9c465ca", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "processingTimeInMilliseconds": 82, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Google Cloud / G Suite Connector by Microsoft Service", "resourceId": "47e06079-6a63-42ab-89ea-840a60f3ea94", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 69487, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "qxj0MkhXnVTdbA7RVPnVCZEY4eHvvJuNmPHm0RkuCjRROrDt", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "af115473-a920-4919-a03a-7215ca304189"}}, {"time": "2022-08-25T01:51:13.422476Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "1.210.58.10", "correlationId": "d081754b-203a-45b4-8d2e-f8cd35485c89", "identity": "Keith Sheppard", "Level": 4, "location": "XD", "properties": {"id": "70bcc8c7-ed06-41fc-82cc-ef53acbe8c00", "createdDateTime": "2022-08-25T01:51:13.491476Z", "userDisplayName": "Keith Sheppard", "userPrincipalName": "ksheppard@domain.com", "userId": "05bd48f1-91d2-4c2d-9a7c-80e80f561b3c", "appId": "e980a200-4916-4fcb-ae5a-3dee8f09d976", "appDisplayName": "Adoddle cSaas Platform", "ipAddress": "1.210.58.10", "status": {"errorCode": 0}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (Windows NT 4.0) AppleWebKit/531.1 (KHTML, like Gecko) Chrome/20.0.823.0 Safari/531.1 Edge/87.11424", "deviceDetail": {"deviceId": "639815fd-5018-4e38-9d81-67538b2ce460", "displayName": "KEITHSHEPPARD-LT", "operatingSystem": "Windows 10", "browser": "Edge 87.11424", "trustType": "Azure AD registered"}, "location": {"city": "Cooperhaven", "state": "Norrisbury", "countryOrRegion": "XD", "geoCoordinates": {"latitude": 70.436398, "longitude": -23.873747}}, "correlationId": "afd4346c-88e9-4911-8071-2a50ad625998", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "791c0ebc-445c-4bca-b2db-7a0ced6db458", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 69, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Adoddle cSaas Platform Online", "resourceId": "2437523d-228a-44c0-b408-0de8a8a8276c", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 69487, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "fX2RnVqn26ykLikrHrJGcOr01BLUbBt9g1whv4gb3N8L6gFI", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "0eae9886-2d60-475f-9a14-3151a1cfa557", "rngcStatus": 0}}, {"time": "2022-08-25T01:56:26.121046Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "50158", "resultSignature": "None", "resultDescription": "External security challenge was not satisfied.", "durationMs": 0, "callerIpAddress": "92.110.109.246", "correlationId": "789f1fcf-7bb0-4004-a1a5-8f2250a1cf81", "identity": "Thomas Price", "Level": 4, "location": "XR", "properties": {"id": "720d181b-6cd7-4a61-bb3c-89a67e188f00", "createdDateTime": "2022-08-25T01:56:26.244046Z", "userDisplayName": "Thomas Price", "userPrincipalName": "tprice@domain.com", "userId": "32109ee2-ee4f-4d11-9c38-2556aec0f2b5", "appId": "79510a8f-6421-4348-a2ea-bcc2b02485c1", "appDisplayName": "Cisco AnyConnect", "ipAddress": "92.110.109.246", "status": {"errorCode": 50158, "failureReason": "External security challenge was not satisfied."}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (X11; Linux i686) AppleWebKit/535.2 (KHTML, like Gecko) Chrome/22.0.843.0 Safari/535.2 Edge/118.12158", "deviceDetail": {"deviceId": "fb4d911d-6441-411b-868f-d25d5586a326", "displayName": "THOMASPRICE-LT", "operatingSystem": "Windows 10", "browser": "Edge 118.12158", "trustType": "Hybrid Azure AD joined"}, "location": {"city": "Port Denisetown", "state": "Smithton", "countryOrRegion": "XR", "geoCoordinates": {"latitude": 3.5518965, "longitude": 131.871582}}, "correlationId": "c067cf65-859a-4170-82d7-006c92dfdad3", "conditionalAccessStatus": "failure", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "0e47c7f1-cb49-4112-934a-af3d92a89ce1", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 123, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Cisco AnyConnect Online", "resourceId": "5d5b8d28-6a28-472e-b837-a4094e466965", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 230297, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "yBBOEjsxqAWgUKCfJJWNFgcZE3UYw6n5Zhad0ng1O73wxqkK", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "15655e1f-5005-4c53-b3c0-c4a1d1ca5e9e", "rngcStatus": 0}}, {"time": "2022-08-25T02:27:13.216319Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "205.33.24.92", "correlationId": "0780dfc9-01a9-4b76-830b-8b02444be8a0", "identity": "Aaron Cole", "Level": 4, "location": "XD", "properties": {"id": "f0373eef-9706-4141-a5c3-7d364c985f00", "createdDateTime": "2022-08-25T02:27:13.407319Z", "userDisplayName": "Aaron Cole", "userPrincipalName": "acole@domain.com", "userId": "5d557969-1645-4ba4-be83-b6fd943659f7", "appId": "36f74ffc-90e8-46e0-b0ed-588b76ed6f47", "appDisplayName": "Inspire", "ipAddress": "205.33.24.92", "status": {"errorCode": 0}, "clientAppUsed": "Browser", "userAgent": "Mozilla/5.0 (X11; Linux i686) AppleWebKit/536.2 (KHTML, like Gecko) Chrome/22.0.877.0 Safari/536.2", "deviceDetail": {"deviceId": "", "operatingSystem": "Windows 10", "browser": "Chrome 22.0.877.0"}, "location": {"city": "Kristinmouth", "state": "Norrisbury", "countryOrRegion": "XD", "geoCoordinates": {"latitude": 26.278784, "longitude": -92.042573}}, "correlationId": "5d65c83d-06e3-46fc-acef-3ccff30a9a11", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "3028bdb0-ac82-4d8a-8366-4e25db5b2f80", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 191, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Inspire Online", "resourceId": "f0630e90-b752-4960-bfb9-a0794fc34930", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 214655, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "eHJVfpT5bnf2dNwDldfPZ5M5Cs8juYhteBAtyZeF1MiVpOcF", "incomingTokenType": "none", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "1f37c851-4be4-455b-928a-fbde7845a68a", "rngcStatus": 0}}, {"time": "2022-08-25T02:40:32.295659Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "156.206.181.119", "correlationId": "3ab7a035-bb28-46e3-aa05-d4efe7b9c9db", "identity": "Cynthia Perry", "Level": 4, "location": "XY", "properties": {"id": "159590e9-5419-4dbb-867e-3641c0c55f00", "createdDateTime": "2022-08-25T02:40:32.395659Z", "userDisplayName": "Cynthia Perry", "userPrincipalName": "cperry@domain.com", "userId": "ac5fa380-9d5b-470e-beb2-5ba10aca48e6", "appId": "9de6e985-97a5-4d82-9c45-aedaa9c25ef9", "appDisplayName": "AWS Single-Account Access", "ipAddress": "156.206.181.119", "status": {"errorCode": 0}, "clientAppUsed": "Browser", "deviceDetail": {"deviceId": "", "operatingSystem": "Windows"}, "location": {"city": "Hannaville", "state": "Thomashaven", "countryOrRegion": "XY", "geoCoordinates": {"latitude": 1.1452695, "longitude": 128.249211}}, "correlationId": "68f8b247-dab3-44e9-8d61-41a92d94abbf", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "498859eb-f461-415c-8a38-d89d6789b562", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 100, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "AWS Single-Account Access Service", "resourceId": "72f0186d-d327-46c9-a8ff-497e0caa8691", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 279165, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "eYlJR5Xzu60uyZMGDZjsb6jtzmy97lqS8bVnKdbfAlOMDrQN", "incomingTokenType": "none", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": null, "rngcStatus": 0}}, {"time": "2022-08-25T02:53:52.021992Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "156.206.181.119", "correlationId": "aa2eea40-8225-409e-9fc3-89af6e350677", "identity": "Cynthia Perry", "Level": 4, "location": "XY", "properties": {"id": "06dee02d-5499-45a9-a062-939c2fdc5300", "createdDateTime": "2022-08-25T02:53:52.110992Z", "userDisplayName": "Cynthia Perry", "userPrincipalName": "cperry@domain.com", "userId": "ac5fa380-9d5b-470e-beb2-5ba10aca48e6", "appId": "9de6e985-97a5-4d82-9c45-aedaa9c25ef9", "appDisplayName": "AWS Single-Account Access", "ipAddress": "156.206.181.119", "status": {"errorCode": 0}, "clientAppUsed": "Browser", "deviceDetail": {"deviceId": "", "operatingSystem": "Windows"}, "location": {"city": "Hannaville", "state": "Thomashaven", "countryOrRegion": "XY", "geoCoordinates": {"latitude": 1.1452695, "longitude": 128.249211}}, "correlationId": "01f4ff5e-b278-4505-b148-b8ae2fc346f0", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "ac3dc00e-408b-4ba7-af07-e7298027efa0", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "processingTimeInMilliseconds": 89, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "AWS Single-Account Access Service", "resourceId": "72f0186d-d327-46c9-a8ff-497e0caa8691", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 279165, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "H094sdJvwcki0isrhbTSkBx9yxqOHBcfa6tx3jOIt2hrwxqH", "incomingTokenType": "none", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": null}}, {"time": "2022-08-25T02:56:15.411533Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "156.206.181.119", "correlationId": "76bcd12c-12e1-4125-89f1-00a3811c19b3", "identity": "Cynthia Perry", "Level": 4, "location": "XY", "properties": {"id": "3f04f6e0-8681-475f-a0d6-0af7b8087200", "createdDateTime": "2022-08-25T02:56:15.483533Z", "userDisplayName": "Cynthia Perry", "userPrincipalName": "cperry@domain.com", "userId": "ac5fa380-9d5b-470e-beb2-5ba10aca48e6", "appId": "9de6e985-97a5-4d82-9c45-aedaa9c25ef9", "appDisplayName": "AWS Single-Account Access", "ipAddress": "156.206.181.119", "status": {"errorCode": 0}, "clientAppUsed": "Browser", "deviceDetail": {"deviceId": "", "operatingSystem": "Windows"}, "location": {"city": "Hannaville", "state": "Thomashaven", "countryOrRegion": "XY", "geoCoordinates": {"latitude": 1.1452695, "longitude": 128.249211}}, "correlationId": "a1510057-4144-4256-8222-6f964b3b7251", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "fbce2d4d-292b-46f1-a530-bd78af3f8bba", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 72, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "AWS Single-Account Access Service", "resourceId": "72f0186d-d327-46c9-a8ff-497e0caa8691", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 279165, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "wFLrtxekJR0QTgfSvlO5RhggrohgE71VbK6RK47SXyhaJyBP", "incomingTokenType": "none", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": null, "rngcStatus": 0}}, {"time": "2022-08-25T03:00:11.988812Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "13.113.40.157", "correlationId": "9d16b1e1-6e19-410a-af76-aa3a4d92f30d", "identity": "Attack Target", "Level": 4, "location": "XR", "properties": {"id": "5770b2e0-7013-44f8-922c-53e6cfa97200", "createdDateTime": "2022-08-25T03:00:12.135812Z", "userDisplayName": "Attack Target", "userPrincipalName": "attacktarget@domain.com", "userId": "d735e84b-dcca-404d-9f7d-700f360f41a6", "appId": "9a7e67c7-6f05-42a3-b226-97c7ec3e9696", "appDisplayName": "Adobe Identity Management", "ipAddress": "13.113.40.157", "ipAddressFromResourceProvider": "11.5.130.220", "status": {"errorCode": 0}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (iPad; CPU iPad OS 9_3_6 like Mac OS X) AppleWebKit/536.1 (KHTML, like Gecko) CriOS/42.0.865.0 Mobile/77O124 Safari/536.1 Edge/99.14477", "deviceDetail": {"deviceId": "a44625dc-6f81-449a-9799-8005f7209b42", "displayName": "ATTACKTARGET-LT", "operatingSystem": "Windows 10", "browser": "Edge 99.14477", "trustType": "Azure AD registered"}, "location": {"city": "Smithfort", "state": "Smithfort", "countryOrRegion": "XR", "geoCoordinates": {"latitude": 3.7564095, "longitude": -121.574606}}, "correlationId": "3120436d-6faf-4ac4-b6cc-7c0f1419b01e", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "b84516b0-93d8-4cbd-8f58-ebc416b37e8b", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 147, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Adobe Identity Management Service", "resourceId": "9a84f55e-3a40-492c-9476-e069f64ed7a6", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 34974, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "VCjdjSlnOCZXwWPinYM9ecVFAKh1vuqvzN8AFAb7y95lHqhO", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "37ee873b-f901-4e25-be69-010243106d0f", "rngcStatus": 0}}, {"time": "2022-08-25T03:03:27.700815Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "SignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "42.62.103.34", "correlationId": "d991944a-af3a-4eb3-92f9-fe0941862b53", "identity": "Joseph Taylor", "Level": 4, "location": "XF", "properties": {"id": "17558929-4181-40d4-9645-7d2947e97700", "createdDateTime": "2022-08-25T03:03:27.824815Z", "userDisplayName": "Joseph Taylor", "userPrincipalName": "jtaylor@domain.com", "userId": "af9847eb-c773-41ae-bf94-42747c5e986c", "appId": "e47a1d38-5f61-45cd-b1b9-bc92f525c598", "appDisplayName": "Altoura", "ipAddress": "42.62.103.34", "status": {"errorCode": 0, "additionalDetails": "MFA requirement satisfied by claim in the token"}, "clientAppUsed": "Browser", "userAgent": "Mozilla/5.0 (Linux; Android 2.3.5) AppleWebKit/532.2 (KHTML, like Gecko) Chrome/46.0.898.0 Safari/532.2 Edge/105.19198", "deviceDetail": {"deviceId": "76b96bd3-e5d7-49ee-b195-bf363facdb3d", "displayName": "JOSEPHTAYLOR-LT", "operatingSystem": "Windows 10", "browser": "Edge 105.19198", "isCompliant": true, "isManaged": true, "trustType": "Azure AD joined"}, "location": {"city": "Jessicafurt", "state": "Smithbury", "countryOrRegion": "XF", "geoCoordinates": {"latitude": 17.5082395, "longitude": -115.304215}}, "mfaDetail": {}, "correlationId": "c1aecddb-8a23-41f0-953c-fa3d0069a2b3", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "d01e955a-6d3c-429e-b44f-87a4e0ce6983", "isInteractive": true, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 124, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Altoura Online", "resourceId": "8a137ba4-52ae-4dbf-94af-2e56851573c4", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 393508, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "x2EyKPDx3uU0WuhjK45AqKyDSH3Wy7VAU3wvB3fmjKqKS4yP", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": null, "rngcStatus": 0}}, {"time": "2022-08-25T03:20:41.376798Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "86.154.193.190", "correlationId": "03c3e1d7-fe6e-47ef-b032-5cbc500effc1", "identity": "Jamie Watson", "Level": 4, "location": "XR", "properties": {"id": "f0373eef-9706-4141-a5c3-7d3694d46400", "createdDateTime": "2022-08-25T03:20:41.474798Z", "userDisplayName": "Jamie Watson", "userPrincipalName": "jwatson@domain.com", "userId": "2844695b-9a70-48ed-a5ce-f3d711e2292b", "appId": "9a7e67c7-6f05-42a3-b226-97c7ec3e9696", "appDisplayName": "Adobe Identity Management", "ipAddress": "86.154.193.190", "status": {"errorCode": 0}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (X11; Linux i686) AppleWebKit/533.0 (KHTML, like Gecko) Chrome/24.0.803.0 Safari/533.0 Edge/40.11325", "deviceDetail": {"deviceId": "fc784602-6455-4450-be3c-6770e0359f8a", "displayName": "JAMIEWATSON-LT", "operatingSystem": "Windows 10", "browser": "Edge 40.11325", "isCompliant": true, "isManaged": true, "trustType": "Azure AD joined"}, "location": {"city": "Port Denisetown", "state": "Smithton", "countryOrRegion": "XR", "geoCoordinates": {"latitude": 3.5518965, "longitude": 131.871582}}, "correlationId": "1717d472-b373-452f-8f24-0c70fa0120b3", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "51b725db-cfa4-4d46-b413-a5703f02b766", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 98, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Adobe Identity Management Service", "resourceId": "72f0186d-d327-46c9-a8ff-497e0caa8691", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 256668, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "LXH5p4ZUCwAmLq7GiZ5b3dywKpK7kBWx23hAv8krpqgCD9zR", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": null, "rngcStatus": 0}}, {"time": "2022-08-25T03:21:01.429956Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "13.113.40.157", "correlationId": "914b5ed4-43b0-498a-b58b-ccbfd5204ec0", "identity": "Attack Target", "Level": 4, "location": "XR", "properties": {"id": "c1b5f5c8-ca60-424d-8983-bf9cf8fc5500", "createdDateTime": "2022-08-25T03:21:01.626956Z", "userDisplayName": "Attack Target", "userPrincipalName": "attacktarget@domain.com", "userId": "d735e84b-dcca-404d-9f7d-700f360f41a6", "appId": "9a7e67c7-6f05-42a3-b226-97c7ec3e9696", "appDisplayName": "Adobe Identity Management", "ipAddress": "13.113.40.157", "status": {"errorCode": 0}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (iPad; CPU iPad OS 9_3_6 like Mac OS X) AppleWebKit/536.1 (KHTML, like Gecko) CriOS/42.0.865.0 Mobile/77O124 Safari/536.1 Edge/99.14477", "deviceDetail": {"deviceId": "a44625dc-6f81-449a-9799-8005f7209b42", "displayName": "ATTACKTARGET-LT", "operatingSystem": "Windows 10", "browser": "Edge 99.14477", "trustType": "Azure AD registered"}, "location": {"city": "New John", "state": "Smithfort", "countryOrRegion": "XR", "geoCoordinates": {"latitude": -89.144242, "longitude": 168.119022}}, "correlationId": "a686b93d-ba7a-4de7-9733-b506d02a1e91", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "0cac55b6-a87c-4398-8d3a-f56a8fd0fe43", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "processingTimeInMilliseconds": 197, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Adobe Identity Management Service", "resourceId": "30663ca7-f8a9-43ab-8ca1-7906bdbc1485", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 34974, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "YBn0PlmaU7awl4zWLt4DbbZK3xxeUvH3kSGECQD3uFulQUtm", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "a6c259e5-7f16-48b2-a9f3-75becd6daa9b"}}, {"time": "2022-08-25T03:26:20.556158Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "42.62.103.34", "correlationId": "89b40497-3e92-4a84-9f60-8d2ac98a60d9", "identity": "Joseph Taylor", "Level": 4, "location": "XF", "properties": {"id": "f4fa1a63-e0af-4531-86dc-163a9c7c6c00", "createdDateTime": "2022-08-25T03:26:20.676158Z", "userDisplayName": "Joseph Taylor", "userPrincipalName": "jtaylor@domain.com", "userId": "af9847eb-c773-41ae-bf94-42747c5e986c", "appId": "36f74ffc-90e8-46e0-b0ed-588b76ed6f47", "appDisplayName": "Inspire", "ipAddress": "42.62.103.34", "status": {"errorCode": 0, "additionalDetails": "MFA requirement satisfied by claim in the token"}, "clientAppUsed": "Browser", "userAgent": "Mozilla/5.0 (Linux; Android 2.3.5) AppleWebKit/532.2 (KHTML, like Gecko) Chrome/46.0.898.0 Safari/532.2 Edge/105.19198", "deviceDetail": {"deviceId": "76b96bd3-e5d7-49ee-b195-bf363facdb3d", "displayName": "JOSEPHTAYLOR-LT", "operatingSystem": "Windows 10", "browser": "Edge 105.19198", "isCompliant": true, "isManaged": true, "trustType": "Azure AD joined"}, "location": {"city": "Jessicafurt", "state": "Smithbury", "countryOrRegion": "XF", "geoCoordinates": {"latitude": 17.5082395, "longitude": -115.304215}}, "mfaDetail": {}, "correlationId": "ad2a3a50-8e0a-4290-90bb-3a40bc740635", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "8bdbf234-ccb7-429d-b542-19e6d4dfc2fe", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 120, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Inspire Online", "resourceId": "24578515-1951-4064-967d-0d2acaf0aa70", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 393508, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "akNLIgyxXcivQeYBRgF9S5p3gV00fQesQUWcRQNh7OtbFd5N", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "0e68752b-7dfa-400b-a6f5-1b54af90696a", "rngcStatus": 0}}, {"time": "2022-08-25T03:44:35.101216Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "156.206.181.119", "correlationId": "6d0e3c0a-a15b-469b-bdc4-2089d250880d", "identity": "Cynthia Perry", "Level": 4, "location": "XY", "properties": {"id": "2c5f4472-dc1e-49b2-8fbb-327528976000", "createdDateTime": "2022-08-25T03:44:35.227216Z", "userDisplayName": "Cynthia Perry", "userPrincipalName": "cperry@domain.com", "userId": "ac5fa380-9d5b-470e-beb2-5ba10aca48e6", "appId": "9de6e985-97a5-4d82-9c45-aedaa9c25ef9", "appDisplayName": "AWS Single-Account Access", "ipAddress": "156.206.181.119", "status": {"errorCode": 0}, "clientAppUsed": "Browser", "deviceDetail": {"deviceId": "", "operatingSystem": "Windows"}, "location": {"city": "Hannaville", "state": "Thomashaven", "countryOrRegion": "XY", "geoCoordinates": {"latitude": 1.1452695, "longitude": 128.249211}}, "correlationId": "35e34a46-7eeb-4267-b070-7705148aaceb", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "0edbee5a-569e-4065-85f0-b1e18920d8b4", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 126, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "AWS Single-Account Access Service", "resourceId": "c65cf5f9-5537-4200-889e-381c4f60ca7d", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 279165, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "Tqn3XC5w4N0tZ6ijG3vYHUHqmPwlrP7dmYX7TB2AzR1Mk6R1", "incomingTokenType": "none", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": null, "rngcStatus": 0}}, {"time": "2022-08-25T03:48:31.353131Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "156.206.181.119", "correlationId": "8149ad65-1bd1-4e86-8f63-fd08d201b612", "identity": "Cynthia Perry", "Level": 4, "location": "XY", "properties": {"id": "5e327247-139b-4579-a477-0876962a8e00", "createdDateTime": "2022-08-25T03:48:31.439131Z", "userDisplayName": "Cynthia Perry", "userPrincipalName": "cperry@domain.com", "userId": "ac5fa380-9d5b-470e-beb2-5ba10aca48e6", "appId": "9de6e985-97a5-4d82-9c45-aedaa9c25ef9", "appDisplayName": "AWS Single-Account Access", "ipAddress": "156.206.181.119", "status": {"errorCode": 0}, "clientAppUsed": "Browser", "deviceDetail": {"deviceId": "", "operatingSystem": "Windows"}, "location": {"city": "Hannaville", "state": "Thomashaven", "countryOrRegion": "XY", "geoCoordinates": {"latitude": 1.1452695, "longitude": 128.249211}}, "correlationId": "ed224285-f2d5-438d-9bd1-477bc0eea699", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "aff89bf6-9d50-4b76-8258-921285633716", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 86, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "AWS Single-Account Access Service", "resourceId": "f0630e90-b752-4960-bfb9-a0794fc34930", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 279165, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "PsXXCkD9xTcTaMtLXN4ytkrHfH7YMoOCSG93BNYDPsynX2aQ", "incomingTokenType": "none", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "1f37c851-4be4-455b-928a-fbde7845a68a", "rngcStatus": 0}}, {"time": "2022-08-25T03:50:40.250473Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "199.12.127.103", "correlationId": "4852d2f1-a2b1-4437-9026-d16c13bb0375", "identity": "Jacob Meyers", "Level": 4, "location": "XG", "properties": {"id": "8ad50de0-ebdd-4ace-9747-d47c2c328c00", "createdDateTime": "2022-08-25T03:50:40.321473Z", "userDisplayName": "Jacob Meyers", "userPrincipalName": "jmeyers@domain.com", "userId": "c63a67b0-1651-4a8a-9560-cc703cdad5ad", "appId": "9a7e67c7-6f05-42a3-b226-97c7ec3e9696", "appDisplayName": "Adobe Identity Management", "ipAddress": "199.12.127.103", "status": {"errorCode": 0}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (iPad; CPU iPad OS 9_3_6 like Mac OS X) AppleWebKit/536.1 (KHTML, like Gecko) CriOS/42.0.865.0 Mobile/77O124 Safari/536.1 Edge/99.14477", "deviceDetail": {"deviceId": "68cb982e-f215-496c-89bb-cc07716ff474", "displayName": "JACOBMEYERS-LT", "operatingSystem": "Windows 10", "browser": "Edge 99.14477", "trustType": "Azure AD registered"}, "location": {"city": "Port Nathan", "state": "Newmanville", "countryOrRegion": "XG", "geoCoordinates": {"latitude": 23.244641, "longitude": -113.392021}}, "correlationId": "97dc3e4d-86aa-4570-beb3-8743f0050917", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "cf87e6ca-691c-492e-8251-f6f27058a660", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 71, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Adobe Identity Management Service", "resourceId": "30663ca7-f8a9-43ab-8ca1-7906bdbc1485", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 282405, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "sRsIEhY9eIxSIwte2BWINOTiuXbP4XsJqByBIRzeEDY1OKQl", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "a6c259e5-7f16-48b2-a9f3-75becd6daa9b", "rngcStatus": 0}}, {"time": "2022-08-25T04:07:38.544956Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "156.206.181.119", "correlationId": "8dcb4f63-ac72-49ac-a07b-b1bdbe212f30", "identity": "Cynthia Perry", "Level": 4, "location": "XY", "properties": {"id": "9a3c3137-71f5-45a5-a185-e440e3d96800", "createdDateTime": "2022-08-25T04:07:38.648956Z", "userDisplayName": "Cynthia Perry", "userPrincipalName": "cperry@domain.com", "userId": "ac5fa380-9d5b-470e-beb2-5ba10aca48e6", "appId": "9de6e985-97a5-4d82-9c45-aedaa9c25ef9", "appDisplayName": "AWS Single-Account Access", "ipAddress": "156.206.181.119", "status": {"errorCode": 0}, "clientAppUsed": "Browser", "deviceDetail": {"deviceId": "", "operatingSystem": "Windows"}, "location": {"city": "Hannaville", "state": "Thomashaven", "countryOrRegion": "XY", "geoCoordinates": {"latitude": 1.1452695, "longitude": 128.249211}}, "correlationId": "03f83bbb-6a8e-40c3-813d-53e0af83815f", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "3c26f696-ae80-4806-8587-9f1530eebb42", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 104, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "AWS Single-Account Access Service", "resourceId": "9a84f55e-3a40-492c-9476-e069f64ed7a6", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 279165, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "Rd1xrE8uBoZeQ7dEz3MOhZNi0heTmwosSLPavo9Ko8l7NduF", "incomingTokenType": "none", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "37ee873b-f901-4e25-be69-010243106d0f", "rngcStatus": 0}}, {"time": "2022-08-25T04:09:07.195943Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "42.62.103.34", "correlationId": "4ebbc6bd-9b73-4ee4-a196-4e204f45bc86", "identity": "Joseph Taylor", "Level": 4, "location": "XF", "properties": {"id": "49d543cf-3853-413c-83db-981292978c00", "createdDateTime": "2022-08-25T04:09:08.108943Z", "userDisplayName": "Joseph Taylor", "userPrincipalName": "jtaylor@domain.com", "userId": "af9847eb-c773-41ae-bf94-42747c5e986c", "appId": "84f18b4b-ae12-484a-847f-f3e36093594a", "appDisplayName": "Slack", "ipAddress": "42.62.103.34", "status": {"errorCode": 0, "additionalDetails": "MFA requirement satisfied by claim in the token"}, "clientAppUsed": "Browser", "deviceDetail": {"deviceId": "76b96bd3-e5d7-49ee-b195-bf363facdb3d", "displayName": "JOSEPHTAYLOR-LT", "operatingSystem": "Windows", "isCompliant": true, "isManaged": true, "trustType": "Azure AD joined"}, "location": {"city": "Jessicafurt", "state": "Smithbury", "countryOrRegion": "XF", "geoCoordinates": {"latitude": 17.5082395, "longitude": -115.304215}}, "mfaDetail": {}, "correlationId": "fa57b2e9-da41-4e01-b3a2-fab8f2b3291a", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "94dba9ab-812c-49a7-93f4-4112da312154", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 913, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Slack", "resourceId": "9a84f55e-3a40-492c-9476-e069f64ed7a6", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 393508, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "H1bJXKY6DTVJQTaySznM46ghZMqtKMgoZ59qxeQEniicqGC2", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "37ee873b-f901-4e25-be69-010243106d0f", "rngcStatus": 0}}, {"time": "2022-08-25T04:14:38.154862Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "91.132.253.146", "correlationId": "b7cfcf0d-8141-4ba6-9e2b-8b7d17ebaaaa", "identity": "Aaron Cole", "Level": 4, "location": "XD", "properties": {"id": "df70b726-7756-4baa-9a7d-5ac9e99c8b00", "createdDateTime": "2022-08-25T04:14:38.256862Z", "userDisplayName": "Aaron Cole", "userPrincipalName": "acole@domain.com", "userId": "5d557969-1645-4ba4-be83-b6fd943659f7", "appId": "ad65aaed-51a8-4877-830e-8a5273604c87", "appDisplayName": "Docusign", "ipAddress": "91.132.253.146", "status": {"errorCode": 0}, "clientAppUsed": "Browser", "deviceDetail": {"deviceId": "", "operatingSystem": "Windows", "browser": "Rich Client 4.42.0.0"}, "location": {"city": "Rickshire", "state": "Norrisbury", "countryOrRegion": "XD", "geoCoordinates": {"latitude": -78.5751045, "longitude": 58.329246}}, "correlationId": "b1189133-406f-4e6c-9fd6-ad983e502883", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "22cc4d79-294a-4c2a-afc3-8b90ece95923", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 102, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Docusign Service", "resourceId": "a666212f-ee1d-48b1-b4cf-45433f66d402", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 214655, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "DWEKR1fwiSnPn678c7pfQYQoHeDBCRPzkmW1g8s9aMUsVU9o", "incomingTokenType": "none", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "b9c9c5b0-1fce-4e9e-af57-8d5084987162", "rngcStatus": 0}}, {"time": "2022-08-25T04:21:54.715303Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "156.206.181.119", "correlationId": "88218b68-06e4-4a3a-9b38-d04f7f19d06a", "identity": "Cynthia Perry", "Level": 4, "location": "XY", "properties": {"id": "c31f11f3-65b0-42f1-80e6-a81f72879000", "createdDateTime": "2022-08-25T04:21:54.783303Z", "userDisplayName": "Cynthia Perry", "userPrincipalName": "cperry@domain.com", "userId": "ac5fa380-9d5b-470e-beb2-5ba10aca48e6", "appId": "9de6e985-97a5-4d82-9c45-aedaa9c25ef9", "appDisplayName": "AWS Single-Account Access", "ipAddress": "156.206.181.119", "status": {"errorCode": 0}, "clientAppUsed": "Browser", "deviceDetail": {"deviceId": "", "operatingSystem": "Windows"}, "location": {"city": "Hannaville", "state": "Thomashaven", "countryOrRegion": "XY", "geoCoordinates": {"latitude": 1.1452695, "longitude": 128.249211}}, "correlationId": "4f94332e-612d-41d0-b98b-99d0bb5a9dac", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "2f9de9cb-e076-4695-9485-af4c20fad891", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 68, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "AWS Single-Account Access Service", "resourceId": "72f0186d-d327-46c9-a8ff-497e0caa8691", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 279165, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "M1WqL1VkowsoLRpCcOAfVjDksg2ge6jceteM5a9KajHNO5tp", "incomingTokenType": "none", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": null, "rngcStatus": 0}}, {"time": "2022-08-25T04:27:01.294667Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "13.113.40.157", "correlationId": "29cab8c7-3c22-403c-84f2-65785d4c1e32", "identity": "Attack Target", "Level": 4, "location": "XR", "properties": {"id": "f534fc6d-0530-4daa-a6ab-fff081dc6100", "createdDateTime": "2022-08-25T04:27:01.425667Z", "userDisplayName": "Attack Target", "userPrincipalName": "attacktarget@domain.com", "userId": "d735e84b-dcca-404d-9f7d-700f360f41a6", "appId": "9a7e67c7-6f05-42a3-b226-97c7ec3e9696", "appDisplayName": "Adobe Identity Management", "ipAddress": "13.113.40.157", "status": {"errorCode": 0}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (iPad; CPU iPad OS 9_3_6 like Mac OS X) AppleWebKit/536.1 (KHTML, like Gecko) CriOS/42.0.865.0 Mobile/77O124 Safari/536.1 Edge/99.14477", "deviceDetail": {"deviceId": "a44625dc-6f81-449a-9799-8005f7209b42", "displayName": "ATTACKTARGET-LT", "operatingSystem": "Windows 10", "browser": "Edge 99.14477", "trustType": "Azure AD registered"}, "location": {"city": "New John", "state": "Smithfort", "countryOrRegion": "XR", "geoCoordinates": {"latitude": -89.144242, "longitude": 168.119022}}, "correlationId": "9549853c-7d03-4f8d-8e43-b64e83425504", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "16e03431-bdd9-4fad-a83f-30b99f2744df", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 131, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Adobe Identity Management Service", "resourceId": "80abac89-d2c0-4b6c-8ffc-5023bd7efc5e", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 34974, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "aiII1R7L9KU8SMnyzAbLotrMFCeTevuhf019cQMUlKU1zfZ5", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": null, "rngcStatus": 0}}, {"time": "2022-08-25T05:04:23.068195Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "91.132.253.146", "correlationId": "f75534f0-53fb-4f2b-8b9a-4defcab4d650", "identity": "Aaron Cole", "Level": 4, "location": "XD", "properties": {"id": "94c99ee9-21d2-4aba-9fc3-5d1f51e34b00", "createdDateTime": "2022-08-25T05:04:23.230195Z", "userDisplayName": "Aaron Cole", "userPrincipalName": "acole@domain.com", "userId": "5d557969-1645-4ba4-be83-b6fd943659f7", "appId": "09882a0a-ccfc-4f24-bedf-653c30932b5b", "appDisplayName": "InviteDesk", "ipAddress": "91.132.253.146", "status": {"errorCode": 0}, "clientAppUsed": "Browser", "deviceDetail": {"deviceId": "", "operatingSystem": "Windows"}, "location": {"city": "Rickshire", "state": "Norrisbury", "countryOrRegion": "XD", "geoCoordinates": {"latitude": -78.5751045, "longitude": 58.329246}}, "correlationId": "ea09a121-ab7a-4b98-88ed-923c05cbbe21", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "cd796b12-8c95-4a1b-88ab-7e4aa630c478", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "processingTimeInMilliseconds": 162, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "InviteDesk Online", "resourceId": "de7c00cf-d842-462c-9f1b-4d57860cd398", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 214655, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "sOlNl7VpbDRhN7FcGkLCxsvHcJ9uj7uMpVgfeNIlgCVksjsj", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": null}}, {"time": "2022-08-25T05:18:35.678321Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "156.206.181.119", "correlationId": "ee2fe6ca-da5f-4fee-ba44-805ce0a85f17", "identity": "Cynthia Perry", "Level": 4, "location": "XY", "properties": {"id": "8118c4f3-cea7-4654-8492-6353575d9800", "createdDateTime": "2022-08-25T05:18:35.755321Z", "userDisplayName": "Cynthia Perry", "userPrincipalName": "cperry@domain.com", "userId": "ac5fa380-9d5b-470e-beb2-5ba10aca48e6", "appId": "9de6e985-97a5-4d82-9c45-aedaa9c25ef9", "appDisplayName": "AWS Single-Account Access", "ipAddress": "156.206.181.119", "status": {"errorCode": 0}, "clientAppUsed": "Browser", "deviceDetail": {"deviceId": "", "operatingSystem": "Windows"}, "location": {"city": "Hannaville", "state": "Thomashaven", "countryOrRegion": "XY", "geoCoordinates": {"latitude": 1.1452695, "longitude": 128.249211}}, "correlationId": "45096cf9-cdd4-43fd-a39e-4f46d2bb34fa", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "c7c4555f-e4c4-460b-913b-4eef9f85e7bb", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 77, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "AWS Single-Account Access Service", "resourceId": "72f0186d-d327-46c9-a8ff-497e0caa8691", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 279165, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "UJ7ZTiLyZfAooYr0M2xEPljqiVXcbYcAktpmy2gitmOkZbZJ", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": null, "rngcStatus": 0}}, {"time": "2022-08-25T05:21:19.317858Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "147.132.189.119", "correlationId": "7d74248c-32d0-4ec8-b2ee-30e06acac466", "identity": "Cassie Fernandez", "Level": 4, "location": "XR", "properties": {"id": "71326cde-8812-4486-b054-a01e3f2b9000", "createdDateTime": "2022-08-25T05:21:19.419858Z", "userDisplayName": "Cassie Fernandez", "userPrincipalName": "cfernandez@domain.com", "userId": "67ef8be6-3f44-4db7-8172-fd6211428c1e", "appId": "9a7e67c7-6f05-42a3-b226-97c7ec3e9696", "appDisplayName": "Adobe Identity Management", "ipAddress": "147.132.189.119", "status": {"errorCode": 0}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (iPad; CPU iPad OS 9_3_6 like Mac OS X) AppleWebKit/536.1 (KHTML, like Gecko) CriOS/42.0.865.0 Mobile/77O124 Safari/536.1 Edge/99.14477", "deviceDetail": {"deviceId": "d5a487a1-ef7d-4960-9723-7fdadce19af3", "displayName": "CASSIEFERNANDEZ-LT", "operatingSystem": "Windows 10", "browser": "Edge 99.14477", "trustType": "Azure AD registered"}, "location": {"city": "Port Denisetown", "state": "Smithton", "countryOrRegion": "XR", "geoCoordinates": {"latitude": 3.5518965, "longitude": 131.871582}}, "correlationId": "0930b6cc-9dd0-485d-9dbe-9a38c8227d28", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "8123dc7d-4711-4e16-b365-9cd8bb17d186", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 102, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Adobe Identity Management Service", "resourceId": "80abac89-d2c0-4b6c-8ffc-5023bd7efc5e", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 256668, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "B1SfnjLHMzIFinRST9K6LmcqWTFcaLFAAPFRIfH035j5ugSQ", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": null, "rngcStatus": 0}}, {"time": "2022-08-25T05:42:52.292638Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "105.169.153.183", "correlationId": "aea44c20-8d5f-4353-b25a-37a00eec13e8", "identity": "Jim Gonzalez", "Level": 4, "location": "XR", "properties": {"id": "679873db-6b8b-4ce1-9882-38486a334d00", "createdDateTime": "2022-08-25T05:42:52.488638Z", "userDisplayName": "Jim Gonzalez", "userPrincipalName": "jgonzalez@domain.com", "userId": "95090045-a9c5-489c-adee-2db430a3333a", "appId": "dbe6b779-13df-45f2-a6d7-1323485479f6", "appDisplayName": "Cisco Webex", "ipAddress": "105.169.153.183", "status": {"errorCode": 0}, "clientAppUsed": "Browser", "deviceDetail": {"deviceId": "15135d1f-cb47-4bd8-b76d-90a9171c09bd", "displayName": "JIMGONZALEZ-LT", "operatingSystem": "Windows10", "browser": "Rich Client 4.38.0.0", "trustType": "Azure AD registered"}, "location": {"city": "Kevinton", "state": "Smithton", "countryOrRegion": "XR", "geoCoordinates": {"latitude": -87.5106305, "longitude": -77.991036}}, "correlationId": "33268110-4813-40f2-a0a0-3246451f8081", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "c9f124f4-94c9-4c52-9791-348b6161c205", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "processingTimeInMilliseconds": 196, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Cisco Webex Service", "resourceId": "24578515-1951-4064-967d-0d2acaf0aa70", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 256668, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "uOKyiwCGynSWEossWApRe4I4quUIxwQB0aYBRaEXpbgzvPzt", "incomingTokenType": "none", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "0e68752b-7dfa-400b-a6f5-1b54af90696a"}}, {"time": "2022-08-25T05:52:25.865659Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "SignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "147.132.189.119", "correlationId": "1a4265f6-d7c8-4034-ba20-24d97c43050b", "identity": "Terry Proctor", "Level": 4, "location": "XR", "properties": {"id": "5e4e730b-8d3c-4dbc-a1a3-d712c4555500", "createdDateTime": "2022-08-25T05:52:25.968659Z", "userDisplayName": "Terry Proctor", "userPrincipalName": "tproctor@domain.com", "userId": "03110cc5-e54f-4dae-b68a-bf5d945f8152", "appId": "895b9fb3-4084-4f9f-a314-d082d67e3c5c", "appDisplayName": "Airstack", "ipAddress": "147.132.189.119", "status": {"errorCode": 0, "additionalDetails": "MFA requirement satisfied by claim in the token"}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (X11; Linux i686) AppleWebKit/532.0 (KHTML, like Gecko) Chrome/46.0.883.0 Safari/532.0 Edge/98.10206", "deviceDetail": {"deviceId": "88ee69d5-1eb7-4f29-b594-e9b4e3371940", "displayName": "TERRYPROCTOR-LT", "operatingSystem": "Windows 10", "browser": "Edge 98.10206", "isCompliant": true, "isManaged": true, "trustType": "Azure AD joined"}, "location": {"city": "Port Denisetown", "state": "Smithton", "countryOrRegion": "XR", "geoCoordinates": {"latitude": 3.5518965, "longitude": 131.871582}}, "mfaDetail": {}, "correlationId": "3098fae7-7335-4852-8405-d810410862b8", "conditionalAccessStatus": "notApplied", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "3d77c89a-1b7b-4568-8f04-9aed14a97730", "isInteractive": true, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "processingTimeInMilliseconds": 103, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceId": "c4c8fb66-35f5-48ec-b144-f3265b97332f", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 256668, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "D1sBg8pIWzBYMB4ezdSMENVEYTkMy0wz1mfegsIjxDoOFqVu", "incomingTokenType": "none", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "90a2e5d2-fd7a-4a2e-bc90-3dc50ae8e3ee"}}, {"time": "2022-08-25T05:59:51.623640Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "50158", "resultSignature": "None", "resultDescription": "External security challenge was not satisfied.", "durationMs": 0, "callerIpAddress": "44.22.19.201", "correlationId": "4df88211-4ebc-4a76-9b0c-3b2d31e22159", "identity": "Thomas Price", "Level": 4, "location": "XN", "properties": {"id": "8bc588a3-ee52-4f64-9b78-b883fc306d00", "createdDateTime": "2022-08-25T05:59:51.922640Z", "userDisplayName": "Thomas Price", "userPrincipalName": "tprice@domain.com", "userId": "32109ee2-ee4f-4d11-9c38-2556aec0f2b5", "appId": "9a7e67c7-6f05-42a3-b226-97c7ec3e9696", "appDisplayName": "Adobe Identity Management", "ipAddress": "44.22.19.201", "status": {"errorCode": 50158, "failureReason": "External security challenge was not satisfied."}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (X11; Linux i686) AppleWebKit/535.2 (KHTML, like Gecko) Chrome/22.0.843.0 Safari/535.2 Edge/118.12158", "deviceDetail": {"deviceId": "35819889-abdc-47e0-b28d-5195d26e941f", "displayName": "THOMASPRICE-LT", "operatingSystem": "Windows 10", "browser": "Edge 118.12158", "trustType": "Hybrid Azure AD joined"}, "location": {"city": "Littlemouth", "state": "Alexanderfurt", "countryOrRegion": "XN", "geoCoordinates": {"latitude": 25.4437255, "longitude": -109.530885}}, "correlationId": "494c1d42-137f-4257-aecc-d66accafd41e", "conditionalAccessStatus": "failure", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "7aeaae18-b194-498d-b72e-000d00a95718", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 299, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Adobe Identity Management Service", "resourceId": "30663ca7-f8a9-43ab-8ca1-7906bdbc1485", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 230297, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "NbyrjbkWhxifedNwdSKGHz2Ikisb5md3z0Qp44t6HOlNTNdL", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "a6c259e5-7f16-48b2-a9f3-75becd6daa9b", "rngcStatus": 0}}, {"time": "2022-08-25T06:09:30.965989Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "13.113.40.157", "correlationId": "582b9e01-a83e-4cfa-b5f6-457caee9e483", "identity": "Attack Target", "Level": 4, "location": "XR", "properties": {"id": "0a69ca91-57c8-44f4-948f-1978b7317100", "createdDateTime": "2022-08-25T06:09:31.111989Z", "userDisplayName": "Attack Target", "userPrincipalName": "attacktarget@domain.com", "userId": "d735e84b-dcca-404d-9f7d-700f360f41a6", "appId": "9a7e67c7-6f05-42a3-b226-97c7ec3e9696", "appDisplayName": "Adobe Identity Management", "ipAddress": "13.113.40.157", "ipAddressFromResourceProvider": "13.113.40.157", "status": {"errorCode": 0}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (iPad; CPU iPad OS 9_3_6 like Mac OS X) AppleWebKit/536.1 (KHTML, like Gecko) CriOS/42.0.865.0 Mobile/77O124 Safari/536.1 Edge/99.14477", "deviceDetail": {"deviceId": "a44625dc-6f81-449a-9799-8005f7209b42", "displayName": "ATTACKTARGET-LT", "operatingSystem": "Windows 10", "browser": "Edge 99.14477", "trustType": "Azure AD registered"}, "location": {"city": "New John", "state": "Smithfort", "countryOrRegion": "XR", "geoCoordinates": {"latitude": -89.144242, "longitude": 168.119022}}, "correlationId": "ebc7eb90-112e-46ab-bd59-7aa0364c5b05", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "eb477a3f-6fcb-48f4-b25d-02ec2086e8fc", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 146, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Adobe Identity Management Service", "resourceId": "c8eab36d-0a82-409d-8693-a8dabc997921", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 34974, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "UBca68zAXKAHfZBXztxP5uDoqvpbY6YMhtLrdTdOGl7c4Lzm", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "2248d3ef-d7b8-4eb2-bd20-fb53f725bfe3", "rngcStatus": 0}}, {"time": "2022-08-25T06:25:44.294420Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "13.113.40.157", "correlationId": "6cacb200-86d5-43e7-a272-6639b9740f89", "identity": "Attack Target", "Level": 4, "location": "XR", "properties": {"id": "7ef6a8b9-69c5-4d3b-bfda-03cf76088d00", "createdDateTime": "2022-08-25T06:25:44.546420Z", "userDisplayName": "Attack Target", "userPrincipalName": "attacktarget@domain.com", "userId": "d735e84b-dcca-404d-9f7d-700f360f41a6", "appId": "9c5b7fe3-0ad2-4ea6-94e5-9e0001f367e3", "appDisplayName": "Articulate 360", "ipAddress": "13.113.40.157", "status": {"errorCode": 0}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (iPad; CPU iPad OS 9_3_6 like Mac OS X) AppleWebKit/536.1 (KHTML, like Gecko) CriOS/42.0.865.0 Mobile/77O124 Safari/536.1 Edge/99.14477", "deviceDetail": {"deviceId": "a44625dc-6f81-449a-9799-8005f7209b42", "displayName": "ATTACKTARGET-LT", "operatingSystem": "Windows 10", "browser": "Edge 99.14477", "trustType": "Azure AD registered"}, "location": {"city": "Smithfort", "state": "Smithfort", "countryOrRegion": "XR", "geoCoordinates": {"latitude": 3.7564095, "longitude": -121.574606}}, "correlationId": "41baf224-b36d-4da8-8935-63b9b1174f5e", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "daac24b5-0e02-4756-ae75-10f5a9349eed", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 252, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Articulate 360 Online", "resourceId": "436260d5-3791-4aea-a4da-aa698ec35f2f", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 34974, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "IIOtY9QAjKRo2WKD59lTVS890e3wVy2UhdxHPNDsdin7yDjv", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "94b9f3ba-5f4b-4edc-99dc-a420b76960f9", "rngcStatus": 0}}, {"time": "2022-08-25T06:33:47.253834Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "105.169.153.183", "correlationId": "51781e6c-1ae0-4f72-b563-a4e2cb806535", "identity": "Jim Gonzalez", "Level": 4, "location": "XR", "properties": {"id": "0e90a778-2cf2-4eee-b19f-bc6dc3ff8900", "createdDateTime": "2022-08-25T06:33:47.379834Z", "userDisplayName": "Jim Gonzalez", "userPrincipalName": "jgonzalez@domain.com", "userId": "95090045-a9c5-489c-adee-2db430a3333a", "appId": "9a7e67c7-6f05-42a3-b226-97c7ec3e9696", "appDisplayName": "Adobe Identity Management", "ipAddress": "105.169.153.183", "status": {"errorCode": 0}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (Windows NT 4.0) AppleWebKit/532.1 (KHTML, like Gecko) Chrome/38.0.801.0 Safari/532.1 Edge/19.15284", "deviceDetail": {"deviceId": "15135d1f-cb47-4bd8-b76d-90a9171c09bd", "displayName": "JIMGONZALEZ-LT", "operatingSystem": "Windows 10", "browser": "Edge 19.15284", "trustType": "Azure AD registered"}, "location": {"city": "Santosborough", "state": "Smithton", "countryOrRegion": "XR", "geoCoordinates": {"latitude": 12.8350355, "longitude": 138.359011}}, "correlationId": "39f61842-bff7-4979-a4b6-40856b59bb54", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "c1c87ac9-b5ac-4203-85d7-25c585559bb8", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 126, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Adobe Identity Management Service", "resourceId": "9a84f55e-3a40-492c-9476-e069f64ed7a6", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 256668, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "5sQsnhpOew3jaChdFVxTy1wx8scjCeUaLifdXn0kjX2jqyMu", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "37ee873b-f901-4e25-be69-010243106d0f", "rngcStatus": 0}}, {"time": "2022-08-25T06:41:52.617867Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "SignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "147.132.189.119", "correlationId": "4ca02692-0e06-46b6-98ae-4c602328f1a6", "identity": "Melissa Martin", "Level": 4, "location": "XR", "properties": {"id": "d4236fef-7c73-4402-98e3-fe3c36d96b00", "createdDateTime": "2022-08-25T06:41:52.718867Z", "userDisplayName": "Melissa Martin", "userPrincipalName": "mmartin@domain.com", "userId": "632ccb55-03a7-40f4-9893-653527cae790", "appId": "e47a1d38-5f61-45cd-b1b9-bc92f525c598", "appDisplayName": "Altoura", "ipAddress": "147.132.189.119", "status": {"errorCode": 0}, "clientAppUsed": "Browser", "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 12_4_8 like Mac OS X) AppleWebKit/536.2 (KHTML, like Gecko) CriOS/39.0.845.0 Mobile/81S373 Safari/536.2 Edge/40.11827", "deviceDetail": {"deviceId": "", "operatingSystem": "Windows 10", "browser": "Edge 40.11827"}, "location": {"city": "Port Denisetown", "state": "Smithton", "countryOrRegion": "XR", "geoCoordinates": {"latitude": 3.5518965, "longitude": 131.871582}}, "correlationId": "db8798c2-cca0-4cbd-b134-2cdbd9be4c0f", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "c927d3b7-ea8d-4503-a64d-8b6db66ca8e4", "isInteractive": true, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 101, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Altoura Online", "resourceId": "8a137ba4-52ae-4dbf-94af-2e56851573c4", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 256668, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "YGW7k4TnM0wlMQsjOPs4cYhvvhpb7u48WinQsoGzDnonMtUM", "incomingTokenType": "none", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": null, "rngcStatus": 0}}, {"time": "2022-08-25T06:50:29.714950Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "13.113.40.157", "correlationId": "93724649-3d60-473e-b689-526225c22103", "identity": "Attack Target", "Level": 4, "location": "XR", "properties": {"id": "21d9bc2a-9249-4dd7-ac71-d73d11216c00", "createdDateTime": "2022-08-25T06:50:29.837950Z", "userDisplayName": "Attack Target", "userPrincipalName": "attacktarget@domain.com", "userId": "d735e84b-dcca-404d-9f7d-700f360f41a6", "appId": "9a7e67c7-6f05-42a3-b226-97c7ec3e9696", "appDisplayName": "Adobe Identity Management", "ipAddress": "13.113.40.157", "status": {"errorCode": 0}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (iPad; CPU iPad OS 9_3_6 like Mac OS X) AppleWebKit/536.1 (KHTML, like Gecko) CriOS/42.0.865.0 Mobile/77O124 Safari/536.1 Edge/99.14477", "deviceDetail": {"deviceId": "a44625dc-6f81-449a-9799-8005f7209b42", "displayName": "ATTACKTARGET-LT", "operatingSystem": "Windows 10", "browser": "Edge 99.14477", "trustType": "Azure AD registered"}, "location": {"city": "New John", "state": "Smithfort", "countryOrRegion": "XR", "geoCoordinates": {"latitude": -89.144242, "longitude": 168.119022}}, "correlationId": "74059b42-2833-48fe-ab33-1724bb61964f", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "20e22a28-0e1a-446f-9c6b-057e7c59962a", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 123, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Adobe Identity Management Service", "resourceId": "80abac89-d2c0-4b6c-8ffc-5023bd7efc5e", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 34974, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "IJ2W2X7xLMtXv9k9O1SpqMBaqN1mIi2K2XlWPLfZ7cXPdnfY", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": null, "rngcStatus": 0}}, {"time": "2022-08-25T07:05:09.743106Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "212.169.11.63", "correlationId": "750269a2-cab8-4f34-a335-9f0fc8fca463", "identity": "Kristen Howell", "Level": 4, "location": "XR", "properties": {"id": "be6022e3-cefb-4a55-8ab2-6dd353959800", "createdDateTime": "2022-08-25T07:05:09.834106Z", "userDisplayName": "Kristen Howell", "userPrincipalName": "khowell@domain.com", "userId": "20e1e3f9-665f-45bd-9984-5e74b526d3b5", "appId": "9a7e67c7-6f05-42a3-b226-97c7ec3e9696", "appDisplayName": "Adobe Identity Management", "ipAddress": "212.169.11.63", "status": {"errorCode": 0}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (iPad; CPU iPad OS 9_3_6 like Mac OS X) AppleWebKit/536.1 (KHTML, like Gecko) CriOS/42.0.865.0 Mobile/77O124 Safari/536.1 Edge/99.14477", "deviceDetail": {"deviceId": "caf12d64-01ec-4396-b330-e7eb6349ad45", "displayName": "KRISTENHOWELL-LT", "operatingSystem": "Windows 10", "browser": "Edge 99.14477", "trustType": "Azure AD registered"}, "location": {"city": "North Lisachester", "state": "Smithton", "countryOrRegion": "XR", "geoCoordinates": {"latitude": -69.00844, "longitude": -172.534328}}, "correlationId": "2dd4295f-cefe-4ea3-a597-f595e6fd27db", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "62f4a676-2dbb-4fb7-887c-da7d43821f3e", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 91, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Adobe Identity Management Service", "resourceId": "30663ca7-f8a9-43ab-8ca1-7906bdbc1485", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 144064, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "TybgAmnajdRMKulVtAAxqatZXHTepyXMQIq2o056rOjVeeOZ", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "a6c259e5-7f16-48b2-a9f3-75becd6daa9b", "rngcStatus": 0}}, {"time": "2022-08-25T07:12:57.560555Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "91.132.253.146", "correlationId": "08f778db-48d5-4d66-8f3e-689e482bd0d4", "identity": "Aaron Cole", "Level": 4, "location": "XD", "properties": {"id": "4add604d-9260-4299-90f9-149d85126500", "createdDateTime": "2022-08-25T07:12:57.719555Z", "userDisplayName": "Aaron Cole", "userPrincipalName": "acole@domain.com", "userId": "5d557969-1645-4ba4-be83-b6fd943659f7", "appId": "09882a0a-ccfc-4f24-bedf-653c30932b5b", "appDisplayName": "InviteDesk", "ipAddress": "91.132.253.146", "status": {"errorCode": 0}, "clientAppUsed": "Browser", "deviceDetail": {"deviceId": "", "operatingSystem": "Windows"}, "location": {"city": "Rickshire", "state": "Norrisbury", "countryOrRegion": "XD", "geoCoordinates": {"latitude": -78.5751045, "longitude": 58.329246}}, "correlationId": "f4363e1c-c7de-414a-ab34-2f6b05441b2e", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "41d78fe0-94b7-4c33-a812-e70357f83e13", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 159, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "InviteDesk Online", "resourceId": "de7c00cf-d842-462c-9f1b-4d57860cd398", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 214655, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "Izctz8IpDY7axRxySFFYjGW1hzz7KEKjwkZkOjXquhizoSu1", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": null, "rngcStatus": 0}}, {"time": "2022-08-25T07:24:20.819697Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "50158", "resultSignature": "None", "resultDescription": "External security challenge was not satisfied.", "durationMs": 0, "callerIpAddress": "134.219.180.76", "correlationId": "8779c577-1991-4ea1-9fa8-563b46b8e083", "identity": "Joseph Taylor", "Level": 4, "location": "XF", "properties": {"id": "df70b726-7756-4baa-9a7d-5ac9e0d29000", "createdDateTime": "2022-08-25T07:24:20.921697Z", "userDisplayName": "Joseph Taylor", "userPrincipalName": "jtaylor@domain.com", "userId": "af9847eb-c773-41ae-bf94-42747c5e986c", "appId": "2eae4ad1-8cae-48fe-b718-76bd66e2fc7f", "appDisplayName": "Bipsync", "ipAddress": "134.219.180.76", "status": {"errorCode": 50158, "failureReason": "External security challenge was not satisfied.", "additionalDetails": "MFA requirement satisfied by claim in the token"}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (iPad; CPU iPad OS 9_3_6 like Mac OS X) AppleWebKit/536.1 (KHTML, like Gecko) CriOS/42.0.865.0 Mobile/77O124 Safari/536.1 Edge/99.14477", "deviceDetail": {"deviceId": "76b96bd3-e5d7-49ee-b195-bf363facdb3d", "displayName": "JOSEPHTAYLOR-LT", "operatingSystem": "Windows 10", "browser": "Edge 99.14477", "isCompliant": true, "isManaged": true, "trustType": "Azure AD joined"}, "location": {"city": "Mannville", "state": "Porterside", "countryOrRegion": "XF", "geoCoordinates": {"latitude": -50.9955705, "longitude": 104.613841}}, "mfaDetail": {}, "correlationId": "d192697e-98ac-4cfd-a70b-98f9e91cb903", "conditionalAccessStatus": "failure", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "f7cafc64-4bba-468e-8d63-d828e3a79992", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 102, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Bipsync Service", "resourceId": "9a84f55e-3a40-492c-9476-e069f64ed7a6", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 124400, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "PG84J3JD1F7CvLLh6hw4o1zcUMwGwoO9vFEvFXwgkm8r6WUh", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "37ee873b-f901-4e25-be69-010243106d0f", "rngcStatus": 0}}, {"time": "2022-08-25T07:29:05.059973Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "147.132.189.119", "correlationId": "f8fdcfbb-ac39-4345-8b08-e5aae444e6cd", "identity": "Cassie Fernandez", "Level": 4, "location": "XR", "properties": {"id": "dbc70563-d52e-4283-b326-d17242fe6f00", "createdDateTime": "2022-08-25T07:29:05.197973Z", "userDisplayName": "Cassie Fernandez", "userPrincipalName": "cfernandez@domain.com", "userId": "67ef8be6-3f44-4db7-8172-fd6211428c1e", "appId": "9a7e67c7-6f05-42a3-b226-97c7ec3e9696", "appDisplayName": "Adobe Identity Management", "ipAddress": "147.132.189.119", "status": {"errorCode": 0}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (iPad; CPU iPad OS 9_3_6 like Mac OS X) AppleWebKit/536.1 (KHTML, like Gecko) CriOS/42.0.865.0 Mobile/77O124 Safari/536.1 Edge/99.14477", "deviceDetail": {"deviceId": "bf67c857-685a-4457-89c4-db2afa581bd2", "displayName": "CASSIEFERNANDEZ-LT", "operatingSystem": "Windows 10", "browser": "Edge 99.14477", "trustType": "Hybrid Azure AD joined"}, "location": {"city": "Port Denisetown", "state": "Smithton", "countryOrRegion": "XR", "geoCoordinates": {"latitude": 3.5518965, "longitude": 131.871582}}, "correlationId": "c98b66d5-6bf9-4ede-9c53-c5a0de47c3e2", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "8d59a6b6-0cc4-4096-8547-f1cbf3272fb0", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 138, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Adobe Identity Management Service", "resourceId": "9a84f55e-3a40-492c-9476-e069f64ed7a6", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 256668, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "h2K2XEOLNEvKG68yWUTEbtdV0sFSWEHfvntz5CdlsmkGavp2", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "37ee873b-f901-4e25-be69-010243106d0f", "rngcStatus": 0}}, {"time": "2022-08-25T07:46:05.702549Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "42.62.103.34", "correlationId": "54059780-93e0-473f-a8c7-68f6927dc228", "identity": "Joseph Taylor", "Level": 4, "location": "XF", "properties": {"id": "47feb9b1-20cd-45b9-b445-8c61e1067100", "createdDateTime": "2022-08-25T07:46:05.818549Z", "userDisplayName": "Joseph Taylor", "userPrincipalName": "jtaylor@domain.com", "userId": "af9847eb-c773-41ae-bf94-42747c5e986c", "appId": "87c7e13d-e2cc-4354-be2a-21cc1388764c", "appDisplayName": "Mitel Connect", "ipAddress": "42.62.103.34", "status": {"errorCode": 0, "additionalDetails": "MFA requirement satisfied by claim in the token"}, "clientAppUsed": "Browser", "userAgent": "Mozilla/5.0 (Linux; Android 2.3.5) AppleWebKit/532.2 (KHTML, like Gecko) Chrome/46.0.898.0 Safari/532.2 Edge/105.19198", "deviceDetail": {"deviceId": "76b96bd3-e5d7-49ee-b195-bf363facdb3d", "displayName": "JOSEPHTAYLOR-LT", "operatingSystem": "Windows 10", "browser": "Edge 105.19198", "isCompliant": true, "isManaged": true, "trustType": "Azure AD joined"}, "location": {"city": "Jessicafurt", "state": "Smithbury", "countryOrRegion": "XF", "geoCoordinates": {"latitude": 17.5082395, "longitude": -115.304215}}, "mfaDetail": {}, "correlationId": "113aa56e-9517-4b68-a65a-1b2fe93eff8b", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "a6ad617e-ca22-40f0-8e3a-468ddf5264ad", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 116, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Mitel Connect Service", "resourceId": "f0630e90-b752-4960-bfb9-a0794fc34930", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 393508, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "tp8EMcWN0QvoboRKgQCFG9sIPZO0nEpPh7Dj2gI2lOkTeItP", "incomingTokenType": "none", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "1f37c851-4be4-455b-928a-fbde7845a68a", "rngcStatus": 0}}, {"time": "2022-08-25T07:51:48.130682Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "147.132.189.119", "correlationId": "a5928ba2-5132-4c5a-a829-ce4279ff7863", "identity": "Terry Proctor", "Level": 4, "location": "XR", "properties": {"id": "9766f1aa-839e-413d-b538-b60164b39200", "createdDateTime": "2022-08-25T07:51:48.239682Z", "userDisplayName": "Terry Proctor", "userPrincipalName": "tproctor@domain.com", "userId": "03110cc5-e54f-4dae-b68a-bf5d945f8152", "appId": "9a7e67c7-6f05-42a3-b226-97c7ec3e9696", "appDisplayName": "Adobe Identity Management", "ipAddress": "147.132.189.119", "status": {"errorCode": 0, "additionalDetails": "MFA requirement satisfied by claim in the token"}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (X11; Linux i686) AppleWebKit/533.0 (KHTML, like Gecko) Chrome/24.0.803.0 Safari/533.0 Edge/40.11325", "deviceDetail": {"deviceId": "88ee69d5-1eb7-4f29-b594-e9b4e3371940", "displayName": "TERRYPROCTOR-LT", "operatingSystem": "Windows 10", "browser": "Edge 40.11325", "isCompliant": true, "isManaged": true, "trustType": "Azure AD joined"}, "location": {"city": "Port Denisetown", "state": "Smithton", "countryOrRegion": "XR", "geoCoordinates": {"latitude": 3.5518965, "longitude": 131.871582}}, "mfaDetail": {}, "correlationId": "0d046fb7-05ef-40bd-b1d7-11e08d23c434", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "80450b46-ccc1-4c2f-841e-fba95ba83c2e", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 109, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Adobe Identity Management Service", "resourceId": "80abac89-d2c0-4b6c-8ffc-5023bd7efc5e", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 256668, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "7tHNIITFupIk1lyzfG4s7lOUrodMBPTYCZCw3TBymUzxeJPh", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": null, "rngcStatus": 0}}, {"time": "2022-08-25T08:02:08.124107Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "10.14.188.154", "correlationId": "3731456f-b7de-4e31-9588-a314aeed4c80", "identity": "Alicia Ramirez", "Level": 4, "location": "XR", "properties": {"id": "daba1fa0-45a8-4cfc-8268-990a736d6600", "createdDateTime": "2022-08-25T08:02:08.205107Z", "userDisplayName": "Alicia Ramirez", "userPrincipalName": "aramirez@domain.com", "userId": "50125906-f0ff-4d56-a7d2-397a3c9d477e", "appId": "2eae4ad1-8cae-48fe-b718-76bd66e2fc7f", "appDisplayName": "Bipsync", "ipAddress": "10.14.188.154", "status": {"errorCode": 0}, "clientAppUsed": "Mobile Apps and Desktop clients", "deviceDetail": {"deviceId": "51dc6022-7b43-4a76-a5c8-6f29eb6be5c8", "displayName": "ALICIARAMIREZ-LT", "operatingSystem": "Android", "isCompliant": true, "isManaged": true, "trustType": "Azure AD registered"}, "location": {"city": "Susanside", "state": "Morrisview", "countryOrRegion": "XR", "geoCoordinates": {"latitude": 57.8050005, "longitude": -51.781534}}, "correlationId": "1b9ee23a-2948-41c3-af91-b87b5d493a37", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "2cefc7e9-7c3e-4dca-8a44-4ddfe0f61ffa", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 81, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Bipsync Service", "resourceId": "f0630e90-b752-4960-bfb9-a0794fc34930", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 432564, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "i9B3kwyH3rmLGzWSMnvdVicuDzWEYeauqknxZnHedQEvwtOS", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "1f37c851-4be4-455b-928a-fbde7845a68a", "rngcStatus": 0}}, {"time": "2022-08-25T08:03:56.377714Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "SignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "199.12.127.103", "correlationId": "22a5a2ba-7bbc-49f0-a3d0-3c3b4c1d3ac7", "identity": "Jacob Meyers", "Level": 4, "location": "XG", "properties": {"id": "61a4e203-e55e-4977-9b6d-1848393b7100", "createdDateTime": "2022-08-25T08:03:56.494714Z", "userDisplayName": "Jacob Meyers", "userPrincipalName": "jmeyers@domain.com", "userId": "c63a67b0-1651-4a8a-9560-cc703cdad5ad", "appId": "1b3edb90-1e06-46db-b021-e2fc1f7ddaf5", "appDisplayName": "Beatrust", "ipAddress": "199.12.127.103", "status": {"errorCode": 0}, "clientAppUsed": "Browser", "userAgent": "Mozilla/5.0 (Windows NT 5.1) AppleWebKit/534.1 (KHTML, like Gecko) Chrome/37.0.847.0 Safari/534.1", "deviceDetail": {"deviceId": "", "operatingSystem": "Windows 10", "browser": "Chrome 37.0.847.0"}, "location": {"city": "Port Nathan", "state": "Newmanville", "countryOrRegion": "XG", "geoCoordinates": {"latitude": 23.244641, "longitude": -113.392021}}, "correlationId": "a947c0ba-4156-4b5e-90a9-040c5db88ee6", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "7b20dc68-fbaa-4d98-94ce-59ff64a0e634", "isInteractive": true, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 117, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Beatrust Service", "resourceId": "24578515-1951-4064-967d-0d2acaf0aa70", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 282405, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "ySGBEPGxsfSIqu8vLqwl7EYM2cv33UvueYlADDjPjKOvL8yw", "incomingTokenType": "none", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "0e68752b-7dfa-400b-a6f5-1b54af90696a", "rngcStatus": 0}}, {"time": "2022-08-25T08:33:27.679552Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "13.113.40.157", "correlationId": "b60501da-cfe5-408b-bbb1-b500d5519fcd", "identity": "Attack Target", "Level": 4, "location": "XR", "properties": {"id": "29a68730-c074-44bc-9ec3-76c942b89900", "createdDateTime": "2022-08-25T08:33:27.787552Z", "userDisplayName": "Attack Target", "userPrincipalName": "attacktarget@domain.com", "userId": "d735e84b-dcca-404d-9f7d-700f360f41a6", "appId": "9a7e67c7-6f05-42a3-b226-97c7ec3e9696", "appDisplayName": "Adobe Identity Management", "ipAddress": "13.113.40.157", "status": {"errorCode": 0}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (iPad; CPU iPad OS 9_3_6 like Mac OS X) AppleWebKit/536.1 (KHTML, like Gecko) CriOS/42.0.865.0 Mobile/77O124 Safari/536.1 Edge/99.14477", "deviceDetail": {"deviceId": "a44625dc-6f81-449a-9799-8005f7209b42", "displayName": "ATTACKTARGET-LT", "operatingSystem": "Windows 10", "browser": "Edge 99.14477", "trustType": "Azure AD registered"}, "location": {"city": "Smithfort", "state": "Smithfort", "countryOrRegion": "XR", "geoCoordinates": {"latitude": 3.7564095, "longitude": -121.574606}}, "correlationId": "f7241406-f2c5-4a81-8540-fc60ba5f2929", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "ec98e6df-74bd-4dad-b44c-11ecfb53405d", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 108, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Adobe Identity Management Service", "resourceId": "80abac89-d2c0-4b6c-8ffc-5023bd7efc5e", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 34974, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "0Ae4EFfa3kzZPyAp88pkOksYLtjYQYTVC1i6Grym8iIXLYMP", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": null, "rngcStatus": 0}}, {"time": "2022-08-25T08:46:22.134753Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "192.109.198.118", "correlationId": "9fae86ce-2ec1-47b7-a5ce-90a967727412", "identity": "Joseph Taylor", "Level": 4, "location": "XF", "properties": {"id": "c39e6449-499a-4a56-b4b3-75e2f1407200", "createdDateTime": "2022-08-25T08:46:22.226753Z", "userDisplayName": "Joseph Taylor", "userPrincipalName": "jtaylor@domain.com", "userId": "af9847eb-c773-41ae-bf94-42747c5e986c", "appId": "bf2855c0-7434-4262-8885-ad2f5206d324", "appDisplayName": "COINS Construction Cloud - Project and Productivity Apps", "ipAddress": "192.109.198.118", "status": {"errorCode": 0, "additionalDetails": "MFA requirement satisfied by claim in the token"}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (iPad; CPU iPad OS 9_3_6 like Mac OS X) AppleWebKit/536.1 (KHTML, like Gecko) CriOS/42.0.865.0 Mobile/77O124 Safari/536.1 Edge/99.14477", "deviceDetail": {"deviceId": "76b96bd3-e5d7-49ee-b195-bf363facdb3d", "displayName": "JOSEPHTAYLOR-LT", "operatingSystem": "Windows 10", "browser": "Edge 99.14477", "isCompliant": true, "isManaged": true, "trustType": "Azure AD joined"}, "location": {"city": "Lake Wendyberg", "state": "Smithbury", "countryOrRegion": "XF", "geoCoordinates": {"latitude": -19.553711, "longitude": -136.787477}}, "mfaDetail": {}, "correlationId": "dcfeb866-909d-44dc-83ab-3d23db2e33a3", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "e7a2c58e-a796-4920-b9ed-25a23144a361", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 92, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "COINS Construction Cloud - Project and Productivity Apps Service", "resourceId": "84a36a79-eb71-4ec5-afa6-b76baa3640bf", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 393508, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "F1XEgGpE5fVobqpp6quy3W9N6xFhSBmWGGPLHjOYks4JoXmV", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": null, "rngcStatus": 0}}, {"time": "2022-08-25T08:47:59.065787Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "205.33.24.92", "correlationId": "88df2a77-f80d-4f84-877b-c8387a834add", "identity": "Aaron Cole", "Level": 4, "location": "XD", "properties": {"id": "b09cec58-d319-4fa9-9389-e3f76a5d5300", "createdDateTime": "2022-08-25T08:47:59.148787Z", "userDisplayName": "Aaron Cole", "userPrincipalName": "acole@domain.com", "userId": "5d557969-1645-4ba4-be83-b6fd943659f7", "appId": "36f74ffc-90e8-46e0-b0ed-588b76ed6f47", "appDisplayName": "Inspire", "ipAddress": "205.33.24.92", "status": {"errorCode": 0}, "clientAppUsed": "Browser", "userAgent": "Mozilla/5.0 (X11; Linux i686) AppleWebKit/536.2 (KHTML, like Gecko) Chrome/22.0.877.0 Safari/536.2", "deviceDetail": {"deviceId": "", "operatingSystem": "Windows 10", "browser": "Chrome 22.0.877.0"}, "location": {"city": "Kristinmouth", "state": "Norrisbury", "countryOrRegion": "XD", "geoCoordinates": {"latitude": 26.278784, "longitude": -92.042573}}, "correlationId": "263baa27-9237-4b9b-84b3-c602dca58ecc", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "9b77c58a-0cd4-40c1-a68e-23d109603d3b", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "processingTimeInMilliseconds": 83, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Inspire Online", "resourceId": "8a137ba4-52ae-4dbf-94af-2e56851573c4", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 214655, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "V8Tbh9EtYvD4wg10ob9R4GGBGTENmhmmigHBIrS4ZjQXmr5f", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": null}}, {"time": "2022-08-25T08:58:42.489924Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "156.206.181.119", "correlationId": "d610c843-0d76-4ea6-ab80-838d360f67b6", "identity": "Cynthia Perry", "Level": 4, "location": "XY", "properties": {"id": "a4494e24-3340-475d-bc72-9aa1b0f64700", "createdDateTime": "2022-08-25T08:58:42.599924Z", "userDisplayName": "Cynthia Perry", "userPrincipalName": "cperry@domain.com", "userId": "ac5fa380-9d5b-470e-beb2-5ba10aca48e6", "appId": "9de6e985-97a5-4d82-9c45-aedaa9c25ef9", "appDisplayName": "AWS Single-Account Access", "ipAddress": "156.206.181.119", "status": {"errorCode": 0}, "clientAppUsed": "Browser", "deviceDetail": {"deviceId": "", "operatingSystem": "Windows"}, "location": {"city": "Hannaville", "state": "Thomashaven", "countryOrRegion": "XY", "geoCoordinates": {"latitude": 1.1452695, "longitude": 128.249211}}, "correlationId": "67afecec-2e36-47db-a86a-5d0c58b542ac", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "500e243f-48a2-4a2b-8ea4-da0da6ce4c7b", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "processingTimeInMilliseconds": 110, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "AWS Single-Account Access Service", "resourceId": "f0630e90-b752-4960-bfb9-a0794fc34930", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 279165, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "QeZoFae8I1IMfrV9OUUmxh3Gl9i6TGg4ORV1QKuIc5NGU3K6", "incomingTokenType": "none", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "1f37c851-4be4-455b-928a-fbde7845a68a"}}, {"time": "2022-08-25T09:06:29.348263Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "93.38.143.169", "correlationId": "4855a086-9258-429d-bd38-7a5750273627", "identity": "Thomas Price", "Level": 4, "location": "XQ", "properties": {"id": "9766f1aa-839e-413d-b538-b601a0829600", "createdDateTime": "2022-08-25T09:06:29.511263Z", "userDisplayName": "Thomas Price", "userPrincipalName": "tprice@domain.com", "userId": "32109ee2-ee4f-4d11-9c38-2556aec0f2b5", "appId": "dbe6b779-13df-45f2-a6d7-1323485479f6", "appDisplayName": "Cisco Webex", "ipAddress": "93.38.143.169", "status": {"errorCode": 0}, "clientAppUsed": "Browser", "deviceDetail": {"deviceId": "", "operatingSystem": "Android", "browser": "Rich Client 4.38.0.0"}, "location": {"city": "Herringburgh", "state": "Chanshire", "countryOrRegion": "XQ", "geoCoordinates": {"latitude": 68.567938, "longitude": 116.565225}}, "correlationId": "adbb3c4c-5d3f-4afe-80ef-5c118586ad3d", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "8d1259ac-f716-48b4-b1f3-599458c3280c", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 163, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Cisco Webex Service", "resourceId": "24578515-1951-4064-967d-0d2acaf0aa70", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 497360, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "8jta4zY94n8ZRIL0HdfSvnWPlYSsFB3rPIoO4l9Q7AO8CyQn", "incomingTokenType": "none", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "0e68752b-7dfa-400b-a6f5-1b54af90696a", "rngcStatus": 0}}, {"time": "2022-08-25T09:07:25.807129Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "SignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "42.62.103.34", "correlationId": "4525b818-b732-41d3-9701-d5451bd27990", "identity": "Joseph Taylor", "Level": 4, "location": "XF", "properties": {"id": "a77e0273-7a1d-4974-9159-7376ad755c00", "createdDateTime": "2022-08-25T09:07:25.966129Z", "userDisplayName": "Joseph Taylor", "userPrincipalName": "jtaylor@domain.com", "userId": "af9847eb-c773-41ae-bf94-42747c5e986c", "appId": "3f8b74f7-e00f-4827-abb8-2ec539552497", "appDisplayName": "Kemp LoadMaster Azure AD integration", "ipAddress": "42.62.103.34", "status": {"errorCode": 0}, "clientAppUsed": "Mobile Apps and Desktop clients", "deviceDetail": {"deviceId": "76b96bd3-e5d7-49ee-b195-bf363facdb3d", "displayName": "JOSEPHTAYLOR-LT", "operatingSystem": "Windows", "isCompliant": true, "isManaged": true, "trustType": "Azure AD joined"}, "location": {"city": "Jessicafurt", "state": "Smithbury", "countryOrRegion": "XF", "geoCoordinates": {"latitude": 17.5082395, "longitude": -115.304215}}, "correlationId": "c3234f9c-4906-4f40-a843-7f02ee233093", "conditionalAccessStatus": "notApplied", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "4a120ebf-da31-44a0-8532-39c6d80abd13", "isInteractive": true, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "processingTimeInMilliseconds": 159, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Kemp LoadMaster Azure AD integration Service", "resourceId": "24578515-1951-4064-967d-0d2acaf0aa70", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 393508, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "QjjET795slgtRedbEvvYbwDFXX5f4rR7Za19q6I7lvkQ4lrk", "incomingTokenType": "none", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "0e68752b-7dfa-400b-a6f5-1b54af90696a"}}, {"time": "2022-08-25T09:09:57.986676Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "205.33.24.92", "correlationId": "fa638daf-347c-45ef-81f7-52c90dd1ebdf", "identity": "Aaron Cole", "Level": 4, "location": "XD", "properties": {"id": "599e6756-2da1-4fc0-bb78-22b57fdd5000", "createdDateTime": "2022-08-25T09:09:58.238676Z", "userDisplayName": "Aaron Cole", "userPrincipalName": "acole@domain.com", "userId": "5d557969-1645-4ba4-be83-b6fd943659f7", "appId": "af50c7b0-ad5f-40ec-840e-8d89be454ce4", "appDisplayName": "Citrix ShareFile", "ipAddress": "205.33.24.92", "status": {"errorCode": 0}, "clientAppUsed": "Browser", "deviceDetail": {"deviceId": "", "operatingSystem": "Windows10", "browser": "Rich Client 4.36.1.0"}, "location": {"city": "Kristinmouth", "state": "Norrisbury", "countryOrRegion": "XD", "geoCoordinates": {"latitude": 26.278784, "longitude": -92.042573}}, "correlationId": "9f1ab300-97a8-4f39-880a-234230315c75", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "1a5b88a7-63b6-401d-a9cb-76c68bb4bd69", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "processingTimeInMilliseconds": 252, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Citrix ShareFile", "resourceId": "120f310e-002d-4cf0-803a-8e3f1188c691", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 214655, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "Q6i1K93yP9WHwBgqPI0Jb5LAFQRl1t8NJGZ36p45HAS11pdJ", "incomingTokenType": "none", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "64fdf9a3-2711-4206-8c5a-100403727b93"}}, {"time": "2022-08-25T09:16:18.651123Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "SignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "199.12.127.103", "correlationId": "4c96d731-6d68-4767-9db7-541c00276096", "identity": "Jacob Meyers", "Level": 4, "location": "XG", "properties": {"id": "ffcaca16-51c9-4067-8710-403cbcbc6a00", "createdDateTime": "2022-08-25T09:16:18.746123Z", "userDisplayName": "Jacob Meyers", "userPrincipalName": "jmeyers@domain.com", "userId": "c63a67b0-1651-4a8a-9560-cc703cdad5ad", "appId": "1b3edb90-1e06-46db-b021-e2fc1f7ddaf5", "appDisplayName": "Beatrust", "ipAddress": "199.12.127.103", "status": {"errorCode": 0}, "clientAppUsed": "Browser", "userAgent": "Mozilla/5.0 (Windows NT 5.1) AppleWebKit/534.1 (KHTML, like Gecko) Chrome/37.0.847.0 Safari/534.1", "deviceDetail": {"deviceId": "", "operatingSystem": "Windows 10", "browser": "Chrome 37.0.847.0"}, "location": {"city": "Port Nathan", "state": "Newmanville", "countryOrRegion": "XG", "geoCoordinates": {"latitude": 23.244641, "longitude": -113.392021}}, "correlationId": "6bdb6ed5-1c1a-423b-a725-5c0f15ba3960", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "1b520057-5b24-46e1-9071-894e4b354a1e", "isInteractive": true, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 95, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Beatrust Service", "resourceId": "24578515-1951-4064-967d-0d2acaf0aa70", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 282405, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "7yZCGrUEnhSDqTbxhQmvrLj5QXZ2DYiHiQ64pqk2iPXBwlS4", "incomingTokenType": "none", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "0e68752b-7dfa-400b-a6f5-1b54af90696a", "rngcStatus": 0}}, {"time": "2022-08-25T09:20:35.094834Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "22.42.248.243", "correlationId": "958b71c7-a3fb-4bae-a9ff-bf4f85bb1729", "identity": "Melissa Martin", "Level": 4, "location": "XR", "properties": {"id": "15eb634f-eb85-4980-9f88-59ce78195000", "createdDateTime": "2022-08-25T09:20:35.192834Z", "userDisplayName": "Melissa Martin", "userPrincipalName": "mmartin@domain.com", "userId": "632ccb55-03a7-40f4-9893-653527cae790", "appId": "2eae4ad1-8cae-48fe-b718-76bd66e2fc7f", "appDisplayName": "Bipsync", "ipAddress": "22.42.248.243", "status": {"errorCode": 0}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (iPad; CPU iPad OS 9_3_6 like Mac OS X) AppleWebKit/536.1 (KHTML, like Gecko) CriOS/42.0.865.0 Mobile/77O124 Safari/536.1 Edge/99.14477", "deviceDetail": {"deviceId": "", "operatingSystem": "Windows 10", "browser": "Edge 99.14477"}, "location": {"city": "Port Denisetown", "state": "Smithton", "countryOrRegion": "XR", "geoCoordinates": {"latitude": 40.136047, "longitude": 44.514491}}, "correlationId": "95abbdf5-8611-41c5-a392-966eba1d8a61", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "f98e1656-0baf-4747-8732-4b0abcb72a32", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "processingTimeInMilliseconds": 98, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Bipsync Service", "resourceId": "bca2b487-3a6c-440f-b1b7-a15b02771ad0", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 432564, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "zX7fpbDk9z1xV7mIDoa6AjbcnRhGKIEMPaZYIPs7EZWEcIK4", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "4da47dd4-556d-4ba4-9847-c1850930ab5e"}}, {"time": "2022-08-25T09:25:10.105238Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "1.210.58.10", "correlationId": "7357c61b-0843-485c-b325-1c9b93f7948f", "identity": "Keith Sheppard", "Level": 4, "location": "XD", "properties": {"id": "1c658931-6466-4ef6-9398-740476bb7100", "createdDateTime": "2022-08-25T09:25:10.213238Z", "userDisplayName": "Keith Sheppard", "userPrincipalName": "ksheppard@domain.com", "userId": "05bd48f1-91d2-4c2d-9a7c-80e80f561b3c", "appId": "9c5b7fe3-0ad2-4ea6-94e5-9e0001f367e3", "appDisplayName": "Articulate 360", "ipAddress": "1.210.58.10", "status": {"errorCode": 0}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (Windows NT 4.0) AppleWebKit/531.1 (KHTML, like Gecko) Chrome/20.0.823.0 Safari/531.1 Edge/87.11424", "deviceDetail": {"deviceId": "639815fd-5018-4e38-9d81-67538b2ce460", "displayName": "KEITHSHEPPARD-LT", "operatingSystem": "Windows 10", "browser": "Edge 87.11424", "trustType": "Azure AD registered"}, "location": {"city": "Cooperhaven", "state": "Norrisbury", "countryOrRegion": "XD", "geoCoordinates": {"latitude": 70.436398, "longitude": -23.873747}}, "correlationId": "6d0da7b7-8fae-46c5-a226-df6da81ca9f0", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "bf6798b2-47bc-4562-8e51-120ab77ec0b4", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 108, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Articulate 360 Online", "resourceId": "436260d5-3791-4aea-a4da-aa698ec35f2f", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 69487, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "TmCVoaixpIFyZ2OZJjIAfFJWDMiAMY3UpvZVjuQD5HUD34j9", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "94b9f3ba-5f4b-4edc-99dc-a420b76960f9", "rngcStatus": 0}}, {"time": "2022-08-25T09:26:28.059521Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "42.62.103.34", "correlationId": "67bb93ad-0880-4085-b703-85ffcc77c2fd", "identity": "Joseph Taylor", "Level": 4, "location": "XF", "properties": {"id": "444f54e0-e5b3-4eda-8063-00d224d88700", "createdDateTime": "2022-08-25T09:26:28.206521Z", "userDisplayName": "Joseph Taylor", "userPrincipalName": "jtaylor@domain.com", "userId": "af9847eb-c773-41ae-bf94-42747c5e986c", "appId": "dbe6b779-13df-45f2-a6d7-1323485479f6", "appDisplayName": "Cisco Webex", "ipAddress": "42.62.103.34", "status": {"errorCode": 0, "additionalDetails": "MFA requirement satisfied by claim in the token"}, "clientAppUsed": "Browser", "deviceDetail": {"deviceId": "76b96bd3-e5d7-49ee-b195-bf363facdb3d", "displayName": "JOSEPHTAYLOR-LT", "operatingSystem": "Windows10", "browser": "Rich Client 4.38.0.0", "isCompliant": true, "isManaged": true, "trustType": "Azure AD joined"}, "location": {"city": "Jessicafurt", "state": "Smithbury", "countryOrRegion": "XF", "geoCoordinates": {"latitude": 17.5082395, "longitude": -115.304215}}, "mfaDetail": {}, "correlationId": "3cc4eec9-b439-4523-a871-46cb6a2e18be", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "86fef0e7-a830-467e-9ef0-073b48895156", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 147, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Cisco Webex Service", "resourceId": "9a84f55e-3a40-492c-9476-e069f64ed7a6", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 393508, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "u5PlhxR5jQMits1NopRdrHc3VDJEY2WdoxR06jiWZl6xXnM7", "incomingTokenType": "none", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "37ee873b-f901-4e25-be69-010243106d0f", "rngcStatus": 0}}, {"time": "2022-08-25T10:06:42.399218Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "50158", "resultSignature": "None", "resultDescription": "External security challenge was not satisfied.", "durationMs": 0, "callerIpAddress": "166.105.218.213", "correlationId": "ec9d744f-5167-41be-acb9-9c4c52870b06", "identity": "Thomas Price", "Level": 4, "location": "XR", "properties": {"id": "c09145de-2e38-4616-bd8d-3308662b6000", "createdDateTime": "2022-08-25T10:06:42.530218Z", "userDisplayName": "Thomas Price", "userPrincipalName": "tprice@domain.com", "userId": "32109ee2-ee4f-4d11-9c38-2556aec0f2b5", "appId": "9a7e67c7-6f05-42a3-b226-97c7ec3e9696", "appDisplayName": "Adobe Identity Management", "ipAddress": "166.105.218.213", "status": {"errorCode": 50158, "failureReason": "External security challenge was not satisfied."}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (X11; Linux i686) AppleWebKit/535.2 (KHTML, like Gecko) Chrome/22.0.843.0 Safari/535.2 Edge/118.12158", "deviceDetail": {"deviceId": "81ad31fb-e9be-4498-b1b2-c62f8fae1a77", "displayName": "THOMASPRICE-LT", "operatingSystem": "Windows 10", "browser": "Edge 118.12158", "trustType": "Hybrid Azure AD joined"}, "location": {"city": "Kevinton", "state": "Smithton", "countryOrRegion": "XR", "geoCoordinates": {"latitude": -87.5106305, "longitude": -77.991036}}, "correlationId": "61f26409-be08-4081-aa3d-9cf86496a6c7", "conditionalAccessStatus": "failure", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "fdc4b5f8-c18d-4ad0-b3de-57e21cb0e617", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 131, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Adobe Identity Management Service", "resourceId": "30663ca7-f8a9-43ab-8ca1-7906bdbc1485", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 256668, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "UvSaLUFwpjmJyRgiUrQCVsZIv3cIsxJwxkyYGuD4lblombQm", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "a6c259e5-7f16-48b2-a9f3-75becd6daa9b", "rngcStatus": 0}}, {"time": "2022-08-25T10:25:31.526781Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "13.113.40.157", "correlationId": "f25c921b-4124-4029-8f30-73017c1cdf6c", "identity": "Attack Target", "Level": 4, "location": "XR", "properties": {"id": "f72420a8-76bf-4e9a-bdc6-5a2bc2978d00", "createdDateTime": "2022-08-25T10:25:31.629781Z", "userDisplayName": "Attack Target", "userPrincipalName": "attacktarget@domain.com", "userId": "d735e84b-dcca-404d-9f7d-700f360f41a6", "appId": "9a7e67c7-6f05-42a3-b226-97c7ec3e9696", "appDisplayName": "Adobe Identity Management", "ipAddress": "13.113.40.157", "ipAddressFromResourceProvider": "13.113.40.157", "status": {"errorCode": 0}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (iPad; CPU iPad OS 9_3_6 like Mac OS X) AppleWebKit/536.1 (KHTML, like Gecko) CriOS/42.0.865.0 Mobile/77O124 Safari/536.1 Edge/99.14477", "deviceDetail": {"deviceId": "a44625dc-6f81-449a-9799-8005f7209b42", "displayName": "ATTACKTARGET-LT", "operatingSystem": "Windows 10", "browser": "Edge 99.14477", "trustType": "Azure AD registered"}, "location": {"city": "Smithfort", "state": "Smithfort", "countryOrRegion": "XR", "geoCoordinates": {"latitude": 3.7564095, "longitude": -121.574606}}, "correlationId": "40378520-700e-4246-87f1-459c9c7ac0b4", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "91f3ae40-82a5-4d04-b264-1e3876002a8d", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 103, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Adobe Identity Management Service", "resourceId": "c8eab36d-0a82-409d-8693-a8dabc997921", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 34974, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "IpM7OvuFnidMrAKhgnVinc57ogpNzt0hPH5ILtSRchirh8f0", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "2248d3ef-d7b8-4eb2-bd20-fb53f725bfe3", "rngcStatus": 0}}, {"time": "2022-08-25T10:33:15.442875Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "57.9.228.50", "correlationId": "3ff15ce2-58da-44da-a6eb-df3f646d3f1c", "identity": "Thomas Price", "Level": 4, "location": "XQ", "properties": {"id": "cccd28fb-54dc-41cc-bb11-f602b76d7100", "createdDateTime": "2022-08-25T10:33:15.566875Z", "userDisplayName": "Thomas Price", "userPrincipalName": "tprice@domain.com", "userId": "32109ee2-ee4f-4d11-9c38-2556aec0f2b5", "appId": "413f12c2-a9cb-4ca6-a080-d4308249cbe1", "appDisplayName": "Air", "ipAddress": "57.9.228.50", "status": {"errorCode": 0}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (X11; Linux i686) AppleWebKit/533.0 (KHTML, like Gecko) Chrome/24.0.803.0 Safari/533.0 Edge/40.11325", "deviceDetail": {"deviceId": "0729bd71-1465-4897-bba4-71c5ca15a9bb", "displayName": "THOMASPRICE-LT", "operatingSystem": "Windows 10", "browser": "Edge 40.11325", "isCompliant": true, "isManaged": true, "trustType": "Azure AD registered"}, "location": {"city": "Francoshire", "state": "Chanshire", "countryOrRegion": "XQ", "geoCoordinates": {"latitude": -6.227289, "longitude": -139.229536}}, "correlationId": "64cd707f-b9fd-4c18-ae03-0c09a99d696b", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "2cb8ceb0-fd8c-4e8e-a3d9-756ccf007610", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 124, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Air Online", "resourceId": "9a84f55e-3a40-492c-9476-e069f64ed7a6", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 497360, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "RgurRKzf07sv8RXvDOCqLWfeBSJjbx5tS7bEGgT2TxK0S1au", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "37ee873b-f901-4e25-be69-010243106d0f", "rngcStatus": 0}}, {"time": "2022-08-25T10:36:51.780686Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "156.206.181.119", "correlationId": "675112e7-cd7f-4239-8d7d-a11582560945", "identity": "Cynthia Perry", "Level": 4, "location": "XY", "properties": {"id": "f4fa1a63-e0af-4531-86dc-163aa3706900", "createdDateTime": "2022-08-25T10:36:51.872686Z", "userDisplayName": "Cynthia Perry", "userPrincipalName": "cperry@domain.com", "userId": "ac5fa380-9d5b-470e-beb2-5ba10aca48e6", "appId": "9de6e985-97a5-4d82-9c45-aedaa9c25ef9", "appDisplayName": "AWS Single-Account Access", "ipAddress": "156.206.181.119", "status": {"errorCode": 0}, "clientAppUsed": "Browser", "deviceDetail": {"deviceId": "", "operatingSystem": "Windows"}, "location": {"city": "Hannaville", "state": "Thomashaven", "countryOrRegion": "XY", "geoCoordinates": {"latitude": 1.1452695, "longitude": 128.249211}}, "correlationId": "2b750b6b-da18-4589-a836-31cda7d7f4dd", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "de61fe93-9946-4492-8c39-4b7203bbbb18", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 92, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "AWS Single-Account Access Service", "resourceId": "72f0186d-d327-46c9-a8ff-497e0caa8691", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 279165, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "yK4IzmykeDw9FigXdgDtv8LOhnAgYUWclIEvdbpc6gFo5qZa", "incomingTokenType": "none", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": null, "rngcStatus": 0}}, {"time": "2022-08-25T10:42:56.384196Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "156.206.181.119", "correlationId": "92584b36-642b-4e7f-8ec4-53056c0fc1fb", "identity": "Cynthia Perry", "Level": 4, "location": "XY", "properties": {"id": "a6ae8eb8-8aea-4e1d-a5ac-69266bd68800", "createdDateTime": "2022-08-25T10:42:56.474196Z", "userDisplayName": "Cynthia Perry", "userPrincipalName": "cperry@domain.com", "userId": "ac5fa380-9d5b-470e-beb2-5ba10aca48e6", "appId": "9de6e985-97a5-4d82-9c45-aedaa9c25ef9", "appDisplayName": "AWS Single-Account Access", "ipAddress": "156.206.181.119", "status": {"errorCode": 0}, "clientAppUsed": "Browser", "deviceDetail": {"deviceId": "", "operatingSystem": "Windows"}, "location": {"city": "Hannaville", "state": "Thomashaven", "countryOrRegion": "XY", "geoCoordinates": {"latitude": 1.1452695, "longitude": 128.249211}}, "correlationId": "15b54547-97d5-4797-bfd4-aadac4ccca6c", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "4b3de3db-7e0a-4db9-ba3c-903f25387c52", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 90, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "AWS Single-Account Access Service", "resourceId": "f0630e90-b752-4960-bfb9-a0794fc34930", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 279165, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "3FrMwR3tm6CquYmAXmSbjLw2xDtdPYTymQ7oDq4xHH12LgQT", "incomingTokenType": "none", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "1f37c851-4be4-455b-928a-fbde7845a68a", "rngcStatus": 0}}, {"time": "2022-08-25T10:45:36.320014Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "50158", "resultSignature": "None", "resultDescription": "External security challenge was not satisfied.", "durationMs": 0, "callerIpAddress": "44.22.19.201", "correlationId": "2cebdbb6-b931-4aca-aaf7-8934643b889f", "identity": "Thomas Price", "Level": 4, "location": "XN", "properties": {"id": "3d4a0393-eb98-40ac-b27b-dd9d63df8a00", "createdDateTime": "2022-08-25T10:45:36.437014Z", "userDisplayName": "Thomas Price", "userPrincipalName": "tprice@domain.com", "userId": "32109ee2-ee4f-4d11-9c38-2556aec0f2b5", "appId": "9a7e67c7-6f05-42a3-b226-97c7ec3e9696", "appDisplayName": "Adobe Identity Management", "ipAddress": "44.22.19.201", "status": {"errorCode": 50158, "failureReason": "External security challenge was not satisfied."}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (X11; Linux i686) AppleWebKit/535.2 (KHTML, like Gecko) Chrome/22.0.843.0 Safari/535.2 Edge/118.12158", "deviceDetail": {"deviceId": "35819889-abdc-47e0-b28d-5195d26e941f", "displayName": "THOMASPRICE-LT", "operatingSystem": "Windows 10", "browser": "Edge 118.12158", "trustType": "Hybrid Azure AD joined"}, "location": {"city": "Littlemouth", "state": "Alexanderfurt", "countryOrRegion": "XN", "geoCoordinates": {"latitude": 25.4437255, "longitude": -109.530885}}, "correlationId": "d06c3ddb-9a67-48a6-a2d7-39817092210c", "conditionalAccessStatus": "failure", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "0f68af42-d5b3-46a6-a460-49fb737cd3f5", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 117, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Adobe Identity Management Service", "resourceId": "30663ca7-f8a9-43ab-8ca1-7906bdbc1485", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 230297, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "AtZRzgsAYl7laLLUdLYutcRHEpkyZmPY02vGeYDDHO3KWI5f", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "a6c259e5-7f16-48b2-a9f3-75becd6daa9b", "rngcStatus": 0}}, {"time": "2022-08-25T10:58:33.295734Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "42.62.103.34", "correlationId": "ae607e9b-aae2-4c92-a3f8-f7c389b56a36", "identity": "Joseph Taylor", "Level": 4, "location": "XF", "properties": {"id": "b7d3efa6-fdbc-4020-888c-cd5f29b89000", "createdDateTime": "2022-08-25T10:58:33.608734Z", "userDisplayName": "Joseph Taylor", "userPrincipalName": "jtaylor@domain.com", "userId": "af9847eb-c773-41ae-bf94-42747c5e986c", "appId": "1b3edb90-1e06-46db-b021-e2fc1f7ddaf5", "appDisplayName": "Beatrust", "ipAddress": "42.62.103.34", "status": {"errorCode": 0, "additionalDetails": "MFA requirement satisfied by claim in the token"}, "clientAppUsed": "Browser", "deviceDetail": {"deviceId": "76b96bd3-e5d7-49ee-b195-bf363facdb3d", "displayName": "JOSEPHTAYLOR-LT", "operatingSystem": "Windows 10", "browser": "Rich Client 5.2.7.0", "isCompliant": true, "isManaged": true, "trustType": "Azure AD joined"}, "location": {"city": "Jessicafurt", "state": "Smithbury", "countryOrRegion": "XF", "geoCoordinates": {"latitude": 17.5082395, "longitude": -115.304215}}, "mfaDetail": {}, "correlationId": "7fc472dd-bdbb-43df-a694-c95ccb006ed1", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "4d219871-7471-4772-849a-18df06344c1c", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 313, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Beatrust", "resourceId": "042c3df9-f692-4971-8c0b-72867fa422dd", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 393508, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "Ef7eIjkIcQqU4Lq8KuTcVJC7yFv6dJXecGqFhqEiKBrV7mgh", "incomingTokenType": "none", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "9dab86e5-2edb-4073-bed1-a1b309638aa2", "rngcStatus": 0}}, {"time": "2022-08-25T11:01:08.086530Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "50158", "resultSignature": "None", "resultDescription": "External security challenge was not satisfied.", "durationMs": 0, "callerIpAddress": "44.22.19.201", "correlationId": "f635ca40-0d5e-47fc-8fed-1673db297ca0", "identity": "Thomas Price", "Level": 4, "location": "XN", "properties": {"id": "b2eaf7a7-4585-4df8-ad0b-b869b0e45300", "createdDateTime": "2022-08-25T11:01:08.239530Z", "userDisplayName": "Thomas Price", "userPrincipalName": "tprice@domain.com", "userId": "32109ee2-ee4f-4d11-9c38-2556aec0f2b5", "appId": "9a7e67c7-6f05-42a3-b226-97c7ec3e9696", "appDisplayName": "Adobe Identity Management", "ipAddress": "44.22.19.201", "status": {"errorCode": 50158, "failureReason": "External security challenge was not satisfied."}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (X11; Linux i686) AppleWebKit/535.2 (KHTML, like Gecko) Chrome/22.0.843.0 Safari/535.2 Edge/118.12158", "deviceDetail": {"deviceId": "fb4d911d-6441-411b-868f-d25d5586a326", "displayName": "THOMASPRICE-LT", "operatingSystem": "Windows 10", "browser": "Edge 118.12158", "trustType": "Hybrid Azure AD joined"}, "location": {"city": "Littlemouth", "state": "Alexanderfurt", "countryOrRegion": "XN", "geoCoordinates": {"latitude": 25.4437255, "longitude": -109.530885}}, "correlationId": "f3a5b902-0a6a-49f9-8c39-cec4f6321c12", "conditionalAccessStatus": "failure", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "0b1b2bea-0014-4686-bc68-f09c46291777", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "processingTimeInMilliseconds": 153, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Adobe Identity Management Service", "resourceId": "30663ca7-f8a9-43ab-8ca1-7906bdbc1485", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 230297, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "f1PQfhAP4qUrXZ0keV49KeZI3VY2nL5TIAShcNzszDOVdR41", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "a6c259e5-7f16-48b2-a9f3-75becd6daa9b"}}, {"time": "2022-08-25T11:09:37.918384Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "13.113.40.157", "correlationId": "ae21c50b-db15-4e6f-bede-41bbd27f21ef", "identity": "Attack Target", "Level": 4, "location": "XR", "properties": {"id": "f505147a-5077-45f0-a7a3-a6b4c4386800", "createdDateTime": "2022-08-25T11:09:38.033384Z", "userDisplayName": "Attack Target", "userPrincipalName": "attacktarget@domain.com", "userId": "d735e84b-dcca-404d-9f7d-700f360f41a6", "appId": "9a7e67c7-6f05-42a3-b226-97c7ec3e9696", "appDisplayName": "Adobe Identity Management", "ipAddress": "13.113.40.157", "status": {"errorCode": 0}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (iPad; CPU iPad OS 9_3_6 like Mac OS X) AppleWebKit/536.1 (KHTML, like Gecko) CriOS/42.0.865.0 Mobile/77O124 Safari/536.1 Edge/99.14477", "deviceDetail": {"deviceId": "a44625dc-6f81-449a-9799-8005f7209b42", "displayName": "ATTACKTARGET-LT", "operatingSystem": "Windows 10", "browser": "Edge 99.14477", "trustType": "Azure AD registered"}, "location": {"city": "Smithfort", "state": "Smithfort", "countryOrRegion": "XR", "geoCoordinates": {"latitude": 3.7564095, "longitude": -121.574606}}, "correlationId": "79ac7bcd-aaca-4928-ba1e-8d22e47fda10", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "436ebe18-f338-4e68-bbbb-40aae85b4be1", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 115, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Adobe Identity Management Service", "resourceId": "7d6a0897-8b82-49e9-90e2-d482fb9202bd", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 34974, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "5Q9uzds06ItjdP0tRLwQIDrMrJXpB43gqPSFA2itLmRpVP15", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "537d9419-7e2b-4778-9102-62256bcfcf45", "rngcStatus": 0}}, {"time": "2022-08-25T11:10:48.030968Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "92.110.109.246", "correlationId": "22f51595-8830-4beb-84ee-5137c7629b32", "identity": "David Johnson", "Level": 4, "location": "XR", "properties": {"id": "baab1233-76d0-4f3f-8bc6-ec80095c9800", "createdDateTime": "2022-08-25T11:10:48.169968Z", "userDisplayName": "David Johnson", "userPrincipalName": "djohnson@domain.com", "userId": "ff2ae3d2-8cd2-4bd6-b65d-49c5ad946c7f", "appId": "9a7e67c7-6f05-42a3-b226-97c7ec3e9696", "appDisplayName": "Adobe Identity Management", "ipAddress": "92.110.109.246", "status": {"errorCode": 0}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (Windows NT 4.0) AppleWebKit/531.1 (KHTML, like Gecko) Chrome/20.0.823.0 Safari/531.1 Edge/87.11424", "deviceDetail": {"deviceId": "8fb0ff79-f116-4f20-8ca8-36b3f8d68865", "displayName": "DAVIDJOHNSON-LT", "operatingSystem": "Windows 10", "browser": "Edge 87.11424", "trustType": "Azure AD registered"}, "location": {"city": "Port Denisetown", "state": "Smithton", "countryOrRegion": "XR", "geoCoordinates": {"latitude": 3.5518965, "longitude": 131.871582}}, "correlationId": "10d17747-bba4-4469-bcc4-0ab205434e79", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "90c6a8ff-cdc5-4efd-9eed-507de69b79e9", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 139, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Adobe Identity Management Service", "resourceId": "7d6a0897-8b82-49e9-90e2-d482fb9202bd", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 230297, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "odwe1N7GGqATjgXl4M54T0xczaPwsjUcCWGkSlBSd3F45iUg", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "537d9419-7e2b-4778-9102-62256bcfcf45", "rngcStatus": 0}}, {"time": "2022-08-25T11:42:58.065407Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "13.113.40.157", "correlationId": "3c9c3928-7691-4431-b84a-ae931fc1a805", "identity": "Attack Target", "Level": 4, "location": "XR", "properties": {"id": "f464d811-6cfe-4940-b9f3-f88bed525700", "createdDateTime": "2022-08-25T11:42:58.195407Z", "userDisplayName": "Attack Target", "userPrincipalName": "attacktarget@domain.com", "userId": "d735e84b-dcca-404d-9f7d-700f360f41a6", "appId": "9a7e67c7-6f05-42a3-b226-97c7ec3e9696", "appDisplayName": "Adobe Identity Management", "ipAddress": "13.113.40.157", "status": {"errorCode": 0}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (iPad; CPU iPad OS 9_3_6 like Mac OS X) AppleWebKit/536.1 (KHTML, like Gecko) CriOS/42.0.865.0 Mobile/77O124 Safari/536.1 Edge/99.14477", "deviceDetail": {"deviceId": "a44625dc-6f81-449a-9799-8005f7209b42", "displayName": "ATTACKTARGET-LT", "operatingSystem": "Windows 10", "browser": "Edge 99.14477", "trustType": "Azure AD registered"}, "location": {"city": "New John", "state": "Smithfort", "countryOrRegion": "XR", "geoCoordinates": {"latitude": -89.144242, "longitude": 168.119022}}, "correlationId": "b414c6db-4bb7-4736-8180-fa64c16ebf70", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "782a9349-92c2-41ea-a199-462691cd851e", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "processingTimeInMilliseconds": 130, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Adobe Identity Management Service", "resourceId": "9a84f55e-3a40-492c-9476-e069f64ed7a6", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 34974, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "zngQkDZpi8R4qBGdw7LsHWltq2OiW6DibsCKvLC0TXwsAEjO", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "37ee873b-f901-4e25-be69-010243106d0f"}}, {"time": "2022-08-25T12:21:23.282471Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "92.110.109.246", "correlationId": "3b0741bd-d216-46db-b03c-e09b23e8f474", "identity": "David Johnson", "Level": 4, "location": "XR", "properties": {"id": "70bcc8c7-ed06-41fc-82cc-ef53c9578a00", "createdDateTime": "2022-08-25T12:21:23.471471Z", "userDisplayName": "David Johnson", "userPrincipalName": "djohnson@domain.com", "userId": "ff2ae3d2-8cd2-4bd6-b65d-49c5ad946c7f", "appId": "dbe6b779-13df-45f2-a6d7-1323485479f6", "appDisplayName": "Cisco Webex", "ipAddress": "92.110.109.246", "status": {"errorCode": 0}, "clientAppUsed": "Browser", "deviceDetail": {"deviceId": "717ebe00-a5eb-412e-97b6-7b8ab7cfbc02", "displayName": "DAVIDJOHNSON-LT", "operatingSystem": "Windows10", "browser": "Rich Client 4.38.0.0", "trustType": "Azure AD registered"}, "location": {"city": "Port Denisetown", "state": "Smithton", "countryOrRegion": "XR", "geoCoordinates": {"latitude": 3.5518965, "longitude": 131.871582}}, "correlationId": "9be29c75-934f-49f1-af81-2cb71d8b06b9", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "8d8712b0-b6ab-4a61-844c-d335ee706b37", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 189, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Cisco Webex Service", "resourceId": "9a84f55e-3a40-492c-9476-e069f64ed7a6", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 230297, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "6urT82mk9I91N3pgT2yPWxgd3zKJLc0U1yQNa5cGAm2ApEk4", "incomingTokenType": "none", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "37ee873b-f901-4e25-be69-010243106d0f", "rngcStatus": 0}}, {"time": "2022-08-25T12:34:21.277673Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "13.113.40.157", "correlationId": "6bccda12-dea6-41d9-bfdc-d3b21178fd69", "identity": "Attack Target", "Level": 4, "location": "XR", "properties": {"id": "381dc42c-1581-42c2-8b81-ee5d74406b00", "createdDateTime": "2022-08-25T12:34:21.430673Z", "userDisplayName": "Attack Target", "userPrincipalName": "attacktarget@domain.com", "userId": "d735e84b-dcca-404d-9f7d-700f360f41a6", "appId": "9a7e67c7-6f05-42a3-b226-97c7ec3e9696", "appDisplayName": "Adobe Identity Management", "ipAddress": "13.113.40.157", "status": {"errorCode": 0}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (iPad; CPU iPad OS 9_3_6 like Mac OS X) AppleWebKit/536.1 (KHTML, like Gecko) CriOS/42.0.865.0 Mobile/77O124 Safari/536.1 Edge/99.14477", "deviceDetail": {"deviceId": "a44625dc-6f81-449a-9799-8005f7209b42", "displayName": "ATTACKTARGET-LT", "operatingSystem": "Windows 10", "browser": "Edge 99.14477", "trustType": "Azure AD registered"}, "location": {"city": "New John", "state": "Smithfort", "countryOrRegion": "XR", "geoCoordinates": {"latitude": -89.144242, "longitude": 168.119022}}, "correlationId": "2ee2577f-0a0a-4e70-a93d-d71a762a952a", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "c2316713-d76e-4786-bff7-6afcc9934c02", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 153, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Adobe Identity Management Service", "resourceId": "7d6a0897-8b82-49e9-90e2-d482fb9202bd", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 34974, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "LAWtO6Wzbzwd3MiZvTXNwugkM5oWUV7fkyE3c44Cts0CKHt6", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "537d9419-7e2b-4778-9102-62256bcfcf45", "rngcStatus": 0}}, {"time": "2022-08-25T13:08:35.336153Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "13.113.40.157", "correlationId": "076d269d-1ab0-44da-9498-0d90a1a19971", "identity": "Attack Target", "Level": 4, "location": "XR", "properties": {"id": "4cef6bed-8ce8-4274-9ce5-4a21d2c07600", "createdDateTime": "2022-08-25T13:08:35.629153Z", "userDisplayName": "Attack Target", "userPrincipalName": "attacktarget@domain.com", "userId": "d735e84b-dcca-404d-9f7d-700f360f41a6", "appId": "9c5b7fe3-0ad2-4ea6-94e5-9e0001f367e3", "appDisplayName": "Articulate 360", "ipAddress": "13.113.40.157", "status": {"errorCode": 0}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (iPad; CPU iPad OS 9_3_6 like Mac OS X) AppleWebKit/536.1 (KHTML, like Gecko) CriOS/42.0.865.0 Mobile/77O124 Safari/536.1 Edge/99.14477", "deviceDetail": {"deviceId": "a44625dc-6f81-449a-9799-8005f7209b42", "displayName": "ATTACKTARGET-LT", "operatingSystem": "Windows 10", "browser": "Edge 99.14477", "trustType": "Azure AD registered"}, "location": {"city": "New John", "state": "Smithfort", "countryOrRegion": "XR", "geoCoordinates": {"latitude": -89.144242, "longitude": 168.119022}}, "correlationId": "9910f029-1955-4e2d-be85-7bef9cf03144", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "319e6489-0bfd-4d59-85bb-25d2f0f820d5", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 293, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Articulate 360 Online", "resourceId": "436260d5-3791-4aea-a4da-aa698ec35f2f", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 34974, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "Cpxpu8azxcuPPCIXAu4UyNT2V5zmH5PEfLZ3be5WRo0WbVYw", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "94b9f3ba-5f4b-4edc-99dc-a420b76960f9", "rngcStatus": 0}}, {"time": "2022-08-25T13:18:41.267362Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "86.154.193.190", "correlationId": "7ded88fd-f543-4b0d-b30a-a8f761eec5af", "identity": "Kristen Howell", "Level": 4, "location": "XR", "properties": {"id": "8fcd3dec-5cc1-4573-b657-ef9568ae6e00", "createdDateTime": "2022-08-25T13:18:41.370362Z", "userDisplayName": "Kristen Howell", "userPrincipalName": "khowell@domain.com", "userId": "20e1e3f9-665f-45bd-9984-5e74b526d3b5", "appId": "2eae4ad1-8cae-48fe-b718-76bd66e2fc7f", "appDisplayName": "Bipsync", "ipAddress": "86.154.193.190", "status": {"errorCode": 0}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (X11; Linux i686) AppleWebKit/533.0 (KHTML, like Gecko) Chrome/24.0.803.0 Safari/533.0 Edge/40.11325", "deviceDetail": {"deviceId": "af204333-3bdf-4228-bbeb-e3a654075b5c", "displayName": "KRISTENHOWELL-LT", "operatingSystem": "Windows 10", "browser": "Edge 40.11325", "trustType": "Azure AD registered"}, "location": {"city": "Port Denisetown", "state": "Smithton", "countryOrRegion": "XR", "geoCoordinates": {"latitude": 3.5518965, "longitude": 131.871582}}, "correlationId": "fe0b0e5b-4d4e-41ab-980f-57a1a548749b", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "1af0e2b2-f10a-4a2a-9178-b30ccb555006", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 103, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Bipsync Service", "resourceId": "4b482d0a-88be-43f3-a771-aaf19d9bbf70", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 256668, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "VTZKfKfeaekk9RVyZZjEEMZZNMdURDS3DKVk87sJEfJtaOlm", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "b4d48f3a-639f-4f89-a099-2fdd27423d1f", "rngcStatus": 0}}, {"time": "2022-08-25T13:19:18.637575Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "119.242.101.115", "correlationId": "1ce6b33d-3443-4748-89f1-c0c3d2e6cde9", "identity": "David Johnson", "Level": 4, "location": "XU", "properties": {"id": "9cc7e7ee-3d25-4c52-b364-34d9859d5b00", "createdDateTime": "2022-08-25T13:19:18.962575Z", "userDisplayName": "David Johnson", "userPrincipalName": "djohnson@domain.com", "userId": "ff2ae3d2-8cd2-4bd6-b65d-49c5ad946c7f", "appId": "6d071ecf-d7f8-433f-9bab-a20a3234a486", "appDisplayName": "Microsoft Cloud App Security", "ipAddress": "119.242.101.115", "status": {"errorCode": 0}, "clientAppUsed": "Mobile Apps and Desktop clients", "deviceDetail": {"deviceId": "", "operatingSystem": "Ios"}, "location": {"city": "Lake Briannamouth", "state": "Laurietown", "countryOrRegion": "XU", "geoCoordinates": {"latitude": -28.9335665, "longitude": -11.687931}}, "correlationId": "905322da-2925-485a-95f3-f6571c785706", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "3954156a-8ca6-49e6-ac1f-ac8846df619c", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "processingTimeInMilliseconds": 325, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Microsoft Cloud App Security Online", "resourceId": "9a84f55e-3a40-492c-9476-e069f64ed7a6", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 483707, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "HRaI2dPSE0OXJbbGaFFqxndeZZCFD7kfLalSMsN3i4L0TS92", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "37ee873b-f901-4e25-be69-010243106d0f"}}, {"time": "2022-08-25T13:19:24.629918Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "147.132.189.119", "correlationId": "30480b6f-f4dc-4def-812c-cd7fd2f066d8", "identity": "Terry Proctor", "Level": 4, "location": "XR", "properties": {"id": "5f49701c-c5bf-4acf-bdf6-78ff6a086700", "createdDateTime": "2022-08-25T13:19:24.766918Z", "userDisplayName": "Terry Proctor", "userPrincipalName": "tproctor@domain.com", "userId": "03110cc5-e54f-4dae-b68a-bf5d945f8152", "appId": "9a7e67c7-6f05-42a3-b226-97c7ec3e9696", "appDisplayName": "Adobe Identity Management", "ipAddress": "147.132.189.119", "ipAddressFromResourceProvider": "86.154.193.190", "status": {"errorCode": 0, "additionalDetails": "MFA requirement satisfied by claim in the token"}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (X11; Linux i686) AppleWebKit/533.0 (KHTML, like Gecko) Chrome/24.0.803.0 Safari/533.0 Edge/40.11325", "deviceDetail": {"deviceId": "88ee69d5-1eb7-4f29-b594-e9b4e3371940", "displayName": "TERRYPROCTOR-LT", "operatingSystem": "Windows 10", "browser": "Edge 40.11325", "isCompliant": true, "isManaged": true, "trustType": "Azure AD joined"}, "location": {"city": "Port Denisetown", "state": "Smithton", "countryOrRegion": "XR", "geoCoordinates": {"latitude": 3.5518965, "longitude": 131.871582}}, "mfaDetail": {}, "correlationId": "81cf5f65-ddee-4de1-b944-5fa202d02af3", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "75d32998-88f9-481f-a5c7-89a268793d76", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 137, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Adobe Identity Management Service", "resourceId": "c8eab36d-0a82-409d-8693-a8dabc997921", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 256668, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "PhjpO9XWbEFNNPTuJ4BDGTQHOtUqtOdbg07Z8OML2lwQyZA4", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "2248d3ef-d7b8-4eb2-bd20-fb53f725bfe3", "rngcStatus": 0}}, {"time": "2022-08-25T13:48:02.402810Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "13.113.40.157", "correlationId": "a0965859-fff6-412a-a41c-7cb306b4d14a", "identity": "Attack Target", "Level": 4, "location": "XR", "properties": {"id": "15eb634f-eb85-4980-9f88-59ce8fca5500", "createdDateTime": "2022-08-25T13:48:02.534810Z", "userDisplayName": "Attack Target", "userPrincipalName": "attacktarget@domain.com", "userId": "d735e84b-dcca-404d-9f7d-700f360f41a6", "appId": "9a7e67c7-6f05-42a3-b226-97c7ec3e9696", "appDisplayName": "Adobe Identity Management", "ipAddress": "13.113.40.157", "ipAddressFromResourceProvider": "11.5.130.220", "status": {"errorCode": 0}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (iPad; CPU iPad OS 9_3_6 like Mac OS X) AppleWebKit/536.1 (KHTML, like Gecko) CriOS/42.0.865.0 Mobile/77O124 Safari/536.1 Edge/99.14477", "deviceDetail": {"deviceId": "a44625dc-6f81-449a-9799-8005f7209b42", "displayName": "ATTACKTARGET-LT", "operatingSystem": "Windows 10", "browser": "Edge 99.14477", "trustType": "Azure AD registered"}, "location": {"city": "New John", "state": "Smithfort", "countryOrRegion": "XR", "geoCoordinates": {"latitude": -89.144242, "longitude": 168.119022}}, "correlationId": "682dff0a-78f3-4635-9fd5-fd6badf02aa0", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "9721df32-9d9d-4bb8-aa58-2d76152d0c8c", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "processingTimeInMilliseconds": 132, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Adobe Identity Management Service", "resourceId": "9a84f55e-3a40-492c-9476-e069f64ed7a6", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 34974, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "XrSyoDQRBCSRwNARBW7gBbRywnUUu9HbizPN6aDTgwN7pxpX", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "37ee873b-f901-4e25-be69-010243106d0f"}}, {"time": "2022-08-25T14:12:34.359897Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "13.113.40.157", "correlationId": "9ee782e1-8f73-4517-9b99-3e8d40a34504", "identity": "Attack Target", "Level": 4, "location": "XR", "properties": {"id": "3e4015a7-fc3f-46ab-bde5-2cd81aeb7400", "createdDateTime": "2022-08-25T14:12:34.463897Z", "userDisplayName": "Attack Target", "userPrincipalName": "attacktarget@domain.com", "userId": "d735e84b-dcca-404d-9f7d-700f360f41a6", "appId": "9a7e67c7-6f05-42a3-b226-97c7ec3e9696", "appDisplayName": "Adobe Identity Management", "ipAddress": "13.113.40.157", "status": {"errorCode": 0}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (iPad; CPU iPad OS 9_3_6 like Mac OS X) AppleWebKit/536.1 (KHTML, like Gecko) CriOS/42.0.865.0 Mobile/77O124 Safari/536.1 Edge/99.14477", "deviceDetail": {"deviceId": "a44625dc-6f81-449a-9799-8005f7209b42", "displayName": "ATTACKTARGET-LT", "operatingSystem": "Windows 10", "browser": "Edge 99.14477", "trustType": "Azure AD registered"}, "location": {"city": "Smithfort", "state": "Smithfort", "countryOrRegion": "XR", "geoCoordinates": {"latitude": 3.7564095, "longitude": -121.574606}}, "correlationId": "b40950b0-e285-42cb-be3c-8c10926c25dc", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "cfed70dd-bfc2-48fc-90da-5b90c563db52", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 104, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Adobe Identity Management Service", "resourceId": "7d6a0897-8b82-49e9-90e2-d482fb9202bd", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 34974, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "DA7J1vVQn3mJ1vydC03oclbAMKStUq5DL5hMQfeKEPOpGU8C", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "537d9419-7e2b-4778-9102-62256bcfcf45", "rngcStatus": 0}}, {"time": "2022-08-25T14:39:50.036036Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "53003", "resultSignature": "None", "resultDescription": "Access has been blocked due to conditional access policies.", "durationMs": 0, "callerIpAddress": "63.94.19.180", "correlationId": "ff476945-6aee-4586-9577-ad9688ff52db", "identity": "Vanessa Ramirez", "Level": 4, "location": "XD", "properties": {"id": "babdac63-e1e7-469d-82b8-a092b1de4700", "createdDateTime": "2022-08-25T14:39:51.923036Z", "userDisplayName": "Vanessa Ramirez", "userPrincipalName": "vramirez@domain.com", "userId": "5d72b7ed-62ea-4b94-b931-ccef65d71ebd", "appId": "9a7e67c7-6f05-42a3-b226-97c7ec3e9696", "appDisplayName": "Adobe Identity Management", "ipAddress": "63.94.19.180", "status": {"errorCode": 53003, "failureReason": "Access has been blocked due to conditional access policies."}, "userAgent": "Mozilla/5.0 (X11; Linux i686) AppleWebKit/532.2 (KHTML, like Gecko) Chrome/21.0.853.0 Safari/532.2 Edge/89.19380", "deviceDetail": {"deviceId": "e395a3f4-8f2d-4170-804f-d3e13ce3151b", "displayName": "VANESSARAMIREZ-LT", "operatingSystem": "Windows 10", "browser": "Edge 89.19380", "trustType": "Azure AD registered"}, "location": {"city": "New James", "state": "Norrisbury", "countryOrRegion": "XD", "geoCoordinates": {"latitude": 64.5727225, "longitude": 92.661569}}, "correlationId": "18df679f-64b0-4c0e-b267-70d423f5d753", "conditionalAccessStatus": "notApplied", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "10e328a9-d465-4bed-a8b7-6389d9e10135", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 1887, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Adobe Identity Management Service", "resourceId": "c8eab36d-0a82-409d-8693-a8dabc997921", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 45904, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "l526TqCHz0tIAMtloeE8nV2HcYNGRsifO6UpR8z4j7C4rRT5", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "7dd08479-05c3-4004-ab92-d4ea68209b5f", "rngcStatus": 0}}, {"time": "2022-08-25T14:46:02.130917Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "205.33.24.92", "correlationId": "d59fee61-fbb3-4d7a-a3f1-3d0e25fb664e", "identity": "Aaron Cole", "Level": 4, "location": "XD", "properties": {"id": "7e95ac6a-7c09-4ef2-bc81-937f0b625b00", "createdDateTime": "2022-08-25T14:46:02.222917Z", "userDisplayName": "Aaron Cole", "userPrincipalName": "acole@domain.com", "userId": "5d557969-1645-4ba4-be83-b6fd943659f7", "appId": "e47a1d38-5f61-45cd-b1b9-bc92f525c598", "appDisplayName": "Altoura", "ipAddress": "205.33.24.92", "status": {"errorCode": 0}, "clientAppUsed": "Browser", "userAgent": "Mozilla/5.0 (Linux; Android 2.3.5) AppleWebKit/532.2 (KHTML, like Gecko) Chrome/46.0.898.0 Safari/532.2 Edge/105.19198", "deviceDetail": {"deviceId": "", "operatingSystem": "Windows 10", "browser": "Edge 105.19198"}, "location": {"city": "Kristinmouth", "state": "Norrisbury", "countryOrRegion": "XD", "geoCoordinates": {"latitude": 26.278784, "longitude": -92.042573}}, "correlationId": "43983080-2e56-4d01-8a10-42ce5873a433", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "a302086e-a03e-4214-ad92-7c549ca4ddc8", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "processingTimeInMilliseconds": 92, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Altoura Online", "resourceId": "8a137ba4-52ae-4dbf-94af-2e56851573c4", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 214655, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "AtEwAus6Q3fGJCu7zYLXX3l0O7VlgCjj4l1rMlhDaRniaxEj", "incomingTokenType": "none", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": null}}, {"time": "2022-08-25T14:53:21.238921Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "86.154.193.190", "correlationId": "83b917b5-b173-4272-8126-f1366652e029", "identity": "Jamie Watson", "Level": 4, "location": "XR", "properties": {"id": "a7040866-7462-4670-869d-e4821eb86d00", "createdDateTime": "2022-08-25T14:53:21.317921Z", "userDisplayName": "Jamie Watson", "userPrincipalName": "jwatson@domain.com", "userId": "2844695b-9a70-48ed-a5ce-f3d711e2292b", "appId": "9003b8ba-730c-412d-8972-267700304e01", "appDisplayName": "Box", "ipAddress": "86.154.193.190", "status": {"errorCode": 0}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (X11; Linux i686) AppleWebKit/533.0 (KHTML, like Gecko) Chrome/24.0.803.0 Safari/533.0 Edge/40.11325", "deviceDetail": {"deviceId": "fc784602-6455-4450-be3c-6770e0359f8a", "displayName": "JAMIEWATSON-LT", "operatingSystem": "Windows 10", "browser": "Edge 40.11325", "isCompliant": true, "isManaged": true, "trustType": "Azure AD joined"}, "location": {"city": "Port Denisetown", "state": "Smithton", "countryOrRegion": "XR", "geoCoordinates": {"latitude": 3.5518965, "longitude": 131.871582}}, "correlationId": "1b137079-27cc-46ad-a5a4-685b4bc799ff", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "54c2fac9-7d3e-4219-85f5-4e90b4f4f9e8", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 79, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Box Online", "resourceId": "8a137ba4-52ae-4dbf-94af-2e56851573c4", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 256668, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "Z9UMYrwJxwDVQfzEWHgwdKEX1sQX7fcvg1s70mA8SZMlXiVa", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": null, "rngcStatus": 0}}, {"time": "2022-08-25T15:18:51.497837Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "81.209.4.19", "correlationId": "56b47b63-96df-4c20-aca8-ce3860a5f163", "identity": "Jim Gonzalez", "Level": 4, "location": "XR", "properties": {"id": "7682696f-415e-4a05-906d-36aaa73b7500", "createdDateTime": "2022-08-25T15:18:51.624837Z", "userDisplayName": "Jim Gonzalez", "userPrincipalName": "jgonzalez@domain.com", "userId": "95090045-a9c5-489c-adee-2db430a3333a", "appId": "9a7e67c7-6f05-42a3-b226-97c7ec3e9696", "appDisplayName": "Adobe Identity Management", "ipAddress": "81.209.4.19", "status": {"errorCode": 0}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (Linux; Android 4.4.3) AppleWebKit/533.2 (KHTML, like Gecko) Chrome/28.0.882.0 Safari/533.2 Edge/44.18413", "deviceDetail": {"deviceId": "1a428e94-41e3-4c1d-865a-0d31c9a2540b", "displayName": "JIMGONZALEZ-LT", "operatingSystem": "Windows 10", "browser": "Edge 44.18413", "trustType": "Azure AD registered"}, "location": {"city": "Santosborough", "state": "Smithton", "countryOrRegion": "XR", "geoCoordinates": {"latitude": 50.0774195, "longitude": 64.938754}}, "correlationId": "8ce751cf-97ce-475a-9ce1-15133cb47ce0", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "30e6ce70-649f-4280-bf53-5b3f4beb93ac", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 127, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Adobe Identity Management Service", "resourceId": "30663ca7-f8a9-43ab-8ca1-7906bdbc1485", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 34974, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "ThF0NRbqGAPWPOd5eBvM1C6OiEcDI6Z4wc81P20aYotVVKso", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "a6c259e5-7f16-48b2-a9f3-75becd6daa9b", "rngcStatus": 0}}, {"time": "2022-08-25T15:31:04.551221Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "13.113.40.157", "correlationId": "1a1ac1fa-eb60-4d11-a4d2-3001aea35edc", "identity": "Attack Target", "Level": 4, "location": "XR", "properties": {"id": "c42d1a02-7ec4-48b5-9f37-6b026e426800", "createdDateTime": "2022-08-25T15:31:04.672221Z", "userDisplayName": "Attack Target", "userPrincipalName": "attacktarget@domain.com", "userId": "d735e84b-dcca-404d-9f7d-700f360f41a6", "appId": "9a7e67c7-6f05-42a3-b226-97c7ec3e9696", "appDisplayName": "Adobe Identity Management", "ipAddress": "13.113.40.157", "ipAddressFromResourceProvider": "13.113.40.157", "status": {"errorCode": 0}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (iPad; CPU iPad OS 9_3_6 like Mac OS X) AppleWebKit/536.1 (KHTML, like Gecko) CriOS/42.0.865.0 Mobile/77O124 Safari/536.1 Edge/99.14477", "deviceDetail": {"deviceId": "a44625dc-6f81-449a-9799-8005f7209b42", "displayName": "ATTACKTARGET-LT", "operatingSystem": "Windows 10", "browser": "Edge 99.14477", "trustType": "Azure AD registered"}, "location": {"city": "Smithfort", "state": "Smithfort", "countryOrRegion": "XR", "geoCoordinates": {"latitude": 3.7564095, "longitude": -121.574606}}, "correlationId": "3193f112-4094-4701-b0dc-ac1150e54192", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "92835a93-9ec8-4c4f-b432-f03503875122", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 121, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Adobe Identity Management Service", "resourceId": "c8eab36d-0a82-409d-8693-a8dabc997921", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 34974, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "BSGZiE87pFDwmTMnjPpwI5Ubo1nqNO2lguonInT3eGTy21sE", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "2248d3ef-d7b8-4eb2-bd20-fb53f725bfe3", "rngcStatus": 0}}, {"time": "2022-08-25T15:39:19.653663Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "156.206.181.119", "correlationId": "8a96bbe6-3758-41f5-9e79-a662eb5034ad", "identity": "Cynthia Perry", "Level": 4, "location": "XY", "properties": {"id": "36638119-94db-4a83-8a4c-0142f9384d00", "createdDateTime": "2022-08-25T15:39:19.750663Z", "userDisplayName": "Cynthia Perry", "userPrincipalName": "cperry@domain.com", "userId": "ac5fa380-9d5b-470e-beb2-5ba10aca48e6", "appId": "9de6e985-97a5-4d82-9c45-aedaa9c25ef9", "appDisplayName": "AWS Single-Account Access", "ipAddress": "156.206.181.119", "status": {"errorCode": 0}, "clientAppUsed": "Browser", "deviceDetail": {"deviceId": "", "operatingSystem": "Windows"}, "location": {"city": "Hannaville", "state": "Thomashaven", "countryOrRegion": "XY", "geoCoordinates": {"latitude": 1.1452695, "longitude": 128.249211}}, "correlationId": "89d622e3-d06a-4580-9d2d-bb4d40dcd1c0", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "fe099353-8316-4782-9d87-1b421dd3972e", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "processingTimeInMilliseconds": 97, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "AWS Single-Account Access Service", "resourceId": "9a84f55e-3a40-492c-9476-e069f64ed7a6", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 279165, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "vdghYoRALQI6mcT2BNPPq4rE7E5KGoEAZFw89zRsbXcntBHA", "incomingTokenType": "none", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "37ee873b-f901-4e25-be69-010243106d0f"}}, {"time": "2022-08-25T15:46:26.356579Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "44.22.19.201", "correlationId": "1bafdbd5-97d7-4ffd-bbb2-a5ae21f1cb62", "identity": "David Johnson", "Level": 4, "location": "XN", "properties": {"id": "6f7168cd-e484-40e8-bcf7-7fe97cfd8700", "createdDateTime": "2022-08-25T15:46:26.847579Z", "userDisplayName": "David Johnson", "userPrincipalName": "djohnson@domain.com", "userId": "ff2ae3d2-8cd2-4bd6-b65d-49c5ad946c7f", "appId": "9de6e985-97a5-4d82-9c45-aedaa9c25ef9", "appDisplayName": "AWS Single-Account Access", "ipAddress": "44.22.19.201", "status": {"errorCode": 0}, "clientAppUsed": "Browser", "deviceDetail": {"deviceId": "8fb0ff79-f116-4f20-8ca8-36b3f8d68865", "displayName": "DAVIDJOHNSON-LT", "operatingSystem": "Windows", "trustType": "Azure AD registered"}, "location": {"city": "Littlemouth", "state": "Alexanderfurt", "countryOrRegion": "XN", "geoCoordinates": {"latitude": 25.4437255, "longitude": -109.530885}}, "correlationId": "f6fa0f02-5ac1-4f8f-b7b0-4010370d844e", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "9a982aac-e1f9-450d-a8cf-958c741b37a3", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 491, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "AWS Single-Account Access Service", "resourceId": "c65cf5f9-5537-4200-889e-381c4f60ca7d", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 230297, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "VnSGFSBUUIHmciTmiRnDzlRS6LzCFAsO9ImNVkeQThVQg7a5", "incomingTokenType": "none", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": null, "rngcStatus": 0}}, {"time": "2022-08-25T16:21:37.324917Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "156.206.181.119", "correlationId": "ae8f1fb9-1c50-4e03-b2be-d97be1b69a00", "identity": "Cynthia Perry", "Level": 4, "location": "XY", "properties": {"id": "06aa2776-6961-4f0a-b4c3-b478417d5800", "createdDateTime": "2022-08-25T16:21:37.412917Z", "userDisplayName": "Cynthia Perry", "userPrincipalName": "cperry@domain.com", "userId": "ac5fa380-9d5b-470e-beb2-5ba10aca48e6", "appId": "9de6e985-97a5-4d82-9c45-aedaa9c25ef9", "appDisplayName": "AWS Single-Account Access", "ipAddress": "156.206.181.119", "status": {"errorCode": 0}, "clientAppUsed": "Browser", "deviceDetail": {"deviceId": "", "operatingSystem": "Windows"}, "location": {"city": "Hannaville", "state": "Thomashaven", "countryOrRegion": "XY", "geoCoordinates": {"latitude": 1.1452695, "longitude": 128.249211}}, "correlationId": "2ec10427-7e0e-4e14-b879-ec4a21e8b455", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "3f481f6d-4e04-4045-94ef-f12eb9116659", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "processingTimeInMilliseconds": 88, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "AWS Single-Account Access Service", "resourceId": "9a84f55e-3a40-492c-9476-e069f64ed7a6", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 279165, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "xMnGZarBXAfOO5wzjkga1vkbhPfOzVGPg329wrO0YlPMOzh0", "incomingTokenType": "none", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "37ee873b-f901-4e25-be69-010243106d0f"}}, {"time": "2022-08-25T16:30:58.265545Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "86.154.193.190", "correlationId": "8b16f202-593b-4ff0-8afd-21e88c979a3c", "identity": "Jamie Watson", "Level": 4, "location": "XR", "properties": {"id": "e69329df-c356-440d-a977-9ca744c68900", "createdDateTime": "2022-08-25T16:30:58.350545Z", "userDisplayName": "Jamie Watson", "userPrincipalName": "jwatson@domain.com", "userId": "2844695b-9a70-48ed-a5ce-f3d711e2292b", "appId": "b6eb5487-41e5-4254-acc5-72fbd850bd1e", "appDisplayName": "Google Cloud / G Suite Connector by Microsoft", "ipAddress": "86.154.193.190", "status": {"errorCode": 0}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (X11; Linux i686) AppleWebKit/533.0 (KHTML, like Gecko) Chrome/24.0.803.0 Safari/533.0 Edge/40.11325", "deviceDetail": {"deviceId": "fc784602-6455-4450-be3c-6770e0359f8a", "displayName": "JAMIEWATSON-LT", "operatingSystem": "Windows 10", "browser": "Edge 40.11325", "isCompliant": true, "isManaged": true, "trustType": "Azure AD joined"}, "location": {"city": "Port Denisetown", "state": "Smithton", "countryOrRegion": "XR", "geoCoordinates": {"latitude": 3.5518965, "longitude": 131.871582}}, "correlationId": "835d86f6-14b3-4ba5-9a0e-22dc99b4c38a", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "d36a5570-f855-487d-b79d-781d35ad9518", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 85, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Google Cloud / G Suite Connector by Microsoft Service", "resourceId": "47e06079-6a63-42ab-89ea-840a60f3ea94", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 256668, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "mLIsNmwlVHSgSpuhdVwENSGZugFZ1DfqpzesztQdbBLU741G", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "af115473-a920-4919-a03a-7215ca304189", "rngcStatus": 0}}, {"time": "2022-08-25T17:02:28.468474Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "147.132.189.119", "correlationId": "bd09d14b-dcfe-4f49-b24b-801d8fe5a930", "identity": "Cassie Fernandez", "Level": 4, "location": "XR", "properties": {"id": "8e02be17-b237-45cb-8237-03a14ce86900", "createdDateTime": "2022-08-25T17:02:28.582474Z", "userDisplayName": "Cassie Fernandez", "userPrincipalName": "cfernandez@domain.com", "userId": "67ef8be6-3f44-4db7-8172-fd6211428c1e", "appId": "2eae4ad1-8cae-48fe-b718-76bd66e2fc7f", "appDisplayName": "Bipsync", "ipAddress": "147.132.189.119", "status": {"errorCode": 0}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (iPad; CPU iPad OS 9_3_6 like Mac OS X) AppleWebKit/536.1 (KHTML, like Gecko) CriOS/42.0.865.0 Mobile/77O124 Safari/536.1 Edge/99.14477", "deviceDetail": {"deviceId": "d5a487a1-ef7d-4960-9723-7fdadce19af3", "displayName": "CASSIEFERNANDEZ-LT", "operatingSystem": "Windows 10", "browser": "Edge 99.14477", "trustType": "Azure AD registered"}, "location": {"city": "Port Denisetown", "state": "Smithton", "countryOrRegion": "XR", "geoCoordinates": {"latitude": 3.5518965, "longitude": 131.871582}}, "correlationId": "e48f3fea-32c1-4f71-b2a8-d02d65d40f50", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "fec71853-1448-4b90-a389-cc76a27a9b58", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 114, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Bipsync Service", "resourceId": "aaf780ce-b996-49b9-986d-8bb23f7bce3a", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 256668, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "mMup7uHVp7oc8y5v7BXopFAcs6AVGHmJrzRvhlyAozdikaEn", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "b7da42cc-a168-4148-b15a-792ad32c2ff5", "rngcStatus": 0}}, {"time": "2022-08-25T17:19:08.822247Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "SignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "50158", "resultSignature": "None", "resultDescription": "External security challenge was not satisfied.", "durationMs": 0, "callerIpAddress": "147.132.189.119", "correlationId": "0d5fa693-c758-43b6-aa87-f1c577369cd7", "identity": "Terry Proctor", "Level": 4, "location": "XR", "properties": {"id": "4ef53074-987d-44ae-a8dd-b6e4e93b9000", "createdDateTime": "2022-08-25T17:19:08.966247Z", "userDisplayName": "Terry Proctor", "userPrincipalName": "tproctor@domain.com", "userId": "03110cc5-e54f-4dae-b68a-bf5d945f8152", "appId": "49b3f953-8597-4533-a1f8-4d3b75c61cce", "appDisplayName": "Kintone", "ipAddress": "147.132.189.119", "status": {"errorCode": 50158, "failureReason": "External security challenge was not satisfied.", "additionalDetails": "MFA requirement satisfied by claim in the token"}, "clientAppUsed": "Browser", "userAgent": "Mozilla/5.0 (Linux; Android 6.0.1) AppleWebKit/536.0 (KHTML, like Gecko) Chrome/37.0.845.0 Safari/536.0 Edge/96.18582", "deviceDetail": {"deviceId": "88ee69d5-1eb7-4f29-b594-e9b4e3371940", "displayName": "TERRYPROCTOR-LT", "operatingSystem": "Windows 10", "browser": "Edge 96.18582", "isCompliant": true, "isManaged": true, "trustType": "Azure AD joined"}, "location": {"city": "Port Denisetown", "state": "Smithton", "countryOrRegion": "XR", "geoCoordinates": {"latitude": 3.5518965, "longitude": 131.871582}}, "mfaDetail": {}, "correlationId": "665425e9-3c49-4541-8096-d6047ebfd254", "conditionalAccessStatus": "failure", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "c218f628-f882-474b-8ba4-379d55e8bb1f", "isInteractive": true, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 144, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Kintone Service", "resourceId": "f0630e90-b752-4960-bfb9-a0794fc34930", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 256668, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "NrUeByCWLRINOFM9pbDjsIrFX6jur3WzG7WdQpkfSVtxSLVO", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "1f37c851-4be4-455b-928a-fbde7845a68a", "rngcStatus": 0}}, {"time": "2022-08-25T17:51:21.088271Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "700082", "resultSignature": "None", "resultDescription": "Other", "durationMs": 0, "callerIpAddress": "54.119.29.60", "correlationId": "340cc55d-02ef-40ed-8017-b099efdfe738", "identity": "Thomas Price", "Level": 4, "location": "XR", "properties": {"id": "637c2839-00f2-4bd6-9b14-b8f50aa84e00", "createdDateTime": "2022-08-25T17:51:21.171271Z", "userDisplayName": "Thomas Price", "userPrincipalName": "tprice@domain.com", "userId": "32109ee2-ee4f-4d11-9c38-2556aec0f2b5", "appId": "9a7e67c7-6f05-42a3-b226-97c7ec3e9696", "appDisplayName": "Adobe Identity Management", "ipAddress": "54.119.29.60", "status": {"errorCode": 700082, "failureReason": "Other"}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (X11; Linux i686) AppleWebKit/535.2 (KHTML, like Gecko) Chrome/22.0.843.0 Safari/535.2 Edge/118.12158", "deviceDetail": {"deviceId": "852272bd-2ab1-474f-a99e-4922ea7031d3", "displayName": "THOMASPRICE-LT", "operatingSystem": "Windows 10", "browser": "Edge 118.12158", "trustType": "Hybrid Azure AD joined"}, "location": {"city": "Port Kimberlytown", "state": "Curtisport", "countryOrRegion": "XR", "geoCoordinates": {"latitude": 26.3152295, "longitude": 147.770404}}, "correlationId": "e9cfc03e-ccd3-4654-a73b-58297e604664", "conditionalAccessStatus": "notApplied", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "5d25b07f-4a22-4ba7-8a4c-66793c59855d", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "processingTimeInMilliseconds": 83, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Adobe Identity Management Service", "resourceId": "30663ca7-f8a9-43ab-8ca1-7906bdbc1485", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 359213, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "NrQ2INrC6zx74aBXQH6GeiqbhkDhq8GUvpZ183I0bUN0QSA9", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "a6c259e5-7f16-48b2-a9f3-75becd6daa9b"}}, {"time": "2022-08-25T17:53:38.908168Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "81.209.4.19", "correlationId": "2ade4cdf-d470-4563-bada-e1ad0c665b5d", "identity": "Jim Gonzalez", "Level": 4, "location": "XR", "properties": {"id": "1cd5ccc5-a4e9-487c-82c8-57d90bd66900", "createdDateTime": "2022-08-25T17:53:39.264168Z", "userDisplayName": "Jim Gonzalez", "userPrincipalName": "jgonzalez@domain.com", "userId": "95090045-a9c5-489c-adee-2db430a3333a", "appId": "f4ca0b2a-0753-4c34-a8ff-570b0d43f6b1", "appDisplayName": "Nulab Pass (Backlog,Cacoo,Typetalk)", "ipAddress": "81.209.4.19", "status": {"errorCode": 0}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (Linux; Android 4.4.3) AppleWebKit/533.2 (KHTML, like Gecko) Chrome/28.0.882.0 Safari/533.2 Edge/44.18413", "deviceDetail": {"deviceId": "1a428e94-41e3-4c1d-865a-0d31c9a2540b", "displayName": "JIMGONZALEZ-LT", "operatingSystem": "Windows 10", "browser": "Edge 44.18413", "trustType": "Azure AD registered"}, "location": {"city": "Santosborough", "state": "Smithton", "countryOrRegion": "XR", "geoCoordinates": {"latitude": 50.0774195, "longitude": 64.938754}}, "correlationId": "83447b83-0ff1-433c-9f60-1cd133c5b763", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "7d915ee8-0eb9-4ad0-9cef-6f969c1e2486", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 356, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Nulab Pass (Backlog,Cacoo,Typetalk) Online", "resourceId": "e1fbbca9-a292-407c-af59-ac7a7aca2e51", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 34974, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "pZILHek91lGM0qKSS5dbhb2RHYG7V4G5G0ADjK0UJEsHo0Bx", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": null, "rngcStatus": 0}}, {"time": "2022-08-25T18:08:51.671371Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "13.113.40.157", "correlationId": "54a7bef2-1e7d-4c9c-ab3a-e710ba8090f0", "identity": "Attack Target", "Level": 4, "location": "XR", "properties": {"id": "9a107f00-2749-4783-90dd-b3488bac5b00", "createdDateTime": "2022-08-25T18:08:51.970371Z", "userDisplayName": "Attack Target", "userPrincipalName": "attacktarget@domain.com", "userId": "d735e84b-dcca-404d-9f7d-700f360f41a6", "appId": "9c5b7fe3-0ad2-4ea6-94e5-9e0001f367e3", "appDisplayName": "Articulate 360", "ipAddress": "13.113.40.157", "status": {"errorCode": 0}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (iPad; CPU iPad OS 9_3_6 like Mac OS X) AppleWebKit/536.1 (KHTML, like Gecko) CriOS/42.0.865.0 Mobile/77O124 Safari/536.1 Edge/99.14477", "deviceDetail": {"deviceId": "a44625dc-6f81-449a-9799-8005f7209b42", "displayName": "ATTACKTARGET-LT", "operatingSystem": "Windows 10", "browser": "Edge 99.14477", "trustType": "Azure AD registered"}, "location": {"city": "New John", "state": "Smithfort", "countryOrRegion": "XR", "geoCoordinates": {"latitude": -89.144242, "longitude": 168.119022}}, "correlationId": "53cb031c-c100-4012-bb5b-2540f17250ab", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "afaa8684-0ce7-48bf-9e13-7df7e85ff723", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "processingTimeInMilliseconds": 299, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Articulate 360 Online", "resourceId": "436260d5-3791-4aea-a4da-aa698ec35f2f", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 34974, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "vKvCd0hI8uCdC8xkxd1zSpZCLyhYsYoPsUcgnNqeNPPFhcrP", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "94b9f3ba-5f4b-4edc-99dc-a420b76960f9"}}, {"time": "2022-08-25T18:10:13.602421Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "199.12.127.103", "correlationId": "1351c2b8-825d-42c8-83ca-60d8820cabd4", "identity": "Jacob Meyers", "Level": 4, "location": "XG", "properties": {"id": "c22f0ead-dc82-4de8-8327-ebcc137e6300", "createdDateTime": "2022-08-25T18:10:13.700421Z", "userDisplayName": "Jacob Meyers", "userPrincipalName": "jmeyers@domain.com", "userId": "c63a67b0-1651-4a8a-9560-cc703cdad5ad", "appId": "2eae4ad1-8cae-48fe-b718-76bd66e2fc7f", "appDisplayName": "Bipsync", "ipAddress": "199.12.127.103", "status": {"errorCode": 0}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (iPad; CPU iPad OS 9_3_6 like Mac OS X) AppleWebKit/536.1 (KHTML, like Gecko) CriOS/42.0.865.0 Mobile/77O124 Safari/536.1 Edge/99.14477", "deviceDetail": {"deviceId": "68cb982e-f215-496c-89bb-cc07716ff474", "displayName": "JACOBMEYERS-LT", "operatingSystem": "Windows 10", "browser": "Edge 99.14477", "trustType": "Azure AD registered"}, "location": {"city": "Port Nathan", "state": "Newmanville", "countryOrRegion": "XG", "geoCoordinates": {"latitude": 23.244641, "longitude": -113.392021}}, "correlationId": "6f2bd16f-1c32-453a-92cd-d8296c4a2710", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "8c8b869e-2b08-4a5b-85f7-185a728c8afc", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "processingTimeInMilliseconds": 98, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Bipsync Service", "resourceId": "aaf780ce-b996-49b9-986d-8bb23f7bce3a", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 282405, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "FCwFKI64WuPtAj0C9v9ev3IQd2sQLe0Rrh4DAxBn9afGAa3w", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "b7da42cc-a168-4148-b15a-792ad32c2ff5"}}, {"time": "2022-08-25T18:20:59.984508Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "81.209.4.19", "correlationId": "df751f5d-6a7c-4ae5-a185-d84331320120", "identity": "Jim Gonzalez", "Level": 4, "location": "XR", "properties": {"id": "7d318455-34d8-4ae2-8167-c67c58bf5300", "createdDateTime": "2022-08-25T18:21:00.169508Z", "userDisplayName": "Jim Gonzalez", "userPrincipalName": "jgonzalez@domain.com", "userId": "95090045-a9c5-489c-adee-2db430a3333a", "appId": "2eae4ad1-8cae-48fe-b718-76bd66e2fc7f", "appDisplayName": "Bipsync", "ipAddress": "81.209.4.19", "status": {"errorCode": 0}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (Linux; Android 4.4.3) AppleWebKit/533.2 (KHTML, like Gecko) Chrome/28.0.882.0 Safari/533.2 Edge/44.18413", "deviceDetail": {"deviceId": "1a428e94-41e3-4c1d-865a-0d31c9a2540b", "displayName": "JIMGONZALEZ-LT", "operatingSystem": "Windows 10", "browser": "Edge 44.18413", "trustType": "Azure AD registered"}, "location": {"city": "Santosborough", "state": "Smithton", "countryOrRegion": "XR", "geoCoordinates": {"latitude": 50.0774195, "longitude": 64.938754}}, "correlationId": "fc896e60-8b9b-4225-9939-f09049516d46", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "3d453f20-4d13-4e35-954d-04206db5cb61", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "processingTimeInMilliseconds": 185, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Bipsync Service", "resourceId": "819aa3ed-3b63-4925-8388-0b8d41022941", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 34974, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "XaXWRi4nW1TFRh8boF5M5bmJaNYSaCi0VZuG5OOFj47Aj024", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "7f0c9abd-8b0d-4973-8675-a495454c0c86"}}, {"time": "2022-08-25T18:26:18.606956Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "SignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "205.33.24.92", "correlationId": "9078f933-a4b3-45cc-b030-57480207d2db", "identity": "Aaron Cole", "Level": 4, "location": "XD", "properties": {"id": "6ceba26d-9d11-4bc7-ac31-c1b89aa85b00", "createdDateTime": "2022-08-25T18:26:18.728956Z", "userDisplayName": "Aaron Cole", "userPrincipalName": "acole@domain.com", "userId": "5d557969-1645-4ba4-be83-b6fd943659f7", "appId": "e47a1d38-5f61-45cd-b1b9-bc92f525c598", "appDisplayName": "Altoura", "ipAddress": "205.33.24.92", "status": {"errorCode": 0}, "clientAppUsed": "Browser", "userAgent": "Mozilla/5.0 (X11; Linux i686) AppleWebKit/536.2 (KHTML, like Gecko) Chrome/22.0.877.0 Safari/536.2", "deviceDetail": {"deviceId": "", "operatingSystem": "Windows 10", "browser": "Chrome 22.0.877.0"}, "location": {"city": "Kristinmouth", "state": "Norrisbury", "countryOrRegion": "XD", "geoCoordinates": {"latitude": 26.278784, "longitude": -92.042573}}, "correlationId": "62d4c496-7187-41d7-8657-a19212324483", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "98b702b7-01f5-4fce-99bb-eaba08020340", "isInteractive": true, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "processingTimeInMilliseconds": 122, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Altoura Online", "resourceId": "f0630e90-b752-4960-bfb9-a0794fc34930", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 214655, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "7IYhrpHXAfZ1PTdPJ8seXp9JlxnyZmRTOMWrhCR0KBUbwIDn", "incomingTokenType": "none", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "1f37c851-4be4-455b-928a-fbde7845a68a"}}, {"time": "2022-08-25T18:38:43.529145Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "205.33.24.92", "correlationId": "4d2c9e22-7519-4662-8edd-348f5b70bff2", "identity": "Aaron Cole", "Level": 4, "location": "XD", "properties": {"id": "bda3243b-e692-4956-ba3d-d3406be86e00", "createdDateTime": "2022-08-25T18:38:43.595145Z", "userDisplayName": "Aaron Cole", "userPrincipalName": "acole@domain.com", "userId": "5d557969-1645-4ba4-be83-b6fd943659f7", "appId": "e47a1d38-5f61-45cd-b1b9-bc92f525c598", "appDisplayName": "Altoura", "ipAddress": "205.33.24.92", "status": {"errorCode": 0}, "clientAppUsed": "Browser", "userAgent": "Mozilla/5.0 (X11; Linux i686) AppleWebKit/536.2 (KHTML, like Gecko) Chrome/22.0.877.0 Safari/536.2", "deviceDetail": {"deviceId": "", "operatingSystem": "Windows 10", "browser": "Chrome 22.0.877.0"}, "location": {"city": "Kristinmouth", "state": "Norrisbury", "countryOrRegion": "XD", "geoCoordinates": {"latitude": 26.278784, "longitude": -92.042573}}, "correlationId": "b2b7ded7-5fdf-4ffd-aadd-87fe2578e606", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "31915c06-0e94-452b-9ec1-cf453a8753c8", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 66, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Altoura Online", "resourceId": "8a137ba4-52ae-4dbf-94af-2e56851573c4", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 214655, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "QwfaaZgZ5z4wxGCE94Cs95VyOmGQyjoHGXVAEZdrZ9846KAT", "incomingTokenType": "none", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": null, "rngcStatus": 0}}, {"time": "2022-08-25T18:59:39.358486Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "42.62.103.34", "correlationId": "c7e00aee-f70e-4ca5-a481-87d850f2e8ac", "identity": "Joseph Taylor", "Level": 4, "location": "XF", "properties": {"id": "8fcd3dec-5cc1-4573-b657-ef95ca0d7700", "createdDateTime": "2022-08-25T18:59:39.446486Z", "userDisplayName": "Joseph Taylor", "userPrincipalName": "jtaylor@domain.com", "userId": "af9847eb-c773-41ae-bf94-42747c5e986c", "appId": "9d794ea1-8d77-42e3-9fdd-6fd3620d616a", "appDisplayName": "Alaya", "ipAddress": "42.62.103.34", "status": {"errorCode": 0, "additionalDetails": "MFA requirement satisfied by claim in the token"}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (iPad; CPU iPad OS 9_3_6 like Mac OS X) AppleWebKit/536.1 (KHTML, like Gecko) CriOS/42.0.865.0 Mobile/77O124 Safari/536.1 Edge/99.14477", "deviceDetail": {"deviceId": "76b96bd3-e5d7-49ee-b195-bf363facdb3d", "displayName": "JOSEPHTAYLOR-LT", "operatingSystem": "Windows 10", "browser": "Edge 99.14477", "isCompliant": true, "isManaged": true, "trustType": "Azure AD joined"}, "location": {"city": "Jessicafurt", "state": "Smithbury", "countryOrRegion": "XF", "geoCoordinates": {"latitude": 17.5082395, "longitude": -115.304215}}, "mfaDetail": {}, "correlationId": "daa020c6-0b6b-49d5-a3da-58a947ba45a6", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "d23790b2-fc74-458d-9bde-bcc6f0739781", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 88, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Alaya Service", "resourceId": "c8eab36d-0a82-409d-8693-a8dabc997921", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 393508, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "PHaRtEr1baXov5Qs8wJuUSnuTJq60HtLv7WuX2HwuvK53yrW", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "2248d3ef-d7b8-4eb2-bd20-fb53f725bfe3", "rngcStatus": 0}}, {"time": "2022-08-25T19:21:57.006023Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "91.132.253.146", "correlationId": "59a62bc0-9f15-4bbe-a0ae-fbab4e7ec98b", "identity": "Aaron Cole", "Level": 4, "location": "XD", "properties": {"id": "6b435a21-e617-404c-8304-23bd51ce5900", "createdDateTime": "2022-08-25T19:21:57.082023Z", "userDisplayName": "Aaron Cole", "userPrincipalName": "acole@domain.com", "userId": "5d557969-1645-4ba4-be83-b6fd943659f7", "appId": "b6eb5487-41e5-4254-acc5-72fbd850bd1e", "appDisplayName": "Google Cloud / G Suite Connector by Microsoft", "ipAddress": "91.132.253.146", "status": {"errorCode": 0}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (iPad; CPU iPad OS 9_3_6 like Mac OS X) AppleWebKit/536.1 (KHTML, like Gecko) CriOS/42.0.865.0 Mobile/77O124 Safari/536.1 Edge/99.14477", "deviceDetail": {"deviceId": "", "operatingSystem": "Windows 10", "browser": "Edge 99.14477"}, "location": {"city": "Rickshire", "state": "Norrisbury", "countryOrRegion": "XD", "geoCoordinates": {"latitude": -78.5751045, "longitude": 58.329246}}, "correlationId": "92e3cd46-0c25-494c-8002-1d299699c5fd", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "4b3e0b3b-9181-49ce-8c86-faf8482ed639", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "processingTimeInMilliseconds": 76, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Google Cloud / G Suite Connector by Microsoft Service", "resourceId": "c76d5f74-7ee8-4657-b84f-a50641692265", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 214655, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "DP5rvsRs3vN9J4ZU1u84RNtjHsjskpiy0WB7SpDCvTiNpzeg", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": null}}, {"time": "2022-08-25T19:31:42.970338Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "SignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "199.12.127.103", "correlationId": "5b465f98-5917-4279-aff7-47bd7baacec7", "identity": "Jacob Meyers", "Level": 4, "location": "XG", "properties": {"id": "fef7587f-28d0-4463-aaba-05415f7d4900", "createdDateTime": "2022-08-25T19:31:43.086338Z", "userDisplayName": "Jacob Meyers", "userPrincipalName": "jmeyers@domain.com", "userId": "c63a67b0-1651-4a8a-9560-cc703cdad5ad", "appId": "1b3edb90-1e06-46db-b021-e2fc1f7ddaf5", "appDisplayName": "Beatrust", "ipAddress": "199.12.127.103", "status": {"errorCode": 0}, "clientAppUsed": "Browser", "userAgent": "Mozilla/5.0 (Windows NT 5.1) AppleWebKit/534.1 (KHTML, like Gecko) Chrome/37.0.847.0 Safari/534.1", "deviceDetail": {"deviceId": "", "operatingSystem": "Windows 10", "browser": "Chrome 37.0.847.0"}, "location": {"city": "Port Nathan", "state": "Newmanville", "countryOrRegion": "XG", "geoCoordinates": {"latitude": 23.244641, "longitude": -113.392021}}, "correlationId": "f0361250-484a-4399-b9f1-d99e35d0a128", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "7740063c-bae0-4a80-abbb-122ee49326e5", "isInteractive": true, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "processingTimeInMilliseconds": 116, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Beatrust Service", "resourceId": "24578515-1951-4064-967d-0d2acaf0aa70", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 282405, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "w3yV2ViXiuM4HilqlzCJhnXdcUZs9shIjjt2J0GKOJ690CYo", "incomingTokenType": "none", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "0e68752b-7dfa-400b-a6f5-1b54af90696a"}}, {"time": "2022-08-25T19:34:55.126762Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "205.33.24.92", "correlationId": "feb9174f-3f79-4aae-8839-57ba65e3abcc", "identity": "Aaron Cole", "Level": 4, "location": "XD", "properties": {"id": "738863c8-eea1-43f3-9bef-e7d98dec9100", "createdDateTime": "2022-08-25T19:34:55.185762Z", "userDisplayName": "Aaron Cole", "userPrincipalName": "acole@domain.com", "userId": "5d557969-1645-4ba4-be83-b6fd943659f7", "appId": "cb9ad245-0b24-4c75-ba23-398500baf7a8", "appDisplayName": "FileCloud", "ipAddress": "205.33.24.92", "status": {"errorCode": 0}, "clientAppUsed": "Browser", "deviceDetail": {"deviceId": "", "operatingSystem": "Windows", "browser": "Rich Client 4.35.1.0"}, "location": {"city": "Kristinmouth", "state": "Norrisbury", "countryOrRegion": "XD", "geoCoordinates": {"latitude": 26.278784, "longitude": -92.042573}}, "correlationId": "7e26dd1c-e27f-4144-8fe7-9d7a1bd6bd2a", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "2f4d5f58-d5d7-4afb-b397-3b62cdfdbd93", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 59, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "FileCloud Service", "resourceId": "a1edee32-85c4-4a57-afcb-5853873a47e7", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 214655, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "lPP22ViJomXNzZTko5rzZBNpSJbR1zQDZDyWGgkJ5XRcE2K7", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "0898af19-dfef-4b51-a918-f534c473013d", "rngcStatus": 0}}, {"time": "2022-08-25T19:37:28.162102Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "156.206.181.119", "correlationId": "ef4a80bf-ad34-4523-9d9a-2587af85da3c", "identity": "Cynthia Perry", "Level": 4, "location": "XY", "properties": {"id": "7d318455-34d8-4ae2-8167-c67c237e5200", "createdDateTime": "2022-08-25T19:37:28.305102Z", "userDisplayName": "Cynthia Perry", "userPrincipalName": "cperry@domain.com", "userId": "ac5fa380-9d5b-470e-beb2-5ba10aca48e6", "appId": "9de6e985-97a5-4d82-9c45-aedaa9c25ef9", "appDisplayName": "AWS Single-Account Access", "ipAddress": "156.206.181.119", "status": {"errorCode": 0}, "clientAppUsed": "Browser", "deviceDetail": {"deviceId": "", "operatingSystem": "Windows"}, "location": {"city": "Hannaville", "state": "Thomashaven", "countryOrRegion": "XY", "geoCoordinates": {"latitude": 1.1452695, "longitude": 128.249211}}, "correlationId": "be025813-45b1-489c-a08f-472ecc286436", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "77c92464-8a57-4301-a4e3-9ccb462a4ef0", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "processingTimeInMilliseconds": 143, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "AWS Single-Account Access Service", "resourceId": "72f0186d-d327-46c9-a8ff-497e0caa8691", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 279165, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "WXpImovz7nsJdDXtWeZ20uJyiMbSR85gEXgeHsJZ4scNQHYa", "incomingTokenType": "none", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": null}}, {"time": "2022-08-25T20:02:17.084655Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "SignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "42.62.103.34", "correlationId": "4cd71b63-3ec2-4576-98b3-e8a11f56079c", "identity": "Joseph Taylor", "Level": 4, "location": "XF", "properties": {"id": "d1b61d49-f2e0-43b7-95f4-0aaba5515600", "createdDateTime": "2022-08-25T20:02:17.235655Z", "userDisplayName": "Joseph Taylor", "userPrincipalName": "jtaylor@domain.com", "userId": "af9847eb-c773-41ae-bf94-42747c5e986c", "appId": "e47a1d38-5f61-45cd-b1b9-bc92f525c598", "appDisplayName": "Altoura", "ipAddress": "42.62.103.34", "status": {"errorCode": 0, "additionalDetails": "MFA requirement satisfied by claim in the token"}, "clientAppUsed": "Browser", "userAgent": "Mozilla/5.0 (Linux; Android 2.3.5) AppleWebKit/532.2 (KHTML, like Gecko) Chrome/46.0.898.0 Safari/532.2 Edge/105.19198", "deviceDetail": {"deviceId": "76b96bd3-e5d7-49ee-b195-bf363facdb3d", "displayName": "JOSEPHTAYLOR-LT", "operatingSystem": "Windows 10", "browser": "Edge 105.19198", "isCompliant": true, "isManaged": true, "trustType": "Azure AD joined"}, "location": {"city": "Jessicafurt", "state": "Smithbury", "countryOrRegion": "XF", "geoCoordinates": {"latitude": 17.5082395, "longitude": -115.304215}}, "mfaDetail": {}, "correlationId": "3d5e3495-fb96-49a8-b085-f6d878db5404", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "9c37634b-606b-4878-8711-903ba7a56037", "isInteractive": true, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "processingTimeInMilliseconds": 151, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Altoura Online", "resourceId": "f0630e90-b752-4960-bfb9-a0794fc34930", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 393508, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "M5AW8d7aYxEkMjsch9SHC6RSQP6ZMxawCE0mgtstAIhuki9O", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "1f37c851-4be4-455b-928a-fbde7845a68a"}}, {"time": "2022-08-25T20:10:09.779607Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "156.206.181.119", "correlationId": "39651994-6c34-40e8-8332-9c4ef9e35bb6", "identity": "Cynthia Perry", "Level": 4, "location": "XY", "properties": {"id": "0247f9e7-1fff-44eb-af6f-23a3e2fc6d00", "createdDateTime": "2022-08-25T20:10:09.845607Z", "userDisplayName": "Cynthia Perry", "userPrincipalName": "cperry@domain.com", "userId": "ac5fa380-9d5b-470e-beb2-5ba10aca48e6", "appId": "9de6e985-97a5-4d82-9c45-aedaa9c25ef9", "appDisplayName": "AWS Single-Account Access", "ipAddress": "156.206.181.119", "status": {"errorCode": 0}, "clientAppUsed": "Browser", "deviceDetail": {"deviceId": "", "operatingSystem": "Windows"}, "location": {"city": "Hannaville", "state": "Thomashaven", "countryOrRegion": "XY", "geoCoordinates": {"latitude": 1.1452695, "longitude": 128.249211}}, "correlationId": "c176d612-e933-477e-acaa-b3fab123c550", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "2ad11d6f-70c1-480d-b749-b8a8e96800a1", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 66, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "AWS Single-Account Access Service", "resourceId": "72f0186d-d327-46c9-a8ff-497e0caa8691", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 279165, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "1jsXM9ENf4SWE2kMi76dlfovltLu1Qck6U4I4P1YNkFCfCRb", "incomingTokenType": "none", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": null, "rngcStatus": 0}}, {"time": "2022-08-25T20:15:06.354997Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "156.206.181.119", "correlationId": "90de2437-2869-44a3-a3fb-93f6f6c92020", "identity": "Cynthia Perry", "Level": 4, "location": "XY", "properties": {"id": "61aaa40e-2fb7-4775-bea6-cf49bee59700", "createdDateTime": "2022-08-25T20:15:06.450997Z", "userDisplayName": "Cynthia Perry", "userPrincipalName": "cperry@domain.com", "userId": "ac5fa380-9d5b-470e-beb2-5ba10aca48e6", "appId": "9de6e985-97a5-4d82-9c45-aedaa9c25ef9", "appDisplayName": "AWS Single-Account Access", "ipAddress": "156.206.181.119", "status": {"errorCode": 0}, "clientAppUsed": "Browser", "deviceDetail": {"deviceId": "", "operatingSystem": "Windows"}, "location": {"city": "Hannaville", "state": "Thomashaven", "countryOrRegion": "XY", "geoCoordinates": {"latitude": 1.1452695, "longitude": 128.249211}}, "correlationId": "90072137-8a92-4fac-a7f0-e2994219a871", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "babbfa9b-1380-4e11-bb6e-78eba343162d", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 96, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "AWS Single-Account Access Service", "resourceId": "f0630e90-b752-4960-bfb9-a0794fc34930", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 279165, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "m1g9ag4KThnPN5Sn5FqJcxnrgqMiMkMKzteFtk1gzVVdCGnd", "incomingTokenType": "none", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "1f37c851-4be4-455b-928a-fbde7845a68a", "rngcStatus": 0}}, {"time": "2022-08-25T20:25:24.509864Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "156.206.181.119", "correlationId": "95b5d570-d125-4914-9b80-cee0cccad673", "identity": "Cynthia Perry", "Level": 4, "location": "XY", "properties": {"id": "b7f5af53-c3a8-4597-83ff-57a2e0d86f00", "createdDateTime": "2022-08-25T20:25:24.624864Z", "userDisplayName": "Cynthia Perry", "userPrincipalName": "cperry@domain.com", "userId": "ac5fa380-9d5b-470e-beb2-5ba10aca48e6", "appId": "9de6e985-97a5-4d82-9c45-aedaa9c25ef9", "appDisplayName": "AWS Single-Account Access", "ipAddress": "156.206.181.119", "status": {"errorCode": 0}, "clientAppUsed": "Browser", "deviceDetail": {"deviceId": "", "operatingSystem": "Windows"}, "location": {"city": "Hannaville", "state": "Thomashaven", "countryOrRegion": "XY", "geoCoordinates": {"latitude": 1.1452695, "longitude": 128.249211}}, "correlationId": "90aee53d-163b-479d-b0cd-01b6df107d91", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "dbf51edf-54f0-42b8-9cd8-6d75ae327eae", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 115, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "AWS Single-Account Access Service", "resourceId": "c65cf5f9-5537-4200-889e-381c4f60ca7d", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 279165, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "hDSQRioyfSWa5bRTSS7D3lIbG9Lil8BbtkQmKzq1S9NdhG91", "incomingTokenType": "none", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": null, "rngcStatus": 0}}, {"time": "2022-08-25T20:29:01.701888Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "147.132.189.119", "correlationId": "afae9898-30f9-40db-be70-3fb4b94fefcc", "identity": "Melissa Martin", "Level": 4, "location": "XR", "properties": {"id": "9766f1aa-839e-413d-b538-b601f3409600", "createdDateTime": "2022-08-25T20:29:01.788888Z", "userDisplayName": "Melissa Martin", "userPrincipalName": "mmartin@domain.com", "userId": "632ccb55-03a7-40f4-9893-653527cae790", "appId": "dbe6b779-13df-45f2-a6d7-1323485479f6", "appDisplayName": "Cisco Webex", "ipAddress": "147.132.189.119", "status": {"errorCode": 0}, "clientAppUsed": "Browser", "deviceDetail": {"deviceId": "", "operatingSystem": "Windows10", "browser": "Rich Client 4.38.0.0"}, "location": {"city": "Port Denisetown", "state": "Smithton", "countryOrRegion": "XR", "geoCoordinates": {"latitude": 3.5518965, "longitude": 131.871582}}, "correlationId": "11bdf7fe-c334-496c-8df4-e9c6c845a541", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "5d4e2985-bc86-44a3-adbc-4f46bfdbf0d1", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 87, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Cisco Webex Service", "resourceId": "24578515-1951-4064-967d-0d2acaf0aa70", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 256668, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "DnGrazUPlfnrGqG7xHNpD9gxIspBEvX7bC916eQ7fw54VX9w", "incomingTokenType": "none", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "0e68752b-7dfa-400b-a6f5-1b54af90696a", "rngcStatus": 0}}, {"time": "2022-08-25T20:40:51.342003Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "105.169.153.183", "correlationId": "d7dc384b-9a3e-456e-81db-696351a070d0", "identity": "Jim Gonzalez", "Level": 4, "location": "XR", "properties": {"id": "3fa5718a-e3f0-486e-b768-63624ce19000", "createdDateTime": "2022-08-25T20:40:51.461003Z", "userDisplayName": "Jim Gonzalez", "userPrincipalName": "jgonzalez@domain.com", "userId": "95090045-a9c5-489c-adee-2db430a3333a", "appId": "9a7e67c7-6f05-42a3-b226-97c7ec3e9696", "appDisplayName": "Adobe Identity Management", "ipAddress": "105.169.153.183", "status": {"errorCode": 0}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (Windows NT 4.0) AppleWebKit/532.1 (KHTML, like Gecko) Chrome/38.0.801.0 Safari/532.1 Edge/19.15284", "deviceDetail": {"deviceId": "15135d1f-cb47-4bd8-b76d-90a9171c09bd", "displayName": "JIMGONZALEZ-LT", "operatingSystem": "Windows 10", "browser": "Edge 19.15284", "trustType": "Azure AD registered"}, "location": {"city": "Santosborough", "state": "Smithton", "countryOrRegion": "XR", "geoCoordinates": {"latitude": 12.8350355, "longitude": 138.359011}}, "correlationId": "73261fd2-2406-4d3d-8787-27546831c8ad", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "039c9fa7-bb13-4ccc-8b73-1f7d35e8185d", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 119, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Adobe Identity Management Service", "resourceId": "2c3383ff-432a-49ee-bb8b-8699a7d0416f", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 256668, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "VgX8EECvEQ76ADdTCQR7DXRXbcwGj6ahEnI8KULH5uMftcET", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "35efb8e5-3b35-4a86-b7ce-660b69bfa773", "rngcStatus": 0}}, {"time": "2022-08-25T20:47:33.261601Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "13.113.40.157", "correlationId": "c6de74bf-bcb1-47bf-839c-28e78a621a64", "identity": "Attack Target", "Level": 4, "location": "XR", "properties": {"id": "43317af1-d34c-4247-ac49-5a5e7fbc6e00", "createdDateTime": "2022-08-25T20:47:33.564601Z", "userDisplayName": "Attack Target", "userPrincipalName": "attacktarget@domain.com", "userId": "d735e84b-dcca-404d-9f7d-700f360f41a6", "appId": "9c5b7fe3-0ad2-4ea6-94e5-9e0001f367e3", "appDisplayName": "Articulate 360", "ipAddress": "13.113.40.157", "status": {"errorCode": 0}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (iPad; CPU iPad OS 9_3_6 like Mac OS X) AppleWebKit/536.1 (KHTML, like Gecko) CriOS/42.0.865.0 Mobile/77O124 Safari/536.1 Edge/99.14477", "deviceDetail": {"deviceId": "a44625dc-6f81-449a-9799-8005f7209b42", "displayName": "ATTACKTARGET-LT", "operatingSystem": "Windows 10", "browser": "Edge 99.14477", "trustType": "Azure AD registered"}, "location": {"city": "Smithfort", "state": "Smithfort", "countryOrRegion": "XR", "geoCoordinates": {"latitude": 3.7564095, "longitude": -121.574606}}, "correlationId": "5042a5fa-6777-4ba6-b477-0e5bb092d2e7", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "81a2f5fd-c511-4230-a361-5a31fc6b7cea", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 303, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Articulate 360 Online", "resourceId": "436260d5-3791-4aea-a4da-aa698ec35f2f", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 34974, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "KVIIGk8zOT38yPMHiuQIidTlVNcnd0tJOZfhl3q2LUqPVZbK", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "94b9f3ba-5f4b-4edc-99dc-a420b76960f9", "rngcStatus": 0}}, {"time": "2022-08-25T20:47:35.860366Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "91.132.253.146", "correlationId": "9e976425-e199-452d-abef-4bf9fff70d63", "identity": "Aaron Cole", "Level": 4, "location": "XD", "properties": {"id": "af9e7e21-6c19-4624-b1df-527860965d00", "createdDateTime": "2022-08-25T20:47:35.965366Z", "userDisplayName": "Aaron Cole", "userPrincipalName": "acole@domain.com", "userId": "5d557969-1645-4ba4-be83-b6fd943659f7", "appId": "09882a0a-ccfc-4f24-bedf-653c30932b5b", "appDisplayName": "InviteDesk", "ipAddress": "91.132.253.146", "status": {"errorCode": 0}, "clientAppUsed": "Browser", "deviceDetail": {"deviceId": "", "operatingSystem": "Windows"}, "location": {"city": "Rickshire", "state": "Norrisbury", "countryOrRegion": "XD", "geoCoordinates": {"latitude": -78.5751045, "longitude": 58.329246}}, "correlationId": "c6508174-4455-405b-8b31-4d594fe375d4", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "e6269ca2-d9dd-4818-9c3e-275c9c9c625b", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 105, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "InviteDesk Online", "resourceId": "da6acc93-6c47-4edd-ae74-41f1a1630ae1", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 214655, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "P7aMqurL306NZo6NrbaBPv4HFyW2JZfi63dfTIm1QJ0VwG59", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "27252387-61d8-4091-a44c-b0e886a5e167", "rngcStatus": 0}}, {"time": "2022-08-25T20:47:40.022691Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "50158", "resultSignature": "None", "resultDescription": "External security challenge was not satisfied.", "durationMs": 0, "callerIpAddress": "105.169.153.183", "correlationId": "58c08ec2-60e1-4eb0-9af4-b3ba12d9144c", "identity": "Thomas Price", "Level": 4, "location": "XR", "properties": {"id": "b948d0b4-8797-4aef-88d1-7015dbfd5500", "createdDateTime": "2022-08-25T20:47:40.176691Z", "userDisplayName": "Thomas Price", "userPrincipalName": "tprice@domain.com", "userId": "32109ee2-ee4f-4d11-9c38-2556aec0f2b5", "appId": "79510a8f-6421-4348-a2ea-bcc2b02485c1", "appDisplayName": "Cisco AnyConnect", "ipAddress": "105.169.153.183", "status": {"errorCode": 50158, "failureReason": "External security challenge was not satisfied."}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (X11; Linux i686) AppleWebKit/535.2 (KHTML, like Gecko) Chrome/22.0.843.0 Safari/535.2 Edge/118.12158", "deviceDetail": {"deviceId": "2b85c59f-331a-4b61-9a44-9d3d6df62a06", "displayName": "THOMASPRICE-LT", "operatingSystem": "Windows 10", "browser": "Edge 118.12158", "trustType": "Hybrid Azure AD joined"}, "location": {"city": "Kevinton", "state": "Smithton", "countryOrRegion": "XR", "geoCoordinates": {"latitude": -87.5106305, "longitude": -77.991036}}, "correlationId": "ddb628f0-33dc-48ac-ab29-25b46e3add8c", "conditionalAccessStatus": "failure", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "f54a3b9a-78b3-4c58-b3aa-71c52bc8ee25", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "processingTimeInMilliseconds": 154, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Cisco AnyConnect Online", "resourceId": "5d5b8d28-6a28-472e-b837-a4094e466965", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 256668, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "y7ELugtmbIoIejkzf7EtcdrqP0ptfVMnW1kw2jrYkTjgFWW6", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "15655e1f-5005-4c53-b3c0-c4a1d1ca5e9e"}}, {"time": "2022-08-25T21:16:57.141310Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "156.206.181.119", "correlationId": "208ee189-9662-4764-a8dc-b2d943710a54", "identity": "Cynthia Perry", "Level": 4, "location": "XY", "properties": {"id": "f181ae5f-d802-41ad-8b90-384a49f04d00", "createdDateTime": "2022-08-25T21:16:57.247310Z", "userDisplayName": "Cynthia Perry", "userPrincipalName": "cperry@domain.com", "userId": "ac5fa380-9d5b-470e-beb2-5ba10aca48e6", "appId": "9de6e985-97a5-4d82-9c45-aedaa9c25ef9", "appDisplayName": "AWS Single-Account Access", "ipAddress": "156.206.181.119", "status": {"errorCode": 0}, "clientAppUsed": "Browser", "deviceDetail": {"deviceId": "", "operatingSystem": "Windows"}, "location": {"city": "Hannaville", "state": "Thomashaven", "countryOrRegion": "XY", "geoCoordinates": {"latitude": 1.1452695, "longitude": 128.249211}}, "correlationId": "cd229ea0-c6ae-4873-8cd4-051325d220df", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "7395c4f0-9a16-4ebd-8772-e20648b630bb", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "processingTimeInMilliseconds": 106, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "AWS Single-Account Access Service", "resourceId": "72f0186d-d327-46c9-a8ff-497e0caa8691", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 279165, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "5g2vizxwBcrgQIJFyHiG66ojclmXV2sOui5sGvxVHwbJqfgL", "incomingTokenType": "none", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": null}}, {"time": "2022-08-25T21:37:41.708941Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "50158", "resultSignature": "None", "resultDescription": "External security challenge was not satisfied.", "durationMs": 0, "callerIpAddress": "92.110.109.246", "correlationId": "2022933c-7f24-43f1-b0c4-131eb3fc5270", "identity": "Thomas Price", "Level": 4, "location": "XR", "properties": {"id": "05126ca7-c65f-4544-8acb-9d50dbf34700", "createdDateTime": "2022-08-25T21:37:41.843941Z", "userDisplayName": "Thomas Price", "userPrincipalName": "tprice@domain.com", "userId": "32109ee2-ee4f-4d11-9c38-2556aec0f2b5", "appId": "79510a8f-6421-4348-a2ea-bcc2b02485c1", "appDisplayName": "Cisco AnyConnect", "ipAddress": "92.110.109.246", "status": {"errorCode": 50158, "failureReason": "External security challenge was not satisfied."}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (X11; Linux i686) AppleWebKit/535.2 (KHTML, like Gecko) Chrome/22.0.843.0 Safari/535.2 Edge/118.12158", "deviceDetail": {"deviceId": "0927e60c-8dfa-4ecf-be85-ad63bccf40a1", "displayName": "THOMASPRICE-LT", "operatingSystem": "Windows 10", "browser": "Edge 118.12158", "trustType": "Hybrid Azure AD joined"}, "location": {"city": "Port Denisetown", "state": "Smithton", "countryOrRegion": "XR", "geoCoordinates": {"latitude": 3.5518965, "longitude": 131.871582}}, "correlationId": "a9304264-d408-44d1-acec-e3465b9b6fda", "conditionalAccessStatus": "failure", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "50cdeb48-48df-4c70-b990-28c364ed6aec", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 135, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Cisco AnyConnect Online", "resourceId": "5d5b8d28-6a28-472e-b837-a4094e466965", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 230297, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "V0fdciRo3UTKooU4Pr7GSTVixPCZvtOABp9nXv0ksWE1J4kA", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "15655e1f-5005-4c53-b3c0-c4a1d1ca5e9e", "rngcStatus": 0}}, {"time": "2022-08-25T21:50:14.593154Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "SignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "86.154.193.190", "correlationId": "f1e0576c-09cc-4592-9fd0-07776612a5f7", "identity": "Melissa Martin", "Level": 4, "location": "XR", "properties": {"id": "7f4e5d8d-0e8f-4a05-8bd4-95dc8d375100", "createdDateTime": "2022-08-25T21:50:14.723154Z", "userDisplayName": "Melissa Martin", "userPrincipalName": "mmartin@domain.com", "userId": "632ccb55-03a7-40f4-9893-653527cae790", "appId": "e47a1d38-5f61-45cd-b1b9-bc92f525c598", "appDisplayName": "Altoura", "ipAddress": "86.154.193.190", "status": {"errorCode": 0}, "clientAppUsed": "Browser", "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 12_4_8 like Mac OS X) AppleWebKit/536.2 (KHTML, like Gecko) CriOS/39.0.845.0 Mobile/81S373 Safari/536.2 Edge/40.11827", "deviceDetail": {"deviceId": "", "operatingSystem": "Windows 10", "browser": "Edge 40.11827"}, "location": {"city": "Port Denisetown", "state": "Smithton", "countryOrRegion": "XR", "geoCoordinates": {"latitude": 3.5518965, "longitude": 131.871582}}, "correlationId": "031d8758-cfe3-4af4-93ac-26b097a6a0b3", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "86f3445d-cfce-4381-bce6-49df4aee40dc", "isInteractive": true, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "processingTimeInMilliseconds": 130, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Altoura Online", "resourceId": "f0630e90-b752-4960-bfb9-a0794fc34930", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 256668, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "il9r8EmuQOqEQ5XYk0kzzfkkfIAnQZ64Mx9NVDAAQlnOItmB", "incomingTokenType": "none", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "1f37c851-4be4-455b-928a-fbde7845a68a"}}, {"time": "2022-08-25T22:03:43.428370Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "147.132.189.119", "correlationId": "f025bf57-5459-4a91-9120-9a3acb80a3b1", "identity": "Cassie Fernandez", "Level": 4, "location": "XR", "properties": {"id": "8df9025f-c06f-49ed-963b-b5ca179f6a00", "createdDateTime": "2022-08-25T22:03:43.560370Z", "userDisplayName": "Cassie Fernandez", "userPrincipalName": "cfernandez@domain.com", "userId": "67ef8be6-3f44-4db7-8172-fd6211428c1e", "appId": "9a7e67c7-6f05-42a3-b226-97c7ec3e9696", "appDisplayName": "Adobe Identity Management", "ipAddress": "147.132.189.119", "status": {"errorCode": 0}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (iPad; CPU iPad OS 9_3_6 like Mac OS X) AppleWebKit/536.1 (KHTML, like Gecko) CriOS/42.0.865.0 Mobile/77O124 Safari/536.1 Edge/99.14477", "deviceDetail": {"deviceId": "bf67c857-685a-4457-89c4-db2afa581bd2", "displayName": "CASSIEFERNANDEZ-LT", "operatingSystem": "Windows 10", "browser": "Edge 99.14477", "trustType": "Hybrid Azure AD joined"}, "location": {"city": "Port Denisetown", "state": "Smithton", "countryOrRegion": "XR", "geoCoordinates": {"latitude": 3.5518965, "longitude": 131.871582}}, "correlationId": "a1589724-ef90-4aea-8261-879e5fc51db5", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "9b486f74-0329-40f6-87b4-f510f8b94c6b", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 132, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Adobe Identity Management Service", "resourceId": "9a84f55e-3a40-492c-9476-e069f64ed7a6", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 256668, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "5vQ3QpyyTKFg1AehoEFgs6c9jEt7jO839FJqEm9A7R83RU8n", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "37ee873b-f901-4e25-be69-010243106d0f", "rngcStatus": 0}}, {"time": "2022-08-25T22:07:03.205202Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "42.62.103.34", "correlationId": "d7759cf9-89a0-4515-bcd5-2bb673f32590", "identity": "Joseph Taylor", "Level": 4, "location": "XF", "properties": {"id": "38b051b1-09e2-4d5c-9ca4-9786ef807100", "createdDateTime": "2022-08-25T22:07:03.375202Z", "userDisplayName": "Joseph Taylor", "userPrincipalName": "jtaylor@domain.com", "userId": "af9847eb-c773-41ae-bf94-42747c5e986c", "appId": "e47a1d38-5f61-45cd-b1b9-bc92f525c598", "appDisplayName": "Altoura", "ipAddress": "42.62.103.34", "status": {"errorCode": 0, "additionalDetails": "MFA requirement satisfied by claim in the token"}, "clientAppUsed": "Browser", "userAgent": "Mozilla/5.0 (Linux; Android 2.3.5) AppleWebKit/532.2 (KHTML, like Gecko) Chrome/46.0.898.0 Safari/532.2 Edge/105.19198", "deviceDetail": {"deviceId": "76b96bd3-e5d7-49ee-b195-bf363facdb3d", "displayName": "JOSEPHTAYLOR-LT", "operatingSystem": "Windows 10", "browser": "Edge 105.19198", "isCompliant": true, "isManaged": true, "trustType": "Azure AD joined"}, "location": {"city": "Jessicafurt", "state": "Smithbury", "countryOrRegion": "XF", "geoCoordinates": {"latitude": 17.5082395, "longitude": -115.304215}}, "mfaDetail": {}, "correlationId": "181d5aea-4fd3-44a6-afc4-52253b40ba55", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "7a2e4603-70f5-431a-b1b6-ceb424344b55", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 170, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Altoura Online", "resourceId": "f0630e90-b752-4960-bfb9-a0794fc34930", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 393508, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "cT5OJ3xojCIv5NHBPDwUXvVZnCm1Ang9goYXxTo0gNeT7Lhf", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "1f37c851-4be4-455b-928a-fbde7845a68a", "rngcStatus": 0}}, {"time": "2022-08-25T22:28:50.484727Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "SignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "91.132.253.146", "correlationId": "c50f0df9-8402-4879-a8a9-e9cb6aed60e9", "identity": "Aaron Cole", "Level": 4, "location": "XD", "properties": {"id": "50cdd952-1f75-4f63-b471-457a6b484300", "createdDateTime": "2022-08-25T22:28:50.597727Z", "userDisplayName": "Aaron Cole", "userPrincipalName": "acole@domain.com", "userId": "5d557969-1645-4ba4-be83-b6fd943659f7", "appId": "b6eb5487-41e5-4254-acc5-72fbd850bd1e", "appDisplayName": "Google Cloud / G Suite Connector by Microsoft", "ipAddress": "91.132.253.146", "status": {"errorCode": 0}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (iPad; CPU iPad OS 14_2 like Mac OS X) AppleWebKit/535.2 (KHTML, like Gecko) CriOS/33.0.816.0 Mobile/88O531 Safari/535.2 Edge/117.19612", "deviceDetail": {"deviceId": "", "operatingSystem": "Windows 10", "browser": "Edge 117.19612"}, "location": {"city": "Rickshire", "state": "Norrisbury", "countryOrRegion": "XD", "geoCoordinates": {"latitude": -78.5751045, "longitude": 58.329246}}, "correlationId": "82bad22e-3f00-464c-a2aa-896dd501a494", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "a8c8e612-318d-4c18-b85e-45abb4a3e2c1", "isInteractive": true, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "processingTimeInMilliseconds": 113, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Google Cloud / G Suite Connector by Microsoft Service", "resourceId": "c76d5f74-7ee8-4657-b84f-a50641692265", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "alternateSignInName": "acole1@domain.com", "signInIdentifier": "acole1@domain.com", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 214655, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "3O9o9ZOYoa6Xzb7mFE9mCIEUEsSFrMvXtLxa68kZQC9YTec3", "incomingTokenType": "none", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": null}}, {"time": "2022-08-25T22:44:12.833586Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "92.110.109.246", "correlationId": "cd80393b-03dd-4ed5-9f31-b14dc16167fb", "identity": "David Johnson", "Level": 4, "location": "XR", "properties": {"id": "e69329df-c356-440d-a977-9ca7548b8d00", "createdDateTime": "2022-08-25T22:44:12.983586Z", "userDisplayName": "David Johnson", "userPrincipalName": "djohnson@domain.com", "userId": "ff2ae3d2-8cd2-4bd6-b65d-49c5ad946c7f", "appId": "b6eb5487-41e5-4254-acc5-72fbd850bd1e", "appDisplayName": "Google Cloud / G Suite Connector by Microsoft", "ipAddress": "92.110.109.246", "status": {"errorCode": 0}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (iPad; CPU iPad OS 9_3_6 like Mac OS X) AppleWebKit/536.1 (KHTML, like Gecko) CriOS/42.0.865.0 Mobile/77O124 Safari/536.1 Edge/99.14477", "deviceDetail": {"deviceId": "717ebe00-a5eb-412e-97b6-7b8ab7cfbc02", "displayName": "DAVIDJOHNSON-LT", "operatingSystem": "Windows 10", "browser": "Edge 99.14477", "trustType": "Azure AD registered"}, "location": {"city": "Port Denisetown", "state": "Smithton", "countryOrRegion": "XR", "geoCoordinates": {"latitude": 3.5518965, "longitude": 131.871582}}, "correlationId": "a88648cf-652a-4ee0-9049-22a87b14d068", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "3c868c43-6a5c-4ddc-b7ea-d3b1a2ccfda5", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 150, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Google Cloud / G Suite Connector by Microsoft Service", "resourceId": "47e06079-6a63-42ab-89ea-840a60f3ea94", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 230297, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "Y5CKsYXFVyBA8ieSw7pSqGx1cQso407MjUtDQGuoEmjjdTQu", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "af115473-a920-4919-a03a-7215ca304189", "rngcStatus": 0}}, {"time": "2022-08-25T22:44:21.126051Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "13.113.40.157", "correlationId": "fafdf560-84ca-41dc-bb85-eb3e3e7ae52a", "identity": "Attack Target", "Level": 4, "location": "XR", "properties": {"id": "fa857fed-7d3f-40f5-b98a-925cbf336300", "createdDateTime": "2022-08-25T22:44:21.235051Z", "userDisplayName": "Attack Target", "userPrincipalName": "attacktarget@domain.com", "userId": "d735e84b-dcca-404d-9f7d-700f360f41a6", "appId": "9a7e67c7-6f05-42a3-b226-97c7ec3e9696", "appDisplayName": "Adobe Identity Management", "ipAddress": "13.113.40.157", "status": {"errorCode": 0}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (iPad; CPU iPad OS 9_3_6 like Mac OS X) AppleWebKit/536.1 (KHTML, like Gecko) CriOS/42.0.865.0 Mobile/77O124 Safari/536.1 Edge/99.14477", "deviceDetail": {"deviceId": "a44625dc-6f81-449a-9799-8005f7209b42", "displayName": "ATTACKTARGET-LT", "operatingSystem": "Windows 10", "browser": "Edge 99.14477", "trustType": "Azure AD registered"}, "location": {"city": "Smithfort", "state": "Smithfort", "countryOrRegion": "XR", "geoCoordinates": {"latitude": 3.7564095, "longitude": -121.574606}}, "correlationId": "5b7e4338-861e-4107-9a32-e28b089179b7", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "9edce3d1-0915-4cf8-88d7-a40f9a7340fd", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 109, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Adobe Identity Management Service", "resourceId": "80abac89-d2c0-4b6c-8ffc-5023bd7efc5e", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 34974, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "VMpAMKERkdvzXKnoJpF2VagXkDBR6d7qBNjInBodPDKVhmsz", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": null, "rngcStatus": 0}}, {"time": "2022-08-25T22:45:02.228928Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "147.132.189.119", "correlationId": "9df6a91f-9976-4737-a97c-4eeaae0ef2ba", "identity": "Cassie Fernandez", "Level": 4, "location": "XR", "properties": {"id": "d613255f-ee47-4782-aac9-90422e007100", "createdDateTime": "2022-08-25T22:45:02.361928Z", "userDisplayName": "Cassie Fernandez", "userPrincipalName": "cfernandez@domain.com", "userId": "67ef8be6-3f44-4db7-8172-fd6211428c1e", "appId": "9a7e67c7-6f05-42a3-b226-97c7ec3e9696", "appDisplayName": "Adobe Identity Management", "ipAddress": "147.132.189.119", "ipAddressFromResourceProvider": "147.132.189.119", "status": {"errorCode": 0}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (iPad; CPU iPad OS 9_3_6 like Mac OS X) AppleWebKit/536.1 (KHTML, like Gecko) CriOS/42.0.865.0 Mobile/77O124 Safari/536.1 Edge/99.14477", "deviceDetail": {"deviceId": "bf67c857-685a-4457-89c4-db2afa581bd2", "displayName": "CASSIEFERNANDEZ-LT", "operatingSystem": "Windows 10", "browser": "Edge 99.14477", "trustType": "Hybrid Azure AD joined"}, "location": {"city": "Port Denisetown", "state": "Smithton", "countryOrRegion": "XR", "geoCoordinates": {"latitude": 3.5518965, "longitude": 131.871582}}, "correlationId": "5c86008c-2da4-4990-a12f-44e2e715c5c9", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "e623c004-d741-4826-946a-2cb07e15fb8d", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 133, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Adobe Identity Management Service", "resourceId": "9a84f55e-3a40-492c-9476-e069f64ed7a6", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 256668, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "VhqQO6DiHINMsrnauLm0wit9murhSCmmYYayXJ0B6NCOy2qR", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "37ee873b-f901-4e25-be69-010243106d0f", "rngcStatus": 0}}, {"time": "2022-08-25T22:47:54.895936Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "22.42.248.243", "correlationId": "cacc1b90-3c56-4aec-8b06-8e62107d3cef", "identity": "Melissa Martin", "Level": 4, "location": "XR", "properties": {"id": "be6022e3-cefb-4a55-8ab2-6dd3142c8f00", "createdDateTime": "2022-08-25T22:47:55.041936Z", "userDisplayName": "Melissa Martin", "userPrincipalName": "mmartin@domain.com", "userId": "632ccb55-03a7-40f4-9893-653527cae790", "appId": "9167c284-c68f-468a-84be-0ee4f23879fe", "appDisplayName": "ArcGIS Enterprise", "ipAddress": "22.42.248.243", "status": {"errorCode": 0}, "clientAppUsed": "Mobile Apps and Desktop clients", "deviceDetail": {"deviceId": "", "operatingSystem": "Ios", "browser": "Mobile Safari"}, "location": {"city": "Port Denisetown", "state": "Smithton", "countryOrRegion": "XR", "geoCoordinates": {"latitude": 40.136047, "longitude": 44.514491}}, "correlationId": "68c2fb99-409b-4d1b-997f-ddbf36874465", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "6a417974-e7ff-42f0-8ee9-0ac72b75c3dc", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 146, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "ArcGIS Enterprise Service", "resourceId": "9a84f55e-3a40-492c-9476-e069f64ed7a6", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 432564, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "Ohy7xSYfI3NSrtLp48dIwWVX9rW56qRzPp8NQ3FXOuZg1LxH", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "37ee873b-f901-4e25-be69-010243106d0f", "rngcStatus": 0}}, {"time": "2022-08-25T22:49:05.274855Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "42.62.103.34", "correlationId": "af7f3c81-4389-45d3-a102-7ccce47a3183", "identity": "Joseph Taylor", "Level": 4, "location": "XF", "properties": {"id": "72a91770-778f-4a68-a911-ad080b746500", "createdDateTime": "2022-08-25T22:49:05.371855Z", "userDisplayName": "Joseph Taylor", "userPrincipalName": "jtaylor@domain.com", "userId": "af9847eb-c773-41ae-bf94-42747c5e986c", "appId": "2eae4ad1-8cae-48fe-b718-76bd66e2fc7f", "appDisplayName": "Bipsync", "ipAddress": "42.62.103.34", "status": {"errorCode": 0, "additionalDetails": "MFA requirement satisfied by claim in the token"}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (iPad; CPU iPad OS 9_3_6 like Mac OS X) AppleWebKit/536.1 (KHTML, like Gecko) CriOS/42.0.865.0 Mobile/77O124 Safari/536.1 Edge/99.14477", "deviceDetail": {"deviceId": "76b96bd3-e5d7-49ee-b195-bf363facdb3d", "displayName": "JOSEPHTAYLOR-LT", "operatingSystem": "Windows 10", "browser": "Edge 99.14477", "isCompliant": true, "isManaged": true, "trustType": "Azure AD joined"}, "location": {"city": "Jessicafurt", "state": "Smithbury", "countryOrRegion": "XF", "geoCoordinates": {"latitude": 17.5082395, "longitude": -115.304215}}, "mfaDetail": {}, "correlationId": "9b3e7d3e-2d42-4acd-8c16-9dbb2daeee87", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "c6c11215-7f4a-4d66-8820-14d5c2f47e48", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 97, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Bipsync Service", "resourceId": "819aa3ed-3b63-4925-8388-0b8d41022941", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 393508, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "dTUxzkuNPcdgADeCSVQ75RRjeFBdw01AFfwLy6X7wWu4ykn1", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "7f0c9abd-8b0d-4973-8675-a495454c0c86", "rngcStatus": 0}}, {"time": "2022-08-25T22:52:33.802458Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "205.33.24.92", "correlationId": "8a591e57-47e3-42ec-83ef-2e7e0e787c49", "identity": "Vanessa Ramirez", "Level": 4, "location": "XD", "properties": {"id": "c22f0ead-dc82-4de8-8327-ebcce3496100", "createdDateTime": "2022-08-25T22:52:33.930458Z", "userDisplayName": "Vanessa Ramirez", "userPrincipalName": "vramirez@domain.com", "userId": "5d72b7ed-62ea-4b94-b931-ccef65d71ebd", "appId": "9de6e985-97a5-4d82-9c45-aedaa9c25ef9", "appDisplayName": "AWS Single-Account Access", "ipAddress": "205.33.24.92", "status": {"errorCode": 0}, "clientAppUsed": "Browser", "deviceDetail": {"deviceId": "e395a3f4-8f2d-4170-804f-d3e13ce3151b", "displayName": "VANESSARAMIREZ-LT", "operatingSystem": "Windows", "trustType": "Azure AD registered"}, "location": {"city": "Kristinmouth", "state": "Norrisbury", "countryOrRegion": "XD", "geoCoordinates": {"latitude": 26.278784, "longitude": -92.042573}}, "correlationId": "e8128872-4dee-4441-bdc0-b904fe61fe30", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "37fe362b-5972-434e-a875-01474fed61bf", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "processingTimeInMilliseconds": 128, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "AWS Single-Account Access Service", "resourceId": "f0630e90-b752-4960-bfb9-a0794fc34930", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 214655, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "K8PeiibP7Hcnk58w0UaZxkCc4t5p2UoJaoYuWZrmumRYLrZD", "incomingTokenType": "none", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "1f37c851-4be4-455b-928a-fbde7845a68a"}}, {"time": "2022-08-25T23:03:16.475220Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "205.33.24.92", "correlationId": "d103609a-64ac-48c0-a5e9-74c298ba7b9a", "identity": "Vanessa Ramirez", "Level": 4, "location": "XD", "properties": {"id": "066c4fda-4abb-44ac-95c8-0075f9e26b00", "createdDateTime": "2022-08-25T23:03:16.585220Z", "userDisplayName": "Vanessa Ramirez", "userPrincipalName": "vramirez@domain.com", "userId": "5d72b7ed-62ea-4b94-b931-ccef65d71ebd", "appId": "2eae4ad1-8cae-48fe-b718-76bd66e2fc7f", "appDisplayName": "Bipsync", "ipAddress": "205.33.24.92", "status": {"errorCode": 0}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (X11; Linux i686) AppleWebKit/532.2 (KHTML, like Gecko) Chrome/21.0.853.0 Safari/532.2 Edge/89.19380", "deviceDetail": {"deviceId": "e395a3f4-8f2d-4170-804f-d3e13ce3151b", "displayName": "VANESSARAMIREZ-LT", "operatingSystem": "Windows 10", "browser": "Edge 89.19380", "trustType": "Azure AD registered"}, "location": {"city": "Kristinmouth", "state": "Norrisbury", "countryOrRegion": "XD", "geoCoordinates": {"latitude": 26.278784, "longitude": -92.042573}}, "correlationId": "c5e0f062-8b05-4493-bda5-aacb5ffcb599", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "675543e2-c56b-4218-bbea-d91e791d74b3", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 110, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Bipsync Service", "resourceId": "bca2b487-3a6c-440f-b1b7-a15b02771ad0", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 214655, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "oAz4mIsfMBceUFTSlqrKf6sBeSlubuIguga0sJtyHGg3gV8e", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "4da47dd4-556d-4ba4-9847-c1850930ab5e", "rngcStatus": 0}}, {"time": "2022-08-25T23:07:10.069215Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "13.113.40.157", "correlationId": "236c552a-1e2f-4f81-a723-b6996b6ecfe5", "identity": "Attack Target", "Level": 4, "location": "XR", "properties": {"id": "5259cb5f-38c9-4c6a-8382-7d46aa866900", "createdDateTime": "2022-08-25T23:07:10.403215Z", "userDisplayName": "Attack Target", "userPrincipalName": "attacktarget@domain.com", "userId": "d735e84b-dcca-404d-9f7d-700f360f41a6", "appId": "9a7e67c7-6f05-42a3-b226-97c7ec3e9696", "appDisplayName": "Adobe Identity Management", "ipAddress": "13.113.40.157", "ipAddressFromResourceProvider": "13.113.40.157", "status": {"errorCode": 0}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (iPad; CPU iPad OS 9_3_6 like Mac OS X) AppleWebKit/536.1 (KHTML, like Gecko) CriOS/42.0.865.0 Mobile/77O124 Safari/536.1 Edge/99.14477", "deviceDetail": {"deviceId": "a44625dc-6f81-449a-9799-8005f7209b42", "displayName": "ATTACKTARGET-LT", "operatingSystem": "Windows 10", "browser": "Edge 99.14477", "trustType": "Azure AD registered"}, "location": {"city": "Smithfort", "state": "Smithfort", "countryOrRegion": "XR", "geoCoordinates": {"latitude": 3.7564095, "longitude": -121.574606}}, "correlationId": "29e868d8-a932-44ca-8f7a-b5021fe9cf59", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "ffeb8e55-48db-44f7-8419-6d402f300eb1", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 334, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Adobe Identity Management Service", "resourceId": "c8eab36d-0a82-409d-8693-a8dabc997921", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 34974, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "Vbo3QMhejqPqzVlI9xXX7QhQtnUpBRWewCat69kJLCYd2usC", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "2248d3ef-d7b8-4eb2-bd20-fb53f725bfe3", "rngcStatus": 0}}, {"time": "2022-08-25T23:29:12.641434Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "SignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "99.116.100.205", "correlationId": "bfbc2ad7-2553-4145-a1f3-19d3183bb0ae", "identity": "Aaron Cole", "Level": 4, "location": "XD", "properties": {"id": "676a8b82-7787-4511-9ea8-0339f40a9c00", "createdDateTime": "2022-08-25T23:29:12.718434Z", "userDisplayName": "Aaron Cole", "userPrincipalName": "acole@domain.com", "userId": "5d557969-1645-4ba4-be83-b6fd943659f7", "appId": "03d81133-bfaa-4cad-b5fc-938f0fe86da9", "appDisplayName": "Dream Broker Studio", "ipAddress": "99.116.100.205", "status": {"errorCode": 0}, "clientAppUsed": "Browser", "userAgent": "Mozilla/5.0 (Linux; Android 2.3.5) AppleWebKit/532.2 (KHTML, like Gecko) Chrome/46.0.898.0 Safari/532.2 Edge/105.19198", "deviceDetail": {"deviceId": "", "operatingSystem": "Windows 10", "browser": "Edge 105.19198"}, "location": {"city": "Carrollstad", "state": "Norrisbury", "countryOrRegion": "XD", "geoCoordinates": {"latitude": -38.8540465, "longitude": -17.674718}}, "correlationId": "26086f91-9286-4f9a-8867-a095b1c790fb", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "61d457ae-f533-443f-99a5-104c32d1b777", "isInteractive": true, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 77, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Dream Broker Studio Online", "resourceId": "f0630e90-b752-4960-bfb9-a0794fc34930", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 214655, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "XHopNQzsG6rikuWB1SkQzRabGKyoOYPsTCk0R12TaVjM6ZSe", "incomingTokenType": "none", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "1f37c851-4be4-455b-928a-fbde7845a68a", "rngcStatus": 0}}, {"time": "2022-08-25T23:30:24.104674Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "156.206.181.119", "correlationId": "8a96a644-f627-4fd7-87b0-86a31c378d96", "identity": "Cynthia Perry", "Level": 4, "location": "XY", "properties": {"id": "91857813-fa29-4b22-bbd5-ccdbd44a6300", "createdDateTime": "2022-08-25T23:30:24.216674Z", "userDisplayName": "Cynthia Perry", "userPrincipalName": "cperry@domain.com", "userId": "ac5fa380-9d5b-470e-beb2-5ba10aca48e6", "appId": "9de6e985-97a5-4d82-9c45-aedaa9c25ef9", "appDisplayName": "AWS Single-Account Access", "ipAddress": "156.206.181.119", "status": {"errorCode": 0}, "clientAppUsed": "Browser", "deviceDetail": {"deviceId": "", "operatingSystem": "Windows"}, "location": {"city": "Hannaville", "state": "Thomashaven", "countryOrRegion": "XY", "geoCoordinates": {"latitude": 1.1452695, "longitude": 128.249211}}, "correlationId": "62545317-783b-4a7e-a008-799564e1b564", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "05f4556f-d66a-459f-b321-14f6f391596c", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 112, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "AWS Single-Account Access Service", "resourceId": "f0630e90-b752-4960-bfb9-a0794fc34930", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 279165, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "HsYDcQUPa1iqloW22o07ieMVCNh5JD78EkGkHvgSpfpp4Ozc", "incomingTokenType": "none", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "1f37c851-4be4-455b-928a-fbde7845a68a", "rngcStatus": 0}}, {"time": "2022-08-25T23:55:49.075259Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "63.94.19.180", "correlationId": "aa93be5e-21e4-49f5-b77e-0f19607b11eb", "identity": "Vanessa Ramirez", "Level": 4, "location": "XD", "properties": {"id": "e4ea9516-35e1-4b49-aa95-88a47d9c7400", "createdDateTime": "2022-08-25T23:55:49.166259Z", "userDisplayName": "Vanessa Ramirez", "userPrincipalName": "vramirez@domain.com", "userId": "5d72b7ed-62ea-4b94-b931-ccef65d71ebd", "appId": "9a7e67c7-6f05-42a3-b226-97c7ec3e9696", "appDisplayName": "Adobe Identity Management", "ipAddress": "63.94.19.180", "status": {"errorCode": 0}, "clientAppUsed": "Mobile Apps and Desktop clients", "deviceDetail": {"deviceId": "", "operatingSystem": "MacOs"}, "location": {"city": "New James", "state": "Norrisbury", "countryOrRegion": "XD", "geoCoordinates": {"latitude": 64.5727225, "longitude": 92.661569}}, "correlationId": "ec40db68-929a-4a22-84c0-9346c87a8fae", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "485aad07-10ce-46ce-9d69-593ffcc51e56", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 91, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Adobe Identity Management Service", "resourceId": "9a84f55e-3a40-492c-9476-e069f64ed7a6", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 45904, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "sZQZkdKiMoPZiRU038JnuLPWTe051NGuVbCSC8dnw5ZFGt4p", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "37ee873b-f901-4e25-be69-010243106d0f", "rngcStatus": 0}}, {"time": "2022-08-26T00:04:23.818341Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "13.113.40.157", "correlationId": "6c4dc4c2-fb6f-4c83-a892-4e408425231f", "identity": "Attack Target", "Level": 4, "location": "XR", "properties": {"id": "7ad921a7-535a-4d80-8c63-319706094800", "createdDateTime": "2022-08-26T00:04:23.942341Z", "userDisplayName": "Attack Target", "userPrincipalName": "attacktarget@domain.com", "userId": "d735e84b-dcca-404d-9f7d-700f360f41a6", "appId": "9a7e67c7-6f05-42a3-b226-97c7ec3e9696", "appDisplayName": "Adobe Identity Management", "ipAddress": "13.113.40.157", "ipAddressFromResourceProvider": "13.113.40.157", "status": {"errorCode": 0}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (iPad; CPU iPad OS 9_3_6 like Mac OS X) AppleWebKit/536.1 (KHTML, like Gecko) CriOS/42.0.865.0 Mobile/77O124 Safari/536.1 Edge/99.14477", "deviceDetail": {"deviceId": "a44625dc-6f81-449a-9799-8005f7209b42", "displayName": "ATTACKTARGET-LT", "operatingSystem": "Windows 10", "browser": "Edge 99.14477", "trustType": "Azure AD registered"}, "location": {"city": "New John", "state": "Smithfort", "countryOrRegion": "XR", "geoCoordinates": {"latitude": -89.144242, "longitude": 168.119022}}, "correlationId": "78a280d7-1736-4a44-99ad-741954215441", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "829667a5-81f3-4509-845e-f063b5f8e340", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 124, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Adobe Identity Management Service", "resourceId": "c8eab36d-0a82-409d-8693-a8dabc997921", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 34974, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "zlPOtUqlgF4fBMhRLoeQF9FIHF7mWqEP49VFqFr0LNPDJYQa", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "2248d3ef-d7b8-4eb2-bd20-fb53f725bfe3", "rngcStatus": 0}}, {"time": "2022-08-26T00:12:30.094177Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "205.33.24.92", "correlationId": "899a0c62-3740-4bf4-b1b5-f63c8ac7cdf8", "identity": "Aaron Cole", "Level": 4, "location": "XD", "properties": {"id": "9766f1aa-839e-413d-b538-b6016ad79000", "createdDateTime": "2022-08-26T00:12:30.165177Z", "userDisplayName": "Aaron Cole", "userPrincipalName": "acole@domain.com", "userId": "5d557969-1645-4ba4-be83-b6fd943659f7", "appId": "36f74ffc-90e8-46e0-b0ed-588b76ed6f47", "appDisplayName": "Inspire", "ipAddress": "205.33.24.92", "status": {"errorCode": 0}, "clientAppUsed": "Browser", "userAgent": "Mozilla/5.0 (X11; Linux i686) AppleWebKit/536.2 (KHTML, like Gecko) Chrome/22.0.877.0 Safari/536.2", "deviceDetail": {"deviceId": "", "operatingSystem": "Windows 10", "browser": "Chrome 22.0.877.0"}, "location": {"city": "Kristinmouth", "state": "Norrisbury", "countryOrRegion": "XD", "geoCoordinates": {"latitude": 26.278784, "longitude": -92.042573}}, "correlationId": "73fc2780-3d0d-4bc5-a561-b2afbbd14bbd", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "dba6b2e5-bffd-494a-b328-ca85e89fa728", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 71, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Inspire Online", "resourceId": "24578515-1951-4064-967d-0d2acaf0aa70", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 214655, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "67dsB7o50aXYrTjv8n6ckKhWEhR7fXmdZKvqAWxlOAqf0gqY", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "0e68752b-7dfa-400b-a6f5-1b54af90696a", "rngcStatus": 0}}, {"time": "2022-08-26T00:15:05.878409Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "10.14.188.154", "correlationId": "15216f47-4d59-442e-bb91-120ac102eefd", "identity": "Alicia Ramirez", "Level": 4, "location": "XR", "properties": {"id": "71326cde-8812-4486-b054-a01e14678b00", "createdDateTime": "2022-08-26T00:15:06.028409Z", "userDisplayName": "Alicia Ramirez", "userPrincipalName": "aramirez@domain.com", "userId": "50125906-f0ff-4d56-a7d2-397a3c9d477e", "appId": "dbe6b779-13df-45f2-a6d7-1323485479f6", "appDisplayName": "Cisco Webex", "ipAddress": "10.14.188.154", "status": {"errorCode": 0}, "clientAppUsed": "Browser", "deviceDetail": {"deviceId": "51dc6022-7b43-4a76-a5c8-6f29eb6be5c8", "displayName": "ALICIARAMIREZ-LT", "operatingSystem": "Android", "browser": "Rich Client 4.38.0.0", "isCompliant": true, "isManaged": true, "trustType": "Azure AD registered"}, "location": {"city": "Susanside", "state": "Morrisview", "countryOrRegion": "XR", "geoCoordinates": {"latitude": 57.8050005, "longitude": -51.781534}}, "correlationId": "fe17e6e4-b07f-4960-b9db-d3638a894f96", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "496d7e13-c205-4184-be54-4da4de0fe20b", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 150, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Cisco Webex Service", "resourceId": "9a84f55e-3a40-492c-9476-e069f64ed7a6", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 432564, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "m3l9q6EApkc1mw7i8AgX7CD9PvKOMg3yYl6UpJOpdo9ZlNmR", "incomingTokenType": "none", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "37ee873b-f901-4e25-be69-010243106d0f", "rngcStatus": 0}}, {"time": "2022-08-26T00:15:12.720866Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "86.154.193.190", "correlationId": "baf61dfc-247a-4658-b3e1-f755512cd5b6", "identity": "Kristen Howell", "Level": 4, "location": "XR", "properties": {"id": "0b47e51c-29c9-47e9-b397-9da6930e5a00", "createdDateTime": "2022-08-26T00:15:12.877866Z", "userDisplayName": "Kristen Howell", "userPrincipalName": "khowell@domain.com", "userId": "20e1e3f9-665f-45bd-9984-5e74b526d3b5", "appId": "9a7e67c7-6f05-42a3-b226-97c7ec3e9696", "appDisplayName": "Adobe Identity Management", "ipAddress": "86.154.193.190", "status": {"errorCode": 0}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (X11; Linux i686) AppleWebKit/533.0 (KHTML, like Gecko) Chrome/24.0.803.0 Safari/533.0 Edge/40.11325", "deviceDetail": {"deviceId": "af204333-3bdf-4228-bbeb-e3a654075b5c", "displayName": "KRISTENHOWELL-LT", "operatingSystem": "Windows 10", "browser": "Edge 40.11325", "trustType": "Azure AD registered"}, "location": {"city": "Port Denisetown", "state": "Smithton", "countryOrRegion": "XR", "geoCoordinates": {"latitude": 3.5518965, "longitude": 131.871582}}, "correlationId": "9fa25eef-8a1d-48e4-86b7-154ccb27ae4a", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "4a7a4732-fe3a-432e-9f80-f2823b6baae6", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "processingTimeInMilliseconds": 157, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Adobe Identity Management Service", "resourceId": "7d6a0897-8b82-49e9-90e2-d482fb9202bd", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 256668, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "vx00FGVz1t3OcBQATxTIN1eamc2pXbeoWgPTSlXvlJtciW2O", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "537d9419-7e2b-4778-9102-62256bcfcf45"}}, {"time": "2022-08-26T00:17:23.351578Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "156.206.181.119", "correlationId": "69e792c6-314c-4bc5-9dee-1d7aefd2074d", "identity": "Cynthia Perry", "Level": 4, "location": "XY", "properties": {"id": "6f7168cd-e484-40e8-bcf7-7fe9bc4a8200", "createdDateTime": "2022-08-26T00:17:23.479578Z", "userDisplayName": "Cynthia Perry", "userPrincipalName": "cperry@domain.com", "userId": "ac5fa380-9d5b-470e-beb2-5ba10aca48e6", "appId": "9de6e985-97a5-4d82-9c45-aedaa9c25ef9", "appDisplayName": "AWS Single-Account Access", "ipAddress": "156.206.181.119", "status": {"errorCode": 0}, "clientAppUsed": "Browser", "deviceDetail": {"deviceId": "", "operatingSystem": "Windows"}, "location": {"city": "Hannaville", "state": "Thomashaven", "countryOrRegion": "XY", "geoCoordinates": {"latitude": 1.1452695, "longitude": 128.249211}}, "correlationId": "701cba71-10ef-446b-bc2f-fd4548187e75", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "6addb0ce-cbd7-4271-8010-12bc4dfe608d", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 128, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "AWS Single-Account Access Service", "resourceId": "c65cf5f9-5537-4200-889e-381c4f60ca7d", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 279165, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "KvVIzHt7CUOdSY1ANPYhPkL0mHbt871a2ngURy1TaPE46vl4", "incomingTokenType": "none", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": null, "rngcStatus": 0}}, {"time": "2022-08-26T00:24:11.304592Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "156.206.181.119", "correlationId": "3530512e-2134-4605-b316-db80daf4ff3c", "identity": "Cynthia Perry", "Level": 4, "location": "XY", "properties": {"id": "a6ae8eb8-8aea-4e1d-a5ac-69262dbc8800", "createdDateTime": "2022-08-26T00:24:11.419592Z", "userDisplayName": "Cynthia Perry", "userPrincipalName": "cperry@domain.com", "userId": "ac5fa380-9d5b-470e-beb2-5ba10aca48e6", "appId": "9de6e985-97a5-4d82-9c45-aedaa9c25ef9", "appDisplayName": "AWS Single-Account Access", "ipAddress": "156.206.181.119", "status": {"errorCode": 0}, "clientAppUsed": "Browser", "deviceDetail": {"deviceId": "", "operatingSystem": "Windows"}, "location": {"city": "Hannaville", "state": "Thomashaven", "countryOrRegion": "XY", "geoCoordinates": {"latitude": 1.1452695, "longitude": 128.249211}}, "correlationId": "3b7f3167-c096-42a3-80c5-5d27648915b5", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "5c96612f-41a7-4992-9a34-2f18e5cd3471", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 115, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "AWS Single-Account Access Service", "resourceId": "c65cf5f9-5537-4200-889e-381c4f60ca7d", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 279165, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "nISHyWEDe0wrJUbDAQdbi2FqWZySLkj2Se9b5V2zZnw3olOJ", "incomingTokenType": "none", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": null, "rngcStatus": 0}}, {"time": "2022-08-26T00:25:28.784582Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "50158", "resultSignature": "None", "resultDescription": "External security challenge was not satisfied.", "durationMs": 0, "callerIpAddress": "42.62.103.34", "correlationId": "d8e36a8a-e41a-4acd-9051-8158275b773f", "identity": "Joseph Taylor", "Level": 4, "location": "XF", "properties": {"id": "21d9bc2a-9249-4dd7-ac71-d73de4766700", "createdDateTime": "2022-08-26T00:25:28.886582Z", "userDisplayName": "Joseph Taylor", "userPrincipalName": "jtaylor@domain.com", "userId": "af9847eb-c773-41ae-bf94-42747c5e986c", "appId": "99190773-7529-426f-b498-cb936b6504ab", "appDisplayName": "Linux Foundation Training", "ipAddress": "42.62.103.34", "status": {"errorCode": 50158, "failureReason": "External security challenge was not satisfied."}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (iPad; CPU iPad OS 9_3_6 like Mac OS X) AppleWebKit/536.1 (KHTML, like Gecko) CriOS/42.0.865.0 Mobile/77O124 Safari/536.1 Edge/99.14477", "deviceDetail": {"deviceId": "76b96bd3-e5d7-49ee-b195-bf363facdb3d", "displayName": "JOSEPHTAYLOR-LT", "operatingSystem": "Windows 10", "browser": "Edge 99.14477", "isCompliant": true, "isManaged": true, "trustType": "Azure AD joined"}, "location": {"city": "Jessicafurt", "state": "Smithbury", "countryOrRegion": "XF", "geoCoordinates": {"latitude": 17.5082395, "longitude": -115.304215}}, "correlationId": "3c6110e5-5828-4133-b8f7-6c9c0c6e51a0", "conditionalAccessStatus": "failure", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "35739af8-65c9-4307-aa36-fb166dfe3fff", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 102, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Linux Foundation Training Service", "resourceId": "3f7d0d52-e3b6-4712-8e89-01c915dc0294", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 393508, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "VBQUI16zZIpEAqQTWQACKfhEWcHOvi5zsRtkl5CZQhXR4Puo", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "84036992-5b2b-4836-8aca-9de3ba4c15b9", "rngcStatus": 0}}, {"time": "2022-08-26T00:27:02.493006Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "13.113.40.157", "correlationId": "6df78e0c-37ec-4658-b12e-de4b2c623d20", "identity": "Attack Target", "Level": 4, "location": "XR", "properties": {"id": "7ad921a7-535a-4d80-8c63-3197f9084800", "createdDateTime": "2022-08-26T00:27:02.803006Z", "userDisplayName": "Attack Target", "userPrincipalName": "attacktarget@domain.com", "userId": "d735e84b-dcca-404d-9f7d-700f360f41a6", "appId": "9c5b7fe3-0ad2-4ea6-94e5-9e0001f367e3", "appDisplayName": "Articulate 360", "ipAddress": "13.113.40.157", "status": {"errorCode": 0}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (iPad; CPU iPad OS 9_3_6 like Mac OS X) AppleWebKit/536.1 (KHTML, like Gecko) CriOS/42.0.865.0 Mobile/77O124 Safari/536.1 Edge/99.14477", "deviceDetail": {"deviceId": "a44625dc-6f81-449a-9799-8005f7209b42", "displayName": "ATTACKTARGET-LT", "operatingSystem": "Windows 10", "browser": "Edge 99.14477", "trustType": "Azure AD registered"}, "location": {"city": "New John", "state": "Smithfort", "countryOrRegion": "XR", "geoCoordinates": {"latitude": -89.144242, "longitude": 168.119022}}, "correlationId": "52fead17-c20d-4f8f-9788-639222f3fa4d", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "e28fb674-7b58-4c51-9396-b1c7afba6dc6", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 310, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Articulate 360 Online", "resourceId": "436260d5-3791-4aea-a4da-aa698ec35f2f", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 34974, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "fWZn0EXrFcFtSCNrFxMLnoq1vyLHmgGSmjyLoG4lQR8TP2R0", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "94b9f3ba-5f4b-4edc-99dc-a420b76960f9", "rngcStatus": 0}}, {"time": "2022-08-26T00:46:22.482336Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "156.206.181.119", "correlationId": "26e7cdf8-b50f-4389-96f4-e297ce292131", "identity": "Cynthia Perry", "Level": 4, "location": "XY", "properties": {"id": "ece24cb8-8bbf-4dc3-90e8-e3acfbfb6300", "createdDateTime": "2022-08-26T00:46:22.583336Z", "userDisplayName": "Cynthia Perry", "userPrincipalName": "cperry@domain.com", "userId": "ac5fa380-9d5b-470e-beb2-5ba10aca48e6", "appId": "9de6e985-97a5-4d82-9c45-aedaa9c25ef9", "appDisplayName": "AWS Single-Account Access", "ipAddress": "156.206.181.119", "status": {"errorCode": 0}, "clientAppUsed": "Browser", "deviceDetail": {"deviceId": "", "operatingSystem": "Windows"}, "location": {"city": "Hannaville", "state": "Thomashaven", "countryOrRegion": "XY", "geoCoordinates": {"latitude": 1.1452695, "longitude": 128.249211}}, "correlationId": "1f0a93b5-4ce0-4002-84d8-8b7f591f86e5", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "239b40f2-5c8b-4398-a47d-fabe5e5b65d4", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 101, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "AWS Single-Account Access Service", "resourceId": "f0630e90-b752-4960-bfb9-a0794fc34930", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 279165, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "QlYQwye3Mx8efbLwQUg5c6iy2OGhJoTMGPm0dqZi1JHDCLFO", "incomingTokenType": "none", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "1f37c851-4be4-455b-928a-fbde7845a68a", "rngcStatus": 0}}, {"time": "2022-08-26T00:53:09.779430Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "212.169.11.63", "correlationId": "19139d82-747f-41b8-9d59-215071d01353", "identity": "Kristen Howell", "Level": 4, "location": "XR", "properties": {"id": "28aa4dbc-8a6f-40da-9789-2ca111616d00", "createdDateTime": "2022-08-26T00:53:09.880430Z", "userDisplayName": "Kristen Howell", "userPrincipalName": "khowell@domain.com", "userId": "20e1e3f9-665f-45bd-9984-5e74b526d3b5", "appId": "9a7e67c7-6f05-42a3-b226-97c7ec3e9696", "appDisplayName": "Adobe Identity Management", "ipAddress": "212.169.11.63", "status": {"errorCode": 0}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (iPad; CPU iPad OS 9_3_6 like Mac OS X) AppleWebKit/536.1 (KHTML, like Gecko) CriOS/42.0.865.0 Mobile/77O124 Safari/536.1 Edge/99.14477", "deviceDetail": {"deviceId": "caf12d64-01ec-4396-b330-e7eb6349ad45", "displayName": "KRISTENHOWELL-LT", "operatingSystem": "Windows 10", "browser": "Edge 99.14477", "trustType": "Azure AD registered"}, "location": {"city": "North Lisachester", "state": "Smithton", "countryOrRegion": "XR", "geoCoordinates": {"latitude": -69.00844, "longitude": -172.534328}}, "correlationId": "787c56a7-2f34-4ee7-a4c9-d13b52d743a6", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "1e1767bf-cf2e-4703-b771-7a4177b1dc28", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 101, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Adobe Identity Management Service", "resourceId": "9a84f55e-3a40-492c-9476-e069f64ed7a6", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 144064, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "8UBwSK5NRMGbqO1Yu8Zhgu6k0hb291VFCtgdSXeSl2NVFBFU", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "37ee873b-f901-4e25-be69-010243106d0f", "rngcStatus": 0}}, {"time": "2022-08-26T01:36:33.246349Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "50158", "resultSignature": "None", "resultDescription": "External security challenge was not satisfied.", "durationMs": 0, "callerIpAddress": "147.132.189.119", "correlationId": "5b6f1277-ac33-465a-a763-564e3087ad81", "identity": "Cassie Fernandez", "Level": 4, "location": "XR", "properties": {"id": "45f948cc-c7b8-4f70-b09f-6ae1cc249500", "createdDateTime": "2022-08-26T01:36:33.347349Z", "userDisplayName": "Cassie Fernandez", "userPrincipalName": "cfernandez@domain.com", "userId": "67ef8be6-3f44-4db7-8172-fd6211428c1e", "appId": "79510a8f-6421-4348-a2ea-bcc2b02485c1", "appDisplayName": "Cisco AnyConnect", "ipAddress": "147.132.189.119", "status": {"errorCode": 50158, "failureReason": "External security challenge was not satisfied."}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (iPad; CPU iPad OS 9_3_6 like Mac OS X) AppleWebKit/536.1 (KHTML, like Gecko) CriOS/42.0.865.0 Mobile/77O124 Safari/536.1 Edge/99.14477", "deviceDetail": {"deviceId": "bf67c857-685a-4457-89c4-db2afa581bd2", "displayName": "CASSIEFERNANDEZ-LT", "operatingSystem": "Windows 10", "browser": "Edge 99.14477", "trustType": "Hybrid Azure AD joined"}, "location": {"city": "Port Denisetown", "state": "Smithton", "countryOrRegion": "XR", "geoCoordinates": {"latitude": 3.5518965, "longitude": 131.871582}}, "correlationId": "5d05b56a-dccc-40a1-b2b8-189eb04be737", "conditionalAccessStatus": "failure", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "40e99b2e-d449-489e-a060-5f58d8f8c781", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 101, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Cisco AnyConnect Online", "resourceId": "5d5b8d28-6a28-472e-b837-a4094e466965", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 256668, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "TgS0g38pFvbEv57ARWkVseu52ignipzqUBSTD6baGH4pJQAl", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "15655e1f-5005-4c53-b3c0-c4a1d1ca5e9e", "rngcStatus": 0}}, {"time": "2022-08-26T01:48:55.267607Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "13.113.40.157", "correlationId": "8c63501e-2cd2-42ae-80ea-a9061c291f54", "identity": "Attack Target", "Level": 4, "location": "XR", "properties": {"id": "2c5f4472-dc1e-49b2-8fbb-3275697a5d00", "createdDateTime": "2022-08-26T01:48:55.571607Z", "userDisplayName": "Attack Target", "userPrincipalName": "attacktarget@domain.com", "userId": "d735e84b-dcca-404d-9f7d-700f360f41a6", "appId": "9c5b7fe3-0ad2-4ea6-94e5-9e0001f367e3", "appDisplayName": "Articulate 360", "ipAddress": "13.113.40.157", "status": {"errorCode": 0}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (iPad; CPU iPad OS 9_3_6 like Mac OS X) AppleWebKit/536.1 (KHTML, like Gecko) CriOS/42.0.865.0 Mobile/77O124 Safari/536.1 Edge/99.14477", "deviceDetail": {"deviceId": "a44625dc-6f81-449a-9799-8005f7209b42", "displayName": "ATTACKTARGET-LT", "operatingSystem": "Windows 10", "browser": "Edge 99.14477", "trustType": "Azure AD registered"}, "location": {"city": "New John", "state": "Smithfort", "countryOrRegion": "XR", "geoCoordinates": {"latitude": -89.144242, "longitude": 168.119022}}, "correlationId": "544ef8e8-7905-4ebc-98c3-4e08bfd794be", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "05984fdb-794f-4bd2-8af9-df4ae421c768", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 304, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Articulate 360 Online", "resourceId": "436260d5-3791-4aea-a4da-aa698ec35f2f", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 34974, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "ShyKJ2GOea1Fv46q8NcFHKqH7zVG81y3wtPQW8MaMsvqDO7m", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "94b9f3ba-5f4b-4edc-99dc-a420b76960f9", "rngcStatus": 0}}, {"time": "2022-08-26T02:05:04.638387Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "13.113.40.157", "correlationId": "33d87955-f8bc-4f28-a5d4-07cddb8ab9d5", "identity": "Attack Target", "Level": 4, "location": "XR", "properties": {"id": "4c995af8-3e38-4dcb-9141-ed01dac46600", "createdDateTime": "2022-08-26T02:05:04.793387Z", "userDisplayName": "Attack Target", "userPrincipalName": "attacktarget@domain.com", "userId": "d735e84b-dcca-404d-9f7d-700f360f41a6", "appId": "9a7e67c7-6f05-42a3-b226-97c7ec3e9696", "appDisplayName": "Adobe Identity Management", "ipAddress": "13.113.40.157", "status": {"errorCode": 0}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (iPad; CPU iPad OS 9_3_6 like Mac OS X) AppleWebKit/536.1 (KHTML, like Gecko) CriOS/42.0.865.0 Mobile/77O124 Safari/536.1 Edge/99.14477", "deviceDetail": {"deviceId": "a44625dc-6f81-449a-9799-8005f7209b42", "displayName": "ATTACKTARGET-LT", "operatingSystem": "Windows 10", "browser": "Edge 99.14477", "trustType": "Azure AD registered"}, "location": {"city": "New John", "state": "Smithfort", "countryOrRegion": "XR", "geoCoordinates": {"latitude": -89.144242, "longitude": 168.119022}}, "correlationId": "d524b584-af79-4ffe-ad1d-7eb5a1f7a312", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "a1edd27e-42e2-48e1-aade-cd762fbdd2a4", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 155, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Adobe Identity Management Service", "resourceId": "9a84f55e-3a40-492c-9476-e069f64ed7a6", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 34974, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "V7Osq1n7s4LfmVvCQsgdSwq44KkKCDweIa3a0Vc56nciLhlh", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "37ee873b-f901-4e25-be69-010243106d0f", "rngcStatus": 0}}, {"time": "2022-08-26T02:10:52.724740Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "1.210.58.10", "correlationId": "d83003ae-7802-4638-9365-62356053c6e8", "identity": "Keith Sheppard", "Level": 4, "location": "XD", "properties": {"id": "3f04f6e0-8681-475f-a0d6-0af74cc37300", "createdDateTime": "2022-08-26T02:10:52.838740Z", "userDisplayName": "Keith Sheppard", "userPrincipalName": "ksheppard@domain.com", "userId": "05bd48f1-91d2-4c2d-9a7c-80e80f561b3c", "appId": "9a7e67c7-6f05-42a3-b226-97c7ec3e9696", "appDisplayName": "Adobe Identity Management", "ipAddress": "1.210.58.10", "status": {"errorCode": 0}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (Windows NT 4.0) AppleWebKit/531.1 (KHTML, like Gecko) Chrome/20.0.823.0 Safari/531.1 Edge/87.11424", "deviceDetail": {"deviceId": "639815fd-5018-4e38-9d81-67538b2ce460", "displayName": "KEITHSHEPPARD-LT", "operatingSystem": "Windows 10", "browser": "Edge 87.11424", "trustType": "Azure AD registered"}, "location": {"city": "Cooperhaven", "state": "Norrisbury", "countryOrRegion": "XD", "geoCoordinates": {"latitude": 70.436398, "longitude": -23.873747}}, "correlationId": "bfa3acc1-4b06-4d51-afe6-cbe5c4010f67", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "7260ba00-1c75-4cd9-bd6c-c3275b9d8d69", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 114, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Adobe Identity Management Service", "resourceId": "64e29d5c-d767-4f7f-95c0-36a33f97503f", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 69487, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "8R2MA2A5yu1SvksRoXFbjP9aXoUMkmZBXBzcCD2054EEYgvB", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": null, "rngcStatus": 0}}, {"time": "2022-08-26T02:20:10.679115Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "156.206.181.119", "correlationId": "ef08f3e6-c753-48ab-8a80-b54b807a50b5", "identity": "Cynthia Perry", "Level": 4, "location": "XY", "properties": {"id": "84170ee1-88cb-4e3d-bb5d-283aabae6300", "createdDateTime": "2022-08-26T02:20:10.761115Z", "userDisplayName": "Cynthia Perry", "userPrincipalName": "cperry@domain.com", "userId": "ac5fa380-9d5b-470e-beb2-5ba10aca48e6", "appId": "9de6e985-97a5-4d82-9c45-aedaa9c25ef9", "appDisplayName": "AWS Single-Account Access", "ipAddress": "156.206.181.119", "status": {"errorCode": 0}, "clientAppUsed": "Browser", "deviceDetail": {"deviceId": "", "operatingSystem": "Windows"}, "location": {"city": "Hannaville", "state": "Thomashaven", "countryOrRegion": "XY", "geoCoordinates": {"latitude": 1.1452695, "longitude": 128.249211}}, "correlationId": "0852c601-36e7-420f-aa32-f503fed6f15d", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "c4aa3fcc-65b3-442c-a1aa-82099807827a", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 82, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "AWS Single-Account Access Service", "resourceId": "72f0186d-d327-46c9-a8ff-497e0caa8691", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 279165, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "UFXz1LfjTJCxeCzbSn4JL4LDHVhMOG5KLq1hqfD6W3XqBvp6", "incomingTokenType": "none", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": null, "rngcStatus": 0}}, {"time": "2022-08-26T02:25:32.518376Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "156.206.181.119", "correlationId": "5ad58bfa-4c6c-4f25-8c31-b13079b5e63b", "identity": "Cynthia Perry", "Level": 4, "location": "XY", "properties": {"id": "daba1fa0-45a8-4cfc-8268-990a1bf76300", "createdDateTime": "2022-08-26T02:25:32.591376Z", "userDisplayName": "Cynthia Perry", "userPrincipalName": "cperry@domain.com", "userId": "ac5fa380-9d5b-470e-beb2-5ba10aca48e6", "appId": "9de6e985-97a5-4d82-9c45-aedaa9c25ef9", "appDisplayName": "AWS Single-Account Access", "ipAddress": "156.206.181.119", "status": {"errorCode": 0}, "clientAppUsed": "Browser", "deviceDetail": {"deviceId": "", "operatingSystem": "Windows"}, "location": {"city": "Hannaville", "state": "Thomashaven", "countryOrRegion": "XY", "geoCoordinates": {"latitude": 1.1452695, "longitude": 128.249211}}, "correlationId": "7dcff135-735f-4ee8-868d-68769909ced1", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "15814ac1-91ea-4e63-8e42-6771d0bf305e", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 73, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "AWS Single-Account Access Service", "resourceId": "9a84f55e-3a40-492c-9476-e069f64ed7a6", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 279165, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "CvISYi1L6Pg3izN5muBWMXrXfXbjUvJlD0SCvlS3vrZLOyUR", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "37ee873b-f901-4e25-be69-010243106d0f", "rngcStatus": 0}}, {"time": "2022-08-26T02:27:33.191840Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "91.132.253.146", "correlationId": "26c5ecdd-32d2-41ed-8c78-9bc855c2950a", "identity": "Aaron Cole", "Level": 4, "location": "XD", "properties": {"id": "f95b27fd-8962-466c-86b8-589811d28700", "createdDateTime": "2022-08-26T02:27:33.257840Z", "userDisplayName": "Aaron Cole", "userPrincipalName": "acole@domain.com", "userId": "5d557969-1645-4ba4-be83-b6fd943659f7", "appId": "18bf60fa-77dd-4aad-891d-af82ca87dd06", "appDisplayName": "FortiGate SSL VPN", "ipAddress": "91.132.253.146", "status": {"errorCode": 0}, "clientAppUsed": "Browser", "deviceDetail": {"deviceId": "", "operatingSystem": "Windows", "browser": "Rich Client 4.22.0.0"}, "location": {"city": "Rickshire", "state": "Norrisbury", "countryOrRegion": "XD", "geoCoordinates": {"latitude": -78.5751045, "longitude": 58.329246}}, "correlationId": "10df440f-793e-4d08-ab3e-182bfdf72a43", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "381facb9-f08b-4d91-b4b3-1fc6da6e2ea8", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 66, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "FortiGate SSL VPN Service", "resourceId": "9a84f55e-3a40-492c-9476-e069f64ed7a6", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 214655, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "IH6tvFiNsoo9jnqZmtHX62Z0WGRHVEd9HoJ3oMl9yepbfUVH", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "37ee873b-f901-4e25-be69-010243106d0f", "rngcStatus": 0}}, {"time": "2022-08-26T02:28:52.886008Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "105.169.153.183", "correlationId": "eaa14082-dfb6-4f81-9675-0adbe7302f79", "identity": "Jim Gonzalez", "Level": 4, "location": "XR", "properties": {"id": "10851c42-cb04-4202-b7bb-75c776da9a00", "createdDateTime": "2022-08-26T02:28:53.039008Z", "userDisplayName": "Jim Gonzalez", "userPrincipalName": "jgonzalez@domain.com", "userId": "95090045-a9c5-489c-adee-2db430a3333a", "appId": "bf2855c0-7434-4262-8885-ad2f5206d324", "appDisplayName": "COINS Construction Cloud - Project and Productivity Apps", "ipAddress": "105.169.153.183", "status": {"errorCode": 0}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (Windows NT 4.0) AppleWebKit/532.1 (KHTML, like Gecko) Chrome/38.0.801.0 Safari/532.1 Edge/19.15284", "deviceDetail": {"deviceId": "15135d1f-cb47-4bd8-b76d-90a9171c09bd", "displayName": "JIMGONZALEZ-LT", "operatingSystem": "Windows 10", "browser": "Edge 19.15284", "trustType": "Azure AD registered"}, "location": {"city": "Santosborough", "state": "Smithton", "countryOrRegion": "XR", "geoCoordinates": {"latitude": 12.8350355, "longitude": 138.359011}}, "correlationId": "13388967-5b02-4720-bb9c-6e17a08da587", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "000588ac-8de7-4d5b-b57c-200fd15b4639", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 153, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "COINS Construction Cloud - Project and Productivity Apps Service", "resourceId": "f0630e90-b752-4960-bfb9-a0794fc34930", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 256668, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "4BQsfmK0xNdJgJHtNdD5ShurIJnm2ypEbtpw3Z2tYsoU9Iwn", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "1f37c851-4be4-455b-928a-fbde7845a68a", "rngcStatus": 0}}, {"time": "2022-08-26T02:41:34.042966Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "86.154.193.190", "correlationId": "08320d15-891e-4be5-bc6d-26b6955403f3", "identity": "Kristen Howell", "Level": 4, "location": "XR", "properties": {"id": "f181ae5f-d802-41ad-8b90-384a3d704d00", "createdDateTime": "2022-08-26T02:41:34.152966Z", "userDisplayName": "Kristen Howell", "userPrincipalName": "khowell@domain.com", "userId": "20e1e3f9-665f-45bd-9984-5e74b526d3b5", "appId": "2eae4ad1-8cae-48fe-b718-76bd66e2fc7f", "appDisplayName": "Bipsync", "ipAddress": "86.154.193.190", "status": {"errorCode": 0}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (X11; Linux i686) AppleWebKit/533.0 (KHTML, like Gecko) Chrome/24.0.803.0 Safari/533.0 Edge/40.11325", "deviceDetail": {"deviceId": "6ea76864-5f18-47dd-adb9-2b1dfcbfc425", "displayName": "KRISTENHOWELL-LT", "operatingSystem": "Windows 10", "browser": "Edge 40.11325", "isCompliant": true, "isManaged": true, "trustType": "Azure AD joined"}, "location": {"city": "Port Denisetown", "state": "Smithton", "countryOrRegion": "XR", "geoCoordinates": {"latitude": 3.5518965, "longitude": 131.871582}}, "correlationId": "ea5a3e04-3d1c-48ee-a3d5-39d187f26874", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "ae197a53-a894-4185-89b1-ef7206b9efd6", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "processingTimeInMilliseconds": 110, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Bipsync Service", "resourceId": "819aa3ed-3b63-4925-8388-0b8d41022941", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 256668, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "k73AlapsnNOwXZWk2OoOPOFSK5oKTBGjchq6tjeIdjjr3lI7", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "7f0c9abd-8b0d-4973-8675-a495454c0c86"}}, {"time": "2022-08-26T03:35:07.038931Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "SignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "147.132.189.119", "correlationId": "5d7f9c64-5a41-4ce9-8a5a-f10d225c754a", "identity": "Cassie Fernandez", "Level": 4, "location": "XR", "properties": {"id": "bddc03c8-8da3-4ef6-8ef9-a50396c29500", "createdDateTime": "2022-08-26T03:35:07.192931Z", "userDisplayName": "Cassie Fernandez", "userPrincipalName": "cfernandez@domain.com", "userId": "67ef8be6-3f44-4db7-8172-fd6211428c1e", "appId": "963717d0-d66d-4825-9a3e-9b111684877d", "appDisplayName": "TeamViewer", "ipAddress": "147.132.189.119", "status": {"errorCode": 0}, "clientAppUsed": "Browser", "userAgent": "Mozilla/5.0 (X11; Linux i686; rv:1.9.5.20) Gecko/3108-05-10 21:24:40 Firefox/11.0", "deviceDetail": {"deviceId": "", "operatingSystem": "Windows 10", "browser": "Firefox 11.0"}, "location": {"city": "Port Denisetown", "state": "Smithton", "countryOrRegion": "XR", "geoCoordinates": {"latitude": 3.5518965, "longitude": 131.871582}}, "correlationId": "af3117bf-63cd-447f-b7f0-d105b57eb9f7", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "dd34ebe8-bbe7-44e7-bd2e-d189300c5ae6", "isInteractive": true, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 154, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "TeamViewer Service", "resourceId": "f0630e90-b752-4960-bfb9-a0794fc34930", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 256668, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "kpvWt6RPsgmwn6QBIsF69mJUGEvSfpOTGni6pJ5UaQVChfp7", "incomingTokenType": "none", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "1f37c851-4be4-455b-928a-fbde7845a68a", "rngcStatus": 0}}, {"time": "2022-08-26T03:41:25.287964Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "147.132.189.119", "correlationId": "c05c4839-12b7-457a-b951-324b277720d1", "identity": "Melissa Martin", "Level": 4, "location": "XR", "properties": {"id": "38b051b1-09e2-4d5c-9ca4-978623767200", "createdDateTime": "2022-08-26T03:41:25.365964Z", "userDisplayName": "Melissa Martin", "userPrincipalName": "mmartin@domain.com", "userId": "632ccb55-03a7-40f4-9893-653527cae790", "appId": "2eae4ad1-8cae-48fe-b718-76bd66e2fc7f", "appDisplayName": "Bipsync", "ipAddress": "147.132.189.119", "status": {"errorCode": 0}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (iPad; CPU iPad OS 9_3_6 like Mac OS X) AppleWebKit/536.1 (KHTML, like Gecko) CriOS/42.0.865.0 Mobile/77O124 Safari/536.1 Edge/99.14477", "deviceDetail": {"deviceId": "", "operatingSystem": "Windows 10", "browser": "Edge 99.14477"}, "location": {"city": "Port Denisetown", "state": "Smithton", "countryOrRegion": "XR", "geoCoordinates": {"latitude": 3.5518965, "longitude": 131.871582}}, "correlationId": "20da84a9-0b0c-41a1-9ba1-e5681de89555", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "c05ddcba-50d6-4bd7-b60d-792d2f970128", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 78, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Bipsync Service", "resourceId": "9a84f55e-3a40-492c-9476-e069f64ed7a6", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 256668, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "9gttJwAbhrm06GpK6CMLyEOfF2P81CdkiZEhAzoTk6zizVKN", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "37ee873b-f901-4e25-be69-010243106d0f", "rngcStatus": 0}}, {"time": "2022-08-26T04:02:24.281451Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "147.132.189.119", "correlationId": "791bbae8-7e4d-427e-bbec-537310df792a", "identity": "Terry Proctor", "Level": 4, "location": "XR", "properties": {"id": "7b5d90af-37fc-4efa-b905-5a1b83c98f00", "createdDateTime": "2022-08-26T04:02:24.371451Z", "userDisplayName": "Terry Proctor", "userPrincipalName": "tproctor@domain.com", "userId": "03110cc5-e54f-4dae-b68a-bf5d945f8152", "appId": "b9c45636-4d7c-4d33-8678-39527c8b5976", "appDisplayName": "LinkedIn Lookup", "ipAddress": "147.132.189.119", "status": {"errorCode": 0, "additionalDetails": "MFA requirement satisfied by claim in the token"}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (X11; Linux i686) AppleWebKit/533.0 (KHTML, like Gecko) Chrome/24.0.803.0 Safari/533.0 Edge/40.11325", "deviceDetail": {"deviceId": "88ee69d5-1eb7-4f29-b594-e9b4e3371940", "displayName": "TERRYPROCTOR-LT", "operatingSystem": "Windows 10", "browser": "Edge 40.11325", "isCompliant": true, "isManaged": true, "trustType": "Azure AD joined"}, "location": {"city": "Port Denisetown", "state": "Smithton", "countryOrRegion": "XR", "geoCoordinates": {"latitude": 3.5518965, "longitude": 131.871582}}, "mfaDetail": {}, "correlationId": "17252418-cbbe-4ce7-b923-a215915e2dc9", "conditionalAccessStatus": "notApplied", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "0c4b04ce-edf7-4657-bb25-c212dbaec879", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 90, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "LinkedIn Lookup Online", "resourceId": "4792a15b-0a23-4ddb-be78-f0f8eaecfae5", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 256668, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "TPh0BCaSDdTp0uUE9s5pO80EN6qOLAMp4i3DTkaEqk3dLFSW", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "bbd8c442-8cbf-48d6-9501-8bde23fb6f35", "rngcStatus": 0}}, {"time": "2022-08-26T04:03:32.368813Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "147.132.189.119", "correlationId": "87a55d2b-969b-41b0-9525-4d27554a37e9", "identity": "Melissa Martin", "Level": 4, "location": "XR", "properties": {"id": "01ba3655-e28a-4ae2-aea6-ad4454176b00", "createdDateTime": "2022-08-26T04:03:32.483813Z", "userDisplayName": "Melissa Martin", "userPrincipalName": "mmartin@domain.com", "userId": "632ccb55-03a7-40f4-9893-653527cae790", "appId": "e47a1d38-5f61-45cd-b1b9-bc92f525c598", "appDisplayName": "Altoura", "ipAddress": "147.132.189.119", "status": {"errorCode": 0}, "clientAppUsed": "Browser", "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 12_4_8 like Mac OS X) AppleWebKit/536.2 (KHTML, like Gecko) CriOS/39.0.845.0 Mobile/81S373 Safari/536.2 Edge/40.11827", "deviceDetail": {"deviceId": "", "operatingSystem": "Windows 10", "browser": "Edge 40.11827"}, "location": {"city": "Port Denisetown", "state": "Smithton", "countryOrRegion": "XR", "geoCoordinates": {"latitude": 3.5518965, "longitude": 131.871582}}, "correlationId": "de01eec0-a83e-45bb-8383-31fb32a241aa", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "144c73ba-6501-4137-a13b-1a898ae5e275", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 115, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Altoura Online", "resourceId": "2c3383ff-432a-49ee-bb8b-8699a7d0416f", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 256668, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "FqCePJVChnk5I8YyAW1hMef0HEuq1j801FQqvaZnRj9ZYME7", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "35efb8e5-3b35-4a86-b7ce-660b69bfa773", "rngcStatus": 0}}, {"time": "2022-08-26T04:03:35.647664Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "156.206.181.119", "correlationId": "4dae403e-7415-4af2-bfd4-da4d38c2d271", "identity": "Cynthia Perry", "Level": 4, "location": "XY", "properties": {"id": "483c0e94-ba31-4740-8d5f-3f3af20d6500", "createdDateTime": "2022-08-26T04:03:35.782664Z", "userDisplayName": "Cynthia Perry", "userPrincipalName": "cperry@domain.com", "userId": "ac5fa380-9d5b-470e-beb2-5ba10aca48e6", "appId": "9de6e985-97a5-4d82-9c45-aedaa9c25ef9", "appDisplayName": "AWS Single-Account Access", "ipAddress": "156.206.181.119", "status": {"errorCode": 0}, "clientAppUsed": "Browser", "deviceDetail": {"deviceId": "", "operatingSystem": "Windows"}, "location": {"city": "Hannaville", "state": "Thomashaven", "countryOrRegion": "XY", "geoCoordinates": {"latitude": 1.1452695, "longitude": 128.249211}}, "correlationId": "e91eddda-ebeb-4bb1-8fa0-f8a456412933", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "9fb18459-4cd5-42fa-98c0-51c491c26758", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 135, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "AWS Single-Account Access Service", "resourceId": "72f0186d-d327-46c9-a8ff-497e0caa8691", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 279165, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "mjaiUQiERURkuiEY3mJKz9wrilYbkGLFGultNljBfaYEH0ms", "incomingTokenType": "none", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": null, "rngcStatus": 0}}, {"time": "2022-08-26T04:20:37.628445Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "156.206.181.119", "correlationId": "0db546cd-acac-4bd9-ba7d-4fd3689d8e52", "identity": "Cynthia Perry", "Level": 4, "location": "XY", "properties": {"id": "5e4e730b-8d3c-4dbc-a1a3-d7122ab45600", "createdDateTime": "2022-08-26T04:20:37.724445Z", "userDisplayName": "Cynthia Perry", "userPrincipalName": "cperry@domain.com", "userId": "ac5fa380-9d5b-470e-beb2-5ba10aca48e6", "appId": "9de6e985-97a5-4d82-9c45-aedaa9c25ef9", "appDisplayName": "AWS Single-Account Access", "ipAddress": "156.206.181.119", "status": {"errorCode": 0}, "clientAppUsed": "Browser", "deviceDetail": {"deviceId": "", "operatingSystem": "Windows"}, "location": {"city": "Hannaville", "state": "Thomashaven", "countryOrRegion": "XY", "geoCoordinates": {"latitude": 1.1452695, "longitude": 128.249211}}, "correlationId": "daca4ba6-f679-4b6b-b64c-8c29c169dc4e", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "2483b801-9da5-4eae-90f2-4378c1b7d844", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "processingTimeInMilliseconds": 96, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "AWS Single-Account Access Service", "resourceId": "9a84f55e-3a40-492c-9476-e069f64ed7a6", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 279165, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "kce1saDAwLXIWYq5hobx7WBPs95GQfCu6ytCxf1MPorbwTPu", "incomingTokenType": "none", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "37ee873b-f901-4e25-be69-010243106d0f"}}, {"time": "2022-08-26T04:28:45.731741Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "99.116.100.205", "correlationId": "acbf0838-4a0c-4e23-aee9-3788676d6e28", "identity": "Aaron Cole", "Level": 4, "location": "XD", "properties": {"id": "161299a3-6083-437a-9849-b31646a66900", "createdDateTime": "2022-08-26T04:28:45.831741Z", "userDisplayName": "Aaron Cole", "userPrincipalName": "acole@domain.com", "userId": "5d557969-1645-4ba4-be83-b6fd943659f7", "appId": "cb9ad245-0b24-4c75-ba23-398500baf7a8", "appDisplayName": "FileCloud", "ipAddress": "99.116.100.205", "status": {"errorCode": 0}, "clientAppUsed": "Browser", "deviceDetail": {"deviceId": "", "operatingSystem": "Windows", "browser": "Rich Client 4.35.1.0"}, "location": {"city": "Carrollstad", "state": "Norrisbury", "countryOrRegion": "XD", "geoCoordinates": {"latitude": -38.8540465, "longitude": -17.674718}}, "correlationId": "923f13c9-bdc2-4c97-bd76-881750a06480", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "68f3025a-96f0-4b63-84cd-55f2a6b0a5d0", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 100, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "FileCloud Service", "resourceId": "f0630e90-b752-4960-bfb9-a0794fc34930", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 214655, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "tJiD1VS0QzngR0vn9cfOJKith5VdhHp39BiGnvD2cXcNH6qB", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "1f37c851-4be4-455b-928a-fbde7845a68a", "rngcStatus": 0}}, {"time": "2022-08-26T04:47:21.380826Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "147.132.189.119", "correlationId": "674f7542-8f93-4d9b-8dc1-dde0e170cc05", "identity": "Melissa Martin", "Level": 4, "location": "XR", "properties": {"id": "152ab320-f2ab-4522-a00f-9672ce1a5900", "createdDateTime": "2022-08-26T04:47:21.484826Z", "userDisplayName": "Melissa Martin", "userPrincipalName": "mmartin@domain.com", "userId": "632ccb55-03a7-40f4-9893-653527cae790", "appId": "9de6e985-97a5-4d82-9c45-aedaa9c25ef9", "appDisplayName": "AWS Single-Account Access", "ipAddress": "147.132.189.119", "status": {"errorCode": 0}, "clientAppUsed": "Browser", "deviceDetail": {"deviceId": "", "operatingSystem": "Windows"}, "location": {"city": "Port Denisetown", "state": "Smithton", "countryOrRegion": "XR", "geoCoordinates": {"latitude": 3.5518965, "longitude": 131.871582}}, "correlationId": "645d068e-1708-4e0d-ab9c-d2a83a407dd4", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "17acd4b9-b596-49be-911f-2eb4b51cb982", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "processingTimeInMilliseconds": 104, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "AWS Single-Account Access Service", "resourceId": "72f0186d-d327-46c9-a8ff-497e0caa8691", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 256668, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "Ii9cg1HMXTquoGgFRoWdL1fi6rVAtWiqyMgoMaqW8yTdd6SC", "incomingTokenType": "none", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": null}}, {"time": "2022-08-26T04:51:16.606609Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "50158", "resultSignature": "None", "resultDescription": "External security challenge was not satisfied.", "durationMs": 0, "callerIpAddress": "92.110.109.246", "correlationId": "40054f49-efd4-472f-80eb-7af5ea413c91", "identity": "Thomas Price", "Level": 4, "location": "XR", "properties": {"id": "eb6726f4-2522-4aaf-8ec9-60cd58995b00", "createdDateTime": "2022-08-26T04:51:16.762609Z", "userDisplayName": "Thomas Price", "userPrincipalName": "tprice@domain.com", "userId": "32109ee2-ee4f-4d11-9c38-2556aec0f2b5", "appId": "79510a8f-6421-4348-a2ea-bcc2b02485c1", "appDisplayName": "Cisco AnyConnect", "ipAddress": "92.110.109.246", "status": {"errorCode": 50158, "failureReason": "External security challenge was not satisfied."}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (X11; Linux i686) AppleWebKit/535.2 (KHTML, like Gecko) Chrome/22.0.843.0 Safari/535.2 Edge/118.12158", "deviceDetail": {"deviceId": "35819889-abdc-47e0-b28d-5195d26e941f", "displayName": "THOMASPRICE-LT", "operatingSystem": "Windows 10", "browser": "Edge 118.12158", "trustType": "Hybrid Azure AD joined"}, "location": {"city": "Port Denisetown", "state": "Smithton", "countryOrRegion": "XR", "geoCoordinates": {"latitude": 3.5518965, "longitude": 131.871582}}, "correlationId": "2e9b3e89-b661-411e-8af9-b3aa1c839e41", "conditionalAccessStatus": "failure", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "654dc7f9-21cb-4dd2-9aa0-ae1c335f3122", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "processingTimeInMilliseconds": 156, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Cisco AnyConnect Online", "resourceId": "5d5b8d28-6a28-472e-b837-a4094e466965", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 230297, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "rxVKryCtXnY54dvHwkkbQwi57NNrnsA5gRVktoInGBxx9XHK", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "15655e1f-5005-4c53-b3c0-c4a1d1ca5e9e"}}, {"time": "2022-08-26T05:12:16.564430Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "205.33.24.92", "correlationId": "1a3bc687-56a8-44b0-94ac-abf7e8930fcc", "identity": "Vanessa Ramirez", "Level": 4, "location": "XD", "properties": {"id": "cb1cdc58-3d1a-4d1a-ab9f-1d77fd831c00", "createdDateTime": "2022-08-26T05:12:16.676430Z", "userDisplayName": "Vanessa Ramirez", "userPrincipalName": "vramirez@domain.com", "userId": "5d72b7ed-62ea-4b94-b931-ccef65d71ebd", "appId": "9de6e985-97a5-4d82-9c45-aedaa9c25ef9", "appDisplayName": "AWS Single-Account Access", "ipAddress": "205.33.24.92", "status": {"errorCode": 0}, "clientAppUsed": "Browser", "deviceDetail": {"deviceId": "e395a3f4-8f2d-4170-804f-d3e13ce3151b", "displayName": "VANESSARAMIREZ-LT", "operatingSystem": "Windows", "trustType": "Azure AD registered"}, "location": {"city": "Kristinmouth", "state": "Norrisbury", "countryOrRegion": "XD", "geoCoordinates": {"latitude": 26.278784, "longitude": -92.042573}}, "correlationId": "7630a5ae-a86d-46ae-9fef-bb1b780553e9", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "16c5836c-5975-45e5-b3de-4015968f7bf9", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 112, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "AWS Single-Account Access Service", "resourceId": "f0630e90-b752-4960-bfb9-a0794fc34930", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 214655, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "Ir6DXKPz5CCCnH3khBwTsxj3TgK1MQkAzKjNypkRmyTifF8v", "incomingTokenType": "none", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "1f37c851-4be4-455b-928a-fbde7845a68a", "rngcStatus": 0}}, {"time": "2022-08-26T05:22:30.396568Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "156.206.181.119", "correlationId": "230725a6-96b8-4e4f-ba33-e9c906ef4bf8", "identity": "Cynthia Perry", "Level": 4, "location": "XY", "properties": {"id": "f656c79e-6ed9-4ee9-bee4-408ef5a86300", "createdDateTime": "2022-08-26T05:22:30.535568Z", "userDisplayName": "Cynthia Perry", "userPrincipalName": "cperry@domain.com", "userId": "ac5fa380-9d5b-470e-beb2-5ba10aca48e6", "appId": "9de6e985-97a5-4d82-9c45-aedaa9c25ef9", "appDisplayName": "AWS Single-Account Access", "ipAddress": "156.206.181.119", "status": {"errorCode": 0}, "clientAppUsed": "Browser", "deviceDetail": {"deviceId": "", "operatingSystem": "Windows"}, "location": {"city": "Hannaville", "state": "Thomashaven", "countryOrRegion": "XY", "geoCoordinates": {"latitude": 1.1452695, "longitude": 128.249211}}, "correlationId": "29301302-489a-4797-a672-8b1d894a48bd", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "f92521fc-d144-4f23-92b5-f5a468a2537d", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 139, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "AWS Single-Account Access Service", "resourceId": "c65cf5f9-5537-4200-889e-381c4f60ca7d", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 279165, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "q2IR6PQ2LVdtNYdWanvpGjmH4hFSKJyjeGMurNym2ANRfEEv", "incomingTokenType": "none", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": null, "rngcStatus": 0}}, {"time": "2022-08-26T05:26:22.863137Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "205.33.24.92", "correlationId": "c9ae06e2-2dfe-417b-80af-3a9ecaf65064", "identity": "Vanessa Ramirez", "Level": 4, "location": "XD", "properties": {"id": "09f5a465-b9bd-4377-a98a-f7dd62d73b00", "createdDateTime": "2022-08-26T05:26:22.977137Z", "userDisplayName": "Vanessa Ramirez", "userPrincipalName": "vramirez@domain.com", "userId": "5d72b7ed-62ea-4b94-b931-ccef65d71ebd", "appId": "9de6e985-97a5-4d82-9c45-aedaa9c25ef9", "appDisplayName": "AWS Single-Account Access", "ipAddress": "205.33.24.92", "status": {"errorCode": 0}, "clientAppUsed": "Browser", "deviceDetail": {"deviceId": "e395a3f4-8f2d-4170-804f-d3e13ce3151b", "displayName": "VANESSARAMIREZ-LT", "operatingSystem": "Windows", "trustType": "Azure AD registered"}, "location": {"city": "Kristinmouth", "state": "Norrisbury", "countryOrRegion": "XD", "geoCoordinates": {"latitude": 26.278784, "longitude": -92.042573}}, "correlationId": "218e16f0-a13a-4ced-9436-f62ef16aef38", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "8366baa5-2955-4cc4-aeda-3778455e2bd8", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "processingTimeInMilliseconds": 114, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "AWS Single-Account Access Service", "resourceId": "9a84f55e-3a40-492c-9476-e069f64ed7a6", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 214655, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "LDzs5aRQ44Te7VVEWQJElceQZvUq7gA9XFZ7uwwuiOLDAkuo", "incomingTokenType": "none", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "37ee873b-f901-4e25-be69-010243106d0f"}}, {"time": "2022-08-26T05:31:21.562249Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "156.206.181.119", "correlationId": "a13d01c2-8765-48b3-a190-ee37841fd312", "identity": "Cynthia Perry", "Level": 4, "location": "XY", "properties": {"id": "2468034e-c03d-4a77-94b4-f89beda06200", "createdDateTime": "2022-08-26T05:31:21.654249Z", "userDisplayName": "Cynthia Perry", "userPrincipalName": "cperry@domain.com", "userId": "ac5fa380-9d5b-470e-beb2-5ba10aca48e6", "appId": "9de6e985-97a5-4d82-9c45-aedaa9c25ef9", "appDisplayName": "AWS Single-Account Access", "ipAddress": "156.206.181.119", "status": {"errorCode": 0}, "clientAppUsed": "Browser", "deviceDetail": {"deviceId": "", "operatingSystem": "Windows"}, "location": {"city": "Hannaville", "state": "Thomashaven", "countryOrRegion": "XY", "geoCoordinates": {"latitude": 1.1452695, "longitude": 128.249211}}, "correlationId": "30734ce6-fea8-46e0-adf2-526676cc56dd", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "32e0bbcd-a552-4ff0-b2a0-b55c47e99620", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 92, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "AWS Single-Account Access Service", "resourceId": "f0630e90-b752-4960-bfb9-a0794fc34930", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 279165, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "3PiZ0NbS3Kj9v8kXBOz7AeG3MqD0XP67bhJqqsZlS9HEg8uA", "incomingTokenType": "none", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "1f37c851-4be4-455b-928a-fbde7845a68a", "rngcStatus": 0}}, {"time": "2022-08-26T05:35:27.292423Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "42.62.103.34", "correlationId": "43a9fd56-b790-4b2a-8c75-61454af1f14d", "identity": "Joseph Taylor", "Level": 4, "location": "XF", "properties": {"id": "21d9bc2a-9249-4dd7-ac71-d73d938a6e00", "createdDateTime": "2022-08-26T05:35:27.410423Z", "userDisplayName": "Joseph Taylor", "userPrincipalName": "jtaylor@domain.com", "userId": "af9847eb-c773-41ae-bf94-42747c5e986c", "appId": "9003b8ba-730c-412d-8972-267700304e01", "appDisplayName": "Box", "ipAddress": "42.62.103.34", "status": {"errorCode": 0, "additionalDetails": "MFA requirement satisfied by claim in the token"}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (iPad; CPU iPad OS 9_3_6 like Mac OS X) AppleWebKit/536.1 (KHTML, like Gecko) CriOS/42.0.865.0 Mobile/77O124 Safari/536.1 Edge/99.14477", "deviceDetail": {"deviceId": "76b96bd3-e5d7-49ee-b195-bf363facdb3d", "displayName": "JOSEPHTAYLOR-LT", "operatingSystem": "Windows 10", "browser": "Edge 99.14477", "isCompliant": true, "isManaged": true, "trustType": "Azure AD joined"}, "location": {"city": "Jessicafurt", "state": "Smithbury", "countryOrRegion": "XF", "geoCoordinates": {"latitude": 17.5082395, "longitude": -115.304215}}, "mfaDetail": {}, "correlationId": "b8da5632-f453-4810-a4ce-48a329a78b58", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "8ffa47dd-8a1d-43a4-9fd5-0d51fd24d365", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 118, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Box Online", "resourceId": "d2c09315-f769-4fc6-9be8-f57cf8efa9cc", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 393508, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "Ge8dpJQowFHtqZq1igsiAMNh7s92R0xm6XiwS2ueN5CUxgl1", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": null, "rngcStatus": 0}}, {"time": "2022-08-26T05:40:55.450879Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "86.154.193.190", "correlationId": "0a40299b-8525-496c-bfc6-2bd53f63d671", "identity": "Melissa Martin", "Level": 4, "location": "XR", "properties": {"id": "f1fc2489-d131-4e12-a62d-535f06f58600", "createdDateTime": "2022-08-26T05:40:55.631879Z", "userDisplayName": "Melissa Martin", "userPrincipalName": "mmartin@domain.com", "userId": "632ccb55-03a7-40f4-9893-653527cae790", "appId": "4c2f7c2a-ff05-4df6-9087-9ba8388a3861", "appDisplayName": "Foko Retail", "ipAddress": "86.154.193.190", "status": {"errorCode": 0}, "clientAppUsed": "Browser", "deviceDetail": {"deviceId": "", "operatingSystem": "Windows10", "browser": "Rich Client 4.39.0.0"}, "location": {"city": "Port Denisetown", "state": "Smithton", "countryOrRegion": "XR", "geoCoordinates": {"latitude": 3.5518965, "longitude": 131.871582}}, "correlationId": "32b656e7-dff8-40f8-826c-bfb410f694ec", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "8855eb32-300d-4fee-9e73-c96b50b2cdf5", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 181, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Foko Retail Service", "resourceId": "24578515-1951-4064-967d-0d2acaf0aa70", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 256668, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "fr4hJOLPTs6cVKSbyuCkeDWClrEV0lU82hi8WM6qvBKu93iq", "incomingTokenType": "none", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "0e68752b-7dfa-400b-a6f5-1b54af90696a", "rngcStatus": 0}}, {"time": "2022-08-26T05:41:04.870802Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "156.206.181.119", "correlationId": "1a7cc40c-bd60-4997-8449-64f1a596fe09", "identity": "Cynthia Perry", "Level": 4, "location": "XY", "properties": {"id": "b07bba22-ec36-47ef-95f1-3c7fd6373300", "createdDateTime": "2022-08-26T05:41:04.953802Z", "userDisplayName": "Cynthia Perry", "userPrincipalName": "cperry@domain.com", "userId": "ac5fa380-9d5b-470e-beb2-5ba10aca48e6", "appId": "9de6e985-97a5-4d82-9c45-aedaa9c25ef9", "appDisplayName": "AWS Single-Account Access", "ipAddress": "156.206.181.119", "status": {"errorCode": 0}, "clientAppUsed": "Browser", "deviceDetail": {"deviceId": "", "operatingSystem": "Windows"}, "location": {"city": "Hannaville", "state": "Thomashaven", "countryOrRegion": "XY", "geoCoordinates": {"latitude": 1.1452695, "longitude": 128.249211}}, "correlationId": "0961a611-cbdf-457a-b437-a1a8393fccfc", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "0cb266b2-9c46-40f4-bd56-6227a766077d", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 83, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "AWS Single-Account Access Service", "resourceId": "9a84f55e-3a40-492c-9476-e069f64ed7a6", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 279165, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "69OAOoBCTXRGmows7inDfOeJ652P6DjFi9hSPZAVT5KYJ9Pd", "incomingTokenType": "none", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "37ee873b-f901-4e25-be69-010243106d0f", "rngcStatus": 0}}, {"time": "2022-08-26T05:49:31.023547Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "13.113.40.157", "correlationId": "1aef5c6a-40b4-4f2c-8a60-12f3b12a2c1d", "identity": "Attack Target", "Level": 4, "location": "XR", "properties": {"id": "34e3f02d-c81c-4cc6-8a75-7f8952238b00", "createdDateTime": "2022-08-26T05:49:31.130547Z", "userDisplayName": "Attack Target", "userPrincipalName": "attacktarget@domain.com", "userId": "d735e84b-dcca-404d-9f7d-700f360f41a6", "appId": "9a7e67c7-6f05-42a3-b226-97c7ec3e9696", "appDisplayName": "Adobe Identity Management", "ipAddress": "13.113.40.157", "status": {"errorCode": 0}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (iPad; CPU iPad OS 9_3_6 like Mac OS X) AppleWebKit/536.1 (KHTML, like Gecko) CriOS/42.0.865.0 Mobile/77O124 Safari/536.1 Edge/99.14477", "deviceDetail": {"deviceId": "a44625dc-6f81-449a-9799-8005f7209b42", "displayName": "ATTACKTARGET-LT", "operatingSystem": "Windows 10", "browser": "Edge 99.14477", "trustType": "Azure AD registered"}, "location": {"city": "Smithfort", "state": "Smithfort", "countryOrRegion": "XR", "geoCoordinates": {"latitude": 3.7564095, "longitude": -121.574606}}, "correlationId": "4a9f941e-5bd0-4499-b366-a232e2ced7ce", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "6e1d2942-4538-4ffd-a86e-74c2d023c15e", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 107, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Adobe Identity Management Service", "resourceId": "7d6a0897-8b82-49e9-90e2-d482fb9202bd", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 34974, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "c1BVCxU1Txo4ptokcSgBL9VP3jV8duWIcfx0i6SUi3SPj2Ub", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "537d9419-7e2b-4778-9102-62256bcfcf45", "rngcStatus": 0}}, {"time": "2022-08-26T05:54:59.737807Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "42.62.103.34", "correlationId": "5dfa66d4-7115-4f80-b9c3-2c7d51b5f4e6", "identity": "Joseph Taylor", "Level": 4, "location": "XF", "properties": {"id": "6f7168cd-e484-40e8-bcf7-7fe9ce938200", "createdDateTime": "2022-08-26T05:54:59.960807Z", "userDisplayName": "Joseph Taylor", "userPrincipalName": "jtaylor@domain.com", "userId": "af9847eb-c773-41ae-bf94-42747c5e986c", "appId": "1b3edb90-1e06-46db-b021-e2fc1f7ddaf5", "appDisplayName": "Beatrust", "ipAddress": "42.62.103.34", "status": {"errorCode": 0}, "clientAppUsed": "Browser", "deviceDetail": {"deviceId": "76b96bd3-e5d7-49ee-b195-bf363facdb3d", "displayName": "JOSEPHTAYLOR-LT", "operatingSystem": "Windows 10", "browser": "Rich Client 5.2.7.0", "isCompliant": true, "isManaged": true, "trustType": "Azure AD joined"}, "location": {"city": "Jessicafurt", "state": "Smithbury", "countryOrRegion": "XF", "geoCoordinates": {"latitude": 17.5082395, "longitude": -115.304215}}, "correlationId": "8740b230-1a55-40e8-a815-27cfe9d620b3", "conditionalAccessStatus": "notApplied", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "8d6c95cc-135b-420c-aa52-d94964cdda00", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 223, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Beatrust Service", "resourceId": "f0630e90-b752-4960-bfb9-a0794fc34930", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 393508, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "ASEHCtHnT4CBa77VHq2U0gZGOEGZXff0a4N1lJj5xDLHySQv", "incomingTokenType": "none", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "1f37c851-4be4-455b-928a-fbde7845a68a", "rngcStatus": 0}}, {"time": "2022-08-26T06:09:07.095506Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "156.206.181.119", "correlationId": "2af65c7d-7bde-4e37-a2c5-59ebc8662037", "identity": "Cynthia Perry", "Level": 4, "location": "XY", "properties": {"id": "b07bba22-ec36-47ef-95f1-3c7f54743300", "createdDateTime": "2022-08-26T06:09:07.234506Z", "userDisplayName": "Cynthia Perry", "userPrincipalName": "cperry@domain.com", "userId": "ac5fa380-9d5b-470e-beb2-5ba10aca48e6", "appId": "9de6e985-97a5-4d82-9c45-aedaa9c25ef9", "appDisplayName": "AWS Single-Account Access", "ipAddress": "156.206.181.119", "status": {"errorCode": 0}, "clientAppUsed": "Browser", "deviceDetail": {"deviceId": "", "operatingSystem": "Windows"}, "location": {"city": "Hannaville", "state": "Thomashaven", "countryOrRegion": "XY", "geoCoordinates": {"latitude": 1.1452695, "longitude": 128.249211}}, "correlationId": "ef0d43cb-26fa-433e-8835-d37198aa8380", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "6905e9b3-a5b0-4e02-ab63-646cf2562500", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 139, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "AWS Single-Account Access Service", "resourceId": "c65cf5f9-5537-4200-889e-381c4f60ca7d", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 279165, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "ks6xoTjKSsLVc3p2OAh9v0ax8HJBjssgrLjnybQeAzWKEQnX", "incomingTokenType": "none", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": null, "rngcStatus": 0}}, {"time": "2022-08-26T06:37:58.283761Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "50158", "resultSignature": "None", "resultDescription": "External security challenge was not satisfied.", "durationMs": 0, "callerIpAddress": "147.132.189.119", "correlationId": "6c56f70a-6c31-4489-a35e-3820b977bcbd", "identity": "Terry Proctor", "Level": 4, "location": "XR", "properties": {"id": "8ad50de0-ebdd-4ace-9747-d47cbc148400", "createdDateTime": "2022-08-26T06:37:58.383761Z", "userDisplayName": "Terry Proctor", "userPrincipalName": "tproctor@domain.com", "userId": "03110cc5-e54f-4dae-b68a-bf5d945f8152", "appId": "9a7e67c7-6f05-42a3-b226-97c7ec3e9696", "appDisplayName": "Adobe Identity Management", "ipAddress": "147.132.189.119", "status": {"errorCode": 50158, "failureReason": "External security challenge was not satisfied.", "additionalDetails": "MFA requirement satisfied by claim in the token"}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (X11; Linux i686) AppleWebKit/533.0 (KHTML, like Gecko) Chrome/24.0.803.0 Safari/533.0 Edge/40.11325", "deviceDetail": {"deviceId": "88ee69d5-1eb7-4f29-b594-e9b4e3371940", "displayName": "TERRYPROCTOR-LT", "operatingSystem": "Windows 10", "browser": "Edge 40.11325", "isCompliant": true, "isManaged": true, "trustType": "Azure AD joined"}, "location": {"city": "Port Denisetown", "state": "Smithton", "countryOrRegion": "XR", "geoCoordinates": {"latitude": 3.5518965, "longitude": 131.871582}}, "mfaDetail": {}, "correlationId": "57ec4707-4c50-4103-a72c-85eccda6866a", "conditionalAccessStatus": "failure", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "6060c85f-4ee9-42d5-b3cb-0fabf2c2a23f", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 100, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Adobe Identity Management Service", "resourceId": "7d6a0897-8b82-49e9-90e2-d482fb9202bd", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 256668, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "67ZZPs8SRgnWffuwKsMkhQpLgDLckngzRL2KCW7eynrSjtNN", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "537d9419-7e2b-4778-9102-62256bcfcf45", "rngcStatus": 0}}, {"time": "2022-08-26T07:03:14.679856Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "SignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "42.62.103.34", "correlationId": "22353ec7-5e92-4761-b50e-762a0d8b5d08", "identity": "Joseph Taylor", "Level": 4, "location": "XF", "properties": {"id": "b84db3dc-6311-47ec-98ed-c25028536e00", "createdDateTime": "2022-08-26T07:03:14.815856Z", "userDisplayName": "Joseph Taylor", "userPrincipalName": "jtaylor@domain.com", "userId": "af9847eb-c773-41ae-bf94-42747c5e986c", "appId": "e47a1d38-5f61-45cd-b1b9-bc92f525c598", "appDisplayName": "Altoura", "ipAddress": "42.62.103.34", "status": {"errorCode": 0, "additionalDetails": "MFA requirement satisfied by claim in the token"}, "clientAppUsed": "Browser", "userAgent": "Mozilla/5.0 (Linux; Android 2.3.5) AppleWebKit/532.2 (KHTML, like Gecko) Chrome/46.0.898.0 Safari/532.2 Edge/105.19198", "deviceDetail": {"deviceId": "76b96bd3-e5d7-49ee-b195-bf363facdb3d", "displayName": "JOSEPHTAYLOR-LT", "operatingSystem": "Windows 10", "browser": "Edge 105.19198", "isCompliant": true, "isManaged": true, "trustType": "Azure AD joined"}, "location": {"city": "Jessicafurt", "state": "Smithbury", "countryOrRegion": "XF", "geoCoordinates": {"latitude": 17.5082395, "longitude": -115.304215}}, "mfaDetail": {}, "correlationId": "6ea93a42-0d77-439a-8bd4-0904967eef91", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "27256d53-9491-4311-adec-73cdbf44da18", "isInteractive": true, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 136, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Altoura Online", "resourceId": "f0630e90-b752-4960-bfb9-a0794fc34930", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 393508, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "gdvdIm7FxG1lB0ahBhb8IOuVDJiYvB4PD1MBfgCiEI77SQB9", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "1f37c851-4be4-455b-928a-fbde7845a68a", "rngcStatus": 0}}, {"time": "2022-08-26T07:05:16.067484Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "50158", "resultSignature": "None", "resultDescription": "External security challenge was not satisfied.", "durationMs": 0, "callerIpAddress": "92.110.109.246", "correlationId": "851de6e7-0e6f-4c25-bd0a-d15d08783ba0", "identity": "Thomas Price", "Level": 4, "location": "XR", "properties": {"id": "b84db3dc-6311-47ec-98ed-c250d1aa6900", "createdDateTime": "2022-08-26T07:05:16.214484Z", "userDisplayName": "Thomas Price", "userPrincipalName": "tprice@domain.com", "userId": "32109ee2-ee4f-4d11-9c38-2556aec0f2b5", "appId": "9a7e67c7-6f05-42a3-b226-97c7ec3e9696", "appDisplayName": "Adobe Identity Management", "ipAddress": "92.110.109.246", "status": {"errorCode": 50158, "failureReason": "External security challenge was not satisfied."}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (X11; Linux i686) AppleWebKit/535.2 (KHTML, like Gecko) Chrome/22.0.843.0 Safari/535.2 Edge/118.12158", "deviceDetail": {"deviceId": "fb4d911d-6441-411b-868f-d25d5586a326", "displayName": "THOMASPRICE-LT", "operatingSystem": "Windows 10", "browser": "Edge 118.12158", "trustType": "Hybrid Azure AD joined"}, "location": {"city": "Port Denisetown", "state": "Smithton", "countryOrRegion": "XR", "geoCoordinates": {"latitude": 3.5518965, "longitude": 131.871582}}, "correlationId": "7b52d54a-e302-443b-9f8b-1a4b79906caf", "conditionalAccessStatus": "failure", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "735cf58e-68d1-4bf8-84a1-3a2f797240bf", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 147, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Adobe Identity Management Service", "resourceId": "30663ca7-f8a9-43ab-8ca1-7906bdbc1485", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 230297, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "axmw2hiXcujY2f9i0hZKZ27TN36MvSTOzLKRqmuqvGUQQGsO", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "a6c259e5-7f16-48b2-a9f3-75becd6daa9b", "rngcStatus": 0}}, {"time": "2022-08-26T07:07:46.572377Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "13.113.40.157", "correlationId": "3cb6b00b-76c3-4e4e-a5dc-a34bfce7703e", "identity": "Attack Target", "Level": 4, "location": "XR", "properties": {"id": "47feb9b1-20cd-45b9-b445-8c61b0787800", "createdDateTime": "2022-08-26T07:07:46.690377Z", "userDisplayName": "Attack Target", "userPrincipalName": "attacktarget@domain.com", "userId": "d735e84b-dcca-404d-9f7d-700f360f41a6", "appId": "9a7e67c7-6f05-42a3-b226-97c7ec3e9696", "appDisplayName": "Adobe Identity Management", "ipAddress": "13.113.40.157", "ipAddressFromResourceProvider": "13.113.40.157", "status": {"errorCode": 0}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (iPad; CPU iPad OS 9_3_6 like Mac OS X) AppleWebKit/536.1 (KHTML, like Gecko) CriOS/42.0.865.0 Mobile/77O124 Safari/536.1 Edge/99.14477", "deviceDetail": {"deviceId": "a44625dc-6f81-449a-9799-8005f7209b42", "displayName": "ATTACKTARGET-LT", "operatingSystem": "Windows 10", "browser": "Edge 99.14477", "trustType": "Azure AD registered"}, "location": {"city": "Smithfort", "state": "Smithfort", "countryOrRegion": "XR", "geoCoordinates": {"latitude": 3.7564095, "longitude": -121.574606}}, "correlationId": "8564c25a-0f8b-4411-8bc2-21b4aedb87c5", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "70a32792-604e-47b3-a0d9-579cd7272a53", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 118, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Adobe Identity Management Service", "resourceId": "c8eab36d-0a82-409d-8693-a8dabc997921", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 34974, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "bzCTfsp1qhz9bdseKURDnHLRVHDtjUekhdQf9eWQIWyh5FqR", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "2248d3ef-d7b8-4eb2-bd20-fb53f725bfe3", "rngcStatus": 0}}, {"time": "2022-08-26T08:11:10.132718Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "156.206.181.119", "correlationId": "1977d1ca-07f3-425d-8b94-58df039ad5af", "identity": "Cynthia Perry", "Level": 4, "location": "XY", "properties": {"id": "8f0104bc-cf9f-4ec7-a1f4-ae8432067100", "createdDateTime": "2022-08-26T08:11:10.244718Z", "userDisplayName": "Cynthia Perry", "userPrincipalName": "cperry@domain.com", "userId": "ac5fa380-9d5b-470e-beb2-5ba10aca48e6", "appId": "9de6e985-97a5-4d82-9c45-aedaa9c25ef9", "appDisplayName": "AWS Single-Account Access", "ipAddress": "156.206.181.119", "status": {"errorCode": 0}, "clientAppUsed": "Browser", "deviceDetail": {"deviceId": "", "operatingSystem": "Windows"}, "location": {"city": "Hannaville", "state": "Thomashaven", "countryOrRegion": "XY", "geoCoordinates": {"latitude": 1.1452695, "longitude": 128.249211}}, "correlationId": "4856747d-717a-4cae-881a-3d2c563f7862", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "c31f91cb-d4b3-4e75-bab1-20450bba0b91", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 112, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "AWS Single-Account Access Service", "resourceId": "f0630e90-b752-4960-bfb9-a0794fc34930", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 279165, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "H4B5NE1VIFGReQ7Pgv6ZR83hdfyZD0JjaEBn8nyDja8195wJ", "incomingTokenType": "none", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "1f37c851-4be4-455b-928a-fbde7845a68a", "rngcStatus": 0}}, {"time": "2022-08-26T08:37:55.001054Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "105.169.153.183", "correlationId": "bf338f29-6837-4619-8dfb-639e1128a405", "identity": "Jim Gonzalez", "Level": 4, "location": "XR", "properties": {"id": "8d2b057a-7641-4f9d-ad75-7b19c3256100", "createdDateTime": "2022-08-26T08:37:55.192054Z", "userDisplayName": "Jim Gonzalez", "userPrincipalName": "jgonzalez@domain.com", "userId": "95090045-a9c5-489c-adee-2db430a3333a", "appId": "bf2855c0-7434-4262-8885-ad2f5206d324", "appDisplayName": "COINS Construction Cloud - Project and Productivity Apps", "ipAddress": "105.169.153.183", "status": {"errorCode": 0}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (Windows NT 4.0) AppleWebKit/532.1 (KHTML, like Gecko) Chrome/38.0.801.0 Safari/532.1 Edge/19.15284", "deviceDetail": {"deviceId": "15135d1f-cb47-4bd8-b76d-90a9171c09bd", "displayName": "JIMGONZALEZ-LT", "operatingSystem": "Windows 10", "browser": "Edge 19.15284", "trustType": "Azure AD registered"}, "location": {"city": "Kevinton", "state": "Smithton", "countryOrRegion": "XR", "geoCoordinates": {"latitude": -87.5106305, "longitude": -77.991036}}, "correlationId": "9bad70aa-952a-4bde-9d04-5d2710642ddb", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "f6db822b-b617-4ca9-bb80-5ce400a4fac9", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "processingTimeInMilliseconds": 191, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "COINS Construction Cloud - Project and Productivity Apps Service", "resourceId": "054f44f6-54fb-4ef0-9fc3-d3ec90e47d0d", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 256668, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "UPbxBw3QuZyAoFChJ0oBJFj5KPr9mx7LzqgPavrIIvYM15BR", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": null}}, {"time": "2022-08-26T08:39:27.379422Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "86.154.193.190", "correlationId": "afd3d0e3-6e51-42ef-88ae-5d3ccf88b4ab", "identity": "Jamie Watson", "Level": 4, "location": "XR", "properties": {"id": "1c658931-6466-4ef6-9398-74043e2c7400", "createdDateTime": "2022-08-26T08:39:27.456422Z", "userDisplayName": "Jamie Watson", "userPrincipalName": "jwatson@domain.com", "userId": "2844695b-9a70-48ed-a5ce-f3d711e2292b", "appId": "413f12c2-a9cb-4ca6-a080-d4308249cbe1", "appDisplayName": "Air", "ipAddress": "86.154.193.190", "status": {"errorCode": 0}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (X11; Linux i686) AppleWebKit/533.0 (KHTML, like Gecko) Chrome/24.0.803.0 Safari/533.0 Edge/40.11325", "deviceDetail": {"deviceId": "fc784602-6455-4450-be3c-6770e0359f8a", "displayName": "JAMIEWATSON-LT", "operatingSystem": "Windows 10", "browser": "Edge 40.11325", "isCompliant": true, "isManaged": true, "trustType": "Azure AD joined"}, "location": {"city": "Port Denisetown", "state": "Smithton", "countryOrRegion": "XR", "geoCoordinates": {"latitude": 3.5518965, "longitude": 131.871582}}, "correlationId": "b26efb89-5444-4378-bdeb-ed6a1e124970", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "43c85160-ad63-44bf-9034-31d7c4357867", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 77, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Air Online", "resourceId": "76f4ef5e-0b9a-478c-89cd-2dcd57ca60c3", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 256668, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "eZmCttqsZMoLtqnJf94lCJCfDErB5p1zK2o5lj2KwrjRdgZE", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": null, "rngcStatus": 0}}, {"time": "2022-08-26T08:49:06.226420Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "212.169.11.63", "correlationId": "1c0db82f-f377-4e13-bcb4-05c5afe9149b", "identity": "Kristen Howell", "Level": 4, "location": "XR", "properties": {"id": "adaecd29-d27b-47bd-bda0-f9ceb7736600", "createdDateTime": "2022-08-26T08:49:06.336420Z", "userDisplayName": "Kristen Howell", "userPrincipalName": "khowell@domain.com", "userId": "20e1e3f9-665f-45bd-9984-5e74b526d3b5", "appId": "9a7e67c7-6f05-42a3-b226-97c7ec3e9696", "appDisplayName": "Adobe Identity Management", "ipAddress": "212.169.11.63", "ipAddressFromResourceProvider": "147.132.189.119", "status": {"errorCode": 0}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (iPad; CPU iPad OS 9_3_6 like Mac OS X) AppleWebKit/536.1 (KHTML, like Gecko) CriOS/42.0.865.0 Mobile/77O124 Safari/536.1 Edge/99.14477", "deviceDetail": {"deviceId": "caf12d64-01ec-4396-b330-e7eb6349ad45", "displayName": "KRISTENHOWELL-LT", "operatingSystem": "Windows 10", "browser": "Edge 99.14477", "trustType": "Azure AD registered"}, "location": {"city": "North Lisachester", "state": "Smithton", "countryOrRegion": "XR", "geoCoordinates": {"latitude": -69.00844, "longitude": -172.534328}}, "correlationId": "41e56cdc-7ee7-4812-8648-a9cbbb67f39b", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "50ad89ed-fc50-4c0a-9128-cbfd7e63156c", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 110, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Adobe Identity Management Service", "resourceId": "c8eab36d-0a82-409d-8693-a8dabc997921", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 144064, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "s1fCmfCeBwYfXq7DVaL6Aj3xNEze9sw0wq6RP7MdAG3gDhsu", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "2248d3ef-d7b8-4eb2-bd20-fb53f725bfe3", "rngcStatus": 0}}, {"time": "2022-08-26T08:59:55.591731Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "50158", "resultSignature": "None", "resultDescription": "External security challenge was not satisfied.", "durationMs": 0, "callerIpAddress": "105.169.153.183", "correlationId": "deb94ac1-beba-4fb9-92da-557296c62d11", "identity": "Thomas Price", "Level": 4, "location": "XR", "properties": {"id": "49fb257d-c904-4a00-a9fb-e95fc1d35600", "createdDateTime": "2022-08-26T08:59:55.796731Z", "userDisplayName": "Thomas Price", "userPrincipalName": "tprice@domain.com", "userId": "32109ee2-ee4f-4d11-9c38-2556aec0f2b5", "appId": "9a7e67c7-6f05-42a3-b226-97c7ec3e9696", "appDisplayName": "Adobe Identity Management", "ipAddress": "105.169.153.183", "status": {"errorCode": 50158, "failureReason": "External security challenge was not satisfied."}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (X11; Linux i686) AppleWebKit/535.2 (KHTML, like Gecko) Chrome/22.0.843.0 Safari/535.2 Edge/118.12158", "deviceDetail": {"deviceId": "2b85c59f-331a-4b61-9a44-9d3d6df62a06", "displayName": "THOMASPRICE-LT", "operatingSystem": "Windows 10", "browser": "Edge 118.12158", "trustType": "Hybrid Azure AD joined"}, "location": {"city": "Kevinton", "state": "Smithton", "countryOrRegion": "XR", "geoCoordinates": {"latitude": -87.5106305, "longitude": -77.991036}}, "correlationId": "0b8517a0-0834-4a38-aae7-32201e9ea01a", "conditionalAccessStatus": "failure", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "7b849416-bc30-4dfc-b1f3-965afbb9bc63", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "processingTimeInMilliseconds": 205, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Adobe Identity Management Service", "resourceId": "30663ca7-f8a9-43ab-8ca1-7906bdbc1485", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 256668, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "4y5u7yeMvsXV9CDHtIHVnhadqjhLMIxMcPfw7GTMmXCmdG3f", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "a6c259e5-7f16-48b2-a9f3-75becd6daa9b"}}, {"time": "2022-08-26T09:13:45.158462Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "199.12.127.103", "correlationId": "2cbf0b49-5807-4bfa-b1d9-54e6b50b309b", "identity": "Jacob Meyers", "Level": 4, "location": "XG", "properties": {"id": "f76a87a3-7638-4ccc-9bfd-93d21d636a00", "createdDateTime": "2022-08-26T09:13:45.235462Z", "userDisplayName": "Jacob Meyers", "userPrincipalName": "jmeyers@domain.com", "userId": "c63a67b0-1651-4a8a-9560-cc703cdad5ad", "appId": "2eae4ad1-8cae-48fe-b718-76bd66e2fc7f", "appDisplayName": "Bipsync", "ipAddress": "199.12.127.103", "status": {"errorCode": 0}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (iPad; CPU iPad OS 9_3_6 like Mac OS X) AppleWebKit/536.1 (KHTML, like Gecko) CriOS/42.0.865.0 Mobile/77O124 Safari/536.1 Edge/99.14477", "deviceDetail": {"deviceId": "68cb982e-f215-496c-89bb-cc07716ff474", "displayName": "JACOBMEYERS-LT", "operatingSystem": "Windows 10", "browser": "Edge 99.14477", "trustType": "Azure AD registered"}, "location": {"city": "Port Nathan", "state": "Newmanville", "countryOrRegion": "XG", "geoCoordinates": {"latitude": 23.244641, "longitude": -113.392021}}, "correlationId": "057fac31-2055-425a-a908-1443b2b02b11", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "c4287963-3b48-40cb-ab8e-a661fdef8e86", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 77, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Bipsync Service", "resourceId": "819aa3ed-3b63-4925-8388-0b8d41022941", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 282405, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "9uIrUs5nXC0wG3rToBAIHmZc35ScxT1LL4hEZZedcN01QJ3b", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "7f0c9abd-8b0d-4973-8675-a495454c0c86", "rngcStatus": 0}}, {"time": "2022-08-26T09:22:00.881544Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "22.42.248.243", "correlationId": "8f411738-6a1d-4050-8226-50189ea9dea7", "identity": "Melissa Martin", "Level": 4, "location": "XR", "properties": {"id": "ece24cb8-8bbf-4dc3-90e8-e3acaa0e6600", "createdDateTime": "2022-08-26T09:22:00.963544Z", "userDisplayName": "Melissa Martin", "userPrincipalName": "mmartin@domain.com", "userId": "632ccb55-03a7-40f4-9893-653527cae790", "appId": "9167c284-c68f-468a-84be-0ee4f23879fe", "appDisplayName": "ArcGIS Enterprise", "ipAddress": "22.42.248.243", "status": {"errorCode": 0}, "clientAppUsed": "Mobile Apps and Desktop clients", "deviceDetail": {"deviceId": "", "operatingSystem": "Ios", "browser": "Mobile Safari"}, "location": {"city": "Port Denisetown", "state": "Smithton", "countryOrRegion": "XR", "geoCoordinates": {"latitude": 40.136047, "longitude": 44.514491}}, "correlationId": "77418b11-8f36-468b-b707-9dd0d547ee55", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "566d9ba2-9615-44c1-b70c-c9c704ece9df", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 82, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "ArcGIS Enterprise Service", "resourceId": "c4baffed-f90a-4ef3-84b1-d08d189a41c0", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 432564, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "o3aYwhj9SawrkNBX33ruymqWlSenZ374BxxebPi6HSDELDvC", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "64850142-3730-4958-94ec-3cf3a39cf409", "rngcStatus": 0}}, {"time": "2022-08-26T09:22:06.737074Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "156.206.181.119", "correlationId": "e191a48d-eb6d-409a-b857-ce921c330156", "identity": "Cynthia Perry", "Level": 4, "location": "XY", "properties": {"id": "717ef043-4342-4bef-be3f-b1a22c646600", "createdDateTime": "2022-08-26T09:22:06.840074Z", "userDisplayName": "Cynthia Perry", "userPrincipalName": "cperry@domain.com", "userId": "ac5fa380-9d5b-470e-beb2-5ba10aca48e6", "appId": "9de6e985-97a5-4d82-9c45-aedaa9c25ef9", "appDisplayName": "AWS Single-Account Access", "ipAddress": "156.206.181.119", "status": {"errorCode": 0}, "clientAppUsed": "Browser", "deviceDetail": {"deviceId": "", "operatingSystem": "Windows"}, "location": {"city": "Hannaville", "state": "Thomashaven", "countryOrRegion": "XY", "geoCoordinates": {"latitude": 1.1452695, "longitude": 128.249211}}, "correlationId": "f7c76817-8276-49b3-bb24-cda8067931a4", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "cc435a8b-005b-497d-b175-5aeb38aae527", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 103, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "AWS Single-Account Access Service", "resourceId": "9a84f55e-3a40-492c-9476-e069f64ed7a6", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 279165, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "bsN55wvI8NJiO1GMI8Rj7I2xlFFFvDKLw9KV7H6RHOCIO8Jz", "incomingTokenType": "none", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "37ee873b-f901-4e25-be69-010243106d0f", "rngcStatus": 0}}, {"time": "2022-08-26T09:23:34.764945Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "105.169.153.183", "correlationId": "e92dab42-e17a-44a8-a10f-093a8423cb0c", "identity": "Jim Gonzalez", "Level": 4, "location": "XR", "properties": {"id": "d1c71b55-a9e3-4309-9710-b392516f5100", "createdDateTime": "2022-08-26T09:23:34.926945Z", "userDisplayName": "Jim Gonzalez", "userPrincipalName": "jgonzalez@domain.com", "userId": "95090045-a9c5-489c-adee-2db430a3333a", "appId": "9de6e985-97a5-4d82-9c45-aedaa9c25ef9", "appDisplayName": "AWS Single-Account Access", "ipAddress": "105.169.153.183", "status": {"errorCode": 0}, "clientAppUsed": "Browser", "deviceDetail": {"deviceId": "15135d1f-cb47-4bd8-b76d-90a9171c09bd", "displayName": "JIMGONZALEZ-LT", "operatingSystem": "Windows", "trustType": "Azure AD registered"}, "location": {"city": "Kevinton", "state": "Smithton", "countryOrRegion": "XR", "geoCoordinates": {"latitude": -87.5106305, "longitude": -77.991036}}, "correlationId": "4e547c5d-35f3-4ae5-b927-d26bae22e534", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "8bfbfcd7-eb52-4498-a3be-f160e3f526a7", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "processingTimeInMilliseconds": 162, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "AWS Single-Account Access Service", "resourceId": "f0630e90-b752-4960-bfb9-a0794fc34930", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 256668, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "JdcmipiGNkGf29qNz8ywWteCNLwXF8RmMbZFMXkxMIkEjkof", "incomingTokenType": "none", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "1f37c851-4be4-455b-928a-fbde7845a68a"}}, {"time": "2022-08-26T09:35:14.979865Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "50158", "resultSignature": "None", "resultDescription": "External security challenge was not satisfied.", "durationMs": 0, "callerIpAddress": "147.132.189.119", "correlationId": "8ae3cbe5-9f15-4aee-a91a-4d26e482c688", "identity": "Terry Proctor", "Level": 4, "location": "XR", "properties": {"id": "aae6799f-ea3c-499a-892d-2f1a795e5200", "createdDateTime": "2022-08-26T09:35:15.092865Z", "userDisplayName": "Terry Proctor", "userPrincipalName": "tproctor@domain.com", "userId": "03110cc5-e54f-4dae-b68a-bf5d945f8152", "appId": "9a7e67c7-6f05-42a3-b226-97c7ec3e9696", "appDisplayName": "Adobe Identity Management", "ipAddress": "147.132.189.119", "status": {"errorCode": 50158, "failureReason": "External security challenge was not satisfied.", "additionalDetails": "MFA requirement satisfied by claim in the token"}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (X11; Linux i686) AppleWebKit/533.0 (KHTML, like Gecko) Chrome/24.0.803.0 Safari/533.0 Edge/40.11325", "deviceDetail": {"deviceId": "88ee69d5-1eb7-4f29-b594-e9b4e3371940", "displayName": "TERRYPROCTOR-LT", "operatingSystem": "Windows 10", "browser": "Edge 40.11325", "isCompliant": true, "isManaged": true, "trustType": "Azure AD joined"}, "location": {"city": "Port Denisetown", "state": "Smithton", "countryOrRegion": "XR", "geoCoordinates": {"latitude": 3.5518965, "longitude": 131.871582}}, "mfaDetail": {}, "correlationId": "40fa81ad-bb75-4081-8fdb-63dab2621726", "conditionalAccessStatus": "failure", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "754c6144-ee87-483f-a164-75bd8de2d29a", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "processingTimeInMilliseconds": 113, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Adobe Identity Management Service", "resourceId": "2c3383ff-432a-49ee-bb8b-8699a7d0416f", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 256668, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "k7WCaZsLGIusir0ouyfpGEUIVYLCh8fxWq7bF8WBI39AvqXo", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "35efb8e5-3b35-4a86-b7ce-660b69bfa773"}}, {"time": "2022-08-26T09:43:34.767776Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "91.132.253.146", "correlationId": "f9e8850d-64a4-47ad-a41d-6790b57909d9", "identity": "Aaron Cole", "Level": 4, "location": "XD", "properties": {"id": "04386101-53be-4839-bba8-bcf180275200", "createdDateTime": "2022-08-26T09:43:35.003776Z", "userDisplayName": "Aaron Cole", "userPrincipalName": "acole@domain.com", "userId": "5d557969-1645-4ba4-be83-b6fd943659f7", "appId": "af50c7b0-ad5f-40ec-840e-8d89be454ce4", "appDisplayName": "Citrix ShareFile", "ipAddress": "91.132.253.146", "status": {"errorCode": 0}, "clientAppUsed": "Browser", "deviceDetail": {"deviceId": "", "operatingSystem": "Windows10", "browser": "Rich Client 4.36.1.0"}, "location": {"city": "Rickshire", "state": "Norrisbury", "countryOrRegion": "XD", "geoCoordinates": {"latitude": -78.5751045, "longitude": 58.329246}}, "correlationId": "03b336c2-0ac6-4736-8fc6-1f54fcb2c952", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "a23452ec-6eae-4a0b-9b29-48d2245b33c7", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "processingTimeInMilliseconds": 236, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Citrix ShareFile Online", "resourceId": "206eb199-f73e-416e-9d51-9d50dd19be75", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 214655, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "9bZPPLyuLj5Opi90bwRtVY444fW3LBa0uMI59icHZni3NQPS", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": null}}, {"time": "2022-08-26T09:54:39.991519Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "50158", "resultSignature": "None", "resultDescription": "External security challenge was not satisfied.", "durationMs": 0, "callerIpAddress": "92.110.109.246", "correlationId": "bbfbd01f-3341-485f-b046-ca2633140664", "identity": "Thomas Price", "Level": 4, "location": "XR", "properties": {"id": "a1992293-def5-47de-a489-bdba1f9e5600", "createdDateTime": "2022-08-26T09:54:40.119519Z", "userDisplayName": "Thomas Price", "userPrincipalName": "tprice@domain.com", "userId": "32109ee2-ee4f-4d11-9c38-2556aec0f2b5", "appId": "9a7e67c7-6f05-42a3-b226-97c7ec3e9696", "appDisplayName": "Adobe Identity Management", "ipAddress": "92.110.109.246", "status": {"errorCode": 50158, "failureReason": "External security challenge was not satisfied."}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (X11; Linux i686) AppleWebKit/535.2 (KHTML, like Gecko) Chrome/22.0.843.0 Safari/535.2 Edge/118.12158", "deviceDetail": {"deviceId": "35819889-abdc-47e0-b28d-5195d26e941f", "displayName": "THOMASPRICE-LT", "operatingSystem": "Windows 10", "browser": "Edge 118.12158", "trustType": "Hybrid Azure AD joined"}, "location": {"city": "Port Denisetown", "state": "Smithton", "countryOrRegion": "XR", "geoCoordinates": {"latitude": 3.5518965, "longitude": 131.871582}}, "correlationId": "6deffa25-015f-4652-8271-d0c35cb703fc", "conditionalAccessStatus": "failure", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "f0a7dc76-d83c-4ec3-8b7e-dc542d0bc732", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "processingTimeInMilliseconds": 128, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Adobe Identity Management Service", "resourceId": "30663ca7-f8a9-43ab-8ca1-7906bdbc1485", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 230297, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "4ADMzhekUJaSjzDRM8RE0Zu26pwBABZURfUvlRnyfyVV9Wnd", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "a6c259e5-7f16-48b2-a9f3-75becd6daa9b"}}, {"time": "2022-08-26T09:57:58.699527Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "1.210.58.10", "correlationId": "126cabc5-dc70-4e9c-80c0-1b04e8c8c0f3", "identity": "Keith Sheppard", "Level": 4, "location": "XD", "properties": {"id": "161299a3-6083-437a-9849-b31635c86f00", "createdDateTime": "2022-08-26T09:57:58.829527Z", "userDisplayName": "Keith Sheppard", "userPrincipalName": "ksheppard@domain.com", "userId": "05bd48f1-91d2-4c2d-9a7c-80e80f561b3c", "appId": "9de6e985-97a5-4d82-9c45-aedaa9c25ef9", "appDisplayName": "AWS Single-Account Access", "ipAddress": "1.210.58.10", "status": {"errorCode": 0}, "clientAppUsed": "Browser", "deviceDetail": {"deviceId": "639815fd-5018-4e38-9d81-67538b2ce460", "displayName": "KEITHSHEPPARD-LT", "operatingSystem": "Windows", "trustType": "Azure AD registered"}, "location": {"city": "Cooperhaven", "state": "Norrisbury", "countryOrRegion": "XD", "geoCoordinates": {"latitude": 70.436398, "longitude": -23.873747}}, "correlationId": "308cfc06-c8ad-4390-8b09-c5603a9b98e4", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "839cd30e-e929-4bef-9c54-dd9a930adda6", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 130, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "AWS Single-Account Access Service", "resourceId": "c65cf5f9-5537-4200-889e-381c4f60ca7d", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 69487, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "Tjp9NBTKN762WCQFCQpI0MyM5Saje8Htx8B8EQBHHiA9uKAQ", "incomingTokenType": "none", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": null, "rngcStatus": 0}}, {"time": "2022-08-26T10:16:10.431803Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "SignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "205.33.24.92", "correlationId": "e7042b8c-a42a-4faf-9d1a-abfe9ab335f9", "identity": "Aaron Cole", "Level": 4, "location": "XD", "properties": {"id": "5f49701c-c5bf-4acf-bdf6-78ff05e96d00", "createdDateTime": "2022-08-26T10:16:10.532803Z", "userDisplayName": "Aaron Cole", "userPrincipalName": "acole@domain.com", "userId": "5d557969-1645-4ba4-be83-b6fd943659f7", "appId": "e47a1d38-5f61-45cd-b1b9-bc92f525c598", "appDisplayName": "Altoura", "ipAddress": "205.33.24.92", "status": {"errorCode": 0}, "clientAppUsed": "Browser", "userAgent": "Mozilla/5.0 (Linux; Android 2.3.5) AppleWebKit/532.2 (KHTML, like Gecko) Chrome/46.0.898.0 Safari/532.2 Edge/105.19198", "deviceDetail": {"deviceId": "", "operatingSystem": "Windows 10", "browser": "Edge 105.19198"}, "location": {"city": "Kristinmouth", "state": "Norrisbury", "countryOrRegion": "XD", "geoCoordinates": {"latitude": 26.278784, "longitude": -92.042573}}, "correlationId": "22a0617e-787d-49cd-968c-0b68c63fe39c", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "49b146ec-39ff-4d09-bf84-21308362b157", "isInteractive": true, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 101, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Altoura Online", "resourceId": "f0630e90-b752-4960-bfb9-a0794fc34930", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 214655, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "4YSuEhsGpCjTI5FoaF0FQtj9LwEmQDgVDgUhAq2saDsdp6A0", "incomingTokenType": "none", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "1f37c851-4be4-455b-928a-fbde7845a68a", "rngcStatus": 0}}, {"time": "2022-08-26T10:22:27.018288Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "13.113.40.157", "correlationId": "af3837c4-23a5-478b-9a64-f2d593ea7f71", "identity": "Attack Target", "Level": 4, "location": "XR", "properties": {"id": "3d9beed6-c74c-4138-a357-12d6e1bd9200", "createdDateTime": "2022-08-26T10:22:27.128288Z", "userDisplayName": "Attack Target", "userPrincipalName": "attacktarget@domain.com", "userId": "d735e84b-dcca-404d-9f7d-700f360f41a6", "appId": "9a7e67c7-6f05-42a3-b226-97c7ec3e9696", "appDisplayName": "Adobe Identity Management", "ipAddress": "13.113.40.157", "status": {"errorCode": 0}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (iPad; CPU iPad OS 9_3_6 like Mac OS X) AppleWebKit/536.1 (KHTML, like Gecko) CriOS/42.0.865.0 Mobile/77O124 Safari/536.1 Edge/99.14477", "deviceDetail": {"deviceId": "a44625dc-6f81-449a-9799-8005f7209b42", "displayName": "ATTACKTARGET-LT", "operatingSystem": "Windows 10", "browser": "Edge 99.14477", "trustType": "Azure AD registered"}, "location": {"city": "Smithfort", "state": "Smithfort", "countryOrRegion": "XR", "geoCoordinates": {"latitude": 3.7564095, "longitude": -121.574606}}, "correlationId": "cc864364-cca8-4aac-837f-a7ff6cbb897f", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "5c92a1d8-1cd0-4aaf-9408-904bf4d209fa", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 110, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Adobe Identity Management Service", "resourceId": "30663ca7-f8a9-43ab-8ca1-7906bdbc1485", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 34974, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "LeB05oZivy0SyhGC9cijOq40zUsBsiCJKMMWzuwjPX7oApPQ", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "a6c259e5-7f16-48b2-a9f3-75becd6daa9b", "rngcStatus": 0}}, {"time": "2022-08-26T10:22:42.734422Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "147.132.189.119", "correlationId": "36141294-0cdc-456f-b2f7-69692fce3538", "identity": "Cassie Fernandez", "Level": 4, "location": "XR", "properties": {"id": "a7040866-7462-4670-869d-e48253f57200", "createdDateTime": "2022-08-26T10:22:42.839422Z", "userDisplayName": "Cassie Fernandez", "userPrincipalName": "cfernandez@domain.com", "userId": "67ef8be6-3f44-4db7-8172-fd6211428c1e", "appId": "2eae4ad1-8cae-48fe-b718-76bd66e2fc7f", "appDisplayName": "Bipsync", "ipAddress": "147.132.189.119", "status": {"errorCode": 0}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (iPad; CPU iPad OS 9_3_6 like Mac OS X) AppleWebKit/536.1 (KHTML, like Gecko) CriOS/42.0.865.0 Mobile/77O124 Safari/536.1 Edge/99.14477", "deviceDetail": {"deviceId": "bf67c857-685a-4457-89c4-db2afa581bd2", "displayName": "CASSIEFERNANDEZ-LT", "operatingSystem": "Windows 10", "browser": "Edge 99.14477", "trustType": "Hybrid Azure AD joined"}, "location": {"city": "Port Denisetown", "state": "Smithton", "countryOrRegion": "XR", "geoCoordinates": {"latitude": 3.5518965, "longitude": 131.871582}}, "correlationId": "4e92192f-77e7-4216-8930-45209034c442", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "cf674cb0-49ea-4ac3-908f-593af25fca32", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 105, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Bipsync Service", "resourceId": "819aa3ed-3b63-4925-8388-0b8d41022941", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 256668, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "Tg1HdpU0eaCiwtId2o6ktGXJZcbXR0l2H9ZdEMcXb8pBamSO", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "7f0c9abd-8b0d-4973-8675-a495454c0c86", "rngcStatus": 0}}, {"time": "2022-08-26T10:34:48.416395Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "156.206.181.119", "correlationId": "1d241b7c-9b27-4a67-bd6b-61423dec538b", "identity": "Cynthia Perry", "Level": 4, "location": "XY", "properties": {"id": "bddc03c8-8da3-4ef6-8ef9-a50300719100", "createdDateTime": "2022-08-26T10:34:48.552395Z", "userDisplayName": "Cynthia Perry", "userPrincipalName": "cperry@domain.com", "userId": "ac5fa380-9d5b-470e-beb2-5ba10aca48e6", "appId": "9de6e985-97a5-4d82-9c45-aedaa9c25ef9", "appDisplayName": "AWS Single-Account Access", "ipAddress": "156.206.181.119", "status": {"errorCode": 0}, "clientAppUsed": "Browser", "deviceDetail": {"deviceId": "", "operatingSystem": "Windows"}, "location": {"city": "Hannaville", "state": "Thomashaven", "countryOrRegion": "XY", "geoCoordinates": {"latitude": 1.1452695, "longitude": 128.249211}}, "correlationId": "81b13cb3-2af3-4689-8608-18806bfa37f2", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "b39a652e-8bf4-4155-81a5-147099a9e907", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 136, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "AWS Single-Account Access Service", "resourceId": "f0630e90-b752-4960-bfb9-a0794fc34930", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 279165, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "n1zWla9vf4ZMy0WqVjuhigLMmfCRCIB7WLm7W5IOTORyizDI", "incomingTokenType": "none", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "1f37c851-4be4-455b-928a-fbde7845a68a", "rngcStatus": 0}}, {"time": "2022-08-26T10:34:52.543495Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "99.116.100.205", "correlationId": "2f6a1443-d43b-4a06-8625-e72181fa95a4", "identity": "Aaron Cole", "Level": 4, "location": "XD", "properties": {"id": "c83cd04e-d0c7-4947-846d-4acb090a6d00", "createdDateTime": "2022-08-26T10:34:52.636495Z", "userDisplayName": "Aaron Cole", "userPrincipalName": "acole@domain.com", "userId": "5d557969-1645-4ba4-be83-b6fd943659f7", "appId": "36f74ffc-90e8-46e0-b0ed-588b76ed6f47", "appDisplayName": "Inspire", "ipAddress": "99.116.100.205", "status": {"errorCode": 0}, "clientAppUsed": "Browser", "deviceDetail": {"deviceId": "", "operatingSystem": "Windows", "browser": "Rich Client 4.35.1.0"}, "location": {"city": "Carrollstad", "state": "Norrisbury", "countryOrRegion": "XD", "geoCoordinates": {"latitude": -38.8540465, "longitude": -17.674718}}, "correlationId": "2cf604de-9d88-4391-ad91-477b4559cb10", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "d4e56bae-99fe-4079-9c82-e8a91cf61f14", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 93, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Inspire Online", "resourceId": "042c3df9-f692-4971-8c0b-72867fa422dd", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 214655, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "Qh8iiRXCPFLGGe1y9kZlmw9wPrplMPMYGPg0fJqSJzhXR1hg", "incomingTokenType": "none", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "9dab86e5-2edb-4073-bed1-a1b309638aa2", "rngcStatus": 0}}, {"time": "2022-08-26T11:23:37.521041Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "42.62.103.34", "correlationId": "cae3cd4a-1ba8-4959-8683-216665ae8f6e", "identity": "Joseph Taylor", "Level": 4, "location": "XF", "properties": {"id": "1c6a3fdd-a0db-4dca-8c1d-bb56fa149000", "createdDateTime": "2022-08-26T11:23:37.609041Z", "userDisplayName": "Joseph Taylor", "userPrincipalName": "jtaylor@domain.com", "userId": "af9847eb-c773-41ae-bf94-42747c5e986c", "appId": "b9c45636-4d7c-4d33-8678-39527c8b5976", "appDisplayName": "LinkedIn Lookup", "ipAddress": "42.62.103.34", "status": {"errorCode": 0}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (iPad; CPU iPad OS 9_3_6 like Mac OS X) AppleWebKit/536.1 (KHTML, like Gecko) CriOS/42.0.865.0 Mobile/77O124 Safari/536.1 Edge/99.14477", "deviceDetail": {"deviceId": "76b96bd3-e5d7-49ee-b195-bf363facdb3d", "displayName": "JOSEPHTAYLOR-LT", "operatingSystem": "Windows 10", "browser": "Edge 99.14477", "isCompliant": true, "isManaged": true, "trustType": "Azure AD joined"}, "location": {"city": "Jessicafurt", "state": "Smithbury", "countryOrRegion": "XF", "geoCoordinates": {"latitude": 17.5082395, "longitude": -115.304215}}, "correlationId": "25c0d81f-cc5d-4cff-9328-45e0c60d476d", "conditionalAccessStatus": "notApplied", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "fa80891b-774c-4f62-a32b-79aa03fc047d", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 88, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "LinkedIn Lookup Online", "resourceId": "4792a15b-0a23-4ddb-be78-f0f8eaecfae5", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 393508, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "Y28OFt67a5Hu2ux8nYCIuEDhK10S54hABfdhVgJOcgv7kdoA", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "bbd8c442-8cbf-48d6-9501-8bde23fb6f35", "rngcStatus": 0}}, {"time": "2022-08-26T11:23:39.971317Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "92.110.109.246", "correlationId": "73d4832d-fa59-47b5-b1e0-c8e0486cfee0", "identity": "David Johnson", "Level": 4, "location": "XR", "properties": {"id": "baab1233-76d0-4f3f-8bc6-ec80f60d9f00", "createdDateTime": "2022-08-26T11:23:40.126317Z", "userDisplayName": "David Johnson", "userPrincipalName": "djohnson@domain.com", "userId": "ff2ae3d2-8cd2-4bd6-b65d-49c5ad946c7f", "appId": "9a7e67c7-6f05-42a3-b226-97c7ec3e9696", "appDisplayName": "Adobe Identity Management", "ipAddress": "92.110.109.246", "status": {"errorCode": 0}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (Windows NT 4.0) AppleWebKit/531.1 (KHTML, like Gecko) Chrome/20.0.823.0 Safari/531.1 Edge/87.11424", "deviceDetail": {"deviceId": "8fb0ff79-f116-4f20-8ca8-36b3f8d68865", "displayName": "DAVIDJOHNSON-LT", "operatingSystem": "Windows 10", "browser": "Edge 87.11424", "trustType": "Azure AD registered"}, "location": {"city": "Port Denisetown", "state": "Smithton", "countryOrRegion": "XR", "geoCoordinates": {"latitude": 3.5518965, "longitude": 131.871582}}, "correlationId": "0127e355-83b1-4d16-b56a-b0275cafd236", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "58c56ca9-3ad5-40ef-b842-56e253e69cf9", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 155, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Adobe Identity Management Service", "resourceId": "80abac89-d2c0-4b6c-8ffc-5023bd7efc5e", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 230297, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "qhJyRs4wZ4TCygEwg8a2kcGJpHu9MwI8IC0YhxGLlf5NEG1E", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": null, "rngcStatus": 0}}, {"time": "2022-08-26T11:47:52.519169Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "92.150.146.180", "correlationId": "38be0b35-18f8-4c87-ae3b-661c8ae2c0c3", "identity": "Nicholas Black", "Level": 4, "location": "XP", "properties": {"id": "c4e18eba-fde1-4935-9777-9ad5c40f6200", "createdDateTime": "2022-08-26T11:47:52.604169Z", "userDisplayName": "Nicholas Black", "userPrincipalName": "nblack@domain.com", "userId": "fdbaeb01-a814-4736-b297-facda1075c14", "appId": "9167c284-c68f-468a-84be-0ee4f23879fe", "appDisplayName": "ArcGIS Enterprise", "ipAddress": "92.150.146.180", "status": {"errorCode": 0}, "clientAppUsed": "Mobile Apps and Desktop clients", "deviceDetail": {"deviceId": "", "operatingSystem": "Android"}, "location": {"city": "Christopherton", "state": "Andreaport", "countryOrRegion": "XP", "geoCoordinates": {"latitude": -59.4533945, "longitude": -153.616856}}, "correlationId": "8fbb2a93-9bad-4dd7-b2a8-1ff3974a3185", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "90954f7d-4853-49dd-8757-95b3819e45e2", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 85, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "ArcGIS Enterprise Service", "resourceId": "db504cc4-8f0b-4800-a3d2-d75104ad7e82", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 370904, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "VGcfgYhStC1f0JRArWdWCOnF6wHRp8wqbXHadDv6PjHSwL1M", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "e1eed55d-0b15-4abe-964b-f2d45bbc8964", "rngcStatus": 0}}, {"time": "2022-08-26T12:04:24.131576Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "86.154.193.190", "correlationId": "dc0e7fdb-a7fc-477a-a30b-a5b10b10ef03", "identity": "Kristen Howell", "Level": 4, "location": "XR", "properties": {"id": "f0f4834e-896b-4034-86be-e32a62dc9a00", "createdDateTime": "2022-08-26T12:04:24.215576Z", "userDisplayName": "Kristen Howell", "userPrincipalName": "khowell@domain.com", "userId": "20e1e3f9-665f-45bd-9984-5e74b526d3b5", "appId": "bf2855c0-7434-4262-8885-ad2f5206d324", "appDisplayName": "COINS Construction Cloud - Project and Productivity Apps", "ipAddress": "86.154.193.190", "status": {"errorCode": 0, "additionalDetails": "MFA requirement satisfied by claim in the token"}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (X11; Linux i686) AppleWebKit/533.0 (KHTML, like Gecko) Chrome/24.0.803.0 Safari/533.0 Edge/40.11325", "deviceDetail": {"deviceId": "6ea76864-5f18-47dd-adb9-2b1dfcbfc425", "displayName": "KRISTENHOWELL-LT", "operatingSystem": "Windows 10", "browser": "Edge 40.11325", "isCompliant": true, "isManaged": true, "trustType": "Azure AD joined"}, "location": {"city": "Port Denisetown", "state": "Smithton", "countryOrRegion": "XR", "geoCoordinates": {"latitude": 3.5518965, "longitude": 131.871582}}, "mfaDetail": {}, "correlationId": "58254755-63be-4094-a470-fe8b364060d9", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "b7a57772-d1c3-48a3-97a6-aefab9307063", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 84, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "COINS Construction Cloud - Project and Productivity Apps Service", "resourceId": "84a36a79-eb71-4ec5-afa6-b76baa3640bf", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 256668, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "KoCA25AN8oOFGbFuDBQIIHc35vVEQj1Om6DhGhogY6KjODET", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": null, "rngcStatus": 0}}, {"time": "2022-08-26T12:11:53.248062Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "SignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "147.132.189.119", "correlationId": "4f322d5d-12d6-4d9b-9324-440f8c1b2aa5", "identity": "Melissa Martin", "Level": 4, "location": "XR", "properties": {"id": "dbc70563-d52e-4283-b326-d172923c7100", "createdDateTime": "2022-08-26T12:11:53.373062Z", "userDisplayName": "Melissa Martin", "userPrincipalName": "mmartin@domain.com", "userId": "632ccb55-03a7-40f4-9893-653527cae790", "appId": "87c7e13d-e2cc-4354-be2a-21cc1388764c", "appDisplayName": "Mitel Connect", "ipAddress": "147.132.189.119", "status": {"errorCode": 0}, "clientAppUsed": "Browser", "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 12_4_8 like Mac OS X) AppleWebKit/536.2 (KHTML, like Gecko) CriOS/39.0.845.0 Mobile/81S373 Safari/536.2 Edge/40.11827", "deviceDetail": {"deviceId": "", "operatingSystem": "Windows 10", "browser": "Edge 40.11827"}, "location": {"city": "Port Denisetown", "state": "Smithton", "countryOrRegion": "XR", "geoCoordinates": {"latitude": 3.5518965, "longitude": 131.871582}}, "correlationId": "646a6206-6172-446f-b973-1b83e0c40fdb", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "218dbde4-609e-4848-a305-cadeeb75ab18", "isInteractive": true, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 125, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Mitel Connect Service", "resourceId": "f0630e90-b752-4960-bfb9-a0794fc34930", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 256668, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "p2sEErz0gkAoe2rICAtho5YoixLbZGnE9ZLeIMO8M5phL5XE", "incomingTokenType": "none", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "1f37c851-4be4-455b-928a-fbde7845a68a", "rngcStatus": 0}}, {"time": "2022-08-26T12:19:47.000766Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "205.33.24.92", "correlationId": "afc3e5c2-ede0-4377-998d-d257b37f929d", "identity": "Aaron Cole", "Level": 4, "location": "XD", "properties": {"id": "4c611638-3218-4fe7-8e92-9add38b56600", "createdDateTime": "2022-08-26T12:19:47.088766Z", "userDisplayName": "Aaron Cole", "userPrincipalName": "acole@domain.com", "userId": "5d557969-1645-4ba4-be83-b6fd943659f7", "appId": "cb9ad245-0b24-4c75-ba23-398500baf7a8", "appDisplayName": "FileCloud", "ipAddress": "205.33.24.92", "status": {"errorCode": 0}, "clientAppUsed": "Browser", "deviceDetail": {"deviceId": "", "operatingSystem": "Windows", "browser": "Rich Client 4.35.1.0"}, "location": {"city": "Kristinmouth", "state": "Norrisbury", "countryOrRegion": "XD", "geoCoordinates": {"latitude": 26.278784, "longitude": -92.042573}}, "correlationId": "a2323b40-8748-41ad-8ead-f81c28fecdce", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "5dbe6c7c-804b-4a7c-8594-434fa3010c65", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 88, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "FileCloud Service", "resourceId": "a1edee32-85c4-4a57-afcb-5853873a47e7", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 214655, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "GJjZG1A3pDHQGSNioIqiHL3fMdZjBjt1b9V2xJbqQ4jNyIdH", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "0898af19-dfef-4b51-a918-f534c473013d", "rngcStatus": 0}}, {"time": "2022-08-26T12:21:13.661782Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "192.109.198.118", "correlationId": "8fb293c5-a06e-4ac0-a37e-9458df2abb4b", "identity": "Joseph Taylor", "Level": 4, "location": "XF", "properties": {"id": "1c6a3fdd-a0db-4dca-8c1d-bb56e2f09700", "createdDateTime": "2022-08-26T12:21:13.743782Z", "userDisplayName": "Joseph Taylor", "userPrincipalName": "jtaylor@domain.com", "userId": "af9847eb-c773-41ae-bf94-42747c5e986c", "appId": "99190773-7529-426f-b498-cb936b6504ab", "appDisplayName": "Linux Foundation Training", "ipAddress": "192.109.198.118", "status": {"errorCode": 0, "additionalDetails": "MFA requirement satisfied by claim in the token"}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (iPad; CPU iPad OS 9_3_6 like Mac OS X) AppleWebKit/536.1 (KHTML, like Gecko) CriOS/42.0.865.0 Mobile/77O124 Safari/536.1 Edge/99.14477", "deviceDetail": {"deviceId": "76b96bd3-e5d7-49ee-b195-bf363facdb3d", "displayName": "JOSEPHTAYLOR-LT", "operatingSystem": "Windows 10", "browser": "Edge 99.14477", "isCompliant": true, "isManaged": true, "trustType": "Azure AD joined"}, "location": {"city": "Lake Wendyberg", "state": "Smithbury", "countryOrRegion": "XF", "geoCoordinates": {"latitude": -19.553711, "longitude": -136.787477}}, "mfaDetail": {}, "correlationId": "0c0506a1-1a39-453d-b06b-732fe0b136f7", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "2ed1ca61-a3b1-409e-8951-cc30cfab6686", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 82, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Linux Foundation Training Service", "resourceId": "23d8eebf-9978-46f0-940b-ae289d18dc9a", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 393508, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "E9HFJbF2YLV8MDC1Mac4QU3xkjvPMRYIGRay8cuU2BwCV7DM", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "93de1a95-6b22-4357-a7b5-675c4205561a", "rngcStatus": 0}}, {"time": "2022-08-26T12:29:53.166076Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "13.113.40.157", "correlationId": "36d5c022-5ac7-431e-8771-7117bdd0c980", "identity": "Attack Target", "Level": 4, "location": "XR", "properties": {"id": "e15f5cd8-6b07-456c-9c1f-aeb9b7fb7000", "createdDateTime": "2022-08-26T12:29:53.316076Z", "userDisplayName": "Attack Target", "userPrincipalName": "attacktarget@domain.com", "userId": "d735e84b-dcca-404d-9f7d-700f360f41a6", "appId": "9a7e67c7-6f05-42a3-b226-97c7ec3e9696", "appDisplayName": "Adobe Identity Management", "ipAddress": "13.113.40.157", "status": {"errorCode": 0}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (iPad; CPU iPad OS 9_3_6 like Mac OS X) AppleWebKit/536.1 (KHTML, like Gecko) CriOS/42.0.865.0 Mobile/77O124 Safari/536.1 Edge/99.14477", "deviceDetail": {"deviceId": "a44625dc-6f81-449a-9799-8005f7209b42", "displayName": "ATTACKTARGET-LT", "operatingSystem": "Windows 10", "browser": "Edge 99.14477", "trustType": "Azure AD registered"}, "location": {"city": "New John", "state": "Smithfort", "countryOrRegion": "XR", "geoCoordinates": {"latitude": -89.144242, "longitude": 168.119022}}, "correlationId": "3b39bf04-1dad-455c-b999-da61ed80e8e6", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "2813bac5-b46e-4c64-ba48-c36ba9a9bfac", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 150, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Adobe Identity Management Service", "resourceId": "7d6a0897-8b82-49e9-90e2-d482fb9202bd", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 34974, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "CfLBz76ssQWeWpPVEJIMAsa6VYHkO0rwPw4VuAsajpntYtvH", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "537d9419-7e2b-4778-9102-62256bcfcf45", "rngcStatus": 0}}, {"time": "2022-08-26T12:30:19.589901Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "19.20.89.178", "correlationId": "8b5df993-4d77-4ea8-8c2a-fff8edb1a6bc", "identity": "Jamie Watson", "Level": 4, "location": "XR", "properties": {"id": "bda3243b-e692-4956-ba3d-d3408bc46f00", "createdDateTime": "2022-08-26T12:30:19.709901Z", "userDisplayName": "Jamie Watson", "userPrincipalName": "jwatson@domain.com", "userId": "2844695b-9a70-48ed-a5ce-f3d711e2292b", "appId": "18bf60fa-77dd-4aad-891d-af82ca87dd06", "appDisplayName": "FortiGate SSL VPN", "ipAddress": "19.20.89.178", "status": {"errorCode": 0}, "clientAppUsed": "Browser", "deviceDetail": {"deviceId": "fc784602-6455-4450-be3c-6770e0359f8a", "displayName": "JAMIEWATSON-LT", "operatingSystem": "Windows", "browser": "Rich Client 4.22.0.0", "isCompliant": true, "isManaged": true, "trustType": "Azure AD joined"}, "location": {"city": "Samanthaberg", "state": "Smithton", "countryOrRegion": "XR", "geoCoordinates": {"latitude": -68.556166, "longitude": -172.972506}}, "correlationId": "3109d405-6870-4578-9fc5-286b74badec6", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "06c2eb07-2de5-4ab3-ab0e-b56a7bc7a9ea", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 120, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "FortiGate SSL VPN Service", "resourceId": "f0630e90-b752-4960-bfb9-a0794fc34930", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 34974, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "AFmubkviwS4tLvCC5gnVIbYiQDZmUSYJLDyIXiASH4YMenvF", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "1f37c851-4be4-455b-928a-fbde7845a68a", "rngcStatus": 0}}, {"time": "2022-08-26T12:43:49.568500Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "205.33.24.92", "correlationId": "4c4dedb1-62f2-4fba-9bd3-ab1ef86aa211", "identity": "Vanessa Ramirez", "Level": 4, "location": "XD", "properties": {"id": "cb1cdc58-3d1a-4d1a-ab9f-1d7756291800", "createdDateTime": "2022-08-26T12:43:49.672500Z", "userDisplayName": "Vanessa Ramirez", "userPrincipalName": "vramirez@domain.com", "userId": "5d72b7ed-62ea-4b94-b931-ccef65d71ebd", "appId": "413f12c2-a9cb-4ca6-a080-d4308249cbe1", "appDisplayName": "Air", "ipAddress": "205.33.24.92", "status": {"errorCode": 0}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (X11; Linux i686) AppleWebKit/532.2 (KHTML, like Gecko) Chrome/21.0.853.0 Safari/532.2 Edge/89.19380", "deviceDetail": {"deviceId": "e395a3f4-8f2d-4170-804f-d3e13ce3151b", "displayName": "VANESSARAMIREZ-LT", "operatingSystem": "Windows 10", "browser": "Edge 89.19380", "trustType": "Azure AD registered"}, "location": {"city": "Kristinmouth", "state": "Norrisbury", "countryOrRegion": "XD", "geoCoordinates": {"latitude": 26.278784, "longitude": -92.042573}}, "correlationId": "77f4cfd0-901e-4cd3-a95c-aa75b3391fb5", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "b2fab6a0-8f27-4974-af2b-f28946e93aa8", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 104, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Air Online", "resourceId": "72f0186d-d327-46c9-a8ff-497e0caa8691", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 214655, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "rf06PTfjykymZQwUfDUTvhdC31wmftxaeIKQOTJhusV0DsJE", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": null, "rngcStatus": 0}}, {"time": "2022-08-26T12:46:52.091172Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "205.33.24.92", "correlationId": "5e9b180b-1e34-4207-9608-814cc189ba23", "identity": "Aaron Cole", "Level": 4, "location": "XD", "properties": {"id": "4e6951e2-962b-4b78-9df6-14b298a18800", "createdDateTime": "2022-08-26T12:46:52.172172Z", "userDisplayName": "Aaron Cole", "userPrincipalName": "acole@domain.com", "userId": "5d557969-1645-4ba4-be83-b6fd943659f7", "appId": "4c2f7c2a-ff05-4df6-9087-9ba8388a3861", "appDisplayName": "Foko Retail", "ipAddress": "205.33.24.92", "status": {"errorCode": 0}, "clientAppUsed": "Browser", "deviceDetail": {"deviceId": "", "operatingSystem": "Windows10", "browser": "Rich Client 4.39.0.0"}, "location": {"city": "Kristinmouth", "state": "Norrisbury", "countryOrRegion": "XD", "geoCoordinates": {"latitude": 26.278784, "longitude": -92.042573}}, "correlationId": "15276a1e-3baf-49be-a73b-7d71606f891b", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "fc51c500-1cc3-4467-a11c-002715a51a37", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 81, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Foko Retail Service", "resourceId": "24578515-1951-4064-967d-0d2acaf0aa70", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 214655, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "qeueglQJUqib1JN4lEz6PuWAdJVX67s5mmHcr5C1pIRvRFqG", "incomingTokenType": "none", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "0e68752b-7dfa-400b-a6f5-1b54af90696a", "rngcStatus": 0}}, {"time": "2022-08-26T12:59:54.144211Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "50158", "resultSignature": "None", "resultDescription": "External security challenge was not satisfied.", "durationMs": 0, "callerIpAddress": "147.132.189.119", "correlationId": "dede4b1d-ea70-4432-8b87-008bd61ab0a5", "identity": "Cassie Fernandez", "Level": 4, "location": "XR", "properties": {"id": "4bc15ed8-27d4-456e-9748-a687c2486900", "createdDateTime": "2022-08-26T12:59:54.248211Z", "userDisplayName": "Cassie Fernandez", "userPrincipalName": "cfernandez@domain.com", "userId": "67ef8be6-3f44-4db7-8172-fd6211428c1e", "appId": "79510a8f-6421-4348-a2ea-bcc2b02485c1", "appDisplayName": "Cisco AnyConnect", "ipAddress": "147.132.189.119", "status": {"errorCode": 50158, "failureReason": "External security challenge was not satisfied."}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (iPad; CPU iPad OS 9_3_6 like Mac OS X) AppleWebKit/536.1 (KHTML, like Gecko) CriOS/42.0.865.0 Mobile/77O124 Safari/536.1 Edge/99.14477", "deviceDetail": {"deviceId": "bf67c857-685a-4457-89c4-db2afa581bd2", "displayName": "CASSIEFERNANDEZ-LT", "operatingSystem": "Windows 10", "browser": "Edge 99.14477", "trustType": "Hybrid Azure AD joined"}, "location": {"city": "Port Denisetown", "state": "Smithton", "countryOrRegion": "XR", "geoCoordinates": {"latitude": 3.5518965, "longitude": 131.871582}}, "correlationId": "857dcf5b-9ef3-483b-86dd-4bb626e54024", "conditionalAccessStatus": "failure", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "62afbef5-7f66-4600-af92-53ac9abfbc7a", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 104, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Cisco AnyConnect Online", "resourceId": "5d5b8d28-6a28-472e-b837-a4094e466965", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 256668, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "4worGKJzKUgcU9ktuSJWHwcXOXX4wsrrHdUi5vARSyVLSn8m", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "15655e1f-5005-4c53-b3c0-c4a1d1ca5e9e", "rngcStatus": 0}}, {"time": "2022-08-26T13:08:38.453480Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "99.116.100.205", "correlationId": "d1abcaf0-f8c0-4dc1-bbf5-c95796621bd4", "identity": "Aaron Cole", "Level": 4, "location": "XD", "properties": {"id": "fabc4b93-f662-4478-a5a8-a2ce857d7600", "createdDateTime": "2022-08-26T13:08:38.530480Z", "userDisplayName": "Aaron Cole", "userPrincipalName": "acole@domain.com", "userId": "5d557969-1645-4ba4-be83-b6fd943659f7", "appId": "9d64cdda-8fe1-424a-8325-912d9d512004", "appDisplayName": "Help Scout", "ipAddress": "99.116.100.205", "status": {"errorCode": 0}, "clientAppUsed": "Browser", "userAgent": "Mozilla/5.0 (Linux; Android 2.3.5) AppleWebKit/532.2 (KHTML, like Gecko) Chrome/46.0.898.0 Safari/532.2 Edge/105.19198", "deviceDetail": {"deviceId": "", "operatingSystem": "Windows 10", "browser": "Edge 105.19198"}, "location": {"city": "Carrollstad", "state": "Norrisbury", "countryOrRegion": "XD", "geoCoordinates": {"latitude": -38.8540465, "longitude": -17.674718}}, "correlationId": "c4466ff7-a669-419e-b273-3bef8097af93", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "1e812155-16d5-4501-aa4a-d2380cea01c5", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 77, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Help Scout Service", "resourceId": "f0630e90-b752-4960-bfb9-a0794fc34930", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 214655, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "tjYUmIvJBAe2ikFQ5Z8mZsnCfw1j0uG4Eu48NSAl0aTEjHdB", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "1f37c851-4be4-455b-928a-fbde7845a68a", "rngcStatus": 0}}, {"time": "2022-08-26T13:15:02.850035Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "42.62.103.34", "correlationId": "80dc265f-8544-48a8-9138-909a39048b05", "identity": "Joseph Taylor", "Level": 4, "location": "XF", "properties": {"id": "29a68730-c074-44bc-9ec3-76c9e5e99d00", "createdDateTime": "2022-08-26T13:15:02.939035Z", "userDisplayName": "Joseph Taylor", "userPrincipalName": "jtaylor@domain.com", "userId": "af9847eb-c773-41ae-bf94-42747c5e986c", "appId": "36f74ffc-90e8-46e0-b0ed-588b76ed6f47", "appDisplayName": "Inspire", "ipAddress": "42.62.103.34", "status": {"errorCode": 0, "additionalDetails": "MFA requirement satisfied by claim in the token"}, "clientAppUsed": "Browser", "deviceDetail": {"deviceId": "76b96bd3-e5d7-49ee-b195-bf363facdb3d", "displayName": "JOSEPHTAYLOR-LT", "operatingSystem": "Windows", "browser": "Rich Client 4.35.1.0", "isCompliant": true, "isManaged": true, "trustType": "Azure AD joined"}, "location": {"city": "Jessicafurt", "state": "Smithbury", "countryOrRegion": "XF", "geoCoordinates": {"latitude": 17.5082395, "longitude": -115.304215}}, "mfaDetail": {}, "correlationId": "d4e554fa-34d1-4038-aff4-c2aecbeeb104", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "ca4955b0-6d13-4e19-a39c-ca96f1fa4a8b", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 89, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Inspire Online", "resourceId": "042c3df9-f692-4971-8c0b-72867fa422dd", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 393508, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "olF8X9arR6h8TChJjFKaeUajZD4hEjPw5dR4qMrBonO90gPS", "incomingTokenType": "none", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "9dab86e5-2edb-4073-bed1-a1b309638aa2", "rngcStatus": 0}}, {"time": "2022-08-26T13:16:32.628103Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "81.209.4.19", "correlationId": "f7b56970-ae26-4370-a67b-333ef2a2bc2c", "identity": "Jim Gonzalez", "Level": 4, "location": "XR", "properties": {"id": "c83cd04e-d0c7-4947-846d-4acbe79f6c00", "createdDateTime": "2022-08-26T13:16:32.792103Z", "userDisplayName": "Jim Gonzalez", "userPrincipalName": "jgonzalez@domain.com", "userId": "95090045-a9c5-489c-adee-2db430a3333a", "appId": "2eae4ad1-8cae-48fe-b718-76bd66e2fc7f", "appDisplayName": "Bipsync", "ipAddress": "81.209.4.19", "status": {"errorCode": 0}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (Linux; Android 4.4.3) AppleWebKit/533.2 (KHTML, like Gecko) Chrome/28.0.882.0 Safari/533.2 Edge/44.18413", "deviceDetail": {"deviceId": "1a428e94-41e3-4c1d-865a-0d31c9a2540b", "displayName": "JIMGONZALEZ-LT", "operatingSystem": "Windows 10", "browser": "Edge 44.18413", "trustType": "Azure AD registered"}, "location": {"city": "Santosborough", "state": "Smithton", "countryOrRegion": "XR", "geoCoordinates": {"latitude": 50.0774195, "longitude": 64.938754}}, "correlationId": "0a1fd189-733a-429e-964f-465a44cbb91f", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "6b88fa77-78c3-4c40-a966-e5efb4cc73a2", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 164, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Bipsync Service", "resourceId": "4b482d0a-88be-43f3-a771-aaf19d9bbf70", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 34974, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "GoLuxGXG7jlzLEr2mTpG2zjRaorEGuskOXblIDUSe5DMyfQs", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "b4d48f3a-639f-4f89-a099-2fdd27423d1f", "rngcStatus": 0}}, {"time": "2022-08-26T13:39:06.297139Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "86.154.193.190", "correlationId": "c1b81359-bb86-4424-944c-9d5cd837bd91", "identity": "Jamie Watson", "Level": 4, "location": "XR", "properties": {"id": "6f7168cd-e484-40e8-bcf7-7fe908508c00", "createdDateTime": "2022-08-26T13:39:06.405139Z", "userDisplayName": "Jamie Watson", "userPrincipalName": "jwatson@domain.com", "userId": "2844695b-9a70-48ed-a5ce-f3d711e2292b", "appId": "413f12c2-a9cb-4ca6-a080-d4308249cbe1", "appDisplayName": "Air", "ipAddress": "86.154.193.190", "status": {"errorCode": 0}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (X11; Linux i686) AppleWebKit/533.0 (KHTML, like Gecko) Chrome/24.0.803.0 Safari/533.0 Edge/40.11325", "deviceDetail": {"deviceId": "fc784602-6455-4450-be3c-6770e0359f8a", "displayName": "JAMIEWATSON-LT", "operatingSystem": "Windows 10", "browser": "Edge 40.11325", "isCompliant": true, "isManaged": true, "trustType": "Azure AD joined"}, "location": {"city": "Port Denisetown", "state": "Smithton", "countryOrRegion": "XR", "geoCoordinates": {"latitude": 3.5518965, "longitude": 131.871582}}, "correlationId": "22f0e6a8-e081-4ff5-ab37-3dec651b95ee", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "1da092f0-1038-4567-8a0e-25ab97ad64c4", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 108, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Air Online", "resourceId": "76f4ef5e-0b9a-478c-89cd-2dcd57ca60c3", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 256668, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "4D4YY755dVcIjmljzrLQ3yiiEWAbQjt9fZiS8SIX4jD4lCFQ", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": null, "rngcStatus": 0}}, {"time": "2022-08-26T13:40:06.554874Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "50158", "resultSignature": "None", "resultDescription": "External security challenge was not satisfied.", "durationMs": 0, "callerIpAddress": "166.105.218.213", "correlationId": "3d06e24e-1b23-4002-855f-38a614542e19", "identity": "Thomas Price", "Level": 4, "location": "XR", "properties": {"id": "10cf681d-2e69-4ee2-89f2-5052df935500", "createdDateTime": "2022-08-26T13:40:06.695874Z", "userDisplayName": "Thomas Price", "userPrincipalName": "tprice@domain.com", "userId": "32109ee2-ee4f-4d11-9c38-2556aec0f2b5", "appId": "9a7e67c7-6f05-42a3-b226-97c7ec3e9696", "appDisplayName": "Adobe Identity Management", "ipAddress": "166.105.218.213", "status": {"errorCode": 50158, "failureReason": "External security challenge was not satisfied."}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (X11; Linux i686) AppleWebKit/535.2 (KHTML, like Gecko) Chrome/22.0.843.0 Safari/535.2 Edge/118.12158", "deviceDetail": {"deviceId": "81ad31fb-e9be-4498-b1b2-c62f8fae1a77", "displayName": "THOMASPRICE-LT", "operatingSystem": "Windows 10", "browser": "Edge 118.12158", "trustType": "Hybrid Azure AD joined"}, "location": {"city": "Kevinton", "state": "Smithton", "countryOrRegion": "XR", "geoCoordinates": {"latitude": -87.5106305, "longitude": -77.991036}}, "correlationId": "5d6c0cd0-5e9c-4b99-8f06-771ff9ff4148", "conditionalAccessStatus": "failure", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "59b07b5b-2cc9-4688-a9af-66c63c549927", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "processingTimeInMilliseconds": 141, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Adobe Identity Management Service", "resourceId": "30663ca7-f8a9-43ab-8ca1-7906bdbc1485", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 256668, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "ruXlqQWaZ0KDUWmQD5D5rVvxyNXaBs1WGJbXhRDmQJW6I6Pi", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "a6c259e5-7f16-48b2-a9f3-75becd6daa9b"}}, {"time": "2022-08-26T14:13:33.540996Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "81.209.4.19", "correlationId": "2aa76f84-4148-48ea-b72a-a659ac1bdae5", "identity": "Jim Gonzalez", "Level": 4, "location": "XR", "properties": {"id": "38b051b1-09e2-4d5c-9ca4-9786b9127100", "createdDateTime": "2022-08-26T14:13:33.646996Z", "userDisplayName": "Jim Gonzalez", "userPrincipalName": "jgonzalez@domain.com", "userId": "95090045-a9c5-489c-adee-2db430a3333a", "appId": "9167c284-c68f-468a-84be-0ee4f23879fe", "appDisplayName": "ArcGIS Enterprise", "ipAddress": "81.209.4.19", "status": {"errorCode": 0}, "clientAppUsed": "Mobile Apps and Desktop clients", "deviceDetail": {"deviceId": "", "operatingSystem": "Ios", "browser": "Mobile Safari"}, "location": {"city": "Santosborough", "state": "Smithton", "countryOrRegion": "XR", "geoCoordinates": {"latitude": 50.0774195, "longitude": 64.938754}}, "correlationId": "a60da6c0-f29b-47a5-861d-d6080709c9d1", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "269e82ab-2c72-4a15-8e31-a33e571038bf", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 106, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "ArcGIS Enterprise Service", "resourceId": "72f0186d-d327-46c9-a8ff-497e0caa8691", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 34974, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "6AEPTF718gAGGdiiBJQX4AkTa9zsSUVJA1FCuJ08pUseBi5S", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": null, "rngcStatus": 0}}, {"time": "2022-08-26T14:26:07.677721Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "42.62.103.34", "correlationId": "fa9b5588-1e31-4777-b735-5d425c5ae228", "identity": "Joseph Taylor", "Level": 4, "location": "XF", "properties": {"id": "5770b2e0-7013-44f8-922c-53e6a4a97100", "createdDateTime": "2022-08-26T14:26:07.839721Z", "userDisplayName": "Joseph Taylor", "userPrincipalName": "jtaylor@domain.com", "userId": "af9847eb-c773-41ae-bf94-42747c5e986c", "appId": "dbe6b779-13df-45f2-a6d7-1323485479f6", "appDisplayName": "Cisco Webex", "ipAddress": "42.62.103.34", "status": {"errorCode": 0, "additionalDetails": "MFA requirement satisfied by claim in the token"}, "clientAppUsed": "Browser", "deviceDetail": {"deviceId": "76b96bd3-e5d7-49ee-b195-bf363facdb3d", "displayName": "JOSEPHTAYLOR-LT", "operatingSystem": "Windows10", "browser": "Rich Client 4.38.0.0", "isCompliant": true, "isManaged": true, "trustType": "Azure AD joined"}, "location": {"city": "Jessicafurt", "state": "Smithbury", "countryOrRegion": "XF", "geoCoordinates": {"latitude": 17.5082395, "longitude": -115.304215}}, "mfaDetail": {}, "correlationId": "8fa4d564-d219-4fd3-9967-80a3f80e19db", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "257d90a5-4441-4f9d-b3b4-4d7aac665486", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 162, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Cisco Webex Service", "resourceId": "9a84f55e-3a40-492c-9476-e069f64ed7a6", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 393508, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "ztTslh7nfM2vhPVcZjbsJocAfScEn3Nl7dZ3G1lYfmmkE9Ex", "incomingTokenType": "none", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "37ee873b-f901-4e25-be69-010243106d0f", "rngcStatus": 0}}, {"time": "2022-08-26T15:04:03.469882Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "42.62.103.34", "correlationId": "0abc56ff-87b8-45a2-9118-2c26156dba18", "identity": "Joseph Taylor", "Level": 4, "location": "XF", "properties": {"id": "6ceba26d-9d11-4bc7-ac31-c1b8b9706200", "createdDateTime": "2022-08-26T15:04:03.570882Z", "userDisplayName": "Joseph Taylor", "userPrincipalName": "jtaylor@domain.com", "userId": "af9847eb-c773-41ae-bf94-42747c5e986c", "appId": "9c5b7fe3-0ad2-4ea6-94e5-9e0001f367e3", "appDisplayName": "Articulate 360", "ipAddress": "42.62.103.34", "status": {"errorCode": 0, "additionalDetails": "MFA requirement satisfied by claim in the token"}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (iPad; CPU iPad OS 9_3_6 like Mac OS X) AppleWebKit/536.1 (KHTML, like Gecko) CriOS/42.0.865.0 Mobile/77O124 Safari/536.1 Edge/99.14477", "deviceDetail": {"deviceId": "76b96bd3-e5d7-49ee-b195-bf363facdb3d", "displayName": "JOSEPHTAYLOR-LT", "operatingSystem": "Windows 10", "browser": "Edge 99.14477", "isCompliant": true, "isManaged": true, "trustType": "Azure AD joined"}, "location": {"city": "Jessicafurt", "state": "Smithbury", "countryOrRegion": "XF", "geoCoordinates": {"latitude": 17.5082395, "longitude": -115.304215}}, "mfaDetail": {}, "correlationId": "b5b5c81e-9489-45ff-8fdb-93467d1bb582", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "b1b6ffd8-1636-4b96-acff-b056b555189c", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "processingTimeInMilliseconds": 101, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Articulate 360 Online", "resourceId": "5e244d4f-26b9-4ef2-a497-f0c533628ee1", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 393508, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "OYXhdQa2pVaerPy9iRkfydRY4B5KLnl34TCAiropg63xQxql", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "36673087-318c-4304-8804-602d45a6f290"}}, {"time": "2022-08-26T15:12:04.699265Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "42.62.103.34", "correlationId": "a1bb8930-9bdd-4914-a09f-0300820b6ac5", "identity": "Joseph Taylor", "Level": 4, "location": "XF", "properties": {"id": "89d2bf47-746f-4da3-ab65-8292d3e94f00", "createdDateTime": "2022-08-26T15:12:04.831265Z", "userDisplayName": "Joseph Taylor", "userPrincipalName": "jtaylor@domain.com", "userId": "af9847eb-c773-41ae-bf94-42747c5e986c", "appId": "36f74ffc-90e8-46e0-b0ed-588b76ed6f47", "appDisplayName": "Inspire", "ipAddress": "42.62.103.34", "status": {"errorCode": 0, "additionalDetails": "MFA requirement satisfied by claim in the token"}, "clientAppUsed": "Browser", "userAgent": "Mozilla/5.0 (Linux; Android 2.3.5) AppleWebKit/532.2 (KHTML, like Gecko) Chrome/46.0.898.0 Safari/532.2 Edge/105.19198", "deviceDetail": {"deviceId": "76b96bd3-e5d7-49ee-b195-bf363facdb3d", "displayName": "JOSEPHTAYLOR-LT", "operatingSystem": "Windows 10", "browser": "Edge 105.19198", "isCompliant": true, "isManaged": true, "trustType": "Azure AD joined"}, "location": {"city": "Jessicafurt", "state": "Smithbury", "countryOrRegion": "XF", "geoCoordinates": {"latitude": 17.5082395, "longitude": -115.304215}}, "mfaDetail": {}, "correlationId": "88938d4e-f517-446a-8070-690413802750", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "75c4a7f0-caa5-4ee6-af4e-fadb479c129c", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "processingTimeInMilliseconds": 132, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Inspire Online", "resourceId": "f0630e90-b752-4960-bfb9-a0794fc34930", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 393508, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "6AssaswCKnyrfIAfUON0cK7FpJnfxf3w10hQNAWId9xCbhDq", "incomingTokenType": "none", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "1f37c851-4be4-455b-928a-fbde7845a68a"}}, {"time": "2022-08-26T15:26:09.402520Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "57.9.228.50", "correlationId": "07fe28a4-3489-48fb-bdc7-85108805be98", "identity": "Thomas Price", "Level": 4, "location": "XQ", "properties": {"id": "5e4e730b-8d3c-4dbc-a1a3-d7129e555d00", "createdDateTime": "2022-08-26T15:26:09.526520Z", "userDisplayName": "Thomas Price", "userPrincipalName": "tprice@domain.com", "userId": "32109ee2-ee4f-4d11-9c38-2556aec0f2b5", "appId": "2eae4ad1-8cae-48fe-b718-76bd66e2fc7f", "appDisplayName": "Bipsync", "ipAddress": "57.9.228.50", "status": {"errorCode": 0}, "clientAppUsed": "Mobile Apps and Desktop clients", "deviceDetail": {"deviceId": "", "operatingSystem": "Android"}, "location": {"city": "Francoshire", "state": "Chanshire", "countryOrRegion": "XQ", "geoCoordinates": {"latitude": -6.227289, "longitude": -139.229536}}, "correlationId": "2cf3b9f8-cbdf-44fb-9dc0-99f60809b782", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "66743042-a814-46d6-a648-ee70981af6a1", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "processingTimeInMilliseconds": 124, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Bipsync Service", "resourceId": "819aa3ed-3b63-4925-8388-0b8d41022941", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 497360, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "CYwHfPBGFTI4L2Ztt7ApKJjgivCh829NIC0Zr2DGhScpDb55", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "7f0c9abd-8b0d-4973-8675-a495454c0c86"}}, {"time": "2022-08-26T15:31:16.880630Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "13.113.40.157", "correlationId": "56e252ad-ae1a-4c58-85e4-118118d887b0", "identity": "Attack Target", "Level": 4, "location": "XR", "properties": {"id": "f0f4834e-896b-4034-86be-e32a40089100", "createdDateTime": "2022-08-26T15:31:17.011630Z", "userDisplayName": "Attack Target", "userPrincipalName": "attacktarget@domain.com", "userId": "d735e84b-dcca-404d-9f7d-700f360f41a6", "appId": "9a7e67c7-6f05-42a3-b226-97c7ec3e9696", "appDisplayName": "Adobe Identity Management", "ipAddress": "13.113.40.157", "ipAddressFromResourceProvider": "13.113.40.157", "status": {"errorCode": 0}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (iPad; CPU iPad OS 9_3_6 like Mac OS X) AppleWebKit/536.1 (KHTML, like Gecko) CriOS/42.0.865.0 Mobile/77O124 Safari/536.1 Edge/99.14477", "deviceDetail": {"deviceId": "a44625dc-6f81-449a-9799-8005f7209b42", "displayName": "ATTACKTARGET-LT", "operatingSystem": "Windows 10", "browser": "Edge 99.14477", "trustType": "Azure AD registered"}, "location": {"city": "Smithfort", "state": "Smithfort", "countryOrRegion": "XR", "geoCoordinates": {"latitude": 3.7564095, "longitude": -121.574606}}, "correlationId": "a804f4b4-d19e-4f46-8656-ca7c683cff0c", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "24be19b3-86d4-4b6e-b63c-ea28d83ec6a7", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 131, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Adobe Identity Management Service", "resourceId": "c8eab36d-0a82-409d-8693-a8dabc997921", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 34974, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "g7iL8xZBT89KAekYEZdpPYWnSuXFEaqFJXdtPsL8udfSyYig", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "2248d3ef-d7b8-4eb2-bd20-fb53f725bfe3", "rngcStatus": 0}}, {"time": "2022-08-26T15:38:25.963765Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "156.206.181.119", "correlationId": "dda3a55d-5815-4fdf-a45a-c716b7bf1de0", "identity": "Cynthia Perry", "Level": 4, "location": "XY", "properties": {"id": "a41e8921-dafe-4500-91d4-0b5677da6100", "createdDateTime": "2022-08-26T15:38:26.137765Z", "userDisplayName": "Cynthia Perry", "userPrincipalName": "cperry@domain.com", "userId": "ac5fa380-9d5b-470e-beb2-5ba10aca48e6", "appId": "9de6e985-97a5-4d82-9c45-aedaa9c25ef9", "appDisplayName": "AWS Single-Account Access", "ipAddress": "156.206.181.119", "status": {"errorCode": 0}, "clientAppUsed": "Browser", "deviceDetail": {"deviceId": "", "operatingSystem": "Windows"}, "location": {"city": "Hannaville", "state": "Thomashaven", "countryOrRegion": "XY", "geoCoordinates": {"latitude": 1.1452695, "longitude": 128.249211}}, "correlationId": "e53ab731-6b6c-4a01-9840-6254409ec265", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "483e5865-fc88-49d0-bf21-385ce5b52283", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "processingTimeInMilliseconds": 174, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "AWS Single-Account Access Service", "resourceId": "c65cf5f9-5537-4200-889e-381c4f60ca7d", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 279165, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "Cf2kWGR5TGbP6vbbhgFK2DyoTyTz30sl3W627vF2UYrOVdnQ", "incomingTokenType": "none", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": null}}, {"time": "2022-08-26T15:43:42.903041Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "19.20.89.178", "correlationId": "25e4e89d-9fb3-485b-903f-bcd83d7abb0b", "identity": "Jamie Watson", "Level": 4, "location": "XR", "properties": {"id": "140cf565-4047-4e65-9531-8c3ca83f4f00", "createdDateTime": "2022-08-26T15:43:43.035041Z", "userDisplayName": "Jamie Watson", "userPrincipalName": "jwatson@domain.com", "userId": "2844695b-9a70-48ed-a5ce-f3d711e2292b", "appId": "18bf60fa-77dd-4aad-891d-af82ca87dd06", "appDisplayName": "FortiGate SSL VPN", "ipAddress": "19.20.89.178", "status": {"errorCode": 0}, "clientAppUsed": "Browser", "deviceDetail": {"deviceId": "fc784602-6455-4450-be3c-6770e0359f8a", "displayName": "JAMIEWATSON-LT", "operatingSystem": "Windows", "browser": "Rich Client 4.22.0.0", "isCompliant": true, "isManaged": true, "trustType": "Azure AD joined"}, "location": {"city": "Samanthaberg", "state": "Smithton", "countryOrRegion": "XR", "geoCoordinates": {"latitude": -68.556166, "longitude": -172.972506}}, "correlationId": "316e15fa-7543-45e5-b774-70bd6eb5a123", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "be4594fd-5696-471d-9e42-ded9b001c33c", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "processingTimeInMilliseconds": 132, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "FortiGate SSL VPN", "resourceId": "51e679b4-5774-4b5f-9636-df5ea66b9380", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 34974, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "2upvo1F4w53RkjUoYFyd22pjU7h6on9VOtmzvJW20tW3WJMy", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "6e8f419c-7f10-40b1-a52a-e4fb253c74c2"}}, {"time": "2022-08-26T16:03:09.012631Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "13.113.40.157", "correlationId": "ff2b52c6-0fc4-4d6e-ac1c-12c4927b2281", "identity": "Attack Target", "Level": 4, "location": "XR", "properties": {"id": "f86fd039-b911-4a63-b06c-8447b18d6100", "createdDateTime": "2022-08-26T16:03:09.138631Z", "userDisplayName": "Attack Target", "userPrincipalName": "attacktarget@domain.com", "userId": "d735e84b-dcca-404d-9f7d-700f360f41a6", "appId": "9a7e67c7-6f05-42a3-b226-97c7ec3e9696", "appDisplayName": "Adobe Identity Management", "ipAddress": "13.113.40.157", "ipAddressFromResourceProvider": "13.113.40.157", "status": {"errorCode": 0}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (iPad; CPU iPad OS 9_3_6 like Mac OS X) AppleWebKit/536.1 (KHTML, like Gecko) CriOS/42.0.865.0 Mobile/77O124 Safari/536.1 Edge/99.14477", "deviceDetail": {"deviceId": "a44625dc-6f81-449a-9799-8005f7209b42", "displayName": "ATTACKTARGET-LT", "operatingSystem": "Windows 10", "browser": "Edge 99.14477", "trustType": "Azure AD registered"}, "location": {"city": "New John", "state": "Smithfort", "countryOrRegion": "XR", "geoCoordinates": {"latitude": -89.144242, "longitude": 168.119022}}, "correlationId": "5c14f9ba-56dc-4f4d-9100-54101a953889", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "5fd1f9a6-6122-4625-8966-c318ec436253", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 126, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Adobe Identity Management Service", "resourceId": "c8eab36d-0a82-409d-8693-a8dabc997921", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 34974, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "8wPlthnoYduVwkMTW3c21GoNag4A2SDgGI83NCPbHsSFinwu", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "2248d3ef-d7b8-4eb2-bd20-fb53f725bfe3", "rngcStatus": 0}}, {"time": "2022-08-26T16:03:59.702455Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "50173", "resultSignature": "None", "resultDescription": "Fresh auth token is needed. Have the user re-sign using fresh credentials.", "durationMs": 0, "callerIpAddress": "99.116.100.205", "correlationId": "0a3c86a7-8255-4a72-b515-cb3a5968a5a3", "identity": "Aaron Cole", "Level": 4, "location": "XD", "properties": {"id": "9766f1aa-839e-413d-b538-b60154d89500", "createdDateTime": "2022-08-26T16:03:59.752455Z", "userDisplayName": "Aaron Cole", "userPrincipalName": "acole@domain.com", "userId": "5d557969-1645-4ba4-be83-b6fd943659f7", "appId": "b6eb5487-41e5-4254-acc5-72fbd850bd1e", "appDisplayName": "Google Cloud / G Suite Connector by Microsoft", "ipAddress": "99.116.100.205", "status": {"errorCode": 50173, "failureReason": "Fresh auth token is needed. Have the user re-sign using fresh credentials."}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (iPad; CPU iPad OS 9_3_6 like Mac OS X) AppleWebKit/536.1 (KHTML, like Gecko) CriOS/42.0.865.0 Mobile/77O124 Safari/536.1 Edge/99.14477", "deviceDetail": {"deviceId": "", "operatingSystem": "Windows 10", "browser": "Edge 99.14477"}, "location": {"city": "Carrollstad", "state": "Norrisbury", "countryOrRegion": "XD", "geoCoordinates": {"latitude": -38.8540465, "longitude": -17.674718}}, "correlationId": "8e016ebf-3ad9-4f0f-ba4c-36a97f692e39", "conditionalAccessStatus": "notApplied", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "61659073-c412-448d-b307-27a0050c374c", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 50, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Google Cloud / G Suite Connector by Microsoft Service", "resourceId": "f0630e90-b752-4960-bfb9-a0794fc34930", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 214655, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "mkSanrvdvAoOVIiUdRxlYuP9QeaBDMYZEHMSt7gQktDlqKfg", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "1f37c851-4be4-455b-928a-fbde7845a68a", "rngcStatus": 0}}, {"time": "2022-08-26T16:05:22.458727Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "50158", "resultSignature": "None", "resultDescription": "External security challenge was not satisfied.", "durationMs": 0, "callerIpAddress": "147.132.189.119", "correlationId": "7ee9f254-f8b7-4573-8671-461e000dd9b9", "identity": "Cassie Fernandez", "Level": 4, "location": "XR", "properties": {"id": "10851c42-cb04-4202-b7bb-75c7ed789600", "createdDateTime": "2022-08-26T16:05:22.603727Z", "userDisplayName": "Cassie Fernandez", "userPrincipalName": "cfernandez@domain.com", "userId": "67ef8be6-3f44-4db7-8172-fd6211428c1e", "appId": "79510a8f-6421-4348-a2ea-bcc2b02485c1", "appDisplayName": "Cisco AnyConnect", "ipAddress": "147.132.189.119", "status": {"errorCode": 50158, "failureReason": "External security challenge was not satisfied."}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (iPad; CPU iPad OS 9_3_6 like Mac OS X) AppleWebKit/536.1 (KHTML, like Gecko) CriOS/42.0.865.0 Mobile/77O124 Safari/536.1 Edge/99.14477", "deviceDetail": {"deviceId": "bf67c857-685a-4457-89c4-db2afa581bd2", "displayName": "CASSIEFERNANDEZ-LT", "operatingSystem": "Windows 10", "browser": "Edge 99.14477", "trustType": "Hybrid Azure AD joined"}, "location": {"city": "Port Denisetown", "state": "Smithton", "countryOrRegion": "XR", "geoCoordinates": {"latitude": 3.5518965, "longitude": 131.871582}}, "correlationId": "cd18ddc3-10fb-4b07-b625-9fcd35ff9ac0", "conditionalAccessStatus": "failure", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "a3714c9c-d715-432f-91da-a92be600bf8b", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 145, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Cisco AnyConnect Online", "resourceId": "5d5b8d28-6a28-472e-b837-a4094e466965", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 256668, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "DvZZpCIRbW04DJXKjOettQXM5XzgdmM8dFNLapIuowWM2P4L", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "15655e1f-5005-4c53-b3c0-c4a1d1ca5e9e", "rngcStatus": 0}}, {"time": "2022-08-26T16:30:04.195175Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "147.132.189.119", "correlationId": "4e57eb53-1b4d-4fbf-905c-e37115204b12", "identity": "Cassie Fernandez", "Level": 4, "location": "XR", "properties": {"id": "6a5f64c1-1a9a-4556-9496-2d20183f8f00", "createdDateTime": "2022-08-26T16:30:04.295175Z", "userDisplayName": "Cassie Fernandez", "userPrincipalName": "cfernandez@domain.com", "userId": "67ef8be6-3f44-4db7-8172-fd6211428c1e", "appId": "2eae4ad1-8cae-48fe-b718-76bd66e2fc7f", "appDisplayName": "Bipsync", "ipAddress": "147.132.189.119", "status": {"errorCode": 0}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (iPad; CPU iPad OS 9_3_6 like Mac OS X) AppleWebKit/536.1 (KHTML, like Gecko) CriOS/42.0.865.0 Mobile/77O124 Safari/536.1 Edge/99.14477", "deviceDetail": {"deviceId": "bf67c857-685a-4457-89c4-db2afa581bd2", "displayName": "CASSIEFERNANDEZ-LT", "operatingSystem": "Windows 10", "browser": "Edge 99.14477", "trustType": "Hybrid Azure AD joined"}, "location": {"city": "Port Denisetown", "state": "Smithton", "countryOrRegion": "XR", "geoCoordinates": {"latitude": 3.5518965, "longitude": 131.871582}}, "correlationId": "4d2d315f-ca1f-4ae0-9954-cf9989b97ee6", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "2f09b4ca-e85b-4cc7-88b5-0c80dce9ca68", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 100, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Bipsync Service", "resourceId": "9a84f55e-3a40-492c-9476-e069f64ed7a6", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 256668, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "GmSxFa1ofnebP9kbUr3bOGqtpl84mLYRW23zolHX6d2s3QBf", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "37ee873b-f901-4e25-be69-010243106d0f", "rngcStatus": 0}}, {"time": "2022-08-26T17:34:44.000765Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "50158", "resultSignature": "None", "resultDescription": "External security challenge was not satisfied.", "durationMs": 0, "callerIpAddress": "44.22.19.201", "correlationId": "8f8feec0-d60f-4f2d-a5e1-4ec804ccf9b9", "identity": "Thomas Price", "Level": 4, "location": "XN", "properties": {"id": "1c6a3fdd-a0db-4dca-8c1d-bb56d04d9a00", "createdDateTime": "2022-08-26T17:34:44.113765Z", "userDisplayName": "Thomas Price", "userPrincipalName": "tprice@domain.com", "userId": "32109ee2-ee4f-4d11-9c38-2556aec0f2b5", "appId": "9a7e67c7-6f05-42a3-b226-97c7ec3e9696", "appDisplayName": "Adobe Identity Management", "ipAddress": "44.22.19.201", "status": {"errorCode": 50158, "failureReason": "External security challenge was not satisfied."}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (X11; Linux i686) AppleWebKit/535.2 (KHTML, like Gecko) Chrome/22.0.843.0 Safari/535.2 Edge/118.12158", "deviceDetail": {"deviceId": "a31478d2-f778-4d5a-b081-22579a9edcbe", "displayName": "THOMASPRICE-LT", "operatingSystem": "Windows 10", "browser": "Edge 118.12158", "trustType": "Hybrid Azure AD joined"}, "location": {"city": "Littlemouth", "state": "Alexanderfurt", "countryOrRegion": "XN", "geoCoordinates": {"latitude": 25.4437255, "longitude": -109.530885}}, "correlationId": "cad379b9-d142-4bc2-97ea-186c25f0defd", "conditionalAccessStatus": "failure", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "49fe984d-088d-46f6-a645-4073e90eb6d4", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 113, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Adobe Identity Management Service", "resourceId": "30663ca7-f8a9-43ab-8ca1-7906bdbc1485", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 230297, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "I1wr4Ca505qsPcMMx4ObWJc4h2edeny9ajoEMJuCl0VKlFF9", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "a6c259e5-7f16-48b2-a9f3-75becd6daa9b", "rngcStatus": 0}}, {"time": "2022-08-26T18:11:20.205499Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "50158", "resultSignature": "None", "resultDescription": "External security challenge was not satisfied.", "durationMs": 0, "callerIpAddress": "92.110.109.246", "correlationId": "6f8669f6-a0a5-43e1-b544-ce7e03729c26", "identity": "Thomas Price", "Level": 4, "location": "XR", "properties": {"id": "af9e7e21-6c19-4624-b1df-5278e1e86800", "createdDateTime": "2022-08-26T18:11:20.391499Z", "userDisplayName": "Thomas Price", "userPrincipalName": "tprice@domain.com", "userId": "32109ee2-ee4f-4d11-9c38-2556aec0f2b5", "appId": "79510a8f-6421-4348-a2ea-bcc2b02485c1", "appDisplayName": "Cisco AnyConnect", "ipAddress": "92.110.109.246", "status": {"errorCode": 50158, "failureReason": "External security challenge was not satisfied."}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (X11; Linux i686) AppleWebKit/535.2 (KHTML, like Gecko) Chrome/22.0.843.0 Safari/535.2 Edge/118.12158", "deviceDetail": {"deviceId": "0927e60c-8dfa-4ecf-be85-ad63bccf40a1", "displayName": "THOMASPRICE-LT", "operatingSystem": "Windows 10", "browser": "Edge 118.12158", "trustType": "Hybrid Azure AD joined"}, "location": {"city": "Port Denisetown", "state": "Smithton", "countryOrRegion": "XR", "geoCoordinates": {"latitude": 3.5518965, "longitude": 131.871582}}, "correlationId": "76494ec8-e4f5-4d9f-902c-ee732d86c26b", "conditionalAccessStatus": "failure", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "6d1fbd54-305e-4d86-b835-c625dc0c6e35", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 186, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Cisco AnyConnect Online", "resourceId": "5d5b8d28-6a28-472e-b837-a4094e466965", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 230297, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "UOpzlqRWW09Xpg1oH0sXyBagT0b6UiLKkcKFd3UIAZvc6Qgp", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "15655e1f-5005-4c53-b3c0-c4a1d1ca5e9e", "rngcStatus": 0}}, {"time": "2022-08-26T18:12:11.349733Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "50173", "resultSignature": "None", "resultDescription": "Fresh auth token is needed. Have the user re-sign using fresh credentials.", "durationMs": 0, "callerIpAddress": "156.206.181.119", "correlationId": "0876696f-10d9-427f-9182-eb836ccdf798", "identity": "Cynthia Perry", "Level": 4, "location": "XY", "properties": {"id": "df57eaed-63aa-4a28-8eda-7df8932c6600", "createdDateTime": "2022-08-26T18:12:11.391733Z", "userDisplayName": "Cynthia Perry", "userPrincipalName": "cperry@domain.com", "userId": "ac5fa380-9d5b-470e-beb2-5ba10aca48e6", "appId": "bf2855c0-7434-4262-8885-ad2f5206d324", "appDisplayName": "COINS Construction Cloud - Project and Productivity Apps", "ipAddress": "156.206.181.119", "status": {"errorCode": 50173, "failureReason": "Fresh auth token is needed. Have the user re-sign using fresh credentials."}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (Windows NT 4.0) AppleWebKit/531.1 (KHTML, like Gecko) Chrome/20.0.823.0 Safari/531.1 Edge/87.11424", "deviceDetail": {"deviceId": "", "operatingSystem": "Windows 10", "browser": "Edge 87.11424"}, "location": {"city": "Hannaville", "state": "Thomashaven", "countryOrRegion": "XY", "geoCoordinates": {"latitude": 1.1452695, "longitude": 128.249211}}, "correlationId": "7f75cec4-5bd3-437e-af5b-169302c6c8e7", "conditionalAccessStatus": "notApplied", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "87405be1-a245-4188-b59d-2abc8ff67ac6", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 42, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "COINS Construction Cloud - Project and Productivity Apps Service", "resourceId": "7a8caa38-3454-4033-9b2e-0e69152cca1e", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 279165, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "3WoAhnY2LtTxbe2Qb7AgObKjrDut8gwldZziMMItrwNu2Ftz", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "7c9b147a-b2e2-42f4-8881-d000653c3411", "rngcStatus": 0}}, {"time": "2022-08-26T18:12:26.565218Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "50173", "resultSignature": "None", "resultDescription": "Fresh auth token is needed. Have the user re-sign using fresh credentials.", "durationMs": 0, "callerIpAddress": "99.116.100.205", "correlationId": "6e4f7f4c-74c5-4e4d-8160-5c041777a451", "identity": "Aaron Cole", "Level": 4, "location": "XD", "properties": {"id": "8ac30e85-c1fa-42b1-a082-8c430b6f6300", "createdDateTime": "2022-08-26T18:12:26.619218Z", "userDisplayName": "Aaron Cole", "userPrincipalName": "acole@domain.com", "userId": "5d557969-1645-4ba4-be83-b6fd943659f7", "appId": "b6eb5487-41e5-4254-acc5-72fbd850bd1e", "appDisplayName": "Google Cloud / G Suite Connector by Microsoft", "ipAddress": "99.116.100.205", "status": {"errorCode": 50173, "failureReason": "Fresh auth token is needed. Have the user re-sign using fresh credentials."}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (iPad; CPU iPad OS 9_3_6 like Mac OS X) AppleWebKit/536.1 (KHTML, like Gecko) CriOS/42.0.865.0 Mobile/77O124 Safari/536.1 Edge/99.14477", "deviceDetail": {"deviceId": "", "operatingSystem": "Windows 10", "browser": "Edge 99.14477"}, "location": {"city": "Carrollstad", "state": "Norrisbury", "countryOrRegion": "XD", "geoCoordinates": {"latitude": -38.8540465, "longitude": -17.674718}}, "correlationId": "2ad81db4-0565-4e5d-80a7-ea50ac6e990f", "conditionalAccessStatus": "notApplied", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "c81616e6-6df4-4268-8674-17168a654b9c", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 54, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Google Cloud / G Suite Connector by Microsoft Service", "resourceId": "8a137ba4-52ae-4dbf-94af-2e56851573c4", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 214655, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "068sYOBrDKb55d9Lt0SjJviZAdyMBZENGCUsMtZ8J4KQ2wxD", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": null, "rngcStatus": 0}}, {"time": "2022-08-26T18:38:50.778222Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "86.154.193.190", "correlationId": "21c78e21-0860-4723-a08c-36300416d71c", "identity": "Kristen Howell", "Level": 4, "location": "XR", "properties": {"id": "aae6799f-ea3c-499a-892d-2f1a8db35300", "createdDateTime": "2022-08-26T18:38:50.915222Z", "userDisplayName": "Kristen Howell", "userPrincipalName": "khowell@domain.com", "userId": "20e1e3f9-665f-45bd-9984-5e74b526d3b5", "appId": "9a7e67c7-6f05-42a3-b226-97c7ec3e9696", "appDisplayName": "Adobe Identity Management", "ipAddress": "86.154.193.190", "status": {"errorCode": 0}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (X11; Linux i686) AppleWebKit/533.0 (KHTML, like Gecko) Chrome/24.0.803.0 Safari/533.0 Edge/40.11325", "deviceDetail": {"deviceId": "af204333-3bdf-4228-bbeb-e3a654075b5c", "displayName": "KRISTENHOWELL-LT", "operatingSystem": "Windows 10", "browser": "Edge 40.11325", "trustType": "Azure AD registered"}, "location": {"city": "Port Denisetown", "state": "Smithton", "countryOrRegion": "XR", "geoCoordinates": {"latitude": 3.5518965, "longitude": 131.871582}}, "correlationId": "88f71c5e-cd1e-4822-a06e-118384e0179d", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "ff683cae-2062-49db-b275-ca805dc897ef", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "processingTimeInMilliseconds": 137, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Adobe Identity Management Service", "resourceId": "7d6a0897-8b82-49e9-90e2-d482fb9202bd", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 256668, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "DsPHNOg1pMso95mSsvEePfMV0Fov8BvOdFCGtgaCe6rthpkx", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "537d9419-7e2b-4778-9102-62256bcfcf45"}}, {"time": "2022-08-26T18:42:52.818118Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "42.62.103.34", "correlationId": "757e3dcb-3198-4c97-aeec-398fb241731c", "identity": "Joseph Taylor", "Level": 4, "location": "XF", "properties": {"id": "66d1265d-a794-48fb-9188-fc35eefa6c00", "createdDateTime": "2022-08-26T18:42:52.933118Z", "userDisplayName": "Joseph Taylor", "userPrincipalName": "jtaylor@domain.com", "userId": "af9847eb-c773-41ae-bf94-42747c5e986c", "appId": "36f74ffc-90e8-46e0-b0ed-588b76ed6f47", "appDisplayName": "Inspire", "ipAddress": "42.62.103.34", "status": {"errorCode": 0, "additionalDetails": "MFA requirement satisfied by claim in the token"}, "clientAppUsed": "Browser", "userAgent": "Mozilla/5.0 (Linux; Android 2.3.5) AppleWebKit/532.2 (KHTML, like Gecko) Chrome/46.0.898.0 Safari/532.2 Edge/105.19198", "deviceDetail": {"deviceId": "76b96bd3-e5d7-49ee-b195-bf363facdb3d", "displayName": "JOSEPHTAYLOR-LT", "operatingSystem": "Windows 10", "browser": "Edge 105.19198", "isCompliant": true, "isManaged": true, "trustType": "Azure AD joined"}, "location": {"city": "Jessicafurt", "state": "Smithbury", "countryOrRegion": "XF", "geoCoordinates": {"latitude": 17.5082395, "longitude": -115.304215}}, "mfaDetail": {}, "correlationId": "83b0b6a7-bbea-4d99-9b5d-dbce2ce4aba0", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "727efa45-c589-4eeb-8670-83665bbdd0f2", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 115, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Inspire", "resourceId": "63fac12a-054f-4646-9f95-734d1c2d6f37", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 393508, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "JdG56gbkULEcTh1C0QckCNiXSGhbFoJJOf0fBuNbRQRuCQP9", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "eb9433f0-1859-4ebe-a3a4-65b8faa666f7", "rngcStatus": 0}}, {"time": "2022-08-26T18:57:08.826656Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "50158", "resultSignature": "None", "resultDescription": "External security challenge was not satisfied.", "durationMs": 0, "callerIpAddress": "92.110.109.246", "correlationId": "aeb1c905-67f2-4e14-b036-55f2d93b4e5f", "identity": "Thomas Price", "Level": 4, "location": "XR", "properties": {"id": "26dddd2e-8202-4375-92ca-d991d4778300", "createdDateTime": "2022-08-26T18:57:08.951656Z", "userDisplayName": "Thomas Price", "userPrincipalName": "tprice@domain.com", "userId": "32109ee2-ee4f-4d11-9c38-2556aec0f2b5", "appId": "9a7e67c7-6f05-42a3-b226-97c7ec3e9696", "appDisplayName": "Adobe Identity Management", "ipAddress": "92.110.109.246", "status": {"errorCode": 50158, "failureReason": "External security challenge was not satisfied."}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (X11; Linux i686) AppleWebKit/535.2 (KHTML, like Gecko) Chrome/22.0.843.0 Safari/535.2 Edge/118.12158", "deviceDetail": {"deviceId": "35819889-abdc-47e0-b28d-5195d26e941f", "displayName": "THOMASPRICE-LT", "operatingSystem": "Windows 10", "browser": "Edge 118.12158", "trustType": "Hybrid Azure AD joined"}, "location": {"city": "Port Denisetown", "state": "Smithton", "countryOrRegion": "XR", "geoCoordinates": {"latitude": 3.5518965, "longitude": 131.871582}}, "correlationId": "80cf0786-ca48-4ce5-b11c-a1d27d7f4449", "conditionalAccessStatus": "failure", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "4b40720b-8167-41f3-b535-50bd8383c18b", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 125, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Adobe Identity Management Service", "resourceId": "30663ca7-f8a9-43ab-8ca1-7906bdbc1485", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 230297, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "RAUtQ2jDL9YP36L6b7qeXO7BbaDe675gRIbeltoygATN28Uy", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "a6c259e5-7f16-48b2-a9f3-75becd6daa9b", "rngcStatus": 0}}, {"time": "2022-08-26T19:14:03.079186Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "13.113.40.157", "correlationId": "2353fdce-1525-4e95-86f7-cb3938020c31", "identity": "Attack Target", "Level": 4, "location": "XR", "properties": {"id": "07e9bef6-9926-4484-b7b4-4a15cd4c9100", "createdDateTime": "2022-08-26T19:14:03.369186Z", "userDisplayName": "Attack Target", "userPrincipalName": "attacktarget@domain.com", "userId": "d735e84b-dcca-404d-9f7d-700f360f41a6", "appId": "9c5b7fe3-0ad2-4ea6-94e5-9e0001f367e3", "appDisplayName": "Articulate 360", "ipAddress": "13.113.40.157", "status": {"errorCode": 0}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (iPad; CPU iPad OS 9_3_6 like Mac OS X) AppleWebKit/536.1 (KHTML, like Gecko) CriOS/42.0.865.0 Mobile/77O124 Safari/536.1 Edge/99.14477", "deviceDetail": {"deviceId": "a44625dc-6f81-449a-9799-8005f7209b42", "displayName": "ATTACKTARGET-LT", "operatingSystem": "Windows 10", "browser": "Edge 99.14477", "trustType": "Azure AD registered"}, "location": {"city": "Smithfort", "state": "Smithfort", "countryOrRegion": "XR", "geoCoordinates": {"latitude": 3.7564095, "longitude": -121.574606}}, "correlationId": "be983f0d-488d-41c8-8737-1a2d367bca47", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "71b195e0-bd52-4b19-a77c-c999aa68b55f", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 290, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Articulate 360 Online", "resourceId": "436260d5-3791-4aea-a4da-aa698ec35f2f", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 34974, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "669UmZyuSJr4akHa1P1wEZsSw5wstmkWdxwkpxvapI7166Gl", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "94b9f3ba-5f4b-4edc-99dc-a420b76960f9", "rngcStatus": 0}}, {"time": "2022-08-26T19:26:04.438723Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "86.154.193.190", "correlationId": "3062bfb9-ac1d-4764-bbd5-a1f018e20578", "identity": "Kristen Howell", "Level": 4, "location": "XR", "properties": {"id": "e3d678dd-4e47-4907-b11e-8ddd42a86f00", "createdDateTime": "2022-08-26T19:26:04.600723Z", "userDisplayName": "Kristen Howell", "userPrincipalName": "khowell@domain.com", "userId": "20e1e3f9-665f-45bd-9984-5e74b526d3b5", "appId": "9a7e67c7-6f05-42a3-b226-97c7ec3e9696", "appDisplayName": "Adobe Identity Management", "ipAddress": "86.154.193.190", "status": {"errorCode": 0}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (X11; Linux i686) AppleWebKit/533.0 (KHTML, like Gecko) Chrome/24.0.803.0 Safari/533.0 Edge/40.11325", "deviceDetail": {"deviceId": "af204333-3bdf-4228-bbeb-e3a654075b5c", "displayName": "KRISTENHOWELL-LT", "operatingSystem": "Windows 10", "browser": "Edge 40.11325", "trustType": "Azure AD registered"}, "location": {"city": "Port Denisetown", "state": "Smithton", "countryOrRegion": "XR", "geoCoordinates": {"latitude": 3.5518965, "longitude": 131.871582}}, "correlationId": "c1c5b988-7d34-4ae8-9e41-487bbafe4937", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "53282a7a-decf-405e-bbee-f274867dbc97", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 162, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Adobe Identity Management Service", "resourceId": "9a84f55e-3a40-492c-9476-e069f64ed7a6", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 256668, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "J6RLizsHGZoRHxvzD7zcgXw7GnXjlDfz6k4csOUSyyA5EqQy", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "37ee873b-f901-4e25-be69-010243106d0f", "rngcStatus": 0}}, {"time": "2022-08-26T19:29:19.546322Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "50158", "resultSignature": "None", "resultDescription": "External security challenge was not satisfied.", "durationMs": 0, "callerIpAddress": "92.110.109.246", "correlationId": "68d5ee7a-573f-4b89-8bef-3047a4814f7f", "identity": "Thomas Price", "Level": 4, "location": "XR", "properties": {"id": "927ca341-90b0-4f1c-97f5-9ebc89717900", "createdDateTime": "2022-08-26T19:29:19.702322Z", "userDisplayName": "Thomas Price", "userPrincipalName": "tprice@domain.com", "userId": "32109ee2-ee4f-4d11-9c38-2556aec0f2b5", "appId": "9a7e67c7-6f05-42a3-b226-97c7ec3e9696", "appDisplayName": "Adobe Identity Management", "ipAddress": "92.110.109.246", "status": {"errorCode": 50158, "failureReason": "External security challenge was not satisfied."}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (X11; Linux i686) AppleWebKit/535.2 (KHTML, like Gecko) Chrome/22.0.843.0 Safari/535.2 Edge/118.12158", "deviceDetail": {"deviceId": "a31478d2-f778-4d5a-b081-22579a9edcbe", "displayName": "THOMASPRICE-LT", "operatingSystem": "Windows 10", "browser": "Edge 118.12158", "trustType": "Hybrid Azure AD joined"}, "location": {"city": "Port Denisetown", "state": "Smithton", "countryOrRegion": "XR", "geoCoordinates": {"latitude": 3.5518965, "longitude": 131.871582}}, "correlationId": "0620e339-a037-4a73-bcd5-19ae7f9f75e1", "conditionalAccessStatus": "failure", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "861a7db6-e55c-4d5f-a7b8-3429d3c0be2a", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 156, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Adobe Identity Management Service", "resourceId": "30663ca7-f8a9-43ab-8ca1-7906bdbc1485", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 230297, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "4n0uB4ND828sph6ZI1aW856M8lG58fzgk0nOHb20R6XkjiTq", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "a6c259e5-7f16-48b2-a9f3-75becd6daa9b", "rngcStatus": 0}}, {"time": "2022-08-26T20:05:04.854764Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "92.110.109.246", "correlationId": "39dc3a04-90a5-4029-8d14-9f36851d3546", "identity": "David Johnson", "Level": 4, "location": "XR", "properties": {"id": "02ec6f9a-da67-41d5-8cea-0af7b5127000", "createdDateTime": "2022-08-26T20:05:05.009764Z", "userDisplayName": "David Johnson", "userPrincipalName": "djohnson@domain.com", "userId": "ff2ae3d2-8cd2-4bd6-b65d-49c5ad946c7f", "appId": "2eae4ad1-8cae-48fe-b718-76bd66e2fc7f", "appDisplayName": "Bipsync", "ipAddress": "92.110.109.246", "status": {"errorCode": 0}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (Windows NT 4.0) AppleWebKit/531.1 (KHTML, like Gecko) Chrome/20.0.823.0 Safari/531.1 Edge/87.11424", "deviceDetail": {"deviceId": "8fb0ff79-f116-4f20-8ca8-36b3f8d68865", "displayName": "DAVIDJOHNSON-LT", "operatingSystem": "Windows 10", "browser": "Edge 87.11424", "trustType": "Azure AD registered"}, "location": {"city": "Port Denisetown", "state": "Smithton", "countryOrRegion": "XR", "geoCoordinates": {"latitude": 3.5518965, "longitude": 131.871582}}, "correlationId": "16feed21-7d00-4c5a-ad8c-03a3ca60684e", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "f1e3baed-a7e6-4453-b3c9-2a6d42f7c893", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 155, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Bipsync Service", "resourceId": "9a84f55e-3a40-492c-9476-e069f64ed7a6", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 230297, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "fFBSWBdTJMggCatilyTF4yLZjNm8jIjF8AyL8AkjcZQ7kfu5", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "37ee873b-f901-4e25-be69-010243106d0f", "rngcStatus": 0}}, {"time": "2022-08-26T20:05:11.689059Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "13.113.40.157", "correlationId": "c96b2fc5-6ff8-49a8-949a-759fb323cfce", "identity": "Attack Target", "Level": 4, "location": "XR", "properties": {"id": "5f49701c-c5bf-4acf-bdf6-78ff4ee76500", "createdDateTime": "2022-08-26T20:05:11.834059Z", "userDisplayName": "Attack Target", "userPrincipalName": "attacktarget@domain.com", "userId": "d735e84b-dcca-404d-9f7d-700f360f41a6", "appId": "9a7e67c7-6f05-42a3-b226-97c7ec3e9696", "appDisplayName": "Adobe Identity Management", "ipAddress": "13.113.40.157", "ipAddressFromResourceProvider": "13.113.40.157", "status": {"errorCode": 0}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (iPad; CPU iPad OS 9_3_6 like Mac OS X) AppleWebKit/536.1 (KHTML, like Gecko) CriOS/42.0.865.0 Mobile/77O124 Safari/536.1 Edge/99.14477", "deviceDetail": {"deviceId": "a44625dc-6f81-449a-9799-8005f7209b42", "displayName": "ATTACKTARGET-LT", "operatingSystem": "Windows 10", "browser": "Edge 99.14477", "trustType": "Azure AD registered"}, "location": {"city": "New John", "state": "Smithfort", "countryOrRegion": "XR", "geoCoordinates": {"latitude": -89.144242, "longitude": 168.119022}}, "correlationId": "b0089d52-e2f3-43b8-9b5f-2ea84aca23ed", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "9384b8b4-1c11-4746-8dba-5775e283e30c", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 145, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Adobe Identity Management Service", "resourceId": "c8eab36d-0a82-409d-8693-a8dabc997921", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 34974, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "RZahgXuuVnn8rtRWe0REYln7ygDvi4uthBSTkD4HzEyaoXPe", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "2248d3ef-d7b8-4eb2-bd20-fb53f725bfe3", "rngcStatus": 0}}, {"time": "2022-08-26T20:05:37.122020Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "SignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "42.62.103.34", "correlationId": "f4f3ad1a-2325-48e5-a16f-3a22bfda34fc", "identity": "Joseph Taylor", "Level": 4, "location": "XF", "properties": {"id": "0b47e51c-29c9-47e9-b397-9da6c17d5e00", "createdDateTime": "2022-08-26T20:05:37.291020Z", "userDisplayName": "Joseph Taylor", "userPrincipalName": "jtaylor@domain.com", "userId": "af9847eb-c773-41ae-bf94-42747c5e986c", "appId": "e47a1d38-5f61-45cd-b1b9-bc92f525c598", "appDisplayName": "Altoura", "ipAddress": "42.62.103.34", "status": {"errorCode": 0, "additionalDetails": "MFA requirement satisfied by claim in the token"}, "clientAppUsed": "Browser", "userAgent": "Mozilla/5.0 (Linux; Android 2.3.5) AppleWebKit/532.2 (KHTML, like Gecko) Chrome/46.0.898.0 Safari/532.2 Edge/105.19198", "deviceDetail": {"deviceId": "76b96bd3-e5d7-49ee-b195-bf363facdb3d", "displayName": "JOSEPHTAYLOR-LT", "operatingSystem": "Windows 10", "browser": "Edge 105.19198", "isCompliant": true, "isManaged": true, "trustType": "Azure AD joined"}, "location": {"city": "Jessicafurt", "state": "Smithbury", "countryOrRegion": "XF", "geoCoordinates": {"latitude": 17.5082395, "longitude": -115.304215}}, "mfaDetail": {}, "correlationId": "01441c31-2b09-4870-ba28-c1ac3356d5d5", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "a041bee3-6a35-4508-bd4f-b005c9c398d6", "isInteractive": true, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "processingTimeInMilliseconds": 169, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Altoura Online", "resourceId": "f0630e90-b752-4960-bfb9-a0794fc34930", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 393508, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "7HO7JadeNYOBj2kaOqY6OQR46Oky9g87JojKcNofVpoJZLPU", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "1f37c851-4be4-455b-928a-fbde7845a68a"}}, {"time": "2022-08-26T20:19:13.914526Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "156.206.181.119", "correlationId": "df61340a-0b6a-445b-95b0-ca19eb689813", "identity": "Cynthia Perry", "Level": 4, "location": "XY", "properties": {"id": "fbcedcc7-b4d5-4563-84a7-f0381ca96e00", "createdDateTime": "2022-08-26T20:19:13.999526Z", "userDisplayName": "Cynthia Perry", "userPrincipalName": "cperry@domain.com", "userId": "ac5fa380-9d5b-470e-beb2-5ba10aca48e6", "appId": "9de6e985-97a5-4d82-9c45-aedaa9c25ef9", "appDisplayName": "AWS Single-Account Access", "ipAddress": "156.206.181.119", "status": {"errorCode": 0}, "clientAppUsed": "Browser", "deviceDetail": {"deviceId": "", "operatingSystem": "Windows"}, "location": {"city": "Hannaville", "state": "Thomashaven", "countryOrRegion": "XY", "geoCoordinates": {"latitude": 1.1452695, "longitude": 128.249211}}, "correlationId": "e800251d-2aac-4a38-9703-cfdb4467ea87", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "df4c489b-c754-49f9-ba34-fb25f4defe75", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 85, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "AWS Single-Account Access Service", "resourceId": "72f0186d-d327-46c9-a8ff-497e0caa8691", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 279165, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "cO1i3SaWXo7Muz8HO9TsqZcu8c2HbGIG1JOcCBDarax99bYR", "incomingTokenType": "none", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": null, "rngcStatus": 0}}, {"time": "2022-08-26T20:47:06.329658Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "205.33.24.92", "correlationId": "59e4c132-ef53-4ac7-86f0-349acb4ba2c9", "identity": "Aaron Cole", "Level": 4, "location": "XD", "properties": {"id": "b1801159-1f8f-4782-bc6c-aea66d526200", "createdDateTime": "2022-08-26T20:47:06.432658Z", "userDisplayName": "Aaron Cole", "userPrincipalName": "acole@domain.com", "userId": "5d557969-1645-4ba4-be83-b6fd943659f7", "appId": "36f74ffc-90e8-46e0-b0ed-588b76ed6f47", "appDisplayName": "Inspire", "ipAddress": "205.33.24.92", "status": {"errorCode": 0}, "clientAppUsed": "Browser", "deviceDetail": {"deviceId": "", "operatingSystem": "Windows", "browser": "Rich Client 4.35.1.0"}, "location": {"city": "Kristinmouth", "state": "Norrisbury", "countryOrRegion": "XD", "geoCoordinates": {"latitude": 26.278784, "longitude": -92.042573}}, "correlationId": "094ec86f-b586-49eb-a1ef-597a59294121", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "f9af1956-d4d2-4447-ab5a-a6bf02e4890f", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 103, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Inspire Online", "resourceId": "7bfbb7b7-4d69-428d-b8fd-4930b70ef2b7", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 214655, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "NNPtpeOPEvqjiakaWJ1PhvlLiBQ6qQaoniXt0RXvacrdC5Hl", "incomingTokenType": "none", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "cac89839-f185-4291-9f46-fc482c649c15", "rngcStatus": 0}}, {"time": "2022-08-26T20:48:15.949338Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "205.33.24.92", "correlationId": "009322e2-c775-475e-bb5a-e166bd08a3a7", "identity": "Vanessa Ramirez", "Level": 4, "location": "XD", "properties": {"id": "e77f7dfb-e270-4e13-aaf4-2697bfeb6000", "createdDateTime": "2022-08-26T20:48:16.075338Z", "userDisplayName": "Vanessa Ramirez", "userPrincipalName": "vramirez@domain.com", "userId": "5d72b7ed-62ea-4b94-b931-ccef65d71ebd", "appId": "dbe6b779-13df-45f2-a6d7-1323485479f6", "appDisplayName": "Cisco Webex", "ipAddress": "205.33.24.92", "status": {"errorCode": 0}, "clientAppUsed": "Browser", "deviceDetail": {"deviceId": "e395a3f4-8f2d-4170-804f-d3e13ce3151b", "displayName": "VANESSARAMIREZ-LT", "operatingSystem": "Windows10", "browser": "Rich Client 4.38.0.0", "trustType": "Azure AD registered"}, "location": {"city": "Kristinmouth", "state": "Norrisbury", "countryOrRegion": "XD", "geoCoordinates": {"latitude": 26.278784, "longitude": -92.042573}}, "correlationId": "f9df163b-e02a-47fc-bd51-d6570bc3284e", "conditionalAccessStatus": "notApplied", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "91edfa6c-6fbe-4db3-8ea5-77d1aac3596e", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "processingTimeInMilliseconds": 126, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Cisco Webex Service", "resourceId": "f72c694e-4e03-4616-91f3-78c5fe54122a", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 214655, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "3XwyRRpwvqu28fqO9gKUwkG4WRWJMpNODGnlVAlEaSHKwzaE", "incomingTokenType": "none", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "1674f597-9877-4ff9-a5d9-accfea860d15"}}, {"time": "2022-08-26T21:10:28.387563Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "156.206.181.119", "correlationId": "f5e27be8-4dd7-4b53-ab36-84cf0ec34ee2", "identity": "Cynthia Perry", "Level": 4, "location": "XY", "properties": {"id": "a41e8921-dafe-4500-91d4-0b56ce755e00", "createdDateTime": "2022-08-26T21:10:28.516563Z", "userDisplayName": "Cynthia Perry", "userPrincipalName": "cperry@domain.com", "userId": "ac5fa380-9d5b-470e-beb2-5ba10aca48e6", "appId": "9de6e985-97a5-4d82-9c45-aedaa9c25ef9", "appDisplayName": "AWS Single-Account Access", "ipAddress": "156.206.181.119", "status": {"errorCode": 0}, "clientAppUsed": "Browser", "deviceDetail": {"deviceId": "", "operatingSystem": "Windows"}, "location": {"city": "Hannaville", "state": "Thomashaven", "countryOrRegion": "XY", "geoCoordinates": {"latitude": 1.1452695, "longitude": 128.249211}}, "correlationId": "7d447f6f-6dd0-462e-a000-81e6d7abd19c", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "475d0818-b649-4a77-911f-db5fa07609aa", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "processingTimeInMilliseconds": 129, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "AWS Single-Account Access Service", "resourceId": "c65cf5f9-5537-4200-889e-381c4f60ca7d", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 279165, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "m3AjqRXkBanfcUXwZutw0BJYsP9eOxFYls3hpfOBfrdPxFGu", "incomingTokenType": "none", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": null}}, {"time": "2022-08-26T21:30:31.413202Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "92.110.109.246", "correlationId": "31becdf3-8d03-4403-89fc-00b7e8ac802f", "identity": "Joseph Taylor", "Level": 4, "location": "XR", "properties": {"id": "0a5d29f3-d2f6-475a-8ab8-e72bd8ca6d00", "createdDateTime": "2022-08-26T21:30:31.500202Z", "userDisplayName": "Joseph Taylor", "userPrincipalName": "jtaylor@domain.com", "userId": "af9847eb-c773-41ae-bf94-42747c5e986c", "appId": "9a7e67c7-6f05-42a3-b226-97c7ec3e9696", "appDisplayName": "Adobe Identity Management", "ipAddress": "92.110.109.246", "status": {"errorCode": 0, "additionalDetails": "MFA requirement satisfied by claim in the token"}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (iPad; CPU iPad OS 9_3_6 like Mac OS X) AppleWebKit/536.1 (KHTML, like Gecko) CriOS/42.0.865.0 Mobile/77O124 Safari/536.1 Edge/99.14477", "deviceDetail": {"deviceId": "76b96bd3-e5d7-49ee-b195-bf363facdb3d", "displayName": "JOSEPHTAYLOR-LT", "operatingSystem": "Windows 10", "browser": "Edge 99.14477", "isCompliant": true, "isManaged": true, "trustType": "Azure AD joined"}, "location": {"city": "Port Denisetown", "state": "Smithton", "countryOrRegion": "XR", "geoCoordinates": {"latitude": 3.5518965, "longitude": 131.871582}}, "mfaDetail": {}, "correlationId": "b9e4d57a-9119-4b39-97df-4b7c3e9b4b8e", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "0ffca9ea-82c7-4a7e-b69a-8f7f7d079afb", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 87, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Adobe Identity Management Service", "resourceId": "2c3383ff-432a-49ee-bb8b-8699a7d0416f", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 230297, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "4g1IHvoatPGNRlNSZeesw0B4ZeUxvfm024sAWH6K4DLaUlfM", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "35efb8e5-3b35-4a86-b7ce-660b69bfa773", "rngcStatus": 0}}, {"time": "2022-08-26T21:33:19.096514Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "147.132.189.119", "correlationId": "2a1c27a4-3099-4e16-b471-50b1ebaa82c0", "identity": "Cassie Fernandez", "Level": 4, "location": "XR", "properties": {"id": "78c2d22b-2231-4c67-bb82-cf57d8e65b00", "createdDateTime": "2022-08-26T21:33:19.375514Z", "userDisplayName": "Cassie Fernandez", "userPrincipalName": "cfernandez@domain.com", "userId": "67ef8be6-3f44-4db7-8172-fd6211428c1e", "appId": "9c5b7fe3-0ad2-4ea6-94e5-9e0001f367e3", "appDisplayName": "Articulate 360", "ipAddress": "147.132.189.119", "status": {"errorCode": 0}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (iPad; CPU iPad OS 9_3_6 like Mac OS X) AppleWebKit/536.1 (KHTML, like Gecko) CriOS/42.0.865.0 Mobile/77O124 Safari/536.1 Edge/99.14477", "deviceDetail": {"deviceId": "d5a487a1-ef7d-4960-9723-7fdadce19af3", "displayName": "CASSIEFERNANDEZ-LT", "operatingSystem": "Windows 10", "browser": "Edge 99.14477", "trustType": "Azure AD registered"}, "location": {"city": "Port Denisetown", "state": "Smithton", "countryOrRegion": "XR", "geoCoordinates": {"latitude": 3.5518965, "longitude": 131.871582}}, "correlationId": "2e7480dc-84ab-4202-b160-7cac872461be", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "817c8932-f3c6-41fb-abf3-45f5e4a0e011", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 279, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Articulate 360 Online", "resourceId": "436260d5-3791-4aea-a4da-aa698ec35f2f", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 256668, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "nyUuG75unXAX5tnjoeUjQL1clbtVfFcWEBoFHPEhojDrP7go", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "94b9f3ba-5f4b-4edc-99dc-a420b76960f9", "rngcStatus": 0}}, {"time": "2022-08-26T21:34:14.961221Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "86.154.193.190", "correlationId": "3041f61b-0e7d-4343-a8bd-db0ece3c00ff", "identity": "Melissa Martin", "Level": 4, "location": "XR", "properties": {"id": "a053210b-0623-42cf-bb99-25ff48e65a00", "createdDateTime": "2022-08-26T21:34:15.086221Z", "userDisplayName": "Melissa Martin", "userPrincipalName": "mmartin@domain.com", "userId": "632ccb55-03a7-40f4-9893-653527cae790", "appId": "87c7e13d-e2cc-4354-be2a-21cc1388764c", "appDisplayName": "Mitel Connect", "ipAddress": "86.154.193.190", "status": {"errorCode": 0}, "clientAppUsed": "Browser", "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 12_4_8 like Mac OS X) AppleWebKit/536.2 (KHTML, like Gecko) CriOS/39.0.845.0 Mobile/81S373 Safari/536.2 Edge/40.11827", "deviceDetail": {"deviceId": "", "operatingSystem": "Windows 10", "browser": "Edge 40.11827"}, "location": {"city": "Port Denisetown", "state": "Smithton", "countryOrRegion": "XR", "geoCoordinates": {"latitude": 3.5518965, "longitude": 131.871582}}, "correlationId": "db203fac-4776-430f-a30c-ad64b9b2a4a5", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "aa515093-a550-4794-9d38-4de1f847cfb9", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "processingTimeInMilliseconds": 125, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Mitel Connect Service", "resourceId": "f0630e90-b752-4960-bfb9-a0794fc34930", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 256668, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "y9kO9uRnp8pJtQskqORNqm4sPLYbsCtS76QxJfgENqPqKgHk", "incomingTokenType": "none", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "1f37c851-4be4-455b-928a-fbde7845a68a"}}, {"time": "2022-08-26T21:41:58.274115Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "SignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "105.169.153.183", "correlationId": "3812e95e-4b99-41eb-8407-8be75d575a1b", "identity": "Jim Gonzalez", "Level": 4, "location": "XR", "properties": {"id": "7e95ac6a-7c09-4ef2-bc81-937fa6b65c00", "createdDateTime": "2022-08-26T21:41:58.444115Z", "userDisplayName": "Jim Gonzalez", "userPrincipalName": "jgonzalez@domain.com", "userId": "95090045-a9c5-489c-adee-2db430a3333a", "appId": "e47a1d38-5f61-45cd-b1b9-bc92f525c598", "appDisplayName": "Altoura", "ipAddress": "105.169.153.183", "status": {"errorCode": 0}, "clientAppUsed": "Browser", "userAgent": "Mozilla/5.0 (Linux; Android 2.3.5) AppleWebKit/532.2 (KHTML, like Gecko) Chrome/46.0.898.0 Safari/532.2 Edge/105.19198", "deviceDetail": {"deviceId": "15135d1f-cb47-4bd8-b76d-90a9171c09bd", "displayName": "JIMGONZALEZ-LT", "operatingSystem": "Windows 10", "browser": "Edge 105.19198", "trustType": "Azure AD registered"}, "location": {"city": "Kevinton", "state": "Smithton", "countryOrRegion": "XR", "geoCoordinates": {"latitude": -87.5106305, "longitude": -77.991036}}, "correlationId": "97a71580-afb6-4ca5-83b4-e292e7d9fdfe", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "21e14678-73da-4223-aad9-ea599943add5", "isInteractive": true, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "processingTimeInMilliseconds": 170, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Altoura Online", "resourceId": "8a137ba4-52ae-4dbf-94af-2e56851573c4", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 256668, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "9vnoXGSOPbVz3wvXPA5ltWByCLeR7enmJJZn00AyJ41erLIY", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": null}}, {"time": "2022-08-26T22:09:53.697031Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "50158", "resultSignature": "None", "resultDescription": "External security challenge was not satisfied.", "durationMs": 0, "callerIpAddress": "105.169.153.183", "correlationId": "ef5e04d8-9943-4801-8579-507e56cc24e0", "identity": "Thomas Price", "Level": 4, "location": "XR", "properties": {"id": "8e02be17-b237-45cb-8237-03a10c506d00", "createdDateTime": "2022-08-26T22:09:53.828031Z", "userDisplayName": "Thomas Price", "userPrincipalName": "tprice@domain.com", "userId": "32109ee2-ee4f-4d11-9c38-2556aec0f2b5", "appId": "9a7e67c7-6f05-42a3-b226-97c7ec3e9696", "appDisplayName": "Adobe Identity Management", "ipAddress": "105.169.153.183", "status": {"errorCode": 50158, "failureReason": "External security challenge was not satisfied."}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (X11; Linux i686) AppleWebKit/535.2 (KHTML, like Gecko) Chrome/22.0.843.0 Safari/535.2 Edge/118.12158", "deviceDetail": {"deviceId": "2b85c59f-331a-4b61-9a44-9d3d6df62a06", "displayName": "THOMASPRICE-LT", "operatingSystem": "Windows 10", "browser": "Edge 118.12158", "trustType": "Hybrid Azure AD joined"}, "location": {"city": "Santosborough", "state": "Smithton", "countryOrRegion": "XR", "geoCoordinates": {"latitude": 12.8350355, "longitude": 138.359011}}, "correlationId": "1706b984-de4e-401a-bae8-e5857868b460", "conditionalAccessStatus": "failure", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "ba9cd200-f49b-40ee-baa6-4bdc36a7453c", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 131, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Adobe Identity Management Service", "resourceId": "30663ca7-f8a9-43ab-8ca1-7906bdbc1485", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 256668, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "O31jEnkdGDMgGxisl82OhZgfF7Yl1DJkZqMaYiQNblnbaIN4", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "a6c259e5-7f16-48b2-a9f3-75becd6daa9b", "rngcStatus": 0}}, {"time": "2022-08-26T22:22:42.708840Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "92.110.109.246", "correlationId": "bed5753e-0a3c-46df-93ef-14cb25096c7c", "identity": "David Johnson", "Level": 4, "location": "XR", "properties": {"id": "37de7214-048f-4127-804b-50863ad66400", "createdDateTime": "2022-08-26T22:22:42.967840Z", "userDisplayName": "David Johnson", "userPrincipalName": "djohnson@domain.com", "userId": "ff2ae3d2-8cd2-4bd6-b65d-49c5ad946c7f", "appId": "b6eb5487-41e5-4254-acc5-72fbd850bd1e", "appDisplayName": "Google Cloud / G Suite Connector by Microsoft", "ipAddress": "92.110.109.246", "status": {"errorCode": 0}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (iPad; CPU iPad OS 9_3_6 like Mac OS X) AppleWebKit/536.1 (KHTML, like Gecko) CriOS/42.0.865.0 Mobile/77O124 Safari/536.1 Edge/99.14477", "deviceDetail": {"deviceId": "717ebe00-a5eb-412e-97b6-7b8ab7cfbc02", "displayName": "DAVIDJOHNSON-LT", "operatingSystem": "Windows 10", "browser": "Edge 99.14477", "trustType": "Azure AD registered"}, "location": {"city": "Port Denisetown", "state": "Smithton", "countryOrRegion": "XR", "geoCoordinates": {"latitude": 3.5518965, "longitude": 131.871582}}, "correlationId": "249161f1-543f-4433-86c4-21cdbdf03f91", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "d4e9b6b2-da76-4855-924f-48292392bad7", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 259, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Google Cloud / G Suite Connector by Microsoft Service", "resourceId": "47e06079-6a63-42ab-89ea-840a60f3ea94", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 230297, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "0PeA7hDFLo5hI2TjMvv4cPXGfYW6mLbcSeEs3uXeeDrX8GDT", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "af115473-a920-4919-a03a-7215ca304189", "rngcStatus": 0}}, {"time": "2022-08-26T22:31:42.259212Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "13.113.40.157", "correlationId": "d4298bd7-1ecc-49d7-897e-8c57fccf5be7", "identity": "Attack Target", "Level": 4, "location": "XR", "properties": {"id": "159590e9-5419-4dbb-867e-364193c96100", "createdDateTime": "2022-08-26T22:31:42.551212Z", "userDisplayName": "Attack Target", "userPrincipalName": "attacktarget@domain.com", "userId": "d735e84b-dcca-404d-9f7d-700f360f41a6", "appId": "9c5b7fe3-0ad2-4ea6-94e5-9e0001f367e3", "appDisplayName": "Articulate 360", "ipAddress": "13.113.40.157", "status": {"errorCode": 0}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (iPad; CPU iPad OS 9_3_6 like Mac OS X) AppleWebKit/536.1 (KHTML, like Gecko) CriOS/42.0.865.0 Mobile/77O124 Safari/536.1 Edge/99.14477", "deviceDetail": {"deviceId": "a44625dc-6f81-449a-9799-8005f7209b42", "displayName": "ATTACKTARGET-LT", "operatingSystem": "Windows 10", "browser": "Edge 99.14477", "trustType": "Azure AD registered"}, "location": {"city": "New John", "state": "Smithfort", "countryOrRegion": "XR", "geoCoordinates": {"latitude": -89.144242, "longitude": 168.119022}}, "correlationId": "5f43e796-5a7d-4453-8913-fdfee7ed221c", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "70eb390c-bda1-448d-9123-490adb72d3f4", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 292, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Articulate 360 Online", "resourceId": "436260d5-3791-4aea-a4da-aa698ec35f2f", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 34974, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "wBM1vJxZ6BtYFO3LMrH9wIfOBgycbhJ1SYOgStLvGRzCWRQW", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "94b9f3ba-5f4b-4edc-99dc-a420b76960f9", "rngcStatus": 0}}, {"time": "2022-08-26T22:45:16.121328Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "SignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "205.33.24.92", "correlationId": "e58d3ba0-4063-1000-b3ca-f5f7ea68f064", "identity": "Aaron Cole", "Level": 4, "location": "XD", "properties": {"id": "4e6951e2-962b-4b78-9df6-14b2533c9000", "createdDateTime": "2022-08-26T22:45:16.271328Z", "userDisplayName": "Aaron Cole", "userPrincipalName": "acole@domain.com", "userId": "5d557969-1645-4ba4-be83-b6fd943659f7", "appId": "439cf80c-f381-45bd-9b6a-a006882e7246", "appDisplayName": "Atlassian Cloud", "ipAddress": "205.33.24.92", "status": {"errorCode": 0}, "clientAppUsed": "Browser", "userAgent": "Mozilla/5.0 (Linux; Android 2.3.5) AppleWebKit/532.2 (KHTML, like Gecko) Chrome/46.0.898.0 Safari/532.2 Edge/105.19198", "deviceDetail": {"deviceId": "", "operatingSystem": "Windows 10", "browser": "Edge 105.19198"}, "location": {"city": "Kristinmouth", "state": "Norrisbury", "countryOrRegion": "XD", "geoCoordinates": {"latitude": 26.278784, "longitude": -92.042573}}, "correlationId": "2cda52df-badb-46cf-a848-47ca28872c4f", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "ad09440a-cbe3-4398-b0ac-8d2791fbc8d8", "isInteractive": true, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 150, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Atlassian Cloud", "resourceId": "c8eab36d-0a82-409d-8693-a8dabc997921", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 214655, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "cZdGc2SdUNTRb02N98B6DP1X4A2HlFUUsS5adOWkQnfwz9Wm", "incomingTokenType": "none", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "2248d3ef-d7b8-4eb2-bd20-fb53f725bfe3", "rngcStatus": 0}}, {"time": "2022-08-26T22:50:52.434288Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "81.209.4.19", "correlationId": "8aeb8078-b8d2-492d-9b4a-ba7f4dec2377", "identity": "Jim Gonzalez", "Level": 4, "location": "XR", "properties": {"id": "0e90a778-2cf2-4eee-b19f-bc6debfc8b00", "createdDateTime": "2022-08-26T22:50:52.543288Z", "userDisplayName": "Jim Gonzalez", "userPrincipalName": "jgonzalez@domain.com", "userId": "95090045-a9c5-489c-adee-2db430a3333a", "appId": "9167c284-c68f-468a-84be-0ee4f23879fe", "appDisplayName": "ArcGIS Enterprise", "ipAddress": "81.209.4.19", "status": {"errorCode": 0}, "clientAppUsed": "Mobile Apps and Desktop clients", "deviceDetail": {"deviceId": "", "operatingSystem": "Ios", "browser": "Mobile Safari"}, "location": {"city": "Santosborough", "state": "Smithton", "countryOrRegion": "XR", "geoCoordinates": {"latitude": 50.0774195, "longitude": 64.938754}}, "correlationId": "ab352e3a-fadc-4854-9be7-1227b79d16df", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "59893159-1cef-4a6f-b389-99f363cb6510", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 109, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "ArcGIS Enterprise Service", "resourceId": "db504cc4-8f0b-4800-a3d2-d75104ad7e82", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 34974, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "nHQIGtFGppwKSosCY1TjyCMHgkzau2FDNMzdSzQIZPNZ4m6L", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "e1eed55d-0b15-4abe-964b-f2d45bbc8964", "rngcStatus": 0}}, {"time": "2022-08-26T23:22:14.627949Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "700082", "resultSignature": "None", "resultDescription": "Other", "durationMs": 0, "callerIpAddress": "54.119.29.60", "correlationId": "e100ec44-c9ed-40d3-8697-325e9a83ac1c", "identity": "Thomas Price", "Level": 4, "location": "XR", "properties": {"id": "cc41f85f-18f2-4339-b560-185658497100", "createdDateTime": "2022-08-26T23:22:14.711949Z", "userDisplayName": "Thomas Price", "userPrincipalName": "tprice@domain.com", "userId": "32109ee2-ee4f-4d11-9c38-2556aec0f2b5", "appId": "9a7e67c7-6f05-42a3-b226-97c7ec3e9696", "appDisplayName": "Adobe Identity Management", "ipAddress": "54.119.29.60", "status": {"errorCode": 700082, "failureReason": "Other"}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (X11; Linux i686) AppleWebKit/535.2 (KHTML, like Gecko) Chrome/22.0.843.0 Safari/535.2 Edge/118.12158", "deviceDetail": {"deviceId": "852272bd-2ab1-474f-a99e-4922ea7031d3", "displayName": "THOMASPRICE-LT", "operatingSystem": "Windows 10", "browser": "Edge 118.12158", "trustType": "Hybrid Azure AD joined"}, "location": {"city": "Port Kimberlytown", "state": "Curtisport", "countryOrRegion": "XR", "geoCoordinates": {"latitude": 26.3152295, "longitude": 147.770404}}, "correlationId": "5f14795f-2848-4def-8993-74de83bfdfd5", "conditionalAccessStatus": "notApplied", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "55862e76-2f58-4134-907b-b132997f23cc", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 84, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Adobe Identity Management Service", "resourceId": "30663ca7-f8a9-43ab-8ca1-7906bdbc1485", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 359213, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "gxI45w5nL7G78pcIkFsC6aXPwO8srNreQ2NZ5quH9wdfJDNW", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "a6c259e5-7f16-48b2-a9f3-75becd6daa9b", "rngcStatus": 0}}, {"time": "2022-08-26T23:31:09.713886Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "SignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "42.62.103.34", "correlationId": "4ad4c7f7-acda-4d56-8e7c-c47a09aa52ac", "identity": "Joseph Taylor", "Level": 4, "location": "XF", "properties": {"id": "fabc4b93-f662-4478-a5a8-a2ceaed57800", "createdDateTime": "2022-08-26T23:31:09.837886Z", "userDisplayName": "Joseph Taylor", "userPrincipalName": "jtaylor@domain.com", "userId": "af9847eb-c773-41ae-bf94-42747c5e986c", "appId": "e47a1d38-5f61-45cd-b1b9-bc92f525c598", "appDisplayName": "Altoura", "ipAddress": "42.62.103.34", "status": {"errorCode": 0, "additionalDetails": "MFA requirement satisfied by claim in the token"}, "clientAppUsed": "Browser", "userAgent": "Mozilla/5.0 (Linux; Android 2.3.5) AppleWebKit/532.2 (KHTML, like Gecko) Chrome/46.0.898.0 Safari/532.2 Edge/105.19198", "deviceDetail": {"deviceId": "76b96bd3-e5d7-49ee-b195-bf363facdb3d", "displayName": "JOSEPHTAYLOR-LT", "operatingSystem": "Windows 10", "browser": "Edge 105.19198", "isCompliant": true, "isManaged": true, "trustType": "Azure AD joined"}, "location": {"city": "Jessicafurt", "state": "Smithbury", "countryOrRegion": "XF", "geoCoordinates": {"latitude": 17.5082395, "longitude": -115.304215}}, "mfaDetail": {}, "correlationId": "e362a74d-5587-4c21-913f-6371fd11273a", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "e8b36aaf-0107-40ce-a4cd-1f4b52a86479", "isInteractive": true, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 124, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Altoura Online", "resourceId": "f0630e90-b752-4960-bfb9-a0794fc34930", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 393508, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "lZoPf0IIyXBi7BPxPqZ2y3CLjachLjhYYuo6SZKx9NKDB2Ra", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "1f37c851-4be4-455b-928a-fbde7845a68a", "rngcStatus": 0}}, {"time": "2022-08-27T00:06:18.712616Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "105.169.153.183", "correlationId": "223f3950-9adb-476a-8f71-e79ba42778c3", "identity": "Jim Gonzalez", "Level": 4, "location": "XR", "properties": {"id": "161299a3-6083-437a-9849-b3169aa06300", "createdDateTime": "2022-08-27T00:06:18.867616Z", "userDisplayName": "Jim Gonzalez", "userPrincipalName": "jgonzalez@domain.com", "userId": "95090045-a9c5-489c-adee-2db430a3333a", "appId": "9a7e67c7-6f05-42a3-b226-97c7ec3e9696", "appDisplayName": "Adobe Identity Management", "ipAddress": "105.169.153.183", "ipAddressFromResourceProvider": "105.169.153.183", "status": {"errorCode": 0}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (Windows NT 4.0) AppleWebKit/532.1 (KHTML, like Gecko) Chrome/38.0.801.0 Safari/532.1 Edge/19.15284", "deviceDetail": {"deviceId": "15135d1f-cb47-4bd8-b76d-90a9171c09bd", "displayName": "JIMGONZALEZ-LT", "operatingSystem": "Windows 10", "browser": "Edge 19.15284", "trustType": "Azure AD registered"}, "location": {"city": "Kevinton", "state": "Smithton", "countryOrRegion": "XR", "geoCoordinates": {"latitude": -87.5106305, "longitude": -77.991036}}, "correlationId": "a5e11075-2cb2-4c7b-80e3-3d26f4706fd4", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "706f02cd-aa56-46cc-aabf-5071ab074937", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 155, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Adobe Identity Management Service", "resourceId": "9a84f55e-3a40-492c-9476-e069f64ed7a6", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 256668, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "67DxcqApdbDPrduYIadeF5mDDKA5m0VB9FgmcW2I2OE1t8L1", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "37ee873b-f901-4e25-be69-010243106d0f", "rngcStatus": 0}}, {"time": "2022-08-27T00:19:09.277284Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "91.132.253.146", "correlationId": "c8b25072-3b39-41d4-b4ec-47ff70996c31", "identity": "Aaron Cole", "Level": 4, "location": "XD", "properties": {"id": "7f19788f-2e61-49ad-9601-4fe60cd06f00", "createdDateTime": "2022-08-27T00:19:09.383284Z", "userDisplayName": "Aaron Cole", "userPrincipalName": "acole@domain.com", "userId": "5d557969-1645-4ba4-be83-b6fd943659f7", "appId": "b6eb5487-41e5-4254-acc5-72fbd850bd1e", "appDisplayName": "Google Cloud / G Suite Connector by Microsoft", "ipAddress": "91.132.253.146", "status": {"errorCode": 0}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (iPad; CPU iPad OS 9_3_6 like Mac OS X) AppleWebKit/536.1 (KHTML, like Gecko) CriOS/42.0.865.0 Mobile/77O124 Safari/536.1 Edge/99.14477", "deviceDetail": {"deviceId": "", "operatingSystem": "Windows 10", "browser": "Edge 99.14477"}, "location": {"city": "Rickshire", "state": "Norrisbury", "countryOrRegion": "XD", "geoCoordinates": {"latitude": -78.5751045, "longitude": 58.329246}}, "correlationId": "5a6e07c2-f0ec-4a39-89be-377a8f11d166", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "90585199-d3e4-4740-9a48-1aa57b9ee296", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 106, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Google Cloud / G Suite Connector by Microsoft Service", "resourceId": "91321da4-e9bc-4b9c-ac4a-d72d60bbdfa5", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 214655, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "RW5D8jkxtsXeOpnajncFqU1NnObcVr5JEuJJJr4xTadq0u0E", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "cb96b451-7ecc-4f5c-842a-2854a3e0e8c1", "rngcStatus": 0}}, {"time": "2022-08-27T00:59:34.492173Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "147.132.189.119", "correlationId": "ee0b1138-2087-456f-8c56-cef8752d507a", "identity": "Melissa Martin", "Level": 4, "location": "XR", "properties": {"id": "83171bf7-91eb-4e18-89eb-696463a75700", "createdDateTime": "2022-08-27T00:59:34.585173Z", "userDisplayName": "Melissa Martin", "userPrincipalName": "mmartin@domain.com", "userId": "632ccb55-03a7-40f4-9893-653527cae790", "appId": "9a7e67c7-6f05-42a3-b226-97c7ec3e9696", "appDisplayName": "Adobe Identity Management", "ipAddress": "147.132.189.119", "status": {"errorCode": 0}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (iPad; CPU iPad OS 9_3_6 like Mac OS X) AppleWebKit/536.1 (KHTML, like Gecko) CriOS/42.0.865.0 Mobile/77O124 Safari/536.1 Edge/99.14477", "deviceDetail": {"deviceId": "", "operatingSystem": "Windows 10", "browser": "Edge 99.14477"}, "location": {"city": "Port Denisetown", "state": "Smithton", "countryOrRegion": "XR", "geoCoordinates": {"latitude": 3.5518965, "longitude": 131.871582}}, "correlationId": "81e12623-c5ad-48bb-9fdb-dc4c40c85fab", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "12ed5f44-ee64-4a25-a522-1409943be735", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "processingTimeInMilliseconds": 93, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Adobe Identity Management Service", "resourceId": "30663ca7-f8a9-43ab-8ca1-7906bdbc1485", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 256668, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "oUanW8a6sKKJojAdlbfPnliH8YqmtvZG1yB6PW2LniyEyB4T", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "a6c259e5-7f16-48b2-a9f3-75becd6daa9b"}}, {"time": "2022-08-27T00:59:39.181811Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "42.62.103.34", "correlationId": "b9c2fa41-96fd-46c9-b9d8-8844e7751c73", "identity": "Joseph Taylor", "Level": 4, "location": "XF", "properties": {"id": "0171151e-6e1f-4bc0-81e6-ff46c7756b00", "createdDateTime": "2022-08-27T00:59:39.288811Z", "userDisplayName": "Joseph Taylor", "userPrincipalName": "jtaylor@domain.com", "userId": "af9847eb-c773-41ae-bf94-42747c5e986c", "appId": "ce17d629-c602-4606-b278-f9698b779e35", "appDisplayName": "Office 365 SharePoint Online", "ipAddress": "42.62.103.34", "status": {"errorCode": 0, "additionalDetails": "MFA requirement satisfied by claim in the token"}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (iPad; CPU iPad OS 9_3_6 like Mac OS X) AppleWebKit/536.1 (KHTML, like Gecko) CriOS/42.0.865.0 Mobile/77O124 Safari/536.1 Edge/99.14477", "deviceDetail": {"deviceId": "76b96bd3-e5d7-49ee-b195-bf363facdb3d", "displayName": "JOSEPHTAYLOR-LT", "operatingSystem": "Windows 10", "browser": "Edge 99.14477", "isCompliant": true, "isManaged": true, "trustType": "Azure AD joined"}, "location": {"city": "Jessicafurt", "state": "Smithbury", "countryOrRegion": "XF", "geoCoordinates": {"latitude": 17.5082395, "longitude": -115.304215}}, "mfaDetail": {}, "correlationId": "3502d88e-75af-47af-851e-3a1b35834359", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "f85a4661-e105-4991-a299-8601aa7e2a4d", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 107, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Office 365 SharePoint Online Service", "resourceId": "6a59cbef-3ac0-4cd5-aad7-58d1f43d5302", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 393508, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "x36uYBdHvg00lm0wuqskrv89ceW1OlVMIVTPSoByXdbrs6ki", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "6e49c7cd-137b-480c-a5be-4942a826743e", "rngcStatus": 0}}, {"time": "2022-08-27T01:02:58.261850Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "205.33.24.92", "correlationId": "10c7f598-33cf-4cf7-ad5b-8ba0646d3ab0", "identity": "Aaron Cole", "Level": 4, "location": "XD", "properties": {"id": "e3eb0cfb-966f-4577-9f37-6ff20cf55e00", "createdDateTime": "2022-08-27T01:02:58.615850Z", "userDisplayName": "Aaron Cole", "userPrincipalName": "acole@domain.com", "userId": "5d557969-1645-4ba4-be83-b6fd943659f7", "appId": "1b3edb90-1e06-46db-b021-e2fc1f7ddaf5", "appDisplayName": "Beatrust", "ipAddress": "205.33.24.92", "status": {"errorCode": 0}, "clientAppUsed": "Browser", "deviceDetail": {"deviceId": "", "operatingSystem": "Windows 10", "browser": "Rich Client 5.2.7.0"}, "location": {"city": "Kristinmouth", "state": "Norrisbury", "countryOrRegion": "XD", "geoCoordinates": {"latitude": 26.278784, "longitude": -92.042573}}, "correlationId": "338c31c7-6ba2-42eb-a828-0755477b350f", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "3d06f430-fdbd-4cd8-897a-4cf80cae2cfb", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 354, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Beatrust Service", "resourceId": "24578515-1951-4064-967d-0d2acaf0aa70", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 214655, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "CAeZ0hj5mJCvkV32RmY8lV61YrAFxLl9vkDIoINyukpgxoCU", "incomingTokenType": "none", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "0e68752b-7dfa-400b-a6f5-1b54af90696a", "rngcStatus": 0}}, {"time": "2022-08-27T01:27:37.311705Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "SignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "205.33.24.92", "correlationId": "e5e58f7a-8bde-4519-9790-c73078b2867b", "identity": "Vanessa Ramirez", "Level": 4, "location": "XD", "properties": {"id": "aa3bb748-eba2-45e4-875d-8e3ce0315a00", "createdDateTime": "2022-08-27T01:27:37.486705Z", "userDisplayName": "Vanessa Ramirez", "userPrincipalName": "vramirez@domain.com", "userId": "5d72b7ed-62ea-4b94-b931-ccef65d71ebd", "appId": "e47a1d38-5f61-45cd-b1b9-bc92f525c598", "appDisplayName": "Altoura", "ipAddress": "205.33.24.92", "status": {"errorCode": 0}, "clientAppUsed": "Browser", "userAgent": "Mozilla/5.0 (X11; Linux i686) AppleWebKit/536.2 (KHTML, like Gecko) Chrome/22.0.877.0 Safari/536.2", "deviceDetail": {"deviceId": "e395a3f4-8f2d-4170-804f-d3e13ce3151b", "displayName": "VANESSARAMIREZ-LT", "operatingSystem": "Windows 10", "browser": "Chrome 22.0.877.0", "trustType": "Azure AD registered"}, "location": {"city": "Kristinmouth", "state": "Norrisbury", "countryOrRegion": "XD", "geoCoordinates": {"latitude": 26.278784, "longitude": -92.042573}}, "correlationId": "c4528c5d-ba7e-4d5d-9df0-fdb03423b78c", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "a49e187d-1254-484e-a4cc-ec6a4593c217", "isInteractive": true, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "processingTimeInMilliseconds": 175, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Altoura Online", "resourceId": "f0630e90-b752-4960-bfb9-a0794fc34930", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 214655, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "clrX1Q6guQIExQqJVwHGZqKJKLSex8zsPxFvIDvwlTQwE3j0", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "1f37c851-4be4-455b-928a-fbde7845a68a"}}, {"time": "2022-08-27T01:38:26.726917Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "SignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "205.33.24.92", "correlationId": "b2bceec0-c576-4636-aa37-bb9a6fa51123", "identity": "Aaron Cole", "Level": 4, "location": "XD", "properties": {"id": "68c181e0-8fba-4fa6-b9af-85d0e7114f00", "createdDateTime": "2022-08-27T01:38:26.831917Z", "userDisplayName": "Aaron Cole", "userPrincipalName": "acole@domain.com", "userId": "5d557969-1645-4ba4-be83-b6fd943659f7", "appId": "03d81133-bfaa-4cad-b5fc-938f0fe86da9", "appDisplayName": "Dream Broker Studio", "ipAddress": "205.33.24.92", "status": {"errorCode": 0}, "clientAppUsed": "Browser", "userAgent": "Mozilla/5.0 (X11; Linux i686) AppleWebKit/536.2 (KHTML, like Gecko) Chrome/22.0.877.0 Safari/536.2", "deviceDetail": {"deviceId": "", "operatingSystem": "Windows 10", "browser": "Chrome 22.0.877.0"}, "location": {"city": "Kristinmouth", "state": "Norrisbury", "countryOrRegion": "XD", "geoCoordinates": {"latitude": 26.278784, "longitude": -92.042573}}, "correlationId": "ae90d7dc-cfb5-4a57-82ba-23359ad689ae", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "7f40b75b-b223-4530-8ba8-420b6a4ebac1", "isInteractive": true, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "processingTimeInMilliseconds": 105, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Dream Broker Studio Online", "resourceId": "f0630e90-b752-4960-bfb9-a0794fc34930", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 214655, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "AchuoIzsThjIPX4ZsdzWb08ssCguCPGZ5A4xb7DZfnPXgzr9", "incomingTokenType": "none", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "1f37c851-4be4-455b-928a-fbde7845a68a"}}, {"time": "2022-08-27T02:58:15.245589Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "199.12.127.103", "correlationId": "0b1a279b-9e0e-4935-a162-090971aa0421", "identity": "Jacob Meyers", "Level": 4, "location": "XG", "properties": {"id": "e77f7dfb-e270-4e13-aaf4-2697e0fa5b00", "createdDateTime": "2022-08-27T02:58:15.342589Z", "userDisplayName": "Jacob Meyers", "userPrincipalName": "jmeyers@domain.com", "userId": "c63a67b0-1651-4a8a-9560-cc703cdad5ad", "appId": "2eae4ad1-8cae-48fe-b718-76bd66e2fc7f", "appDisplayName": "Bipsync", "ipAddress": "199.12.127.103", "status": {"errorCode": 0}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (iPad; CPU iPad OS 9_3_6 like Mac OS X) AppleWebKit/536.1 (KHTML, like Gecko) CriOS/42.0.865.0 Mobile/77O124 Safari/536.1 Edge/99.14477", "deviceDetail": {"deviceId": "68cb982e-f215-496c-89bb-cc07716ff474", "displayName": "JACOBMEYERS-LT", "operatingSystem": "Windows 10", "browser": "Edge 99.14477", "trustType": "Azure AD registered"}, "location": {"city": "Port Nathan", "state": "Newmanville", "countryOrRegion": "XG", "geoCoordinates": {"latitude": 23.244641, "longitude": -113.392021}}, "correlationId": "ccde78be-24b7-42ad-931d-1a16516998ae", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "ddb160a1-f8dc-41d5-b0d8-b197d9d5370d", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "processingTimeInMilliseconds": 97, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Bipsync Service", "resourceId": "aaf780ce-b996-49b9-986d-8bb23f7bce3a", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 282405, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "BXbCN5uRNX4UnkFUi3m21diSr38NLcXkjWvlUAKTCQXimZSE", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "b7da42cc-a168-4148-b15a-792ad32c2ff5"}}, {"time": "2022-08-27T03:04:39.876077Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "147.132.189.119", "correlationId": "c2d6acba-98da-4f83-ae84-ab53745318a0", "identity": "Terry Proctor", "Level": 4, "location": "XR", "properties": {"id": "5a969e49-305a-4dba-b344-ced2bcee9a00", "createdDateTime": "2022-08-27T03:04:39.966077Z", "userDisplayName": "Terry Proctor", "userPrincipalName": "tproctor@domain.com", "userId": "03110cc5-e54f-4dae-b68a-bf5d945f8152", "appId": "b6eb5487-41e5-4254-acc5-72fbd850bd1e", "appDisplayName": "Google Cloud / G Suite Connector by Microsoft", "ipAddress": "147.132.189.119", "status": {"errorCode": 0, "additionalDetails": "MFA requirement satisfied by claim in the token"}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (X11; Linux i686) AppleWebKit/533.0 (KHTML, like Gecko) Chrome/24.0.803.0 Safari/533.0 Edge/40.11325", "deviceDetail": {"deviceId": "88ee69d5-1eb7-4f29-b594-e9b4e3371940", "displayName": "TERRYPROCTOR-LT", "operatingSystem": "Windows 10", "browser": "Edge 40.11325", "isCompliant": true, "isManaged": true, "trustType": "Azure AD joined"}, "location": {"city": "Port Denisetown", "state": "Smithton", "countryOrRegion": "XR", "geoCoordinates": {"latitude": 3.5518965, "longitude": 131.871582}}, "mfaDetail": {}, "correlationId": "17bf0585-a544-4e2b-8dc4-d2d6981afd9b", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "ee32da1f-54e3-4396-8d0d-afc520b22b8e", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 90, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Google Cloud / G Suite Connector by Microsoft Service", "resourceId": "47e06079-6a63-42ab-89ea-840a60f3ea94", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 256668, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "mJnxiTBI70Qjz97kqg1LJJubl4mjmn2CNhAOBIqFvOO2Io63", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "af115473-a920-4919-a03a-7215ca304189", "rngcStatus": 0}}, {"time": "2022-08-27T03:25:19.460445Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "1.210.58.10", "correlationId": "650b5047-fbce-4a10-83fa-13b56447b902", "identity": "Keith Sheppard", "Level": 4, "location": "XD", "properties": {"id": "8ad50de0-ebdd-4ace-9747-d47c2eae8700", "createdDateTime": "2022-08-27T03:25:19.531445Z", "userDisplayName": "Keith Sheppard", "userPrincipalName": "ksheppard@domain.com", "userId": "05bd48f1-91d2-4c2d-9a7c-80e80f561b3c", "appId": "2eae4ad1-8cae-48fe-b718-76bd66e2fc7f", "appDisplayName": "Bipsync", "ipAddress": "1.210.58.10", "status": {"errorCode": 0}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (Windows NT 4.0) AppleWebKit/531.1 (KHTML, like Gecko) Chrome/20.0.823.0 Safari/531.1 Edge/87.11424", "deviceDetail": {"deviceId": "639815fd-5018-4e38-9d81-67538b2ce460", "displayName": "KEITHSHEPPARD-LT", "operatingSystem": "Windows 10", "browser": "Edge 87.11424", "trustType": "Azure AD registered"}, "location": {"city": "Cooperhaven", "state": "Norrisbury", "countryOrRegion": "XD", "geoCoordinates": {"latitude": 70.436398, "longitude": -23.873747}}, "correlationId": "dfe6d381-94b2-4200-8019-9b15c02d0f33", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "7782f20b-725a-414f-a029-e47c068c1eaf", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 71, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Bipsync Service", "resourceId": "9a84f55e-3a40-492c-9476-e069f64ed7a6", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 69487, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "qmi78LYVMrkd6TfqnJKMFRMEYYmU6Nzgs6dpx8gJZSTJ45WH", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "37ee873b-f901-4e25-be69-010243106d0f", "rngcStatus": 0}}, {"time": "2022-08-27T03:38:57.058377Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "50158", "resultSignature": "None", "resultDescription": "External security challenge was not satisfied.", "durationMs": 0, "callerIpAddress": "92.110.109.246", "correlationId": "5604a5e9-3f0d-46f3-a456-77f168945c7a", "identity": "Thomas Price", "Level": 4, "location": "XR", "properties": {"id": "0b6f52fe-7d96-46e1-808f-a398d6710300", "createdDateTime": "2022-08-27T03:38:57.166377Z", "userDisplayName": "Thomas Price", "userPrincipalName": "tprice@domain.com", "userId": "32109ee2-ee4f-4d11-9c38-2556aec0f2b5", "appId": "79510a8f-6421-4348-a2ea-bcc2b02485c1", "appDisplayName": "Cisco AnyConnect", "ipAddress": "92.110.109.246", "status": {"errorCode": 50158, "failureReason": "External security challenge was not satisfied."}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (X11; Linux i686) AppleWebKit/535.2 (KHTML, like Gecko) Chrome/22.0.843.0 Safari/535.2 Edge/118.12158", "deviceDetail": {"deviceId": "a31478d2-f778-4d5a-b081-22579a9edcbe", "displayName": "THOMASPRICE-LT", "operatingSystem": "Windows 10", "browser": "Edge 118.12158", "trustType": "Hybrid Azure AD joined"}, "location": {"city": "Port Denisetown", "state": "Smithton", "countryOrRegion": "XR", "geoCoordinates": {"latitude": 3.5518965, "longitude": 131.871582}}, "correlationId": "69c6a264-6879-4cc6-b1fa-41052e58aabb", "conditionalAccessStatus": "failure", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "1d0e9019-7b1f-4f3c-b532-0fffcacb649a", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 108, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Cisco AnyConnect Online", "resourceId": "5d5b8d28-6a28-472e-b837-a4094e466965", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 230297, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "Lw4tJpuCrqTD41zq21IJ68fD4TrPvAJNpmz6sZ3nUOWA0YeD", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "15655e1f-5005-4c53-b3c0-c4a1d1ca5e9e", "rngcStatus": 0}}, {"time": "2022-08-27T04:01:05.179257Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "42.62.103.34", "correlationId": "e9755f55-f813-49d1-81fd-5617374152e3", "identity": "Joseph Taylor", "Level": 4, "location": "XF", "properties": {"id": "ace681b4-3934-4235-befc-67ed78f37200", "createdDateTime": "2022-08-27T04:01:05.344257Z", "userDisplayName": "Joseph Taylor", "userPrincipalName": "jtaylor@domain.com", "userId": "af9847eb-c773-41ae-bf94-42747c5e986c", "appId": "895b9fb3-4084-4f9f-a314-d082d67e3c5c", "appDisplayName": "Airstack", "ipAddress": "42.62.103.34", "status": {"errorCode": 0}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (iPad; CPU iPad OS 9_3_5 like Mac OS X) AppleWebKit/536.1 (KHTML, like Gecko) CriOS/26.0.852.0 Mobile/33A194 Safari/536.1 Edge/27.13255", "deviceDetail": {"deviceId": "", "operatingSystem": "Windows 10", "browser": "Edge 27.13255"}, "location": {"city": "Jessicafurt", "state": "Smithbury", "countryOrRegion": "XF", "geoCoordinates": {"latitude": 17.5082395, "longitude": -115.304215}}, "correlationId": "6a069eea-4fb9-489a-b8a1-847a5fdbbe67", "conditionalAccessStatus": "notApplied", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "d95eb3c3-407d-4cf8-bef6-cabd81503bf7", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 165, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Airstack Service", "resourceId": "01f2a7c1-e668-4e23-a099-726ca374f477", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 393508, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "4e5slZUHbGyQJYx82xXJ6CkH5K65c5uSFM5M4LNIRNIYTZ7J", "incomingTokenType": "none", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "e133b8e5-4d8b-4e43-9ae4-962ce64fbbd5", "rngcStatus": 0}}, {"time": "2022-08-27T04:23:51.069094Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "SignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "199.12.127.103", "correlationId": "89e499b5-e12d-4b3f-adf6-17fc3bc9c341", "identity": "Jacob Meyers", "Level": 4, "location": "XG", "properties": {"id": "5daad713-1a9b-42ef-b804-993dfec14f00", "createdDateTime": "2022-08-27T04:23:51.174094Z", "userDisplayName": "Jacob Meyers", "userPrincipalName": "jmeyers@domain.com", "userId": "c63a67b0-1651-4a8a-9560-cc703cdad5ad", "appId": "1b3edb90-1e06-46db-b021-e2fc1f7ddaf5", "appDisplayName": "Beatrust", "ipAddress": "199.12.127.103", "status": {"errorCode": 0}, "clientAppUsed": "Browser", "userAgent": "Mozilla/5.0 (Windows NT 5.1) AppleWebKit/534.1 (KHTML, like Gecko) Chrome/37.0.847.0 Safari/534.1", "deviceDetail": {"deviceId": "", "operatingSystem": "Windows 10", "browser": "Chrome 37.0.847.0"}, "location": {"city": "Port Nathan", "state": "Newmanville", "countryOrRegion": "XG", "geoCoordinates": {"latitude": 23.244641, "longitude": -113.392021}}, "correlationId": "8153617d-001d-4897-9021-1b101be33260", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "677e8242-29d4-4395-bf43-183e78d3abf4", "isInteractive": true, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "processingTimeInMilliseconds": 105, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Beatrust Service", "resourceId": "24578515-1951-4064-967d-0d2acaf0aa70", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 282405, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "BErlZxcIAdqchP6tuKZrRPHcKXQzzGCT8nfuLhCKXbesnI2c", "incomingTokenType": "none", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "0e68752b-7dfa-400b-a6f5-1b54af90696a"}}, {"time": "2022-08-27T04:26:03.628842Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "107.40.113.143", "correlationId": "c0ceea39-08e7-4a65-bf1b-361296a3d7b9", "identity": "Terry Proctor", "Level": 4, "location": "XR", "properties": {"id": "70084a8c-f56a-450b-8ce6-510db2cd9d00", "createdDateTime": "2022-08-27T04:26:03.735842Z", "userDisplayName": "Terry Proctor", "userPrincipalName": "tproctor@domain.com", "userId": "03110cc5-e54f-4dae-b68a-bf5d945f8152", "appId": "18bf60fa-77dd-4aad-891d-af82ca87dd06", "appDisplayName": "FortiGate SSL VPN", "ipAddress": "107.40.113.143", "status": {"errorCode": 0, "additionalDetails": "MFA requirement satisfied by claim in the token"}, "clientAppUsed": "Browser", "deviceDetail": {"deviceId": "88ee69d5-1eb7-4f29-b594-e9b4e3371940", "displayName": "TERRYPROCTOR-LT", "operatingSystem": "Windows", "browser": "Rich Client 4.22.0.0", "isCompliant": true, "isManaged": true, "trustType": "Azure AD joined"}, "location": {"city": "Port Denisetown", "state": "Smithton", "countryOrRegion": "XR", "geoCoordinates": {"latitude": 64.356494, "longitude": 92.919325}}, "mfaDetail": {}, "correlationId": "89b5f88b-c2f2-4224-a2c0-3ad515ccd46f", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "5345a31c-b506-42a9-8413-9c5e668458e2", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 107, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "FortiGate SSL VPN Service", "resourceId": "a1edee32-85c4-4a57-afcb-5853873a47e7", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 34974, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "DBa1p2lGTDCEvSYFonyTYcsfIgsCHbSVcZ1OIamW2uLm5J2f", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "0898af19-dfef-4b51-a918-f534c473013d", "rngcStatus": 0}}, {"time": "2022-08-27T04:38:21.232970Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "205.33.24.92", "correlationId": "8c43f62e-50f0-456a-a02f-6ea826d8ca09", "identity": "Vanessa Ramirez", "Level": 4, "location": "XD", "properties": {"id": "d1b61d49-f2e0-43b7-95f4-0aab045a5a00", "createdDateTime": "2022-08-27T04:38:21.453970Z", "userDisplayName": "Vanessa Ramirez", "userPrincipalName": "vramirez@domain.com", "userId": "5d72b7ed-62ea-4b94-b931-ccef65d71ebd", "appId": "9de6e985-97a5-4d82-9c45-aedaa9c25ef9", "appDisplayName": "AWS Single-Account Access", "ipAddress": "205.33.24.92", "status": {"errorCode": 0}, "clientAppUsed": "Browser", "deviceDetail": {"deviceId": "e395a3f4-8f2d-4170-804f-d3e13ce3151b", "displayName": "VANESSARAMIREZ-LT", "operatingSystem": "Windows", "trustType": "Azure AD registered"}, "location": {"city": "Kristinmouth", "state": "Norrisbury", "countryOrRegion": "XD", "geoCoordinates": {"latitude": 26.278784, "longitude": -92.042573}}, "correlationId": "9d147bdd-c818-47e4-b7d5-e18efbb38066", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "85c1df18-5e7a-4e71-8920-831753b9dd3c", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "processingTimeInMilliseconds": 221, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "AWS Single-Account Access Service", "resourceId": "c65cf5f9-5537-4200-889e-381c4f60ca7d", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 214655, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "JhojC58EkZOtfaLGtA9TRCGF9Grm5mPF92pCuQ4gy88Yyd6A", "incomingTokenType": "none", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": null}}, {"time": "2022-08-27T04:39:17.496009Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "44.22.19.201", "correlationId": "f1271586-8da7-4ea4-8b0d-a0f6b200ad21", "identity": "David Johnson", "Level": 4, "location": "XN", "properties": {"id": "1c6a3fdd-a0db-4dca-8c1d-bb5650338f00", "createdDateTime": "2022-08-27T04:39:17.638009Z", "userDisplayName": "David Johnson", "userPrincipalName": "djohnson@domain.com", "userId": "ff2ae3d2-8cd2-4bd6-b65d-49c5ad946c7f", "appId": "9a7e67c7-6f05-42a3-b226-97c7ec3e9696", "appDisplayName": "Adobe Identity Management", "ipAddress": "44.22.19.201", "status": {"errorCode": 0}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (iPad; CPU iPad OS 9_3_6 like Mac OS X) AppleWebKit/536.1 (KHTML, like Gecko) CriOS/42.0.865.0 Mobile/77O124 Safari/536.1 Edge/99.14477", "deviceDetail": {"deviceId": "717ebe00-a5eb-412e-97b6-7b8ab7cfbc02", "displayName": "DAVIDJOHNSON-LT", "operatingSystem": "Windows 10", "browser": "Edge 99.14477", "trustType": "Azure AD registered"}, "location": {"city": "Littlemouth", "state": "Alexanderfurt", "countryOrRegion": "XN", "geoCoordinates": {"latitude": 25.4437255, "longitude": -109.530885}}, "correlationId": "f3e1820e-1ad1-4841-b556-cee7009ae958", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "bae96725-b3bd-4a89-8f15-4e2ae9163ea4", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 142, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Adobe Identity Management Service", "resourceId": "30663ca7-f8a9-43ab-8ca1-7906bdbc1485", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 230297, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "NTVWdyjMUcJjOh9XgXG1e68cH9j8mN4tnG509nITCSP4rvn1", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "a6c259e5-7f16-48b2-a9f3-75becd6daa9b", "rngcStatus": 0}}, {"time": "2022-08-27T04:49:52.860615Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "92.110.109.246", "correlationId": "f8f768cd-1361-4e68-aa37-2ea2f9da3d53", "identity": "David Johnson", "Level": 4, "location": "XR", "properties": {"id": "05126ca7-c65f-4544-8acb-9d5097714800", "createdDateTime": "2022-08-27T04:49:52.993615Z", "userDisplayName": "David Johnson", "userPrincipalName": "djohnson@domain.com", "userId": "ff2ae3d2-8cd2-4bd6-b65d-49c5ad946c7f", "appId": "9003b8ba-730c-412d-8972-267700304e01", "appDisplayName": "Box", "ipAddress": "92.110.109.246", "status": {"errorCode": 0}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (Windows NT 4.0) AppleWebKit/531.1 (KHTML, like Gecko) Chrome/20.0.823.0 Safari/531.1 Edge/87.11424", "deviceDetail": {"deviceId": "8fb0ff79-f116-4f20-8ca8-36b3f8d68865", "displayName": "DAVIDJOHNSON-LT", "operatingSystem": "Windows 10", "browser": "Edge 87.11424", "trustType": "Azure AD registered"}, "location": {"city": "Port Denisetown", "state": "Smithton", "countryOrRegion": "XR", "geoCoordinates": {"latitude": 3.5518965, "longitude": 131.871582}}, "correlationId": "e2bb95b8-64de-4084-89e8-bafdd2ac15e9", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "1d6f7bdd-417a-4659-af84-0e64ed96fe33", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 133, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Box Online", "resourceId": "c8eab36d-0a82-409d-8693-a8dabc997921", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 230297, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "X1bwxGIDNlETyrW6sU1NkZuYwQHgGRm5mgBOvRzZYsQ4Psw2", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "2248d3ef-d7b8-4eb2-bd20-fb53f725bfe3", "rngcStatus": 0}}, {"time": "2022-08-27T04:56:58.926565Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "19.20.89.178", "correlationId": "ca99326f-9e67-4273-8f8a-c52341ada035", "identity": "Jamie Watson", "Level": 4, "location": "XR", "properties": {"id": "a663e275-045a-487f-8a9d-bf30b2985300", "createdDateTime": "2022-08-27T04:56:59.056565Z", "userDisplayName": "Jamie Watson", "userPrincipalName": "jwatson@domain.com", "userId": "2844695b-9a70-48ed-a5ce-f3d711e2292b", "appId": "9167c284-c68f-468a-84be-0ee4f23879fe", "appDisplayName": "ArcGIS Enterprise", "ipAddress": "19.20.89.178", "status": {"errorCode": 0}, "clientAppUsed": "Mobile Apps and Desktop clients", "deviceDetail": {"deviceId": "", "operatingSystem": "Android"}, "location": {"city": "Samanthaberg", "state": "Smithton", "countryOrRegion": "XR", "geoCoordinates": {"latitude": -68.556166, "longitude": -172.972506}}, "correlationId": "b94cbca2-8d7f-48fa-a019-f2b31226a2d2", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "6d991e44-bd86-4a31-a1f5-4be4666ff61f", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "processingTimeInMilliseconds": 130, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "ArcGIS Enterprise Service", "resourceId": "72f0186d-d327-46c9-a8ff-497e0caa8691", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 34974, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "gYWXDC0KfCJGj4g8N36my4oJiQMlyNGuV5YudzurLTipmaxo", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": null}}, {"time": "2022-08-27T04:57:16.503024Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "156.206.181.119", "correlationId": "033a4d13-157b-40a5-94fd-ecee997f843a", "identity": "Cynthia Perry", "Level": 4, "location": "XY", "properties": {"id": "3d4a0393-eb98-40ac-b27b-dd9d72fa8500", "createdDateTime": "2022-08-27T04:57:16.586024Z", "userDisplayName": "Cynthia Perry", "userPrincipalName": "cperry@domain.com", "userId": "ac5fa380-9d5b-470e-beb2-5ba10aca48e6", "appId": "9de6e985-97a5-4d82-9c45-aedaa9c25ef9", "appDisplayName": "AWS Single-Account Access", "ipAddress": "156.206.181.119", "status": {"errorCode": 0}, "clientAppUsed": "Browser", "deviceDetail": {"deviceId": "", "operatingSystem": "Windows"}, "location": {"city": "Hannaville", "state": "Thomashaven", "countryOrRegion": "XY", "geoCoordinates": {"latitude": 1.1452695, "longitude": 128.249211}}, "correlationId": "da964a92-74ce-47f6-9529-b1c660c2c5c0", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "b1aef94e-165f-4c76-a287-07ffdee4f585", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 83, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "AWS Single-Account Access Service", "resourceId": "f0630e90-b752-4960-bfb9-a0794fc34930", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 279165, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "TF4VaIpUJqjnEh3P441FbbirBxnToTB5MNjU0g2sXMFPcux4", "incomingTokenType": "none", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "1f37c851-4be4-455b-928a-fbde7845a68a", "rngcStatus": 0}}, {"time": "2022-08-27T05:04:21.430797Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "13.113.40.157", "correlationId": "c5143d22-41bf-4b1c-a514-6a48c03fb480", "identity": "Attack Target", "Level": 4, "location": "XR", "properties": {"id": "38d1405c-86c6-4469-98c5-85aefa777400", "createdDateTime": "2022-08-27T05:04:21.587797Z", "userDisplayName": "Attack Target", "userPrincipalName": "attacktarget@domain.com", "userId": "d735e84b-dcca-404d-9f7d-700f360f41a6", "appId": "9a7e67c7-6f05-42a3-b226-97c7ec3e9696", "appDisplayName": "Adobe Identity Management", "ipAddress": "13.113.40.157", "ipAddressFromResourceProvider": "13.113.40.157", "status": {"errorCode": 0}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (iPad; CPU iPad OS 9_3_6 like Mac OS X) AppleWebKit/536.1 (KHTML, like Gecko) CriOS/42.0.865.0 Mobile/77O124 Safari/536.1 Edge/99.14477", "deviceDetail": {"deviceId": "a44625dc-6f81-449a-9799-8005f7209b42", "displayName": "ATTACKTARGET-LT", "operatingSystem": "Windows 10", "browser": "Edge 99.14477", "trustType": "Azure AD registered"}, "location": {"city": "Smithfort", "state": "Smithfort", "countryOrRegion": "XR", "geoCoordinates": {"latitude": 3.7564095, "longitude": -121.574606}}, "correlationId": "ba0290bc-5758-4e81-8467-dc4187f78737", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "ff6f018f-4a5c-4e79-a27f-651909a8dc9e", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 157, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Adobe Identity Management Service", "resourceId": "c8eab36d-0a82-409d-8693-a8dabc997921", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 34974, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "bGKy9OhcEWaZraNj5uQ6XaDGMPsj56dgbO42Fa7HKjfGDOlP", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "2248d3ef-d7b8-4eb2-bd20-fb53f725bfe3", "rngcStatus": 0}}, {"time": "2022-08-27T05:10:53.302036Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "50158", "resultSignature": "None", "resultDescription": "External security challenge was not satisfied.", "durationMs": 0, "callerIpAddress": "92.110.109.246", "correlationId": "a53d2b0e-9234-4119-9366-968a3f563e24", "identity": "Thomas Price", "Level": 4, "location": "XR", "properties": {"id": "d613255f-ee47-4782-aac9-904231346d00", "createdDateTime": "2022-08-27T05:10:53.423036Z", "userDisplayName": "Thomas Price", "userPrincipalName": "tprice@domain.com", "userId": "32109ee2-ee4f-4d11-9c38-2556aec0f2b5", "appId": "9a7e67c7-6f05-42a3-b226-97c7ec3e9696", "appDisplayName": "Adobe Identity Management", "ipAddress": "92.110.109.246", "status": {"errorCode": 50158, "failureReason": "External security challenge was not satisfied."}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (X11; Linux i686) AppleWebKit/535.2 (KHTML, like Gecko) Chrome/22.0.843.0 Safari/535.2 Edge/118.12158", "deviceDetail": {"deviceId": "fb4d911d-6441-411b-868f-d25d5586a326", "displayName": "THOMASPRICE-LT", "operatingSystem": "Windows 10", "browser": "Edge 118.12158", "trustType": "Hybrid Azure AD joined"}, "location": {"city": "Port Denisetown", "state": "Smithton", "countryOrRegion": "XR", "geoCoordinates": {"latitude": 3.5518965, "longitude": 131.871582}}, "correlationId": "b5b7a135-3855-4fa3-9af3-8cdb6e270492", "conditionalAccessStatus": "failure", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "c1538de5-456b-4c60-8a82-06f99a040f50", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 121, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Adobe Identity Management Service", "resourceId": "30663ca7-f8a9-43ab-8ca1-7906bdbc1485", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 230297, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "RBts6ZeeE1wEgczyRiCtF88RXIITc1vCnTRlTuwb8NIpMP4Q", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "a6c259e5-7f16-48b2-a9f3-75becd6daa9b", "rngcStatus": 0}}, {"time": "2022-08-27T05:17:34.643243Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "147.132.189.119", "correlationId": "1a4265f6-d7c8-4034-ba20-24d97c43050b", "identity": "Terry Proctor", "Level": 4, "location": "XR", "properties": {"id": "5e4e730b-8d3c-4dbc-a1a3-d712b7555500", "createdDateTime": "2022-08-27T05:17:34.755243Z", "userDisplayName": "Terry Proctor", "userPrincipalName": "tproctor@domain.com", "userId": "03110cc5-e54f-4dae-b68a-bf5d945f8152", "appId": "2eae4ad1-8cae-48fe-b718-76bd66e2fc7f", "appDisplayName": "Bipsync", "ipAddress": "147.132.189.119", "status": {"errorCode": 0, "additionalDetails": "MFA requirement satisfied by claim in the token"}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (X11; Linux i686) AppleWebKit/532.0 (KHTML, like Gecko) Chrome/46.0.883.0 Safari/532.0 Edge/98.10206", "deviceDetail": {"deviceId": "88ee69d5-1eb7-4f29-b594-e9b4e3371940", "displayName": "TERRYPROCTOR-LT", "operatingSystem": "Windows 10", "browser": "Edge 98.10206", "isCompliant": true, "isManaged": true, "trustType": "Azure AD joined"}, "location": {"city": "Port Denisetown", "state": "Smithton", "countryOrRegion": "XR", "geoCoordinates": {"latitude": 3.5518965, "longitude": 131.871582}}, "mfaDetail": {}, "correlationId": "3284b14c-d434-421a-a6af-6e64e7d9888e", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "9445b73e-6e13-43f6-9f70-8ead584c55d3", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "processingTimeInMilliseconds": 112, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Bipsync Service", "resourceId": "819aa3ed-3b63-4925-8388-0b8d41022941", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 256668, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "nFC89hVOgdtunHO68p9d5LJ88FDrIgv0aEl63AZUfvRKBRRJ", "incomingTokenType": "none", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "7f0c9abd-8b0d-4973-8675-a495454c0c86"}}, {"time": "2022-08-27T05:18:27.294600Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "50158", "resultSignature": "None", "resultDescription": "External security challenge was not satisfied.", "durationMs": 0, "callerIpAddress": "105.169.153.183", "correlationId": "3ae31129-e42e-46e2-be5d-889cd1b92bd7", "identity": "Thomas Price", "Level": 4, "location": "XR", "properties": {"id": "599e6756-2da1-4fc0-bb78-22b5d0305300", "createdDateTime": "2022-08-27T05:18:27.423600Z", "userDisplayName": "Thomas Price", "userPrincipalName": "tprice@domain.com", "userId": "32109ee2-ee4f-4d11-9c38-2556aec0f2b5", "appId": "9a7e67c7-6f05-42a3-b226-97c7ec3e9696", "appDisplayName": "Adobe Identity Management", "ipAddress": "105.169.153.183", "status": {"errorCode": 50158, "failureReason": "External security challenge was not satisfied."}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (X11; Linux i686) AppleWebKit/535.2 (KHTML, like Gecko) Chrome/22.0.843.0 Safari/535.2 Edge/118.12158", "deviceDetail": {"deviceId": "2b85c59f-331a-4b61-9a44-9d3d6df62a06", "displayName": "THOMASPRICE-LT", "operatingSystem": "Windows 10", "browser": "Edge 118.12158", "trustType": "Hybrid Azure AD joined"}, "location": {"city": "Kevinton", "state": "Smithton", "countryOrRegion": "XR", "geoCoordinates": {"latitude": -87.5106305, "longitude": -77.991036}}, "correlationId": "5ad2fe39-11fe-4de8-a29e-ba3185099e5c", "conditionalAccessStatus": "failure", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "372b3f12-1031-404d-a136-77bc87a36f26", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "processingTimeInMilliseconds": 129, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Adobe Identity Management Service", "resourceId": "30663ca7-f8a9-43ab-8ca1-7906bdbc1485", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 256668, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "EdBGDSbYjmk6aEvQsOhTzKmsouHZWFl0Giclg5pS7zguEfV7", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "a6c259e5-7f16-48b2-a9f3-75becd6daa9b"}}, {"time": "2022-08-27T05:30:42.849260Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "22.42.248.243", "correlationId": "8c1068e1-ccee-42d9-97a6-afb810c20b92", "identity": "Melissa Martin", "Level": 4, "location": "XR", "properties": {"id": "adaecd29-d27b-47bd-bda0-f9ce06226800", "createdDateTime": "2022-08-27T05:30:43.007260Z", "userDisplayName": "Melissa Martin", "userPrincipalName": "mmartin@domain.com", "userId": "632ccb55-03a7-40f4-9893-653527cae790", "appId": "6d071ecf-d7f8-433f-9bab-a20a3234a486", "appDisplayName": "Microsoft Cloud App Security", "ipAddress": "22.42.248.243", "status": {"errorCode": 0}, "clientAppUsed": "Mobile Apps and Desktop clients", "deviceDetail": {"deviceId": "", "operatingSystem": "Ios"}, "location": {"city": "Port Denisetown", "state": "Smithton", "countryOrRegion": "XR", "geoCoordinates": {"latitude": 40.136047, "longitude": 44.514491}}, "correlationId": "b628f41b-45c7-4789-864a-a02efbb170bd", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "2f01c662-c575-4d04-9ab0-6d6270da0c31", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 158, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Microsoft Cloud App Security Online", "resourceId": "9a84f55e-3a40-492c-9476-e069f64ed7a6", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 432564, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "UkfqIRJTFWW4CkFJ2jZtS9xvVo8FITJT59AXUzuAXPuV0fds", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "37ee873b-f901-4e25-be69-010243106d0f", "rngcStatus": 0}}, {"time": "2022-08-27T05:42:52.755419Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "SignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "50158", "resultSignature": "None", "resultDescription": "External security challenge was not satisfied.", "durationMs": 0, "callerIpAddress": "42.62.103.34", "correlationId": "01d2e83d-604f-000e-14f1-d2014f60d801", "identity": "Joseph Taylor", "Level": 4, "location": "XF", "properties": {"id": "fc999d30-4d72-4b71-b130-a08aa8e88c00", "createdDateTime": "2022-08-27T05:42:52.830419Z", "userDisplayName": "Joseph Taylor", "userPrincipalName": "jtaylor@domain.com", "userId": "af9847eb-c773-41ae-bf94-42747c5e986c", "appId": "895b9fb3-4084-4f9f-a314-d082d67e3c5c", "appDisplayName": "Airstack", "ipAddress": "42.62.103.34", "status": {"errorCode": 50158, "failureReason": "External security challenge was not satisfied."}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (iPad; CPU iPad OS 9_3_5 like Mac OS X) AppleWebKit/536.1 (KHTML, like Gecko) CriOS/26.0.852.0 Mobile/33A194 Safari/536.1 Edge/27.13255", "deviceDetail": {"deviceId": "", "operatingSystem": "Windows 10", "browser": "Edge 27.13255"}, "location": {"city": "Jessicafurt", "state": "Smithbury", "countryOrRegion": "XF", "geoCoordinates": {"latitude": 17.5082395, "longitude": -115.304215}}, "correlationId": "ca30fcac-1984-4da0-ba1b-f230818887b5", "conditionalAccessStatus": "failure", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "435b66c3-e4cf-414e-9211-1668ae00f366", "isInteractive": true, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 75, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Airstack Service", "resourceId": "898e07cc-0302-479b-a2d3-601d74aa68df", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 393508, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "uVf2zeJy6ZIOTbve1DlOWQKOwSeqakEMvWRsF6uILW7f6yzA", "incomingTokenType": "none", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "84156e71-49f0-4926-86fe-9ab1a6c6b137", "rngcStatus": 0}}, {"time": "2022-08-27T05:47:57.996090Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "91.132.253.146", "correlationId": "58fb3c9d-dc0f-40e1-81dd-3f144a5098a8", "identity": "Aaron Cole", "Level": 4, "location": "XD", "properties": {"id": "95854fa2-5be6-4c9a-9e31-8e17e9933100", "createdDateTime": "2022-08-27T05:47:58.328090Z", "userDisplayName": "Aaron Cole", "userPrincipalName": "acole@domain.com", "userId": "5d557969-1645-4ba4-be83-b6fd943659f7", "appId": "1b3edb90-1e06-46db-b021-e2fc1f7ddaf5", "appDisplayName": "Beatrust", "ipAddress": "91.132.253.146", "status": {"errorCode": 0}, "clientAppUsed": "Browser", "deviceDetail": {"deviceId": "", "operatingSystem": "Windows 10", "browser": "Rich Client 5.2.7.0"}, "location": {"city": "Rickshire", "state": "Norrisbury", "countryOrRegion": "XD", "geoCoordinates": {"latitude": -78.5751045, "longitude": 58.329246}}, "correlationId": "8ae4abab-5497-4691-85fa-943c3b116614", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "55e31ca4-c685-4827-b4d6-1f5763479c56", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 332, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Beatrust Service", "resourceId": "f0630e90-b752-4960-bfb9-a0794fc34930", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 214655, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "uqyfzLqMNOMHknLfSYK1smwmSnlqwf9JEuLWRW4oDVZOa0nI", "incomingTokenType": "none", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "1f37c851-4be4-455b-928a-fbde7845a68a", "rngcStatus": 0}}, {"time": "2022-08-27T06:25:32.944366Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "42.62.103.34", "correlationId": "ff461189-713f-438e-96d4-699e4865ed37", "identity": "Joseph Taylor", "Level": 4, "location": "XF", "properties": {"id": "aae6799f-ea3c-499a-892d-2f1a18265600", "createdDateTime": "2022-08-27T06:25:33.054366Z", "userDisplayName": "Joseph Taylor", "userPrincipalName": "jtaylor@domain.com", "userId": "af9847eb-c773-41ae-bf94-42747c5e986c", "appId": "36f74ffc-90e8-46e0-b0ed-588b76ed6f47", "appDisplayName": "Inspire", "ipAddress": "42.62.103.34", "status": {"errorCode": 0, "additionalDetails": "MFA requirement satisfied by claim in the token"}, "clientAppUsed": "Browser", "deviceDetail": {"deviceId": "76b96bd3-e5d7-49ee-b195-bf363facdb3d", "displayName": "JOSEPHTAYLOR-LT", "operatingSystem": "Windows", "browser": "Rich Client 4.35.1.0", "isCompliant": true, "isManaged": true, "trustType": "Azure AD joined"}, "location": {"city": "Jessicafurt", "state": "Smithbury", "countryOrRegion": "XF", "geoCoordinates": {"latitude": 17.5082395, "longitude": -115.304215}}, "mfaDetail": {}, "correlationId": "f1c8e367-b8d1-4043-a70f-73c2f1db6d0b", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "d68156e2-a537-4d87-ad93-9cd8ffac8967", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "processingTimeInMilliseconds": 110, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Inspire Online", "resourceId": "042c3df9-f692-4971-8c0b-72867fa422dd", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 393508, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "uHMDhx3hmFUl4yX0THVRvOqZaaBGUlw6JqERMKGi31yQ7HPc", "incomingTokenType": "none", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "9dab86e5-2edb-4073-bed1-a1b309638aa2"}}, {"time": "2022-08-27T06:43:04.908322Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "50158", "resultSignature": "None", "resultDescription": "External security challenge was not satisfied.", "durationMs": 0, "callerIpAddress": "177.189.225.133", "correlationId": "2df15c51-fa94-4225-b11d-816d816bf0d9", "identity": "Thomas Price", "Level": 4, "location": "XQ", "properties": {"id": "b62243d9-70f0-4a91-8086-5bb3ec734f00", "createdDateTime": "2022-08-27T06:43:05.053322Z", "userDisplayName": "Thomas Price", "userPrincipalName": "tprice@domain.com", "userId": "32109ee2-ee4f-4d11-9c38-2556aec0f2b5", "appId": "79510a8f-6421-4348-a2ea-bcc2b02485c1", "appDisplayName": "Cisco AnyConnect", "ipAddress": "177.189.225.133", "status": {"errorCode": 50158, "failureReason": "External security challenge was not satisfied."}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (X11; Linux i686) AppleWebKit/535.2 (KHTML, like Gecko) Chrome/22.0.843.0 Safari/535.2 Edge/118.12158", "deviceDetail": {"deviceId": "72c565a0-f587-4d5e-9fa9-82cab482ddf0", "displayName": "THOMASPRICE-LT", "operatingSystem": "Windows 10", "browser": "Edge 118.12158", "trustType": "Hybrid Azure AD joined"}, "location": {"city": "Brownton", "state": "Stephanieberg", "countryOrRegion": "XQ", "geoCoordinates": {"latitude": 60.015373, "longitude": -41.508557}}, "correlationId": "2e4333d0-2760-4fa1-92fc-38c27130cf04", "conditionalAccessStatus": "failure", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "9c605189-5a86-41f0-a725-4ab2808f6084", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "processingTimeInMilliseconds": 145, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Cisco AnyConnect Online", "resourceId": "5d5b8d28-6a28-472e-b837-a4094e466965", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 104135, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "NNlMyxbQDOBh5AcgJBX2eoPiVe2EoaEWogZiMridZfHVY6wY", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "15655e1f-5005-4c53-b3c0-c4a1d1ca5e9e"}}, {"time": "2022-08-27T06:54:36.819822Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "212.169.11.63", "correlationId": "89b21eb4-6569-42e9-a743-594b23f4d9b3", "identity": "Kristen Howell", "Level": 4, "location": "XR", "properties": {"id": "a4494e24-3340-475d-bc72-9aa1ffba4a00", "createdDateTime": "2022-08-27T06:54:36.926822Z", "userDisplayName": "Kristen Howell", "userPrincipalName": "khowell@domain.com", "userId": "20e1e3f9-665f-45bd-9984-5e74b526d3b5", "appId": "2eae4ad1-8cae-48fe-b718-76bd66e2fc7f", "appDisplayName": "Bipsync", "ipAddress": "212.169.11.63", "status": {"errorCode": 0}, "clientAppUsed": "Mobile Apps and Desktop clients", "deviceDetail": {"deviceId": "", "operatingSystem": "Ios", "browser": "Mobile Safari"}, "location": {"city": "North Lisachester", "state": "Smithton", "countryOrRegion": "XR", "geoCoordinates": {"latitude": -69.00844, "longitude": -172.534328}}, "correlationId": "046436f3-e8a3-4d17-b37b-5978f81999cc", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "f47764d2-2ce6-472d-a0c6-628e8d4b3d19", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "processingTimeInMilliseconds": 107, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Bipsync Service", "resourceId": "aaf780ce-b996-49b9-986d-8bb23f7bce3a", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 144064, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "DWHGeOOnC9M46rDZW2FxuWGMkO6HCr1rDNYYWnndbf13LS60", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "b7da42cc-a168-4148-b15a-792ad32c2ff5"}}, {"time": "2022-08-27T07:11:18.361870Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "156.206.181.119", "correlationId": "ce3987b1-3491-42c1-856a-90081031aea1", "identity": "Cynthia Perry", "Level": 4, "location": "XY", "properties": {"id": "c09145de-2e38-4616-bd8d-3308f7946200", "createdDateTime": "2022-08-27T07:11:18.447870Z", "userDisplayName": "Cynthia Perry", "userPrincipalName": "cperry@domain.com", "userId": "ac5fa380-9d5b-470e-beb2-5ba10aca48e6", "appId": "9de6e985-97a5-4d82-9c45-aedaa9c25ef9", "appDisplayName": "AWS Single-Account Access", "ipAddress": "156.206.181.119", "status": {"errorCode": 0}, "clientAppUsed": "Browser", "deviceDetail": {"deviceId": "", "operatingSystem": "Windows"}, "location": {"city": "Hannaville", "state": "Thomashaven", "countryOrRegion": "XY", "geoCoordinates": {"latitude": 1.1452695, "longitude": 128.249211}}, "correlationId": "c5cb5216-83ee-4d40-b352-278ea45a42cf", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "b3399a1a-8283-457a-8e7f-eb325623a613", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 86, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "AWS Single-Account Access Service", "resourceId": "9a84f55e-3a40-492c-9476-e069f64ed7a6", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 279165, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "MwcfjZmszCfliSCW5H8kHhRMsSmFfVS6xH2HiSMM8PSSIF8h", "incomingTokenType": "none", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "37ee873b-f901-4e25-be69-010243106d0f", "rngcStatus": 0}}, {"time": "2022-08-27T07:15:36.247133Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "13.113.40.157", "correlationId": "c2295c0d-5fc3-4efa-80dd-578ecdb50723", "identity": "Attack Target", "Level": 4, "location": "XR", "properties": {"id": "0a69ca91-57c8-44f4-948f-197837a27500", "createdDateTime": "2022-08-27T07:15:36.422133Z", "userDisplayName": "Attack Target", "userPrincipalName": "attacktarget@domain.com", "userId": "d735e84b-dcca-404d-9f7d-700f360f41a6", "appId": "9a7e67c7-6f05-42a3-b226-97c7ec3e9696", "appDisplayName": "Adobe Identity Management", "ipAddress": "13.113.40.157", "ipAddressFromResourceProvider": "13.113.40.157", "status": {"errorCode": 0}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (iPad; CPU iPad OS 9_3_6 like Mac OS X) AppleWebKit/536.1 (KHTML, like Gecko) CriOS/42.0.865.0 Mobile/77O124 Safari/536.1 Edge/99.14477", "deviceDetail": {"deviceId": "a44625dc-6f81-449a-9799-8005f7209b42", "displayName": "ATTACKTARGET-LT", "operatingSystem": "Windows 10", "browser": "Edge 99.14477", "trustType": "Azure AD registered"}, "location": {"city": "New John", "state": "Smithfort", "countryOrRegion": "XR", "geoCoordinates": {"latitude": -89.144242, "longitude": 168.119022}}, "correlationId": "53df25f6-1b0b-4375-a03d-6de256cc1d08", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "a2a9591a-3d40-4f07-9f01-35da5a56424c", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 175, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Adobe Identity Management Service", "resourceId": "c8eab36d-0a82-409d-8693-a8dabc997921", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 34974, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "X927iZKLA5uJxOs6cH7xBdDOl44NAm4SzfZgciApWJsEQ5eR", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "2248d3ef-d7b8-4eb2-bd20-fb53f725bfe3", "rngcStatus": 0}}, {"time": "2022-08-27T07:18:04.453992Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "134.219.180.76", "correlationId": "082a2382-fed8-4e01-b5f2-0d2e609f9a8c", "identity": "Joseph Taylor", "Level": 4, "location": "XF", "properties": {"id": "0fa7b51d-5329-46f9-89d4-0bf191ef7200", "createdDateTime": "2022-08-27T07:18:04.594992Z", "userDisplayName": "Joseph Taylor", "userPrincipalName": "jtaylor@domain.com", "userId": "af9847eb-c773-41ae-bf94-42747c5e986c", "appId": "18bf60fa-77dd-4aad-891d-af82ca87dd06", "appDisplayName": "FortiGate SSL VPN", "ipAddress": "134.219.180.76", "status": {"errorCode": 0, "additionalDetails": "MFA requirement satisfied by claim in the token"}, "clientAppUsed": "Browser", "deviceDetail": {"deviceId": "76b96bd3-e5d7-49ee-b195-bf363facdb3d", "displayName": "JOSEPHTAYLOR-LT", "operatingSystem": "Windows", "browser": "Rich Client 4.22.0.0", "isCompliant": true, "isManaged": true, "trustType": "Azure AD joined"}, "location": {"city": "Mannville", "state": "Porterside", "countryOrRegion": "XF", "geoCoordinates": {"latitude": -50.9955705, "longitude": 104.613841}}, "mfaDetail": {}, "correlationId": "220c6310-4d39-4234-a157-2f1f8199d96e", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "0c62dcec-a9bb-4f31-ac65-31126cf55b02", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 141, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "FortiGate SSL VPN Service", "resourceId": "f0630e90-b752-4960-bfb9-a0794fc34930", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 124400, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "HxCYDWHcVc0Filc8qr12TDceFDr2jD0BFWN3az4yx9TCY7ct", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "1f37c851-4be4-455b-928a-fbde7845a68a", "rngcStatus": 0}}, {"time": "2022-08-27T07:23:42.565890Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "44.22.19.201", "correlationId": "875bfb95-1854-46ed-bfe0-aec237f841e0", "identity": "David Johnson", "Level": 4, "location": "XN", "properties": {"id": "ace681b4-3934-4235-befc-67edb8bf7200", "createdDateTime": "2022-08-27T07:23:42.742890Z", "userDisplayName": "David Johnson", "userPrincipalName": "djohnson@domain.com", "userId": "ff2ae3d2-8cd2-4bd6-b65d-49c5ad946c7f", "appId": "9a7e67c7-6f05-42a3-b226-97c7ec3e9696", "appDisplayName": "Adobe Identity Management", "ipAddress": "44.22.19.201", "status": {"errorCode": 0}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (Windows NT 4.0) AppleWebKit/531.1 (KHTML, like Gecko) Chrome/20.0.823.0 Safari/531.1 Edge/87.11424", "deviceDetail": {"deviceId": "8fb0ff79-f116-4f20-8ca8-36b3f8d68865", "displayName": "DAVIDJOHNSON-LT", "operatingSystem": "Windows 10", "browser": "Edge 87.11424", "trustType": "Azure AD registered"}, "location": {"city": "Littlemouth", "state": "Alexanderfurt", "countryOrRegion": "XN", "geoCoordinates": {"latitude": 25.4437255, "longitude": -109.530885}}, "correlationId": "ba01b59a-5d00-4a00-930a-10def0fc88b6", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "d5e418ea-c74f-4f32-823e-915d6dca230a", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 177, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Adobe Identity Management Service", "resourceId": "7d6a0897-8b82-49e9-90e2-d482fb9202bd", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 230297, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "VW5APWLfBg78j9IVvauRr1oqI5anEWqzxQsL4Kc7JSspdkLZ", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "537d9419-7e2b-4778-9102-62256bcfcf45", "rngcStatus": 0}}, {"time": "2022-08-27T07:26:15.208679Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "50158", "resultSignature": "None", "resultDescription": "External security challenge was not satisfied.", "durationMs": 0, "callerIpAddress": "92.110.109.246", "correlationId": "52df3861-acfd-4bfc-bd70-b459c62ea516", "identity": "Thomas Price", "Level": 4, "location": "XR", "properties": {"id": "7e95ac6a-7c09-4ef2-bc81-937fd7d05600", "createdDateTime": "2022-08-27T07:26:15.350679Z", "userDisplayName": "Thomas Price", "userPrincipalName": "tprice@domain.com", "userId": "32109ee2-ee4f-4d11-9c38-2556aec0f2b5", "appId": "9a7e67c7-6f05-42a3-b226-97c7ec3e9696", "appDisplayName": "Adobe Identity Management", "ipAddress": "92.110.109.246", "status": {"errorCode": 50158, "failureReason": "External security challenge was not satisfied."}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (X11; Linux i686) AppleWebKit/535.2 (KHTML, like Gecko) Chrome/22.0.843.0 Safari/535.2 Edge/118.12158", "deviceDetail": {"deviceId": "35819889-abdc-47e0-b28d-5195d26e941f", "displayName": "THOMASPRICE-LT", "operatingSystem": "Windows 10", "browser": "Edge 118.12158", "trustType": "Hybrid Azure AD joined"}, "location": {"city": "Port Denisetown", "state": "Smithton", "countryOrRegion": "XR", "geoCoordinates": {"latitude": 3.5518965, "longitude": 131.871582}}, "correlationId": "28b41599-f055-4b6d-9951-fd0af92711b7", "conditionalAccessStatus": "failure", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "c5228902-fa40-4c2b-b22c-10cb68e24636", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "processingTimeInMilliseconds": 142, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Adobe Identity Management Service", "resourceId": "30663ca7-f8a9-43ab-8ca1-7906bdbc1485", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 230297, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "i7UcIhMSO9PZgqpadxyBhE8XncQhZ3jszuKvVtj8EPADcpSu", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "a6c259e5-7f16-48b2-a9f3-75becd6daa9b"}}, {"time": "2022-08-27T07:32:42.089151Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "42.62.103.34", "correlationId": "8a612901-f6a3-4c23-9a0b-2ca2ce41cacb", "identity": "Joseph Taylor", "Level": 4, "location": "XF", "properties": {"id": "34e3f02d-c81c-4cc6-8a75-7f89d0568e00", "createdDateTime": "2022-08-27T07:32:42.176151Z", "userDisplayName": "Joseph Taylor", "userPrincipalName": "jtaylor@domain.com", "userId": "af9847eb-c773-41ae-bf94-42747c5e986c", "appId": "bc269cd9-8681-4af0-9e76-2a9b4ca24e65", "appDisplayName": "GlassFrog", "ipAddress": "42.62.103.34", "status": {"errorCode": 0, "additionalDetails": "MFA requirement satisfied by claim in the token"}, "clientAppUsed": "Browser", "deviceDetail": {"deviceId": "76b96bd3-e5d7-49ee-b195-bf363facdb3d", "displayName": "JOSEPHTAYLOR-LT", "operatingSystem": "Windows", "browser": "Rich Client 4.42.0.0", "isCompliant": true, "isManaged": true, "trustType": "Azure AD joined"}, "location": {"city": "Jessicafurt", "state": "Smithbury", "countryOrRegion": "XF", "geoCoordinates": {"latitude": 17.5082395, "longitude": -115.304215}}, "mfaDetail": {}, "correlationId": "bd22206b-2885-4b7a-a59c-5a399615ca65", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "a6294b4b-5f62-4c7a-b3e6-52b1b78474bd", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 87, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "GlassFrog Service", "resourceId": "099383fe-c9f7-4a82-b599-e6773fd99672", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 393508, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "wiDh3TfAbdPcHZ5wW0dg4tmvIPIlaHZI1HI8bf9cWIv34pTS", "incomingTokenType": "none", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "89935e77-e093-4c59-91c3-233fcc836127", "rngcStatus": 0}}, {"time": "2022-08-27T07:43:54.552533Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "147.132.189.119", "correlationId": "93c61739-0034-4735-ba1b-b34e0d698423", "identity": "Cassie Fernandez", "Level": 4, "location": "XR", "properties": {"id": "1c6a3fdd-a0db-4dca-8c1d-bb5680918d00", "createdDateTime": "2022-08-27T07:43:54.662533Z", "userDisplayName": "Cassie Fernandez", "userPrincipalName": "cfernandez@domain.com", "userId": "67ef8be6-3f44-4db7-8172-fd6211428c1e", "appId": "9a7e67c7-6f05-42a3-b226-97c7ec3e9696", "appDisplayName": "Adobe Identity Management", "ipAddress": "147.132.189.119", "status": {"errorCode": 0}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (iPad; CPU iPad OS 9_3_6 like Mac OS X) AppleWebKit/536.1 (KHTML, like Gecko) CriOS/42.0.865.0 Mobile/77O124 Safari/536.1 Edge/99.14477", "deviceDetail": {"deviceId": "bf67c857-685a-4457-89c4-db2afa581bd2", "displayName": "CASSIEFERNANDEZ-LT", "operatingSystem": "Windows 10", "browser": "Edge 99.14477", "trustType": "Hybrid Azure AD joined"}, "location": {"city": "Port Denisetown", "state": "Smithton", "countryOrRegion": "XR", "geoCoordinates": {"latitude": 3.5518965, "longitude": 131.871582}}, "correlationId": "90016853-4f79-40b1-beaf-49061011f1ff", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "8674eea3-feef-4dc4-9e4e-ac1c41c5f489", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 110, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Adobe Identity Management Service", "resourceId": "7d6a0897-8b82-49e9-90e2-d482fb9202bd", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 256668, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "byWHSkXjycaXVkwAum6fPbE05v6nA3lc9VE4YMkmqqIDrwza", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "537d9419-7e2b-4778-9102-62256bcfcf45", "rngcStatus": 0}}, {"time": "2022-08-27T07:46:25.264788Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "SignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "199.12.127.103", "correlationId": "415862af-25c2-4276-a22b-5fbbc01c56b3", "identity": "Jacob Meyers", "Level": 4, "location": "XG", "properties": {"id": "e6e31c7b-cba6-47bd-b6c9-edde41986600", "createdDateTime": "2022-08-27T07:46:25.369788Z", "userDisplayName": "Jacob Meyers", "userPrincipalName": "jmeyers@domain.com", "userId": "c63a67b0-1651-4a8a-9560-cc703cdad5ad", "appId": "1b3edb90-1e06-46db-b021-e2fc1f7ddaf5", "appDisplayName": "Beatrust", "ipAddress": "199.12.127.103", "status": {"errorCode": 0}, "clientAppUsed": "Browser", "userAgent": "Mozilla/5.0 (Windows NT 5.1) AppleWebKit/534.1 (KHTML, like Gecko) Chrome/37.0.847.0 Safari/534.1", "deviceDetail": {"deviceId": "", "operatingSystem": "Windows 10", "browser": "Chrome 37.0.847.0"}, "location": {"city": "Port Nathan", "state": "Newmanville", "countryOrRegion": "XG", "geoCoordinates": {"latitude": 23.244641, "longitude": -113.392021}}, "correlationId": "74b7863d-2625-4156-8056-ad4d58074427", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "85bd81b4-2a32-4d3c-a0ad-b8bf6185c76e", "isInteractive": true, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "processingTimeInMilliseconds": 105, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Beatrust Service", "resourceId": "24578515-1951-4064-967d-0d2acaf0aa70", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 282405, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "CSpE6rBDltmq2KLUSbmANhhDIDtyl0tVcUOJYXuhwg3xKEJZ", "incomingTokenType": "none", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "0e68752b-7dfa-400b-a6f5-1b54af90696a"}}, {"time": "2022-08-27T08:09:54.483401Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "13.113.40.157", "correlationId": "ff3d1416-5cc6-454f-878f-c1843390fcff", "identity": "Attack Target", "Level": 4, "location": "XR", "properties": {"id": "fce40f88-fa2b-4b99-9183-5ba13bd15500", "createdDateTime": "2022-08-27T08:09:54.755401Z", "userDisplayName": "Attack Target", "userPrincipalName": "attacktarget@domain.com", "userId": "d735e84b-dcca-404d-9f7d-700f360f41a6", "appId": "9c5b7fe3-0ad2-4ea6-94e5-9e0001f367e3", "appDisplayName": "Articulate 360", "ipAddress": "13.113.40.157", "status": {"errorCode": 0}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (iPad; CPU iPad OS 9_3_6 like Mac OS X) AppleWebKit/536.1 (KHTML, like Gecko) CriOS/42.0.865.0 Mobile/77O124 Safari/536.1 Edge/99.14477", "deviceDetail": {"deviceId": "a44625dc-6f81-449a-9799-8005f7209b42", "displayName": "ATTACKTARGET-LT", "operatingSystem": "Windows 10", "browser": "Edge 99.14477", "trustType": "Azure AD registered"}, "location": {"city": "New John", "state": "Smithfort", "countryOrRegion": "XR", "geoCoordinates": {"latitude": -89.144242, "longitude": 168.119022}}, "correlationId": "b6c10037-8d10-41f6-a980-8fa822a16837", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "71ffeac2-e8cd-478d-82ce-8fb7b02f8d61", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "processingTimeInMilliseconds": 272, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Articulate 360 Online", "resourceId": "436260d5-3791-4aea-a4da-aa698ec35f2f", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 34974, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "cOREPBzHp0adxXQYklI8A0392kuloBtdRdcrBBnhlPmT6x7n", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "94b9f3ba-5f4b-4edc-99dc-a420b76960f9"}}, {"time": "2022-08-27T08:12:40.529699Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "63.94.19.180", "correlationId": "60023add-56a0-49ba-8a32-3533e3cd1b48", "identity": "Vanessa Ramirez", "Level": 4, "location": "XD", "properties": {"id": "0a69ca91-57c8-44f4-948f-19782bb76f00", "createdDateTime": "2022-08-27T08:12:40.778699Z", "userDisplayName": "Vanessa Ramirez", "userPrincipalName": "vramirez@domain.com", "userId": "5d72b7ed-62ea-4b94-b931-ccef65d71ebd", "appId": "9a7e67c7-6f05-42a3-b226-97c7ec3e9696", "appDisplayName": "Adobe Identity Management", "ipAddress": "63.94.19.180", "status": {"errorCode": 0}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (X11; Linux i686) AppleWebKit/532.2 (KHTML, like Gecko) Chrome/21.0.853.0 Safari/532.2 Edge/89.19380", "deviceDetail": {"deviceId": "e395a3f4-8f2d-4170-804f-d3e13ce3151b", "displayName": "VANESSARAMIREZ-LT", "operatingSystem": "Windows 10", "browser": "Edge 89.19380", "trustType": "Azure AD registered"}, "location": {"city": "New James", "state": "Norrisbury", "countryOrRegion": "XD", "geoCoordinates": {"latitude": 64.5727225, "longitude": 92.661569}}, "correlationId": "1414392b-97a2-4387-b69e-c940207ca69b", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "524d9fd6-7a86-49d0-8285-437d51d8eb07", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 249, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Adobe Identity Management Service", "resourceId": "011ef7ce-62bf-4093-93ba-2b1afc4ff1b6", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 45904, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "ozoEsDySdeQliUSDgotDuPs1pKtJVkEhnfLYiSP6LVqLY5jO", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "73a99f7e-86a2-47db-85b9-af0c5b0fee79", "rngcStatus": 0}}, {"time": "2022-08-27T08:13:53.921683Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "205.33.24.92", "correlationId": "56a92bcb-1be9-4d9e-8784-048f00b92426", "identity": "Aaron Cole", "Level": 4, "location": "XD", "properties": {"id": "ece24cb8-8bbf-4dc3-90e8-e3ac7dcd6300", "createdDateTime": "2022-08-27T08:13:54.011683Z", "userDisplayName": "Aaron Cole", "userPrincipalName": "acole@domain.com", "userId": "5d557969-1645-4ba4-be83-b6fd943659f7", "appId": "e47a1d38-5f61-45cd-b1b9-bc92f525c598", "appDisplayName": "Altoura", "ipAddress": "205.33.24.92", "status": {"errorCode": 0}, "clientAppUsed": "Browser", "userAgent": "Mozilla/5.0 (X11; Linux i686) AppleWebKit/536.2 (KHTML, like Gecko) Chrome/22.0.877.0 Safari/536.2", "deviceDetail": {"deviceId": "", "operatingSystem": "Windows 10", "browser": "Chrome 22.0.877.0"}, "location": {"city": "Kristinmouth", "state": "Norrisbury", "countryOrRegion": "XD", "geoCoordinates": {"latitude": 26.278784, "longitude": -92.042573}}, "correlationId": "b253ab9c-fdf3-4837-b845-7a312c33d7f8", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "e3c48cae-d113-4209-b138-67f49b501ef6", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 90, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Altoura Online", "resourceId": "f0630e90-b752-4960-bfb9-a0794fc34930", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 214655, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "KYO952kSenQLDfbA6e5yVD4w0Gx1p3n734rRpLEGzHRz7Hno", "incomingTokenType": "none", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "1f37c851-4be4-455b-928a-fbde7845a68a", "rngcStatus": 0}}, {"time": "2022-08-27T08:28:07.709654Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "22.42.248.243", "correlationId": "90e0b7cd-4f0b-4bf4-9aa9-3d2dd2054284", "identity": "Melissa Martin", "Level": 4, "location": "XR", "properties": {"id": "2c5f4472-dc1e-49b2-8fbb-3275df406300", "createdDateTime": "2022-08-27T08:28:07.820654Z", "userDisplayName": "Melissa Martin", "userPrincipalName": "mmartin@domain.com", "userId": "632ccb55-03a7-40f4-9893-653527cae790", "appId": "9167c284-c68f-468a-84be-0ee4f23879fe", "appDisplayName": "ArcGIS Enterprise", "ipAddress": "22.42.248.243", "status": {"errorCode": 0}, "clientAppUsed": "Mobile Apps and Desktop clients", "deviceDetail": {"deviceId": "", "operatingSystem": "Ios", "browser": "Mobile Safari"}, "location": {"city": "Port Denisetown", "state": "Smithton", "countryOrRegion": "XR", "geoCoordinates": {"latitude": 40.136047, "longitude": 44.514491}}, "correlationId": "a6609e47-138f-473d-a591-7071eac89c80", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "cc97fb08-5a6e-43d5-95d9-aaf3a5d4c195", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 111, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "ArcGIS Enterprise Service", "resourceId": "9a84f55e-3a40-492c-9476-e069f64ed7a6", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 432564, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "mbp9vKxNPvu5qhFxEFsphAt68ce8hhhLf97nn907ebDxq6ch", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "37ee873b-f901-4e25-be69-010243106d0f", "rngcStatus": 0}}, {"time": "2022-08-27T08:36:11.875680Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "86.154.193.190", "correlationId": "47f91459-c648-4c1c-ab93-187ffb731005", "identity": "Kristen Howell", "Level": 4, "location": "XR", "properties": {"id": "4ddb034d-d670-4525-9f72-a3052edc7500", "createdDateTime": "2022-08-27T08:36:12.026680Z", "userDisplayName": "Kristen Howell", "userPrincipalName": "khowell@domain.com", "userId": "20e1e3f9-665f-45bd-9984-5e74b526d3b5", "appId": "23cab0c7-7a39-45c8-bbc1-00512d4581f4", "appDisplayName": "LumApps", "ipAddress": "86.154.193.190", "status": {"errorCode": 0}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (X11; Linux i686) AppleWebKit/533.0 (KHTML, like Gecko) Chrome/24.0.803.0 Safari/533.0 Edge/40.11325", "deviceDetail": {"deviceId": "af204333-3bdf-4228-bbeb-e3a654075b5c", "displayName": "KRISTENHOWELL-LT", "operatingSystem": "Windows 10", "browser": "Edge 40.11325", "trustType": "Azure AD registered"}, "location": {"city": "Port Denisetown", "state": "Smithton", "countryOrRegion": "XR", "geoCoordinates": {"latitude": 3.5518965, "longitude": 131.871582}}, "correlationId": "c976c3fb-78eb-4c71-9862-efb73de19bb3", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "57842cfe-ffe9-4e3f-aad8-8d900b68db75", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 151, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "LumApps Service", "resourceId": "9a84f55e-3a40-492c-9476-e069f64ed7a6", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 256668, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "8INJFHBAQdVDdhHSE2wv94eDY35NyG59a4bztFoWMcmG9m7r", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "37ee873b-f901-4e25-be69-010243106d0f", "rngcStatus": 0}}, {"time": "2022-08-27T08:42:02.975934Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "50158", "resultSignature": "None", "resultDescription": "External security challenge was not satisfied.", "durationMs": 0, "callerIpAddress": "92.110.109.246", "correlationId": "21b877c5-2cda-4c84-9461-f0d8e0e98e44", "identity": "Thomas Price", "Level": 4, "location": "XR", "properties": {"id": "40186134-719b-42e2-9e2d-e4407c277800", "createdDateTime": "2022-08-27T08:42:03.117934Z", "userDisplayName": "Thomas Price", "userPrincipalName": "tprice@domain.com", "userId": "32109ee2-ee4f-4d11-9c38-2556aec0f2b5", "appId": "9a7e67c7-6f05-42a3-b226-97c7ec3e9696", "appDisplayName": "Adobe Identity Management", "ipAddress": "92.110.109.246", "status": {"errorCode": 50158, "failureReason": "External security challenge was not satisfied."}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (X11; Linux i686) AppleWebKit/535.2 (KHTML, like Gecko) Chrome/22.0.843.0 Safari/535.2 Edge/118.12158", "deviceDetail": {"deviceId": "a31478d2-f778-4d5a-b081-22579a9edcbe", "displayName": "THOMASPRICE-LT", "operatingSystem": "Windows 10", "browser": "Edge 118.12158", "trustType": "Hybrid Azure AD joined"}, "location": {"city": "Port Denisetown", "state": "Smithton", "countryOrRegion": "XR", "geoCoordinates": {"latitude": 3.5518965, "longitude": 131.871582}}, "correlationId": "c9e6d938-862a-471d-913c-8a7cd5af9af3", "conditionalAccessStatus": "failure", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "2c2dd0f1-ca23-41f4-9460-db8aca951090", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 142, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Adobe Identity Management Service", "resourceId": "30663ca7-f8a9-43ab-8ca1-7906bdbc1485", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 230297, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "B7JCFAMFermnh3m1Yb4xgP9nbXBDsC3MsyzkXh7UhFIOUVT7", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "a6c259e5-7f16-48b2-a9f3-75becd6daa9b", "rngcStatus": 0}}, {"time": "2022-08-27T08:52:39.567925Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "205.33.24.92", "correlationId": "71190e68-4c40-407a-a8a0-de2e7bf2b760", "identity": "Aaron Cole", "Level": 4, "location": "XD", "properties": {"id": "95854fa2-5be6-4c9a-9e31-8e17745e3500", "createdDateTime": "2022-08-27T08:52:39.698925Z", "userDisplayName": "Aaron Cole", "userPrincipalName": "acole@domain.com", "userId": "5d557969-1645-4ba4-be83-b6fd943659f7", "appId": "bc269cd9-8681-4af0-9e76-2a9b4ca24e65", "appDisplayName": "GlassFrog", "ipAddress": "205.33.24.92", "status": {"errorCode": 0}, "clientAppUsed": "Browser", "deviceDetail": {"deviceId": "", "operatingSystem": "Windows", "browser": "Rich Client 4.42.0.0"}, "location": {"city": "Kristinmouth", "state": "Norrisbury", "countryOrRegion": "XD", "geoCoordinates": {"latitude": 26.278784, "longitude": -92.042573}}, "correlationId": "8a84a46e-a1b9-47fb-9c90-74bb577f0a0e", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "bea5f634-46a8-40f7-bbd2-90fbf7fb2314", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 131, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "GlassFrog Service", "resourceId": "099383fe-c9f7-4a82-b599-e6773fd99672", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 214655, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "0q18TdZ2FvlQzwY09MjYxmu8JkzgUaxA8UeymeuaDR0OndZA", "incomingTokenType": "none", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "89935e77-e093-4c59-91c3-233fcc836127", "rngcStatus": 0}}, {"time": "2022-08-27T09:11:24.479180Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "50158", "resultSignature": "None", "resultDescription": "External security challenge was not satisfied.", "durationMs": 0, "callerIpAddress": "166.105.218.213", "correlationId": "290791ab-28b6-416b-ae6e-1be399fab4ac", "identity": "Thomas Price", "Level": 4, "location": "XR", "properties": {"id": "94c99ee9-21d2-4aba-9fc3-5d1f0e584c00", "createdDateTime": "2022-08-27T09:11:24.619180Z", "userDisplayName": "Thomas Price", "userPrincipalName": "tprice@domain.com", "userId": "32109ee2-ee4f-4d11-9c38-2556aec0f2b5", "appId": "9a7e67c7-6f05-42a3-b226-97c7ec3e9696", "appDisplayName": "Adobe Identity Management", "ipAddress": "166.105.218.213", "status": {"errorCode": 50158, "failureReason": "External security challenge was not satisfied."}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (X11; Linux i686) AppleWebKit/535.2 (KHTML, like Gecko) Chrome/22.0.843.0 Safari/535.2 Edge/118.12158", "deviceDetail": {"deviceId": "81ad31fb-e9be-4498-b1b2-c62f8fae1a77", "displayName": "THOMASPRICE-LT", "operatingSystem": "Windows 10", "browser": "Edge 118.12158", "trustType": "Hybrid Azure AD joined"}, "location": {"city": "Kevinton", "state": "Smithton", "countryOrRegion": "XR", "geoCoordinates": {"latitude": -87.5106305, "longitude": -77.991036}}, "correlationId": "37b8cd89-e886-4547-80fb-ea55e52c1cae", "conditionalAccessStatus": "failure", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "1bd18aa1-07bf-4bb5-9d05-c99bdc46f22f", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "processingTimeInMilliseconds": 140, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Adobe Identity Management Service", "resourceId": "30663ca7-f8a9-43ab-8ca1-7906bdbc1485", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 256668, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "W5NOyvnZ6N4zmVsFp47SG7DmFL8ZRS2NLXUOwVNrRyNdzwBR", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "a6c259e5-7f16-48b2-a9f3-75becd6daa9b"}}, {"time": "2022-08-27T09:28:22.047637Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "156.206.181.119", "correlationId": "4ff7723e-c544-4981-a72d-3db5becfc95a", "identity": "Cynthia Perry", "Level": 4, "location": "XY", "properties": {"id": "216ffce3-7ff0-474b-bd97-34a4980c6c00", "createdDateTime": "2022-08-27T09:28:22.127637Z", "userDisplayName": "Cynthia Perry", "userPrincipalName": "cperry@domain.com", "userId": "ac5fa380-9d5b-470e-beb2-5ba10aca48e6", "appId": "9de6e985-97a5-4d82-9c45-aedaa9c25ef9", "appDisplayName": "AWS Single-Account Access", "ipAddress": "156.206.181.119", "status": {"errorCode": 0}, "clientAppUsed": "Browser", "deviceDetail": {"deviceId": "", "operatingSystem": "Windows"}, "location": {"city": "Hannaville", "state": "Thomashaven", "countryOrRegion": "XY", "geoCoordinates": {"latitude": 1.1452695, "longitude": 128.249211}}, "correlationId": "da5d4c59-8911-4a48-b366-ac1948a35ba5", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "9c493cbb-01a1-4ef1-bf54-c56ae77f2941", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 80, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "AWS Single-Account Access Service", "resourceId": "9a84f55e-3a40-492c-9476-e069f64ed7a6", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 279165, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "7sLNJrVkMHJUdJG08DvWY0ytYVb73qxJNqT75Vkj0ECIGDAU", "incomingTokenType": "none", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "37ee873b-f901-4e25-be69-010243106d0f", "rngcStatus": 0}}, {"time": "2022-08-27T09:49:07.493167Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "156.206.181.119", "correlationId": "42bf5ec5-a79a-4083-a7e2-093ccac0f5ff", "identity": "Cynthia Perry", "Level": 4, "location": "XY", "properties": {"id": "cb1cdc58-3d1a-4d1a-ab9f-1d77f8911300", "createdDateTime": "2022-08-27T09:49:07.624167Z", "userDisplayName": "Cynthia Perry", "userPrincipalName": "cperry@domain.com", "userId": "ac5fa380-9d5b-470e-beb2-5ba10aca48e6", "appId": "9de6e985-97a5-4d82-9c45-aedaa9c25ef9", "appDisplayName": "AWS Single-Account Access", "ipAddress": "156.206.181.119", "status": {"errorCode": 0}, "clientAppUsed": "Browser", "deviceDetail": {"deviceId": "", "operatingSystem": "Windows"}, "location": {"city": "Hannaville", "state": "Thomashaven", "countryOrRegion": "XY", "geoCoordinates": {"latitude": 1.1452695, "longitude": 128.249211}}, "correlationId": "1945591b-8967-48c3-a738-eab206c193cf", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "3948e5a6-06f2-499e-857f-f53d61f26e5a", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 131, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "AWS Single-Account Access Service", "resourceId": "72f0186d-d327-46c9-a8ff-497e0caa8691", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 279165, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "3TWxTc44uvEy3RZuYiE3qxktlAkEdnc2m15d5UhCMzqZgAb3", "incomingTokenType": "none", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": null, "rngcStatus": 0}}, {"time": "2022-08-27T09:52:55.304986Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "212.169.11.63", "correlationId": "929e2144-e0ab-4e87-8784-dd627671d526", "identity": "Kristen Howell", "Level": 4, "location": "XR", "properties": {"id": "37de7214-048f-4127-804b-50866ce56700", "createdDateTime": "2022-08-27T09:52:55.450986Z", "userDisplayName": "Kristen Howell", "userPrincipalName": "khowell@domain.com", "userId": "20e1e3f9-665f-45bd-9984-5e74b526d3b5", "appId": "9de6e985-97a5-4d82-9c45-aedaa9c25ef9", "appDisplayName": "AWS Single-Account Access", "ipAddress": "212.169.11.63", "status": {"errorCode": 0}, "clientAppUsed": "Browser", "deviceDetail": {"deviceId": "", "operatingSystem": "Ios"}, "location": {"city": "North Lisachester", "state": "Smithton", "countryOrRegion": "XR", "geoCoordinates": {"latitude": -69.00844, "longitude": -172.534328}}, "correlationId": "ba2cb71e-97f1-48b8-a86e-81425b060119", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "f06759f2-3392-4818-9c8b-6183e8e0c83b", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 146, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "AWS Single-Account Access Service", "resourceId": "72f0186d-d327-46c9-a8ff-497e0caa8691", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 144064, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "YQFTwmUAcx76pvcAHrQqVGkSDwU3sxh7k22Wht5lWxSgEIjZ", "incomingTokenType": "none", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": null, "rngcStatus": 0}}, {"time": "2022-08-27T09:58:22.073662Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "SignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "199.12.127.103", "correlationId": "a88a6070-a9bc-4740-a13c-1727089c79b7", "identity": "Jacob Meyers", "Level": 4, "location": "XG", "properties": {"id": "93339d13-6eb7-4410-810a-1c6098316c00", "createdDateTime": "2022-08-27T09:58:22.190662Z", "userDisplayName": "Jacob Meyers", "userPrincipalName": "jmeyers@domain.com", "userId": "c63a67b0-1651-4a8a-9560-cc703cdad5ad", "appId": "1b3edb90-1e06-46db-b021-e2fc1f7ddaf5", "appDisplayName": "Beatrust", "ipAddress": "199.12.127.103", "status": {"errorCode": 0}, "clientAppUsed": "Browser", "userAgent": "Mozilla/5.0 (Windows NT 5.1) AppleWebKit/534.1 (KHTML, like Gecko) Chrome/37.0.847.0 Safari/534.1", "deviceDetail": {"deviceId": "", "operatingSystem": "Windows 10", "browser": "Chrome 37.0.847.0"}, "location": {"city": "Port Nathan", "state": "Newmanville", "countryOrRegion": "XG", "geoCoordinates": {"latitude": 23.244641, "longitude": -113.392021}}, "correlationId": "23c2c8e8-6e78-432f-98e7-f8b5538d2f2a", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "8e3d7307-cc29-4cba-80f8-e0b8fe7732d8", "isInteractive": true, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 117, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Beatrust Service", "resourceId": "24578515-1951-4064-967d-0d2acaf0aa70", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 282405, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "g1OHs91ksXIhR2LWIVljUM4SkgNV9iEObRRzfcsBovmmELfU", "incomingTokenType": "none", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "0e68752b-7dfa-400b-a6f5-1b54af90696a", "rngcStatus": 0}}, {"time": "2022-08-27T10:07:42.473764Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "44.22.19.201", "correlationId": "cf1b5f9d-5a18-4244-8a44-07577685c02f", "identity": "David Johnson", "Level": 4, "location": "XN", "properties": {"id": "8bc588a3-ee52-4f64-9b78-b8830bc57700", "createdDateTime": "2022-08-27T10:07:42.646764Z", "userDisplayName": "David Johnson", "userPrincipalName": "djohnson@domain.com", "userId": "ff2ae3d2-8cd2-4bd6-b65d-49c5ad946c7f", "appId": "2eae4ad1-8cae-48fe-b718-76bd66e2fc7f", "appDisplayName": "Bipsync", "ipAddress": "44.22.19.201", "status": {"errorCode": 0}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (iPad; CPU iPad OS 9_3_6 like Mac OS X) AppleWebKit/536.1 (KHTML, like Gecko) CriOS/42.0.865.0 Mobile/77O124 Safari/536.1 Edge/99.14477", "deviceDetail": {"deviceId": "717ebe00-a5eb-412e-97b6-7b8ab7cfbc02", "displayName": "DAVIDJOHNSON-LT", "operatingSystem": "Windows 10", "browser": "Edge 99.14477", "trustType": "Azure AD registered"}, "location": {"city": "Littlemouth", "state": "Alexanderfurt", "countryOrRegion": "XN", "geoCoordinates": {"latitude": 25.4437255, "longitude": -109.530885}}, "correlationId": "b1843693-a746-4926-8b95-0223d54ed11e", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "83a561f8-b778-4afe-8916-1a7ea271b71a", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 173, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Bipsync Service", "resourceId": "9a84f55e-3a40-492c-9476-e069f64ed7a6", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 230297, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "XGFtJRCTuyAaricnk2VTbKLK0NtW7WYKQiMeab5MblLwY8Er", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "37ee873b-f901-4e25-be69-010243106d0f", "rngcStatus": 0}}, {"time": "2022-08-27T10:14:44.497877Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "13.113.40.157", "correlationId": "a1d54b55-16d5-42cb-873e-a7bd7a8a44c6", "identity": "Attack Target", "Level": 4, "location": "XR", "properties": {"id": "e0bb90da-c10b-4d5e-a497-7e4e7ce86800", "createdDateTime": "2022-08-27T10:14:44.628877Z", "userDisplayName": "Attack Target", "userPrincipalName": "attacktarget@domain.com", "userId": "d735e84b-dcca-404d-9f7d-700f360f41a6", "appId": "9a7e67c7-6f05-42a3-b226-97c7ec3e9696", "appDisplayName": "Adobe Identity Management", "ipAddress": "13.113.40.157", "ipAddressFromResourceProvider": "11.5.130.220", "status": {"errorCode": 0}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (iPad; CPU iPad OS 9_3_6 like Mac OS X) AppleWebKit/536.1 (KHTML, like Gecko) CriOS/42.0.865.0 Mobile/77O124 Safari/536.1 Edge/99.14477", "deviceDetail": {"deviceId": "a44625dc-6f81-449a-9799-8005f7209b42", "displayName": "ATTACKTARGET-LT", "operatingSystem": "Windows 10", "browser": "Edge 99.14477", "trustType": "Azure AD registered"}, "location": {"city": "New John", "state": "Smithfort", "countryOrRegion": "XR", "geoCoordinates": {"latitude": -89.144242, "longitude": 168.119022}}, "correlationId": "40b49805-16d1-4fdd-84f0-b4c84d5fd67d", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "5b476aae-9806-45de-b318-0a93f99c2171", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 131, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Adobe Identity Management Service", "resourceId": "9a84f55e-3a40-492c-9476-e069f64ed7a6", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 34974, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "iHSIS42xMetiMOp8q3AxLwsw7xPifUEC7q2rPklRX4LMeA5A", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "37ee873b-f901-4e25-be69-010243106d0f", "rngcStatus": 0}}, {"time": "2022-08-27T10:34:44.818384Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "153.254.8.0", "correlationId": "a5160ace-dbc7-458d-8b2c-ea94de91450d", "identity": "Keith Sheppard", "Level": 4, "location": "XD", "properties": {"id": "2468034e-c03d-4a77-94b4-f89bb4c16500", "createdDateTime": "2022-08-27T10:34:44.881384Z", "userDisplayName": "Keith Sheppard", "userPrincipalName": "ksheppard@domain.com", "userId": "05bd48f1-91d2-4c2d-9a7c-80e80f561b3c", "appId": "9167c284-c68f-468a-84be-0ee4f23879fe", "appDisplayName": "ArcGIS Enterprise", "ipAddress": "153.254.8.0", "status": {"errorCode": 0}, "clientAppUsed": "Mobile Apps and Desktop clients", "deviceDetail": {"deviceId": "", "operatingSystem": "Android"}, "location": {"city": "New James", "state": "Norrisbury", "countryOrRegion": "XD", "geoCoordinates": {"latitude": 64.5727225, "longitude": 92.661569}}, "correlationId": "76c0f627-20af-4069-940a-81e601d02a62", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "0e1620c6-636f-427d-8c6e-af7b713cc1c6", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 63, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "ArcGIS Enterprise Service", "resourceId": "c8eab36d-0a82-409d-8693-a8dabc997921", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 80621, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "hnJJRvLten9vjdaBS6SXY2esgHnDUiT4nSp1Xe732vUcdZG4", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "2248d3ef-d7b8-4eb2-bd20-fb53f725bfe3", "rngcStatus": 0}}, {"time": "2022-08-27T10:36:31.137813Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "205.33.24.92", "correlationId": "ab6bf0c5-8328-47d4-b5d8-f454f0af508d", "identity": "Vanessa Ramirez", "Level": 4, "location": "XD", "properties": {"id": "5e4e730b-8d3c-4dbc-a1a3-d71254f45800", "createdDateTime": "2022-08-27T10:36:31.244813Z", "userDisplayName": "Vanessa Ramirez", "userPrincipalName": "vramirez@domain.com", "userId": "5d72b7ed-62ea-4b94-b931-ccef65d71ebd", "appId": "bc269cd9-8681-4af0-9e76-2a9b4ca24e65", "appDisplayName": "GlassFrog", "ipAddress": "205.33.24.92", "status": {"errorCode": 0}, "clientAppUsed": "Browser", "deviceDetail": {"deviceId": "e395a3f4-8f2d-4170-804f-d3e13ce3151b", "displayName": "VANESSARAMIREZ-LT", "operatingSystem": "Windows", "browser": "Rich Client 4.42.0.0", "trustType": "Azure AD registered"}, "location": {"city": "Kristinmouth", "state": "Norrisbury", "countryOrRegion": "XD", "geoCoordinates": {"latitude": 26.278784, "longitude": -92.042573}}, "correlationId": "2250326d-eb35-4bdd-a9a1-11ad9de4b2ab", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "45bc156f-82b2-4068-9364-cc8fc779f09b", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "processingTimeInMilliseconds": 107, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "GlassFrog Service", "resourceId": "099383fe-c9f7-4a82-b599-e6773fd99672", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 214655, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "PgLDtYosopGmrb7SfTPslaOCjuDdAgVWTVLSMHsL3HxcSCZl", "incomingTokenType": "none", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "89935e77-e093-4c59-91c3-233fcc836127"}}, {"time": "2022-08-27T10:52:21.011984Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "42.62.103.34", "correlationId": "8e19fcaf-a15d-47a2-9acb-28f433ee7f22", "identity": "Joseph Taylor", "Level": 4, "location": "XF", "properties": {"id": "9fd4e587-f898-44c4-9cdb-b09129286d00", "createdDateTime": "2022-08-27T10:52:21.155984Z", "userDisplayName": "Joseph Taylor", "userPrincipalName": "jtaylor@domain.com", "userId": "af9847eb-c773-41ae-bf94-42747c5e986c", "appId": "36f74ffc-90e8-46e0-b0ed-588b76ed6f47", "appDisplayName": "Inspire", "ipAddress": "42.62.103.34", "status": {"errorCode": 0, "additionalDetails": "MFA requirement satisfied by claim in the token"}, "clientAppUsed": "Browser", "userAgent": "Mozilla/5.0 (Linux; Android 2.3.5) AppleWebKit/532.2 (KHTML, like Gecko) Chrome/46.0.898.0 Safari/532.2 Edge/105.19198", "deviceDetail": {"deviceId": "76b96bd3-e5d7-49ee-b195-bf363facdb3d", "displayName": "JOSEPHTAYLOR-LT", "operatingSystem": "Windows 10", "browser": "Edge 105.19198", "isCompliant": true, "isManaged": true, "trustType": "Azure AD joined"}, "location": {"city": "Jessicafurt", "state": "Smithbury", "countryOrRegion": "XF", "geoCoordinates": {"latitude": 17.5082395, "longitude": -115.304215}}, "mfaDetail": {}, "correlationId": "0a441376-e394-4e0a-b42c-ed85ffa2724d", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "9221c68f-16a5-48e8-9042-e280f240d3e1", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 144, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Inspire Online", "resourceId": "f0630e90-b752-4960-bfb9-a0794fc34930", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 393508, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "n76iWGk3ZKiMlZ5e5tL60Aj0fryxYrlj4s1plvks8UWCdNb2", "incomingTokenType": "none", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "1f37c851-4be4-455b-928a-fbde7845a68a", "rngcStatus": 0}}, {"time": "2022-08-27T10:57:05.796269Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "1.210.58.10", "correlationId": "5887c478-f44a-4401-8bd6-4816e0d1e594", "identity": "Keith Sheppard", "Level": 4, "location": "XD", "properties": {"id": "5d87360d-441e-454b-b7bc-46f992488c00", "createdDateTime": "2022-08-27T10:57:05.870269Z", "userDisplayName": "Keith Sheppard", "userPrincipalName": "ksheppard@domain.com", "userId": "05bd48f1-91d2-4c2d-9a7c-80e80f561b3c", "appId": "2eae4ad1-8cae-48fe-b718-76bd66e2fc7f", "appDisplayName": "Bipsync", "ipAddress": "1.210.58.10", "status": {"errorCode": 0}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (Windows NT 4.0) AppleWebKit/531.1 (KHTML, like Gecko) Chrome/20.0.823.0 Safari/531.1 Edge/87.11424", "deviceDetail": {"deviceId": "639815fd-5018-4e38-9d81-67538b2ce460", "displayName": "KEITHSHEPPARD-LT", "operatingSystem": "Windows 10", "browser": "Edge 87.11424", "trustType": "Azure AD registered"}, "location": {"city": "Cooperhaven", "state": "Norrisbury", "countryOrRegion": "XD", "geoCoordinates": {"latitude": 70.436398, "longitude": -23.873747}}, "correlationId": "537e084c-7fdb-49cb-a637-47a8bd526b80", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "bb985cd7-b5c9-468d-8f31-7cfe81ee586b", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 74, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Bipsync Service", "resourceId": "bca2b487-3a6c-440f-b1b7-a15b02771ad0", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 69487, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "iNfw1QJiJaXYufRaiqm2MJDXSo2YtQhpFpjfTsTjgjyE9yWV", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "4da47dd4-556d-4ba4-9847-c1850930ab5e", "rngcStatus": 0}}, {"time": "2022-08-27T11:18:36.512651Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "105.169.153.183", "correlationId": "f75aafa0-a8fd-497d-8dcc-3708eaeaa3ca", "identity": "Jim Gonzalez", "Level": 4, "location": "XR", "properties": {"id": "7682696f-415e-4a05-906d-36aa211b7400", "createdDateTime": "2022-08-27T11:18:36.853651Z", "userDisplayName": "Jim Gonzalez", "userPrincipalName": "jgonzalez@domain.com", "userId": "95090045-a9c5-489c-adee-2db430a3333a", "appId": "bf2855c0-7434-4262-8885-ad2f5206d324", "appDisplayName": "COINS Construction Cloud - Project and Productivity Apps", "ipAddress": "105.169.153.183", "status": {"errorCode": 0}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (Windows NT 4.0) AppleWebKit/532.1 (KHTML, like Gecko) Chrome/38.0.801.0 Safari/532.1 Edge/19.15284", "deviceDetail": {"deviceId": "15135d1f-cb47-4bd8-b76d-90a9171c09bd", "displayName": "JIMGONZALEZ-LT", "operatingSystem": "Windows 10", "browser": "Edge 19.15284", "trustType": "Azure AD registered"}, "location": {"city": "Santosborough", "state": "Smithton", "countryOrRegion": "XR", "geoCoordinates": {"latitude": 12.8350355, "longitude": 138.359011}}, "correlationId": "a52645e9-5784-446a-8692-61765e16b27f", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "e28b3d34-7b9c-4526-b37f-d9fd3023a034", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 341, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "COINS Construction Cloud - Project and Productivity Apps Service", "resourceId": "436260d5-3791-4aea-a4da-aa698ec35f2f", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 256668, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "2dsZ10AIVqneXiDMKXy007HgUNshYdKrTEW13irfOmUrXB5Q", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "94b9f3ba-5f4b-4edc-99dc-a420b76960f9", "rngcStatus": 0}}, {"time": "2022-08-27T11:20:45.451802Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "13.113.40.157", "correlationId": "5be4b225-3e05-4ad1-b308-69e2727f3de0", "identity": "Attack Target", "Level": 4, "location": "XR", "properties": {"id": "8c15fcd6-e5ab-490e-8c73-4d9ab0c95800", "createdDateTime": "2022-08-27T11:20:45.608802Z", "userDisplayName": "Attack Target", "userPrincipalName": "attacktarget@domain.com", "userId": "d735e84b-dcca-404d-9f7d-700f360f41a6", "appId": "9a7e67c7-6f05-42a3-b226-97c7ec3e9696", "appDisplayName": "Adobe Identity Management", "ipAddress": "13.113.40.157", "status": {"errorCode": 0}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (iPad; CPU iPad OS 9_3_6 like Mac OS X) AppleWebKit/536.1 (KHTML, like Gecko) CriOS/42.0.865.0 Mobile/77O124 Safari/536.1 Edge/99.14477", "deviceDetail": {"deviceId": "a44625dc-6f81-449a-9799-8005f7209b42", "displayName": "ATTACKTARGET-LT", "operatingSystem": "Windows 10", "browser": "Edge 99.14477", "trustType": "Azure AD registered"}, "location": {"city": "New John", "state": "Smithfort", "countryOrRegion": "XR", "geoCoordinates": {"latitude": -89.144242, "longitude": 168.119022}}, "correlationId": "97f01a80-b9ac-4c6c-a2bb-3504c75f30d6", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "86025a70-35db-455d-baf8-b906e4266556", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 157, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Adobe Identity Management Service", "resourceId": "30663ca7-f8a9-43ab-8ca1-7906bdbc1485", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 34974, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "8EW7ksdds8RQWrNDtZFTSKe93soHJggRdonPN8WsDJCGfOIq", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "a6c259e5-7f16-48b2-a9f3-75becd6daa9b", "rngcStatus": 0}}, {"time": "2022-08-27T11:29:24.116970Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "199.12.127.103", "correlationId": "5f986d57-7688-463d-9ec4-f5aed7710d2b", "identity": "Jacob Meyers", "Level": 4, "location": "XG", "properties": {"id": "849f5eb8-988d-4520-b45c-60169a056b00", "createdDateTime": "2022-08-27T11:29:24.228970Z", "userDisplayName": "Jacob Meyers", "userPrincipalName": "jmeyers@domain.com", "userId": "c63a67b0-1651-4a8a-9560-cc703cdad5ad", "appId": "9a7e67c7-6f05-42a3-b226-97c7ec3e9696", "appDisplayName": "Adobe Identity Management", "ipAddress": "199.12.127.103", "status": {"errorCode": 0}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (iPad; CPU iPad OS 9_3_6 like Mac OS X) AppleWebKit/536.1 (KHTML, like Gecko) CriOS/42.0.865.0 Mobile/77O124 Safari/536.1 Edge/99.14477", "deviceDetail": {"deviceId": "68cb982e-f215-496c-89bb-cc07716ff474", "displayName": "JACOBMEYERS-LT", "operatingSystem": "Windows 10", "browser": "Edge 99.14477", "trustType": "Azure AD registered"}, "location": {"city": "Port Nathan", "state": "Newmanville", "countryOrRegion": "XG", "geoCoordinates": {"latitude": 23.244641, "longitude": -113.392021}}, "correlationId": "1f9e2f1d-6516-4382-b51b-14777e0586ac", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "5cbbf608-1119-4094-8cc8-a5f61996148d", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 112, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Adobe Identity Management Service", "resourceId": "30663ca7-f8a9-43ab-8ca1-7906bdbc1485", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 282405, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "lZ51XGFxMuVygtMB6Iqc8jHGURnwc7u0KKlBR0k5LLuepKBq", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "a6c259e5-7f16-48b2-a9f3-75becd6daa9b", "rngcStatus": 0}}, {"time": "2022-08-27T11:30:43.739651Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "205.33.24.92", "correlationId": "0ac16d0b-f4fd-4b63-b9e7-127ac9fd9d11", "identity": "Vanessa Ramirez", "Level": 4, "location": "XD", "properties": {"id": "de11f2d6-e163-499e-b108-6f97450c9d00", "createdDateTime": "2022-08-27T11:30:43.972651Z", "userDisplayName": "Vanessa Ramirez", "userPrincipalName": "vramirez@domain.com", "userId": "5d72b7ed-62ea-4b94-b931-ccef65d71ebd", "appId": "9de6e985-97a5-4d82-9c45-aedaa9c25ef9", "appDisplayName": "AWS Single-Account Access", "ipAddress": "205.33.24.92", "status": {"errorCode": 0}, "clientAppUsed": "Browser", "deviceDetail": {"deviceId": "e395a3f4-8f2d-4170-804f-d3e13ce3151b", "displayName": "VANESSARAMIREZ-LT", "operatingSystem": "Windows", "trustType": "Azure AD registered"}, "location": {"city": "Kristinmouth", "state": "Norrisbury", "countryOrRegion": "XD", "geoCoordinates": {"latitude": 26.278784, "longitude": -92.042573}}, "correlationId": "8a744cbe-b6d7-4a7f-9716-a3dee9203e45", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "abe55199-1e56-4c0d-bccb-056e8d9633e7", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 233, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "AWS Single-Account Access Service", "resourceId": "c65cf5f9-5537-4200-889e-381c4f60ca7d", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 214655, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "tr3UzkvUzElBX5LkDBgKTfH5mukOuAalyl2fzlSBO1EFxQ9T", "incomingTokenType": "none", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": null, "rngcStatus": 0}}, {"time": "2022-08-27T11:52:20.561251Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "50158", "resultSignature": "None", "resultDescription": "External security challenge was not satisfied.", "durationMs": 0, "callerIpAddress": "42.62.103.34", "correlationId": "739a0317-cc36-4778-ac9f-307a9fc91653", "identity": "Joseph Taylor", "Level": 4, "location": "XF", "properties": {"id": "4add604d-9260-4299-90f9-149dc3526700", "createdDateTime": "2022-08-27T11:52:20.643251Z", "userDisplayName": "Joseph Taylor", "userPrincipalName": "jtaylor@domain.com", "userId": "af9847eb-c773-41ae-bf94-42747c5e986c", "appId": "99190773-7529-426f-b498-cb936b6504ab", "appDisplayName": "Linux Foundation Training", "ipAddress": "42.62.103.34", "status": {"errorCode": 50158, "failureReason": "External security challenge was not satisfied."}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (iPad; CPU iPad OS 9_3_6 like Mac OS X) AppleWebKit/536.1 (KHTML, like Gecko) CriOS/42.0.865.0 Mobile/77O124 Safari/536.1 Edge/99.14477", "deviceDetail": {"deviceId": "76b96bd3-e5d7-49ee-b195-bf363facdb3d", "displayName": "JOSEPHTAYLOR-LT", "operatingSystem": "Windows 10", "browser": "Edge 99.14477", "isCompliant": true, "isManaged": true, "trustType": "Azure AD joined"}, "location": {"city": "Jessicafurt", "state": "Smithbury", "countryOrRegion": "XF", "geoCoordinates": {"latitude": 17.5082395, "longitude": -115.304215}}, "correlationId": "ef3cdac0-eb2b-40b4-bb2e-aa72a704a015", "conditionalAccessStatus": "failure", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "7a5880bb-3282-4d50-a6fc-1e7213880f0e", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 82, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Linux Foundation Training Service", "resourceId": "3f7d0d52-e3b6-4712-8e89-01c915dc0294", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 393508, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "kCyy4pNJqwR79SR0XjpoL2HzNi6Je6vFeKsB8mvgnUKMe4SY", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "84036992-5b2b-4836-8aca-9de3ba4c15b9", "rngcStatus": 0}}, {"time": "2022-08-27T12:15:05.051096Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "156.206.181.119", "correlationId": "12eac34c-dad9-45e5-8840-c75b4e82a7c0", "identity": "Cynthia Perry", "Level": 4, "location": "XY", "properties": {"id": "5959b541-45bd-44fe-99e0-543261ba4900", "createdDateTime": "2022-08-27T12:15:05.169096Z", "userDisplayName": "Cynthia Perry", "userPrincipalName": "cperry@domain.com", "userId": "ac5fa380-9d5b-470e-beb2-5ba10aca48e6", "appId": "9de6e985-97a5-4d82-9c45-aedaa9c25ef9", "appDisplayName": "AWS Single-Account Access", "ipAddress": "156.206.181.119", "status": {"errorCode": 0}, "clientAppUsed": "Browser", "deviceDetail": {"deviceId": "", "operatingSystem": "Windows"}, "location": {"city": "Hannaville", "state": "Thomashaven", "countryOrRegion": "XY", "geoCoordinates": {"latitude": 1.1452695, "longitude": 128.249211}}, "correlationId": "703e8782-e96a-401a-b475-a470405c6276", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "852e0d2d-0ee5-4ce2-a68a-570158f5726e", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "processingTimeInMilliseconds": 118, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "AWS Single-Account Access", "resourceId": "1f1f8006-bcaf-48ed-96be-45ba0b1802c3", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 279165, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "blGvZl3pLUO65zepsOPAQXjUPk08PoCMQHEtsWqqPSlq8Wj3", "incomingTokenType": "none", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": null}}, {"time": "2022-08-27T12:29:14.447125Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "50158", "resultSignature": "None", "resultDescription": "External security challenge was not satisfied.", "durationMs": 0, "callerIpAddress": "44.22.19.201", "correlationId": "b15a0625-63ed-427a-adef-73401191696b", "identity": "Thomas Price", "Level": 4, "location": "XN", "properties": {"id": "cd604170-057f-460d-b144-5da3978f6b00", "createdDateTime": "2022-08-27T12:29:14.582125Z", "userDisplayName": "Thomas Price", "userPrincipalName": "tprice@domain.com", "userId": "32109ee2-ee4f-4d11-9c38-2556aec0f2b5", "appId": "9a7e67c7-6f05-42a3-b226-97c7ec3e9696", "appDisplayName": "Adobe Identity Management", "ipAddress": "44.22.19.201", "status": {"errorCode": 50158, "failureReason": "External security challenge was not satisfied."}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (X11; Linux i686) AppleWebKit/535.2 (KHTML, like Gecko) Chrome/22.0.843.0 Safari/535.2 Edge/118.12158", "deviceDetail": {"deviceId": "a12f42a7-2ae0-42d8-aec8-bf7cb3dea82c", "displayName": "THOMASPRICE-LT", "operatingSystem": "Windows 10", "browser": "Edge 118.12158", "trustType": "Hybrid Azure AD joined"}, "location": {"city": "Littlemouth", "state": "Alexanderfurt", "countryOrRegion": "XN", "geoCoordinates": {"latitude": 25.4437255, "longitude": -109.530885}}, "correlationId": "3f1f4382-794d-4e36-b1c3-f632196982fe", "conditionalAccessStatus": "failure", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "03492427-c99f-4506-a98f-dac6ed70ec26", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 135, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Adobe Identity Management Service", "resourceId": "30663ca7-f8a9-43ab-8ca1-7906bdbc1485", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 230297, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "x2FxttqHD9ZeU5JBEQR8m0tqJIDJrhdCY0HXfeA8Mt5cY80S", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "a6c259e5-7f16-48b2-a9f3-75becd6daa9b", "rngcStatus": 0}}, {"time": "2022-08-27T12:51:16.976850Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "205.33.24.92", "correlationId": "362ed9fb-9c32-4400-acf8-359c6d97776d", "identity": "Vanessa Ramirez", "Level": 4, "location": "XD", "properties": {"id": "3d9beed6-c74c-4138-a357-12d63a0b9d00", "createdDateTime": "2022-08-27T12:51:17.066850Z", "userDisplayName": "Vanessa Ramirez", "userPrincipalName": "vramirez@domain.com", "userId": "5d72b7ed-62ea-4b94-b931-ccef65d71ebd", "appId": "9a7e67c7-6f05-42a3-b226-97c7ec3e9696", "appDisplayName": "Adobe Identity Management", "ipAddress": "205.33.24.92", "status": {"errorCode": 0}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (X11; Linux i686) AppleWebKit/532.2 (KHTML, like Gecko) Chrome/21.0.853.0 Safari/532.2 Edge/89.19380", "deviceDetail": {"deviceId": "e395a3f4-8f2d-4170-804f-d3e13ce3151b", "displayName": "VANESSARAMIREZ-LT", "operatingSystem": "Windows 10", "browser": "Edge 89.19380", "trustType": "Azure AD registered"}, "location": {"city": "Kristinmouth", "state": "Norrisbury", "countryOrRegion": "XD", "geoCoordinates": {"latitude": 26.278784, "longitude": -92.042573}}, "correlationId": "f15305f9-d0b0-4bcb-bcd4-555504d78d3a", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "04d7691e-fe48-4d93-a2d9-b927f5fca14a", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 90, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Adobe Identity Management Service", "resourceId": "30663ca7-f8a9-43ab-8ca1-7906bdbc1485", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 214655, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "0sR2ZPKHdfsPihYToFWOOHLJ5z0o3VDXSGy1VnDx4N4IfqPa", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "a6c259e5-7f16-48b2-a9f3-75becd6daa9b", "rngcStatus": 0}}, {"time": "2022-08-27T13:16:59.356707Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "107.40.113.143", "correlationId": "3641d827-c8a0-4f7f-b0db-626b41331b89", "identity": "Terry Proctor", "Level": 4, "location": "XR", "properties": {"id": "45f948cc-c7b8-4f70-b09f-6ae15dcb8e00", "createdDateTime": "2022-08-27T13:16:59.458707Z", "userDisplayName": "Terry Proctor", "userPrincipalName": "tproctor@domain.com", "userId": "03110cc5-e54f-4dae-b68a-bf5d945f8152", "appId": "18bf60fa-77dd-4aad-891d-af82ca87dd06", "appDisplayName": "FortiGate SSL VPN", "ipAddress": "107.40.113.143", "status": {"errorCode": 0, "additionalDetails": "MFA requirement satisfied by claim in the token"}, "clientAppUsed": "Browser", "deviceDetail": {"deviceId": "88ee69d5-1eb7-4f29-b594-e9b4e3371940", "displayName": "TERRYPROCTOR-LT", "operatingSystem": "Windows", "browser": "Rich Client 4.22.0.0", "isCompliant": true, "isManaged": true, "trustType": "Azure AD joined"}, "location": {"city": "Port Denisetown", "state": "Smithton", "countryOrRegion": "XR", "geoCoordinates": {"latitude": 64.356494, "longitude": 92.919325}}, "mfaDetail": {}, "correlationId": "46cfc9ff-3d36-445e-9f18-fd0cae202d85", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "19e77a9f-5f8e-46af-870e-ca0aaff3cde8", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 102, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "FortiGate SSL VPN Service", "resourceId": "24578515-1951-4064-967d-0d2acaf0aa70", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 34974, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "MZcFH6BTReZcgE9VAPvftmOD1PDKK9VcLdbv6TUvCdKfEfXZ", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "0e68752b-7dfa-400b-a6f5-1b54af90696a", "rngcStatus": 0}}, {"time": "2022-08-27T13:28:01.873274Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "SignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "205.33.24.92", "correlationId": "148619b0-647c-4c00-afe9-85411a8aa474", "identity": "Aaron Cole", "Level": 4, "location": "XD", "properties": {"id": "c09145de-2e38-4616-bd8d-3308d18f6200", "createdDateTime": "2022-08-27T13:28:02.011274Z", "userDisplayName": "Aaron Cole", "userPrincipalName": "acole@domain.com", "userId": "5d557969-1645-4ba4-be83-b6fd943659f7", "appId": "f117d3bb-db26-49fe-9b00-0bb6318acc5c", "appDisplayName": "Plandisc", "ipAddress": "205.33.24.92", "status": {"errorCode": 0}, "clientAppUsed": "Browser", "userAgent": "Mozilla/5.0 (X11; Linux i686) AppleWebKit/536.2 (KHTML, like Gecko) Chrome/22.0.877.0 Safari/536.2", "deviceDetail": {"deviceId": "", "operatingSystem": "Windows 10", "browser": "Chrome 22.0.877.0"}, "location": {"city": "Kristinmouth", "state": "Norrisbury", "countryOrRegion": "XD", "geoCoordinates": {"latitude": 26.278784, "longitude": -92.042573}}, "correlationId": "88c5810d-f7c6-4709-a651-b0514420922a", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "b98a3613-c7f7-496f-aa39-ed60547a2507", "isInteractive": true, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 138, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Plandisc Service", "resourceId": "24578515-1951-4064-967d-0d2acaf0aa70", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 214655, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "sLBuQti6xAZV8yKt5pvZxAk82wCXBQMVNQ9s3AP31E4wwR4R", "incomingTokenType": "none", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "0e68752b-7dfa-400b-a6f5-1b54af90696a", "rngcStatus": 0}}, {"time": "2022-08-27T13:53:17.942317Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "92.110.109.246", "correlationId": "bf5ce3d0-0b46-4db4-a07f-07620a8f5a71", "identity": "David Johnson", "Level": 4, "location": "XR", "properties": {"id": "e4ea9516-35e1-4b49-aa95-88a468116c00", "createdDateTime": "2022-08-27T13:53:18.105317Z", "userDisplayName": "David Johnson", "userPrincipalName": "djohnson@domain.com", "userId": "ff2ae3d2-8cd2-4bd6-b65d-49c5ad946c7f", "appId": "bf2855c0-7434-4262-8885-ad2f5206d324", "appDisplayName": "COINS Construction Cloud - Project and Productivity Apps", "ipAddress": "92.110.109.246", "status": {"errorCode": 0}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (Windows NT 4.0) AppleWebKit/531.1 (KHTML, like Gecko) Chrome/20.0.823.0 Safari/531.1 Edge/87.11424", "deviceDetail": {"deviceId": "8fb0ff79-f116-4f20-8ca8-36b3f8d68865", "displayName": "DAVIDJOHNSON-LT", "operatingSystem": "Windows 10", "browser": "Edge 87.11424", "trustType": "Azure AD registered"}, "location": {"city": "Port Denisetown", "state": "Smithton", "countryOrRegion": "XR", "geoCoordinates": {"latitude": 3.5518965, "longitude": 131.871582}}, "correlationId": "52791d9b-bda4-4b25-a0dc-7008cf0ea95b", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "b914a7f7-1fa4-449e-91b7-b33b33a4bd6c", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 163, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "COINS Construction Cloud - Project and Productivity Apps Service", "resourceId": "f0630e90-b752-4960-bfb9-a0794fc34930", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 230297, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "mWywdVNtpR299b4FU6fC20dsN96fIMfwMHmpd3m54OF1NGj3", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "1f37c851-4be4-455b-928a-fbde7845a68a", "rngcStatus": 0}}, {"time": "2022-08-27T15:13:13.225871Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "93.38.143.169", "correlationId": "fadc100f-d396-4090-aa60-21b17a16e416", "identity": "Thomas Price", "Level": 4, "location": "XQ", "properties": {"id": "5d87360d-441e-454b-b7bc-46f980c98c00", "createdDateTime": "2022-08-27T15:13:13.377871Z", "userDisplayName": "Thomas Price", "userPrincipalName": "tprice@domain.com", "userId": "32109ee2-ee4f-4d11-9c38-2556aec0f2b5", "appId": "dbe6b779-13df-45f2-a6d7-1323485479f6", "appDisplayName": "Cisco Webex", "ipAddress": "93.38.143.169", "status": {"errorCode": 0}, "clientAppUsed": "Browser", "deviceDetail": {"deviceId": "", "operatingSystem": "Android", "browser": "Rich Client 4.38.0.0"}, "location": {"city": "Herringburgh", "state": "Chanshire", "countryOrRegion": "XQ", "geoCoordinates": {"latitude": 68.567938, "longitude": 116.565225}}, "correlationId": "24a7f3e0-a955-4c61-b6d1-0c8338f4bfdc", "conditionalAccessStatus": "notApplied", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "0fe1fe52-dadf-4430-b9b1-eb3d8d91aac0", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 152, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Cisco Webex Service", "resourceId": "f72c694e-4e03-4616-91f3-78c5fe54122a", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 497360, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "kzu8o1UzMWaG7KZMAj1bbNKlOFN2qEPHrhJTfUxDzSiU5gpA", "incomingTokenType": "none", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "1674f597-9877-4ff9-a5d9-accfea860d15", "rngcStatus": 0}}, {"time": "2022-08-27T15:25:33.588007Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "156.206.181.119", "correlationId": "be349cf7-7d53-4115-9d29-059b79c68f6d", "identity": "Cynthia Perry", "Level": 4, "location": "XY", "properties": {"id": "d1c71b55-a9e3-4309-9710-b3921acc5100", "createdDateTime": "2022-08-27T15:25:33.695007Z", "userDisplayName": "Cynthia Perry", "userPrincipalName": "cperry@domain.com", "userId": "ac5fa380-9d5b-470e-beb2-5ba10aca48e6", "appId": "9de6e985-97a5-4d82-9c45-aedaa9c25ef9", "appDisplayName": "AWS Single-Account Access", "ipAddress": "156.206.181.119", "status": {"errorCode": 0}, "clientAppUsed": "Browser", "deviceDetail": {"deviceId": "", "operatingSystem": "Windows"}, "location": {"city": "Hannaville", "state": "Thomashaven", "countryOrRegion": "XY", "geoCoordinates": {"latitude": 1.1452695, "longitude": 128.249211}}, "correlationId": "77928754-f1f1-4d08-9c74-33930e80082f", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "a2af82e6-478c-4350-9f10-bc54344c9df0", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "processingTimeInMilliseconds": 107, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "AWS Single-Account Access Service", "resourceId": "f0630e90-b752-4960-bfb9-a0794fc34930", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 279165, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "Bh2NdfhCiMBJM01zmFpcAVJboMmujMeNIcXl1uChx7YA7PVE", "incomingTokenType": "none", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "1f37c851-4be4-455b-928a-fbde7845a68a"}}, {"time": "2022-08-27T15:52:36.438411Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "156.206.181.119", "correlationId": "5637d8bc-02fc-47da-9a0d-e2cc4c0cd89c", "identity": "Cynthia Perry", "Level": 4, "location": "XY", "properties": {"id": "39883d07-6185-4780-8d0b-82bc8d995500", "createdDateTime": "2022-08-27T15:52:36.526411Z", "userDisplayName": "Cynthia Perry", "userPrincipalName": "cperry@domain.com", "userId": "ac5fa380-9d5b-470e-beb2-5ba10aca48e6", "appId": "9a7e67c7-6f05-42a3-b226-97c7ec3e9696", "appDisplayName": "Adobe Identity Management", "ipAddress": "156.206.181.119", "status": {"errorCode": 0}, "clientAppUsed": "Mobile Apps and Desktop clients", "deviceDetail": {"deviceId": "", "operatingSystem": "Windows 10", "browser": "Rich Client v3.4.1.35249"}, "location": {"city": "Hannaville", "state": "Thomashaven", "countryOrRegion": "XY", "geoCoordinates": {"latitude": 1.1452695, "longitude": 128.249211}}, "correlationId": "7eb33d86-819e-4b06-988f-af18d2437641", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "a84ad4e6-5e21-4b66-a8ae-68bfddca9bb9", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "processingTimeInMilliseconds": 88, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Adobe Identity Management Service", "resourceId": "1f1f8006-bcaf-48ed-96be-45ba0b1802c3", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 279165, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "MH29eFWR3ie3hiHsrvu6cpB8VKVw2Ko99udDMrZueQeHCd8P", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": null}}, {"time": "2022-08-27T15:54:31.370472Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "SignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "50158", "resultSignature": "None", "resultDescription": "External security challenge was not satisfied.", "durationMs": 0, "callerIpAddress": "91.132.253.146", "correlationId": "b23b68ff-61b4-0001-f56c-3bb2b461d801", "identity": "Aaron Cole", "Level": 4, "location": "XD", "properties": {"id": "c31f11f3-65b0-42f1-80e6-a81f587f8d00", "createdDateTime": "2022-08-27T15:54:31.435472Z", "userDisplayName": "Aaron Cole", "userPrincipalName": "acole@domain.com", "userId": "5d557969-1645-4ba4-be83-b6fd943659f7", "appId": "895b9fb3-4084-4f9f-a314-d082d67e3c5c", "appDisplayName": "Airstack", "ipAddress": "91.132.253.146", "status": {"errorCode": 50158, "failureReason": "External security challenge was not satisfied."}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (iPad; CPU iPad OS 9_3_5 like Mac OS X) AppleWebKit/536.1 (KHTML, like Gecko) CriOS/26.0.852.0 Mobile/33A194 Safari/536.1 Edge/27.13255", "deviceDetail": {"deviceId": "", "operatingSystem": "Windows 10", "browser": "Edge 27.13255"}, "location": {"city": "Rickshire", "state": "Norrisbury", "countryOrRegion": "XD", "geoCoordinates": {"latitude": -78.5751045, "longitude": 58.329246}}, "correlationId": "1c3a8924-be16-4349-9023-281014b31ec1", "conditionalAccessStatus": "failure", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "86c163e3-c6d0-49a1-9816-080e74c35fff", "isInteractive": true, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 65, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Airstack Service", "resourceId": "898e07cc-0302-479b-a2d3-601d74aa68df", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 214655, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "YYHnS9mAPrWErZdgrPthMxFFeKzAwtgzTPjt5xKSlPgryt1h", "incomingTokenType": "none", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "84156e71-49f0-4926-86fe-9ab1a6c6b137", "rngcStatus": 0}}, {"time": "2022-08-27T16:50:30.812985Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "50158", "resultSignature": "None", "resultDescription": "External security challenge was not satisfied.", "durationMs": 0, "callerIpAddress": "147.132.189.119", "correlationId": "279101c0-8c7c-49e4-8eae-db4f2c958727", "identity": "Terry Proctor", "Level": 4, "location": "XR", "properties": {"id": "2103c286-9815-4052-88cd-9deb57c65200", "createdDateTime": "2022-08-27T16:50:30.929985Z", "userDisplayName": "Terry Proctor", "userPrincipalName": "tproctor@domain.com", "userId": "03110cc5-e54f-4dae-b68a-bf5d945f8152", "appId": "2eae4ad1-8cae-48fe-b718-76bd66e2fc7f", "appDisplayName": "Bipsync", "ipAddress": "147.132.189.119", "status": {"errorCode": 50158, "failureReason": "External security challenge was not satisfied.", "additionalDetails": "MFA requirement satisfied by claim in the token"}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (X11; Linux i686) AppleWebKit/533.0 (KHTML, like Gecko) Chrome/24.0.803.0 Safari/533.0 Edge/40.11325", "deviceDetail": {"deviceId": "88ee69d5-1eb7-4f29-b594-e9b4e3371940", "displayName": "TERRYPROCTOR-LT", "operatingSystem": "Windows 10", "browser": "Edge 40.11325", "isCompliant": true, "isManaged": true, "trustType": "Azure AD joined"}, "location": {"city": "Port Denisetown", "state": "Smithton", "countryOrRegion": "XR", "geoCoordinates": {"latitude": 3.5518965, "longitude": 131.871582}}, "mfaDetail": {}, "correlationId": "0e83985b-83f1-4728-9489-3e45697e4764", "conditionalAccessStatus": "failure", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "ee0b359a-e8d0-4560-b052-66a8af7d163b", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "processingTimeInMilliseconds": 117, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Bipsync Service", "resourceId": "819aa3ed-3b63-4925-8388-0b8d41022941", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 256668, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "OCqilnIJNsbypoH2EX8EAkbZxA4rFWDcRXWkntEni8Fyb5ss", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "7f0c9abd-8b0d-4973-8675-a495454c0c86"}}, {"time": "2022-08-27T17:08:42.009982Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "SignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "50011", "resultSignature": "None", "resultDescription": "The reply address is missing, misconfigured, or does not match reply addresses configured for the application. Try out the resolution listed at https://docs.microsoft.com/azure/active-directory/application-sign-in-problem-federated-sso-gallery#the-reply-address-does-not-match-the-reply-addresses-configured-for-the-application. If you still see issues, contact the application owner or app admin.", "durationMs": 0, "callerIpAddress": "205.33.24.92", "correlationId": "0e75e0ec-6316-4e0e-8c45-b9621361760f", "identity": "Aaron Cole", "Level": 4, "location": "XD", "properties": {"id": "992c5d3c-1d2e-49aa-8752-192265166600", "createdDateTime": "2022-08-27T17:08:42.127982Z", "userDisplayName": "Aaron Cole", "userPrincipalName": "acole@domain.com", "userId": "5d557969-1645-4ba4-be83-b6fd943659f7", "appId": "af50c7b0-ad5f-40ec-840e-8d89be454ce4", "appDisplayName": "Citrix ShareFile", "ipAddress": "205.33.24.92", "status": {"errorCode": 50011, "failureReason": "The reply address is missing, misconfigured, or does not match reply addresses configured for the application. Try out the resolution listed at https://docs.microsoft.com/azure/active-directory/application-sign-in-problem-federated-sso-gallery#the-reply-address-does-not-match-the-reply-addresses-configured-for-the-application. If you still see issues, contact the application owner or app admin."}, "clientAppUsed": "Browser", "userAgent": "Mozilla/5.0 (X11; Linux i686) AppleWebKit/536.2 (KHTML, like Gecko) Chrome/22.0.877.0 Safari/536.2", "deviceDetail": {"deviceId": "", "operatingSystem": "Windows 10", "browser": "Chrome 22.0.877.0"}, "location": {"city": "Kristinmouth", "state": "Norrisbury", "countryOrRegion": "XD", "geoCoordinates": {"latitude": 26.278784, "longitude": -92.042573}}, "correlationId": "877a51b5-3f53-44f9-ae88-3fb77ada5d46", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "6172af20-52e5-4fb5-8eb1-b7c9dd3c12d6", "isInteractive": true, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 118, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Citrix ShareFile Online", "resourceId": "24578515-1951-4064-967d-0d2acaf0aa70", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 214655, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "7jNoL116VrGbwUrLau6T2PaN4Fbh0feA4yW1XoJG2fhsqOjy", "incomingTokenType": "none", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "0e68752b-7dfa-400b-a6f5-1b54af90696a", "rngcStatus": 0}}, {"time": "2022-08-27T17:51:58.676605Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "50158", "resultSignature": "None", "resultDescription": "External security challenge was not satisfied.", "durationMs": 0, "callerIpAddress": "44.22.19.201", "correlationId": "5862d1cb-08e3-450e-854d-c1a521aed938", "identity": "Thomas Price", "Level": 4, "location": "XN", "properties": {"id": "203b54c4-44bd-4e9f-ab1a-6c18fe836900", "createdDateTime": "2022-08-27T17:51:58.816605Z", "userDisplayName": "Thomas Price", "userPrincipalName": "tprice@domain.com", "userId": "32109ee2-ee4f-4d11-9c38-2556aec0f2b5", "appId": "9a7e67c7-6f05-42a3-b226-97c7ec3e9696", "appDisplayName": "Adobe Identity Management", "ipAddress": "44.22.19.201", "status": {"errorCode": 50158, "failureReason": "External security challenge was not satisfied."}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (X11; Linux i686) AppleWebKit/535.2 (KHTML, like Gecko) Chrome/22.0.843.0 Safari/535.2 Edge/118.12158", "deviceDetail": {"deviceId": "a12f42a7-2ae0-42d8-aec8-bf7cb3dea82c", "displayName": "THOMASPRICE-LT", "operatingSystem": "Windows 10", "browser": "Edge 118.12158", "trustType": "Hybrid Azure AD joined"}, "location": {"city": "Littlemouth", "state": "Alexanderfurt", "countryOrRegion": "XN", "geoCoordinates": {"latitude": 25.4437255, "longitude": -109.530885}}, "correlationId": "b9376c81-ded8-4d62-b63e-0dd72c5ae793", "conditionalAccessStatus": "failure", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "e68ee248-ce46-4723-a6d4-419cf2ebf5e0", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 140, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Adobe Identity Management Service", "resourceId": "30663ca7-f8a9-43ab-8ca1-7906bdbc1485", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 230297, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "ebKs0zeXEBsL2DTFulMELZAmcQYFoKuSAAAspCls3wK99Jei", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "a6c259e5-7f16-48b2-a9f3-75becd6daa9b", "rngcStatus": 0}}, {"time": "2022-08-27T18:03:47.921850Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "91.132.253.146", "correlationId": "c50f0df9-8402-4879-a8a9-e9cb6aed60e9", "identity": "Aaron Cole", "Level": 4, "location": "XD", "properties": {"id": "6bc2e7cc-9e37-4d1b-b0e2-c04d67854b00", "createdDateTime": "2022-08-27T18:03:48.003850Z", "userDisplayName": "Aaron Cole", "userPrincipalName": "acole@domain.com", "userId": "5d557969-1645-4ba4-be83-b6fd943659f7", "appId": "b6eb5487-41e5-4254-acc5-72fbd850bd1e", "appDisplayName": "Google Cloud / G Suite Connector by Microsoft", "ipAddress": "91.132.253.146", "status": {"errorCode": 0}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (iPad; CPU iPad OS 14_2 like Mac OS X) AppleWebKit/535.2 (KHTML, like Gecko) CriOS/33.0.816.0 Mobile/88O531 Safari/535.2 Edge/117.19612", "deviceDetail": {"deviceId": "", "operatingSystem": "Windows 10", "browser": "Edge 117.19612"}, "location": {"city": "Rickshire", "state": "Norrisbury", "countryOrRegion": "XD", "geoCoordinates": {"latitude": -78.5751045, "longitude": 58.329246}}, "correlationId": "56251660-672b-47b5-bff4-e1d83ff81fd5", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "a557a0a8-8130-4c56-9e43-08af20cac957", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "processingTimeInMilliseconds": 82, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Google Cloud / G Suite Connector by Microsoft Service", "resourceId": "c76d5f74-7ee8-4657-b84f-a50641692265", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 214655, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "J6lvOsPTbSelBFWrvftXW2zzVsKl3DkXElpdSR5PWI2hPMn8", "incomingTokenType": "none", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": null}}, {"time": "2022-08-27T18:14:51.342408Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "147.132.189.119", "correlationId": "5d306124-cab0-4e38-893c-abbaf76f7903", "identity": "Terry Proctor", "Level": 4, "location": "XR", "properties": {"id": "4bc15ed8-27d4-456e-9748-a687fd326800", "createdDateTime": "2022-08-27T18:14:51.442408Z", "userDisplayName": "Terry Proctor", "userPrincipalName": "tproctor@domain.com", "userId": "03110cc5-e54f-4dae-b68a-bf5d945f8152", "appId": "7b74bf77-058a-4c0d-9d9d-5523c3bc80ed", "appDisplayName": "GitHub Enterprise Cloud - Organization", "ipAddress": "147.132.189.119", "status": {"errorCode": 0, "additionalDetails": "MFA requirement satisfied by claim in the token"}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (X11; Linux i686) AppleWebKit/533.0 (KHTML, like Gecko) Chrome/24.0.803.0 Safari/533.0 Edge/40.11325", "deviceDetail": {"deviceId": "88ee69d5-1eb7-4f29-b594-e9b4e3371940", "displayName": "TERRYPROCTOR-LT", "operatingSystem": "Windows 10", "browser": "Edge 40.11325", "isCompliant": true, "isManaged": true, "trustType": "Azure AD joined"}, "location": {"city": "Port Denisetown", "state": "Smithton", "countryOrRegion": "XR", "geoCoordinates": {"latitude": 3.5518965, "longitude": 131.871582}}, "mfaDetail": {}, "correlationId": "c513eb22-2fdc-43c0-b220-14b0e4b8f447", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "e2469602-0c94-4526-8522-2404b882a691", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 100, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "GitHub Enterprise Cloud - Organization Online", "resourceId": "51e679b4-5774-4b5f-9636-df5ea66b9380", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 256668, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "qIJpZiExF1P2PnSjjBuGG4ntsNVhUdH459bXnfMkJ9aJQ1CV", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "6e8f419c-7f10-40b1-a52a-e4fb253c74c2", "rngcStatus": 0}}, {"time": "2022-08-27T18:59:41.742483Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "SignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "199.12.127.103", "correlationId": "8de5da87-2f7b-4f2f-9629-a16b75325f8b", "identity": "Jacob Meyers", "Level": 4, "location": "XG", "properties": {"id": "7b5d90af-37fc-4efa-b905-5a1b6ea09500", "createdDateTime": "2022-08-27T18:59:41.824483Z", "userDisplayName": "Jacob Meyers", "userPrincipalName": "jmeyers@domain.com", "userId": "c63a67b0-1651-4a8a-9560-cc703cdad5ad", "appId": "1b3edb90-1e06-46db-b021-e2fc1f7ddaf5", "appDisplayName": "Beatrust", "ipAddress": "199.12.127.103", "status": {"errorCode": 0}, "clientAppUsed": "Browser", "userAgent": "Mozilla/5.0 (Windows NT 5.1) AppleWebKit/534.1 (KHTML, like Gecko) Chrome/37.0.847.0 Safari/534.1", "deviceDetail": {"deviceId": "", "operatingSystem": "Windows 10", "browser": "Chrome 37.0.847.0"}, "location": {"city": "Port Nathan", "state": "Newmanville", "countryOrRegion": "XG", "geoCoordinates": {"latitude": 23.244641, "longitude": -113.392021}}, "correlationId": "78979c70-bd3c-45a9-bb2f-37a500762cdd", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "ebd38bf2-5541-4368-a3ae-6fb989f1cc0d", "isInteractive": true, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 82, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Beatrust Service", "resourceId": "24578515-1951-4064-967d-0d2acaf0aa70", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 282405, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "KNY87hQOmxV2oPdK9s9yp3ZBXDlDTZYqwHSlF7KuXIHFYcbo", "incomingTokenType": "none", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "0e68752b-7dfa-400b-a6f5-1b54af90696a", "rngcStatus": 0}}, {"time": "2022-08-27T19:00:16.813675Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "42.62.103.34", "correlationId": "55de6dd3-73da-431d-8a18-58271b48bcdc", "identity": "Joseph Taylor", "Level": 4, "location": "XF", "properties": {"id": "0a5d29f3-d2f6-475a-8ab8-e72beebb6700", "createdDateTime": "2022-08-27T19:00:16.940675Z", "userDisplayName": "Joseph Taylor", "userPrincipalName": "jtaylor@domain.com", "userId": "af9847eb-c773-41ae-bf94-42747c5e986c", "appId": "e47a1d38-5f61-45cd-b1b9-bc92f525c598", "appDisplayName": "Altoura", "ipAddress": "42.62.103.34", "status": {"errorCode": 0, "additionalDetails": "MFA requirement satisfied by claim in the token"}, "clientAppUsed": "Browser", "userAgent": "Mozilla/5.0 (Linux; Android 2.3.5) AppleWebKit/532.2 (KHTML, like Gecko) Chrome/46.0.898.0 Safari/532.2 Edge/105.19198", "deviceDetail": {"deviceId": "76b96bd3-e5d7-49ee-b195-bf363facdb3d", "displayName": "JOSEPHTAYLOR-LT", "operatingSystem": "Windows 10", "browser": "Edge 105.19198", "isCompliant": true, "isManaged": true, "trustType": "Azure AD joined"}, "location": {"city": "Jessicafurt", "state": "Smithbury", "countryOrRegion": "XF", "geoCoordinates": {"latitude": 17.5082395, "longitude": -115.304215}}, "mfaDetail": {}, "correlationId": "d8111434-caf3-4ef3-bdd3-9144445c4d7f", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "d93f5589-3648-4fc4-b5c1-e91df409e4f4", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 127, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Altoura Online", "resourceId": "f0630e90-b752-4960-bfb9-a0794fc34930", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 393508, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "7yf4LCj4ufBC8mDtxoB7nVpEAmWKAyQPDQaeyw9BUj2FeWSp", "incomingTokenType": "none", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "1f37c851-4be4-455b-928a-fbde7845a68a", "rngcStatus": 0}}, {"time": "2022-08-27T19:05:48.874557Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "13.113.40.157", "correlationId": "7274b650-d2f5-4c55-bc6c-7f05771b93ac", "identity": "Attack Target", "Level": 4, "location": "XR", "properties": {"id": "a1992293-def5-47de-a489-bdba7e515300", "createdDateTime": "2022-08-27T19:05:49.040557Z", "userDisplayName": "Attack Target", "userPrincipalName": "attacktarget@domain.com", "userId": "d735e84b-dcca-404d-9f7d-700f360f41a6", "appId": "9a7e67c7-6f05-42a3-b226-97c7ec3e9696", "appDisplayName": "Adobe Identity Management", "ipAddress": "13.113.40.157", "status": {"errorCode": 0}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (iPad; CPU iPad OS 9_3_6 like Mac OS X) AppleWebKit/536.1 (KHTML, like Gecko) CriOS/42.0.865.0 Mobile/77O124 Safari/536.1 Edge/99.14477", "deviceDetail": {"deviceId": "a44625dc-6f81-449a-9799-8005f7209b42", "displayName": "ATTACKTARGET-LT", "operatingSystem": "Windows 10", "browser": "Edge 99.14477", "trustType": "Azure AD registered"}, "location": {"city": "New John", "state": "Smithfort", "countryOrRegion": "XR", "geoCoordinates": {"latitude": -89.144242, "longitude": 168.119022}}, "correlationId": "1b39bf2a-86a7-42e5-b8e8-9904722d57eb", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "47224720-0237-4edf-9ac4-b6526b5461a6", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "processingTimeInMilliseconds": 166, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Adobe Identity Management Service", "resourceId": "7d6a0897-8b82-49e9-90e2-d482fb9202bd", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 34974, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "5F2jbVwuDB6DeOEyjdsNs7EMIxqmM5opmgVglpoDNFtiMqVb", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "537d9419-7e2b-4778-9102-62256bcfcf45"}}, {"time": "2022-08-27T19:14:39.191090Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "156.206.181.119", "correlationId": "790bc0f5-0939-4b3c-8053-2c75e072d739", "identity": "Cynthia Perry", "Level": 4, "location": "XY", "properties": {"id": "2e5b02b3-50ef-483f-bed8-628eea5e8b00", "createdDateTime": "2022-08-27T19:14:39.261090Z", "userDisplayName": "Cynthia Perry", "userPrincipalName": "cperry@domain.com", "userId": "ac5fa380-9d5b-470e-beb2-5ba10aca48e6", "appId": "9de6e985-97a5-4d82-9c45-aedaa9c25ef9", "appDisplayName": "AWS Single-Account Access", "ipAddress": "156.206.181.119", "status": {"errorCode": 0}, "clientAppUsed": "Browser", "deviceDetail": {"deviceId": "", "operatingSystem": "Windows"}, "location": {"city": "Hannaville", "state": "Thomashaven", "countryOrRegion": "XY", "geoCoordinates": {"latitude": 1.1452695, "longitude": 128.249211}}, "correlationId": "805f4963-de17-435d-98fe-ea54d5a13544", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "e0836dd4-4533-4d4d-aa08-a0ab1ed33f09", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 70, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "AWS Single-Account Access Service", "resourceId": "9a84f55e-3a40-492c-9476-e069f64ed7a6", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 279165, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "fxx5iq1tu3NnGu9CbDIav3iFPOjzeMbaH7Wfx2i8wM7uS5pW", "incomingTokenType": "none", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "37ee873b-f901-4e25-be69-010243106d0f", "rngcStatus": 0}}, {"time": "2022-08-27T19:19:22.576286Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "13.113.40.157", "correlationId": "7a617f39-89de-4c0a-a2d5-510f4a97eefb", "identity": "Attack Target", "Level": 4, "location": "XR", "properties": {"id": "d7ae6189-0038-4fdb-9ff7-6d7774726b00", "createdDateTime": "2022-08-27T19:19:22.696286Z", "userDisplayName": "Attack Target", "userPrincipalName": "attacktarget@domain.com", "userId": "d735e84b-dcca-404d-9f7d-700f360f41a6", "appId": "9a7e67c7-6f05-42a3-b226-97c7ec3e9696", "appDisplayName": "Adobe Identity Management", "ipAddress": "13.113.40.157", "status": {"errorCode": 0}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (iPad; CPU iPad OS 9_3_6 like Mac OS X) AppleWebKit/536.1 (KHTML, like Gecko) CriOS/42.0.865.0 Mobile/77O124 Safari/536.1 Edge/99.14477", "deviceDetail": {"deviceId": "a44625dc-6f81-449a-9799-8005f7209b42", "displayName": "ATTACKTARGET-LT", "operatingSystem": "Windows 10", "browser": "Edge 99.14477", "trustType": "Azure AD registered"}, "location": {"city": "Smithfort", "state": "Smithfort", "countryOrRegion": "XR", "geoCoordinates": {"latitude": 3.7564095, "longitude": -121.574606}}, "correlationId": "803945e7-a1e8-457c-8120-755c5b6b6303", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "af2bc83f-ba3d-49be-9839-cc017645d913", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 120, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Adobe Identity Management Service", "resourceId": "30663ca7-f8a9-43ab-8ca1-7906bdbc1485", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 34974, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "yTsSPaXuTSD3Y0KylXcvvK0A8NPXTo6xirEWoB4g2cM8btFn", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "a6c259e5-7f16-48b2-a9f3-75becd6daa9b", "rngcStatus": 0}}, {"time": "2022-08-27T19:32:46.718545Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "1.210.58.10", "correlationId": "60d80285-579d-411c-99d9-cd2cd5f36177", "identity": "Keith Sheppard", "Level": 4, "location": "XD", "properties": {"id": "fbcedcc7-b4d5-4563-84a7-f0387f4a7100", "createdDateTime": "2022-08-27T19:32:46.792545Z", "userDisplayName": "Keith Sheppard", "userPrincipalName": "ksheppard@domain.com", "userId": "05bd48f1-91d2-4c2d-9a7c-80e80f561b3c", "appId": "9de6e985-97a5-4d82-9c45-aedaa9c25ef9", "appDisplayName": "AWS Single-Account Access", "ipAddress": "1.210.58.10", "status": {"errorCode": 0}, "clientAppUsed": "Browser", "deviceDetail": {"deviceId": "639815fd-5018-4e38-9d81-67538b2ce460", "displayName": "KEITHSHEPPARD-LT", "operatingSystem": "Windows", "trustType": "Azure AD registered"}, "location": {"city": "Cooperhaven", "state": "Norrisbury", "countryOrRegion": "XD", "geoCoordinates": {"latitude": 70.436398, "longitude": -23.873747}}, "correlationId": "4c512611-6fdc-4824-9652-6e9639a0235b", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "9640af0c-1b40-4eb5-9127-70ab935024b1", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 74, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "AWS Single-Account Access Service", "resourceId": "9a84f55e-3a40-492c-9476-e069f64ed7a6", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 69487, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "1UpQZ9NoUsUZzP6MDYvUC2Xqt0ZJDGdTO7nnwnhewE1HRxTn", "incomingTokenType": "none", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "37ee873b-f901-4e25-be69-010243106d0f", "rngcStatus": 0}}, {"time": "2022-08-27T19:40:19.087285Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "13.113.40.157", "correlationId": "037f6d46-9b99-4f5b-84ea-97a5b471328e", "identity": "Attack Target", "Level": 4, "location": "XR", "properties": {"id": "29a68730-c074-44bc-9ec3-76c99d979a00", "createdDateTime": "2022-08-27T19:40:19.182285Z", "userDisplayName": "Attack Target", "userPrincipalName": "attacktarget@domain.com", "userId": "d735e84b-dcca-404d-9f7d-700f360f41a6", "appId": "9a7e67c7-6f05-42a3-b226-97c7ec3e9696", "appDisplayName": "Adobe Identity Management", "ipAddress": "13.113.40.157", "status": {"errorCode": 0}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (iPad; CPU iPad OS 9_3_6 like Mac OS X) AppleWebKit/536.1 (KHTML, like Gecko) CriOS/42.0.865.0 Mobile/77O124 Safari/536.1 Edge/99.14477", "deviceDetail": {"deviceId": "a44625dc-6f81-449a-9799-8005f7209b42", "displayName": "ATTACKTARGET-LT", "operatingSystem": "Windows 10", "browser": "Edge 99.14477", "trustType": "Azure AD registered"}, "location": {"city": "Smithfort", "state": "Smithfort", "countryOrRegion": "XR", "geoCoordinates": {"latitude": 3.7564095, "longitude": -121.574606}}, "correlationId": "b3b926ec-cfc7-47c1-be02-1013f2cd6d50", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "b27e726b-8de7-4ca4-8fdf-6325539dddf2", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 95, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Adobe Identity Management Service", "resourceId": "80abac89-d2c0-4b6c-8ffc-5023bd7efc5e", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 34974, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "Ogjhni1A9HM6TeqlXp26ygVM5YmNznqO1KzmqeIhatjgcM59", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": null, "rngcStatus": 0}}, {"time": "2022-08-27T19:42:30.372777Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "147.132.189.119", "correlationId": "fcac7105-28c1-49a1-a5b2-710ebc208c6b", "identity": "Cassie Fernandez", "Level": 4, "location": "XR", "properties": {"id": "fc7381e7-8660-4e7b-937f-ae0354d57300", "createdDateTime": "2022-08-27T19:42:30.472777Z", "userDisplayName": "Cassie Fernandez", "userPrincipalName": "cfernandez@domain.com", "userId": "67ef8be6-3f44-4db7-8172-fd6211428c1e", "appId": "9003b8ba-730c-412d-8972-267700304e01", "appDisplayName": "Box", "ipAddress": "147.132.189.119", "status": {"errorCode": 0}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (iPad; CPU iPad OS 9_3_6 like Mac OS X) AppleWebKit/536.1 (KHTML, like Gecko) CriOS/42.0.865.0 Mobile/77O124 Safari/536.1 Edge/99.14477", "deviceDetail": {"deviceId": "d5a487a1-ef7d-4960-9723-7fdadce19af3", "displayName": "CASSIEFERNANDEZ-LT", "operatingSystem": "Windows 10", "browser": "Edge 99.14477", "trustType": "Azure AD registered"}, "location": {"city": "Port Denisetown", "state": "Smithton", "countryOrRegion": "XR", "geoCoordinates": {"latitude": 3.5518965, "longitude": 131.871582}}, "correlationId": "36a3a3a2-d13b-4eca-8922-9ac8dea92958", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "23afa1b4-dde1-4ae2-9c44-5d1624600dd7", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 100, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Box Online", "resourceId": "d2c09315-f769-4fc6-9be8-f57cf8efa9cc", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 256668, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "QAlI1TBY4N9wo3axJVf4Pq7oYMVIKLTlGuOrVYRZJZpugkGg", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": null, "rngcStatus": 0}}, {"time": "2022-08-27T19:52:12.495003Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "147.132.189.119", "correlationId": "cdef3a11-21e8-4a79-8d35-18f84ed236e4", "identity": "Cassie Fernandez", "Level": 4, "location": "XR", "properties": {"id": "4cef6bed-8ce8-4274-9ce5-4a2176557500", "createdDateTime": "2022-08-27T19:52:12.624003Z", "userDisplayName": "Cassie Fernandez", "userPrincipalName": "cfernandez@domain.com", "userId": "67ef8be6-3f44-4db7-8172-fd6211428c1e", "appId": "2eae4ad1-8cae-48fe-b718-76bd66e2fc7f", "appDisplayName": "Bipsync", "ipAddress": "147.132.189.119", "status": {"errorCode": 0}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (iPad; CPU iPad OS 9_3_6 like Mac OS X) AppleWebKit/536.1 (KHTML, like Gecko) CriOS/42.0.865.0 Mobile/77O124 Safari/536.1 Edge/99.14477", "deviceDetail": {"deviceId": "bf67c857-685a-4457-89c4-db2afa581bd2", "displayName": "CASSIEFERNANDEZ-LT", "operatingSystem": "Windows 10", "browser": "Edge 99.14477", "trustType": "Hybrid Azure AD joined"}, "location": {"city": "Port Denisetown", "state": "Smithton", "countryOrRegion": "XR", "geoCoordinates": {"latitude": 3.5518965, "longitude": 131.871582}}, "correlationId": "dd890f27-75ea-4273-b848-91d7422df83a", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "dc7a53b4-34b9-43f6-a78c-11cd582f147a", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 129, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Bipsync Service", "resourceId": "aaf780ce-b996-49b9-986d-8bb23f7bce3a", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 256668, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "sOzGQLPMM7pcyptqj6LPj21MxtkkTNcr2BszkeEwkVLJ5suv", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "b7da42cc-a168-4148-b15a-792ad32c2ff5", "rngcStatus": 0}}, {"time": "2022-08-27T19:56:19.687067Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "156.206.181.119", "correlationId": "c3451166-5294-481b-bde6-934988434a24", "identity": "Cynthia Perry", "Level": 4, "location": "XY", "properties": {"id": "80a78cf7-7251-46ba-b35b-bdc34d926000", "createdDateTime": "2022-08-27T19:56:19.776067Z", "userDisplayName": "Cynthia Perry", "userPrincipalName": "cperry@domain.com", "userId": "ac5fa380-9d5b-470e-beb2-5ba10aca48e6", "appId": "9de6e985-97a5-4d82-9c45-aedaa9c25ef9", "appDisplayName": "AWS Single-Account Access", "ipAddress": "156.206.181.119", "status": {"errorCode": 0}, "clientAppUsed": "Browser", "deviceDetail": {"deviceId": "", "operatingSystem": "Windows"}, "location": {"city": "Hannaville", "state": "Thomashaven", "countryOrRegion": "XY", "geoCoordinates": {"latitude": 1.1452695, "longitude": 128.249211}}, "correlationId": "27f6d5f1-c59c-4a53-ac75-0963821771bd", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "5300649d-d216-4276-a9d8-636b78b82720", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 89, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "AWS Single-Account Access Service", "resourceId": "9a84f55e-3a40-492c-9476-e069f64ed7a6", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 279165, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "xwt6kXrrMvOg1x9fsNj1zGe8LnfeR8m3HNOIybFuwy4TLyaB", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "37ee873b-f901-4e25-be69-010243106d0f", "rngcStatus": 0}}, {"time": "2022-08-27T20:07:39.700025Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "205.33.24.92", "correlationId": "273b313e-e32f-43f8-b526-9e8bc906c5d1", "identity": "Aaron Cole", "Level": 4, "location": "XD", "properties": {"id": "f72420a8-76bf-4e9a-bdc6-5a2b37d58900", "createdDateTime": "2022-08-27T20:07:39.784025Z", "userDisplayName": "Aaron Cole", "userPrincipalName": "acole@domain.com", "userId": "5d557969-1645-4ba4-be83-b6fd943659f7", "appId": "9d64cdda-8fe1-424a-8325-912d9d512004", "appDisplayName": "Help Scout", "ipAddress": "205.33.24.92", "status": {"errorCode": 0}, "clientAppUsed": "Browser", "userAgent": "Mozilla/5.0 (X11; Linux i686) AppleWebKit/536.2 (KHTML, like Gecko) Chrome/22.0.877.0 Safari/536.2", "deviceDetail": {"deviceId": "", "operatingSystem": "Windows 10", "browser": "Chrome 22.0.877.0"}, "location": {"city": "Kristinmouth", "state": "Norrisbury", "countryOrRegion": "XD", "geoCoordinates": {"latitude": 26.278784, "longitude": -92.042573}}, "correlationId": "3a641815-bdcd-49d0-8501-9598619d01da", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "71b90d71-63b2-4716-9b5e-dbdb893032ab", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 84, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Help Scout Service", "resourceId": "f0630e90-b752-4960-bfb9-a0794fc34930", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 214655, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "Z4URhShWCoI1GKgObaH16lbaKNwPaXkJPNyIrEUXcGdIUKjE", "incomingTokenType": "none", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "1f37c851-4be4-455b-928a-fbde7845a68a", "rngcStatus": 0}}, {"time": "2022-08-27T20:16:20.783409Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "13.113.40.157", "correlationId": "1895c4d9-07d5-4719-b15c-64f63c9629f9", "identity": "Attack Target", "Level": 4, "location": "XR", "properties": {"id": "5770b2e0-7013-44f8-922c-53e6b90e6700", "createdDateTime": "2022-08-27T20:16:20.934409Z", "userDisplayName": "Attack Target", "userPrincipalName": "attacktarget@domain.com", "userId": "d735e84b-dcca-404d-9f7d-700f360f41a6", "appId": "9a7e67c7-6f05-42a3-b226-97c7ec3e9696", "appDisplayName": "Adobe Identity Management", "ipAddress": "13.113.40.157", "status": {"errorCode": 0}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (iPad; CPU iPad OS 9_3_6 like Mac OS X) AppleWebKit/536.1 (KHTML, like Gecko) CriOS/42.0.865.0 Mobile/77O124 Safari/536.1 Edge/99.14477", "deviceDetail": {"deviceId": "a44625dc-6f81-449a-9799-8005f7209b42", "displayName": "ATTACKTARGET-LT", "operatingSystem": "Windows 10", "browser": "Edge 99.14477", "trustType": "Azure AD registered"}, "location": {"city": "Smithfort", "state": "Smithfort", "countryOrRegion": "XR", "geoCoordinates": {"latitude": 3.7564095, "longitude": -121.574606}}, "correlationId": "984b4c80-9209-4a6c-b6e1-5956f5076eaf", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "f7953a0d-b266-4dc2-9b6b-a978d61493f3", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 151, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Adobe Identity Management Service", "resourceId": "80abac89-d2c0-4b6c-8ffc-5023bd7efc5e", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 34974, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "36l9pEKqYXDAmwfuFAUITFT8VVk8HgxL8RoLZcSBnpsHDQ3p", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": null, "rngcStatus": 0}}, {"time": "2022-08-27T20:21:43.387052Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "50158", "resultSignature": "None", "resultDescription": "External security challenge was not satisfied.", "durationMs": 0, "callerIpAddress": "166.105.218.213", "correlationId": "a5faa36b-633e-414b-bb2b-347a20df1597", "identity": "Thomas Price", "Level": 4, "location": "XR", "properties": {"id": "a053210b-0623-42cf-bb99-25ff139c6200", "createdDateTime": "2022-08-27T20:21:43.512052Z", "userDisplayName": "Thomas Price", "userPrincipalName": "tprice@domain.com", "userId": "32109ee2-ee4f-4d11-9c38-2556aec0f2b5", "appId": "9a7e67c7-6f05-42a3-b226-97c7ec3e9696", "appDisplayName": "Adobe Identity Management", "ipAddress": "166.105.218.213", "status": {"errorCode": 50158, "failureReason": "External security challenge was not satisfied."}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (X11; Linux i686) AppleWebKit/535.2 (KHTML, like Gecko) Chrome/22.0.843.0 Safari/535.2 Edge/118.12158", "deviceDetail": {"deviceId": "81ad31fb-e9be-4498-b1b2-c62f8fae1a77", "displayName": "THOMASPRICE-LT", "operatingSystem": "Windows 10", "browser": "Edge 118.12158", "trustType": "Hybrid Azure AD joined"}, "location": {"city": "Kevinton", "state": "Smithton", "countryOrRegion": "XR", "geoCoordinates": {"latitude": -87.5106305, "longitude": -77.991036}}, "correlationId": "29cbff96-15eb-4638-964f-15677b2fbf5c", "conditionalAccessStatus": "failure", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "e1b7a74f-126b-4f86-afa4-d50e618248a8", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "processingTimeInMilliseconds": 125, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Adobe Identity Management Service", "resourceId": "30663ca7-f8a9-43ab-8ca1-7906bdbc1485", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 256668, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "26iF2xdkLHQZ1s5k35AOHOw8JwlcEHwUddekiKiui6yVA8Ly", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "a6c259e5-7f16-48b2-a9f3-75becd6daa9b"}}, {"time": "2022-08-27T20:36:16.292009Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "147.132.189.119", "correlationId": "8e66bf35-84db-4cdc-ac4d-64ac8b75d923", "identity": "Terry Proctor", "Level": 4, "location": "XR", "properties": {"id": "5e1f96fa-d5c3-4e87-a10d-952e22a76b00", "createdDateTime": "2022-08-27T20:36:16.425009Z", "userDisplayName": "Terry Proctor", "userPrincipalName": "tproctor@domain.com", "userId": "03110cc5-e54f-4dae-b68a-bf5d945f8152", "appId": "9a7e67c7-6f05-42a3-b226-97c7ec3e9696", "appDisplayName": "Adobe Identity Management", "ipAddress": "147.132.189.119", "status": {"errorCode": 0, "additionalDetails": "MFA requirement satisfied by claim in the token"}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (X11; Linux i686) AppleWebKit/533.0 (KHTML, like Gecko) Chrome/24.0.803.0 Safari/533.0 Edge/40.11325", "deviceDetail": {"deviceId": "88ee69d5-1eb7-4f29-b594-e9b4e3371940", "displayName": "TERRYPROCTOR-LT", "operatingSystem": "Windows 10", "browser": "Edge 40.11325", "isCompliant": true, "isManaged": true, "trustType": "Azure AD joined"}, "location": {"city": "Port Denisetown", "state": "Smithton", "countryOrRegion": "XR", "geoCoordinates": {"latitude": 3.5518965, "longitude": 131.871582}}, "mfaDetail": {}, "correlationId": "31f3de6b-1cbe-4e5e-99c4-ccb3e2cabf01", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "401fd362-823a-48c6-95a3-bb670ee6b723", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 133, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Adobe Identity Management Service", "resourceId": "9a84f55e-3a40-492c-9476-e069f64ed7a6", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 256668, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "9UvDRM2yKXGn8oBYWZmFZAmlvNXiVq92oPxKUnXu7njHnN9i", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "37ee873b-f901-4e25-be69-010243106d0f", "rngcStatus": 0}}, {"time": "2022-08-27T20:43:31.672516Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "86.154.193.190", "correlationId": "636d19c6-227f-458c-bd1a-32b5b94b52a7", "identity": "Kristen Howell", "Level": 4, "location": "XR", "properties": {"id": "05126ca7-c65f-4544-8acb-9d50a9484200", "createdDateTime": "2022-08-27T20:43:31.764516Z", "userDisplayName": "Kristen Howell", "userPrincipalName": "khowell@domain.com", "userId": "20e1e3f9-665f-45bd-9984-5e74b526d3b5", "appId": "9a7e67c7-6f05-42a3-b226-97c7ec3e9696", "appDisplayName": "Adobe Identity Management", "ipAddress": "86.154.193.190", "status": {"errorCode": 0, "additionalDetails": "MFA requirement satisfied by claim in the token"}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (X11; Linux i686) AppleWebKit/533.0 (KHTML, like Gecko) Chrome/24.0.803.0 Safari/533.0 Edge/40.11325", "deviceDetail": {"deviceId": "6ea76864-5f18-47dd-adb9-2b1dfcbfc425", "displayName": "KRISTENHOWELL-LT", "operatingSystem": "Windows 10", "browser": "Edge 40.11325", "isCompliant": true, "isManaged": true, "trustType": "Azure AD joined"}, "location": {"city": "Port Denisetown", "state": "Smithton", "countryOrRegion": "XR", "geoCoordinates": {"latitude": 3.5518965, "longitude": 131.871582}}, "mfaDetail": {}, "correlationId": "0bb5d9d4-6c7c-44a7-8b5f-a7820bc14252", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "b5e38470-79ec-4703-a1f6-240cb5a58503", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 92, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Adobe Identity Management Service", "resourceId": "30663ca7-f8a9-43ab-8ca1-7906bdbc1485", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 256668, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "ApaKc9Ua1HM4VCXngDRCVW7P1ipAGRHTQal2mQsngWny5JVc", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "a6c259e5-7f16-48b2-a9f3-75becd6daa9b", "rngcStatus": 0}}, {"time": "2022-08-27T20:45:43.367687Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "92.110.109.246", "correlationId": "fee99caa-4ee4-47b5-8e86-a3d6150a53e3", "identity": "David Johnson", "Level": 4, "location": "XR", "properties": {"id": "df70b726-7756-4baa-9a7d-5ac9c1999400", "createdDateTime": "2022-08-27T20:45:43.558687Z", "userDisplayName": "David Johnson", "userPrincipalName": "djohnson@domain.com", "userId": "ff2ae3d2-8cd2-4bd6-b65d-49c5ad946c7f", "appId": "9a7e67c7-6f05-42a3-b226-97c7ec3e9696", "appDisplayName": "Adobe Identity Management", "ipAddress": "92.110.109.246", "status": {"errorCode": 0}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (Windows NT 4.0) AppleWebKit/531.1 (KHTML, like Gecko) Chrome/20.0.823.0 Safari/531.1 Edge/87.11424", "deviceDetail": {"deviceId": "8fb0ff79-f116-4f20-8ca8-36b3f8d68865", "displayName": "DAVIDJOHNSON-LT", "operatingSystem": "Windows 10", "browser": "Edge 87.11424", "trustType": "Azure AD registered"}, "location": {"city": "Port Denisetown", "state": "Smithton", "countryOrRegion": "XR", "geoCoordinates": {"latitude": 3.5518965, "longitude": 131.871582}}, "correlationId": "d9a2116f-88fc-44d8-867f-2eec7b8214e3", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "bcddcfdc-9309-427f-b014-c05f9dc082ce", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 191, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Adobe Identity Management Service", "resourceId": "9a84f55e-3a40-492c-9476-e069f64ed7a6", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 230297, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "ulcBOMGbwcX7oHEqfNKWd6JLG6FjSC7wunvB9E8P9gMpZ6Qy", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "37ee873b-f901-4e25-be69-010243106d0f", "rngcStatus": 0}}, {"time": "2022-08-27T20:46:03.525084Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "50158", "resultSignature": "None", "resultDescription": "External security challenge was not satisfied.", "durationMs": 0, "callerIpAddress": "177.189.225.133", "correlationId": "ff457a02-2b23-4c45-81ee-b2ea48709863", "identity": "Thomas Price", "Level": 4, "location": "XQ", "properties": {"id": "0c63036a-8274-46f2-b5bd-e0743d465700", "createdDateTime": "2022-08-27T20:46:03.653084Z", "userDisplayName": "Thomas Price", "userPrincipalName": "tprice@domain.com", "userId": "32109ee2-ee4f-4d11-9c38-2556aec0f2b5", "appId": "79510a8f-6421-4348-a2ea-bcc2b02485c1", "appDisplayName": "Cisco AnyConnect", "ipAddress": "177.189.225.133", "status": {"errorCode": 50158, "failureReason": "External security challenge was not satisfied."}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (X11; Linux i686) AppleWebKit/535.2 (KHTML, like Gecko) Chrome/22.0.843.0 Safari/535.2 Edge/118.12158", "deviceDetail": {"deviceId": "72c565a0-f587-4d5e-9fa9-82cab482ddf0", "displayName": "THOMASPRICE-LT", "operatingSystem": "Windows 10", "browser": "Edge 118.12158", "trustType": "Hybrid Azure AD joined"}, "location": {"city": "Brownton", "state": "Stephanieberg", "countryOrRegion": "XQ", "geoCoordinates": {"latitude": 60.015373, "longitude": -41.508557}}, "correlationId": "ac9f7707-250d-465f-8aaa-2a4f308c38a5", "conditionalAccessStatus": "failure", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "48c3a194-34a5-4cea-90ca-21a402684e17", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "processingTimeInMilliseconds": 128, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Cisco AnyConnect Online", "resourceId": "5d5b8d28-6a28-472e-b837-a4094e466965", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 104135, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "ASep78z5d1MQAFqS7nscz0BrGF1jsmp2kASHDG13sHz1I2Wu", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "15655e1f-5005-4c53-b3c0-c4a1d1ca5e9e"}}, {"time": "2022-08-27T20:48:34.971939Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "156.206.181.119", "correlationId": "807229d8-fb61-4832-8158-e4bffeb636ea", "identity": "Cynthia Perry", "Level": 4, "location": "XY", "properties": {"id": "bb44e270-cd48-4a8e-8a0c-9497342e4f00", "createdDateTime": "2022-08-27T20:48:35.103939Z", "userDisplayName": "Cynthia Perry", "userPrincipalName": "cperry@domain.com", "userId": "ac5fa380-9d5b-470e-beb2-5ba10aca48e6", "appId": "9de6e985-97a5-4d82-9c45-aedaa9c25ef9", "appDisplayName": "AWS Single-Account Access", "ipAddress": "156.206.181.119", "status": {"errorCode": 0}, "clientAppUsed": "Browser", "deviceDetail": {"deviceId": "", "operatingSystem": "Windows"}, "location": {"city": "Hannaville", "state": "Thomashaven", "countryOrRegion": "XY", "geoCoordinates": {"latitude": 1.1452695, "longitude": 128.249211}}, "correlationId": "f91f3a5a-4f97-4179-999b-8eae217ae411", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "c0fb2cf4-1adb-4ecd-b866-a643fbe30170", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "processingTimeInMilliseconds": 132, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "AWS Single-Account Access Service", "resourceId": "9a84f55e-3a40-492c-9476-e069f64ed7a6", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 279165, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "ZRXqzPThyHuiMiyqSjxlRzRo2UlonAv5qoq0llzutANKcpWg", "incomingTokenType": "none", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "37ee873b-f901-4e25-be69-010243106d0f"}}, {"time": "2022-08-27T21:09:47.684195Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "50158", "resultSignature": "None", "resultDescription": "External security challenge was not satisfied.", "durationMs": 0, "callerIpAddress": "92.110.109.246", "correlationId": "a6bb717a-1383-4666-8e6c-c8827f70279c", "identity": "Thomas Price", "Level": 4, "location": "XR", "properties": {"id": "17558929-4181-40d4-9645-7d2960977400", "createdDateTime": "2022-08-27T21:09:47.841195Z", "userDisplayName": "Thomas Price", "userPrincipalName": "tprice@domain.com", "userId": "32109ee2-ee4f-4d11-9c38-2556aec0f2b5", "appId": "79510a8f-6421-4348-a2ea-bcc2b02485c1", "appDisplayName": "Cisco AnyConnect", "ipAddress": "92.110.109.246", "status": {"errorCode": 50158, "failureReason": "External security challenge was not satisfied."}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (X11; Linux i686) AppleWebKit/535.2 (KHTML, like Gecko) Chrome/22.0.843.0 Safari/535.2 Edge/118.12158", "deviceDetail": {"deviceId": "a12f42a7-2ae0-42d8-aec8-bf7cb3dea82c", "displayName": "THOMASPRICE-LT", "operatingSystem": "Windows 10", "browser": "Edge 118.12158", "trustType": "Hybrid Azure AD joined"}, "location": {"city": "Port Denisetown", "state": "Smithton", "countryOrRegion": "XR", "geoCoordinates": {"latitude": 3.5518965, "longitude": 131.871582}}, "correlationId": "96249555-d1e7-4bde-9cd1-efaa67b7490b", "conditionalAccessStatus": "failure", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "60fcd591-1045-4042-8b59-f29b3aa5d553", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 157, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Cisco AnyConnect Online", "resourceId": "5d5b8d28-6a28-472e-b837-a4094e466965", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 230297, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "i2xd9MOQt8fCCGpOofxV0zwdm4H2XH9ID4XUaTX0skuInhkp", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "15655e1f-5005-4c53-b3c0-c4a1d1ca5e9e", "rngcStatus": 0}}, {"time": "2022-08-27T21:15:59.989565Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "13.113.40.157", "correlationId": "6e56bc6f-b3ae-470a-bcf4-a04ffc9b6b3f", "identity": "Attack Target", "Level": 4, "location": "XR", "properties": {"id": "3252cc26-bd51-4e86-91d8-5aec1aec6f00", "createdDateTime": "2022-08-27T21:16:00.103565Z", "userDisplayName": "Attack Target", "userPrincipalName": "attacktarget@domain.com", "userId": "d735e84b-dcca-404d-9f7d-700f360f41a6", "appId": "9a7e67c7-6f05-42a3-b226-97c7ec3e9696", "appDisplayName": "Adobe Identity Management", "ipAddress": "13.113.40.157", "ipAddressFromResourceProvider": "13.113.40.157", "status": {"errorCode": 0}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (iPad; CPU iPad OS 9_3_6 like Mac OS X) AppleWebKit/536.1 (KHTML, like Gecko) CriOS/42.0.865.0 Mobile/77O124 Safari/536.1 Edge/99.14477", "deviceDetail": {"deviceId": "a44625dc-6f81-449a-9799-8005f7209b42", "displayName": "ATTACKTARGET-LT", "operatingSystem": "Windows 10", "browser": "Edge 99.14477", "trustType": "Azure AD registered"}, "location": {"city": "Smithfort", "state": "Smithfort", "countryOrRegion": "XR", "geoCoordinates": {"latitude": 3.7564095, "longitude": -121.574606}}, "correlationId": "95ea35d7-8d95-465e-9420-6d2380a35715", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "3758ebad-614b-4b83-a308-909869dca164", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 114, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Adobe Identity Management Service", "resourceId": "c8eab36d-0a82-409d-8693-a8dabc997921", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 34974, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "qPfd9e6heHDrmnRhhHWPJfxOGakKowlm1lRSnA4O5TDkQC4f", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "2248d3ef-d7b8-4eb2-bd20-fb53f725bfe3", "rngcStatus": 0}}, {"time": "2022-08-27T21:20:47.465711Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "50158", "resultSignature": "None", "resultDescription": "External security challenge was not satisfied.", "durationMs": 0, "callerIpAddress": "44.22.19.201", "correlationId": "d4a22998-3ccb-47a5-8d9f-a20af63b3100", "identity": "Thomas Price", "Level": 4, "location": "XN", "properties": {"id": "df57eaed-63aa-4a28-8eda-7df82ce56a00", "createdDateTime": "2022-08-27T21:20:47.625711Z", "userDisplayName": "Thomas Price", "userPrincipalName": "tprice@domain.com", "userId": "32109ee2-ee4f-4d11-9c38-2556aec0f2b5", "appId": "9a7e67c7-6f05-42a3-b226-97c7ec3e9696", "appDisplayName": "Adobe Identity Management", "ipAddress": "44.22.19.201", "status": {"errorCode": 50158, "failureReason": "External security challenge was not satisfied."}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (X11; Linux i686) AppleWebKit/535.2 (KHTML, like Gecko) Chrome/22.0.843.0 Safari/535.2 Edge/118.12158", "deviceDetail": {"deviceId": "fb4d911d-6441-411b-868f-d25d5586a326", "displayName": "THOMASPRICE-LT", "operatingSystem": "Windows 10", "browser": "Edge 118.12158", "trustType": "Hybrid Azure AD joined"}, "location": {"city": "Littlemouth", "state": "Alexanderfurt", "countryOrRegion": "XN", "geoCoordinates": {"latitude": 25.4437255, "longitude": -109.530885}}, "correlationId": "043dee8f-c121-462c-a750-aa0ad8f77f67", "conditionalAccessStatus": "failure", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "4bda7447-7514-449f-899b-11223d907007", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 160, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Adobe Identity Management Service", "resourceId": "30663ca7-f8a9-43ab-8ca1-7906bdbc1485", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 230297, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "LH7YHhQK68xCv6iXfhMc2gxWptlqG8GxOlnxVGHJoLktklOl", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "a6c259e5-7f16-48b2-a9f3-75becd6daa9b", "rngcStatus": 0}}, {"time": "2022-08-27T21:33:26.924379Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "81.209.4.19", "correlationId": "349795b9-977b-4a0d-99eb-fc0ff7b08a66", "identity": "Jim Gonzalez", "Level": 4, "location": "XR", "properties": {"id": "074fe23d-2629-40c0-b889-feb61cda5200", "createdDateTime": "2022-08-27T21:33:27.079379Z", "userDisplayName": "Jim Gonzalez", "userPrincipalName": "jgonzalez@domain.com", "userId": "95090045-a9c5-489c-adee-2db430a3333a", "appId": "9167c284-c68f-468a-84be-0ee4f23879fe", "appDisplayName": "ArcGIS Enterprise", "ipAddress": "81.209.4.19", "status": {"errorCode": 0}, "clientAppUsed": "Mobile Apps and Desktop clients", "deviceDetail": {"deviceId": "", "operatingSystem": "Ios", "browser": "Mobile Safari"}, "location": {"city": "Santosborough", "state": "Smithton", "countryOrRegion": "XR", "geoCoordinates": {"latitude": 50.0774195, "longitude": 64.938754}}, "correlationId": "b02b4a53-524f-44f6-8a75-3c396e7886df", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "13ec67da-0eec-46c6-be82-d5591ce26b3c", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "processingTimeInMilliseconds": 155, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "ArcGIS Enterprise Service", "resourceId": "c4baffed-f90a-4ef3-84b1-d08d189a41c0", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 34974, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "GxKmGblorCqXZecPdny8VueZCuvSP64p5f8uvPYKHlTRFqkC", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "64850142-3730-4958-94ec-3cf3a39cf409"}}, {"time": "2022-08-27T22:19:58.185427Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "50158", "resultSignature": "None", "resultDescription": "External security challenge was not satisfied.", "durationMs": 0, "callerIpAddress": "44.22.19.201", "correlationId": "0c997a9b-0eae-45c5-bc15-0843f045218f", "identity": "Thomas Price", "Level": 4, "location": "XN", "properties": {"id": "d4236fef-7c73-4402-98e3-fe3c57587000", "createdDateTime": "2022-08-27T22:19:58.307427Z", "userDisplayName": "Thomas Price", "userPrincipalName": "tprice@domain.com", "userId": "32109ee2-ee4f-4d11-9c38-2556aec0f2b5", "appId": "9a7e67c7-6f05-42a3-b226-97c7ec3e9696", "appDisplayName": "Adobe Identity Management", "ipAddress": "44.22.19.201", "status": {"errorCode": 50158, "failureReason": "External security challenge was not satisfied."}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (X11; Linux i686) AppleWebKit/535.2 (KHTML, like Gecko) Chrome/22.0.843.0 Safari/535.2 Edge/118.12158", "deviceDetail": {"deviceId": "a12f42a7-2ae0-42d8-aec8-bf7cb3dea82c", "displayName": "THOMASPRICE-LT", "operatingSystem": "Windows 10", "browser": "Edge 118.12158", "trustType": "Hybrid Azure AD joined"}, "location": {"city": "Littlemouth", "state": "Alexanderfurt", "countryOrRegion": "XN", "geoCoordinates": {"latitude": 25.4437255, "longitude": -109.530885}}, "correlationId": "6ca7b877-3bd0-4873-b638-89fa161666b4", "conditionalAccessStatus": "failure", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "d7ae9bee-96a7-478b-93c7-1882875dd8fc", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 122, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Adobe Identity Management Service", "resourceId": "30663ca7-f8a9-43ab-8ca1-7906bdbc1485", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 230297, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "hEteHltujHfgqqhoYeK2LUgQJ90EtIgSBWPmz4V0K4iBHXFW", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "a6c259e5-7f16-48b2-a9f3-75becd6daa9b", "rngcStatus": 0}}, {"time": "2022-08-27T22:37:42.717378Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "SignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "199.12.127.103", "correlationId": "6141dc87-9d25-4083-8643-56b8bd800dbe", "identity": "Jacob Meyers", "Level": 4, "location": "XG", "properties": {"id": "17558929-4181-40d4-9645-7d29f1587a00", "createdDateTime": "2022-08-27T22:37:42.818378Z", "userDisplayName": "Jacob Meyers", "userPrincipalName": "jmeyers@domain.com", "userId": "c63a67b0-1651-4a8a-9560-cc703cdad5ad", "appId": "1b3edb90-1e06-46db-b021-e2fc1f7ddaf5", "appDisplayName": "Beatrust", "ipAddress": "199.12.127.103", "status": {"errorCode": 0}, "clientAppUsed": "Browser", "userAgent": "Mozilla/5.0 (Windows NT 5.1) AppleWebKit/534.1 (KHTML, like Gecko) Chrome/37.0.847.0 Safari/534.1", "deviceDetail": {"deviceId": "", "operatingSystem": "Windows 10", "browser": "Chrome 37.0.847.0"}, "location": {"city": "Port Nathan", "state": "Newmanville", "countryOrRegion": "XG", "geoCoordinates": {"latitude": 23.244641, "longitude": -113.392021}}, "correlationId": "3131a517-97a8-44ae-9a0f-5e47cea6e876", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "8ab35718-9c46-46e4-9702-b2633734f517", "isInteractive": true, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 101, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Beatrust Service", "resourceId": "24578515-1951-4064-967d-0d2acaf0aa70", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 282405, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "mDe7qKxFLiOksnqN4v9RdltL2fh4d6pixiCk9XtIgOATfhqJ", "incomingTokenType": "none", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "0e68752b-7dfa-400b-a6f5-1b54af90696a", "rngcStatus": 0}}, {"time": "2022-08-27T22:50:14.223799Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "205.33.24.92", "correlationId": "bb162a06-cf89-4523-8185-378b7a8f2557", "identity": "Aaron Cole", "Level": 4, "location": "XD", "properties": {"id": "444f54e0-e5b3-4eda-8063-00d2e8ae8100", "createdDateTime": "2022-08-27T22:50:14.296799Z", "userDisplayName": "Aaron Cole", "userPrincipalName": "acole@domain.com", "userId": "5d557969-1645-4ba4-be83-b6fd943659f7", "appId": "ad65aaed-51a8-4877-830e-8a5273604c87", "appDisplayName": "Docusign", "ipAddress": "205.33.24.92", "status": {"errorCode": 0}, "clientAppUsed": "Browser", "deviceDetail": {"deviceId": "", "operatingSystem": "Windows", "browser": "Rich Client 4.42.0.0"}, "location": {"city": "Kristinmouth", "state": "Norrisbury", "countryOrRegion": "XD", "geoCoordinates": {"latitude": 26.278784, "longitude": -92.042573}}, "correlationId": "80624e4a-ef45-4f79-a8da-7d4b11eb5409", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "33a04384-17ad-43f8-9841-587ec8bb3017", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 73, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Docusign Service", "resourceId": "a666212f-ee1d-48b1-b4cf-45433f66d402", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 214655, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "rgsqwucSBpwM25ZPVRf81eIJJxRyWTH3SAdlKlCPYfzMdPRi", "incomingTokenType": "none", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "b9c9c5b0-1fce-4e9e-af57-8d5084987162", "rngcStatus": 0}}, {"time": "2022-08-27T22:53:25.086756Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "205.33.24.92", "correlationId": "5b7f153e-bf69-49f5-bfe1-5657fd49c97d", "identity": "Vanessa Ramirez", "Level": 4, "location": "XD", "properties": {"id": "bbd0f834-7826-4e71-92d2-dd8724e06700", "createdDateTime": "2022-08-27T22:53:25.201756Z", "userDisplayName": "Vanessa Ramirez", "userPrincipalName": "vramirez@domain.com", "userId": "5d72b7ed-62ea-4b94-b931-ccef65d71ebd", "appId": "9a7e67c7-6f05-42a3-b226-97c7ec3e9696", "appDisplayName": "Adobe Identity Management", "ipAddress": "205.33.24.92", "status": {"errorCode": 0}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (X11; Linux i686) AppleWebKit/532.2 (KHTML, like Gecko) Chrome/21.0.853.0 Safari/532.2 Edge/89.19380", "deviceDetail": {"deviceId": "e395a3f4-8f2d-4170-804f-d3e13ce3151b", "displayName": "VANESSARAMIREZ-LT", "operatingSystem": "Windows 10", "browser": "Edge 89.19380", "trustType": "Azure AD registered"}, "location": {"city": "Kristinmouth", "state": "Norrisbury", "countryOrRegion": "XD", "geoCoordinates": {"latitude": 26.278784, "longitude": -92.042573}}, "correlationId": "b7ae10a0-9ac8-4d52-baaa-5b75f0228bd3", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "14ee35ed-e42f-4ad7-a4b5-92aa93faccca", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 115, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Adobe Identity Management Service", "resourceId": "72f0186d-d327-46c9-a8ff-497e0caa8691", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 214655, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "cWwpztIKGqVyaqqjCOr0ypJSZ9HE90mhX7MiKYtyLRTe4v8L", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": null, "rngcStatus": 0}}, {"time": "2022-08-27T23:11:39.232865Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "147.132.189.119", "correlationId": "ba560066-780a-4b96-8fb8-245c3f0883a0", "identity": "Cassie Fernandez", "Level": 4, "location": "XR", "properties": {"id": "4ddb034d-d670-4525-9f72-a3055ea06a00", "createdDateTime": "2022-08-27T23:11:39.342865Z", "userDisplayName": "Cassie Fernandez", "userPrincipalName": "cfernandez@domain.com", "userId": "67ef8be6-3f44-4db7-8172-fd6211428c1e", "appId": "2eae4ad1-8cae-48fe-b718-76bd66e2fc7f", "appDisplayName": "Bipsync", "ipAddress": "147.132.189.119", "status": {"errorCode": 0}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (iPad; CPU iPad OS 9_3_6 like Mac OS X) AppleWebKit/536.1 (KHTML, like Gecko) CriOS/42.0.865.0 Mobile/77O124 Safari/536.1 Edge/99.14477", "deviceDetail": {"deviceId": "bf67c857-685a-4457-89c4-db2afa581bd2", "displayName": "CASSIEFERNANDEZ-LT", "operatingSystem": "Windows 10", "browser": "Edge 99.14477", "trustType": "Hybrid Azure AD joined"}, "location": {"city": "Port Denisetown", "state": "Smithton", "countryOrRegion": "XR", "geoCoordinates": {"latitude": 3.5518965, "longitude": 131.871582}}, "correlationId": "a1d37fbc-2ce3-4ac9-a042-0467698809ea", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "07438776-f378-4734-be25-17c8ae79a8e7", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 110, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Bipsync Service", "resourceId": "819aa3ed-3b63-4925-8388-0b8d41022941", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 256668, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "29acq07lOOkoW8GvcHjZt23CRJ1i4vxo4AbO4ElRSaNHViEG", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "7f0c9abd-8b0d-4973-8675-a495454c0c86", "rngcStatus": 0}}, {"time": "2022-08-27T23:28:40.182897Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "13.113.40.157", "correlationId": "6ef16119-3645-43ae-ba5d-00470dbcc20f", "identity": "Attack Target", "Level": 4, "location": "XR", "properties": {"id": "d4236fef-7c73-4402-98e3-fe3ccdce6a00", "createdDateTime": "2022-08-27T23:28:40.280897Z", "userDisplayName": "Attack Target", "userPrincipalName": "attacktarget@domain.com", "userId": "d735e84b-dcca-404d-9f7d-700f360f41a6", "appId": "9a7e67c7-6f05-42a3-b226-97c7ec3e9696", "appDisplayName": "Adobe Identity Management", "ipAddress": "13.113.40.157", "status": {"errorCode": 0}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (iPad; CPU iPad OS 9_3_6 like Mac OS X) AppleWebKit/536.1 (KHTML, like Gecko) CriOS/42.0.865.0 Mobile/77O124 Safari/536.1 Edge/99.14477", "deviceDetail": {"deviceId": "a44625dc-6f81-449a-9799-8005f7209b42", "displayName": "ATTACKTARGET-LT", "operatingSystem": "Windows 10", "browser": "Edge 99.14477", "trustType": "Azure AD registered"}, "location": {"city": "Smithfort", "state": "Smithfort", "countryOrRegion": "XR", "geoCoordinates": {"latitude": 3.7564095, "longitude": -121.574606}}, "correlationId": "88bf0aa0-d11a-4083-a0d7-27c037380e39", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "abe55916-1f83-417a-8f55-1aff6ca61e5c", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 98, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Adobe Identity Management Service", "resourceId": "80abac89-d2c0-4b6c-8ffc-5023bd7efc5e", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 34974, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "SzWAutRCiUcmv1tnpU3IWKMsi5fKiLukCoOtDCyb4lM9sJUQ", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": null, "rngcStatus": 0}}, {"time": "2022-08-27T23:31:26.504273Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "700082", "resultSignature": "None", "resultDescription": "Other", "durationMs": 0, "callerIpAddress": "199.12.127.103", "correlationId": "b72c697c-00be-4bc1-9651-66d174a53bd2", "identity": "Jacob Meyers", "Level": 4, "location": "XG", "properties": {"id": "fa857fed-7d3f-40f5-b98a-925c79f16900", "createdDateTime": "2022-08-27T23:31:26.546273Z", "userDisplayName": "Jacob Meyers", "userPrincipalName": "jmeyers@domain.com", "userId": "c63a67b0-1651-4a8a-9560-cc703cdad5ad", "appId": "bf2855c0-7434-4262-8885-ad2f5206d324", "appDisplayName": "COINS Construction Cloud - Project and Productivity Apps", "ipAddress": "199.12.127.103", "status": {"errorCode": 700082, "failureReason": "Other"}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (Windows NT 4.0) AppleWebKit/531.1 (KHTML, like Gecko) Chrome/20.0.823.0 Safari/531.1 Edge/87.11424", "deviceDetail": {"deviceId": "a0ea1625-4397-4c4c-963c-33347d3b0d73", "displayName": "JACOBMEYERS-LT", "operatingSystem": "Windows 10", "browser": "Edge 87.11424", "trustType": "Azure AD registered"}, "location": {"city": "Port Nathan", "state": "Newmanville", "countryOrRegion": "XG", "geoCoordinates": {"latitude": 23.244641, "longitude": -113.392021}}, "correlationId": "42cb95f3-186d-4ece-9e45-7fd9b5cf6143", "conditionalAccessStatus": "notApplied", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "0c7fac9b-9088-45e2-9658-f4ccc86f6dc8", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 42, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "COINS Construction Cloud - Project and Productivity Apps Service", "resourceId": "054f44f6-54fb-4ef0-9fc3-d3ec90e47d0d", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 282405, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "q1QNQNd6LSOJo5GFmBQbarxwMx4ck3TIHEz6NFt70pwtlzsL", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": null, "rngcStatus": 0}}, {"time": "2022-08-27T23:40:23.367376Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "81.209.4.19", "correlationId": "a0e9d916-e6e8-4ec8-8c38-50e11053c4bd", "identity": "Jim Gonzalez", "Level": 4, "location": "XR", "properties": {"id": "e77f7dfb-e270-4e13-aaf4-269745eb6300", "createdDateTime": "2022-08-27T23:40:23.501376Z", "userDisplayName": "Jim Gonzalez", "userPrincipalName": "jgonzalez@domain.com", "userId": "95090045-a9c5-489c-adee-2db430a3333a", "appId": "9167c284-c68f-468a-84be-0ee4f23879fe", "appDisplayName": "ArcGIS Enterprise", "ipAddress": "81.209.4.19", "status": {"errorCode": 0}, "clientAppUsed": "Mobile Apps and Desktop clients", "deviceDetail": {"deviceId": "", "operatingSystem": "Ios", "browser": "Mobile Safari"}, "location": {"city": "Santosborough", "state": "Smithton", "countryOrRegion": "XR", "geoCoordinates": {"latitude": 50.0774195, "longitude": 64.938754}}, "correlationId": "505baf1f-7b95-4fff-8347-aa4664785854", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "c3ba9d40-4f63-4b52-9b62-d781e28bfe20", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "processingTimeInMilliseconds": 134, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "ArcGIS Enterprise Service", "resourceId": "c4baffed-f90a-4ef3-84b1-d08d189a41c0", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 34974, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "HYNrex2OIeAPHwdLH0ZQMIdhVJW4mHQ8FmPZVmOq7y5bK55i", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "64850142-3730-4958-94ec-3cf3a39cf409"}}, {"time": "2022-08-27T23:45:35.535616Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "50158", "resultSignature": "None", "resultDescription": "External security challenge was not satisfied.", "durationMs": 0, "callerIpAddress": "166.105.218.213", "correlationId": "2af03355-370e-4aff-9180-5e5efd588995", "identity": "Thomas Price", "Level": 4, "location": "XR", "properties": {"id": "5a969e49-305a-4dba-b344-ced2af1a9e00", "createdDateTime": "2022-08-27T23:45:35.682616Z", "userDisplayName": "Thomas Price", "userPrincipalName": "tprice@domain.com", "userId": "32109ee2-ee4f-4d11-9c38-2556aec0f2b5", "appId": "9a7e67c7-6f05-42a3-b226-97c7ec3e9696", "appDisplayName": "Adobe Identity Management", "ipAddress": "166.105.218.213", "status": {"errorCode": 50158, "failureReason": "External security challenge was not satisfied."}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (X11; Linux i686) AppleWebKit/535.2 (KHTML, like Gecko) Chrome/22.0.843.0 Safari/535.2 Edge/118.12158", "deviceDetail": {"deviceId": "81ad31fb-e9be-4498-b1b2-c62f8fae1a77", "displayName": "THOMASPRICE-LT", "operatingSystem": "Windows 10", "browser": "Edge 118.12158", "trustType": "Hybrid Azure AD joined"}, "location": {"city": "Santosborough", "state": "Smithton", "countryOrRegion": "XR", "geoCoordinates": {"latitude": 12.8350355, "longitude": 138.359011}}, "correlationId": "60965536-caa2-4102-815e-f766520021c8", "conditionalAccessStatus": "failure", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "9b717f4e-4daf-4704-929d-72a0820a417a", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 147, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Adobe Identity Management Service", "resourceId": "30663ca7-f8a9-43ab-8ca1-7906bdbc1485", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 256668, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "Aox0QZHY2EgrJg3YMWMRDHTxP1g9nmGDlns7vPmuJn787M3S", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "a6c259e5-7f16-48b2-a9f3-75becd6daa9b", "rngcStatus": 0}}, {"time": "2022-08-27T23:49:42.173263Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "147.132.189.119", "correlationId": "3047293a-31e7-4b80-8b60-342d6746ed43", "identity": "Cassie Fernandez", "Level": 4, "location": "XR", "properties": {"id": "61f774b4-bfab-427d-9daf-844067de6800", "createdDateTime": "2022-08-27T23:49:42.451263Z", "userDisplayName": "Cassie Fernandez", "userPrincipalName": "cfernandez@domain.com", "userId": "67ef8be6-3f44-4db7-8172-fd6211428c1e", "appId": "51a80452-7502-4b15-9e15-827c7d78e337", "appDisplayName": "Dropbox Business", "ipAddress": "147.132.189.119", "status": {"errorCode": 0}, "clientAppUsed": "Mobile Apps and Desktop clients", "deviceDetail": {"deviceId": "d5a487a1-ef7d-4960-9723-7fdadce19af3", "displayName": "CASSIEFERNANDEZ-LT", "operatingSystem": "Windows 10", "browser": "Rich Client 5.2.9.0", "trustType": "Azure AD registered"}, "location": {"city": "Port Denisetown", "state": "Smithton", "countryOrRegion": "XR", "geoCoordinates": {"latitude": 3.5518965, "longitude": 131.871582}}, "correlationId": "5e3a9efc-3f18-4367-afce-7e1a8df26741", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "25bb6a39-fc39-45c6-8507-4188c8af44e7", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 278, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Dropbox Business Online", "resourceId": "3f7d0d52-e3b6-4712-8e89-01c915dc0294", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 256668, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "9lxsF6UVrtPwpaNmVYSioY96O1agbreHQBneoYjX9uUgfsnU", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "84036992-5b2b-4836-8aca-9de3ba4c15b9", "rngcStatus": 0}}, {"time": "2022-08-28T00:06:04.882890Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "91.132.253.146", "correlationId": "d466283f-0df5-4af7-9ccc-575beeae62df", "identity": "Aaron Cole", "Level": 4, "location": "XD", "properties": {"id": "b4caa848-f8c1-4832-a328-e50925736300", "createdDateTime": "2022-08-28T00:06:04.944890Z", "userDisplayName": "Aaron Cole", "userPrincipalName": "acole@domain.com", "userId": "5d557969-1645-4ba4-be83-b6fd943659f7", "appId": "895b9fb3-4084-4f9f-a314-d082d67e3c5c", "appDisplayName": "Airstack", "ipAddress": "91.132.253.146", "status": {"errorCode": 0}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (iPad; CPU iPad OS 9_3_5 like Mac OS X) AppleWebKit/536.1 (KHTML, like Gecko) CriOS/26.0.852.0 Mobile/33A194 Safari/536.1 Edge/27.13255", "deviceDetail": {"deviceId": "", "operatingSystem": "Windows 10", "browser": "Edge 27.13255"}, "location": {"city": "Rickshire", "state": "Norrisbury", "countryOrRegion": "XD", "geoCoordinates": {"latitude": -78.5751045, "longitude": 58.329246}}, "correlationId": "2a18cce2-aaba-44fd-81a8-0ec80d9bfd6f", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "8e7f84eb-b272-4746-9f32-5c11e28d707c", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 62, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Airstack Service", "resourceId": "898e07cc-0302-479b-a2d3-601d74aa68df", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 214655, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "qtptmnhBCO18LSnbCzZODalgFgXq70IainS8BMB2cLacanRV", "incomingTokenType": "none", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "84156e71-49f0-4926-86fe-9ab1a6c6b137", "rngcStatus": 0}}, {"time": "2022-08-28T00:35:19.773902Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "199.12.127.103", "correlationId": "d73821fc-d092-45da-9c6b-a921be0eeb83", "identity": "Jacob Meyers", "Level": 4, "location": "XG", "properties": {"id": "fef7587f-28d0-4463-aaba-0541b5bb4800", "createdDateTime": "2022-08-28T00:35:19.876902Z", "userDisplayName": "Jacob Meyers", "userPrincipalName": "jmeyers@domain.com", "userId": "c63a67b0-1651-4a8a-9560-cc703cdad5ad", "appId": "dbe6b779-13df-45f2-a6d7-1323485479f6", "appDisplayName": "Cisco Webex", "ipAddress": "199.12.127.103", "status": {"errorCode": 0}, "clientAppUsed": "Browser", "deviceDetail": {"deviceId": "", "operatingSystem": "Android", "browser": "Rich Client 4.38.0.0"}, "location": {"city": "Port Nathan", "state": "Newmanville", "countryOrRegion": "XG", "geoCoordinates": {"latitude": 23.244641, "longitude": -113.392021}}, "correlationId": "73839db4-5aaf-4c58-aa48-b72505b73396", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "c5f21fae-31c7-49b2-b3e2-938f96e97f2b", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "processingTimeInMilliseconds": 103, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Cisco Webex Service", "resourceId": "24578515-1951-4064-967d-0d2acaf0aa70", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 282405, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "AaLsJiSPKySJf6ezxhlYSy9airqYrkDKmG5Vo742D8WCyRsT", "incomingTokenType": "none", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "0e68752b-7dfa-400b-a6f5-1b54af90696a"}}, {"time": "2022-08-28T00:40:11.725524Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "13.113.40.157", "correlationId": "d17c1b63-74f7-480b-b400-dd525bb14975", "identity": "Attack Target", "Level": 4, "location": "XR", "properties": {"id": "07ee43c1-0597-4c7f-943e-150df9845000", "createdDateTime": "2022-08-28T00:40:11.853524Z", "userDisplayName": "Attack Target", "userPrincipalName": "attacktarget@domain.com", "userId": "d735e84b-dcca-404d-9f7d-700f360f41a6", "appId": "9a7e67c7-6f05-42a3-b226-97c7ec3e9696", "appDisplayName": "Adobe Identity Management", "ipAddress": "13.113.40.157", "ipAddressFromResourceProvider": "13.113.40.157", "status": {"errorCode": 0}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (iPad; CPU iPad OS 9_3_6 like Mac OS X) AppleWebKit/536.1 (KHTML, like Gecko) CriOS/42.0.865.0 Mobile/77O124 Safari/536.1 Edge/99.14477", "deviceDetail": {"deviceId": "a44625dc-6f81-449a-9799-8005f7209b42", "displayName": "ATTACKTARGET-LT", "operatingSystem": "Windows 10", "browser": "Edge 99.14477", "trustType": "Azure AD registered"}, "location": {"city": "New John", "state": "Smithfort", "countryOrRegion": "XR", "geoCoordinates": {"latitude": -89.144242, "longitude": 168.119022}}, "correlationId": "3104715e-9f5b-4e3b-920a-1c3680f70ec3", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "ffab45b3-5f9b-4bc1-8113-f76cd6c9cc9c", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "processingTimeInMilliseconds": 128, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Adobe Identity Management Service", "resourceId": "c8eab36d-0a82-409d-8693-a8dabc997921", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 34974, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "kQS1dD6EcMNjy82WcYh9mmTJwKQ6sXgAl1Rkdp2LYOgEHQbV", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "2248d3ef-d7b8-4eb2-bd20-fb53f725bfe3"}}, {"time": "2022-08-28T00:47:40.867483Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "13.113.40.157", "correlationId": "7eef91c8-f134-4f04-af3f-0c3cd842e3ea", "identity": "Attack Target", "Level": 4, "location": "XR", "properties": {"id": "36248e68-8333-45f4-aadc-85f66bb76f00", "createdDateTime": "2022-08-28T00:47:41.164483Z", "userDisplayName": "Attack Target", "userPrincipalName": "attacktarget@domain.com", "userId": "d735e84b-dcca-404d-9f7d-700f360f41a6", "appId": "9c5b7fe3-0ad2-4ea6-94e5-9e0001f367e3", "appDisplayName": "Articulate 360", "ipAddress": "13.113.40.157", "status": {"errorCode": 0}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (iPad; CPU iPad OS 9_3_6 like Mac OS X) AppleWebKit/536.1 (KHTML, like Gecko) CriOS/42.0.865.0 Mobile/77O124 Safari/536.1 Edge/99.14477", "deviceDetail": {"deviceId": "a44625dc-6f81-449a-9799-8005f7209b42", "displayName": "ATTACKTARGET-LT", "operatingSystem": "Windows 10", "browser": "Edge 99.14477", "trustType": "Azure AD registered"}, "location": {"city": "Smithfort", "state": "Smithfort", "countryOrRegion": "XR", "geoCoordinates": {"latitude": 3.7564095, "longitude": -121.574606}}, "correlationId": "51f1bd23-f4d7-4c20-9c50-9d30ae02af33", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "2bc586e6-0217-480f-ab8e-43ffb704fe88", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 297, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Articulate 360 Online", "resourceId": "436260d5-3791-4aea-a4da-aa698ec35f2f", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 34974, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "TH8RUfXIqaSXseFlGJL1Cwz00VLOfabAdhOKSS8KSVMyu6L0", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "94b9f3ba-5f4b-4edc-99dc-a420b76960f9", "rngcStatus": 0}}, {"time": "2022-08-28T01:00:36.168359Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "13.113.40.157", "correlationId": "9b67927e-10c5-4db4-b7cc-43e8b4a84ca1", "identity": "Attack Target", "Level": 4, "location": "XR", "properties": {"id": "f0f4834e-896b-4034-86be-e32a7cce9100", "createdDateTime": "2022-08-28T01:00:36.306359Z", "userDisplayName": "Attack Target", "userPrincipalName": "attacktarget@domain.com", "userId": "d735e84b-dcca-404d-9f7d-700f360f41a6", "appId": "9a7e67c7-6f05-42a3-b226-97c7ec3e9696", "appDisplayName": "Adobe Identity Management", "ipAddress": "13.113.40.157", "ipAddressFromResourceProvider": "13.113.40.157", "status": {"errorCode": 0}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (iPad; CPU iPad OS 9_3_6 like Mac OS X) AppleWebKit/536.1 (KHTML, like Gecko) CriOS/42.0.865.0 Mobile/77O124 Safari/536.1 Edge/99.14477", "deviceDetail": {"deviceId": "a44625dc-6f81-449a-9799-8005f7209b42", "displayName": "ATTACKTARGET-LT", "operatingSystem": "Windows 10", "browser": "Edge 99.14477", "trustType": "Azure AD registered"}, "location": {"city": "Smithfort", "state": "Smithfort", "countryOrRegion": "XR", "geoCoordinates": {"latitude": 3.7564095, "longitude": -121.574606}}, "correlationId": "6170ecb1-c1e6-425b-b699-2f7955f89d8d", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "760e6a0d-4279-4a55-89a3-a272d45d2798", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 138, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Adobe Identity Management Service", "resourceId": "c8eab36d-0a82-409d-8693-a8dabc997921", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 34974, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "wUOjVacxGCswU3c8HijAlI55zXnAn4ruNs5byWnuUnSPjjl1", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "2248d3ef-d7b8-4eb2-bd20-fb53f725bfe3", "rngcStatus": 0}}, {"time": "2022-08-28T01:07:47.690581Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "156.206.181.119", "correlationId": "ddf5e417-9a94-41d4-ade3-4cea1b6529f9", "identity": "Cynthia Perry", "Level": 4, "location": "XY", "properties": {"id": "5751f928-f6db-4f32-8ce6-39707a306900", "createdDateTime": "2022-08-28T01:07:47.771581Z", "userDisplayName": "Cynthia Perry", "userPrincipalName": "cperry@domain.com", "userId": "ac5fa380-9d5b-470e-beb2-5ba10aca48e6", "appId": "9a7e67c7-6f05-42a3-b226-97c7ec3e9696", "appDisplayName": "Adobe Identity Management", "ipAddress": "156.206.181.119", "status": {"errorCode": 0}, "clientAppUsed": "Mobile Apps and Desktop clients", "deviceDetail": {"deviceId": "", "operatingSystem": "Windows 10", "browser": "Rich Client v3.4.1.35249"}, "location": {"city": "Hannaville", "state": "Thomashaven", "countryOrRegion": "XY", "geoCoordinates": {"latitude": 1.1452695, "longitude": 128.249211}}, "correlationId": "614bfcb4-ee54-4c3e-9bfb-e16677beb820", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "a6e1d713-fb7b-44e2-9b24-53b272837614", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 81, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Adobe Identity Management Service", "resourceId": "2c3383ff-432a-49ee-bb8b-8699a7d0416f", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 279165, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "xTkmz7MQAUvmD4pw24PM003ijar3ymwgdbMcVz91X1WPvdoc", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "35efb8e5-3b35-4a86-b7ce-660b69bfa773", "rngcStatus": 0}}, {"time": "2022-08-28T01:27:33.627360Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "156.206.181.119", "correlationId": "7963604d-ecc2-446c-b6b5-bc30b4ddc290", "identity": "Cynthia Perry", "Level": 4, "location": "XY", "properties": {"id": "216ffce3-7ff0-474b-bd97-34a46d256c00", "createdDateTime": "2022-08-28T01:27:33.719360Z", "userDisplayName": "Cynthia Perry", "userPrincipalName": "cperry@domain.com", "userId": "ac5fa380-9d5b-470e-beb2-5ba10aca48e6", "appId": "9de6e985-97a5-4d82-9c45-aedaa9c25ef9", "appDisplayName": "AWS Single-Account Access", "ipAddress": "156.206.181.119", "status": {"errorCode": 0}, "clientAppUsed": "Browser", "deviceDetail": {"deviceId": "", "operatingSystem": "Windows"}, "location": {"city": "Hannaville", "state": "Thomashaven", "countryOrRegion": "XY", "geoCoordinates": {"latitude": 1.1452695, "longitude": 128.249211}}, "correlationId": "931c3e3a-dff7-450e-a21e-4c8c4d790161", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "64088153-0808-4f3b-b818-df9628602788", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 92, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "AWS Single-Account Access Service", "resourceId": "9a84f55e-3a40-492c-9476-e069f64ed7a6", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 279165, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "2xnpdNGTjaE1tNgW4WjcDxVgQXAVom6GddFTbsT133Um6xDf", "incomingTokenType": "none", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "37ee873b-f901-4e25-be69-010243106d0f", "rngcStatus": 0}}, {"time": "2022-08-28T01:29:13.105038Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "50158", "resultSignature": "None", "resultDescription": "External security challenge was not satisfied.", "durationMs": 0, "callerIpAddress": "147.132.189.119", "correlationId": "42271d31-30c4-4a12-b315-a1c317780132", "identity": "Terry Proctor", "Level": 4, "location": "XR", "properties": {"id": "6b98f00f-aa3d-46fc-af8a-c0877a6c7f00", "createdDateTime": "2022-08-28T01:29:13.199038Z", "userDisplayName": "Terry Proctor", "userPrincipalName": "tproctor@domain.com", "userId": "03110cc5-e54f-4dae-b68a-bf5d945f8152", "appId": "bf2855c0-7434-4262-8885-ad2f5206d324", "appDisplayName": "COINS Construction Cloud - Project and Productivity Apps", "ipAddress": "147.132.189.119", "status": {"errorCode": 50158, "failureReason": "External security challenge was not satisfied.", "additionalDetails": "MFA requirement satisfied by claim in the token"}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (X11; Linux i686) AppleWebKit/533.0 (KHTML, like Gecko) Chrome/24.0.803.0 Safari/533.0 Edge/40.11325", "deviceDetail": {"deviceId": "88ee69d5-1eb7-4f29-b594-e9b4e3371940", "displayName": "TERRYPROCTOR-LT", "operatingSystem": "Windows 10", "browser": "Edge 40.11325", "isCompliant": true, "isManaged": true, "trustType": "Azure AD joined"}, "location": {"city": "Port Denisetown", "state": "Smithton", "countryOrRegion": "XR", "geoCoordinates": {"latitude": 3.5518965, "longitude": 131.871582}}, "mfaDetail": {}, "correlationId": "750685c1-c454-4de3-8c37-828eb83f7199", "conditionalAccessStatus": "failure", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "58d7fb74-d31e-4b51-b383-7ea906165683", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 94, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "COINS Construction Cloud - Project and Productivity Apps Service", "resourceId": "3f7d0d52-e3b6-4712-8e89-01c915dc0294", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 256668, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "mGSJmT84CpLCcNc2uRoxmm3FEbWekYQ9bY94VmYWSc9Ryaxe", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "84036992-5b2b-4836-8aca-9de3ba4c15b9", "rngcStatus": 0}}, {"time": "2022-08-28T03:11:50.094845Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "50158", "resultSignature": "None", "resultDescription": "External security challenge was not satisfied.", "durationMs": 0, "callerIpAddress": "177.189.225.133", "correlationId": "00cb0df9-b21d-4544-b859-f78ae9e9048b", "identity": "Thomas Price", "Level": 4, "location": "XQ", "properties": {"id": "ffcaca16-51c9-4067-8710-403cefa97200", "createdDateTime": "2022-08-28T03:11:50.214845Z", "userDisplayName": "Thomas Price", "userPrincipalName": "tprice@domain.com", "userId": "32109ee2-ee4f-4d11-9c38-2556aec0f2b5", "appId": "9a7e67c7-6f05-42a3-b226-97c7ec3e9696", "appDisplayName": "Adobe Identity Management", "ipAddress": "177.189.225.133", "status": {"errorCode": 50158, "failureReason": "External security challenge was not satisfied."}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (X11; Linux i686) AppleWebKit/535.2 (KHTML, like Gecko) Chrome/22.0.843.0 Safari/535.2 Edge/118.12158", "deviceDetail": {"deviceId": "72c565a0-f587-4d5e-9fa9-82cab482ddf0", "displayName": "THOMASPRICE-LT", "operatingSystem": "Windows 10", "browser": "Edge 118.12158", "trustType": "Hybrid Azure AD joined"}, "location": {"city": "Brownton", "state": "Stephanieberg", "countryOrRegion": "XQ", "geoCoordinates": {"latitude": 60.015373, "longitude": -41.508557}}, "correlationId": "436da4b0-c9d2-4607-b78e-f427634f9d0a", "conditionalAccessStatus": "failure", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "6d8cb6b1-9928-4bec-b2f7-3841998547e8", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 120, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Adobe Identity Management Service", "resourceId": "30663ca7-f8a9-43ab-8ca1-7906bdbc1485", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 104135, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "T9J9syhdQt046Z8pALgt6C8ccmoy72No7KKjWolFmxQwRaxU", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "a6c259e5-7f16-48b2-a9f3-75becd6daa9b", "rngcStatus": 0}}, {"time": "2022-08-28T03:30:24.492272Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "50158", "resultSignature": "None", "resultDescription": "External security challenge was not satisfied.", "durationMs": 0, "callerIpAddress": "105.169.153.183", "correlationId": "114aa410-548f-4119-8126-5d25e63c1cdd", "identity": "Thomas Price", "Level": 4, "location": "XR", "properties": {"id": "24f34ea2-62fd-45db-9e25-0b53f74a8f00", "createdDateTime": "2022-08-28T03:30:24.603272Z", "userDisplayName": "Thomas Price", "userPrincipalName": "tprice@domain.com", "userId": "32109ee2-ee4f-4d11-9c38-2556aec0f2b5", "appId": "9a7e67c7-6f05-42a3-b226-97c7ec3e9696", "appDisplayName": "Adobe Identity Management", "ipAddress": "105.169.153.183", "status": {"errorCode": 50158, "failureReason": "External security challenge was not satisfied."}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (X11; Linux i686) AppleWebKit/535.2 (KHTML, like Gecko) Chrome/22.0.843.0 Safari/535.2 Edge/118.12158", "deviceDetail": {"deviceId": "61720755-0e96-468f-9935-10dacdc868e4", "displayName": "THOMASPRICE-LT", "operatingSystem": "Windows 10", "browser": "Edge 118.12158", "trustType": "Hybrid Azure AD joined"}, "location": {"city": "Santosborough", "state": "Smithton", "countryOrRegion": "XR", "geoCoordinates": {"latitude": 12.8350355, "longitude": 138.359011}}, "correlationId": "e476a2c0-9ef7-4710-b82a-97a92d49a3ac", "conditionalAccessStatus": "failure", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "bcc8ab9f-d042-420e-a1a7-df50fd8d50b9", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 111, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Adobe Identity Management Service", "resourceId": "30663ca7-f8a9-43ab-8ca1-7906bdbc1485", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 256668, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "mfpbqqWS8bqLuwHEe9xJtdLr4TKnIvwXhDbCnopJcsjizrzu", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "a6c259e5-7f16-48b2-a9f3-75becd6daa9b", "rngcStatus": 0}}, {"time": "2022-08-28T03:39:45.820036Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "156.206.181.119", "correlationId": "a6727577-995b-4dab-8ab1-f1bddd3b313c", "identity": "Cynthia Perry", "Level": 4, "location": "XY", "properties": {"id": "adadd79c-ff77-4494-a8fd-d4d3303a1300", "createdDateTime": "2022-08-28T03:39:45.913036Z", "userDisplayName": "Cynthia Perry", "userPrincipalName": "cperry@domain.com", "userId": "ac5fa380-9d5b-470e-beb2-5ba10aca48e6", "appId": "9de6e985-97a5-4d82-9c45-aedaa9c25ef9", "appDisplayName": "AWS Single-Account Access", "ipAddress": "156.206.181.119", "status": {"errorCode": 0}, "clientAppUsed": "Browser", "deviceDetail": {"deviceId": "", "operatingSystem": "Windows"}, "location": {"city": "Hannaville", "state": "Thomashaven", "countryOrRegion": "XY", "geoCoordinates": {"latitude": 1.1452695, "longitude": 128.249211}}, "correlationId": "3f068aae-d549-4974-b8a1-b9121c87144c", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "411cff33-702c-4a3b-be2c-b1ea4d541532", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 93, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "AWS Single-Account Access Service", "resourceId": "9a84f55e-3a40-492c-9476-e069f64ed7a6", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 279165, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "kVisPIGtUopcXRE1zfHRBLE2X0IBGAXYdXeorPK5P5AdfMJE", "incomingTokenType": "none", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "37ee873b-f901-4e25-be69-010243106d0f", "rngcStatus": 0}}, {"time": "2022-08-28T03:40:59.288921Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "156.206.181.119", "correlationId": "53da9a25-6543-4bdc-a66f-e03b63c7d551", "identity": "Cynthia Perry", "Level": 4, "location": "XY", "properties": {"id": "da07381e-cd4c-4b24-b359-ffd769ee7600", "createdDateTime": "2022-08-28T03:40:59.377921Z", "userDisplayName": "Cynthia Perry", "userPrincipalName": "cperry@domain.com", "userId": "ac5fa380-9d5b-470e-beb2-5ba10aca48e6", "appId": "9de6e985-97a5-4d82-9c45-aedaa9c25ef9", "appDisplayName": "AWS Single-Account Access", "ipAddress": "156.206.181.119", "status": {"errorCode": 0}, "clientAppUsed": "Browser", "deviceDetail": {"deviceId": "", "operatingSystem": "Windows"}, "location": {"city": "Hannaville", "state": "Thomashaven", "countryOrRegion": "XY", "geoCoordinates": {"latitude": 1.1452695, "longitude": 128.249211}}, "correlationId": "56b358db-f766-418d-a231-d0ed91f0f14c", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "1aa6a08c-f0ba-480c-956a-14f7888a1858", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 89, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "AWS Single-Account Access Service", "resourceId": "f0630e90-b752-4960-bfb9-a0794fc34930", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 279165, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "P9wJCt0eojW4ocAREhXUpjPgLXnjDf9VReJgE3BGnMInBNwA", "incomingTokenType": "none", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "1f37c851-4be4-455b-928a-fbde7845a68a", "rngcStatus": 0}}, {"time": "2022-08-28T03:44:41.431203Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "700082", "resultSignature": "None", "resultDescription": "Other", "durationMs": 0, "callerIpAddress": "17.245.234.112", "correlationId": "da2ae46c-7f3c-4e62-9870-6b15f4c9a034", "identity": "Cynthia Perry", "Level": 4, "location": "XJ", "properties": {"id": "21b8fdd2-b101-4d63-9437-1f7a3d1a5f00", "createdDateTime": "2022-08-28T03:44:41.502203Z", "userDisplayName": "Cynthia Perry", "userPrincipalName": "cperry@domain.com", "userId": "ac5fa380-9d5b-470e-beb2-5ba10aca48e6", "appId": "9a7e67c7-6f05-42a3-b226-97c7ec3e9696", "appDisplayName": "Adobe Identity Management", "ipAddress": "17.245.234.112", "status": {"errorCode": 700082, "failureReason": "Other"}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (Linux; Android 4.4.3) AppleWebKit/533.2 (KHTML, like Gecko) Chrome/28.0.882.0 Safari/533.2 Edge/44.18413", "deviceDetail": {"deviceId": "235f0055-82f6-4737-a45d-94c0509dd53b", "displayName": "CYNTHIAPERRY-LT", "operatingSystem": "Windows 10", "browser": "Edge 44.18413", "trustType": "Azure AD registered"}, "location": {"city": "Espinozaborough", "state": "Earlport", "countryOrRegion": "XJ", "geoCoordinates": {"latitude": -76.873328, "longitude": -58.348238}}, "correlationId": "7257feed-d464-4cf3-b92a-d6abd11087b7", "conditionalAccessStatus": "notApplied", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "9675af08-eb56-4d90-b633-a9d7938f1808", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 71, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Adobe Identity Management Service", "resourceId": "7d6a0897-8b82-49e9-90e2-d482fb9202bd", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 81338, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "VFlmsrdU5rXfYHVDCpaDK8icICZPC76bsLoR2aSl5BQHFFcR", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "537d9419-7e2b-4778-9102-62256bcfcf45", "rngcStatus": 0}}, {"time": "2022-08-28T03:50:58.166047Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "1.210.58.10", "correlationId": "faebf15a-e540-4b19-9e60-697f57c86652", "identity": "Keith Sheppard", "Level": 4, "location": "XD", "properties": {"id": "d7ae6189-0038-4fdb-9ff7-6d7713517100", "createdDateTime": "2022-08-28T03:50:58.261047Z", "userDisplayName": "Keith Sheppard", "userPrincipalName": "ksheppard@domain.com", "userId": "05bd48f1-91d2-4c2d-9a7c-80e80f561b3c", "appId": "7b74bf77-058a-4c0d-9d9d-5523c3bc80ed", "appDisplayName": "GitHub Enterprise Cloud - Organization", "ipAddress": "1.210.58.10", "status": {"errorCode": 0}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (Windows NT 4.0) AppleWebKit/531.1 (KHTML, like Gecko) Chrome/20.0.823.0 Safari/531.1 Edge/87.11424", "deviceDetail": {"deviceId": "639815fd-5018-4e38-9d81-67538b2ce460", "displayName": "KEITHSHEPPARD-LT", "operatingSystem": "Windows 10", "browser": "Edge 87.11424", "trustType": "Azure AD registered"}, "location": {"city": "Cooperhaven", "state": "Norrisbury", "countryOrRegion": "XD", "geoCoordinates": {"latitude": 70.436398, "longitude": -23.873747}}, "correlationId": "3feccc52-0768-4ffe-9735-e2442284b419", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "e85d9a7c-d307-4d14-b28d-af59722873e1", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 95, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "GitHub Enterprise Cloud - Organization Online", "resourceId": "51e679b4-5774-4b5f-9636-df5ea66b9380", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 69487, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "XQW8FnggkcE8CcmGgA3t8cyr9Vm5QWLf76iPpR9m35mzlrHN", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "6e8f419c-7f10-40b1-a52a-e4fb253c74c2", "rngcStatus": 0}}, {"time": "2022-08-28T03:54:18.185018Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "147.132.189.119", "correlationId": "a4686e5c-22a5-438e-8387-6983f2722f8d", "identity": "Melissa Martin", "Level": 4, "location": "XR", "properties": {"id": "f0f4834e-896b-4034-86be-e32a8d0d9a00", "createdDateTime": "2022-08-28T03:54:18.257018Z", "userDisplayName": "Melissa Martin", "userPrincipalName": "mmartin@domain.com", "userId": "632ccb55-03a7-40f4-9893-653527cae790", "appId": "87c7e13d-e2cc-4354-be2a-21cc1388764c", "appDisplayName": "Mitel Connect", "ipAddress": "147.132.189.119", "status": {"errorCode": 0}, "clientAppUsed": "Browser", "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 12_4_8 like Mac OS X) AppleWebKit/536.2 (KHTML, like Gecko) CriOS/39.0.845.0 Mobile/81S373 Safari/536.2 Edge/40.11827", "deviceDetail": {"deviceId": "", "operatingSystem": "Windows 10", "browser": "Edge 40.11827"}, "location": {"city": "Port Denisetown", "state": "Smithton", "countryOrRegion": "XR", "geoCoordinates": {"latitude": 3.5518965, "longitude": 131.871582}}, "correlationId": "f161ba8f-43e0-4298-a17c-f51a7e6d483b", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "f2255b78-d9e5-497f-9f6d-f64150f1b1e7", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 72, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Mitel Connect Service", "resourceId": "649d1b86-3bd0-430f-94aa-47abe8435a34", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 256668, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "0I65PWfadixyWMRJjci2uaQJtnbLpAMiO8MnJyIEfYyNOvS7", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": null, "rngcStatus": 0}}, {"time": "2022-08-28T03:59:31.895770Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "SignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "199.12.127.103", "correlationId": "8b86fac9-18ab-4492-bdf4-2ef92c6d913b", "identity": "Jacob Meyers", "Level": 4, "location": "XG", "properties": {"id": "6319605d-e64e-4864-8be8-7fc3974e9a00", "createdDateTime": "2022-08-28T03:59:31.979770Z", "userDisplayName": "Jacob Meyers", "userPrincipalName": "jmeyers@domain.com", "userId": "c63a67b0-1651-4a8a-9560-cc703cdad5ad", "appId": "1b3edb90-1e06-46db-b021-e2fc1f7ddaf5", "appDisplayName": "Beatrust", "ipAddress": "199.12.127.103", "status": {"errorCode": 0}, "clientAppUsed": "Browser", "userAgent": "Mozilla/5.0 (Windows NT 5.1) AppleWebKit/534.1 (KHTML, like Gecko) Chrome/37.0.847.0 Safari/534.1", "deviceDetail": {"deviceId": "", "operatingSystem": "Windows 10", "browser": "Chrome 37.0.847.0"}, "location": {"city": "Port Nathan", "state": "Newmanville", "countryOrRegion": "XG", "geoCoordinates": {"latitude": 23.244641, "longitude": -113.392021}}, "correlationId": "7ce6401e-4c49-4880-81fa-c65b188e1f43", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "6f9852ad-1975-46a7-bd52-d92c160feed3", "isInteractive": true, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 84, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Beatrust Service", "resourceId": "24578515-1951-4064-967d-0d2acaf0aa70", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 282405, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "fzezjG5unkzb4UNcUQ27JBH1JiOz4nVOHzgga6e2ubQWb5Y5", "incomingTokenType": "none", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "0e68752b-7dfa-400b-a6f5-1b54af90696a", "rngcStatus": 0}}, {"time": "2022-08-28T04:04:00.487772Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "1.210.58.10", "correlationId": "a9c6464c-e79d-4a4d-9b3e-cb2a4e741699", "identity": "Keith Sheppard", "Level": 4, "location": "XD", "properties": {"id": "21b8fdd2-b101-4d63-9437-1f7a1c0d6800", "createdDateTime": "2022-08-28T04:04:00.577772Z", "userDisplayName": "Keith Sheppard", "userPrincipalName": "ksheppard@domain.com", "userId": "05bd48f1-91d2-4c2d-9a7c-80e80f561b3c", "appId": "9003b8ba-730c-412d-8972-267700304e01", "appDisplayName": "Box", "ipAddress": "1.210.58.10", "status": {"errorCode": 0}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (Windows NT 4.0) AppleWebKit/531.1 (KHTML, like Gecko) Chrome/20.0.823.0 Safari/531.1 Edge/87.11424", "deviceDetail": {"deviceId": "639815fd-5018-4e38-9d81-67538b2ce460", "displayName": "KEITHSHEPPARD-LT", "operatingSystem": "Windows 10", "browser": "Edge 87.11424", "trustType": "Azure AD registered"}, "location": {"city": "Cooperhaven", "state": "Norrisbury", "countryOrRegion": "XD", "geoCoordinates": {"latitude": 70.436398, "longitude": -23.873747}}, "correlationId": "c9fba260-8280-4f13-ba8e-38f1aa9fae59", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "1fbef539-3510-4504-bc31-f1a43ff38cf3", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 90, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Box Online", "resourceId": "d2c09315-f769-4fc6-9be8-f57cf8efa9cc", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 69487, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "PkAyqFWnk2hZFZy9bbiR6ftebMsmLcSO9bpbHRSpYouY3J3V", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": null, "rngcStatus": 0}}, {"time": "2022-08-28T05:17:02.689214Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "50158", "resultSignature": "None", "resultDescription": "External security challenge was not satisfied.", "durationMs": 0, "callerIpAddress": "44.22.19.201", "correlationId": "7d50c6c1-83cc-40c3-bb1b-3599819f96e2", "identity": "Thomas Price", "Level": 4, "location": "XN", "properties": {"id": "8ffdb2ce-02a0-4390-8a24-4d18e89c3f00", "createdDateTime": "2022-08-28T05:17:02.812214Z", "userDisplayName": "Thomas Price", "userPrincipalName": "tprice@domain.com", "userId": "32109ee2-ee4f-4d11-9c38-2556aec0f2b5", "appId": "79510a8f-6421-4348-a2ea-bcc2b02485c1", "appDisplayName": "Cisco AnyConnect", "ipAddress": "44.22.19.201", "status": {"errorCode": 50158, "failureReason": "External security challenge was not satisfied."}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (X11; Linux i686) AppleWebKit/535.2 (KHTML, like Gecko) Chrome/22.0.843.0 Safari/535.2 Edge/118.12158", "deviceDetail": {"deviceId": "fb4d911d-6441-411b-868f-d25d5586a326", "displayName": "THOMASPRICE-LT", "operatingSystem": "Windows 10", "browser": "Edge 118.12158", "trustType": "Hybrid Azure AD joined"}, "location": {"city": "Littlemouth", "state": "Alexanderfurt", "countryOrRegion": "XN", "geoCoordinates": {"latitude": 25.4437255, "longitude": -109.530885}}, "correlationId": "3218bf63-c45a-4820-8032-8f1e61a2418d", "conditionalAccessStatus": "failure", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "8ebd4c15-7728-41cd-b5c3-9eb8314ea9bd", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 123, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Cisco AnyConnect Online", "resourceId": "5d5b8d28-6a28-472e-b837-a4094e466965", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 230297, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "eV1GDT2ANCVA2k7TkUB5IEYXl8i8vlh6OEWkhg8htftZdDVM", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "15655e1f-5005-4c53-b3c0-c4a1d1ca5e9e", "rngcStatus": 0}}, {"time": "2022-08-28T05:28:19.303166Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "134.219.180.76", "correlationId": "55c55a07-0626-4d1e-aa09-1ddcf5ac4e5a", "identity": "Joseph Taylor", "Level": 4, "location": "XF", "properties": {"id": "1c658931-6466-4ef6-9398-740455b26e00", "createdDateTime": "2022-08-28T05:28:19.385166Z", "userDisplayName": "Joseph Taylor", "userPrincipalName": "jtaylor@domain.com", "userId": "af9847eb-c773-41ae-bf94-42747c5e986c", "appId": "2eae4ad1-8cae-48fe-b718-76bd66e2fc7f", "appDisplayName": "Bipsync", "ipAddress": "134.219.180.76", "status": {"errorCode": 0, "additionalDetails": "MFA requirement satisfied by claim in the token"}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (iPad; CPU iPad OS 9_3_6 like Mac OS X) AppleWebKit/536.1 (KHTML, like Gecko) CriOS/42.0.865.0 Mobile/77O124 Safari/536.1 Edge/99.14477", "deviceDetail": {"deviceId": "76b96bd3-e5d7-49ee-b195-bf363facdb3d", "displayName": "JOSEPHTAYLOR-LT", "operatingSystem": "Windows 10", "browser": "Edge 99.14477", "isCompliant": true, "isManaged": true, "trustType": "Azure AD joined"}, "location": {"city": "Mannville", "state": "Porterside", "countryOrRegion": "XF", "geoCoordinates": {"latitude": -50.9955705, "longitude": 104.613841}}, "mfaDetail": {}, "correlationId": "de7bcfbc-2bd9-4f27-a29c-336c557d6cc1", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "9c739980-3b1a-47c9-9e45-cb854e5bcf91", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 82, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Bipsync Service", "resourceId": "af12dac2-b0c8-4af7-ad2d-98fc4afc8247", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 124400, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "ggA1VF2jGbkKfu8TpR84Igz1ykd9ZSERI7q0jXQ19xKkzYS6", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "a55661fc-6c78-4a77-b232-57694017eb83", "rngcStatus": 0}}, {"time": "2022-08-28T05:33:08.133096Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "105.169.153.183", "correlationId": "3ebdd4bb-041e-45bf-a669-6c548703dfac", "identity": "Jim Gonzalez", "Level": 4, "location": "XR", "properties": {"id": "07e9bef6-9926-4484-b7b4-4a153e228800", "createdDateTime": "2022-08-28T05:33:08.257096Z", "userDisplayName": "Jim Gonzalez", "userPrincipalName": "jgonzalez@domain.com", "userId": "95090045-a9c5-489c-adee-2db430a3333a", "appId": "9de6e985-97a5-4d82-9c45-aedaa9c25ef9", "appDisplayName": "AWS Single-Account Access", "ipAddress": "105.169.153.183", "status": {"errorCode": 0}, "clientAppUsed": "Browser", "deviceDetail": {"deviceId": "15135d1f-cb47-4bd8-b76d-90a9171c09bd", "displayName": "JIMGONZALEZ-LT", "operatingSystem": "Windows", "trustType": "Azure AD registered"}, "location": {"city": "Santosborough", "state": "Smithton", "countryOrRegion": "XR", "geoCoordinates": {"latitude": 12.8350355, "longitude": 138.359011}}, "correlationId": "466e030a-0a3e-4379-a745-54b59a11f494", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "e46ab747-d860-4911-980b-b9551b9c1fe3", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 124, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "AWS Single-Account Access Service", "resourceId": "9a84f55e-3a40-492c-9476-e069f64ed7a6", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 256668, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "g1SwdwbkymRMRXEBfRW78LwhAHGuUEpX5uMRL8GGqp3GjV1i", "incomingTokenType": "none", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "37ee873b-f901-4e25-be69-010243106d0f", "rngcStatus": 0}}, {"time": "2022-08-28T05:45:51.518909Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "91.132.253.146", "correlationId": "18d095b4-ac07-4e21-a050-48c1ce0cd4cb", "identity": "Aaron Cole", "Level": 4, "location": "XD", "properties": {"id": "fce40f88-fa2b-4b99-9183-5ba1864c4e00", "createdDateTime": "2022-08-28T05:45:51.601909Z", "userDisplayName": "Aaron Cole", "userPrincipalName": "acole@domain.com", "userId": "5d557969-1645-4ba4-be83-b6fd943659f7", "appId": "18bf60fa-77dd-4aad-891d-af82ca87dd06", "appDisplayName": "FortiGate SSL VPN", "ipAddress": "91.132.253.146", "status": {"errorCode": 0}, "clientAppUsed": "Browser", "deviceDetail": {"deviceId": "", "operatingSystem": "Windows", "browser": "Rich Client 4.22.0.0"}, "location": {"city": "Rickshire", "state": "Norrisbury", "countryOrRegion": "XD", "geoCoordinates": {"latitude": -78.5751045, "longitude": 58.329246}}, "correlationId": "107e00b4-721e-41d3-9d72-3a955e4e96be", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "a9a1b104-ab2a-494a-941d-6a67e0eb64bd", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "processingTimeInMilliseconds": 83, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "FortiGate SSL VPN Service", "resourceId": "a1edee32-85c4-4a57-afcb-5853873a47e7", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 214655, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "OC0ThTJEtdIFVYVG1kSH5xeb4WsElsz2OVaoixviDaDes3mi", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "0898af19-dfef-4b51-a918-f534c473013d"}}, {"time": "2022-08-28T06:22:12.988640Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "50158", "resultSignature": "None", "resultDescription": "External security challenge was not satisfied.", "durationMs": 0, "callerIpAddress": "42.62.103.34", "correlationId": "3a711b15-d30e-461a-a274-05ece8acd684", "identity": "Joseph Taylor", "Level": 4, "location": "XF", "properties": {"id": "aa27beb4-60ea-43f9-8437-c2ba0e5f5300", "createdDateTime": "2022-08-28T06:22:13.087640Z", "userDisplayName": "Joseph Taylor", "userPrincipalName": "jtaylor@domain.com", "userId": "af9847eb-c773-41ae-bf94-42747c5e986c", "appId": "e871b385-62c1-42eb-b984-9a7de147cb34", "appDisplayName": "Qlik Sense Enterprise Client-Managed", "ipAddress": "42.62.103.34", "status": {"errorCode": 50158, "failureReason": "External security challenge was not satisfied."}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (iPad; CPU iPad OS 9_3_6 like Mac OS X) AppleWebKit/536.1 (KHTML, like Gecko) CriOS/42.0.865.0 Mobile/77O124 Safari/536.1 Edge/99.14477", "deviceDetail": {"deviceId": "76b96bd3-e5d7-49ee-b195-bf363facdb3d", "displayName": "JOSEPHTAYLOR-LT", "operatingSystem": "Windows 10", "browser": "Edge 99.14477", "isCompliant": true, "isManaged": true, "trustType": "Azure AD joined"}, "location": {"city": "Jessicafurt", "state": "Smithbury", "countryOrRegion": "XF", "geoCoordinates": {"latitude": 17.5082395, "longitude": -115.304215}}, "correlationId": "5710d000-f100-4f57-bbf4-1daa137dbf0c", "conditionalAccessStatus": "failure", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "f1dc6875-46ba-4c2d-9202-be2218897182", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "processingTimeInMilliseconds": 99, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 393508, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "2FFrce6YyXVLM68hS8PZLrO2xbbJsMZnKi59MLpwmpFoj5gG", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": null}}, {"time": "2022-08-28T06:22:23.668913Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "13.113.40.157", "correlationId": "7d167c78-6a1d-4ea4-9081-999dd23dad97", "identity": "Attack Target", "Level": 4, "location": "XR", "properties": {"id": "3252cc26-bd51-4e86-91d8-5aec22e37200", "createdDateTime": "2022-08-28T06:22:23.790913Z", "userDisplayName": "Attack Target", "userPrincipalName": "attacktarget@domain.com", "userId": "d735e84b-dcca-404d-9f7d-700f360f41a6", "appId": "9a7e67c7-6f05-42a3-b226-97c7ec3e9696", "appDisplayName": "Adobe Identity Management", "ipAddress": "13.113.40.157", "ipAddressFromResourceProvider": "11.5.130.220", "status": {"errorCode": 0}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (iPad; CPU iPad OS 9_3_6 like Mac OS X) AppleWebKit/536.1 (KHTML, like Gecko) CriOS/42.0.865.0 Mobile/77O124 Safari/536.1 Edge/99.14477", "deviceDetail": {"deviceId": "a44625dc-6f81-449a-9799-8005f7209b42", "displayName": "ATTACKTARGET-LT", "operatingSystem": "Windows 10", "browser": "Edge 99.14477", "trustType": "Azure AD registered"}, "location": {"city": "Smithfort", "state": "Smithfort", "countryOrRegion": "XR", "geoCoordinates": {"latitude": 3.7564095, "longitude": -121.574606}}, "correlationId": "e32dbba8-1375-47f4-99f4-38e5cd5efc72", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "bd5ad298-b942-4abc-b6f2-15b571ca52c0", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 122, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Adobe Identity Management Service", "resourceId": "9a84f55e-3a40-492c-9476-e069f64ed7a6", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 34974, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "SQWWZzFlL2LdfhMXwyWy3GiWzSTFmOcTq5n3cXACM6L7fzoa", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "37ee873b-f901-4e25-be69-010243106d0f", "rngcStatus": 0}}, {"time": "2022-08-28T06:22:27.570770Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "156.206.181.119", "correlationId": "1d135429-4b3e-4b39-80bc-324f7e3e30bf", "identity": "Cynthia Perry", "Level": 4, "location": "XY", "properties": {"id": "0a5d29f3-d2f6-475a-8ab8-e72b7f1d6600", "createdDateTime": "2022-08-28T06:22:27.694770Z", "userDisplayName": "Cynthia Perry", "userPrincipalName": "cperry@domain.com", "userId": "ac5fa380-9d5b-470e-beb2-5ba10aca48e6", "appId": "9de6e985-97a5-4d82-9c45-aedaa9c25ef9", "appDisplayName": "AWS Single-Account Access", "ipAddress": "156.206.181.119", "status": {"errorCode": 0}, "clientAppUsed": "Browser", "deviceDetail": {"deviceId": "", "operatingSystem": "Windows"}, "location": {"city": "Hannaville", "state": "Thomashaven", "countryOrRegion": "XY", "geoCoordinates": {"latitude": 1.1452695, "longitude": 128.249211}}, "correlationId": "45b86fab-41c3-4c72-a32e-13cd2e6c67c9", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "7daaa40d-d5dd-4653-901d-68d694c6c382", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 124, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "AWS Single-Account Access Service", "resourceId": "c65cf5f9-5537-4200-889e-381c4f60ca7d", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 279165, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "39nVfbytoAiruIjO2ecKirPgH5GkOFZUwtoekcK78ynkblY8", "incomingTokenType": "none", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": null, "rngcStatus": 0}}, {"time": "2022-08-28T06:39:37.662616Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "42.62.103.34", "correlationId": "7b9ad9e6-ae8c-445b-9b9c-5a66155ff4f6", "identity": "Joseph Taylor", "Level": 4, "location": "XF", "properties": {"id": "5959b541-45bd-44fe-99e0-54323eb94e00", "createdDateTime": "2022-08-28T06:39:37.759616Z", "userDisplayName": "Joseph Taylor", "userPrincipalName": "jtaylor@domain.com", "userId": "af9847eb-c773-41ae-bf94-42747c5e986c", "appId": "e47a1d38-5f61-45cd-b1b9-bc92f525c598", "appDisplayName": "Altoura", "ipAddress": "42.62.103.34", "status": {"errorCode": 0, "additionalDetails": "MFA requirement satisfied by claim in the token"}, "clientAppUsed": "Browser", "userAgent": "Mozilla/5.0 (Linux; Android 2.3.5) AppleWebKit/532.2 (KHTML, like Gecko) Chrome/46.0.898.0 Safari/532.2 Edge/105.19198", "deviceDetail": {"deviceId": "76b96bd3-e5d7-49ee-b195-bf363facdb3d", "displayName": "JOSEPHTAYLOR-LT", "operatingSystem": "Windows 10", "browser": "Edge 105.19198", "isCompliant": true, "isManaged": true, "trustType": "Azure AD joined"}, "location": {"city": "Jessicafurt", "state": "Smithbury", "countryOrRegion": "XF", "geoCoordinates": {"latitude": 17.5082395, "longitude": -115.304215}}, "mfaDetail": {}, "correlationId": "98616136-f8a1-43a4-b433-d9a062541c31", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "d42e7ba9-948c-4012-831d-edb5af268eb8", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "processingTimeInMilliseconds": 97, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Altoura Online", "resourceId": "8a137ba4-52ae-4dbf-94af-2e56851573c4", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 393508, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "RoCUd024zUmAJg0fDh9uKr2Z6sdHJ3YIriISBLrCPwVhF267", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": null}}, {"time": "2022-08-28T06:51:01.004358Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "156.206.181.119", "correlationId": "84fd69a8-f5c9-4c33-8023-c185c27de5e3", "identity": "Cynthia Perry", "Level": 4, "location": "XY", "properties": {"id": "992c5d3c-1d2e-49aa-8752-192210a36600", "createdDateTime": "2022-08-28T06:51:01.112358Z", "userDisplayName": "Cynthia Perry", "userPrincipalName": "cperry@domain.com", "userId": "ac5fa380-9d5b-470e-beb2-5ba10aca48e6", "appId": "9a7e67c7-6f05-42a3-b226-97c7ec3e9696", "appDisplayName": "Adobe Identity Management", "ipAddress": "156.206.181.119", "status": {"errorCode": 0}, "clientAppUsed": "Mobile Apps and Desktop clients", "deviceDetail": {"deviceId": "", "operatingSystem": "Windows 10", "browser": "Rich Client v3.4.1.35249"}, "location": {"city": "Hannaville", "state": "Thomashaven", "countryOrRegion": "XY", "geoCoordinates": {"latitude": 1.1452695, "longitude": 128.249211}}, "correlationId": "10f4b0d0-eeae-41ff-bca3-4ddd05f6f28a", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "52bfe746-9058-4b37-86b1-a15634685063", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 108, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Adobe Identity Management Service", "resourceId": "80abac89-d2c0-4b6c-8ffc-5023bd7efc5e", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 279165, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "z6sv8eBwg35V1udvqmXvoyEvtyw8XGbZqrgzqgohEMqD9cvM", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": null, "rngcStatus": 0}}, {"time": "2022-08-28T07:06:41.255526Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "156.206.181.119", "correlationId": "554f9998-5c2c-45eb-9ca7-09586e467acf", "identity": "Cynthia Perry", "Level": 4, "location": "XY", "properties": {"id": "d1b61d49-f2e0-43b7-95f4-0aabe6705300", "createdDateTime": "2022-08-28T07:06:41.404526Z", "userDisplayName": "Cynthia Perry", "userPrincipalName": "cperry@domain.com", "userId": "ac5fa380-9d5b-470e-beb2-5ba10aca48e6", "appId": "9de6e985-97a5-4d82-9c45-aedaa9c25ef9", "appDisplayName": "AWS Single-Account Access", "ipAddress": "156.206.181.119", "status": {"errorCode": 0}, "clientAppUsed": "Browser", "deviceDetail": {"deviceId": "", "operatingSystem": "Windows"}, "location": {"city": "Hannaville", "state": "Thomashaven", "countryOrRegion": "XY", "geoCoordinates": {"latitude": 1.1452695, "longitude": 128.249211}}, "correlationId": "e351477e-9264-4610-8dc3-d3fdc6cbd903", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "cca19bca-6196-4bc5-9e87-d67314f0e9b0", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "processingTimeInMilliseconds": 149, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "AWS Single-Account Access Service", "resourceId": "c65cf5f9-5537-4200-889e-381c4f60ca7d", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 279165, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "QAMBLJgHqv4pk3kWUZMThRaWRVhjim0lTbY8l0A4pb9C2Df7", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": null}}, {"time": "2022-08-28T07:12:11.936889Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "105.169.153.183", "correlationId": "5650767f-1b5f-41ca-a6b9-38bc8bfef1f9", "identity": "Jim Gonzalez", "Level": 4, "location": "XR", "properties": {"id": "40c4cb79-ca1a-4c9d-b6a0-55afd2ea6100", "createdDateTime": "2022-08-28T07:12:12.056889Z", "userDisplayName": "Jim Gonzalez", "userPrincipalName": "jgonzalez@domain.com", "userId": "95090045-a9c5-489c-adee-2db430a3333a", "appId": "9a7e67c7-6f05-42a3-b226-97c7ec3e9696", "appDisplayName": "Adobe Identity Management", "ipAddress": "105.169.153.183", "status": {"errorCode": 0}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (Windows NT 4.0) AppleWebKit/532.1 (KHTML, like Gecko) Chrome/38.0.801.0 Safari/532.1 Edge/19.15284", "deviceDetail": {"deviceId": "15135d1f-cb47-4bd8-b76d-90a9171c09bd", "displayName": "JIMGONZALEZ-LT", "operatingSystem": "Windows 10", "browser": "Edge 19.15284", "trustType": "Azure AD registered"}, "location": {"city": "Kevinton", "state": "Smithton", "countryOrRegion": "XR", "geoCoordinates": {"latitude": -87.5106305, "longitude": -77.991036}}, "correlationId": "13471f92-1b8c-41fa-aed1-1225566b1fd1", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "b70b6c82-ec35-4b6b-9ba8-e1dd41449488", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "processingTimeInMilliseconds": 120, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Adobe Identity Management Service", "resourceId": "30663ca7-f8a9-43ab-8ca1-7906bdbc1485", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 256668, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "ahg02nvrICIsuJ3uceIgVr32FL4A0gSB71wPImIO7hzlphzN", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "a6c259e5-7f16-48b2-a9f3-75becd6daa9b"}}, {"time": "2022-08-28T07:13:57.422556Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "147.132.189.119", "correlationId": "67d04bc1-5630-4763-99b6-ff3043e8c484", "identity": "Melissa Martin", "Level": 4, "location": "XR", "properties": {"id": "3d9beed6-c74c-4138-a357-12d68d6b9500", "createdDateTime": "2022-08-28T07:13:57.495556Z", "userDisplayName": "Melissa Martin", "userPrincipalName": "mmartin@domain.com", "userId": "632ccb55-03a7-40f4-9893-653527cae790", "appId": "2eae4ad1-8cae-48fe-b718-76bd66e2fc7f", "appDisplayName": "Bipsync", "ipAddress": "147.132.189.119", "status": {"errorCode": 0}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (iPad; CPU iPad OS 9_3_6 like Mac OS X) AppleWebKit/536.1 (KHTML, like Gecko) CriOS/42.0.865.0 Mobile/77O124 Safari/536.1 Edge/99.14477", "deviceDetail": {"deviceId": "", "operatingSystem": "Windows 10", "browser": "Edge 99.14477"}, "location": {"city": "Port Denisetown", "state": "Smithton", "countryOrRegion": "XR", "geoCoordinates": {"latitude": 3.5518965, "longitude": 131.871582}}, "correlationId": "4dce53cb-c088-449f-8943-9a6c72b4dee9", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "76ec156d-d136-4f9f-a940-0547413894d9", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 73, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Bipsync Service", "resourceId": "aaf780ce-b996-49b9-986d-8bb23f7bce3a", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 256668, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "gx3E5YILLzmh6tySrU4xnp86DqgszN7XRqbo63xnkjfrkHNO", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "b7da42cc-a168-4148-b15a-792ad32c2ff5", "rngcStatus": 0}}, {"time": "2022-08-28T07:27:16.070035Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "50158", "resultSignature": "None", "resultDescription": "External security challenge was not satisfied.", "durationMs": 0, "callerIpAddress": "147.132.189.119", "correlationId": "1b34ca63-beb6-42fb-a25c-f7851185ad60", "identity": "Cassie Fernandez", "Level": 4, "location": "XR", "properties": {"id": "ea5400a2-5cfe-45d5-9d96-79ab33e17100", "createdDateTime": "2022-08-28T07:27:16.188035Z", "userDisplayName": "Cassie Fernandez", "userPrincipalName": "cfernandez@domain.com", "userId": "67ef8be6-3f44-4db7-8172-fd6211428c1e", "appId": "79510a8f-6421-4348-a2ea-bcc2b02485c1", "appDisplayName": "Cisco AnyConnect", "ipAddress": "147.132.189.119", "status": {"errorCode": 50158, "failureReason": "External security challenge was not satisfied."}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (iPad; CPU iPad OS 9_3_6 like Mac OS X) AppleWebKit/536.1 (KHTML, like Gecko) CriOS/42.0.865.0 Mobile/77O124 Safari/536.1 Edge/99.14477", "deviceDetail": {"deviceId": "bf67c857-685a-4457-89c4-db2afa581bd2", "displayName": "CASSIEFERNANDEZ-LT", "operatingSystem": "Windows 10", "browser": "Edge 99.14477", "trustType": "Hybrid Azure AD joined"}, "location": {"city": "Port Denisetown", "state": "Smithton", "countryOrRegion": "XR", "geoCoordinates": {"latitude": 3.5518965, "longitude": 131.871582}}, "correlationId": "5c81aa4c-af37-4d30-be80-4b4b8e682993", "conditionalAccessStatus": "failure", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "4a8002d7-7ae4-4677-a8a1-281a5ea746ab", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 118, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Cisco AnyConnect Online", "resourceId": "5d5b8d28-6a28-472e-b837-a4094e466965", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 256668, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "sKW63Ns6gg5eq7LHJcdywBJHG7EZhViWWzg6VfeN5UR97dnS", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "15655e1f-5005-4c53-b3c0-c4a1d1ca5e9e", "rngcStatus": 0}}, {"time": "2022-08-28T07:30:55.057306Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "105.169.153.183", "correlationId": "3b5e3174-663b-407b-8805-2451df079132", "identity": "Jim Gonzalez", "Level": 4, "location": "XR", "properties": {"id": "5d87360d-441e-454b-b7bc-46f95ea78e00", "createdDateTime": "2022-08-28T07:30:55.172306Z", "userDisplayName": "Jim Gonzalez", "userPrincipalName": "jgonzalez@domain.com", "userId": "95090045-a9c5-489c-adee-2db430a3333a", "appId": "9a7e67c7-6f05-42a3-b226-97c7ec3e9696", "appDisplayName": "Adobe Identity Management", "ipAddress": "105.169.153.183", "ipAddressFromResourceProvider": "105.169.153.183", "status": {"errorCode": 0}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (Windows NT 4.0) AppleWebKit/532.1 (KHTML, like Gecko) Chrome/38.0.801.0 Safari/532.1 Edge/19.15284", "deviceDetail": {"deviceId": "15135d1f-cb47-4bd8-b76d-90a9171c09bd", "displayName": "JIMGONZALEZ-LT", "operatingSystem": "Windows 10", "browser": "Edge 19.15284", "trustType": "Azure AD registered"}, "location": {"city": "Santosborough", "state": "Smithton", "countryOrRegion": "XR", "geoCoordinates": {"latitude": 12.8350355, "longitude": 138.359011}}, "correlationId": "5624e104-91de-4a89-9d74-9111f6d86320", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "02361eb5-391f-459a-8685-a2300abfa507", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 115, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Adobe Identity Management Service", "resourceId": "9a84f55e-3a40-492c-9476-e069f64ed7a6", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 256668, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "DfxnTOGZniZh40mK8Oq5nVl7DMz31JRzRxgYi9PaUg6dnVy4", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "37ee873b-f901-4e25-be69-010243106d0f", "rngcStatus": 0}}, {"time": "2022-08-28T07:33:09.099178Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "156.206.181.119", "correlationId": "69939a80-925a-46d8-a3f0-b0f364d1d643", "identity": "Cynthia Perry", "Level": 4, "location": "XY", "properties": {"id": "1393f37b-4819-4d94-99e0-8c3341815300", "createdDateTime": "2022-08-28T07:33:09.236178Z", "userDisplayName": "Cynthia Perry", "userPrincipalName": "cperry@domain.com", "userId": "ac5fa380-9d5b-470e-beb2-5ba10aca48e6", "appId": "9de6e985-97a5-4d82-9c45-aedaa9c25ef9", "appDisplayName": "AWS Single-Account Access", "ipAddress": "156.206.181.119", "status": {"errorCode": 0}, "clientAppUsed": "Browser", "deviceDetail": {"deviceId": "", "operatingSystem": "Windows"}, "location": {"city": "Hannaville", "state": "Thomashaven", "countryOrRegion": "XY", "geoCoordinates": {"latitude": 1.1452695, "longitude": 128.249211}}, "correlationId": "cb2b2a4c-3c75-465d-b101-da57816ce14e", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "0754c06f-f36b-4583-acb3-bd089d1ea124", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "processingTimeInMilliseconds": 137, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "AWS Single-Account Access Service", "resourceId": "c65cf5f9-5537-4200-889e-381c4f60ca7d", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 279165, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "VQYZw86YerJi09jC4mzhhSywfpHrNT7COjYH2OxLDlgMmcUc", "incomingTokenType": "none", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": null}}, {"time": "2022-08-28T07:42:51.533542Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "91.132.253.146", "correlationId": "899770a5-2ba5-4abb-ba62-3645c4aef506", "identity": "Aaron Cole", "Level": 4, "location": "XD", "properties": {"id": "38b051b1-09e2-4d5c-9ca4-978642726c00", "createdDateTime": "2022-08-28T07:42:51.594542Z", "userDisplayName": "Aaron Cole", "userPrincipalName": "acole@domain.com", "userId": "5d557969-1645-4ba4-be83-b6fd943659f7", "appId": "895b9fb3-4084-4f9f-a314-d082d67e3c5c", "appDisplayName": "Airstack", "ipAddress": "91.132.253.146", "status": {"errorCode": 0}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (iPad; CPU iPad OS 9_3_5 like Mac OS X) AppleWebKit/536.1 (KHTML, like Gecko) CriOS/26.0.852.0 Mobile/33A194 Safari/536.1 Edge/27.13255", "deviceDetail": {"deviceId": "", "operatingSystem": "Windows 10", "browser": "Edge 27.13255"}, "location": {"city": "Rickshire", "state": "Norrisbury", "countryOrRegion": "XD", "geoCoordinates": {"latitude": -78.5751045, "longitude": 58.329246}}, "correlationId": "100e3c2c-606d-477b-898b-84521bcc4c57", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "cd88a580-e09b-44a4-8244-8a8c1b6c8794", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 61, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Airstack Service", "resourceId": "898e07cc-0302-479b-a2d3-601d74aa68df", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 214655, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "E6yaNBSqgBGuQr1DHrmpnUjMrkpBbYYDDjAzzDyBlmxS0Hai", "incomingTokenType": "none", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "84156e71-49f0-4926-86fe-9ab1a6c6b137", "rngcStatus": 0}}, {"time": "2022-08-28T08:38:12.074340Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "13.113.40.157", "correlationId": "69857607-4edc-4d0b-a145-e19deebd8c34", "identity": "Attack Target", "Level": 4, "location": "XR", "properties": {"id": "b833bcd2-4c2b-43a0-9673-9bc651057000", "createdDateTime": "2022-08-28T08:38:12.188340Z", "userDisplayName": "Attack Target", "userPrincipalName": "attacktarget@domain.com", "userId": "d735e84b-dcca-404d-9f7d-700f360f41a6", "appId": "9a7e67c7-6f05-42a3-b226-97c7ec3e9696", "appDisplayName": "Adobe Identity Management", "ipAddress": "13.113.40.157", "ipAddressFromResourceProvider": "13.113.40.157", "status": {"errorCode": 0}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (iPad; CPU iPad OS 9_3_6 like Mac OS X) AppleWebKit/536.1 (KHTML, like Gecko) CriOS/42.0.865.0 Mobile/77O124 Safari/536.1 Edge/99.14477", "deviceDetail": {"deviceId": "a44625dc-6f81-449a-9799-8005f7209b42", "displayName": "ATTACKTARGET-LT", "operatingSystem": "Windows 10", "browser": "Edge 99.14477", "trustType": "Azure AD registered"}, "location": {"city": "Smithfort", "state": "Smithfort", "countryOrRegion": "XR", "geoCoordinates": {"latitude": 3.7564095, "longitude": -121.574606}}, "correlationId": "a3349974-03ad-4645-904b-6b814cbbc066", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "1261b52c-ab20-4e4d-9eae-01a879701c71", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 114, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Adobe Identity Management Service", "resourceId": "c8eab36d-0a82-409d-8693-a8dabc997921", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 34974, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "dG2NKVRWA9VAWRTMZkdBUShHNWT0PmZk3Y40mBzE0541ZGzt", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "2248d3ef-d7b8-4eb2-bd20-fb53f725bfe3", "rngcStatus": 0}}, {"time": "2022-08-28T08:41:05.933514Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "42.62.103.34", "correlationId": "baf7aff0-499a-4cdd-a458-43a108c0f512", "identity": "Joseph Taylor", "Level": 4, "location": "XF", "properties": {"id": "86ba97e9-45f2-4c3d-bbb5-6d0bb8416300", "createdDateTime": "2022-08-28T08:41:06.047514Z", "userDisplayName": "Joseph Taylor", "userPrincipalName": "jtaylor@domain.com", "userId": "af9847eb-c773-41ae-bf94-42747c5e986c", "appId": "2eae4ad1-8cae-48fe-b718-76bd66e2fc7f", "appDisplayName": "Bipsync", "ipAddress": "42.62.103.34", "status": {"errorCode": 0, "additionalDetails": "MFA requirement satisfied by claim in the token"}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (iPad; CPU iPad OS 9_3_6 like Mac OS X) AppleWebKit/536.1 (KHTML, like Gecko) CriOS/42.0.865.0 Mobile/77O124 Safari/536.1 Edge/99.14477", "deviceDetail": {"deviceId": "76b96bd3-e5d7-49ee-b195-bf363facdb3d", "displayName": "JOSEPHTAYLOR-LT", "operatingSystem": "Windows 10", "browser": "Edge 99.14477", "isCompliant": true, "isManaged": true, "trustType": "Azure AD joined"}, "location": {"city": "Jessicafurt", "state": "Smithbury", "countryOrRegion": "XF", "geoCoordinates": {"latitude": 17.5082395, "longitude": -115.304215}}, "mfaDetail": {}, "correlationId": "c67b3061-8634-41a5-9704-cbeb8213f72a", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "e38f6c19-6de9-4535-9428-f33344535cc7", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 114, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Bipsync Service", "resourceId": "9a84f55e-3a40-492c-9476-e069f64ed7a6", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 393508, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "v0UKCjNohfh6h5Tlr8PPtqjsr9260ykjfj5jfJYfdwxbBmkD", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "37ee873b-f901-4e25-be69-010243106d0f", "rngcStatus": 0}}, {"time": "2022-08-28T09:06:53.959455Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "50158", "resultSignature": "None", "resultDescription": "External security challenge was not satisfied.", "durationMs": 0, "callerIpAddress": "166.105.218.213", "correlationId": "1d9d2e12-631b-440f-98d5-8139e1207304", "identity": "Thomas Price", "Level": 4, "location": "XR", "properties": {"id": "ace681b4-3934-4235-befc-67edf7467500", "createdDateTime": "2022-08-28T09:06:54.066455Z", "userDisplayName": "Thomas Price", "userPrincipalName": "tprice@domain.com", "userId": "32109ee2-ee4f-4d11-9c38-2556aec0f2b5", "appId": "79510a8f-6421-4348-a2ea-bcc2b02485c1", "appDisplayName": "Cisco AnyConnect", "ipAddress": "166.105.218.213", "status": {"errorCode": 50158, "failureReason": "External security challenge was not satisfied."}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (X11; Linux i686) AppleWebKit/535.2 (KHTML, like Gecko) Chrome/22.0.843.0 Safari/535.2 Edge/118.12158", "deviceDetail": {"deviceId": "5224a875-801f-44b5-a725-542da3890d4b", "displayName": "THOMASPRICE-LT", "operatingSystem": "Windows 10", "browser": "Edge 118.12158", "trustType": "Hybrid Azure AD joined"}, "location": {"city": "Santosborough", "state": "Smithton", "countryOrRegion": "XR", "geoCoordinates": {"latitude": 12.8350355, "longitude": 138.359011}}, "correlationId": "4370d1cd-2af0-4b0f-b460-27c9fef9c37c", "conditionalAccessStatus": "failure", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "9f4205c9-ce6a-4cef-8bbc-4fadb8c3633f", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 107, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Cisco AnyConnect Online", "resourceId": "5d5b8d28-6a28-472e-b837-a4094e466965", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 256668, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "AhI5emZwIzO4E2NKeP5cf7hKov6aIpZ1GxaxxwKf1KLbT76Z", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "15655e1f-5005-4c53-b3c0-c4a1d1ca5e9e", "rngcStatus": 0}}, {"time": "2022-08-28T09:09:22.916857Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "50158", "resultSignature": "None", "resultDescription": "External security challenge was not satisfied.", "durationMs": 0, "callerIpAddress": "44.22.19.201", "correlationId": "c6d2231b-f76f-4fa7-8cbe-e7560eda1fd1", "identity": "Thomas Price", "Level": 4, "location": "XN", "properties": {"id": "cccd28fb-54dc-41cc-bb11-f6027a066700", "createdDateTime": "2022-08-28T09:09:23.059857Z", "userDisplayName": "Thomas Price", "userPrincipalName": "tprice@domain.com", "userId": "32109ee2-ee4f-4d11-9c38-2556aec0f2b5", "appId": "79510a8f-6421-4348-a2ea-bcc2b02485c1", "appDisplayName": "Cisco AnyConnect", "ipAddress": "44.22.19.201", "status": {"errorCode": 50158, "failureReason": "External security challenge was not satisfied."}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (X11; Linux i686) AppleWebKit/535.2 (KHTML, like Gecko) Chrome/22.0.843.0 Safari/535.2 Edge/118.12158", "deviceDetail": {"deviceId": "35819889-abdc-47e0-b28d-5195d26e941f", "displayName": "THOMASPRICE-LT", "operatingSystem": "Windows 10", "browser": "Edge 118.12158", "trustType": "Hybrid Azure AD joined"}, "location": {"city": "Littlemouth", "state": "Alexanderfurt", "countryOrRegion": "XN", "geoCoordinates": {"latitude": 25.4437255, "longitude": -109.530885}}, "correlationId": "6d2c5b82-0f13-4c16-8d34-bc448d44f0de", "conditionalAccessStatus": "failure", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "37d3bc31-1456-48e5-b6be-561847d552b1", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 143, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Cisco AnyConnect Online", "resourceId": "5d5b8d28-6a28-472e-b837-a4094e466965", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 230297, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "i6cet2VD85BRVjLzQ0LrknFMf9fjCb9zQgjA72fLucb9s7HF", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "15655e1f-5005-4c53-b3c0-c4a1d1ca5e9e", "rngcStatus": 0}}, {"time": "2022-08-28T09:27:52.862320Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "199.12.127.103", "correlationId": "d0d118c1-5f53-40ba-88f0-47406fd71dfd", "identity": "Jacob Meyers", "Level": 4, "location": "XG", "properties": {"id": "e3eb0cfb-966f-4577-9f37-6ff28b465f00", "createdDateTime": "2022-08-28T09:27:52.985320Z", "userDisplayName": "Jacob Meyers", "userPrincipalName": "jmeyers@domain.com", "userId": "c63a67b0-1651-4a8a-9560-cc703cdad5ad", "appId": "9de6e985-97a5-4d82-9c45-aedaa9c25ef9", "appDisplayName": "AWS Single-Account Access", "ipAddress": "199.12.127.103", "status": {"errorCode": 0}, "clientAppUsed": "Browser", "deviceDetail": {"deviceId": "68cb982e-f215-496c-89bb-cc07716ff474", "displayName": "JACOBMEYERS-LT", "operatingSystem": "Windows", "trustType": "Azure AD registered"}, "location": {"city": "Port Nathan", "state": "Newmanville", "countryOrRegion": "XG", "geoCoordinates": {"latitude": 23.244641, "longitude": -113.392021}}, "correlationId": "e00e9e64-157c-4c0d-bb4d-3ca28ccbb7a8", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "20e1b9b2-6e4d-4b9f-96c1-9dee98d4b2f4", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 123, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "AWS Single-Account Access Service", "resourceId": "9a84f55e-3a40-492c-9476-e069f64ed7a6", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 282405, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "OYsSxYWNZ0csvtvanrtg5ZSNG4eeOpUWfGNCns3nOGgTK9SE", "incomingTokenType": "none", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "37ee873b-f901-4e25-be69-010243106d0f", "rngcStatus": 0}}, {"time": "2022-08-28T09:41:33.436583Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "SignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "91.132.253.146", "correlationId": "40c1e191-aa66-46eb-b949-503d4bb0a1a7", "identity": "Aaron Cole", "Level": 4, "location": "XD", "properties": {"id": "8ce5a0bd-0152-4534-b5b5-f7a4511d5500", "createdDateTime": "2022-08-28T09:41:33.528583Z", "userDisplayName": "Aaron Cole", "userPrincipalName": "acole@domain.com", "userId": "5d557969-1645-4ba4-be83-b6fd943659f7", "appId": "bf2855c0-7434-4262-8885-ad2f5206d324", "appDisplayName": "COINS Construction Cloud - Project and Productivity Apps", "ipAddress": "91.132.253.146", "status": {"errorCode": 0}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (iPad; CPU iPad OS 14_2 like Mac OS X) AppleWebKit/535.2 (KHTML, like Gecko) CriOS/33.0.816.0 Mobile/88O531 Safari/535.2 Edge/117.19612", "deviceDetail": {"deviceId": "", "operatingSystem": "Windows 10", "browser": "Edge 117.19612"}, "location": {"city": "Rickshire", "state": "Norrisbury", "countryOrRegion": "XD", "geoCoordinates": {"latitude": -78.5751045, "longitude": 58.329246}}, "correlationId": "cd5d0e09-4dbf-4244-bcd6-1a4e6d291888", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "f7c4b06f-5610-45d9-a8cc-4dcf3626df2a", "isInteractive": true, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "processingTimeInMilliseconds": 92, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "COINS Construction Cloud - Project and Productivity Apps Service", "resourceId": "436260d5-3791-4aea-a4da-aa698ec35f2f", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "alternateSignInName": "acole1@domain.com", "signInIdentifier": "acole1@domain.com", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 214655, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "VISA8pIjx6QfKqx6ucNAK0010tN3KcNzsnwCs9RVGD7vfbOr", "incomingTokenType": "none", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "94b9f3ba-5f4b-4edc-99dc-a420b76960f9"}}, {"time": "2022-08-28T09:48:20.326218Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "42.62.103.34", "correlationId": "b7ea6dee-a4c0-4d3b-aa51-69694bf25bfa", "identity": "Joseph Taylor", "Level": 4, "location": "XF", "properties": {"id": "ea5400a2-5cfe-45d5-9d96-79abc97a6f00", "createdDateTime": "2022-08-28T09:48:20.411218Z", "userDisplayName": "Joseph Taylor", "userPrincipalName": "jtaylor@domain.com", "userId": "af9847eb-c773-41ae-bf94-42747c5e986c", "appId": "9d794ea1-8d77-42e3-9fdd-6fd3620d616a", "appDisplayName": "Alaya", "ipAddress": "42.62.103.34", "status": {"errorCode": 0, "additionalDetails": "MFA requirement satisfied by claim in the token"}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (iPad; CPU iPad OS 9_3_6 like Mac OS X) AppleWebKit/536.1 (KHTML, like Gecko) CriOS/42.0.865.0 Mobile/77O124 Safari/536.1 Edge/99.14477", "deviceDetail": {"deviceId": "76b96bd3-e5d7-49ee-b195-bf363facdb3d", "displayName": "JOSEPHTAYLOR-LT", "operatingSystem": "Windows 10", "browser": "Edge 99.14477", "isCompliant": true, "isManaged": true, "trustType": "Azure AD joined"}, "location": {"city": "Jessicafurt", "state": "Smithbury", "countryOrRegion": "XF", "geoCoordinates": {"latitude": 17.5082395, "longitude": -115.304215}}, "mfaDetail": {}, "correlationId": "168dbb08-0d0c-4c8d-8520-d93e2a75aab4", "conditionalAccessStatus": "notApplied", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "4aec3532-4871-4edf-b9a7-ab04ab7b2af1", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 85, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Alaya Service", "resourceId": "f72c694e-4e03-4616-91f3-78c5fe54122a", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 393508, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "bx4MDW6e3HJPFyv8bCx3GcIFHcElobXEwbZ8WEFPw8CvCUuV", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "1674f597-9877-4ff9-a5d9-accfea860d15", "rngcStatus": 0}}, {"time": "2022-08-28T10:04:31.816266Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "44.22.19.201", "correlationId": "4fa56616-ddf6-4d25-b10d-04e9ece00a29", "identity": "David Johnson", "Level": 4, "location": "XN", "properties": {"id": "20f677f0-ddf9-46df-bf50-9e29c7329600", "createdDateTime": "2022-08-28T10:04:31.981266Z", "userDisplayName": "David Johnson", "userPrincipalName": "djohnson@domain.com", "userId": "ff2ae3d2-8cd2-4bd6-b65d-49c5ad946c7f", "appId": "2eae4ad1-8cae-48fe-b718-76bd66e2fc7f", "appDisplayName": "Bipsync", "ipAddress": "44.22.19.201", "status": {"errorCode": 0}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (Windows NT 4.0) AppleWebKit/531.1 (KHTML, like Gecko) Chrome/20.0.823.0 Safari/531.1 Edge/87.11424", "deviceDetail": {"deviceId": "8fb0ff79-f116-4f20-8ca8-36b3f8d68865", "displayName": "DAVIDJOHNSON-LT", "operatingSystem": "Windows 10", "browser": "Edge 87.11424", "trustType": "Azure AD registered"}, "location": {"city": "Littlemouth", "state": "Alexanderfurt", "countryOrRegion": "XN", "geoCoordinates": {"latitude": 25.4437255, "longitude": -109.530885}}, "correlationId": "4de61226-49b1-4e67-892a-7434e202c143", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "91b756c2-3e5a-4829-bbbb-07fb22d42be3", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 165, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Bipsync Service", "resourceId": "9a84f55e-3a40-492c-9476-e069f64ed7a6", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 230297, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "RQwhqfWmiHkQLn0hKGi2VFFUP5rGlOSWPcOYv7eUgYrhmMIv", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "37ee873b-f901-4e25-be69-010243106d0f", "rngcStatus": 0}}, {"time": "2022-08-28T10:08:06.478908Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "147.132.189.119", "correlationId": "b96d1cc3-8490-491e-9c2a-67b180efff34", "identity": "Melissa Martin", "Level": 4, "location": "XR", "properties": {"id": "3d4a0393-eb98-40ac-b27b-dd9d3ee08800", "createdDateTime": "2022-08-28T10:08:06.569908Z", "userDisplayName": "Melissa Martin", "userPrincipalName": "mmartin@domain.com", "userId": "632ccb55-03a7-40f4-9893-653527cae790", "appId": "87c7e13d-e2cc-4354-be2a-21cc1388764c", "appDisplayName": "Mitel Connect", "ipAddress": "147.132.189.119", "status": {"errorCode": 0}, "clientAppUsed": "Browser", "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 12_4_8 like Mac OS X) AppleWebKit/536.2 (KHTML, like Gecko) CriOS/39.0.845.0 Mobile/81S373 Safari/536.2 Edge/40.11827", "deviceDetail": {"deviceId": "", "operatingSystem": "Windows 10", "browser": "Edge 40.11827"}, "location": {"city": "Port Denisetown", "state": "Smithton", "countryOrRegion": "XR", "geoCoordinates": {"latitude": 3.5518965, "longitude": 131.871582}}, "correlationId": "c8e91434-ffc8-499c-a8f5-578598c4def6", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "8fa29ec3-a7e5-45f2-95c6-8889bc10e043", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 91, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Mitel Connect Service", "resourceId": "649d1b86-3bd0-430f-94aa-47abe8435a34", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 256668, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "VXn5M4HPz0llv97N7d9Cma2meME7YyzOUJRGHC2Q0m2ltU7O", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": null, "rngcStatus": 0}}, {"time": "2022-08-28T10:19:11.808067Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "42.62.103.34", "correlationId": "5dfa66d4-7115-4f80-b9c3-2c7d51b5f4e6", "identity": "Joseph Taylor", "Level": 4, "location": "XF", "properties": {"id": "a6ae8eb8-8aea-4e1d-a5ac-692621328900", "createdDateTime": "2022-08-28T10:19:12.021067Z", "userDisplayName": "Joseph Taylor", "userPrincipalName": "jtaylor@domain.com", "userId": "af9847eb-c773-41ae-bf94-42747c5e986c", "appId": "1b3edb90-1e06-46db-b021-e2fc1f7ddaf5", "appDisplayName": "Beatrust", "ipAddress": "42.62.103.34", "status": {"errorCode": 0}, "clientAppUsed": "Browser", "deviceDetail": {"deviceId": "76b96bd3-e5d7-49ee-b195-bf363facdb3d", "displayName": "JOSEPHTAYLOR-LT", "operatingSystem": "Windows 10", "browser": "Rich Client 5.2.7.0", "isCompliant": true, "isManaged": true, "trustType": "Azure AD joined"}, "location": {"city": "Jessicafurt", "state": "Smithbury", "countryOrRegion": "XF", "geoCoordinates": {"latitude": 17.5082395, "longitude": -115.304215}}, "correlationId": "599d2aaf-ed3a-490c-92f1-ad4b2ea458ba", "conditionalAccessStatus": "notApplied", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "42482602-cd13-4581-a018-6f1eb503a059", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 213, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Beatrust Service", "resourceId": "7bfbb7b7-4d69-428d-b8fd-4930b70ef2b7", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 393508, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "dKOfO5uKmE8vVMP7fJrdBjXTZbvLspQSDZVSCTUqXlOPQSts", "incomingTokenType": "none", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "cac89839-f185-4291-9f46-fc482c649c15", "rngcStatus": 0}}, {"time": "2022-08-28T10:35:12.046917Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "86.154.193.190", "correlationId": "f0718289-b93d-43b2-a376-1aeb9b446763", "identity": "Melissa Martin", "Level": 4, "location": "XR", "properties": {"id": "45f948cc-c7b8-4f70-b09f-6ae1c72a8e00", "createdDateTime": "2022-08-28T10:35:12.167917Z", "userDisplayName": "Melissa Martin", "userPrincipalName": "mmartin@domain.com", "userId": "632ccb55-03a7-40f4-9893-653527cae790", "appId": "9de6e985-97a5-4d82-9c45-aedaa9c25ef9", "appDisplayName": "AWS Single-Account Access", "ipAddress": "86.154.193.190", "status": {"errorCode": 0}, "clientAppUsed": "Browser", "deviceDetail": {"deviceId": "", "operatingSystem": "Windows"}, "location": {"city": "Port Denisetown", "state": "Smithton", "countryOrRegion": "XR", "geoCoordinates": {"latitude": 3.5518965, "longitude": 131.871582}}, "correlationId": "455f5e6c-5856-47dd-b023-e01d43653f6c", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "a998eba7-c7cc-4498-ab3d-c1d658440c82", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 121, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "AWS Single-Account Access Service", "resourceId": "f0630e90-b752-4960-bfb9-a0794fc34930", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 256668, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "4wQvJ4Zf5zWaOSXcFijHnj6LQMezXUeyrl2ZJj8onIOQtmZD", "incomingTokenType": "none", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "1f37c851-4be4-455b-928a-fbde7845a68a", "rngcStatus": 0}}, {"time": "2022-08-28T11:23:57.301252Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "57.9.228.50", "correlationId": "df05cd95-f698-422a-a8ae-dd77c92e0c2c", "identity": "Thomas Price", "Level": 4, "location": "XQ", "properties": {"id": "16bcb29d-4da5-4f0e-bf12-107946218b00", "createdDateTime": "2022-08-28T11:23:57.412252Z", "userDisplayName": "Thomas Price", "userPrincipalName": "tprice@domain.com", "userId": "32109ee2-ee4f-4d11-9c38-2556aec0f2b5", "appId": "2eae4ad1-8cae-48fe-b718-76bd66e2fc7f", "appDisplayName": "Bipsync", "ipAddress": "57.9.228.50", "status": {"errorCode": 0}, "clientAppUsed": "Mobile Apps and Desktop clients", "deviceDetail": {"deviceId": "", "operatingSystem": "Android"}, "location": {"city": "Francoshire", "state": "Chanshire", "countryOrRegion": "XQ", "geoCoordinates": {"latitude": -6.227289, "longitude": -139.229536}}, "correlationId": "bedbae7e-916c-44c2-9176-b7512f072386", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "585c3210-1a7f-4c99-9bce-97498914fe23", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 111, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Bipsync Service", "resourceId": "819aa3ed-3b63-4925-8388-0b8d41022941", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 497360, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "UGgory4ECZBZHNZ9r9lMfwTl4IFwsJ0z19q51Y9AQuvDiCX4", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "7f0c9abd-8b0d-4973-8675-a495454c0c86", "rngcStatus": 0}}, {"time": "2022-08-28T11:29:41.961888Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "13.113.40.157", "correlationId": "d37c9eac-008c-4852-afe3-97370c5a41dd", "identity": "Attack Target", "Level": 4, "location": "XR", "properties": {"id": "93339d13-6eb7-4410-810a-1c6058706700", "createdDateTime": "2022-08-28T11:29:42.093888Z", "userDisplayName": "Attack Target", "userPrincipalName": "attacktarget@domain.com", "userId": "d735e84b-dcca-404d-9f7d-700f360f41a6", "appId": "9a7e67c7-6f05-42a3-b226-97c7ec3e9696", "appDisplayName": "Adobe Identity Management", "ipAddress": "13.113.40.157", "ipAddressFromResourceProvider": "13.113.40.157", "status": {"errorCode": 0}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (iPad; CPU iPad OS 9_3_6 like Mac OS X) AppleWebKit/536.1 (KHTML, like Gecko) CriOS/42.0.865.0 Mobile/77O124 Safari/536.1 Edge/99.14477", "deviceDetail": {"deviceId": "a44625dc-6f81-449a-9799-8005f7209b42", "displayName": "ATTACKTARGET-LT", "operatingSystem": "Windows 10", "browser": "Edge 99.14477", "trustType": "Azure AD registered"}, "location": {"city": "New John", "state": "Smithfort", "countryOrRegion": "XR", "geoCoordinates": {"latitude": -89.144242, "longitude": 168.119022}}, "correlationId": "acf6d061-7545-4164-bffb-5ea220ab2306", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "5d1ef9da-08eb-46ca-96fb-9e17f6d993e0", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 132, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Adobe Identity Management Service", "resourceId": "c8eab36d-0a82-409d-8693-a8dabc997921", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 34974, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "15eUiehk1e9o02d3j8ptceGB6JQu1XcHqVutWRe9SEQ6vPAm", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "2248d3ef-d7b8-4eb2-bd20-fb53f725bfe3", "rngcStatus": 0}}, {"time": "2022-08-28T11:31:06.584966Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "50158", "resultSignature": "None", "resultDescription": "External security challenge was not satisfied.", "durationMs": 0, "callerIpAddress": "105.169.153.183", "correlationId": "12067fd3-fb25-4c22-b4e6-c705ecb25cc4", "identity": "Thomas Price", "Level": 4, "location": "XR", "properties": {"id": "483c0e94-ba31-4740-8d5f-3f3a16fb6200", "createdDateTime": "2022-08-28T11:31:06.725966Z", "userDisplayName": "Thomas Price", "userPrincipalName": "tprice@domain.com", "userId": "32109ee2-ee4f-4d11-9c38-2556aec0f2b5", "appId": "9a7e67c7-6f05-42a3-b226-97c7ec3e9696", "appDisplayName": "Adobe Identity Management", "ipAddress": "105.169.153.183", "status": {"errorCode": 50158, "failureReason": "External security challenge was not satisfied."}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (X11; Linux i686) AppleWebKit/535.2 (KHTML, like Gecko) Chrome/22.0.843.0 Safari/535.2 Edge/118.12158", "deviceDetail": {"deviceId": "2b85c59f-331a-4b61-9a44-9d3d6df62a06", "displayName": "THOMASPRICE-LT", "operatingSystem": "Windows 10", "browser": "Edge 118.12158", "trustType": "Hybrid Azure AD joined"}, "location": {"city": "Kevinton", "state": "Smithton", "countryOrRegion": "XR", "geoCoordinates": {"latitude": -87.5106305, "longitude": -77.991036}}, "correlationId": "01a93f21-7979-42d8-be37-d5181470dbf1", "conditionalAccessStatus": "failure", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "1f7fbccf-2d34-4089-93c0-1243945d482c", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 141, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Adobe Identity Management Service", "resourceId": "30663ca7-f8a9-43ab-8ca1-7906bdbc1485", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 256668, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "YI945tsnfhETCznAVVN5ihoDIKbunAur6RySN6QWrpPGChIn", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "a6c259e5-7f16-48b2-a9f3-75becd6daa9b", "rngcStatus": 0}}, {"time": "2022-08-28T11:34:06.355039Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "156.206.181.119", "correlationId": "b7de6a5f-8cc0-4745-a89c-9625457efbef", "identity": "Cynthia Perry", "Level": 4, "location": "XY", "properties": {"id": "5daad713-1a9b-42ef-b804-993db7575100", "createdDateTime": "2022-08-28T11:34:06.490039Z", "userDisplayName": "Cynthia Perry", "userPrincipalName": "cperry@domain.com", "userId": "ac5fa380-9d5b-470e-beb2-5ba10aca48e6", "appId": "9de6e985-97a5-4d82-9c45-aedaa9c25ef9", "appDisplayName": "AWS Single-Account Access", "ipAddress": "156.206.181.119", "status": {"errorCode": 0}, "clientAppUsed": "Browser", "deviceDetail": {"deviceId": "", "operatingSystem": "Windows"}, "location": {"city": "Hannaville", "state": "Thomashaven", "countryOrRegion": "XY", "geoCoordinates": {"latitude": 1.1452695, "longitude": 128.249211}}, "correlationId": "5e834150-5822-4650-8cd5-d1691fe58e1d", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "23663ae8-c5dc-4814-b271-a6a19cb31392", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "processingTimeInMilliseconds": 135, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "AWS Single-Account Access Service", "resourceId": "c65cf5f9-5537-4200-889e-381c4f60ca7d", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 279165, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "T3tspMbEW5rDGzQlZaGh75Ex48jzfA1FEFi8wkzT11wLVCD7", "incomingTokenType": "none", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": null}}, {"time": "2022-08-28T11:43:39.820736Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "42.62.103.34", "correlationId": "526913ad-08a5-4bb3-8814-e3127efc0c17", "identity": "Joseph Taylor", "Level": 4, "location": "XF", "properties": {"id": "2b60f3d6-0a82-440d-b179-44ac2be55300", "createdDateTime": "2022-08-28T11:43:39.967736Z", "userDisplayName": "Joseph Taylor", "userPrincipalName": "jtaylor@domain.com", "userId": "af9847eb-c773-41ae-bf94-42747c5e986c", "appId": "dbe6b779-13df-45f2-a6d7-1323485479f6", "appDisplayName": "Cisco Webex", "ipAddress": "42.62.103.34", "status": {"errorCode": 0, "additionalDetails": "MFA requirement satisfied by claim in the token"}, "clientAppUsed": "Browser", "deviceDetail": {"deviceId": "76b96bd3-e5d7-49ee-b195-bf363facdb3d", "displayName": "JOSEPHTAYLOR-LT", "operatingSystem": "Windows10", "browser": "Rich Client 4.38.0.0", "isCompliant": true, "isManaged": true, "trustType": "Azure AD joined"}, "location": {"city": "Jessicafurt", "state": "Smithbury", "countryOrRegion": "XF", "geoCoordinates": {"latitude": 17.5082395, "longitude": -115.304215}}, "mfaDetail": {}, "correlationId": "215956d1-0a79-444c-9dbd-06fa52b514b3", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "9a04d7ba-ba10-44f0-8247-847b486bc2d3", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "processingTimeInMilliseconds": 147, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Cisco Webex Service", "resourceId": "9a84f55e-3a40-492c-9476-e069f64ed7a6", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 393508, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "UlfQ9EUuqaaZN4ms9We6GDFrhnnAnMX58E1EMB911daaejN7", "incomingTokenType": "none", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "37ee873b-f901-4e25-be69-010243106d0f"}}, {"time": "2022-08-28T12:34:13.560821Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "156.206.181.119", "correlationId": "baf7fb45-13c6-42a3-a728-656abaf7d210", "identity": "Cynthia Perry", "Level": 4, "location": "XY", "properties": {"id": "4c995af8-3e38-4dcb-9141-ed0113036700", "createdDateTime": "2022-08-28T12:34:13.762821Z", "userDisplayName": "Cynthia Perry", "userPrincipalName": "cperry@domain.com", "userId": "ac5fa380-9d5b-470e-beb2-5ba10aca48e6", "appId": "9de6e985-97a5-4d82-9c45-aedaa9c25ef9", "appDisplayName": "AWS Single-Account Access", "ipAddress": "156.206.181.119", "status": {"errorCode": 0}, "clientAppUsed": "Browser", "deviceDetail": {"deviceId": "", "operatingSystem": "Windows"}, "location": {"city": "Hannaville", "state": "Thomashaven", "countryOrRegion": "XY", "geoCoordinates": {"latitude": 1.1452695, "longitude": 128.249211}}, "correlationId": "2cdd09e0-c124-4aa7-9dbc-bb6292af4583", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "10d7fe6e-0277-4d51-858f-90d5be264470", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 202, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "AWS Single-Account Access Service", "resourceId": "f0630e90-b752-4960-bfb9-a0794fc34930", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 279165, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "pz4fRwFJyQwsvS4qvxaMFKyi1mzntnwJQPZ63nwURC3pZ7Xj", "incomingTokenType": "none", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "1f37c851-4be4-455b-928a-fbde7845a68a", "rngcStatus": 0}}, {"time": "2022-08-28T12:50:39.558131Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "205.33.24.92", "correlationId": "87bb2dd4-c8af-4125-be79-1d73bdd847d3", "identity": "Aaron Cole", "Level": 4, "location": "XD", "properties": {"id": "7911156a-02ea-4cca-ba29-f6572db17f00", "createdDateTime": "2022-08-28T12:50:39.627131Z", "userDisplayName": "Aaron Cole", "userPrincipalName": "acole@domain.com", "userId": "5d557969-1645-4ba4-be83-b6fd943659f7", "appId": "ad65aaed-51a8-4877-830e-8a5273604c87", "appDisplayName": "Docusign", "ipAddress": "205.33.24.92", "status": {"errorCode": 0}, "clientAppUsed": "Browser", "deviceDetail": {"deviceId": "", "operatingSystem": "Windows", "browser": "Rich Client 4.42.0.0"}, "location": {"city": "Kristinmouth", "state": "Norrisbury", "countryOrRegion": "XD", "geoCoordinates": {"latitude": 26.278784, "longitude": -92.042573}}, "correlationId": "60ffde8e-4223-4a00-82fc-3ed20404c718", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "34c60e4d-8b86-4b80-a1f8-fe4583f9dec8", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 69, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Docusign Service", "resourceId": "24578515-1951-4064-967d-0d2acaf0aa70", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 214655, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "yaZXAogAfJTTV16zUcqJnLPICWKX0ECsckVbzOThwUn423sG", "incomingTokenType": "none", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "0e68752b-7dfa-400b-a6f5-1b54af90696a", "rngcStatus": 0}}, {"time": "2022-08-28T13:46:29.633346Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "50158", "resultSignature": "None", "resultDescription": "External security challenge was not satisfied.", "durationMs": 0, "callerIpAddress": "166.105.218.213", "correlationId": "c11fec63-bce5-4093-afd2-f357e37c9b4b", "identity": "Thomas Price", "Level": 4, "location": "XR", "properties": {"id": "a1992293-def5-47de-a489-bdbac2fc5800", "createdDateTime": "2022-08-28T13:46:29.765346Z", "userDisplayName": "Thomas Price", "userPrincipalName": "tprice@domain.com", "userId": "32109ee2-ee4f-4d11-9c38-2556aec0f2b5", "appId": "9a7e67c7-6f05-42a3-b226-97c7ec3e9696", "appDisplayName": "Adobe Identity Management", "ipAddress": "166.105.218.213", "status": {"errorCode": 50158, "failureReason": "External security challenge was not satisfied."}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (X11; Linux i686) AppleWebKit/535.2 (KHTML, like Gecko) Chrome/22.0.843.0 Safari/535.2 Edge/118.12158", "deviceDetail": {"deviceId": "81ad31fb-e9be-4498-b1b2-c62f8fae1a77", "displayName": "THOMASPRICE-LT", "operatingSystem": "Windows 10", "browser": "Edge 118.12158", "trustType": "Hybrid Azure AD joined"}, "location": {"city": "Kevinton", "state": "Smithton", "countryOrRegion": "XR", "geoCoordinates": {"latitude": -87.5106305, "longitude": -77.991036}}, "correlationId": "0bbf878c-71e3-4384-a5ff-4e43e87a68b5", "conditionalAccessStatus": "failure", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "098f629d-1f19-4405-a5b9-a6adc4d7319a", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "processingTimeInMilliseconds": 132, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Adobe Identity Management Service", "resourceId": "30663ca7-f8a9-43ab-8ca1-7906bdbc1485", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 256668, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "JhtlOf9C8ppC7WNdiUKP2bWvzO8eecyy4gtttGtoESMREHY7", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "a6c259e5-7f16-48b2-a9f3-75becd6daa9b"}}, {"time": "2022-08-28T13:46:32.187566Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "81.209.4.19", "correlationId": "4ad3b4a7-582f-4c27-b07e-702955ace6df", "identity": "Jim Gonzalez", "Level": 4, "location": "XR", "properties": {"id": "c4d70abb-d9d9-4a46-9278-1d56ed5b9700", "createdDateTime": "2022-08-28T13:46:32.310566Z", "userDisplayName": "Jim Gonzalez", "userPrincipalName": "jgonzalez@domain.com", "userId": "95090045-a9c5-489c-adee-2db430a3333a", "appId": "2eae4ad1-8cae-48fe-b718-76bd66e2fc7f", "appDisplayName": "Bipsync", "ipAddress": "81.209.4.19", "status": {"errorCode": 0}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (Linux; Android 4.4.3) AppleWebKit/533.2 (KHTML, like Gecko) Chrome/28.0.882.0 Safari/533.2 Edge/44.18413", "deviceDetail": {"deviceId": "1a428e94-41e3-4c1d-865a-0d31c9a2540b", "displayName": "JIMGONZALEZ-LT", "operatingSystem": "Windows 10", "browser": "Edge 44.18413", "trustType": "Azure AD registered"}, "location": {"city": "Santosborough", "state": "Smithton", "countryOrRegion": "XR", "geoCoordinates": {"latitude": 50.0774195, "longitude": 64.938754}}, "correlationId": "c12083ee-b0f4-45db-af9c-ca3d7b2b6462", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "8c93516d-c98a-4348-989c-c71ec7dd497e", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 123, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Bipsync Service", "resourceId": "aaf780ce-b996-49b9-986d-8bb23f7bce3a", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 34974, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "r1MlwO9WDTwvRosQon1cYl8UWMWSOBwNJnFkBbRcXFZDYSMS", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "b7da42cc-a168-4148-b15a-792ad32c2ff5", "rngcStatus": 0}}, {"time": "2022-08-28T13:46:51.197261Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "50158", "resultSignature": "None", "resultDescription": "External security challenge was not satisfied.", "durationMs": 0, "callerIpAddress": "147.132.189.119", "correlationId": "f797bcb9-3dc0-4c66-99a4-2938e4e69a49", "identity": "Cassie Fernandez", "Level": 4, "location": "XR", "properties": {"id": "501074c3-fbf3-458c-a18b-f71005497000", "createdDateTime": "2022-08-28T13:46:51.319261Z", "userDisplayName": "Cassie Fernandez", "userPrincipalName": "cfernandez@domain.com", "userId": "67ef8be6-3f44-4db7-8172-fd6211428c1e", "appId": "413f12c2-a9cb-4ca6-a080-d4308249cbe1", "appDisplayName": "Air", "ipAddress": "147.132.189.119", "status": {"errorCode": 50158, "failureReason": "External security challenge was not satisfied."}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (iPad; CPU iPad OS 9_3_6 like Mac OS X) AppleWebKit/536.1 (KHTML, like Gecko) CriOS/42.0.865.0 Mobile/77O124 Safari/536.1 Edge/99.14477", "deviceDetail": {"deviceId": "bf67c857-685a-4457-89c4-db2afa581bd2", "displayName": "CASSIEFERNANDEZ-LT", "operatingSystem": "Windows 10", "browser": "Edge 99.14477", "trustType": "Hybrid Azure AD joined"}, "location": {"city": "Port Denisetown", "state": "Smithton", "countryOrRegion": "XR", "geoCoordinates": {"latitude": 3.5518965, "longitude": 131.871582}}, "correlationId": "b9ef7a6c-3cd5-4ff0-a68a-1e7118ff2e4d", "conditionalAccessStatus": "failure", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "beb2bce3-a7f1-4aef-9464-27f03f723f4b", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 122, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Air Online", "resourceId": "d2c09315-f769-4fc6-9be8-f57cf8efa9cc", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 256668, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "0kil1tSYO9Ue67amSNncZaFjtaROEZ37WZtQThpjWHH59a2I", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": null, "rngcStatus": 0}}, {"time": "2022-08-28T13:56:39.753659Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "147.132.189.119", "correlationId": "684d0087-38c1-462e-b9bd-c180b4d22d94", "identity": "Terry Proctor", "Level": 4, "location": "XR", "properties": {"id": "d1b61d49-f2e0-43b7-95f4-0aab29fe5900", "createdDateTime": "2022-08-28T13:56:39.879659Z", "userDisplayName": "Terry Proctor", "userPrincipalName": "tproctor@domain.com", "userId": "03110cc5-e54f-4dae-b68a-bf5d945f8152", "appId": "bf2855c0-7434-4262-8885-ad2f5206d324", "appDisplayName": "COINS Construction Cloud - Project and Productivity Apps", "ipAddress": "147.132.189.119", "status": {"errorCode": 0, "additionalDetails": "MFA requirement satisfied by claim in the token"}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (X11; Linux i686) AppleWebKit/533.0 (KHTML, like Gecko) Chrome/24.0.803.0 Safari/533.0 Edge/40.11325", "deviceDetail": {"deviceId": "88ee69d5-1eb7-4f29-b594-e9b4e3371940", "displayName": "TERRYPROCTOR-LT", "operatingSystem": "Windows 10", "browser": "Edge 40.11325", "isCompliant": true, "isManaged": true, "trustType": "Azure AD joined"}, "location": {"city": "Port Denisetown", "state": "Smithton", "countryOrRegion": "XR", "geoCoordinates": {"latitude": 3.5518965, "longitude": 131.871582}}, "mfaDetail": {}, "correlationId": "338ad5f1-cf1c-4b00-9ca4-e56f373c8d29", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "9c1f9938-6ab7-4746-868e-659f4b3a84b5", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "processingTimeInMilliseconds": 126, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "COINS Construction Cloud - Project and Productivity Apps Service", "resourceId": "054f44f6-54fb-4ef0-9fc3-d3ec90e47d0d", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 256668, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "H5MtfDyrz7kQnJ5KkB4eiwmRkQ6ckZoJwy3shgvQNIB7MY2B", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": null}}, {"time": "2022-08-28T13:57:46.367307Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "50158", "resultSignature": "None", "resultDescription": "External security challenge was not satisfied.", "durationMs": 0, "callerIpAddress": "105.169.153.183", "correlationId": "8a33dba5-200b-4fd8-a020-16ee139a2fee", "identity": "Thomas Price", "Level": 4, "location": "XR", "properties": {"id": "e8cac988-e748-48ae-8e6f-72713dde6700", "createdDateTime": "2022-08-28T13:57:46.535307Z", "userDisplayName": "Thomas Price", "userPrincipalName": "tprice@domain.com", "userId": "32109ee2-ee4f-4d11-9c38-2556aec0f2b5", "appId": "9a7e67c7-6f05-42a3-b226-97c7ec3e9696", "appDisplayName": "Adobe Identity Management", "ipAddress": "105.169.153.183", "status": {"errorCode": 50158, "failureReason": "External security challenge was not satisfied."}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (X11; Linux i686) AppleWebKit/535.2 (KHTML, like Gecko) Chrome/22.0.843.0 Safari/535.2 Edge/118.12158", "deviceDetail": {"deviceId": "2b85c59f-331a-4b61-9a44-9d3d6df62a06", "displayName": "THOMASPRICE-LT", "operatingSystem": "Windows 10", "browser": "Edge 118.12158", "trustType": "Hybrid Azure AD joined"}, "location": {"city": "Kevinton", "state": "Smithton", "countryOrRegion": "XR", "geoCoordinates": {"latitude": -87.5106305, "longitude": -77.991036}}, "correlationId": "04280ac7-ec95-4635-bd5b-924303a59730", "conditionalAccessStatus": "failure", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "8b177317-83c7-4552-abde-9f317e0ec801", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 168, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Adobe Identity Management Service", "resourceId": "30663ca7-f8a9-43ab-8ca1-7906bdbc1485", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 256668, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "oHYZNgsrFMebPNOaVp0Ryri7B1ndESyFjEe3sPuAiCRUYkVE", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "a6c259e5-7f16-48b2-a9f3-75becd6daa9b", "rngcStatus": 0}}, {"time": "2022-08-28T14:06:25.647108Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "205.33.24.92", "correlationId": "ade8957d-8cf2-4354-b82b-a4f167935245", "identity": "Aaron Cole", "Level": 4, "location": "XD", "properties": {"id": "dafafffb-9e45-4fd2-84a0-bf451e3a6600", "createdDateTime": "2022-08-28T14:06:25.915108Z", "userDisplayName": "Aaron Cole", "userPrincipalName": "acole@domain.com", "userId": "5d557969-1645-4ba4-be83-b6fd943659f7", "appId": "1b3edb90-1e06-46db-b021-e2fc1f7ddaf5", "appDisplayName": "Beatrust", "ipAddress": "205.33.24.92", "status": {"errorCode": 0}, "clientAppUsed": "Browser", "deviceDetail": {"deviceId": "", "operatingSystem": "Windows 10", "browser": "Rich Client 5.2.7.0"}, "location": {"city": "Kristinmouth", "state": "Norrisbury", "countryOrRegion": "XD", "geoCoordinates": {"latitude": 26.278784, "longitude": -92.042573}}, "correlationId": "724ceb6a-0214-412e-b40d-5e8bf4cb45ee", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "b3a2e9a5-8ef1-4a45-a442-9bb04740ba62", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 268, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Beatrust Service", "resourceId": "f5d2a2c6-a513-4877-bde1-3ab04473ec93", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 214655, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "04HEO6Z79Pi2yQJ9W11I5fWl80Kko1yw4Adyz5oLDGhKFGrO", "incomingTokenType": "none", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "99b9b7dc-7e8a-4ed5-82df-fd174b5b04f1", "rngcStatus": 0}}, {"time": "2022-08-28T14:07:35.520111Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "63.94.19.180", "correlationId": "ce3a1dbe-e062-4c46-bf37-9e4e384aa894", "identity": "Vanessa Ramirez", "Level": 4, "location": "XD", "properties": {"id": "0d974f4a-644a-4dd3-8042-848579f26600", "createdDateTime": "2022-08-28T14:07:35.635111Z", "userDisplayName": "Vanessa Ramirez", "userPrincipalName": "vramirez@domain.com", "userId": "5d72b7ed-62ea-4b94-b931-ccef65d71ebd", "appId": "9a7e67c7-6f05-42a3-b226-97c7ec3e9696", "appDisplayName": "Adobe Identity Management", "ipAddress": "63.94.19.180", "status": {"errorCode": 0}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (X11; Linux i686) AppleWebKit/532.2 (KHTML, like Gecko) Chrome/21.0.853.0 Safari/532.2 Edge/89.19380", "deviceDetail": {"deviceId": "e395a3f4-8f2d-4170-804f-d3e13ce3151b", "displayName": "VANESSARAMIREZ-LT", "operatingSystem": "Windows 10", "browser": "Edge 89.19380", "trustType": "Azure AD registered"}, "location": {"city": "New James", "state": "Norrisbury", "countryOrRegion": "XD", "geoCoordinates": {"latitude": 64.5727225, "longitude": 92.661569}}, "correlationId": "c1b2b06a-4209-450f-bd48-bb139ff93e25", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "e72e7e2c-4005-4877-8709-c9ac3c8ffc9d", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 115, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Adobe Identity Management Service", "resourceId": "7d6a0897-8b82-49e9-90e2-d482fb9202bd", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 45904, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "nAI80BIBxhSgIiIqJeqvnEm5jjMOuHHa2wSOI8srZLMprSSP", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "537d9419-7e2b-4778-9102-62256bcfcf45", "rngcStatus": 0}}, {"time": "2022-08-28T14:18:07.607810Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "50158", "resultSignature": "None", "resultDescription": "External security challenge was not satisfied.", "durationMs": 0, "callerIpAddress": "44.22.19.201", "correlationId": "58f971fe-9649-465a-aac0-b30525b2db9b", "identity": "Thomas Price", "Level": 4, "location": "XN", "properties": {"id": "c7effe19-f517-48ca-9f7d-2de550b96700", "createdDateTime": "2022-08-28T14:18:07.723810Z", "userDisplayName": "Thomas Price", "userPrincipalName": "tprice@domain.com", "userId": "32109ee2-ee4f-4d11-9c38-2556aec0f2b5", "appId": "9a7e67c7-6f05-42a3-b226-97c7ec3e9696", "appDisplayName": "Adobe Identity Management", "ipAddress": "44.22.19.201", "status": {"errorCode": 50158, "failureReason": "External security challenge was not satisfied."}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (X11; Linux i686) AppleWebKit/535.2 (KHTML, like Gecko) Chrome/22.0.843.0 Safari/535.2 Edge/118.12158", "deviceDetail": {"deviceId": "35819889-abdc-47e0-b28d-5195d26e941f", "displayName": "THOMASPRICE-LT", "operatingSystem": "Windows 10", "browser": "Edge 118.12158", "trustType": "Hybrid Azure AD joined"}, "location": {"city": "Littlemouth", "state": "Alexanderfurt", "countryOrRegion": "XN", "geoCoordinates": {"latitude": 25.4437255, "longitude": -109.530885}}, "correlationId": "5829a01f-6532-4394-bfda-f91599976fee", "conditionalAccessStatus": "failure", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "ac71ee50-fd0b-4072-bcff-0f11effc37e5", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 116, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Adobe Identity Management Service", "resourceId": "30663ca7-f8a9-43ab-8ca1-7906bdbc1485", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 230297, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "VmfVsagjGqp5rULao3VNeK7IZTVviRylggFXeRAU95Cnxkw4", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "a6c259e5-7f16-48b2-a9f3-75becd6daa9b", "rngcStatus": 0}}, {"time": "2022-08-28T14:34:02.062260Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "134.219.180.76", "correlationId": "3bd317c0-8cce-4fb9-9352-ab0a5dfb0c37", "identity": "Joseph Taylor", "Level": 4, "location": "XF", "properties": {"id": "f1fc2489-d131-4e12-a62d-535fb5c28800", "createdDateTime": "2022-08-28T14:34:02.173260Z", "userDisplayName": "Joseph Taylor", "userPrincipalName": "jtaylor@domain.com", "userId": "af9847eb-c773-41ae-bf94-42747c5e986c", "appId": "b2421da4-c71e-46a9-b848-495ef54b79c4", "appDisplayName": "ServiceNow", "ipAddress": "134.219.180.76", "status": {"errorCode": 0, "additionalDetails": "MFA requirement satisfied by claim in the token"}, "clientAppUsed": "Browser", "deviceDetail": {"deviceId": "76b96bd3-e5d7-49ee-b195-bf363facdb3d", "displayName": "JOSEPHTAYLOR-LT", "operatingSystem": "Windows10", "browser": "Rich Client 4.30.1.0", "isCompliant": true, "isManaged": true, "trustType": "Azure AD joined"}, "location": {"city": "Mannville", "state": "Porterside", "countryOrRegion": "XF", "geoCoordinates": {"latitude": -50.9955705, "longitude": 104.613841}}, "mfaDetail": {}, "correlationId": "4185e25c-6996-4eec-8dfa-8bd9bd89a4ed", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "387e6d16-9086-47c9-9a2e-2430fc51f6f0", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 111, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "ServiceNow Online", "resourceId": "24578515-1951-4064-967d-0d2acaf0aa70", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 124400, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "z5JPdu8GsJTxioZ9hh27IEkhhXYKVKWfqzNoGmrvDsjNeZYC", "incomingTokenType": "none", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "0e68752b-7dfa-400b-a6f5-1b54af90696a", "rngcStatus": 0}}, {"time": "2022-08-28T14:36:12.442649Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "50158", "resultSignature": "None", "resultDescription": "External security challenge was not satisfied.", "durationMs": 0, "callerIpAddress": "92.110.109.246", "correlationId": "1aacfc59-092c-4eea-afe7-819eb341ef8a", "identity": "Thomas Price", "Level": 4, "location": "XR", "properties": {"id": "9a107f00-2749-4783-90dd-b348e5635e00", "createdDateTime": "2022-08-28T14:36:12.607649Z", "userDisplayName": "Thomas Price", "userPrincipalName": "tprice@domain.com", "userId": "32109ee2-ee4f-4d11-9c38-2556aec0f2b5", "appId": "9a7e67c7-6f05-42a3-b226-97c7ec3e9696", "appDisplayName": "Adobe Identity Management", "ipAddress": "92.110.109.246", "status": {"errorCode": 50158, "failureReason": "External security challenge was not satisfied."}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (X11; Linux i686) AppleWebKit/535.2 (KHTML, like Gecko) Chrome/22.0.843.0 Safari/535.2 Edge/118.12158", "deviceDetail": {"deviceId": "fb4d911d-6441-411b-868f-d25d5586a326", "displayName": "THOMASPRICE-LT", "operatingSystem": "Windows 10", "browser": "Edge 118.12158", "trustType": "Hybrid Azure AD joined"}, "location": {"city": "Port Denisetown", "state": "Smithton", "countryOrRegion": "XR", "geoCoordinates": {"latitude": 3.5518965, "longitude": 131.871582}}, "correlationId": "11d4f125-3fa7-490e-96cb-79643497611c", "conditionalAccessStatus": "failure", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "024e1f82-8885-499f-bf26-9a14dc4df5fd", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "processingTimeInMilliseconds": 165, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Adobe Identity Management Service", "resourceId": "30663ca7-f8a9-43ab-8ca1-7906bdbc1485", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 230297, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "wnwjdEvFDemeDFfjyyfSF44QmPIvkwZedbcQOMD3LIRmhOUZ", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "a6c259e5-7f16-48b2-a9f3-75becd6daa9b"}}, {"time": "2022-08-28T14:51:14.930400Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "42.62.103.34", "correlationId": "b2fb3bd9-504c-4298-84e9-e30d5dbd7420", "identity": "Joseph Taylor", "Level": 4, "location": "XF", "properties": {"id": "b07bba22-ec36-47ef-95f1-3c7fb0153a00", "createdDateTime": "2022-08-28T14:51:15.044400Z", "userDisplayName": "Joseph Taylor", "userPrincipalName": "jtaylor@domain.com", "userId": "af9847eb-c773-41ae-bf94-42747c5e986c", "appId": "9a7e67c7-6f05-42a3-b226-97c7ec3e9696", "appDisplayName": "Adobe Identity Management", "ipAddress": "42.62.103.34", "status": {"errorCode": 0, "additionalDetails": "MFA requirement satisfied by claim in the token"}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (iPad; CPU iPad OS 9_3_6 like Mac OS X) AppleWebKit/536.1 (KHTML, like Gecko) CriOS/42.0.865.0 Mobile/77O124 Safari/536.1 Edge/99.14477", "deviceDetail": {"deviceId": "76b96bd3-e5d7-49ee-b195-bf363facdb3d", "displayName": "JOSEPHTAYLOR-LT", "operatingSystem": "Windows 10", "browser": "Edge 99.14477", "isCompliant": true, "isManaged": true, "trustType": "Azure AD joined"}, "location": {"city": "Jessicafurt", "state": "Smithbury", "countryOrRegion": "XF", "geoCoordinates": {"latitude": 17.5082395, "longitude": -115.304215}}, "mfaDetail": {}, "correlationId": "d0f449f6-42c4-4dac-9b2a-837fbe4534fb", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "490c4c91-edf7-4509-adc6-881a6b4c494f", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 114, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Adobe Identity Management Service", "resourceId": "72f0186d-d327-46c9-a8ff-497e0caa8691", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 393508, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "5sATZvwZ2V7ewMsCrgJI8HQ078o1y1LTrJGHURUPNCH5eTed", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": null, "rngcStatus": 0}}, {"time": "2022-08-28T14:57:40.833844Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "156.206.181.119", "correlationId": "13885aea-7fbb-4d30-a0fd-3ac48423ac87", "identity": "Cynthia Perry", "Level": 4, "location": "XY", "properties": {"id": "6473c500-d394-4e1a-accb-47d706984900", "createdDateTime": "2022-08-28T14:57:40.962844Z", "userDisplayName": "Cynthia Perry", "userPrincipalName": "cperry@domain.com", "userId": "ac5fa380-9d5b-470e-beb2-5ba10aca48e6", "appId": "9de6e985-97a5-4d82-9c45-aedaa9c25ef9", "appDisplayName": "AWS Single-Account Access", "ipAddress": "156.206.181.119", "status": {"errorCode": 0}, "clientAppUsed": "Browser", "deviceDetail": {"deviceId": "", "operatingSystem": "Windows"}, "location": {"city": "Hannaville", "state": "Thomashaven", "countryOrRegion": "XY", "geoCoordinates": {"latitude": 1.1452695, "longitude": 128.249211}}, "correlationId": "cdc299de-ac4c-4b16-a7b1-77369f692ada", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "3bd2decf-6db3-425e-a79e-5d486129869c", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "processingTimeInMilliseconds": 129, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "AWS Single-Account Access Service", "resourceId": "f0630e90-b752-4960-bfb9-a0794fc34930", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 279165, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "oAl9Ju55ZjHIfIR6UtxFPtt9LCyH4Pq6ziTl8L7yFUd29HCX", "incomingTokenType": "none", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "1f37c851-4be4-455b-928a-fbde7845a68a"}}, {"time": "2022-08-28T14:58:59.149985Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "147.132.189.119", "correlationId": "054b98d0-3328-43d2-9923-aa5988e32983", "identity": "Terry Proctor", "Level": 4, "location": "XR", "properties": {"id": "5e1f96fa-d5c3-4e87-a10d-952eca2e6b00", "createdDateTime": "2022-08-28T14:58:59.474985Z", "userDisplayName": "Terry Proctor", "userPrincipalName": "tproctor@domain.com", "userId": "03110cc5-e54f-4dae-b68a-bf5d945f8152", "appId": "51a80452-7502-4b15-9e15-827c7d78e337", "appDisplayName": "Dropbox Business", "ipAddress": "147.132.189.119", "status": {"errorCode": 0}, "clientAppUsed": "Mobile Apps and Desktop clients", "deviceDetail": {"deviceId": "88ee69d5-1eb7-4f29-b594-e9b4e3371940", "displayName": "TERRYPROCTOR-LT", "operatingSystem": "Windows 10", "browser": "Rich Client 5.2.9.0", "isCompliant": true, "isManaged": true, "trustType": "Azure AD joined"}, "location": {"city": "Port Denisetown", "state": "Smithton", "countryOrRegion": "XR", "geoCoordinates": {"latitude": 3.5518965, "longitude": 131.871582}}, "correlationId": "58c4d9a3-e70d-4078-8896-013640355836", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "8705c3dc-3047-4cd9-937b-32521746e746", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 325, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Dropbox Business Online", "resourceId": "fcbb342e-c15e-4612-8a70-e3156b81556f", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 256668, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "6t9XFGxrSfPgLO2V6RleRaTrUAPAKRKPWNCcJnZXPjxP4qpZ", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "0fd3a253-6124-461e-bab2-32ec73c1c1ad", "rngcStatus": 0}}, {"time": "2022-08-28T15:01:28.549427Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "147.132.189.119", "correlationId": "ac65079d-a4b1-4e8d-a423-4117684797d6", "identity": "Melissa Martin", "Level": 4, "location": "XR", "properties": {"id": "d43ff6b9-d2e4-4291-bf54-8dd9468f8a00", "createdDateTime": "2022-08-28T15:01:28.650427Z", "userDisplayName": "Melissa Martin", "userPrincipalName": "mmartin@domain.com", "userId": "632ccb55-03a7-40f4-9893-653527cae790", "appId": "e47a1d38-5f61-45cd-b1b9-bc92f525c598", "appDisplayName": "Altoura", "ipAddress": "147.132.189.119", "status": {"errorCode": 0}, "clientAppUsed": "Browser", "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 12_4_8 like Mac OS X) AppleWebKit/536.2 (KHTML, like Gecko) CriOS/39.0.845.0 Mobile/81S373 Safari/536.2 Edge/40.11827", "deviceDetail": {"deviceId": "", "operatingSystem": "Windows 10", "browser": "Edge 40.11827"}, "location": {"city": "Port Denisetown", "state": "Smithton", "countryOrRegion": "XR", "geoCoordinates": {"latitude": 3.5518965, "longitude": 131.871582}}, "correlationId": "21cde818-5d9e-43bc-8319-161639ccfa84", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "cd17ef46-c9f5-4345-80e6-32cf8139ffab", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 101, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Altoura Online", "resourceId": "f0630e90-b752-4960-bfb9-a0794fc34930", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 256668, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "R4zxvS79YPuFqbj2NEf5DBobJH6wSi1ceZk3owsiIDgoTusv", "incomingTokenType": "none", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "1f37c851-4be4-455b-928a-fbde7845a68a", "rngcStatus": 0}}, {"time": "2022-08-28T15:04:45.266771Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "1.210.58.10", "correlationId": "6aec3ef6-efe9-430e-9224-aa0e262efc09", "identity": "Keith Sheppard", "Level": 4, "location": "XD", "properties": {"id": "e77f7dfb-e270-4e13-aaf4-26971f5f5d00", "createdDateTime": "2022-08-28T15:04:45.347771Z", "userDisplayName": "Keith Sheppard", "userPrincipalName": "ksheppard@domain.com", "userId": "05bd48f1-91d2-4c2d-9a7c-80e80f561b3c", "appId": "9a7e67c7-6f05-42a3-b226-97c7ec3e9696", "appDisplayName": "Adobe Identity Management", "ipAddress": "1.210.58.10", "status": {"errorCode": 0}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (Windows NT 4.0) AppleWebKit/531.1 (KHTML, like Gecko) Chrome/20.0.823.0 Safari/531.1 Edge/87.11424", "deviceDetail": {"deviceId": "639815fd-5018-4e38-9d81-67538b2ce460", "displayName": "KEITHSHEPPARD-LT", "operatingSystem": "Windows 10", "browser": "Edge 87.11424", "trustType": "Azure AD registered"}, "location": {"city": "Cooperhaven", "state": "Norrisbury", "countryOrRegion": "XD", "geoCoordinates": {"latitude": 70.436398, "longitude": -23.873747}}, "correlationId": "8e26a556-593f-47ad-8a8b-eb1ccb68f6ef", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "0eccfbb1-7d87-44b4-ba39-eaa58b84f4b9", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "processingTimeInMilliseconds": 81, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Adobe Identity Management Service", "resourceId": "7d6a0897-8b82-49e9-90e2-d482fb9202bd", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 69487, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "06ZjMlGuUNiIXWuJIOejnhA3UBWhzVHN7Z5PPx14moqjF5x9", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "537d9419-7e2b-4778-9102-62256bcfcf45"}}, {"time": "2022-08-28T15:46:47.154749Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "13.113.40.157", "correlationId": "9e392901-047f-44c9-9139-7aa6e5d427d2", "identity": "Attack Target", "Level": 4, "location": "XR", "properties": {"id": "2ec58a60-47cc-4e67-815d-e9dab87b5e00", "createdDateTime": "2022-08-28T15:46:47.283749Z", "userDisplayName": "Attack Target", "userPrincipalName": "attacktarget@domain.com", "userId": "d735e84b-dcca-404d-9f7d-700f360f41a6", "appId": "9a7e67c7-6f05-42a3-b226-97c7ec3e9696", "appDisplayName": "Adobe Identity Management", "ipAddress": "13.113.40.157", "ipAddressFromResourceProvider": "13.113.40.157", "status": {"errorCode": 0}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (iPad; CPU iPad OS 9_3_6 like Mac OS X) AppleWebKit/536.1 (KHTML, like Gecko) CriOS/42.0.865.0 Mobile/77O124 Safari/536.1 Edge/99.14477", "deviceDetail": {"deviceId": "a44625dc-6f81-449a-9799-8005f7209b42", "displayName": "ATTACKTARGET-LT", "operatingSystem": "Windows 10", "browser": "Edge 99.14477", "trustType": "Azure AD registered"}, "location": {"city": "New John", "state": "Smithfort", "countryOrRegion": "XR", "geoCoordinates": {"latitude": -89.144242, "longitude": 168.119022}}, "correlationId": "43ffcf1f-4166-4c45-83b4-12444f03c0ce", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "564239a9-29e7-47cf-8428-59ea5fcf7cca", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "processingTimeInMilliseconds": 129, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Adobe Identity Management Service", "resourceId": "c8eab36d-0a82-409d-8693-a8dabc997921", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 34974, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "MQtg8QwRFYcufzKXhXIzppL0MgaOMTo2ETWn2KOnUFfZbhqU", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "2248d3ef-d7b8-4eb2-bd20-fb53f725bfe3"}}, {"time": "2022-08-28T15:54:04.830461Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "SignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "42.62.103.34", "correlationId": "01d2e83d-604f-0001-5657-d3014f60d801", "identity": "Joseph Taylor", "Level": 4, "location": "XF", "properties": {"id": "d215b474-705f-4a73-b7f2-f7259f696600", "createdDateTime": "2022-08-28T15:54:04.913461Z", "userDisplayName": "Joseph Taylor", "userPrincipalName": "jtaylor@domain.com", "userId": "af9847eb-c773-41ae-bf94-42747c5e986c", "appId": "895b9fb3-4084-4f9f-a314-d082d67e3c5c", "appDisplayName": "Airstack", "ipAddress": "42.62.103.34", "status": {"errorCode": 0}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (iPad; CPU iPad OS 9_3_5 like Mac OS X) AppleWebKit/536.1 (KHTML, like Gecko) CriOS/26.0.852.0 Mobile/33A194 Safari/536.1 Edge/27.13255", "deviceDetail": {"deviceId": "", "operatingSystem": "Windows 10", "browser": "Edge 27.13255"}, "location": {"city": "Jessicafurt", "state": "Smithbury", "countryOrRegion": "XF", "geoCoordinates": {"latitude": 17.5082395, "longitude": -115.304215}}, "correlationId": "70e63457-563d-4397-924e-3199f9d3a112", "conditionalAccessStatus": "notApplied", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "ad855994-bbe6-41c7-b913-ade832a68a31", "isInteractive": true, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 83, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Airstack Service", "resourceId": "01f2a7c1-e668-4e23-a099-726ca374f477", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "alternateSignInName": "jtaylor1@domain.com", "signInIdentifier": "jtaylor1@domain.com", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 393508, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "SD5YnzPFD8yZDeMvy76h8yPlKeUfSn7fHmmWC4m4VouAOEnQ", "incomingTokenType": "none", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "e133b8e5-4d8b-4e43-9ae4-962ce64fbbd5", "rngcStatus": 0}}, {"time": "2022-08-28T16:01:55.036157Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "SignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "50158", "resultSignature": "None", "resultDescription": "External security challenge was not satisfied.", "durationMs": 0, "callerIpAddress": "156.206.181.119", "correlationId": "db7d3ba0-00b0-1000-a35a-dd4e7616999a", "identity": "Cynthia Perry", "Level": 4, "location": "XY", "properties": {"id": "b84db3dc-6311-47ec-98ed-c250b86d6a00", "createdDateTime": "2022-08-28T16:01:55.156157Z", "userDisplayName": "Cynthia Perry", "userPrincipalName": "cperry@domain.com", "userId": "ac5fa380-9d5b-470e-beb2-5ba10aca48e6", "appId": "439cf80c-f381-45bd-9b6a-a006882e7246", "appDisplayName": "Atlassian Cloud", "ipAddress": "156.206.181.119", "status": {"errorCode": 50158, "failureReason": "External security challenge was not satisfied."}, "clientAppUsed": "Browser", "userAgent": "Mozilla/5.0 (Linux; Android 2.3.5) AppleWebKit/532.2 (KHTML, like Gecko) Chrome/46.0.898.0 Safari/532.2 Edge/105.19198", "deviceDetail": {"deviceId": "", "operatingSystem": "Windows 10", "browser": "Edge 105.19198"}, "location": {"city": "Hannaville", "state": "Thomashaven", "countryOrRegion": "XY", "geoCoordinates": {"latitude": 1.1452695, "longitude": 128.249211}}, "correlationId": "11c4a0ca-6f92-4cf9-b9e1-2acc60d0e43e", "conditionalAccessStatus": "failure", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "5188b337-a7ab-4097-aeec-9a583e609042", "isInteractive": true, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 120, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Atlassian Cloud", "resourceId": "c8eab36d-0a82-409d-8693-a8dabc997921", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "alternateSignInName": "cperry1@domain.com", "signInIdentifier": "cperry1@domain.com", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 279165, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "IllkWWyB0i6UAsJ6z1VcD3BhSy9FbLq2k7tBc5FhGXZ0oF6a", "incomingTokenType": "none", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "2248d3ef-d7b8-4eb2-bd20-fb53f725bfe3", "rngcStatus": 0}}, {"time": "2022-08-28T16:17:57.665886Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "205.33.24.92", "correlationId": "d899bd5c-660e-422f-a9b2-e20174115a0e", "identity": "Aaron Cole", "Level": 4, "location": "XD", "properties": {"id": "bda3243b-e692-4956-ba3d-d3403ff76e00", "createdDateTime": "2022-08-28T16:17:57.748886Z", "userDisplayName": "Aaron Cole", "userPrincipalName": "acole@domain.com", "userId": "5d557969-1645-4ba4-be83-b6fd943659f7", "appId": "36f74ffc-90e8-46e0-b0ed-588b76ed6f47", "appDisplayName": "Inspire", "ipAddress": "205.33.24.92", "status": {"errorCode": 0}, "clientAppUsed": "Browser", "userAgent": "Mozilla/5.0 (X11; Linux i686) AppleWebKit/536.2 (KHTML, like Gecko) Chrome/22.0.877.0 Safari/536.2", "deviceDetail": {"deviceId": "", "operatingSystem": "Windows 10", "browser": "Chrome 22.0.877.0"}, "location": {"city": "Kristinmouth", "state": "Norrisbury", "countryOrRegion": "XD", "geoCoordinates": {"latitude": 26.278784, "longitude": -92.042573}}, "correlationId": "68f8963e-8b2c-49e8-807a-db8af4cf5c85", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "7e91db24-aa85-4f6a-a86c-a09114674da5", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 83, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Inspire Online", "resourceId": "f0630e90-b752-4960-bfb9-a0794fc34930", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 214655, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "KREZ3FiYez4l0FDlhQRB39LsEIEheopRzUfLG4faNHA78elq", "incomingTokenType": "none", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "1f37c851-4be4-455b-928a-fbde7845a68a", "rngcStatus": 0}}, {"time": "2022-08-28T16:32:50.052626Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "91.132.253.146", "correlationId": "40c1e191-aa66-46eb-b949-503d4bb0a1a7", "identity": "Aaron Cole", "Level": 4, "location": "XD", "properties": {"id": "de11f2d6-e163-499e-b108-6f9777619600", "createdDateTime": "2022-08-28T16:32:50.127626Z", "userDisplayName": "Aaron Cole", "userPrincipalName": "acole@domain.com", "userId": "5d557969-1645-4ba4-be83-b6fd943659f7", "appId": "bf2855c0-7434-4262-8885-ad2f5206d324", "appDisplayName": "COINS Construction Cloud - Project and Productivity Apps", "ipAddress": "91.132.253.146", "status": {"errorCode": 0}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (iPad; CPU iPad OS 14_2 like Mac OS X) AppleWebKit/535.2 (KHTML, like Gecko) CriOS/33.0.816.0 Mobile/88O531 Safari/535.2 Edge/117.19612", "deviceDetail": {"deviceId": "", "operatingSystem": "Windows 10", "browser": "Edge 117.19612"}, "location": {"city": "Rickshire", "state": "Norrisbury", "countryOrRegion": "XD", "geoCoordinates": {"latitude": -78.5751045, "longitude": 58.329246}}, "correlationId": "149e55f0-39e1-4cb1-90e9-908b25752daf", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "2f188be2-5665-4ad2-bf28-b680af94369f", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 75, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "COINS Construction Cloud - Project and Productivity Apps Service", "resourceId": "f0630e90-b752-4960-bfb9-a0794fc34930", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 214655, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "9OjVC5yVThfxswYBPBJYqWTFRpFrSgbkZd9076ltrKovr8qp", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "1f37c851-4be4-455b-928a-fbde7845a68a", "rngcStatus": 0}}, {"time": "2022-08-28T16:36:32.374660Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "SignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "42.62.103.34", "correlationId": "40f3876f-8132-435b-97eb-ae971177e6a1", "identity": "Joseph Taylor", "Level": 4, "location": "XF", "properties": {"id": "4c995af8-3e38-4dcb-9141-ed01c9137000", "createdDateTime": "2022-08-28T16:36:32.515660Z", "userDisplayName": "Joseph Taylor", "userPrincipalName": "jtaylor@domain.com", "userId": "af9847eb-c773-41ae-bf94-42747c5e986c", "appId": "36f74ffc-90e8-46e0-b0ed-588b76ed6f47", "appDisplayName": "Inspire", "ipAddress": "42.62.103.34", "status": {"errorCode": 0, "additionalDetails": "MFA requirement satisfied by claim in the token"}, "clientAppUsed": "Browser", "userAgent": "Mozilla/5.0 (Linux; Android 2.3.5) AppleWebKit/532.2 (KHTML, like Gecko) Chrome/46.0.898.0 Safari/532.2 Edge/105.19198", "deviceDetail": {"deviceId": "76b96bd3-e5d7-49ee-b195-bf363facdb3d", "displayName": "JOSEPHTAYLOR-LT", "operatingSystem": "Windows 10", "browser": "Edge 105.19198", "isCompliant": true, "isManaged": true, "trustType": "Azure AD joined"}, "location": {"city": "Jessicafurt", "state": "Smithbury", "countryOrRegion": "XF", "geoCoordinates": {"latitude": 17.5082395, "longitude": -115.304215}}, "mfaDetail": {}, "correlationId": "fd980636-48aa-4139-a6af-aea3ae13910a", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "c8cd76cc-c956-464a-a650-5bb026bbad0a", "isInteractive": true, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 141, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Inspire Online", "resourceId": "f0630e90-b752-4960-bfb9-a0794fc34930", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 393508, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "kCZOgjI8qhHmMsMJHKagclVXJHH0w0p40lTyJ5ydlMRjhxKg", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "1f37c851-4be4-455b-928a-fbde7845a68a", "rngcStatus": 0}}, {"time": "2022-08-28T16:37:30.419350Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "42.62.103.34", "correlationId": "580db5dc-23f5-4051-8336-28cd4428548b", "identity": "Joseph Taylor", "Level": 4, "location": "XF", "properties": {"id": "df57eaed-63aa-4a28-8eda-7df8f2c46e00", "createdDateTime": "2022-08-28T16:37:30.608350Z", "userDisplayName": "Joseph Taylor", "userPrincipalName": "jtaylor@domain.com", "userId": "af9847eb-c773-41ae-bf94-42747c5e986c", "appId": "9c5b7fe3-0ad2-4ea6-94e5-9e0001f367e3", "appDisplayName": "Articulate 360", "ipAddress": "42.62.103.34", "status": {"errorCode": 0, "additionalDetails": "MFA requirement satisfied by claim in the token"}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (iPad; CPU iPad OS 9_3_6 like Mac OS X) AppleWebKit/536.1 (KHTML, like Gecko) CriOS/42.0.865.0 Mobile/77O124 Safari/536.1 Edge/99.14477", "deviceDetail": {"deviceId": "76b96bd3-e5d7-49ee-b195-bf363facdb3d", "displayName": "JOSEPHTAYLOR-LT", "operatingSystem": "Windows 10", "browser": "Edge 99.14477", "isCompliant": true, "isManaged": true, "trustType": "Azure AD joined"}, "location": {"city": "Jessicafurt", "state": "Smithbury", "countryOrRegion": "XF", "geoCoordinates": {"latitude": 17.5082395, "longitude": -115.304215}}, "mfaDetail": {}, "correlationId": "ce99155e-37d4-4bc6-bad9-927ce6dc23c9", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "e1027f0b-4681-4985-8968-647cff65a068", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 189, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Articulate 360 Online", "resourceId": "436260d5-3791-4aea-a4da-aa698ec35f2f", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 393508, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "lZmusvgWfkPJaN1aX4MpUPPFsTLePNKG9wecpLilK7lEF7qR", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "94b9f3ba-5f4b-4edc-99dc-a420b76960f9", "rngcStatus": 0}}, {"time": "2022-08-28T16:49:18.423146Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "212.169.11.63", "correlationId": "838c1f18-f358-4eba-bd6a-294fd28f166c", "identity": "Kristen Howell", "Level": 4, "location": "XR", "properties": {"id": "0171151e-6e1f-4bc0-81e6-ff4686416c00", "createdDateTime": "2022-08-28T16:49:18.536146Z", "userDisplayName": "Kristen Howell", "userPrincipalName": "khowell@domain.com", "userId": "20e1e3f9-665f-45bd-9984-5e74b526d3b5", "appId": "9a7e67c7-6f05-42a3-b226-97c7ec3e9696", "appDisplayName": "Adobe Identity Management", "ipAddress": "212.169.11.63", "status": {"errorCode": 0}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (iPad; CPU iPad OS 9_3_6 like Mac OS X) AppleWebKit/536.1 (KHTML, like Gecko) CriOS/42.0.865.0 Mobile/77O124 Safari/536.1 Edge/99.14477", "deviceDetail": {"deviceId": "caf12d64-01ec-4396-b330-e7eb6349ad45", "displayName": "KRISTENHOWELL-LT", "operatingSystem": "Windows 10", "browser": "Edge 99.14477", "trustType": "Azure AD registered"}, "location": {"city": "North Lisachester", "state": "Smithton", "countryOrRegion": "XR", "geoCoordinates": {"latitude": -69.00844, "longitude": -172.534328}}, "correlationId": "cac59b94-32b0-4cf3-8dfc-bf6c3155252b", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "7ae7b85f-e34f-4c8d-a5cc-53b883cac949", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 113, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Adobe Identity Management Service", "resourceId": "7d6a0897-8b82-49e9-90e2-d482fb9202bd", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 144064, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "iS5PRduzcOsgjlZIooKEjTa0i2roHcIizaCsd50hmDinL2ib", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "537d9419-7e2b-4778-9102-62256bcfcf45", "rngcStatus": 0}}, {"time": "2022-08-28T16:53:17.180729Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "91.132.253.146", "correlationId": "a8e8e209-c4f7-40bd-9a15-f21d02b8b717", "identity": "Aaron Cole", "Level": 4, "location": "XD", "properties": {"id": "7911156a-02ea-4cca-ba29-f657e6b68000", "createdDateTime": "2022-08-28T16:53:17.257729Z", "userDisplayName": "Aaron Cole", "userPrincipalName": "acole@domain.com", "userId": "5d557969-1645-4ba4-be83-b6fd943659f7", "appId": "e47a1d38-5f61-45cd-b1b9-bc92f525c598", "appDisplayName": "Altoura", "ipAddress": "91.132.253.146", "status": {"errorCode": 0}, "clientAppUsed": "Browser", "userAgent": "Mozilla/5.0 (Linux; Android 2.3.5) AppleWebKit/532.2 (KHTML, like Gecko) Chrome/46.0.898.0 Safari/532.2 Edge/105.19198", "deviceDetail": {"deviceId": "", "operatingSystem": "Windows 10", "browser": "Edge 105.19198"}, "location": {"city": "Rickshire", "state": "Norrisbury", "countryOrRegion": "XD", "geoCoordinates": {"latitude": -78.5751045, "longitude": 58.329246}}, "correlationId": "b109c173-2e0c-4141-9c74-d83a40f12b59", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "b75840e6-666c-4228-8e84-ee1cc1412226", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 77, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Altoura Online", "resourceId": "f0630e90-b752-4960-bfb9-a0794fc34930", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 214655, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "yqkrDwcFA40JGAYE4YMRWDTPfXaAGrVh7lbctFeBxmplHN0q", "incomingTokenType": "none", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "1f37c851-4be4-455b-928a-fbde7845a68a", "rngcStatus": 0}}, {"time": "2022-08-28T17:32:45.869742Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "86.154.193.190", "correlationId": "3088f9d6-349a-4893-9607-bf4789573b07", "identity": "Kristen Howell", "Level": 4, "location": "XR", "properties": {"id": "8df1cc0f-951a-4b64-867c-236152086c00", "createdDateTime": "2022-08-28T17:32:46.106742Z", "userDisplayName": "Kristen Howell", "userPrincipalName": "khowell@domain.com", "userId": "20e1e3f9-665f-45bd-9984-5e74b526d3b5", "appId": "9c5b7fe3-0ad2-4ea6-94e5-9e0001f367e3", "appDisplayName": "Articulate 360", "ipAddress": "86.154.193.190", "status": {"errorCode": 0}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (X11; Linux i686) AppleWebKit/533.0 (KHTML, like Gecko) Chrome/24.0.803.0 Safari/533.0 Edge/40.11325", "deviceDetail": {"deviceId": "af204333-3bdf-4228-bbeb-e3a654075b5c", "displayName": "KRISTENHOWELL-LT", "operatingSystem": "Windows 10", "browser": "Edge 40.11325", "trustType": "Azure AD registered"}, "location": {"city": "Port Denisetown", "state": "Smithton", "countryOrRegion": "XR", "geoCoordinates": {"latitude": 3.5518965, "longitude": 131.871582}}, "correlationId": "71120a90-198a-4879-a182-b806d915d8a2", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "89b4f013-ec6a-4ee3-976e-5c2267083933", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 237, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Articulate 360 Online", "resourceId": "436260d5-3791-4aea-a4da-aa698ec35f2f", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 256668, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "UVCd76gcqIU9hGWg3tbRtEvBGSNLmdllUoh1aAu5IB7eXBby", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "94b9f3ba-5f4b-4edc-99dc-a420b76960f9", "rngcStatus": 0}}, {"time": "2022-08-28T17:41:45.523848Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "50158", "resultSignature": "None", "resultDescription": "External security challenge was not satisfied.", "durationMs": 0, "callerIpAddress": "147.132.189.119", "correlationId": "aa4e1714-ff5b-4b83-8047-814d066d1992", "identity": "Cassie Fernandez", "Level": 4, "location": "XR", "properties": {"id": "528a72ae-c612-474f-a22e-2f698d737300", "createdDateTime": "2022-08-28T17:41:45.645848Z", "userDisplayName": "Cassie Fernandez", "userPrincipalName": "cfernandez@domain.com", "userId": "67ef8be6-3f44-4db7-8172-fd6211428c1e", "appId": "79510a8f-6421-4348-a2ea-bcc2b02485c1", "appDisplayName": "Cisco AnyConnect", "ipAddress": "147.132.189.119", "status": {"errorCode": 50158, "failureReason": "External security challenge was not satisfied."}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (iPad; CPU iPad OS 9_3_6 like Mac OS X) AppleWebKit/536.1 (KHTML, like Gecko) CriOS/42.0.865.0 Mobile/77O124 Safari/536.1 Edge/99.14477", "deviceDetail": {"deviceId": "bf67c857-685a-4457-89c4-db2afa581bd2", "displayName": "CASSIEFERNANDEZ-LT", "operatingSystem": "Windows 10", "browser": "Edge 99.14477", "trustType": "Hybrid Azure AD joined"}, "location": {"city": "Port Denisetown", "state": "Smithton", "countryOrRegion": "XR", "geoCoordinates": {"latitude": 3.5518965, "longitude": 131.871582}}, "correlationId": "fef8c5ec-7923-4948-838a-231e9fe53ded", "conditionalAccessStatus": "failure", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "efb46037-8f15-497d-9ed3-8a11c296987a", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 122, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Cisco AnyConnect Online", "resourceId": "5d5b8d28-6a28-472e-b837-a4094e466965", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 256668, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "OjsTUEELOsqpimRzSJX4717TFT3jJSp7nTs2mcnTqPvK5y4j", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "15655e1f-5005-4c53-b3c0-c4a1d1ca5e9e", "rngcStatus": 0}}, {"time": "2022-08-28T17:54:31.656848Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "57.9.228.50", "correlationId": "5a648e90-16e7-4342-aa6d-d64681573def", "identity": "Thomas Price", "Level": 4, "location": "XQ", "properties": {"id": "5157fc82-82da-43b7-8f8f-e2f48efb5900", "createdDateTime": "2022-08-28T17:54:31.790848Z", "userDisplayName": "Thomas Price", "userPrincipalName": "tprice@domain.com", "userId": "32109ee2-ee4f-4d11-9c38-2556aec0f2b5", "appId": "2eae4ad1-8cae-48fe-b718-76bd66e2fc7f", "appDisplayName": "Bipsync", "ipAddress": "57.9.228.50", "status": {"errorCode": 0}, "clientAppUsed": "Mobile Apps and Desktop clients", "deviceDetail": {"deviceId": "", "operatingSystem": "Android"}, "location": {"city": "Francoshire", "state": "Chanshire", "countryOrRegion": "XQ", "geoCoordinates": {"latitude": -6.227289, "longitude": -139.229536}}, "correlationId": "9985e4dd-0ea2-45b3-af70-a51ffcceffac", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "45206410-6074-4475-8413-57d442032b5c", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "processingTimeInMilliseconds": 134, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Bipsync Service", "resourceId": "93ee6802-e0f9-416b-8a18-b44be75fd6cf", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 497360, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "X5Np2AsvhRMITkh9RHDUgKhx3rf14LiINSrzkOvpCTOtAT8t", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "ec76516d-4aa9-4926-a13c-35e45c2f779b"}}, {"time": "2022-08-28T17:55:32.785642Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "156.206.181.119", "correlationId": "c0e6da64-8029-4cca-9318-8d0c1e27b489", "identity": "Cynthia Perry", "Level": 4, "location": "XY", "properties": {"id": "b833bcd2-4c2b-43a0-9673-9bc648f46d00", "createdDateTime": "2022-08-28T17:55:32.882642Z", "userDisplayName": "Cynthia Perry", "userPrincipalName": "cperry@domain.com", "userId": "ac5fa380-9d5b-470e-beb2-5ba10aca48e6", "appId": "9de6e985-97a5-4d82-9c45-aedaa9c25ef9", "appDisplayName": "AWS Single-Account Access", "ipAddress": "156.206.181.119", "status": {"errorCode": 0}, "clientAppUsed": "Browser", "deviceDetail": {"deviceId": "", "operatingSystem": "Windows"}, "location": {"city": "Hannaville", "state": "Thomashaven", "countryOrRegion": "XY", "geoCoordinates": {"latitude": 1.1452695, "longitude": 128.249211}}, "correlationId": "8e855ef1-1b93-457c-bb53-795699bf557a", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "1fe449e0-36da-49f8-a92e-2d8814bea587", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 97, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "AWS Single-Account Access Service", "resourceId": "72f0186d-d327-46c9-a8ff-497e0caa8691", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 279165, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "vaedZaYS2i8cWEm0Opqcb36mocTwjRu6eI7yW1XXLoInRy6Y", "incomingTokenType": "none", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": null, "rngcStatus": 0}}, {"time": "2022-08-28T18:00:44.018890Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "13.113.40.157", "correlationId": "c64a1278-a662-4d02-a416-e0837b679e8a", "identity": "Attack Target", "Level": 4, "location": "XR", "properties": {"id": "1c658931-6466-4ef6-9398-7404faca6f00", "createdDateTime": "2022-08-28T18:00:44.141890Z", "userDisplayName": "Attack Target", "userPrincipalName": "attacktarget@domain.com", "userId": "d735e84b-dcca-404d-9f7d-700f360f41a6", "appId": "9a7e67c7-6f05-42a3-b226-97c7ec3e9696", "appDisplayName": "Adobe Identity Management", "ipAddress": "13.113.40.157", "status": {"errorCode": 0}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (iPad; CPU iPad OS 9_3_6 like Mac OS X) AppleWebKit/536.1 (KHTML, like Gecko) CriOS/42.0.865.0 Mobile/77O124 Safari/536.1 Edge/99.14477", "deviceDetail": {"deviceId": "a44625dc-6f81-449a-9799-8005f7209b42", "displayName": "ATTACKTARGET-LT", "operatingSystem": "Windows 10", "browser": "Edge 99.14477", "trustType": "Azure AD registered"}, "location": {"city": "Smithfort", "state": "Smithfort", "countryOrRegion": "XR", "geoCoordinates": {"latitude": 3.7564095, "longitude": -121.574606}}, "correlationId": "a5f038ed-361d-4e72-9ebc-a80b6e86b69f", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "111d8dc1-ae18-4c2a-b7f1-7597d742a179", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 123, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Adobe Identity Management Service", "resourceId": "9a84f55e-3a40-492c-9476-e069f64ed7a6", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 34974, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "6Pr9zylNbgoXN2DocFCNwp6puGSRQwDl7z7avKdrhQ938P9Q", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "37ee873b-f901-4e25-be69-010243106d0f", "rngcStatus": 0}}, {"time": "2022-08-28T18:14:02.574353Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "42.62.103.34", "correlationId": "4886c941-5ac9-4e75-a499-d1eb26b78cbb", "identity": "Joseph Taylor", "Level": 4, "location": "XF", "properties": {"id": "bddc03c8-8da3-4ef6-8ef9-a503c5ad8f00", "createdDateTime": "2022-08-28T18:14:02.803353Z", "userDisplayName": "Joseph Taylor", "userPrincipalName": "jtaylor@domain.com", "userId": "af9847eb-c773-41ae-bf94-42747c5e986c", "appId": "1b3edb90-1e06-46db-b021-e2fc1f7ddaf5", "appDisplayName": "Beatrust", "ipAddress": "42.62.103.34", "status": {"errorCode": 0}, "clientAppUsed": "Browser", "deviceDetail": {"deviceId": "", "operatingSystem": "MacOs", "browser": "Rich Client 5.2.7.0"}, "location": {"city": "Jessicafurt", "state": "Smithbury", "countryOrRegion": "XF", "geoCoordinates": {"latitude": 17.5082395, "longitude": -115.304215}}, "correlationId": "b0c92d81-da4d-4a37-acaf-16cf07dc15fa", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "6bd1f7b9-6887-47d9-96c8-3398578c559c", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 229, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Beatrust", "resourceId": "042c3df9-f692-4971-8c0b-72867fa422dd", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 393508, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "5HVYM0WMK5vFPIZiDUicqrojgTmgcHZhcPA2Gjjd8FkO44Fu", "incomingTokenType": "none", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "9dab86e5-2edb-4073-bed1-a1b309638aa2", "rngcStatus": 0}}, {"time": "2022-08-28T18:27:53.395832Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "86.154.193.190", "correlationId": "bd07e526-26d9-4352-aeea-2a9fb77b57ab", "identity": "Jamie Watson", "Level": 4, "location": "XR", "properties": {"id": "77327800-5251-4fce-ab74-4649397e8700", "createdDateTime": "2022-08-28T18:27:53.474832Z", "userDisplayName": "Jamie Watson", "userPrincipalName": "jwatson@domain.com", "userId": "2844695b-9a70-48ed-a5ce-f3d711e2292b", "appId": "bf2855c0-7434-4262-8885-ad2f5206d324", "appDisplayName": "COINS Construction Cloud - Project and Productivity Apps", "ipAddress": "86.154.193.190", "status": {"errorCode": 0}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (X11; Linux i686) AppleWebKit/533.0 (KHTML, like Gecko) Chrome/24.0.803.0 Safari/533.0 Edge/40.11325", "deviceDetail": {"deviceId": "fc784602-6455-4450-be3c-6770e0359f8a", "displayName": "JAMIEWATSON-LT", "operatingSystem": "Windows 10", "browser": "Edge 40.11325", "isCompliant": true, "isManaged": true, "trustType": "Azure AD joined"}, "location": {"city": "Port Denisetown", "state": "Smithton", "countryOrRegion": "XR", "geoCoordinates": {"latitude": 3.5518965, "longitude": 131.871582}}, "correlationId": "61491dd1-8052-49f5-a27b-989bfdd27c54", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "ac015534-0cf1-4514-9433-05e09dd50c25", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 79, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "COINS Construction Cloud - Project and Productivity Apps Service", "resourceId": "84a36a79-eb71-4ec5-afa6-b76baa3640bf", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 256668, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "oHiSzQtY6m0FJrnokAjuEFsvPXc9eo8LJ75GOrIBrZHw2A6J", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": null, "rngcStatus": 0}}, {"time": "2022-08-28T18:45:16.577286Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "13.113.40.157", "correlationId": "1c1dc784-d0c1-45b5-a78d-71be9e323bcf", "identity": "Attack Target", "Level": 4, "location": "XR", "properties": {"id": "d613255f-ee47-4782-aac9-9042b2576900", "createdDateTime": "2022-08-28T18:45:16.744286Z", "userDisplayName": "Attack Target", "userPrincipalName": "attacktarget@domain.com", "userId": "d735e84b-dcca-404d-9f7d-700f360f41a6", "appId": "9a7e67c7-6f05-42a3-b226-97c7ec3e9696", "appDisplayName": "Adobe Identity Management", "ipAddress": "13.113.40.157", "status": {"errorCode": 0}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (iPad; CPU iPad OS 9_3_6 like Mac OS X) AppleWebKit/536.1 (KHTML, like Gecko) CriOS/42.0.865.0 Mobile/77O124 Safari/536.1 Edge/99.14477", "deviceDetail": {"deviceId": "a44625dc-6f81-449a-9799-8005f7209b42", "displayName": "ATTACKTARGET-LT", "operatingSystem": "Windows 10", "browser": "Edge 99.14477", "trustType": "Azure AD registered"}, "location": {"city": "Smithfort", "state": "Smithfort", "countryOrRegion": "XR", "geoCoordinates": {"latitude": 3.7564095, "longitude": -121.574606}}, "correlationId": "93af8b3f-9140-4749-b3a6-fa3b4ea55e3c", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "9305acc2-3cee-4035-8fc7-2de3b0a1c304", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 167, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Adobe Identity Management Service", "resourceId": "30663ca7-f8a9-43ab-8ca1-7906bdbc1485", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 34974, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "0f2dd0wxM28otpVtiE4ZVZSNwxeAO5HhCb5YvW3KInjT9UGd", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "a6c259e5-7f16-48b2-a9f3-75becd6daa9b", "rngcStatus": 0}}, {"time": "2022-08-28T18:58:02.417772Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "50158", "resultSignature": "None", "resultDescription": "External security challenge was not satisfied.", "durationMs": 0, "callerIpAddress": "44.22.19.201", "correlationId": "f2cff296-f43f-4344-ab96-01c6a830e750", "identity": "Thomas Price", "Level": 4, "location": "XN", "properties": {"id": "01ba3655-e28a-4ae2-aea6-ad44935a6600", "createdDateTime": "2022-08-28T18:58:02.551772Z", "userDisplayName": "Thomas Price", "userPrincipalName": "tprice@domain.com", "userId": "32109ee2-ee4f-4d11-9c38-2556aec0f2b5", "appId": "9a7e67c7-6f05-42a3-b226-97c7ec3e9696", "appDisplayName": "Adobe Identity Management", "ipAddress": "44.22.19.201", "status": {"errorCode": 50158, "failureReason": "External security challenge was not satisfied."}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (X11; Linux i686) AppleWebKit/535.2 (KHTML, like Gecko) Chrome/22.0.843.0 Safari/535.2 Edge/118.12158", "deviceDetail": {"deviceId": "0927e60c-8dfa-4ecf-be85-ad63bccf40a1", "displayName": "THOMASPRICE-LT", "operatingSystem": "Windows 10", "browser": "Edge 118.12158", "trustType": "Hybrid Azure AD joined"}, "location": {"city": "Littlemouth", "state": "Alexanderfurt", "countryOrRegion": "XN", "geoCoordinates": {"latitude": 25.4437255, "longitude": -109.530885}}, "correlationId": "67b7ac44-3853-4032-8de3-8fc5b5ffb58d", "conditionalAccessStatus": "failure", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "aa252de7-34a4-4723-b5f7-2706221c73b2", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 134, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Adobe Identity Management Service", "resourceId": "30663ca7-f8a9-43ab-8ca1-7906bdbc1485", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 230297, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "2yW4Nx5TKW7nivwPXJki97mLrsNaEDFkG4LfUaaOPlROF5Qj", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "a6c259e5-7f16-48b2-a9f3-75becd6daa9b", "rngcStatus": 0}}, {"time": "2022-08-28T19:02:15.612210Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "10.14.188.154", "correlationId": "bbc7d4f1-0cf0-4cc8-a3e2-5d30d716913e", "identity": "Alicia Ramirez", "Level": 4, "location": "XR", "properties": {"id": "a4a49504-a4ea-469f-879a-034658446400", "createdDateTime": "2022-08-28T19:02:15.715210Z", "userDisplayName": "Alicia Ramirez", "userPrincipalName": "aramirez@domain.com", "userId": "50125906-f0ff-4d56-a7d2-397a3c9d477e", "appId": "895b9fb3-4084-4f9f-a314-d082d67e3c5c", "appDisplayName": "Airstack", "ipAddress": "10.14.188.154", "status": {"errorCode": 0}, "clientAppUsed": "Mobile Apps and Desktop clients", "deviceDetail": {"deviceId": "51dc6022-7b43-4a76-a5c8-6f29eb6be5c8", "displayName": "ALICIARAMIREZ-LT", "operatingSystem": "Android", "isCompliant": true, "isManaged": true, "trustType": "Azure AD registered"}, "location": {"city": "Susanside", "state": "Morrisview", "countryOrRegion": "XR", "geoCoordinates": {"latitude": 57.8050005, "longitude": -51.781534}}, "correlationId": "10cbc89d-00c6-4bf6-b7eb-0f2bf4ca8bf9", "conditionalAccessStatus": "notApplied", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "126c1ffc-9f40-4f23-a3d6-14fcf95df3c7", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 103, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Airstack Service", "resourceId": "01f2a7c1-e668-4e23-a099-726ca374f477", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 432564, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "2GpMsxBcaS2XhatiakmJvjdhfeFb5nAUEpT6HETQVEvsm40n", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "e133b8e5-4d8b-4e43-9ae4-962ce64fbbd5", "rngcStatus": 0}}, {"time": "2022-08-28T19:38:00.752400Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "42.62.103.34", "correlationId": "0e957971-6bfb-483b-b607-f9a5fc91d898", "identity": "Joseph Taylor", "Level": 4, "location": "XF", "properties": {"id": "bddc03c8-8da3-4ef6-8ef9-a503a6159300", "createdDateTime": "2022-08-28T19:38:00.850400Z", "userDisplayName": "Joseph Taylor", "userPrincipalName": "jtaylor@domain.com", "userId": "af9847eb-c773-41ae-bf94-42747c5e986c", "appId": "ad65aaed-51a8-4877-830e-8a5273604c87", "appDisplayName": "Docusign", "ipAddress": "42.62.103.34", "status": {"errorCode": 0, "additionalDetails": "MFA requirement satisfied by claim in the token"}, "clientAppUsed": "Browser", "deviceDetail": {"deviceId": "76b96bd3-e5d7-49ee-b195-bf363facdb3d", "displayName": "JOSEPHTAYLOR-LT", "operatingSystem": "Windows", "browser": "Rich Client 4.42.0.0", "isCompliant": true, "isManaged": true, "trustType": "Azure AD joined"}, "location": {"city": "Jessicafurt", "state": "Smithbury", "countryOrRegion": "XF", "geoCoordinates": {"latitude": 17.5082395, "longitude": -115.304215}}, "mfaDetail": {}, "correlationId": "4870c0b2-126b-4b09-9193-ef941da29411", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "5458ec82-8745-4a97-b0d5-b8ee278fa26f", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 98, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Docusign Service", "resourceId": "24578515-1951-4064-967d-0d2acaf0aa70", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 393508, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "bi1GqvCaRg3oVpMucHLrmzJUut1meWxLqJYCRUQnwBURud9i", "incomingTokenType": "none", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "0e68752b-7dfa-400b-a6f5-1b54af90696a", "rngcStatus": 0}}, {"time": "2022-08-28T19:39:20.548939Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "205.33.24.92", "correlationId": "1d6044dc-277a-4fe9-a4d3-42b4ff2377b9", "identity": "Aaron Cole", "Level": 4, "location": "XD", "properties": {"id": "fa857fed-7d3f-40f5-b98a-925cbe116500", "createdDateTime": "2022-08-28T19:39:20.647939Z", "userDisplayName": "Aaron Cole", "userPrincipalName": "acole@domain.com", "userId": "5d557969-1645-4ba4-be83-b6fd943659f7", "appId": "1b3edb90-1e06-46db-b021-e2fc1f7ddaf5", "appDisplayName": "Beatrust", "ipAddress": "205.33.24.92", "status": {"errorCode": 0}, "clientAppUsed": "Browser", "deviceDetail": {"deviceId": "", "operatingSystem": "Windows 10", "browser": "Rich Client 5.2.7.0"}, "location": {"city": "Kristinmouth", "state": "Norrisbury", "countryOrRegion": "XD", "geoCoordinates": {"latitude": 26.278784, "longitude": -92.042573}}, "correlationId": "288d18ae-89ed-429b-ace5-43cb37b51e86", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "92384186-af4a-4ff3-a364-838312f54e34", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 99, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Beatrust Service", "resourceId": "24578515-1951-4064-967d-0d2acaf0aa70", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 214655, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "B8WvggmWe0BmYJPNg4OIFYakIVt93gEfyeiN59DNZ1b4Zq3h", "incomingTokenType": "none", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "0e68752b-7dfa-400b-a6f5-1b54af90696a", "rngcStatus": 0}}, {"time": "2022-08-28T19:50:00.198642Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "50158", "resultSignature": "None", "resultDescription": "External security challenge was not satisfied.", "durationMs": 0, "callerIpAddress": "166.105.218.213", "correlationId": "ca751be9-36d9-4ec2-87fa-a074ba8d7f74", "identity": "Thomas Price", "Level": 4, "location": "XR", "properties": {"id": "daba1fa0-45a8-4cfc-8268-990a9fd96100", "createdDateTime": "2022-08-28T19:50:00.316642Z", "userDisplayName": "Thomas Price", "userPrincipalName": "tprice@domain.com", "userId": "32109ee2-ee4f-4d11-9c38-2556aec0f2b5", "appId": "9a7e67c7-6f05-42a3-b226-97c7ec3e9696", "appDisplayName": "Adobe Identity Management", "ipAddress": "166.105.218.213", "status": {"errorCode": 50158, "failureReason": "External security challenge was not satisfied."}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (X11; Linux i686) AppleWebKit/535.2 (KHTML, like Gecko) Chrome/22.0.843.0 Safari/535.2 Edge/118.12158", "deviceDetail": {"deviceId": "81ad31fb-e9be-4498-b1b2-c62f8fae1a77", "displayName": "THOMASPRICE-LT", "operatingSystem": "Windows 10", "browser": "Edge 118.12158", "trustType": "Hybrid Azure AD joined"}, "location": {"city": "Santosborough", "state": "Smithton", "countryOrRegion": "XR", "geoCoordinates": {"latitude": 12.8350355, "longitude": 138.359011}}, "correlationId": "9dcf5b68-e6ef-41bd-8c54-1c0bddd39401", "conditionalAccessStatus": "failure", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "2d9173fd-a7e5-4631-9fc5-90110f7283ef", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 118, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Adobe Identity Management Service", "resourceId": "30663ca7-f8a9-43ab-8ca1-7906bdbc1485", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 256668, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "TnsRTexkZUdB4E467i1f93zgKFcEsOru3gxqqS3sjoWWLhxt", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "a6c259e5-7f16-48b2-a9f3-75becd6daa9b", "rngcStatus": 0}}, {"time": "2022-08-28T19:50:08.452013Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "92.150.146.180", "correlationId": "54aa7fcf-c5a4-4656-b4a1-94b554e21ee4", "identity": "Nicholas Black", "Level": 4, "location": "XP", "properties": {"id": "be6022e3-cefb-4a55-8ab2-6dd39a538f00", "createdDateTime": "2022-08-28T19:50:08.535013Z", "userDisplayName": "Nicholas Black", "userPrincipalName": "nblack@domain.com", "userId": "fdbaeb01-a814-4736-b297-facda1075c14", "appId": "9167c284-c68f-468a-84be-0ee4f23879fe", "appDisplayName": "ArcGIS Enterprise", "ipAddress": "92.150.146.180", "status": {"errorCode": 0}, "clientAppUsed": "Mobile Apps and Desktop clients", "deviceDetail": {"deviceId": "", "operatingSystem": "Android"}, "location": {"city": "Christopherton", "state": "Andreaport", "countryOrRegion": "XP", "geoCoordinates": {"latitude": -59.4533945, "longitude": -153.616856}}, "correlationId": "105cffa8-c144-479e-b5a1-f3ca10f81f1d", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "3b23cebf-5178-4bdc-90a6-37986b7464d1", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 83, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "ArcGIS Enterprise Service", "resourceId": "9a84f55e-3a40-492c-9476-e069f64ed7a6", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 370904, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "ny3DfpqRmGMLUVawN2s3whutmukD6N5PsElSX04FUG1U8UZM", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "37ee873b-f901-4e25-be69-010243106d0f", "rngcStatus": 0}}, {"time": "2022-08-28T19:53:11.391013Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "50173", "resultSignature": "None", "resultDescription": "Fresh auth token is needed. Have the user re-sign using fresh credentials.", "durationMs": 0, "callerIpAddress": "156.206.181.119", "correlationId": "fd04fd9a-19b4-4924-938c-f113a593dac3", "identity": "Cynthia Perry", "Level": 4, "location": "XY", "properties": {"id": "c31f11f3-65b0-42f1-80e6-a81f60518f00", "createdDateTime": "2022-08-28T19:53:11.427013Z", "userDisplayName": "Cynthia Perry", "userPrincipalName": "cperry@domain.com", "userId": "ac5fa380-9d5b-470e-beb2-5ba10aca48e6", "appId": "bf2855c0-7434-4262-8885-ad2f5206d324", "appDisplayName": "COINS Construction Cloud - Project and Productivity Apps", "ipAddress": "156.206.181.119", "status": {"errorCode": 50173, "failureReason": "Fresh auth token is needed. Have the user re-sign using fresh credentials."}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (Windows NT 4.0) AppleWebKit/531.1 (KHTML, like Gecko) Chrome/20.0.823.0 Safari/531.1 Edge/87.11424", "deviceDetail": {"deviceId": "", "operatingSystem": "Windows 10", "browser": "Edge 87.11424"}, "location": {"city": "Hannaville", "state": "Thomashaven", "countryOrRegion": "XY", "geoCoordinates": {"latitude": 1.1452695, "longitude": 128.249211}}, "correlationId": "74b290cb-180a-4c22-bc49-b2a25877527d", "conditionalAccessStatus": "notApplied", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "9a7a68b5-ab7b-4e2d-9c84-9ee3893d0824", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 36, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "COINS Construction Cloud - Project and Productivity Apps Service", "resourceId": "054f44f6-54fb-4ef0-9fc3-d3ec90e47d0d", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 279165, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "aF8PpkJClFgF9dERNIihuvNwL7WRRolQbAT0zvnp27vDytJp", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": null, "rngcStatus": 0}}, {"time": "2022-08-28T20:11:31.603379Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "13.113.40.157", "correlationId": "454633a4-c2fa-48f2-9d82-abe301cddd11", "identity": "Attack Target", "Level": 4, "location": "XR", "properties": {"id": "3f04f6e0-8681-475f-a0d6-0af713b77300", "createdDateTime": "2022-08-28T20:11:31.722379Z", "userDisplayName": "Attack Target", "userPrincipalName": "attacktarget@domain.com", "userId": "d735e84b-dcca-404d-9f7d-700f360f41a6", "appId": "9a7e67c7-6f05-42a3-b226-97c7ec3e9696", "appDisplayName": "Adobe Identity Management", "ipAddress": "13.113.40.157", "status": {"errorCode": 0}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (iPad; CPU iPad OS 9_3_6 like Mac OS X) AppleWebKit/536.1 (KHTML, like Gecko) CriOS/42.0.865.0 Mobile/77O124 Safari/536.1 Edge/99.14477", "deviceDetail": {"deviceId": "a44625dc-6f81-449a-9799-8005f7209b42", "displayName": "ATTACKTARGET-LT", "operatingSystem": "Windows 10", "browser": "Edge 99.14477", "trustType": "Azure AD registered"}, "location": {"city": "Smithfort", "state": "Smithfort", "countryOrRegion": "XR", "geoCoordinates": {"latitude": 3.7564095, "longitude": -121.574606}}, "correlationId": "b551719b-0c81-4114-b0e4-d255b708cacf", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "66b61d1f-2f7c-42a8-9ec2-7d6b69bea985", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 119, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Adobe Identity Management Service", "resourceId": "7d6a0897-8b82-49e9-90e2-d482fb9202bd", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 34974, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "tpDhgzGbAHDzmtanbD1Pm12mttXIuCqp2jztQTN9q6wqfGMc", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "537d9419-7e2b-4778-9102-62256bcfcf45", "rngcStatus": 0}}, {"time": "2022-08-28T20:21:34.442515Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "156.206.181.119", "correlationId": "79d1e02a-de3b-4009-8d29-9fe174b86344", "identity": "Cynthia Perry", "Level": 4, "location": "XY", "properties": {"id": "d4236fef-7c73-4402-98e3-fe3cc76d6600", "createdDateTime": "2022-08-28T20:21:34.513515Z", "userDisplayName": "Cynthia Perry", "userPrincipalName": "cperry@domain.com", "userId": "ac5fa380-9d5b-470e-beb2-5ba10aca48e6", "appId": "9de6e985-97a5-4d82-9c45-aedaa9c25ef9", "appDisplayName": "AWS Single-Account Access", "ipAddress": "156.206.181.119", "status": {"errorCode": 0}, "clientAppUsed": "Browser", "deviceDetail": {"deviceId": "", "operatingSystem": "Windows"}, "location": {"city": "Hannaville", "state": "Thomashaven", "countryOrRegion": "XY", "geoCoordinates": {"latitude": 1.1452695, "longitude": 128.249211}}, "correlationId": "0086dea5-cfcd-4a3b-ad62-b177fc3694c2", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "d603eaa1-b891-4035-9969-a41ec61fa0f0", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 71, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "AWS Single-Account Access Service", "resourceId": "72f0186d-d327-46c9-a8ff-497e0caa8691", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 279165, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "1qyIMxRGWeOiaUQBpZa7b4ghXCMR1boC94yZEVMlefJQsUXY", "incomingTokenType": "none", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": null, "rngcStatus": 0}}, {"time": "2022-08-28T20:27:52.601677Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "147.132.189.119", "correlationId": "8547d040-4e19-4a16-b47e-a926fef03406", "identity": "Cassie Fernandez", "Level": 4, "location": "XR", "properties": {"id": "c22f0ead-dc82-4de8-8327-ebccafe05b00", "createdDateTime": "2022-08-28T20:27:52.884677Z", "userDisplayName": "Cassie Fernandez", "userPrincipalName": "cfernandez@domain.com", "userId": "67ef8be6-3f44-4db7-8172-fd6211428c1e", "appId": "9c5b7fe3-0ad2-4ea6-94e5-9e0001f367e3", "appDisplayName": "Articulate 360", "ipAddress": "147.132.189.119", "status": {"errorCode": 0}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (iPad; CPU iPad OS 9_3_6 like Mac OS X) AppleWebKit/536.1 (KHTML, like Gecko) CriOS/42.0.865.0 Mobile/77O124 Safari/536.1 Edge/99.14477", "deviceDetail": {"deviceId": "d5a487a1-ef7d-4960-9723-7fdadce19af3", "displayName": "CASSIEFERNANDEZ-LT", "operatingSystem": "Windows 10", "browser": "Edge 99.14477", "trustType": "Azure AD registered"}, "location": {"city": "Port Denisetown", "state": "Smithton", "countryOrRegion": "XR", "geoCoordinates": {"latitude": 3.5518965, "longitude": 131.871582}}, "correlationId": "1e6f47f2-5359-4fb1-9e59-c0747aa2d033", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "ca61ef6c-5252-4ddb-af22-1c1d84d93681", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "processingTimeInMilliseconds": 283, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Articulate 360 Online", "resourceId": "436260d5-3791-4aea-a4da-aa698ec35f2f", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 256668, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "nUSSb3fips9XiJkeUK2gLaODE4DFpVgHn42wRGiTeceJWX8i", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "94b9f3ba-5f4b-4edc-99dc-a420b76960f9"}}, {"time": "2022-08-28T20:31:02.658496Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "91.132.253.146", "correlationId": "ba1d3744-a695-4a83-923b-0537fa32ee9a", "identity": "Aaron Cole", "Level": 4, "location": "XD", "properties": {"id": "a4494e24-3340-475d-bc72-9aa147d04600", "createdDateTime": "2022-08-28T20:31:02.771496Z", "userDisplayName": "Aaron Cole", "userPrincipalName": "acole@domain.com", "userId": "5d557969-1645-4ba4-be83-b6fd943659f7", "appId": "1b3edb90-1e06-46db-b021-e2fc1f7ddaf5", "appDisplayName": "Beatrust", "ipAddress": "91.132.253.146", "status": {"errorCode": 0}, "clientAppUsed": "Browser", "deviceDetail": {"deviceId": "", "operatingSystem": "Windows 10", "browser": "Rich Client 5.2.7.0"}, "location": {"city": "Rickshire", "state": "Norrisbury", "countryOrRegion": "XD", "geoCoordinates": {"latitude": -78.5751045, "longitude": 58.329246}}, "correlationId": "c349ab37-5d7a-4d0b-9208-a2ac37f6961f", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "564eef8b-8fbd-4801-adff-95072463d009", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "processingTimeInMilliseconds": 113, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Beatrust Service", "resourceId": "24578515-1951-4064-967d-0d2acaf0aa70", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 214655, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "YiPvQ3edOWn5UkKqIn486WApo3QXLjDf5PHXWC5uExdS8amt", "incomingTokenType": "none", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "0e68752b-7dfa-400b-a6f5-1b54af90696a"}}, {"time": "2022-08-28T20:35:47.954664Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "86.154.193.190", "correlationId": "77013fc0-f542-4ebb-9df0-bacceee8daf6", "identity": "Kristen Howell", "Level": 4, "location": "XR", "properties": {"id": "4d388231-6fac-4932-9fc8-549978146800", "createdDateTime": "2022-08-28T20:35:48.074664Z", "userDisplayName": "Kristen Howell", "userPrincipalName": "khowell@domain.com", "userId": "20e1e3f9-665f-45bd-9984-5e74b526d3b5", "appId": "2eae4ad1-8cae-48fe-b718-76bd66e2fc7f", "appDisplayName": "Bipsync", "ipAddress": "86.154.193.190", "status": {"errorCode": 0}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (X11; Linux i686) AppleWebKit/533.0 (KHTML, like Gecko) Chrome/24.0.803.0 Safari/533.0 Edge/40.11325", "deviceDetail": {"deviceId": "6ea76864-5f18-47dd-adb9-2b1dfcbfc425", "displayName": "KRISTENHOWELL-LT", "operatingSystem": "Windows 10", "browser": "Edge 40.11325", "isCompliant": true, "isManaged": true, "trustType": "Azure AD joined"}, "location": {"city": "Port Denisetown", "state": "Smithton", "countryOrRegion": "XR", "geoCoordinates": {"latitude": 3.5518965, "longitude": 131.871582}}, "correlationId": "edd9030c-081d-4589-99c0-21b4f5a83315", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "b54f9d9a-4ff6-4bbb-9aac-1c1e542b4411", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 120, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Bipsync Service", "resourceId": "819aa3ed-3b63-4925-8388-0b8d41022941", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 256668, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "qX8st2dC4biqywvPvzNqLXmyWUSdtQ3bbZzkIHmIUVM6K32H", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "7f0c9abd-8b0d-4973-8675-a495454c0c86", "rngcStatus": 0}}, {"time": "2022-08-28T20:40:17.390444Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "86.154.193.190", "correlationId": "42dc9963-f05f-47df-8c82-8fc1fd8c5cc6", "identity": "Jamie Watson", "Level": 4, "location": "XR", "properties": {"id": "39883d07-6185-4780-8d0b-82bc4a835b00", "createdDateTime": "2022-08-28T20:40:17.506444Z", "userDisplayName": "Jamie Watson", "userPrincipalName": "jwatson@domain.com", "userId": "2844695b-9a70-48ed-a5ce-f3d711e2292b", "appId": "413f12c2-a9cb-4ca6-a080-d4308249cbe1", "appDisplayName": "Air", "ipAddress": "86.154.193.190", "status": {"errorCode": 0}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (X11; Linux i686) AppleWebKit/533.0 (KHTML, like Gecko) Chrome/24.0.803.0 Safari/533.0 Edge/40.11325", "deviceDetail": {"deviceId": "fc784602-6455-4450-be3c-6770e0359f8a", "displayName": "JAMIEWATSON-LT", "operatingSystem": "Windows 10", "browser": "Edge 40.11325", "isCompliant": true, "isManaged": true, "trustType": "Azure AD joined"}, "location": {"city": "Port Denisetown", "state": "Smithton", "countryOrRegion": "XR", "geoCoordinates": {"latitude": 3.5518965, "longitude": 131.871582}}, "correlationId": "5553637c-8456-4e12-aa45-26e4778c2743", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "4c780337-7d5c-471e-b527-6a887e74d495", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "processingTimeInMilliseconds": 116, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Air Online", "resourceId": "51e679b4-5774-4b5f-9636-df5ea66b9380", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 256668, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "hNOCgIHaM8w7QM9ma8IO13JuUnEPEwlUZkYkaYtnX0tdEEoK", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "6e8f419c-7f10-40b1-a52a-e4fb253c74c2"}}, {"time": "2022-08-28T20:47:01.023314Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "SignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "205.33.24.92", "correlationId": "d5622196-50b2-4b9e-a586-fda8b74a45c3", "identity": "Aaron Cole", "Level": 4, "location": "XD", "properties": {"id": "4cef6bed-8ce8-4274-9ce5-4a21c9fe6e00", "createdDateTime": "2022-08-28T20:47:01.131314Z", "userDisplayName": "Aaron Cole", "userPrincipalName": "acole@domain.com", "userId": "5d557969-1645-4ba4-be83-b6fd943659f7", "appId": "36f74ffc-90e8-46e0-b0ed-588b76ed6f47", "appDisplayName": "Inspire", "ipAddress": "205.33.24.92", "status": {"errorCode": 0}, "clientAppUsed": "Browser", "userAgent": "Mozilla/5.0 (X11; Linux i686) AppleWebKit/536.2 (KHTML, like Gecko) Chrome/22.0.877.0 Safari/536.2", "deviceDetail": {"deviceId": "", "operatingSystem": "Windows 10", "browser": "Chrome 22.0.877.0"}, "location": {"city": "Kristinmouth", "state": "Norrisbury", "countryOrRegion": "XD", "geoCoordinates": {"latitude": 26.278784, "longitude": -92.042573}}, "correlationId": "7fa863aa-dc2a-4520-b281-0a1482de3469", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "ae327ac3-f775-48e9-896e-0e315637b3cd", "isInteractive": true, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 108, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Inspire Online", "resourceId": "f0630e90-b752-4960-bfb9-a0794fc34930", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 214655, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "ssuzTbmVSmnrVDjjCSkRKnAzFEmUN7Riik0tdCba68NiURgB", "incomingTokenType": "none", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "1f37c851-4be4-455b-928a-fbde7845a68a", "rngcStatus": 0}}, {"time": "2022-08-28T20:50:29.959866Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "50158", "resultSignature": "None", "resultDescription": "External security challenge was not satisfied.", "durationMs": 0, "callerIpAddress": "44.22.19.201", "correlationId": "c6bba7a6-3f9a-4915-bbd1-1e21b0fbd20f", "identity": "Thomas Price", "Level": 4, "location": "XN", "properties": {"id": "381dc42c-1581-42c2-8b81-ee5dd3686600", "createdDateTime": "2022-08-28T20:50:30.110866Z", "userDisplayName": "Thomas Price", "userPrincipalName": "tprice@domain.com", "userId": "32109ee2-ee4f-4d11-9c38-2556aec0f2b5", "appId": "9a7e67c7-6f05-42a3-b226-97c7ec3e9696", "appDisplayName": "Adobe Identity Management", "ipAddress": "44.22.19.201", "status": {"errorCode": 50158, "failureReason": "External security challenge was not satisfied."}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (X11; Linux i686) AppleWebKit/535.2 (KHTML, like Gecko) Chrome/22.0.843.0 Safari/535.2 Edge/118.12158", "deviceDetail": {"deviceId": "a12f42a7-2ae0-42d8-aec8-bf7cb3dea82c", "displayName": "THOMASPRICE-LT", "operatingSystem": "Windows 10", "browser": "Edge 118.12158", "trustType": "Hybrid Azure AD joined"}, "location": {"city": "Littlemouth", "state": "Alexanderfurt", "countryOrRegion": "XN", "geoCoordinates": {"latitude": 25.4437255, "longitude": -109.530885}}, "correlationId": "5010f467-acfe-4409-b3b6-e5e16daeb589", "conditionalAccessStatus": "failure", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "cf802bb1-bbb0-4ecc-8903-9c1638f4f8da", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 151, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Adobe Identity Management Service", "resourceId": "30663ca7-f8a9-43ab-8ca1-7906bdbc1485", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 230297, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "vDlV3zgTZN6r2FuKqWyqPXLlvE6Stx8YpDnIR6d9M8KYgjMN", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "a6c259e5-7f16-48b2-a9f3-75becd6daa9b", "rngcStatus": 0}}, {"time": "2022-08-28T21:13:56.458184Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "86.154.193.190", "correlationId": "acc8712c-4ccb-4b80-8be9-413c723d3ab9", "identity": "Kristen Howell", "Level": 4, "location": "XR", "properties": {"id": "f0373eef-9706-4141-a5c3-7d3623255d00", "createdDateTime": "2022-08-28T21:13:56.648184Z", "userDisplayName": "Kristen Howell", "userPrincipalName": "khowell@domain.com", "userId": "20e1e3f9-665f-45bd-9984-5e74b526d3b5", "appId": "3f8b74f7-e00f-4827-abb8-2ec539552497", "appDisplayName": "Kemp LoadMaster Azure AD integration", "ipAddress": "86.154.193.190", "status": {"errorCode": 0, "additionalDetails": "MFA requirement satisfied by claim in the token"}, "clientAppUsed": "Mobile Apps and Desktop clients", "deviceDetail": {"deviceId": "6ea76864-5f18-47dd-adb9-2b1dfcbfc425", "displayName": "KRISTENHOWELL-LT", "operatingSystem": "Windows", "isCompliant": true, "isManaged": true, "trustType": "Azure AD joined"}, "location": {"city": "Port Denisetown", "state": "Smithton", "countryOrRegion": "XR", "geoCoordinates": {"latitude": 3.5518965, "longitude": 131.871582}}, "mfaDetail": {}, "correlationId": "ac9559b1-f056-4acf-9177-0c427f488e7d", "conditionalAccessStatus": "notApplied", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "6ed9cc53-5adb-423f-b2d5-ccdae59b240d", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 190, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Kemp LoadMaster Azure AD integration Service", "resourceId": "24578515-1951-4064-967d-0d2acaf0aa70", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 256668, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "CHjtonRWsvVs31hlnsuQOfjkmIKiTiFbz6uNCSkRADMl2Gag", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "0e68752b-7dfa-400b-a6f5-1b54af90696a", "rngcStatus": 0}}, {"time": "2022-08-28T21:17:29.618122Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "156.206.181.119", "correlationId": "cfda6926-1a8b-4b1b-86e1-3d163f3dd6f7", "identity": "Cynthia Perry", "Level": 4, "location": "XY", "properties": {"id": "066c4fda-4abb-44ac-95c8-0075590b5e00", "createdDateTime": "2022-08-28T21:17:29.720122Z", "userDisplayName": "Cynthia Perry", "userPrincipalName": "cperry@domain.com", "userId": "ac5fa380-9d5b-470e-beb2-5ba10aca48e6", "appId": "9a7e67c7-6f05-42a3-b226-97c7ec3e9696", "appDisplayName": "Adobe Identity Management", "ipAddress": "156.206.181.119", "status": {"errorCode": 0}, "clientAppUsed": "Mobile Apps and Desktop clients", "deviceDetail": {"deviceId": "", "operatingSystem": "Windows 10", "browser": "Rich Client v3.4.1.35249"}, "location": {"city": "Hannaville", "state": "Thomashaven", "countryOrRegion": "XY", "geoCoordinates": {"latitude": 1.1452695, "longitude": 128.249211}}, "correlationId": "fe1912a4-89a3-4462-9666-c722ac31c748", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "f2c2de0d-c37c-403d-92a8-b3295622cd70", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 102, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Adobe Identity Management Service", "resourceId": "9a84f55e-3a40-492c-9476-e069f64ed7a6", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 279165, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "TBiuQMn2NB6ayMCKrNxL8X71ukHaE77NLdeDV8k8wLmmmosE", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "37ee873b-f901-4e25-be69-010243106d0f", "rngcStatus": 0}}, {"time": "2022-08-28T21:30:27.744838Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "1.210.58.10", "correlationId": "be211605-2f46-4725-aa04-b7fc09a7f4a1", "identity": "Keith Sheppard", "Level": 4, "location": "XD", "properties": {"id": "cc6dad61-5ab1-455b-ace9-772162527500", "createdDateTime": "2022-08-28T21:30:27.854838Z", "userDisplayName": "Keith Sheppard", "userPrincipalName": "ksheppard@domain.com", "userId": "05bd48f1-91d2-4c2d-9a7c-80e80f561b3c", "appId": "18bf60fa-77dd-4aad-891d-af82ca87dd06", "appDisplayName": "FortiGate SSL VPN", "ipAddress": "1.210.58.10", "status": {"errorCode": 0}, "clientAppUsed": "Browser", "deviceDetail": {"deviceId": "639815fd-5018-4e38-9d81-67538b2ce460", "displayName": "KEITHSHEPPARD-LT", "operatingSystem": "Windows", "browser": "Rich Client 4.22.0.0", "trustType": "Azure AD registered"}, "location": {"city": "Cooperhaven", "state": "Norrisbury", "countryOrRegion": "XD", "geoCoordinates": {"latitude": 70.436398, "longitude": -23.873747}}, "correlationId": "32b8bc5c-818c-4efa-b059-54fa4e63a960", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "b02bda31-0866-4709-adb1-7f85b284776f", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 110, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "FortiGate SSL VPN", "resourceId": "51e679b4-5774-4b5f-9636-df5ea66b9380", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 69487, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "HJnMF8h4aRTLEuM5jl1pRzjSYuCTxAypXRv1WGEI9HAeAnwg", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "6e8f419c-7f10-40b1-a52a-e4fb253c74c2", "rngcStatus": 0}}, {"time": "2022-08-28T21:35:32.627618Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "50158", "resultSignature": "None", "resultDescription": "External security challenge was not satisfied.", "durationMs": 0, "callerIpAddress": "166.105.218.213", "correlationId": "a2315145-d6c4-42ee-a8a6-40eb9622862e", "identity": "Thomas Price", "Level": 4, "location": "XR", "properties": {"id": "b7d3efa6-fdbc-4020-888c-cd5fcc5c8700", "createdDateTime": "2022-08-28T21:35:32.762618Z", "userDisplayName": "Thomas Price", "userPrincipalName": "tprice@domain.com", "userId": "32109ee2-ee4f-4d11-9c38-2556aec0f2b5", "appId": "79510a8f-6421-4348-a2ea-bcc2b02485c1", "appDisplayName": "Cisco AnyConnect", "ipAddress": "166.105.218.213", "status": {"errorCode": 50158, "failureReason": "External security challenge was not satisfied."}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (X11; Linux i686) AppleWebKit/535.2 (KHTML, like Gecko) Chrome/22.0.843.0 Safari/535.2 Edge/118.12158", "deviceDetail": {"deviceId": "81ad31fb-e9be-4498-b1b2-c62f8fae1a77", "displayName": "THOMASPRICE-LT", "operatingSystem": "Windows 10", "browser": "Edge 118.12158", "trustType": "Hybrid Azure AD joined"}, "location": {"city": "Santosborough", "state": "Smithton", "countryOrRegion": "XR", "geoCoordinates": {"latitude": 12.8350355, "longitude": 138.359011}}, "correlationId": "b714a4f5-c09b-4088-a3c3-47ef7cc1487f", "conditionalAccessStatus": "failure", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "5186fc80-8a83-4ba8-bced-5bc4dab36a16", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 135, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Cisco AnyConnect Online", "resourceId": "5d5b8d28-6a28-472e-b837-a4094e466965", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 256668, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "Jnt31oCmR0CA550OFbe761ReujBrrwRwVaz3cvU3pfU59kis", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "15655e1f-5005-4c53-b3c0-c4a1d1ca5e9e", "rngcStatus": 0}}, {"time": "2022-08-28T21:46:14.321588Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "91.132.253.146", "correlationId": "f1eff7da-e348-4218-be24-cd4aefc23763", "identity": "Aaron Cole", "Level": 4, "location": "XD", "properties": {"id": "b62243d9-70f0-4a91-8086-5bb39aef4e00", "createdDateTime": "2022-08-28T21:46:14.447588Z", "userDisplayName": "Aaron Cole", "userPrincipalName": "acole@domain.com", "userId": "5d557969-1645-4ba4-be83-b6fd943659f7", "appId": "dbe6b779-13df-45f2-a6d7-1323485479f6", "appDisplayName": "Cisco Webex", "ipAddress": "91.132.253.146", "status": {"errorCode": 0}, "clientAppUsed": "Browser", "deviceDetail": {"deviceId": "", "operatingSystem": "Windows", "browser": "Rich Client 4.42.0.0"}, "location": {"city": "Rickshire", "state": "Norrisbury", "countryOrRegion": "XD", "geoCoordinates": {"latitude": -78.5751045, "longitude": 58.329246}}, "correlationId": "66c148ce-0a52-448c-8aa4-4794820203dd", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "8c2043a6-949f-4401-aa57-2dc69e18170d", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "processingTimeInMilliseconds": 126, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Cisco Webex Service", "resourceId": "4884a600-51a1-4fe8-b87a-e49065a2e034", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 214655, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "Jk0Tbnnf2zb6ib2bpz3XeHtNGVoRultnUZt30CDD0Vk28uMd", "incomingTokenType": "none", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "d8dd2939-e6c4-4d69-91fc-ea73791997a4"}}, {"time": "2022-08-28T21:56:58.127104Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "147.132.189.119", "correlationId": "b7475490-6560-401b-b80f-b6c588d81598", "identity": "Cassie Fernandez", "Level": 4, "location": "XR", "properties": {"id": "541ec948-4b40-46bd-a337-75cb15ac6300", "createdDateTime": "2022-08-28T21:56:58.258104Z", "userDisplayName": "Cassie Fernandez", "userPrincipalName": "cfernandez@domain.com", "userId": "67ef8be6-3f44-4db7-8172-fd6211428c1e", "appId": "2eae4ad1-8cae-48fe-b718-76bd66e2fc7f", "appDisplayName": "Bipsync", "ipAddress": "147.132.189.119", "status": {"errorCode": 0}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (iPad; CPU iPad OS 9_3_6 like Mac OS X) AppleWebKit/536.1 (KHTML, like Gecko) CriOS/42.0.865.0 Mobile/77O124 Safari/536.1 Edge/99.14477", "deviceDetail": {"deviceId": "bf67c857-685a-4457-89c4-db2afa581bd2", "displayName": "CASSIEFERNANDEZ-LT", "operatingSystem": "Windows 10", "browser": "Edge 99.14477", "trustType": "Hybrid Azure AD joined"}, "location": {"city": "Port Denisetown", "state": "Smithton", "countryOrRegion": "XR", "geoCoordinates": {"latitude": 3.5518965, "longitude": 131.871582}}, "correlationId": "1daad30f-cc60-49ee-ab41-b5b0cd8f114d", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "75826f8c-80f7-43a4-aab3-80f97145b81d", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 131, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Bipsync Service", "resourceId": "819aa3ed-3b63-4925-8388-0b8d41022941", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 256668, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "NXjq5hAf9vvYyctM9DtGSTBKqlQX1dBbpfMVGLOFim9FCc0y", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "7f0c9abd-8b0d-4973-8675-a495454c0c86", "rngcStatus": 0}}, {"time": "2022-08-28T22:34:23.635287Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "105.169.153.183", "correlationId": "48aa5090-25a2-4c3a-8749-343a39704552", "identity": "Jim Gonzalez", "Level": 4, "location": "XR", "properties": {"id": "8bc588a3-ee52-4f64-9b78-b88363167c00", "createdDateTime": "2022-08-28T22:34:23.755287Z", "userDisplayName": "Jim Gonzalez", "userPrincipalName": "jgonzalez@domain.com", "userId": "95090045-a9c5-489c-adee-2db430a3333a", "appId": "2eae4ad1-8cae-48fe-b718-76bd66e2fc7f", "appDisplayName": "Bipsync", "ipAddress": "105.169.153.183", "status": {"errorCode": 0}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (Windows NT 4.0) AppleWebKit/532.1 (KHTML, like Gecko) Chrome/38.0.801.0 Safari/532.1 Edge/19.15284", "deviceDetail": {"deviceId": "15135d1f-cb47-4bd8-b76d-90a9171c09bd", "displayName": "JIMGONZALEZ-LT", "operatingSystem": "Windows 10", "browser": "Edge 19.15284", "trustType": "Azure AD registered"}, "location": {"city": "Santosborough", "state": "Smithton", "countryOrRegion": "XR", "geoCoordinates": {"latitude": 12.8350355, "longitude": 138.359011}}, "correlationId": "1489ceea-4ee9-4ad5-b8bc-d58978a74b1b", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "573473e8-2187-44ce-b794-1c511947b6db", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 120, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Bipsync Service", "resourceId": "819aa3ed-3b63-4925-8388-0b8d41022941", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 256668, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "mtA2zFeeaFDAGAxYnoZjGlXLEIeWz8hV9AsBFwWY1bgn0CJo", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "7f0c9abd-8b0d-4973-8675-a495454c0c86", "rngcStatus": 0}}, {"time": "2022-08-28T22:40:35.527407Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "63.94.19.180", "correlationId": "8ab08ebe-25de-4aa9-b894-a8eabb5d8b09", "identity": "Vanessa Ramirez", "Level": 4, "location": "XD", "properties": {"id": "7b5d90af-37fc-4efa-b905-5a1b07029200", "createdDateTime": "2022-08-28T22:40:35.684407Z", "userDisplayName": "Vanessa Ramirez", "userPrincipalName": "vramirez@domain.com", "userId": "5d72b7ed-62ea-4b94-b931-ccef65d71ebd", "appId": "9fae5b16-d0a2-454d-bcd6-eb1a47156cb2", "appDisplayName": "SD ECDN", "ipAddress": "63.94.19.180", "status": {"errorCode": 0}, "clientAppUsed": "Browser", "deviceDetail": {"deviceId": "e395a3f4-8f2d-4170-804f-d3e13ce3151b", "displayName": "VANESSARAMIREZ-LT", "operatingSystem": "Windows 10", "browser": "Rich Client 3.19.8.16603", "trustType": "Azure AD registered"}, "location": {"city": "New James", "state": "Norrisbury", "countryOrRegion": "XD", "geoCoordinates": {"latitude": 64.5727225, "longitude": 92.661569}}, "correlationId": "9a0a8f1a-d35c-4f69-9902-26794221b446", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "7b2e4904-51b8-4366-9e04-edaa88991058", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 157, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "SD ECDN Service", "resourceId": "24578515-1951-4064-967d-0d2acaf0aa70", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 45904, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "iSoOMmdROwIy9OYb3dl8mIjinQmjvc41JSnoxhXz4rOVkyJO", "incomingTokenType": "none", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "0e68752b-7dfa-400b-a6f5-1b54af90696a", "rngcStatus": 0}}, {"time": "2022-08-28T22:48:04.672239Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "50173", "resultSignature": "None", "resultDescription": "Fresh auth token is needed. Have the user re-sign using fresh credentials.", "durationMs": 0, "callerIpAddress": "156.206.181.119", "correlationId": "c7562475-72c3-4c08-bef3-6e531a8b4b42", "identity": "Cynthia Perry", "Level": 4, "location": "XY", "properties": {"id": "be6022e3-cefb-4a55-8ab2-6dd33f2d9100", "createdDateTime": "2022-08-28T22:48:04.714239Z", "userDisplayName": "Cynthia Perry", "userPrincipalName": "cperry@domain.com", "userId": "ac5fa380-9d5b-470e-beb2-5ba10aca48e6", "appId": "bf2855c0-7434-4262-8885-ad2f5206d324", "appDisplayName": "COINS Construction Cloud - Project and Productivity Apps", "ipAddress": "156.206.181.119", "status": {"errorCode": 50173, "failureReason": "Fresh auth token is needed. Have the user re-sign using fresh credentials."}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (Windows NT 4.0) AppleWebKit/531.1 (KHTML, like Gecko) Chrome/20.0.823.0 Safari/531.1 Edge/87.11424", "deviceDetail": {"deviceId": "", "operatingSystem": "Windows 10", "browser": "Edge 87.11424"}, "location": {"city": "Hannaville", "state": "Thomashaven", "countryOrRegion": "XY", "geoCoordinates": {"latitude": 1.1452695, "longitude": 128.249211}}, "correlationId": "a728e987-6408-4766-816a-85ab18c2127c", "conditionalAccessStatus": "notApplied", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "1b7e7d11-d555-404d-aa38-97dd526127eb", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 42, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "COINS Construction Cloud - Project and Productivity Apps Service", "resourceId": "436260d5-3791-4aea-a4da-aa698ec35f2f", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 279165, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "2TKUfgPQs4KEPXYgLcT9LIcT2GoeLG21veaMPuOGuKON0G2m", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "94b9f3ba-5f4b-4edc-99dc-a420b76960f9", "rngcStatus": 0}}, {"time": "2022-08-28T22:50:36.256092Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "86.154.193.190", "correlationId": "c47f3894-0e3e-4569-9a72-9f5ec62eec03", "identity": "Melissa Martin", "Level": 4, "location": "XR", "properties": {"id": "7d318455-34d8-4ae2-8167-c67cb6bc5200", "createdDateTime": "2022-08-28T22:50:36.355092Z", "userDisplayName": "Melissa Martin", "userPrincipalName": "mmartin@domain.com", "userId": "632ccb55-03a7-40f4-9893-653527cae790", "appId": "9a7e67c7-6f05-42a3-b226-97c7ec3e9696", "appDisplayName": "Adobe Identity Management", "ipAddress": "86.154.193.190", "status": {"errorCode": 0}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (iPad; CPU iPad OS 9_3_6 like Mac OS X) AppleWebKit/536.1 (KHTML, like Gecko) CriOS/42.0.865.0 Mobile/77O124 Safari/536.1 Edge/99.14477", "deviceDetail": {"deviceId": "", "operatingSystem": "Windows 10", "browser": "Edge 99.14477"}, "location": {"city": "Port Denisetown", "state": "Smithton", "countryOrRegion": "XR", "geoCoordinates": {"latitude": 3.5518965, "longitude": 131.871582}}, "correlationId": "d28c8494-f88c-4a10-85f5-7e82c961f6c1", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "b1a00ceb-fc6d-483a-9aa6-091ba524274d", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "processingTimeInMilliseconds": 99, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Adobe Identity Management Service", "resourceId": "80abac89-d2c0-4b6c-8ffc-5023bd7efc5e", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 256668, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "8JOm0CSFrbY5IkUs3m9fMIaPnVvrzeleWzlPrRVmJ65y7ime", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": null}}, {"time": "2022-08-28T22:50:54.926148Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "50158", "resultSignature": "None", "resultDescription": "External security challenge was not satisfied.", "durationMs": 0, "callerIpAddress": "42.62.103.34", "correlationId": "fb9286a0-de34-4248-896f-dd5c748e5006", "identity": "Joseph Taylor", "Level": 4, "location": "XF", "properties": {"id": "161299a3-6083-437a-9849-b316ed306600", "createdDateTime": "2022-08-28T22:50:55.034148Z", "userDisplayName": "Joseph Taylor", "userPrincipalName": "jtaylor@domain.com", "userId": "af9847eb-c773-41ae-bf94-42747c5e986c", "appId": "2eae4ad1-8cae-48fe-b718-76bd66e2fc7f", "appDisplayName": "Bipsync", "ipAddress": "42.62.103.34", "status": {"errorCode": 50158, "failureReason": "External security challenge was not satisfied.", "additionalDetails": "MFA requirement satisfied by claim in the token"}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (iPad; CPU iPad OS 9_3_6 like Mac OS X) AppleWebKit/536.1 (KHTML, like Gecko) CriOS/42.0.865.0 Mobile/77O124 Safari/536.1 Edge/99.14477", "deviceDetail": {"deviceId": "76b96bd3-e5d7-49ee-b195-bf363facdb3d", "displayName": "JOSEPHTAYLOR-LT", "operatingSystem": "Windows 10", "browser": "Edge 99.14477", "isCompliant": true, "isManaged": true, "trustType": "Azure AD joined"}, "location": {"city": "Jessicafurt", "state": "Smithbury", "countryOrRegion": "XF", "geoCoordinates": {"latitude": 17.5082395, "longitude": -115.304215}}, "mfaDetail": {}, "correlationId": "632ea073-c704-4e19-92e6-865ba7cd7e46", "conditionalAccessStatus": "failure", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "fa2cf89d-4fdd-48aa-a5f2-51817862b95c", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 108, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Bipsync Service", "resourceId": "aaf780ce-b996-49b9-986d-8bb23f7bce3a", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 393508, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "FE1uz7Cn0dsdIlTtef6LTuu2jboCX1ePARPL1VAh7c42m3nZ", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "b7da42cc-a168-4148-b15a-792ad32c2ff5", "rngcStatus": 0}}, {"time": "2022-08-28T23:12:39.307877Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "156.206.181.119", "correlationId": "e1865e66-025d-44ec-a76c-e6a6912192f5", "identity": "Cynthia Perry", "Level": 4, "location": "XY", "properties": {"id": "06aa2776-6961-4f0a-b4c3-b4786b555700", "createdDateTime": "2022-08-28T23:12:39.398877Z", "userDisplayName": "Cynthia Perry", "userPrincipalName": "cperry@domain.com", "userId": "ac5fa380-9d5b-470e-beb2-5ba10aca48e6", "appId": "9a7e67c7-6f05-42a3-b226-97c7ec3e9696", "appDisplayName": "Adobe Identity Management", "ipAddress": "156.206.181.119", "status": {"errorCode": 0}, "clientAppUsed": "Mobile Apps and Desktop clients", "deviceDetail": {"deviceId": "", "operatingSystem": "Windows 10", "browser": "Rich Client v3.4.1.35249"}, "location": {"city": "Hannaville", "state": "Thomashaven", "countryOrRegion": "XY", "geoCoordinates": {"latitude": 1.1452695, "longitude": 128.249211}}, "correlationId": "1adabbba-1b13-49af-9610-443691c0279b", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "d41f35e1-b45d-4147-aa7e-6d8f8539d81d", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "processingTimeInMilliseconds": 91, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Adobe Identity Management Service", "resourceId": "9a84f55e-3a40-492c-9476-e069f64ed7a6", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 279165, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "5DQd9HQK5R65kj1AxdNf6FlJOihu1xTldhJfA2AIu99vc5YC", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "37ee873b-f901-4e25-be69-010243106d0f"}}, {"time": "2022-08-28T23:14:50.404925Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "50158", "resultSignature": "None", "resultDescription": "External security challenge was not satisfied.", "durationMs": 0, "callerIpAddress": "44.22.19.201", "correlationId": "126b9589-fe3f-443c-b600-26a5fef68b2c", "identity": "Thomas Price", "Level": 4, "location": "XN", "properties": {"id": "7682696f-415e-4a05-906d-36aa813e7600", "createdDateTime": "2022-08-28T23:14:50.558925Z", "userDisplayName": "Thomas Price", "userPrincipalName": "tprice@domain.com", "userId": "32109ee2-ee4f-4d11-9c38-2556aec0f2b5", "appId": "79510a8f-6421-4348-a2ea-bcc2b02485c1", "appDisplayName": "Cisco AnyConnect", "ipAddress": "44.22.19.201", "status": {"errorCode": 50158, "failureReason": "External security challenge was not satisfied."}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (X11; Linux i686) AppleWebKit/535.2 (KHTML, like Gecko) Chrome/22.0.843.0 Safari/535.2 Edge/118.12158", "deviceDetail": {"deviceId": "fb4d911d-6441-411b-868f-d25d5586a326", "displayName": "THOMASPRICE-LT", "operatingSystem": "Windows 10", "browser": "Edge 118.12158", "trustType": "Hybrid Azure AD joined"}, "location": {"city": "Littlemouth", "state": "Alexanderfurt", "countryOrRegion": "XN", "geoCoordinates": {"latitude": 25.4437255, "longitude": -109.530885}}, "correlationId": "82fe0f9f-69a4-4c95-8ae0-9229d2e5c170", "conditionalAccessStatus": "failure", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "b1ad18db-8d44-4059-b493-700455417353", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 154, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Cisco AnyConnect Online", "resourceId": "5d5b8d28-6a28-472e-b837-a4094e466965", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 230297, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "TqMIYQqDYCgjAWXfEfkScThJVNMpCEenoa72nZlYbwyfuya3", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "15655e1f-5005-4c53-b3c0-c4a1d1ca5e9e", "rngcStatus": 0}}, {"time": "2022-08-28T23:28:29.244618Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "1.210.58.10", "correlationId": "fb2b478d-83f9-40fc-8f96-b2e790118ee2", "identity": "Keith Sheppard", "Level": 4, "location": "XD", "properties": {"id": "37d9e640-8f8f-42d8-9d97-1f4dc0f26d00", "createdDateTime": "2022-08-28T23:28:29.543618Z", "userDisplayName": "Keith Sheppard", "userPrincipalName": "ksheppard@domain.com", "userId": "05bd48f1-91d2-4c2d-9a7c-80e80f561b3c", "appId": "1b3edb90-1e06-46db-b021-e2fc1f7ddaf5", "appDisplayName": "Beatrust", "ipAddress": "1.210.58.10", "status": {"errorCode": 0}, "clientAppUsed": "Browser", "deviceDetail": {"deviceId": "639815fd-5018-4e38-9d81-67538b2ce460", "displayName": "KEITHSHEPPARD-LT", "operatingSystem": "Windows 10", "browser": "Rich Client 5.2.7.0", "trustType": "Azure AD registered"}, "location": {"city": "Cooperhaven", "state": "Norrisbury", "countryOrRegion": "XD", "geoCoordinates": {"latitude": 70.436398, "longitude": -23.873747}}, "correlationId": "303e3721-5f44-47cf-9ac8-bd5ac913a663", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "dd3cb0d3-9ae1-4890-b1ac-ad121bc2bee3", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 299, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Beatrust Service", "resourceId": "f0630e90-b752-4960-bfb9-a0794fc34930", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 69487, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "GdRcWglsGSehuwCsJIjc7wA2KkWrzGP0KT1tkmUMOREwJ2Rb", "incomingTokenType": "none", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "1f37c851-4be4-455b-928a-fbde7845a68a", "rngcStatus": 0}}, {"time": "2022-08-28T23:42:11.078894Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "92.110.109.246", "correlationId": "23d4355c-39b7-413b-b59f-fbebf3444844", "identity": "David Johnson", "Level": 4, "location": "XR", "properties": {"id": "23856212-0a3a-4f29-a3b7-e17609419100", "createdDateTime": "2022-08-28T23:42:11.210894Z", "userDisplayName": "David Johnson", "userPrincipalName": "djohnson@domain.com", "userId": "ff2ae3d2-8cd2-4bd6-b65d-49c5ad946c7f", "appId": "b6eb5487-41e5-4254-acc5-72fbd850bd1e", "appDisplayName": "Google Cloud / G Suite Connector by Microsoft", "ipAddress": "92.110.109.246", "status": {"errorCode": 0}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (iPad; CPU iPad OS 9_3_6 like Mac OS X) AppleWebKit/536.1 (KHTML, like Gecko) CriOS/42.0.865.0 Mobile/77O124 Safari/536.1 Edge/99.14477", "deviceDetail": {"deviceId": "717ebe00-a5eb-412e-97b6-7b8ab7cfbc02", "displayName": "DAVIDJOHNSON-LT", "operatingSystem": "Windows 10", "browser": "Edge 99.14477", "trustType": "Azure AD registered"}, "location": {"city": "Port Denisetown", "state": "Smithton", "countryOrRegion": "XR", "geoCoordinates": {"latitude": 3.5518965, "longitude": 131.871582}}, "correlationId": "75cc66eb-41f0-4e0c-9067-84b057b0f25a", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "19adb7fc-c838-445b-aee8-360c576af705", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 132, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Google Cloud / G Suite Connector by Microsoft Service", "resourceId": "47e06079-6a63-42ab-89ea-840a60f3ea94", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 230297, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "bu1NYWJhm2LArJ1RmPtCDgqoNK356rafoTuMnRJzNs9wKJDd", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "af115473-a920-4919-a03a-7215ca304189", "rngcStatus": 0}}, {"time": "2022-08-28T23:51:09.615416Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "57.9.228.50", "correlationId": "ca11aee9-b4a9-46e6-b9f6-6f52adf371ab", "identity": "Thomas Price", "Level": 4, "location": "XQ", "properties": {"id": "8118c4f3-cea7-4654-8492-63532aaca400", "createdDateTime": "2022-08-28T23:51:09.757416Z", "userDisplayName": "Thomas Price", "userPrincipalName": "tprice@domain.com", "userId": "32109ee2-ee4f-4d11-9c38-2556aec0f2b5", "appId": "9a7e67c7-6f05-42a3-b226-97c7ec3e9696", "appDisplayName": "Adobe Identity Management", "ipAddress": "57.9.228.50", "status": {"errorCode": 0}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (X11; Linux i686) AppleWebKit/533.0 (KHTML, like Gecko) Chrome/24.0.803.0 Safari/533.0 Edge/40.11325", "deviceDetail": {"deviceId": "0729bd71-1465-4897-bba4-71c5ca15a9bb", "displayName": "THOMASPRICE-LT", "operatingSystem": "Windows 10", "browser": "Edge 40.11325", "isCompliant": true, "isManaged": true, "trustType": "Azure AD registered"}, "location": {"city": "Francoshire", "state": "Chanshire", "countryOrRegion": "XQ", "geoCoordinates": {"latitude": -6.227289, "longitude": -139.229536}}, "correlationId": "c27ff196-6ef7-4d9a-b87f-4085c6eedb33", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "b055696c-b800-42e1-a5cc-7cd541a41a22", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 142, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Adobe Identity Management Service", "resourceId": "f0630e90-b752-4960-bfb9-a0794fc34930", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 497360, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "2AgPSSUd7N8LsmcuDckCQrAbsVro9lsozhEOXMq35mMZJuuv", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "1f37c851-4be4-455b-928a-fbde7845a68a", "rngcStatus": 0}}, {"time": "2022-08-29T00:13:43.369284Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "50158", "resultSignature": "None", "resultDescription": "External security challenge was not satisfied.", "durationMs": 0, "callerIpAddress": "147.132.189.119", "correlationId": "35e25235-e435-4bbb-b47e-6707f9e409bb", "identity": "Terry Proctor", "Level": 4, "location": "XR", "properties": {"id": "eb6726f4-2522-4aaf-8ec9-60cdf05d5b00", "createdDateTime": "2022-08-29T00:13:43.487284Z", "userDisplayName": "Terry Proctor", "userPrincipalName": "tproctor@domain.com", "userId": "03110cc5-e54f-4dae-b68a-bf5d945f8152", "appId": "9a7e67c7-6f05-42a3-b226-97c7ec3e9696", "appDisplayName": "Adobe Identity Management", "ipAddress": "147.132.189.119", "status": {"errorCode": 50158, "failureReason": "External security challenge was not satisfied.", "additionalDetails": "MFA requirement satisfied by claim in the token"}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (X11; Linux i686) AppleWebKit/533.0 (KHTML, like Gecko) Chrome/24.0.803.0 Safari/533.0 Edge/40.11325", "deviceDetail": {"deviceId": "88ee69d5-1eb7-4f29-b594-e9b4e3371940", "displayName": "TERRYPROCTOR-LT", "operatingSystem": "Windows 10", "browser": "Edge 40.11325", "isCompliant": true, "isManaged": true, "trustType": "Azure AD joined"}, "location": {"city": "Port Denisetown", "state": "Smithton", "countryOrRegion": "XR", "geoCoordinates": {"latitude": 3.5518965, "longitude": 131.871582}}, "mfaDetail": {}, "correlationId": "db26f82d-baf3-430a-ab4f-87d48c8cff2c", "conditionalAccessStatus": "failure", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "5362a864-243a-4ab9-9243-2a51835740f5", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "processingTimeInMilliseconds": 118, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Adobe Identity Management Service", "resourceId": "7d6a0897-8b82-49e9-90e2-d482fb9202bd", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 256668, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "VtimVF50PQztCRFwWtRk6jvSgGbBS8tM6Kpbg0d7epjRE5JM", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "537d9419-7e2b-4778-9102-62256bcfcf45"}}, {"time": "2022-08-29T00:17:46.184712Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "SignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "86.154.193.190", "correlationId": "67c1c34c-d156-4775-b9e6-8d1f2cf76795", "identity": "Melissa Martin", "Level": 4, "location": "XR", "properties": {"id": "3f04f6e0-8681-475f-a0d6-0af73ac77200", "createdDateTime": "2022-08-29T00:17:46.280712Z", "userDisplayName": "Melissa Martin", "userPrincipalName": "mmartin@domain.com", "userId": "632ccb55-03a7-40f4-9893-653527cae790", "appId": "d0f2bc9f-08aa-4216-910a-0aa98a997e53", "appDisplayName": "Palo Alto Networks - GlobalProtect", "ipAddress": "86.154.193.190", "status": {"errorCode": 0}, "clientAppUsed": "Browser", "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 12_4_8 like Mac OS X) AppleWebKit/536.2 (KHTML, like Gecko) CriOS/39.0.845.0 Mobile/81S373 Safari/536.2 Edge/40.11827", "deviceDetail": {"deviceId": "", "operatingSystem": "Windows 10", "browser": "Edge 40.11827"}, "location": {"city": "Port Denisetown", "state": "Smithton", "countryOrRegion": "XR", "geoCoordinates": {"latitude": 3.5518965, "longitude": 131.871582}}, "correlationId": "8182c608-d6ed-4dd8-a16a-dd364e1b214d", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "4ff9dcef-1188-46fa-a4aa-c386e6434e80", "isInteractive": true, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 96, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Palo Alto Networks - GlobalProtect Online", "resourceId": "7d6a0897-8b82-49e9-90e2-d482fb9202bd", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 256668, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "dWy0vM65AuC5SDeGxfuU8nO51c4IK4DCP47jyL4fotooJSxw", "incomingTokenType": "none", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "537d9419-7e2b-4778-9102-62256bcfcf45", "rngcStatus": 0}}, {"time": "2022-08-29T00:33:19.531643Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "50173", "resultSignature": "None", "resultDescription": "Fresh auth token is needed. Have the user re-sign using fresh credentials.", "durationMs": 0, "callerIpAddress": "156.206.181.119", "correlationId": "9b7f8f9c-faf2-40c4-be0a-7f6f891b93c3", "identity": "Cynthia Perry", "Level": 4, "location": "XY", "properties": {"id": "91857813-fa29-4b22-bbd5-ccdb07e96100", "createdDateTime": "2022-08-29T00:33:19.588643Z", "userDisplayName": "Cynthia Perry", "userPrincipalName": "cperry@domain.com", "userId": "ac5fa380-9d5b-470e-beb2-5ba10aca48e6", "appId": "bf2855c0-7434-4262-8885-ad2f5206d324", "appDisplayName": "COINS Construction Cloud - Project and Productivity Apps", "ipAddress": "156.206.181.119", "status": {"errorCode": 50173, "failureReason": "Fresh auth token is needed. Have the user re-sign using fresh credentials."}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (Windows NT 4.0) AppleWebKit/531.1 (KHTML, like Gecko) Chrome/20.0.823.0 Safari/531.1 Edge/87.11424", "deviceDetail": {"deviceId": "", "operatingSystem": "Windows 10", "browser": "Edge 87.11424"}, "location": {"city": "Hannaville", "state": "Thomashaven", "countryOrRegion": "XY", "geoCoordinates": {"latitude": 1.1452695, "longitude": 128.249211}}, "correlationId": "f519749c-c8ca-474b-9a28-512a4a29f661", "conditionalAccessStatus": "notApplied", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "a971ef33-4ad2-444b-9c54-5df8439fcbbb", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 57, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "COINS Construction Cloud - Project and Productivity Apps Service", "resourceId": "3f7d0d52-e3b6-4712-8e89-01c915dc0294", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 279165, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "nnO2cThbgx89Xhu7YDFurqhdgU4WCPcGw6HUdoJUREaewie4", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "84036992-5b2b-4836-8aca-9de3ba4c15b9", "rngcStatus": 0}}, {"time": "2022-08-29T00:34:50.700263Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "50158", "resultSignature": "None", "resultDescription": "External security challenge was not satisfied.", "durationMs": 0, "callerIpAddress": "44.22.19.201", "correlationId": "c6598311-e700-4d7d-90e2-fda477dd977c", "identity": "Thomas Price", "Level": 4, "location": "XN", "properties": {"id": "ece24cb8-8bbf-4dc3-90e8-e3aca3fa6b00", "createdDateTime": "2022-08-29T00:34:50.830263Z", "userDisplayName": "Thomas Price", "userPrincipalName": "tprice@domain.com", "userId": "32109ee2-ee4f-4d11-9c38-2556aec0f2b5", "appId": "79510a8f-6421-4348-a2ea-bcc2b02485c1", "appDisplayName": "Cisco AnyConnect", "ipAddress": "44.22.19.201", "status": {"errorCode": 50158, "failureReason": "External security challenge was not satisfied."}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (X11; Linux i686) AppleWebKit/535.2 (KHTML, like Gecko) Chrome/22.0.843.0 Safari/535.2 Edge/118.12158", "deviceDetail": {"deviceId": "a31478d2-f778-4d5a-b081-22579a9edcbe", "displayName": "THOMASPRICE-LT", "operatingSystem": "Windows 10", "browser": "Edge 118.12158", "trustType": "Hybrid Azure AD joined"}, "location": {"city": "Littlemouth", "state": "Alexanderfurt", "countryOrRegion": "XN", "geoCoordinates": {"latitude": 25.4437255, "longitude": -109.530885}}, "correlationId": "bacc17f7-6e29-4f0c-8e9d-6e06bdbe2ddb", "conditionalAccessStatus": "failure", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "11834de2-f423-4281-9ffc-d78d4de4dd93", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 130, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Cisco AnyConnect Online", "resourceId": "5d5b8d28-6a28-472e-b837-a4094e466965", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 230297, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "pUJASGeekcmR2UEomvoVpLqnzL068JJnkOM1FexKGXYNaeQm", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "15655e1f-5005-4c53-b3c0-c4a1d1ca5e9e", "rngcStatus": 0}}, {"time": "2022-08-29T01:04:29.857957Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "SignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "99.116.100.205", "correlationId": "984786c2-a800-4062-b363-de29905e4ce2", "identity": "Aaron Cole", "Level": 4, "location": "XD", "properties": {"id": "676a8b82-7787-4511-9ea8-033912ff9b00", "createdDateTime": "2022-08-29T01:04:29.932957Z", "userDisplayName": "Aaron Cole", "userPrincipalName": "acole@domain.com", "userId": "5d557969-1645-4ba4-be83-b6fd943659f7", "appId": "e47a1d38-5f61-45cd-b1b9-bc92f525c598", "appDisplayName": "Altoura", "ipAddress": "99.116.100.205", "status": {"errorCode": 0}, "clientAppUsed": "Browser", "userAgent": "Mozilla/5.0 (Linux; Android 2.3.5) AppleWebKit/532.2 (KHTML, like Gecko) Chrome/46.0.898.0 Safari/532.2 Edge/105.19198", "deviceDetail": {"deviceId": "", "operatingSystem": "Windows 10", "browser": "Edge 105.19198"}, "location": {"city": "Carrollstad", "state": "Norrisbury", "countryOrRegion": "XD", "geoCoordinates": {"latitude": -38.8540465, "longitude": -17.674718}}, "correlationId": "fda9ffae-c41a-4a4e-a037-6a548b1bedd4", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "b8f39124-6334-4bc5-a604-2d04293782af", "isInteractive": true, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 75, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Altoura Online", "resourceId": "f0630e90-b752-4960-bfb9-a0794fc34930", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 214655, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "IJzgzG9u2kXKRASALXym6FLzXJx6HTV6BOda6uYToleK1hyP", "incomingTokenType": "none", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "1f37c851-4be4-455b-928a-fbde7845a68a", "rngcStatus": 0}}, {"time": "2022-08-29T01:10:05.267053Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "50158", "resultSignature": "None", "resultDescription": "External security challenge was not satisfied.", "durationMs": 0, "callerIpAddress": "92.110.109.246", "correlationId": "d18df3ea-cae0-4874-96a5-d1b904c83f94", "identity": "Thomas Price", "Level": 4, "location": "XR", "properties": {"id": "911f8da9-b80f-4328-bdcf-c11ffdb26400", "createdDateTime": "2022-08-29T01:10:05.425053Z", "userDisplayName": "Thomas Price", "userPrincipalName": "tprice@domain.com", "userId": "32109ee2-ee4f-4d11-9c38-2556aec0f2b5", "appId": "9a7e67c7-6f05-42a3-b226-97c7ec3e9696", "appDisplayName": "Adobe Identity Management", "ipAddress": "92.110.109.246", "status": {"errorCode": 50158, "failureReason": "External security challenge was not satisfied."}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (X11; Linux i686) AppleWebKit/535.2 (KHTML, like Gecko) Chrome/22.0.843.0 Safari/535.2 Edge/118.12158", "deviceDetail": {"deviceId": "35819889-abdc-47e0-b28d-5195d26e941f", "displayName": "THOMASPRICE-LT", "operatingSystem": "Windows 10", "browser": "Edge 118.12158", "trustType": "Hybrid Azure AD joined"}, "location": {"city": "Port Denisetown", "state": "Smithton", "countryOrRegion": "XR", "geoCoordinates": {"latitude": 3.5518965, "longitude": 131.871582}}, "correlationId": "82924c4d-e767-4c10-95bf-bc4a2aba2d3c", "conditionalAccessStatus": "failure", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "52e3f78d-60d7-4dbe-9210-cb07711119e2", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 158, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Adobe Identity Management Service", "resourceId": "30663ca7-f8a9-43ab-8ca1-7906bdbc1485", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 230297, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "FrQnIMqk58nv327yq1FKsLdKSkjsfM3TFICUYcKQdF7bGuAP", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "a6c259e5-7f16-48b2-a9f3-75becd6daa9b", "rngcStatus": 0}}, {"time": "2022-08-29T01:22:10.294298Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "91.132.253.146", "correlationId": "40c1e191-aa66-46eb-b949-503d4bb0a1a7", "identity": "Aaron Cole", "Level": 4, "location": "XD", "properties": {"id": "8f0104bc-cf9f-4ec7-a1f4-ae8422146e00", "createdDateTime": "2022-08-29T01:22:10.420298Z", "userDisplayName": "Aaron Cole", "userPrincipalName": "acole@domain.com", "userId": "5d557969-1645-4ba4-be83-b6fd943659f7", "appId": "895b9fb3-4084-4f9f-a314-d082d67e3c5c", "appDisplayName": "Airstack", "ipAddress": "91.132.253.146", "status": {"errorCode": 0}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (iPad; CPU iPad OS 14_2 like Mac OS X) AppleWebKit/535.2 (KHTML, like Gecko) CriOS/33.0.816.0 Mobile/88O531 Safari/535.2 Edge/117.19612", "deviceDetail": {"deviceId": "", "operatingSystem": "Windows 10", "browser": "Edge 117.19612"}, "location": {"city": "Rickshire", "state": "Norrisbury", "countryOrRegion": "XD", "geoCoordinates": {"latitude": -78.5751045, "longitude": 58.329246}}, "correlationId": "bdb64a0b-5a29-4005-92ba-ec6da1082f61", "conditionalAccessStatus": "notApplied", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "1957bf8d-ab5b-4d81-a70a-4689833fc012", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 126, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Airstack Service", "resourceId": "01f2a7c1-e668-4e23-a099-726ca374f477", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 214655, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "pUuYDWdxBUC8YaHLqPky9OB2qkKYyQUk0YxGvxysFk4gZoB9", "incomingTokenType": "none", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "e133b8e5-4d8b-4e43-9ae4-962ce64fbbd5", "rngcStatus": 0}}, {"time": "2022-08-29T01:32:17.724959Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "147.132.189.119", "correlationId": "8ecb3002-df22-4613-952c-35c9f6d43b37", "identity": "Terry Proctor", "Level": 4, "location": "XR", "properties": {"id": "d9fe19c7-3b22-47c4-a577-e6f977626800", "createdDateTime": "2022-08-29T01:32:17.860959Z", "userDisplayName": "Terry Proctor", "userPrincipalName": "tproctor@domain.com", "userId": "03110cc5-e54f-4dae-b68a-bf5d945f8152", "appId": "413f12c2-a9cb-4ca6-a080-d4308249cbe1", "appDisplayName": "Air", "ipAddress": "147.132.189.119", "status": {"errorCode": 0, "additionalDetails": "MFA requirement satisfied by claim in the token"}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (X11; Linux i686) AppleWebKit/533.0 (KHTML, like Gecko) Chrome/24.0.803.0 Safari/533.0 Edge/40.11325", "deviceDetail": {"deviceId": "88ee69d5-1eb7-4f29-b594-e9b4e3371940", "displayName": "TERRYPROCTOR-LT", "operatingSystem": "Windows 10", "browser": "Edge 40.11325", "isCompliant": true, "isManaged": true, "trustType": "Azure AD joined"}, "location": {"city": "Port Denisetown", "state": "Smithton", "countryOrRegion": "XR", "geoCoordinates": {"latitude": 3.5518965, "longitude": 131.871582}}, "mfaDetail": {}, "correlationId": "873efc81-f7e5-448c-8336-9ebf51150411", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "d9d5d6e8-c830-4c5d-9a8c-accb629301c4", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 136, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Air Online", "resourceId": "d2c09315-f769-4fc6-9be8-f57cf8efa9cc", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 256668, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "bUPKglwZlJZ3cID28k6NLqzHJVW4NKTuWGXHNhts9nPZV8WX", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": null, "rngcStatus": 0}}, {"time": "2022-08-29T01:39:54.161212Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "156.206.181.119", "correlationId": "cc0386f8-5ec7-4793-a60d-f6362b49454b", "identity": "Cynthia Perry", "Level": 4, "location": "XY", "properties": {"id": "05ba222e-1564-4894-b208-c53539458200", "createdDateTime": "2022-08-29T01:39:54.248212Z", "userDisplayName": "Cynthia Perry", "userPrincipalName": "cperry@domain.com", "userId": "ac5fa380-9d5b-470e-beb2-5ba10aca48e6", "appId": "9de6e985-97a5-4d82-9c45-aedaa9c25ef9", "appDisplayName": "AWS Single-Account Access", "ipAddress": "156.206.181.119", "status": {"errorCode": 0}, "clientAppUsed": "Browser", "deviceDetail": {"deviceId": "", "operatingSystem": "Windows"}, "location": {"city": "Hannaville", "state": "Thomashaven", "countryOrRegion": "XY", "geoCoordinates": {"latitude": 1.1452695, "longitude": 128.249211}}, "correlationId": "78d05b18-fcb6-4971-b628-d27f21d1fb20", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "aeda0364-2fec-4d27-b4b5-9ad5fe7d5ccb", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 87, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "AWS Single-Account Access Service", "resourceId": "f0630e90-b752-4960-bfb9-a0794fc34930", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 279165, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "glURJc8ywMNz1DKscDgpdmbsNYM3lWqYRfyGJcuJBcmxy6Rg", "incomingTokenType": "none", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "1f37c851-4be4-455b-928a-fbde7845a68a", "rngcStatus": 0}}, {"time": "2022-08-29T01:40:11.654651Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "13.113.40.157", "correlationId": "2957ec02-e789-471f-abb9-4ad7dbce5011", "identity": "Attack Target", "Level": 4, "location": "XR", "properties": {"id": "5e327247-139b-4579-a477-0876e2958c00", "createdDateTime": "2022-08-29T01:40:11.762651Z", "userDisplayName": "Attack Target", "userPrincipalName": "attacktarget@domain.com", "userId": "d735e84b-dcca-404d-9f7d-700f360f41a6", "appId": "9a7e67c7-6f05-42a3-b226-97c7ec3e9696", "appDisplayName": "Adobe Identity Management", "ipAddress": "13.113.40.157", "ipAddressFromResourceProvider": "13.113.40.157", "status": {"errorCode": 0}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (iPad; CPU iPad OS 9_3_6 like Mac OS X) AppleWebKit/536.1 (KHTML, like Gecko) CriOS/42.0.865.0 Mobile/77O124 Safari/536.1 Edge/99.14477", "deviceDetail": {"deviceId": "a44625dc-6f81-449a-9799-8005f7209b42", "displayName": "ATTACKTARGET-LT", "operatingSystem": "Windows 10", "browser": "Edge 99.14477", "trustType": "Azure AD registered"}, "location": {"city": "Smithfort", "state": "Smithfort", "countryOrRegion": "XR", "geoCoordinates": {"latitude": 3.7564095, "longitude": -121.574606}}, "correlationId": "3f07f9c7-948c-4b7b-af4e-6a30e4fcbbb2", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "911c4e81-77ec-4ccf-9935-be460568e680", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 108, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Adobe Identity Management Service", "resourceId": "c8eab36d-0a82-409d-8693-a8dabc997921", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 34974, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "sm3ihSNLUSXPHdr1ezbCKdkZld9H9jUL31QIanAr7PwVtP9q", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "2248d3ef-d7b8-4eb2-bd20-fb53f725bfe3", "rngcStatus": 0}}, {"time": "2022-08-29T01:48:03.007652Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "1.210.58.10", "correlationId": "1b4d5a3c-0340-4bb2-9b54-2cd58e18daee", "identity": "Keith Sheppard", "Level": 4, "location": "XD", "properties": {"id": "4bc15ed8-27d4-456e-9748-a6875edd6200", "createdDateTime": "2022-08-29T01:48:03.085652Z", "userDisplayName": "Keith Sheppard", "userPrincipalName": "ksheppard@domain.com", "userId": "05bd48f1-91d2-4c2d-9a7c-80e80f561b3c", "appId": "18bf60fa-77dd-4aad-891d-af82ca87dd06", "appDisplayName": "FortiGate SSL VPN", "ipAddress": "1.210.58.10", "status": {"errorCode": 0}, "clientAppUsed": "Browser", "deviceDetail": {"deviceId": "639815fd-5018-4e38-9d81-67538b2ce460", "displayName": "KEITHSHEPPARD-LT", "operatingSystem": "Windows", "browser": "Rich Client 4.22.0.0", "trustType": "Azure AD registered"}, "location": {"city": "Cooperhaven", "state": "Norrisbury", "countryOrRegion": "XD", "geoCoordinates": {"latitude": 70.436398, "longitude": -23.873747}}, "correlationId": "e4acdac8-0a55-47f3-83cb-9791d8d472fc", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "da123164-7e86-4831-8796-6c1137e08694", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 78, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "FortiGate SSL VPN Service", "resourceId": "a1edee32-85c4-4a57-afcb-5853873a47e7", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 69487, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "8rggXaJaAYeCLG5JwfMuYlm3dJL1CbqK0cmVjrl6MG8jgBcQ", "incomingTokenType": "none", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "0898af19-dfef-4b51-a918-f534c473013d", "rngcStatus": 0}}, {"time": "2022-08-29T01:55:37.648946Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "SignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "199.12.127.103", "correlationId": "2ad31381-06c1-4904-9928-ce8ec58b3843", "identity": "Jacob Meyers", "Level": 4, "location": "XG", "properties": {"id": "17558929-4181-40d4-9645-7d29bb3c7900", "createdDateTime": "2022-08-29T01:55:37.741946Z", "userDisplayName": "Jacob Meyers", "userPrincipalName": "jmeyers@domain.com", "userId": "c63a67b0-1651-4a8a-9560-cc703cdad5ad", "appId": "1b3edb90-1e06-46db-b021-e2fc1f7ddaf5", "appDisplayName": "Beatrust", "ipAddress": "199.12.127.103", "status": {"errorCode": 0}, "clientAppUsed": "Browser", "userAgent": "Mozilla/5.0 (Windows NT 5.1) AppleWebKit/534.1 (KHTML, like Gecko) Chrome/37.0.847.0 Safari/534.1", "deviceDetail": {"deviceId": "", "operatingSystem": "Windows 10", "browser": "Chrome 37.0.847.0"}, "location": {"city": "Port Nathan", "state": "Newmanville", "countryOrRegion": "XG", "geoCoordinates": {"latitude": 23.244641, "longitude": -113.392021}}, "correlationId": "3d8ecbd0-86c5-4d7e-9e85-eb8e82cdd3b7", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "8a19c603-96dd-43e0-9403-f5c0fb2ec851", "isInteractive": true, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 93, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Beatrust Service", "resourceId": "24578515-1951-4064-967d-0d2acaf0aa70", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 282405, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "LP4l1hnLyvLdnIFEbmuHtanFvP30TkEMh4AuCWbTP5fdQQRR", "incomingTokenType": "none", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "0e68752b-7dfa-400b-a6f5-1b54af90696a", "rngcStatus": 0}}, {"time": "2022-08-29T02:41:33.928686Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "92.110.109.246", "correlationId": "fae35c83-4126-46a6-9cef-f59fb3462531", "identity": "David Johnson", "Level": 4, "location": "XR", "properties": {"id": "738863c8-eea1-43f3-9bef-e7d9f3ef9300", "createdDateTime": "2022-08-29T02:41:34.055686Z", "userDisplayName": "David Johnson", "userPrincipalName": "djohnson@domain.com", "userId": "ff2ae3d2-8cd2-4bd6-b65d-49c5ad946c7f", "appId": "bf2855c0-7434-4262-8885-ad2f5206d324", "appDisplayName": "COINS Construction Cloud - Project and Productivity Apps", "ipAddress": "92.110.109.246", "status": {"errorCode": 0}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (Windows NT 4.0) AppleWebKit/531.1 (KHTML, like Gecko) Chrome/20.0.823.0 Safari/531.1 Edge/87.11424", "deviceDetail": {"deviceId": "8fb0ff79-f116-4f20-8ca8-36b3f8d68865", "displayName": "DAVIDJOHNSON-LT", "operatingSystem": "Windows 10", "browser": "Edge 87.11424", "trustType": "Azure AD registered"}, "location": {"city": "Port Denisetown", "state": "Smithton", "countryOrRegion": "XR", "geoCoordinates": {"latitude": 3.5518965, "longitude": 131.871582}}, "correlationId": "9713c5b5-6b8c-4e39-8de3-746febcd1f1e", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "5664bdae-48dd-4530-8925-528b1cc402c0", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 127, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "COINS Construction Cloud - Project and Productivity Apps Service", "resourceId": "054f44f6-54fb-4ef0-9fc3-d3ec90e47d0d", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 230297, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "qReJ2Gc0nuzVFjJY3s9SL4H2AyAgE8UfDu2XRQCLWT8lE4yV", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": null, "rngcStatus": 0}}, {"time": "2022-08-29T03:45:56.645844Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "50158", "resultSignature": "None", "resultDescription": "External security challenge was not satisfied.", "durationMs": 0, "callerIpAddress": "166.105.218.213", "correlationId": "e1557d2e-5404-4272-9049-c35eadaec951", "identity": "Thomas Price", "Level": 4, "location": "XR", "properties": {"id": "f86fd039-b911-4a63-b06c-844725836400", "createdDateTime": "2022-08-29T03:45:56.775844Z", "userDisplayName": "Thomas Price", "userPrincipalName": "tprice@domain.com", "userId": "32109ee2-ee4f-4d11-9c38-2556aec0f2b5", "appId": "9a7e67c7-6f05-42a3-b226-97c7ec3e9696", "appDisplayName": "Adobe Identity Management", "ipAddress": "166.105.218.213", "status": {"errorCode": 50158, "failureReason": "External security challenge was not satisfied."}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (X11; Linux i686) AppleWebKit/535.2 (KHTML, like Gecko) Chrome/22.0.843.0 Safari/535.2 Edge/118.12158", "deviceDetail": {"deviceId": "81ad31fb-e9be-4498-b1b2-c62f8fae1a77", "displayName": "THOMASPRICE-LT", "operatingSystem": "Windows 10", "browser": "Edge 118.12158", "trustType": "Hybrid Azure AD joined"}, "location": {"city": "Kevinton", "state": "Smithton", "countryOrRegion": "XR", "geoCoordinates": {"latitude": -87.5106305, "longitude": -77.991036}}, "correlationId": "ffbac025-8e6f-4933-9a5c-7d2d298e511f", "conditionalAccessStatus": "failure", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "0767ac2e-6899-49f2-a90b-2cb5c4c2121d", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 130, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Adobe Identity Management Service", "resourceId": "30663ca7-f8a9-43ab-8ca1-7906bdbc1485", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 256668, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "GxQA3Lu0pmZuJKpzPvwpzkVAnG50DCLnhEVR0FtNY1Oj3flZ", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "a6c259e5-7f16-48b2-a9f3-75becd6daa9b", "rngcStatus": 0}}, {"time": "2022-08-29T04:08:45.652700Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "42.62.103.34", "correlationId": "a8b665d7-d5ab-43d3-9f71-07881ecbc025", "identity": "Joseph Taylor", "Level": 4, "location": "XF", "properties": {"id": "cccd28fb-54dc-41cc-bb11-f60220826c00", "createdDateTime": "2022-08-29T04:08:45.732700Z", "userDisplayName": "Joseph Taylor", "userPrincipalName": "jtaylor@domain.com", "userId": "af9847eb-c773-41ae-bf94-42747c5e986c", "appId": "413f12c2-a9cb-4ca6-a080-d4308249cbe1", "appDisplayName": "Air", "ipAddress": "42.62.103.34", "status": {"errorCode": 0, "additionalDetails": "MFA requirement satisfied by claim in the token"}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (iPad; CPU iPad OS 9_3_6 like Mac OS X) AppleWebKit/536.1 (KHTML, like Gecko) CriOS/42.0.865.0 Mobile/77O124 Safari/536.1 Edge/99.14477", "deviceDetail": {"deviceId": "76b96bd3-e5d7-49ee-b195-bf363facdb3d", "displayName": "JOSEPHTAYLOR-LT", "operatingSystem": "Windows 10", "browser": "Edge 99.14477", "isCompliant": true, "isManaged": true, "trustType": "Azure AD joined"}, "location": {"city": "Jessicafurt", "state": "Smithbury", "countryOrRegion": "XF", "geoCoordinates": {"latitude": 17.5082395, "longitude": -115.304215}}, "mfaDetail": {}, "correlationId": "093c6a47-b02e-49a0-be92-721b4b0110ad", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "64d2ac98-80db-4588-bbf5-e79b6006120a", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 80, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Air Online", "resourceId": "72f0186d-d327-46c9-a8ff-497e0caa8691", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 393508, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "uyjNRfPpVLMqZjiMQjMxuVjFSSE5p7y2Ilrmi35l9AYRvf21", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": null, "rngcStatus": 0}}, {"time": "2022-08-29T04:17:19.892576Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "SignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "50158", "resultSignature": "None", "resultDescription": "External security challenge was not satisfied.", "durationMs": 0, "callerIpAddress": "205.33.24.92", "correlationId": "e92254b2-2d61-4043-8f38-e5145a394f52", "identity": "Aaron Cole", "Level": 4, "location": "XD", "properties": {"id": "428b6e35-2558-4b6a-b97f-38a22c416b00", "createdDateTime": "2022-08-29T04:17:19.968576Z", "userDisplayName": "Aaron Cole", "userPrincipalName": "acole@domain.com", "userId": "5d557969-1645-4ba4-be83-b6fd943659f7", "appId": "1b3edb90-1e06-46db-b021-e2fc1f7ddaf5", "appDisplayName": "Beatrust", "ipAddress": "205.33.24.92", "status": {"errorCode": 50158, "failureReason": "External security challenge was not satisfied."}, "clientAppUsed": "Browser", "userAgent": "Mozilla/5.0 (X11; Linux i686) AppleWebKit/536.2 (KHTML, like Gecko) Chrome/22.0.877.0 Safari/536.2", "deviceDetail": {"deviceId": "", "operatingSystem": "Windows 10", "browser": "Chrome 22.0.877.0"}, "location": {"city": "Kristinmouth", "state": "Norrisbury", "countryOrRegion": "XD", "geoCoordinates": {"latitude": 26.278784, "longitude": -92.042573}}, "correlationId": "2e7a0444-a0f8-4114-aed1-1baabf9c71d0", "conditionalAccessStatus": "failure", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "fe7cc7f5-973e-4928-bdc4-61304f94dfd8", "isInteractive": true, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 76, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Beatrust Service", "resourceId": "24578515-1951-4064-967d-0d2acaf0aa70", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "alternateSignInName": "acole1@domain.com", "signInIdentifier": "acole1@domain.com", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 214655, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "fk9EvUb6fmYxpg0ZOAwiTFvX97MLh2p99rR8PWCz80RmHt6j", "incomingTokenType": "none", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "0e68752b-7dfa-400b-a6f5-1b54af90696a", "rngcStatus": 0}}, {"time": "2022-08-29T04:29:16.311360Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "700082", "resultSignature": "None", "resultDescription": "Other", "durationMs": 0, "callerIpAddress": "54.119.29.60", "correlationId": "633846c3-82a8-44d5-9dca-878db3837ddc", "identity": "Thomas Price", "Level": 4, "location": "XR", "properties": {"id": "01ba3655-e28a-4ae2-aea6-ad44eb276800", "createdDateTime": "2022-08-29T04:29:16.401360Z", "userDisplayName": "Thomas Price", "userPrincipalName": "tprice@domain.com", "userId": "32109ee2-ee4f-4d11-9c38-2556aec0f2b5", "appId": "9a7e67c7-6f05-42a3-b226-97c7ec3e9696", "appDisplayName": "Adobe Identity Management", "ipAddress": "54.119.29.60", "status": {"errorCode": 700082, "failureReason": "Other"}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (X11; Linux i686) AppleWebKit/535.2 (KHTML, like Gecko) Chrome/22.0.843.0 Safari/535.2 Edge/118.12158", "deviceDetail": {"deviceId": "852272bd-2ab1-474f-a99e-4922ea7031d3", "displayName": "THOMASPRICE-LT", "operatingSystem": "Windows 10", "browser": "Edge 118.12158", "trustType": "Hybrid Azure AD joined"}, "location": {"city": "Port Kimberlytown", "state": "Curtisport", "countryOrRegion": "XR", "geoCoordinates": {"latitude": 26.3152295, "longitude": 147.770404}}, "correlationId": "0c4f2727-3b60-4781-b611-b9f411051330", "conditionalAccessStatus": "notApplied", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "1448c3d0-5492-452b-9dcb-9e406309d95f", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 90, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Adobe Identity Management Service", "resourceId": "30663ca7-f8a9-43ab-8ca1-7906bdbc1485", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 359213, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "5gBTFlIOPyQKVe0xJfpgCTKhWBht84fKvVMLsbK906SQw7Rk", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "a6c259e5-7f16-48b2-a9f3-75becd6daa9b", "rngcStatus": 0}}, {"time": "2022-08-29T04:34:45.427173Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "147.132.189.119", "correlationId": "ec206e04-f42d-4457-9dd7-f9e2e18dacc0", "identity": "Cassie Fernandez", "Level": 4, "location": "XR", "properties": {"id": "10696f74-a92e-4dcd-9925-f1834f596600", "createdDateTime": "2022-08-29T04:34:45.529173Z", "userDisplayName": "Cassie Fernandez", "userPrincipalName": "cfernandez@domain.com", "userId": "67ef8be6-3f44-4db7-8172-fd6211428c1e", "appId": "9a7e67c7-6f05-42a3-b226-97c7ec3e9696", "appDisplayName": "Adobe Identity Management", "ipAddress": "147.132.189.119", "status": {"errorCode": 0}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (iPad; CPU iPad OS 9_3_6 like Mac OS X) AppleWebKit/536.1 (KHTML, like Gecko) CriOS/42.0.865.0 Mobile/77O124 Safari/536.1 Edge/99.14477", "deviceDetail": {"deviceId": "bf67c857-685a-4457-89c4-db2afa581bd2", "displayName": "CASSIEFERNANDEZ-LT", "operatingSystem": "Windows 10", "browser": "Edge 99.14477", "trustType": "Hybrid Azure AD joined"}, "location": {"city": "Port Denisetown", "state": "Smithton", "countryOrRegion": "XR", "geoCoordinates": {"latitude": 3.5518965, "longitude": 131.871582}}, "correlationId": "2c69591f-f4ce-4eea-8c80-62676c43e35e", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "88adb430-1980-4e7c-bb59-07f805b30e0c", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 102, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Adobe Identity Management Service", "resourceId": "80abac89-d2c0-4b6c-8ffc-5023bd7efc5e", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 256668, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "TXU0bsYj1Bdhzhqi7qnV12xkx8F5KwwkXioxsxoEwqTaoySa", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": null, "rngcStatus": 0}}, {"time": "2022-08-29T04:54:17.605299Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "156.206.181.119", "correlationId": "411c10c1-26ae-486f-9c9f-118149726855", "identity": "Cynthia Perry", "Level": 4, "location": "XY", "properties": {"id": "ec269e96-7bac-4a1f-b78f-569889065c00", "createdDateTime": "2022-08-29T04:54:17.745299Z", "userDisplayName": "Cynthia Perry", "userPrincipalName": "cperry@domain.com", "userId": "ac5fa380-9d5b-470e-beb2-5ba10aca48e6", "appId": "9de6e985-97a5-4d82-9c45-aedaa9c25ef9", "appDisplayName": "AWS Single-Account Access", "ipAddress": "156.206.181.119", "status": {"errorCode": 0}, "clientAppUsed": "Browser", "deviceDetail": {"deviceId": "", "operatingSystem": "Windows"}, "location": {"city": "Hannaville", "state": "Thomashaven", "countryOrRegion": "XY", "geoCoordinates": {"latitude": 1.1452695, "longitude": 128.249211}}, "correlationId": "40d8e9ed-6036-4940-bc2b-8e3fff049ac5", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "579c3314-6472-4289-a17d-3741f93130a9", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "processingTimeInMilliseconds": 140, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "AWS Single-Account Access Service", "resourceId": "c65cf5f9-5537-4200-889e-381c4f60ca7d", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 279165, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "Q7FG3t6pp7a7lW7RcVLAG5A3cPz2mOcnDDuNSpzmB5mJXX1l", "incomingTokenType": "none", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": null}}, {"time": "2022-08-29T04:56:01.260290Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "147.132.189.119", "correlationId": "5a4b4257-c428-472c-bb7d-9d4af94a6e57", "identity": "Melissa Martin", "Level": 4, "location": "XR", "properties": {"id": "4e6951e2-962b-4b78-9df6-14b2912d8b00", "createdDateTime": "2022-08-29T04:56:01.357290Z", "userDisplayName": "Melissa Martin", "userPrincipalName": "mmartin@domain.com", "userId": "632ccb55-03a7-40f4-9893-653527cae790", "appId": "87c7e13d-e2cc-4354-be2a-21cc1388764c", "appDisplayName": "Mitel Connect", "ipAddress": "147.132.189.119", "status": {"errorCode": 0}, "clientAppUsed": "Browser", "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 12_4_8 like Mac OS X) AppleWebKit/536.2 (KHTML, like Gecko) CriOS/39.0.845.0 Mobile/81S373 Safari/536.2 Edge/40.11827", "deviceDetail": {"deviceId": "", "operatingSystem": "Windows 10", "browser": "Edge 40.11827"}, "location": {"city": "Port Denisetown", "state": "Smithton", "countryOrRegion": "XR", "geoCoordinates": {"latitude": 3.5518965, "longitude": 131.871582}}, "correlationId": "f1838bde-d8d4-4a1c-9890-6109ac2b0542", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "f789cdd8-be3a-4133-b73d-0221c0e4d913", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 97, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Mitel Connect Service", "resourceId": "f0630e90-b752-4960-bfb9-a0794fc34930", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 256668, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "EcUUNLF9iiNsmBVaGD2Ce93LaVtDvQYoRJdD2HnwYokGf9tK", "incomingTokenType": "none", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "1f37c851-4be4-455b-928a-fbde7845a68a", "rngcStatus": 0}}, {"time": "2022-08-29T04:56:41.237331Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "42.62.103.34", "correlationId": "3aa6fcd1-fb4b-459c-b375-aad8f4d02d63", "identity": "Joseph Taylor", "Level": 4, "location": "XF", "properties": {"id": "cb1cdc58-3d1a-4d1a-ab9f-1d773a221800", "createdDateTime": "2022-08-29T04:56:41.333331Z", "userDisplayName": "Joseph Taylor", "userPrincipalName": "jtaylor@domain.com", "userId": "af9847eb-c773-41ae-bf94-42747c5e986c", "appId": "36f74ffc-90e8-46e0-b0ed-588b76ed6f47", "appDisplayName": "Inspire", "ipAddress": "42.62.103.34", "status": {"errorCode": 0, "additionalDetails": "MFA requirement satisfied by claim in the token"}, "clientAppUsed": "Browser", "userAgent": "Mozilla/5.0 (Linux; Android 2.3.5) AppleWebKit/532.2 (KHTML, like Gecko) Chrome/46.0.898.0 Safari/532.2 Edge/105.19198", "deviceDetail": {"deviceId": "76b96bd3-e5d7-49ee-b195-bf363facdb3d", "displayName": "JOSEPHTAYLOR-LT", "operatingSystem": "Windows 10", "browser": "Edge 105.19198", "isCompliant": true, "isManaged": true, "trustType": "Azure AD joined"}, "location": {"city": "Jessicafurt", "state": "Smithbury", "countryOrRegion": "XF", "geoCoordinates": {"latitude": 17.5082395, "longitude": -115.304215}}, "mfaDetail": {}, "correlationId": "83ba0195-7047-4c3b-a142-d7fcd0100b36", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "ccf94268-03ce-4cf4-8bbe-d93311dbfe07", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 96, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Inspire", "resourceId": "63fac12a-054f-4646-9f95-734d1c2d6f37", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 393508, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "l5xuHyzXpIsaHEAO2tKZf449opF0oKUlJZDmiW4Hi5FUl71L", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "eb9433f0-1859-4ebe-a3a4-65b8faa666f7", "rngcStatus": 0}}, {"time": "2022-08-29T05:00:40.508609Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "147.132.189.119", "correlationId": "8ec33f6a-2266-437f-a65d-cd29f4051eff", "identity": "Melissa Martin", "Level": 4, "location": "XR", "properties": {"id": "f1fc2489-d131-4e12-a62d-535fb77d8a00", "createdDateTime": "2022-08-29T05:00:40.607609Z", "userDisplayName": "Melissa Martin", "userPrincipalName": "mmartin@domain.com", "userId": "632ccb55-03a7-40f4-9893-653527cae790", "appId": "e47a1d38-5f61-45cd-b1b9-bc92f525c598", "appDisplayName": "Altoura", "ipAddress": "147.132.189.119", "status": {"errorCode": 0}, "clientAppUsed": "Browser", "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 12_4_8 like Mac OS X) AppleWebKit/536.2 (KHTML, like Gecko) CriOS/39.0.845.0 Mobile/81S373 Safari/536.2 Edge/40.11827", "deviceDetail": {"deviceId": "", "operatingSystem": "Windows 10", "browser": "Edge 40.11827"}, "location": {"city": "Port Denisetown", "state": "Smithton", "countryOrRegion": "XR", "geoCoordinates": {"latitude": 3.5518965, "longitude": 131.871582}}, "correlationId": "86174a86-8600-4ea2-b5f2-152ddebd684d", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "c5bc2801-bf6c-4833-924c-9b3cfe5b3f14", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 99, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Altoura Online", "resourceId": "f0630e90-b752-4960-bfb9-a0794fc34930", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 256668, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "QnjWcpDZYLGlNPXFogmLHW5cbOrC6Cctb32jlxq2K4bsxNmC", "incomingTokenType": "none", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "1f37c851-4be4-455b-928a-fbde7845a68a", "rngcStatus": 0}}, {"time": "2022-08-29T05:04:08.456972Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "147.132.189.119", "correlationId": "b11726d6-4d65-44bc-b9b0-f3f45311acec", "identity": "Melissa Martin", "Level": 4, "location": "XR", "properties": {"id": "6319605d-e64e-4864-8be8-7fc3a2a49a00", "createdDateTime": "2022-08-29T05:04:08.560972Z", "userDisplayName": "Melissa Martin", "userPrincipalName": "mmartin@domain.com", "userId": "632ccb55-03a7-40f4-9893-653527cae790", "appId": "e47a1d38-5f61-45cd-b1b9-bc92f525c598", "appDisplayName": "Altoura", "ipAddress": "147.132.189.119", "status": {"errorCode": 0}, "clientAppUsed": "Browser", "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 12_4_8 like Mac OS X) AppleWebKit/536.2 (KHTML, like Gecko) CriOS/39.0.845.0 Mobile/81S373 Safari/536.2 Edge/40.11827", "deviceDetail": {"deviceId": "", "operatingSystem": "Windows 10", "browser": "Edge 40.11827"}, "location": {"city": "Port Denisetown", "state": "Smithton", "countryOrRegion": "XR", "geoCoordinates": {"latitude": 3.5518965, "longitude": 131.871582}}, "correlationId": "8653b36c-ed3a-4dd9-a271-079073d622fe", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "709b48ab-6265-4102-93d8-e1bea233455b", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 104, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Altoura Online", "resourceId": "f0630e90-b752-4960-bfb9-a0794fc34930", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 256668, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "18MappabnYa4QPTDO5Rks4TbY0qCaZFOZxB91GxrTet7uVpB", "incomingTokenType": "none", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "1f37c851-4be4-455b-928a-fbde7845a68a", "rngcStatus": 0}}, {"time": "2022-08-29T05:18:42.023314Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "205.33.24.92", "correlationId": "1bbcbacc-ed39-479f-81f0-ec612c383140", "identity": "Aaron Cole", "Level": 4, "location": "XD", "properties": {"id": "fef7587f-28d0-4463-aaba-05419e3b4e00", "createdDateTime": "2022-08-29T05:18:42.110314Z", "userDisplayName": "Aaron Cole", "userPrincipalName": "acole@domain.com", "userId": "5d557969-1645-4ba4-be83-b6fd943659f7", "appId": "e47a1d38-5f61-45cd-b1b9-bc92f525c598", "appDisplayName": "Altoura", "ipAddress": "205.33.24.92", "status": {"errorCode": 0}, "clientAppUsed": "Browser", "userAgent": "Mozilla/5.0 (Linux; Android 2.3.5) AppleWebKit/532.2 (KHTML, like Gecko) Chrome/46.0.898.0 Safari/532.2 Edge/105.19198", "deviceDetail": {"deviceId": "", "operatingSystem": "Windows 10", "browser": "Edge 105.19198"}, "location": {"city": "Kristinmouth", "state": "Norrisbury", "countryOrRegion": "XD", "geoCoordinates": {"latitude": 26.278784, "longitude": -92.042573}}, "correlationId": "dc674a95-22ae-40ce-982c-03161bc6144d", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "becfdb0e-59ab-4e09-96f8-603debbdfbf0", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "processingTimeInMilliseconds": 87, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Altoura Online", "resourceId": "8a137ba4-52ae-4dbf-94af-2e56851573c4", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 214655, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "1XgpXSr1nuohwxToUHLfI8U5vN8SLqA8lQXwpyzVXNXOfmjg", "incomingTokenType": "none", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": null}}, {"time": "2022-08-29T05:36:24.553615Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "50158", "resultSignature": "None", "resultDescription": "External security challenge was not satisfied.", "durationMs": 0, "callerIpAddress": "147.132.189.119", "correlationId": "b2ad2d5b-23f6-4c00-9fe0-b5fbc4f17277", "identity": "Terry Proctor", "Level": 4, "location": "XR", "properties": {"id": "70084a8c-f56a-450b-8ce6-510df44d9200", "createdDateTime": "2022-08-29T05:36:24.746615Z", "userDisplayName": "Terry Proctor", "userPrincipalName": "tproctor@domain.com", "userId": "03110cc5-e54f-4dae-b68a-bf5d945f8152", "appId": "9c5b7fe3-0ad2-4ea6-94e5-9e0001f367e3", "appDisplayName": "Articulate 360", "ipAddress": "147.132.189.119", "status": {"errorCode": 50158, "failureReason": "External security challenge was not satisfied.", "additionalDetails": "MFA requirement satisfied by claim in the token"}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (X11; Linux i686) AppleWebKit/533.0 (KHTML, like Gecko) Chrome/24.0.803.0 Safari/533.0 Edge/40.11325", "deviceDetail": {"deviceId": "88ee69d5-1eb7-4f29-b594-e9b4e3371940", "displayName": "TERRYPROCTOR-LT", "operatingSystem": "Windows 10", "browser": "Edge 40.11325", "isCompliant": true, "isManaged": true, "trustType": "Azure AD joined"}, "location": {"city": "Port Denisetown", "state": "Smithton", "countryOrRegion": "XR", "geoCoordinates": {"latitude": 3.5518965, "longitude": 131.871582}}, "mfaDetail": {}, "correlationId": "def886f7-82a9-42e6-90d8-db0a8e06fd7a", "conditionalAccessStatus": "failure", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "535ff71d-4270-4645-9eb3-0df78c20d66d", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 193, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Articulate 360 Online", "resourceId": "436260d5-3791-4aea-a4da-aa698ec35f2f", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 256668, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "EV9HbgsLabEqm6RUmNlWiNBHxvHEJDQd3kEwWW9iIFRCXuTe", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "94b9f3ba-5f4b-4edc-99dc-a420b76960f9", "rngcStatus": 0}}, {"time": "2022-08-29T05:56:35.323029Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "50158", "resultSignature": "None", "resultDescription": "External security challenge was not satisfied.", "durationMs": 0, "callerIpAddress": "105.169.153.183", "correlationId": "73c29adc-c29a-4c14-b10b-e0301c92222f", "identity": "Thomas Price", "Level": 4, "location": "XR", "properties": {"id": "2deb6159-9641-4f72-833f-3a316ede4d00", "createdDateTime": "2022-08-29T05:56:35.464029Z", "userDisplayName": "Thomas Price", "userPrincipalName": "tprice@domain.com", "userId": "32109ee2-ee4f-4d11-9c38-2556aec0f2b5", "appId": "9a7e67c7-6f05-42a3-b226-97c7ec3e9696", "appDisplayName": "Adobe Identity Management", "ipAddress": "105.169.153.183", "status": {"errorCode": 50158, "failureReason": "External security challenge was not satisfied."}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (X11; Linux i686) AppleWebKit/535.2 (KHTML, like Gecko) Chrome/22.0.843.0 Safari/535.2 Edge/118.12158", "deviceDetail": {"deviceId": "2b85c59f-331a-4b61-9a44-9d3d6df62a06", "displayName": "THOMASPRICE-LT", "operatingSystem": "Windows 10", "browser": "Edge 118.12158", "trustType": "Hybrid Azure AD joined"}, "location": {"city": "Kevinton", "state": "Smithton", "countryOrRegion": "XR", "geoCoordinates": {"latitude": -87.5106305, "longitude": -77.991036}}, "correlationId": "ccc4eabc-90de-4807-a468-891ce5cf3cbb", "conditionalAccessStatus": "failure", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "815d34c5-61f6-4f9b-a1a0-a0ffbb3e6e98", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "processingTimeInMilliseconds": 141, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Adobe Identity Management Service", "resourceId": "30663ca7-f8a9-43ab-8ca1-7906bdbc1485", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 256668, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "VpwYfBGsWX6MGh8Yf2zn343qpxapkhNNIpRvXRPnXSAsfUfR", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "a6c259e5-7f16-48b2-a9f3-75becd6daa9b"}}, {"time": "2022-08-29T06:27:25.048267Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "50173", "resultSignature": "None", "resultDescription": "Fresh auth token is needed. Have the user re-sign using fresh credentials.", "durationMs": 0, "callerIpAddress": "99.116.100.205", "correlationId": "6a2a8e2a-51d7-4e52-ace4-8748d89d75e7", "identity": "Aaron Cole", "Level": 4, "location": "XD", "properties": {"id": "8e02be17-b237-45cb-8237-03a12da86c00", "createdDateTime": "2022-08-29T06:27:25.082267Z", "userDisplayName": "Aaron Cole", "userPrincipalName": "acole@domain.com", "userId": "5d557969-1645-4ba4-be83-b6fd943659f7", "appId": "b6eb5487-41e5-4254-acc5-72fbd850bd1e", "appDisplayName": "Google Cloud / G Suite Connector by Microsoft", "ipAddress": "99.116.100.205", "status": {"errorCode": 50173, "failureReason": "Fresh auth token is needed. Have the user re-sign using fresh credentials."}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (iPad; CPU iPad OS 9_3_6 like Mac OS X) AppleWebKit/536.1 (KHTML, like Gecko) CriOS/42.0.865.0 Mobile/77O124 Safari/536.1 Edge/99.14477", "deviceDetail": {"deviceId": "", "operatingSystem": "Windows 10", "browser": "Edge 99.14477"}, "location": {"city": "Carrollstad", "state": "Norrisbury", "countryOrRegion": "XD", "geoCoordinates": {"latitude": -38.8540465, "longitude": -17.674718}}, "correlationId": "555211b3-fb44-445e-9987-fdf63db588ae", "conditionalAccessStatus": "notApplied", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "1b101cb7-9288-400c-866a-a5846733cc9d", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 34, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Google Cloud / G Suite Connector by Microsoft Service", "resourceId": "c76d5f74-7ee8-4657-b84f-a50641692265", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 214655, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "S1F4BY3LhmWRaUGuUh5khkUGRfzTc27DdZVGBGyNIciOjzrG", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": null, "rngcStatus": 0}}, {"time": "2022-08-29T06:38:14.127362Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "92.110.109.246", "correlationId": "0ccbc382-1a78-411c-a322-b71c3e2facc9", "identity": "David Johnson", "Level": 4, "location": "XR", "properties": {"id": "daba1fa0-45a8-4cfc-8268-990a6ca76300", "createdDateTime": "2022-08-29T06:38:14.284362Z", "userDisplayName": "David Johnson", "userPrincipalName": "djohnson@domain.com", "userId": "ff2ae3d2-8cd2-4bd6-b65d-49c5ad946c7f", "appId": "9a7e67c7-6f05-42a3-b226-97c7ec3e9696", "appDisplayName": "Adobe Identity Management", "ipAddress": "92.110.109.246", "ipAddressFromResourceProvider": "44.22.19.201", "status": {"errorCode": 0}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (Windows NT 4.0) AppleWebKit/531.1 (KHTML, like Gecko) Chrome/20.0.823.0 Safari/531.1 Edge/87.11424", "deviceDetail": {"deviceId": "8fb0ff79-f116-4f20-8ca8-36b3f8d68865", "displayName": "DAVIDJOHNSON-LT", "operatingSystem": "Windows 10", "browser": "Edge 87.11424", "trustType": "Azure AD registered"}, "location": {"city": "Port Denisetown", "state": "Smithton", "countryOrRegion": "XR", "geoCoordinates": {"latitude": 3.5518965, "longitude": 131.871582}}, "correlationId": "4f96149b-a68b-4bf9-b9e3-56feecabf138", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "a82a610f-7411-41f8-a53f-39dea79ed407", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 157, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Adobe Identity Management Service", "resourceId": "c8eab36d-0a82-409d-8693-a8dabc997921", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 230297, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "63VmVa40g1OFUjIjdgRqF67l9sNGnqI1gA2v2RrqNiFWUZEQ", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "2248d3ef-d7b8-4eb2-bd20-fb53f725bfe3", "rngcStatus": 0}}, {"time": "2022-08-29T06:47:09.604608Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "156.206.181.119", "correlationId": "daa2b948-8aff-44a6-9481-908b38181e65", "identity": "Cynthia Perry", "Level": 4, "location": "XY", "properties": {"id": "28aa4dbc-8a6f-40da-9789-2ca1e1436800", "createdDateTime": "2022-08-29T06:47:09.710608Z", "userDisplayName": "Cynthia Perry", "userPrincipalName": "cperry@domain.com", "userId": "ac5fa380-9d5b-470e-beb2-5ba10aca48e6", "appId": "9de6e985-97a5-4d82-9c45-aedaa9c25ef9", "appDisplayName": "AWS Single-Account Access", "ipAddress": "156.206.181.119", "status": {"errorCode": 0}, "clientAppUsed": "Browser", "deviceDetail": {"deviceId": "", "operatingSystem": "Windows"}, "location": {"city": "Hannaville", "state": "Thomashaven", "countryOrRegion": "XY", "geoCoordinates": {"latitude": 1.1452695, "longitude": 128.249211}}, "correlationId": "cdb1cb80-a98a-4186-b4bc-b89fcc401e15", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "a60425bd-201c-4b24-9d44-abf342b31533", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 106, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "AWS Single-Account Access Service", "resourceId": "f0630e90-b752-4960-bfb9-a0794fc34930", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 279165, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "0EYUUMP0IGU2RnRODcqqpAZzL8PmSsCQJ10HV0k7Pn5Xl3cB", "incomingTokenType": "none", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "1f37c851-4be4-455b-928a-fbde7845a68a", "rngcStatus": 0}}, {"time": "2022-08-29T06:59:36.351716Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "42.62.103.34", "correlationId": "ef3046fb-6b09-4a1d-bf7a-44f18c665bae", "identity": "Joseph Taylor", "Level": 4, "location": "XF", "properties": {"id": "61f774b4-bfab-427d-9daf-84400df96400", "createdDateTime": "2022-08-29T06:59:36.521716Z", "userDisplayName": "Joseph Taylor", "userPrincipalName": "jtaylor@domain.com", "userId": "af9847eb-c773-41ae-bf94-42747c5e986c", "appId": "84f18b4b-ae12-484a-847f-f3e36093594a", "appDisplayName": "Slack", "ipAddress": "42.62.103.34", "status": {"errorCode": 0, "additionalDetails": "MFA requirement satisfied by claim in the token"}, "clientAppUsed": "Browser", "deviceDetail": {"deviceId": "76b96bd3-e5d7-49ee-b195-bf363facdb3d", "displayName": "JOSEPHTAYLOR-LT", "operatingSystem": "Windows", "isCompliant": true, "isManaged": true, "trustType": "Azure AD joined"}, "location": {"city": "Jessicafurt", "state": "Smithbury", "countryOrRegion": "XF", "geoCoordinates": {"latitude": 17.5082395, "longitude": -115.304215}}, "mfaDetail": {}, "correlationId": "b19b3330-dba0-4abe-8eda-1fbe3e4b56b6", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "08ddfd87-8e44-4dcf-8c56-8141de9eb8d1", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 170, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Slack Service", "resourceId": "a1edee32-85c4-4a57-afcb-5853873a47e7", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 393508, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "mVMERhn9VOedTyUpDL25edzNgHNNHDtt29zpJoTMIVb4uqtc", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "0898af19-dfef-4b51-a918-f534c473013d", "rngcStatus": 0}}, {"time": "2022-08-29T06:59:49.356102Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "156.206.181.119", "correlationId": "ac74dfd6-051f-4461-85a9-448d0291d506", "identity": "Cynthia Perry", "Level": 4, "location": "XY", "properties": {"id": "e8cac988-e748-48ae-8e6f-7271b9e06a00", "createdDateTime": "2022-08-29T06:59:49.461102Z", "userDisplayName": "Cynthia Perry", "userPrincipalName": "cperry@domain.com", "userId": "ac5fa380-9d5b-470e-beb2-5ba10aca48e6", "appId": "9de6e985-97a5-4d82-9c45-aedaa9c25ef9", "appDisplayName": "AWS Single-Account Access", "ipAddress": "156.206.181.119", "status": {"errorCode": 0}, "clientAppUsed": "Browser", "deviceDetail": {"deviceId": "", "operatingSystem": "Windows"}, "location": {"city": "Hannaville", "state": "Thomashaven", "countryOrRegion": "XY", "geoCoordinates": {"latitude": 1.1452695, "longitude": 128.249211}}, "correlationId": "51b2bf39-49e8-4179-ac8a-63767dacbd79", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "e9e12056-6c3c-4114-9155-e7f3c0413be3", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 105, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "AWS Single-Account Access Service", "resourceId": "72f0186d-d327-46c9-a8ff-497e0caa8691", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 279165, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "tsyBAkE6VPtDgVcXMJlTgVPJ3OyfisDsfZj8I1OWOMynodZb", "incomingTokenType": "none", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": null, "rngcStatus": 0}}, {"time": "2022-08-29T07:16:08.846315Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "86.154.193.190", "correlationId": "383f0812-df62-4524-9d97-a8d774216a28", "identity": "Jamie Watson", "Level": 4, "location": "XR", "properties": {"id": "c42d1a02-7ec4-48b5-9f37-6b02ac3f6b00", "createdDateTime": "2022-08-29T07:16:08.928315Z", "userDisplayName": "Jamie Watson", "userPrincipalName": "jwatson@domain.com", "userId": "2844695b-9a70-48ed-a5ce-f3d711e2292b", "appId": "bf2855c0-7434-4262-8885-ad2f5206d324", "appDisplayName": "COINS Construction Cloud - Project and Productivity Apps", "ipAddress": "86.154.193.190", "status": {"errorCode": 0}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (X11; Linux i686) AppleWebKit/533.0 (KHTML, like Gecko) Chrome/24.0.803.0 Safari/533.0 Edge/40.11325", "deviceDetail": {"deviceId": "fc784602-6455-4450-be3c-6770e0359f8a", "displayName": "JAMIEWATSON-LT", "operatingSystem": "Windows 10", "browser": "Edge 40.11325", "isCompliant": true, "isManaged": true, "trustType": "Azure AD joined"}, "location": {"city": "Port Denisetown", "state": "Smithton", "countryOrRegion": "XR", "geoCoordinates": {"latitude": 3.5518965, "longitude": 131.871582}}, "correlationId": "a57a7b59-84c1-4064-87a3-4c66a1d09387", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "b6a219a8-0e67-4dc3-a746-8b8887bb95df", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 82, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "COINS Construction Cloud - Project and Productivity Apps Service", "resourceId": "054f44f6-54fb-4ef0-9fc3-d3ec90e47d0d", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 256668, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "hz93yMY2qrdI0ul4HzGW5u0TkoZtcyEH6NEsRW6AJLcPlYlE", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": null, "rngcStatus": 0}}, {"time": "2022-08-29T07:24:46.168910Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "205.33.24.92", "correlationId": "6b02018c-0df4-43eb-bc67-9195565b2d3d", "identity": "Aaron Cole", "Level": 4, "location": "XD", "properties": {"id": "10696f74-a92e-4dcd-9925-f183f08c6b00", "createdDateTime": "2022-08-29T07:24:46.239910Z", "userDisplayName": "Aaron Cole", "userPrincipalName": "acole@domain.com", "userId": "5d557969-1645-4ba4-be83-b6fd943659f7", "appId": "e47a1d38-5f61-45cd-b1b9-bc92f525c598", "appDisplayName": "Altoura", "ipAddress": "205.33.24.92", "status": {"errorCode": 0}, "clientAppUsed": "Browser", "userAgent": "Mozilla/5.0 (Linux; Android 2.3.5) AppleWebKit/532.2 (KHTML, like Gecko) Chrome/46.0.898.0 Safari/532.2 Edge/105.19198", "deviceDetail": {"deviceId": "", "operatingSystem": "Windows 10", "browser": "Edge 105.19198"}, "location": {"city": "Kristinmouth", "state": "Norrisbury", "countryOrRegion": "XD", "geoCoordinates": {"latitude": 26.278784, "longitude": -92.042573}}, "correlationId": "5c9c89ed-79fc-4534-a01a-b2c24282529b", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "b58e26f7-a9e1-40f3-9bc5-f2cbdab29b3f", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 71, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Altoura Online", "resourceId": "8a137ba4-52ae-4dbf-94af-2e56851573c4", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 214655, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "sjuufNU8crVRMYr3zIlsKqW8ud5FZDUwiKOgJaTy2oQx7xHV", "incomingTokenType": "none", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": null, "rngcStatus": 0}}, {"time": "2022-08-29T07:38:48.725648Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "13.113.40.157", "correlationId": "f1dde7ba-7b8b-436f-a231-fd3e91d81b9d", "identity": "Attack Target", "Level": 4, "location": "XR", "properties": {"id": "8ce5a0bd-0152-4534-b5b5-f7a40a7a5d00", "createdDateTime": "2022-08-29T07:38:48.994648Z", "userDisplayName": "Attack Target", "userPrincipalName": "attacktarget@domain.com", "userId": "d735e84b-dcca-404d-9f7d-700f360f41a6", "appId": "9c5b7fe3-0ad2-4ea6-94e5-9e0001f367e3", "appDisplayName": "Articulate 360", "ipAddress": "13.113.40.157", "status": {"errorCode": 0}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (iPad; CPU iPad OS 9_3_6 like Mac OS X) AppleWebKit/536.1 (KHTML, like Gecko) CriOS/42.0.865.0 Mobile/77O124 Safari/536.1 Edge/99.14477", "deviceDetail": {"deviceId": "a44625dc-6f81-449a-9799-8005f7209b42", "displayName": "ATTACKTARGET-LT", "operatingSystem": "Windows 10", "browser": "Edge 99.14477", "trustType": "Azure AD registered"}, "location": {"city": "New John", "state": "Smithfort", "countryOrRegion": "XR", "geoCoordinates": {"latitude": -89.144242, "longitude": 168.119022}}, "correlationId": "505cf55d-c27f-403a-beaa-49c56a4cbaaa", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "edca2c9f-b4c7-4dc6-bbde-89c2b39648cd", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "processingTimeInMilliseconds": 269, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Articulate 360 Online", "resourceId": "436260d5-3791-4aea-a4da-aa698ec35f2f", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 34974, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "ge6L7LiEhoqHaQloaYX7nk9ORJSG70JQLUy0tC6W88gY8vGw", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "94b9f3ba-5f4b-4edc-99dc-a420b76960f9"}}, {"time": "2022-08-29T07:53:53.521765Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "42.62.103.34", "correlationId": "6466d246-f025-4f25-bf0b-85410498d422", "identity": "Joseph Taylor", "Level": 4, "location": "XF", "properties": {"id": "10851c42-cb04-4202-b7bb-75c780a69f00", "createdDateTime": "2022-08-29T07:53:53.622765Z", "userDisplayName": "Joseph Taylor", "userPrincipalName": "jtaylor@domain.com", "userId": "af9847eb-c773-41ae-bf94-42747c5e986c", "appId": "2eae4ad1-8cae-48fe-b718-76bd66e2fc7f", "appDisplayName": "Bipsync", "ipAddress": "42.62.103.34", "status": {"errorCode": 0, "additionalDetails": "MFA requirement satisfied by claim in the token"}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (iPad; CPU iPad OS 9_3_6 like Mac OS X) AppleWebKit/536.1 (KHTML, like Gecko) CriOS/42.0.865.0 Mobile/77O124 Safari/536.1 Edge/99.14477", "deviceDetail": {"deviceId": "76b96bd3-e5d7-49ee-b195-bf363facdb3d", "displayName": "JOSEPHTAYLOR-LT", "operatingSystem": "Windows 10", "browser": "Edge 99.14477", "isCompliant": true, "isManaged": true, "trustType": "Azure AD joined"}, "location": {"city": "Jessicafurt", "state": "Smithbury", "countryOrRegion": "XF", "geoCoordinates": {"latitude": 17.5082395, "longitude": -115.304215}}, "mfaDetail": {}, "correlationId": "3bc45399-0794-4b17-b08b-05544af2259b", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "abde330c-7cc4-4d70-961c-5cbf4971dc61", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 101, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Bipsync Service", "resourceId": "adf38482-dedc-4ded-aa1f-6e1212e6cfd8", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 393508, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "KlIPkUronOCTjAlwZN6CmW5Gs0zmn52Sy9qvQWBWy2cCymuT", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "b9806463-83bc-47e3-b98c-ac177c002af4", "rngcStatus": 0}}, {"time": "2022-08-29T08:34:34.881283Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "156.206.181.119", "correlationId": "c746afe5-718f-414f-9960-40e32ee999c4", "identity": "Cynthia Perry", "Level": 4, "location": "XY", "properties": {"id": "45f948cc-c7b8-4f70-b09f-6ae1b4ff8d00", "createdDateTime": "2022-08-29T08:34:34.953283Z", "userDisplayName": "Cynthia Perry", "userPrincipalName": "cperry@domain.com", "userId": "ac5fa380-9d5b-470e-beb2-5ba10aca48e6", "appId": "9de6e985-97a5-4d82-9c45-aedaa9c25ef9", "appDisplayName": "AWS Single-Account Access", "ipAddress": "156.206.181.119", "status": {"errorCode": 0}, "clientAppUsed": "Browser", "deviceDetail": {"deviceId": "", "operatingSystem": "Windows"}, "location": {"city": "Hannaville", "state": "Thomashaven", "countryOrRegion": "XY", "geoCoordinates": {"latitude": 1.1452695, "longitude": 128.249211}}, "correlationId": "c509e23d-6e73-42f4-b114-d26099d987f8", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "812693f7-2705-4665-9e4c-0779e3e27108", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 72, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "AWS Single-Account Access Service", "resourceId": "9a84f55e-3a40-492c-9476-e069f64ed7a6", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 279165, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "FDlosJEIaCBxs8BLvvFT8RXnAvvELB3Dtf229aaDrCPjogIB", "incomingTokenType": "none", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "37ee873b-f901-4e25-be69-010243106d0f", "rngcStatus": 0}}, {"time": "2022-08-29T09:21:38.347673Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "156.206.181.119", "correlationId": "f4ee4c0d-edd1-47df-b1e0-89ddf19e4a9f", "identity": "Cynthia Perry", "Level": 4, "location": "XY", "properties": {"id": "7ef6a8b9-69c5-4d3b-bfda-03cf1eff8500", "createdDateTime": "2022-08-29T09:21:38.438673Z", "userDisplayName": "Cynthia Perry", "userPrincipalName": "cperry@domain.com", "userId": "ac5fa380-9d5b-470e-beb2-5ba10aca48e6", "appId": "9de6e985-97a5-4d82-9c45-aedaa9c25ef9", "appDisplayName": "AWS Single-Account Access", "ipAddress": "156.206.181.119", "status": {"errorCode": 0}, "clientAppUsed": "Browser", "deviceDetail": {"deviceId": "", "operatingSystem": "Windows"}, "location": {"city": "Hannaville", "state": "Thomashaven", "countryOrRegion": "XY", "geoCoordinates": {"latitude": 1.1452695, "longitude": 128.249211}}, "correlationId": "0aa2fb44-33d3-4c1a-b07b-96fc84b9f24d", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "809b7194-a83e-4f27-9c65-4b4673c67968", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 91, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "AWS Single-Account Access Service", "resourceId": "f0630e90-b752-4960-bfb9-a0794fc34930", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 279165, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "ZNBzZ8hGgpEAXp7pN6snXQWKhyKKibRTCsYFOKypUzcH38qF", "incomingTokenType": "none", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "1f37c851-4be4-455b-928a-fbde7845a68a", "rngcStatus": 0}}, {"time": "2022-08-29T09:22:34.344264Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "1.210.58.10", "correlationId": "96b5afbb-ac26-40cc-81af-c9e5b48010d1", "identity": "Keith Sheppard", "Level": 4, "location": "XD", "properties": {"id": "4bc15ed8-27d4-456e-9748-a687dbdc6200", "createdDateTime": "2022-08-29T09:22:34.414264Z", "userDisplayName": "Keith Sheppard", "userPrincipalName": "ksheppard@domain.com", "userId": "05bd48f1-91d2-4c2d-9a7c-80e80f561b3c", "appId": "e980a200-4916-4fcb-ae5a-3dee8f09d976", "appDisplayName": "Adoddle cSaas Platform", "ipAddress": "1.210.58.10", "status": {"errorCode": 0}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (Windows NT 4.0) AppleWebKit/531.1 (KHTML, like Gecko) Chrome/20.0.823.0 Safari/531.1 Edge/87.11424", "deviceDetail": {"deviceId": "639815fd-5018-4e38-9d81-67538b2ce460", "displayName": "KEITHSHEPPARD-LT", "operatingSystem": "Windows 10", "browser": "Edge 87.11424", "trustType": "Azure AD registered"}, "location": {"city": "Cooperhaven", "state": "Norrisbury", "countryOrRegion": "XD", "geoCoordinates": {"latitude": 70.436398, "longitude": -23.873747}}, "correlationId": "e56a754a-98ca-4934-8c15-83880f33c2e4", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "0e6ce4f2-5c84-472d-a3c0-5ace4e3b85ea", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 70, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Adoddle cSaas Platform Online", "resourceId": "2437523d-228a-44c0-b408-0de8a8a8276c", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 69487, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "3vBOBzMXkYekGzGa9QQxQpZhqy27S8TB6xBC6g4A7fWmylwY", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "0eae9886-2d60-475f-9a14-3151a1cfa557", "rngcStatus": 0}}, {"time": "2022-08-29T09:54:13.284080Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "700082", "resultSignature": "None", "resultDescription": "Other", "durationMs": 0, "callerIpAddress": "199.12.127.103", "correlationId": "44e85050-5abe-4c6c-8005-883cfcd5739e", "identity": "Jacob Meyers", "Level": 4, "location": "XG", "properties": {"id": "8df9025f-c06f-49ed-963b-b5ca23266200", "createdDateTime": "2022-08-29T09:54:13.342080Z", "userDisplayName": "Jacob Meyers", "userPrincipalName": "jmeyers@domain.com", "userId": "c63a67b0-1651-4a8a-9560-cc703cdad5ad", "appId": "bf2855c0-7434-4262-8885-ad2f5206d324", "appDisplayName": "COINS Construction Cloud - Project and Productivity Apps", "ipAddress": "199.12.127.103", "status": {"errorCode": 700082, "failureReason": "Other"}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (Windows NT 4.0) AppleWebKit/531.1 (KHTML, like Gecko) Chrome/20.0.823.0 Safari/531.1 Edge/87.11424", "deviceDetail": {"deviceId": "a0ea1625-4397-4c4c-963c-33347d3b0d73", "displayName": "JACOBMEYERS-LT", "operatingSystem": "Windows 10", "browser": "Edge 87.11424", "trustType": "Azure AD registered"}, "location": {"city": "Port Nathan", "state": "Newmanville", "countryOrRegion": "XG", "geoCoordinates": {"latitude": 23.244641, "longitude": -113.392021}}, "correlationId": "5005608d-127c-4c90-8f1f-ed5d44ccb714", "conditionalAccessStatus": "notApplied", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "420690ec-8dc0-4723-9f46-310cb7c71a2a", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 58, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "COINS Construction Cloud - Project and Productivity Apps Service", "resourceId": "054f44f6-54fb-4ef0-9fc3-d3ec90e47d0d", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 282405, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "CtMiGloFmtenaac2eIjR7odiuGY1dT0XIsDCBE8bHCT57DqB", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": null, "rngcStatus": 0}}, {"time": "2022-08-29T10:24:43.511511Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "SignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "91.132.253.146", "correlationId": "31f7beed-34bb-4f41-9221-50a411625b5c", "identity": "Aaron Cole", "Level": 4, "location": "XD", "properties": {"id": "e8cac988-e748-48ae-8e6f-72711c366900", "createdDateTime": "2022-08-29T10:24:43.688511Z", "userDisplayName": "Aaron Cole", "userPrincipalName": "acole@domain.com", "userId": "5d557969-1645-4ba4-be83-b6fd943659f7", "appId": "1b3edb90-1e06-46db-b021-e2fc1f7ddaf5", "appDisplayName": "Beatrust", "ipAddress": "91.132.253.146", "status": {"errorCode": 0}, "clientAppUsed": "Browser", "userAgent": "Mozilla/5.0 (Linux; Android 2.3.5) AppleWebKit/532.2 (KHTML, like Gecko) Chrome/46.0.898.0 Safari/532.2 Edge/105.19198", "deviceDetail": {"deviceId": "", "operatingSystem": "Windows 10", "browser": "Edge 105.19198"}, "location": {"city": "Rickshire", "state": "Norrisbury", "countryOrRegion": "XD", "geoCoordinates": {"latitude": -78.5751045, "longitude": 58.329246}}, "correlationId": "0148e6a8-5875-4b50-9820-a6512caebb38", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "23801325-966a-4090-8fcc-dbb4c2068c34", "isInteractive": true, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 177, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Beatrust Service", "resourceId": "24578515-1951-4064-967d-0d2acaf0aa70", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 214655, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "5V39xYUZkWboSV7e41HLLLZ7DrMQRw9bM7ACu2fRU0kFaxWE", "incomingTokenType": "none", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "0e68752b-7dfa-400b-a6f5-1b54af90696a", "rngcStatus": 0}}, {"time": "2022-08-29T10:28:25.982772Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "156.206.181.119", "correlationId": "789d9e10-1fc8-463e-b143-39efe7079761", "identity": "Cynthia Perry", "Level": 4, "location": "XY", "properties": {"id": "347c88b3-df86-4da9-999e-83afd8615600", "createdDateTime": "2022-08-29T10:28:26.080772Z", "userDisplayName": "Cynthia Perry", "userPrincipalName": "cperry@domain.com", "userId": "ac5fa380-9d5b-470e-beb2-5ba10aca48e6", "appId": "9de6e985-97a5-4d82-9c45-aedaa9c25ef9", "appDisplayName": "AWS Single-Account Access", "ipAddress": "156.206.181.119", "status": {"errorCode": 0}, "clientAppUsed": "Browser", "deviceDetail": {"deviceId": "", "operatingSystem": "Windows"}, "location": {"city": "Hannaville", "state": "Thomashaven", "countryOrRegion": "XY", "geoCoordinates": {"latitude": 1.1452695, "longitude": 128.249211}}, "correlationId": "a92e3eb5-fac0-4dea-946d-0c3a44331c0a", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "f7934439-cbe3-45ce-91be-68ed83e0ebec", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "processingTimeInMilliseconds": 98, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "AWS Single-Account Access Service", "resourceId": "9a84f55e-3a40-492c-9476-e069f64ed7a6", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 279165, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "JTj7KE4BZcP5HGJtud0BjeYaawgjmspqYoTa39hUuUYAVR1a", "incomingTokenType": "none", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "37ee873b-f901-4e25-be69-010243106d0f"}}, {"time": "2022-08-29T10:38:10.926618Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "SignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "199.12.127.103", "correlationId": "52fb190d-28ab-4991-a701-a4d09ee0a3ad", "identity": "Jacob Meyers", "Level": 4, "location": "XG", "properties": {"id": "8fcd3dec-5cc1-4573-b657-ef95f5617300", "createdDateTime": "2022-08-29T10:38:11.047618Z", "userDisplayName": "Jacob Meyers", "userPrincipalName": "jmeyers@domain.com", "userId": "c63a67b0-1651-4a8a-9560-cc703cdad5ad", "appId": "1b3edb90-1e06-46db-b021-e2fc1f7ddaf5", "appDisplayName": "Beatrust", "ipAddress": "199.12.127.103", "status": {"errorCode": 0}, "clientAppUsed": "Browser", "userAgent": "Mozilla/5.0 (Windows NT 5.1) AppleWebKit/534.1 (KHTML, like Gecko) Chrome/37.0.847.0 Safari/534.1", "deviceDetail": {"deviceId": "", "operatingSystem": "Windows 10", "browser": "Chrome 37.0.847.0"}, "location": {"city": "Port Nathan", "state": "Newmanville", "countryOrRegion": "XG", "geoCoordinates": {"latitude": 23.244641, "longitude": -113.392021}}, "correlationId": "dbb0dd6e-848b-4d22-bce6-7ef652d7e1d3", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "26706346-2a6b-4fbd-b814-d6d0fbeaaa05", "isInteractive": true, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 121, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Beatrust Service", "resourceId": "24578515-1951-4064-967d-0d2acaf0aa70", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 282405, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "y2bF8t19mXkSgwFcLaB3AWiT0mr9PgW1RzVXzNjVuPTfgHJS", "incomingTokenType": "none", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "0e68752b-7dfa-400b-a6f5-1b54af90696a", "rngcStatus": 0}}, {"time": "2022-08-29T10:45:26.836052Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "63.94.19.180", "correlationId": "487b75f8-bd09-4b61-a611-d7eadc0e165b", "identity": "Vanessa Ramirez", "Level": 4, "location": "XD", "properties": {"id": "ed1cc7f2-5495-4045-9a89-6421b7516b00", "createdDateTime": "2022-08-29T10:45:26.927052Z", "userDisplayName": "Vanessa Ramirez", "userPrincipalName": "vramirez@domain.com", "userId": "5d72b7ed-62ea-4b94-b931-ccef65d71ebd", "appId": "9a7e67c7-6f05-42a3-b226-97c7ec3e9696", "appDisplayName": "Adobe Identity Management", "ipAddress": "63.94.19.180", "status": {"errorCode": 0}, "clientAppUsed": "Mobile Apps and Desktop clients", "deviceDetail": {"deviceId": "", "operatingSystem": "MacOs"}, "location": {"city": "New James", "state": "Norrisbury", "countryOrRegion": "XD", "geoCoordinates": {"latitude": 64.5727225, "longitude": 92.661569}}, "correlationId": "b0c55786-0571-47a8-82b6-d5147052d611", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "dad3d89f-e02c-4ab3-9bbc-23be5da9213e", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 91, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Adobe Identity Management Service", "resourceId": "9a84f55e-3a40-492c-9476-e069f64ed7a6", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 45904, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "tWNQ7xpmTzOMMJ9NgrTN9bj3vOBU9fL6YOYXJ8aI0r5BvRCJ", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "37ee873b-f901-4e25-be69-010243106d0f", "rngcStatus": 0}}, {"time": "2022-08-29T10:45:58.213996Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "42.62.103.34", "correlationId": "7b0b2c72-c7b1-4076-a92f-b24abdce07ca", "identity": "Joseph Taylor", "Level": 4, "location": "XF", "properties": {"id": "957852e5-3659-44e0-9376-78055e2f5d00", "createdDateTime": "2022-08-29T10:45:58.332996Z", "userDisplayName": "Joseph Taylor", "userPrincipalName": "jtaylor@domain.com", "userId": "af9847eb-c773-41ae-bf94-42747c5e986c", "appId": "9a7e67c7-6f05-42a3-b226-97c7ec3e9696", "appDisplayName": "Adobe Identity Management", "ipAddress": "42.62.103.34", "status": {"errorCode": 0, "additionalDetails": "MFA requirement satisfied by claim in the token"}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (iPad; CPU iPad OS 9_3_6 like Mac OS X) AppleWebKit/536.1 (KHTML, like Gecko) CriOS/42.0.865.0 Mobile/77O124 Safari/536.1 Edge/99.14477", "deviceDetail": {"deviceId": "76b96bd3-e5d7-49ee-b195-bf363facdb3d", "displayName": "JOSEPHTAYLOR-LT", "operatingSystem": "Windows 10", "browser": "Edge 99.14477", "isCompliant": true, "isManaged": true, "trustType": "Azure AD joined"}, "location": {"city": "Jessicafurt", "state": "Smithbury", "countryOrRegion": "XF", "geoCoordinates": {"latitude": 17.5082395, "longitude": -115.304215}}, "mfaDetail": {}, "correlationId": "d8e8b883-510c-43df-b108-4e800bfe5796", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "7752b28b-48b9-4e23-a4a7-aa84552fc0ae", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 119, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Adobe Identity Management Service", "resourceId": "30663ca7-f8a9-43ab-8ca1-7906bdbc1485", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 393508, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "1UKQYWv2rMCjRdgRs68UnsUgpPku9UebvV6t7fTtc36GVCC3", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "a6c259e5-7f16-48b2-a9f3-75becd6daa9b", "rngcStatus": 0}}, {"time": "2022-08-29T11:06:58.660963Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "50158", "resultSignature": "None", "resultDescription": "External security challenge was not satisfied.", "durationMs": 0, "callerIpAddress": "92.110.109.246", "correlationId": "da9c98ee-0829-4af7-8323-66599811f518", "identity": "Thomas Price", "Level": 4, "location": "XR", "properties": {"id": "9766f1aa-839e-413d-b538-b601a6d99500", "createdDateTime": "2022-08-29T11:06:58.782963Z", "userDisplayName": "Thomas Price", "userPrincipalName": "tprice@domain.com", "userId": "32109ee2-ee4f-4d11-9c38-2556aec0f2b5", "appId": "79510a8f-6421-4348-a2ea-bcc2b02485c1", "appDisplayName": "Cisco AnyConnect", "ipAddress": "92.110.109.246", "status": {"errorCode": 50158, "failureReason": "External security challenge was not satisfied."}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (X11; Linux i686) AppleWebKit/535.2 (KHTML, like Gecko) Chrome/22.0.843.0 Safari/535.2 Edge/118.12158", "deviceDetail": {"deviceId": "0927e60c-8dfa-4ecf-be85-ad63bccf40a1", "displayName": "THOMASPRICE-LT", "operatingSystem": "Windows 10", "browser": "Edge 118.12158", "trustType": "Hybrid Azure AD joined"}, "location": {"city": "Port Denisetown", "state": "Smithton", "countryOrRegion": "XR", "geoCoordinates": {"latitude": 3.5518965, "longitude": 131.871582}}, "correlationId": "1a48d054-0dd0-42f2-9604-3dc9e2211162", "conditionalAccessStatus": "failure", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "0637bafb-00ca-44f7-ab83-97ed312b9f4b", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 122, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Cisco AnyConnect Online", "resourceId": "5d5b8d28-6a28-472e-b837-a4094e466965", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 230297, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "6Mvv0AJhyV5OJlFTeh7j8GSq7sYowQ3hRw1sC6uv9tMTWq8X", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "15655e1f-5005-4c53-b3c0-c4a1d1ca5e9e", "rngcStatus": 0}}, {"time": "2022-08-29T11:11:11.019701Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "86.154.193.190", "correlationId": "b0d9c305-1f48-4149-92e7-1424b61dec26", "identity": "Kristen Howell", "Level": 4, "location": "XR", "properties": {"id": "37de7214-048f-4127-804b-508680056c00", "createdDateTime": "2022-08-29T11:11:11.144701Z", "userDisplayName": "Kristen Howell", "userPrincipalName": "khowell@domain.com", "userId": "20e1e3f9-665f-45bd-9984-5e74b526d3b5", "appId": "9c5b7fe3-0ad2-4ea6-94e5-9e0001f367e3", "appDisplayName": "Articulate 360", "ipAddress": "86.154.193.190", "status": {"errorCode": 0}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (X11; Linux i686) AppleWebKit/533.0 (KHTML, like Gecko) Chrome/24.0.803.0 Safari/533.0 Edge/40.11325", "deviceDetail": {"deviceId": "af204333-3bdf-4228-bbeb-e3a654075b5c", "displayName": "KRISTENHOWELL-LT", "operatingSystem": "Windows 10", "browser": "Edge 40.11325", "trustType": "Azure AD registered"}, "location": {"city": "Port Denisetown", "state": "Smithton", "countryOrRegion": "XR", "geoCoordinates": {"latitude": 3.5518965, "longitude": 131.871582}}, "correlationId": "1f1e430f-7faa-484e-97fa-f4bde600eac8", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "b3276b44-5b19-4dd9-a653-b4fd1de54fd7", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 125, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Articulate 360 Online", "resourceId": "5e244d4f-26b9-4ef2-a497-f0c533628ee1", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 256668, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "NFS9BZQUeFtAQG0hVQZQEqCTGvPw9pYAdemSaaFOEq5IGX19", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "36673087-318c-4304-8804-602d45a6f290", "rngcStatus": 0}}, {"time": "2022-08-29T11:16:10.358585Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "50158", "resultSignature": "None", "resultDescription": "External security challenge was not satisfied.", "durationMs": 0, "callerIpAddress": "44.22.19.201", "correlationId": "8015f4cf-ec87-425d-ad5f-36eec2d616a0", "identity": "Thomas Price", "Level": 4, "location": "XN", "properties": {"id": "9a16f031-40cc-41ce-b832-c69502a09000", "createdDateTime": "2022-08-29T11:16:10.474585Z", "userDisplayName": "Thomas Price", "userPrincipalName": "tprice@domain.com", "userId": "32109ee2-ee4f-4d11-9c38-2556aec0f2b5", "appId": "9a7e67c7-6f05-42a3-b226-97c7ec3e9696", "appDisplayName": "Adobe Identity Management", "ipAddress": "44.22.19.201", "status": {"errorCode": 50158, "failureReason": "External security challenge was not satisfied."}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (X11; Linux i686) AppleWebKit/535.2 (KHTML, like Gecko) Chrome/22.0.843.0 Safari/535.2 Edge/118.12158", "deviceDetail": {"deviceId": "fb4d911d-6441-411b-868f-d25d5586a326", "displayName": "THOMASPRICE-LT", "operatingSystem": "Windows 10", "browser": "Edge 118.12158", "trustType": "Hybrid Azure AD joined"}, "location": {"city": "Littlemouth", "state": "Alexanderfurt", "countryOrRegion": "XN", "geoCoordinates": {"latitude": 25.4437255, "longitude": -109.530885}}, "correlationId": "4445154b-60d5-4d5f-96cc-4d4303e604c0", "conditionalAccessStatus": "failure", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "220ddd25-6911-4b62-a458-21e46c4db578", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 116, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Adobe Identity Management Service", "resourceId": "30663ca7-f8a9-43ab-8ca1-7906bdbc1485", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 230297, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "P8J2b5VXXg5SZmHuk2x44UwS9FkbglHIPdTX8lsD9BlqjnWX", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "a6c259e5-7f16-48b2-a9f3-75becd6daa9b", "rngcStatus": 0}}, {"time": "2022-08-29T11:31:02.926918Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "205.33.24.92", "correlationId": "0b2e61e6-7043-4e79-b18d-ccdd202bdea2", "identity": "Aaron Cole", "Level": 4, "location": "XD", "properties": {"id": "ec269e96-7bac-4a1f-b78f-5698a2276200", "createdDateTime": "2022-08-29T11:31:03.010918Z", "userDisplayName": "Aaron Cole", "userPrincipalName": "acole@domain.com", "userId": "5d557969-1645-4ba4-be83-b6fd943659f7", "appId": "cb9ad245-0b24-4c75-ba23-398500baf7a8", "appDisplayName": "FileCloud", "ipAddress": "205.33.24.92", "status": {"errorCode": 0}, "clientAppUsed": "Browser", "deviceDetail": {"deviceId": "", "operatingSystem": "Windows", "browser": "Rich Client 4.35.1.0"}, "location": {"city": "Kristinmouth", "state": "Norrisbury", "countryOrRegion": "XD", "geoCoordinates": {"latitude": 26.278784, "longitude": -92.042573}}, "correlationId": "9ad216e9-c9b9-4384-8bdf-ad2aa693e0ba", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "3cb4d304-7c17-4791-b500-e558c6d6124b", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "processingTimeInMilliseconds": 84, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "FileCloud Service", "resourceId": "bca2b487-3a6c-440f-b1b7-a15b02771ad0", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 214655, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "RsE4yd0sgxSPs1Yzl88pbapcRfJYpi9tpaXLmGj1p62d7hxH", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "4da47dd4-556d-4ba4-9847-c1850930ab5e"}}, {"time": "2022-08-29T11:32:19.059296Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "42.62.103.34", "correlationId": "456d5c8d-9ded-413f-a67f-5551e20cdb95", "identity": "Joseph Taylor", "Level": 4, "location": "XF", "properties": {"id": "cc84aab4-5145-442b-a538-82ae06455700", "createdDateTime": "2022-08-29T11:32:19.237296Z", "userDisplayName": "Joseph Taylor", "userPrincipalName": "jtaylor@domain.com", "userId": "af9847eb-c773-41ae-bf94-42747c5e986c", "appId": "84f18b4b-ae12-484a-847f-f3e36093594a", "appDisplayName": "Slack", "ipAddress": "42.62.103.34", "status": {"errorCode": 0, "additionalDetails": "MFA requirement satisfied by claim in the token"}, "clientAppUsed": "Browser", "deviceDetail": {"deviceId": "76b96bd3-e5d7-49ee-b195-bf363facdb3d", "displayName": "JOSEPHTAYLOR-LT", "operatingSystem": "Windows", "isCompliant": true, "isManaged": true, "trustType": "Azure AD joined"}, "location": {"city": "Jessicafurt", "state": "Smithbury", "countryOrRegion": "XF", "geoCoordinates": {"latitude": 17.5082395, "longitude": -115.304215}}, "mfaDetail": {}, "correlationId": "8ff407b2-d2a3-42c6-a425-9d76e50b9e4a", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "b2be2030-863b-4b1d-98ea-1f1ef82cb2c3", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "processingTimeInMilliseconds": 178, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Slack Service", "resourceId": "f0630e90-b752-4960-bfb9-a0794fc34930", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 393508, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "BHRrqdzWCZgEjehSpnaDP5SkmU5fXwStpQ4xu9e9xPd0sZ3J", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "1f37c851-4be4-455b-928a-fbde7845a68a"}}, {"time": "2022-08-29T12:05:54.323063Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "SignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "42.62.103.34", "correlationId": "ca5e50ab-7c18-4f7e-b6fc-b6a44fc5c03b", "identity": "Joseph Taylor", "Level": 4, "location": "XF", "properties": {"id": "444f54e0-e5b3-4eda-8063-00d29aa28300", "createdDateTime": "2022-08-29T12:05:54.408063Z", "userDisplayName": "Joseph Taylor", "userPrincipalName": "jtaylor@domain.com", "userId": "af9847eb-c773-41ae-bf94-42747c5e986c", "appId": "3f8b74f7-e00f-4827-abb8-2ec539552497", "appDisplayName": "Kemp LoadMaster Azure AD integration", "ipAddress": "42.62.103.34", "status": {"errorCode": 0, "additionalDetails": "MFA requirement satisfied by strong authentication"}, "clientAppUsed": "Mobile Apps and Desktop clients", "deviceDetail": {"deviceId": "76b96bd3-e5d7-49ee-b195-bf363facdb3d", "displayName": "JOSEPHTAYLOR-LT", "operatingSystem": "Windows", "isCompliant": true, "isManaged": true, "trustType": "Azure AD joined"}, "location": {"city": "Jessicafurt", "state": "Smithbury", "countryOrRegion": "XF", "geoCoordinates": {"latitude": 17.5082395, "longitude": -115.304215}}, "mfaDetail": {}, "correlationId": "b6b5abba-3d51-44e5-aac7-b788a150cd89", "conditionalAccessStatus": "notApplied", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "b612a22a-0577-4088-bc80-1bb45991ef10", "isInteractive": true, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 85, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Kemp LoadMaster Azure AD integration Service", "resourceId": "24578515-1951-4064-967d-0d2acaf0aa70", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 393508, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "OQh6FrJc7cosfLZiMaDAMtAtWpT055AuJUem18VpNNeq7N8B", "incomingTokenType": "none", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "0e68752b-7dfa-400b-a6f5-1b54af90696a", "rngcStatus": 0}}, {"time": "2022-08-29T12:18:05.058623Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "156.206.181.119", "correlationId": "b8cf6a28-16b1-47e0-b1c4-f197a3afa010", "identity": "Cynthia Perry", "Level": 4, "location": "XY", "properties": {"id": "93339d13-6eb7-4410-810a-1c60c0116700", "createdDateTime": "2022-08-29T12:18:05.183623Z", "userDisplayName": "Cynthia Perry", "userPrincipalName": "cperry@domain.com", "userId": "ac5fa380-9d5b-470e-beb2-5ba10aca48e6", "appId": "9de6e985-97a5-4d82-9c45-aedaa9c25ef9", "appDisplayName": "AWS Single-Account Access", "ipAddress": "156.206.181.119", "status": {"errorCode": 0}, "clientAppUsed": "Browser", "deviceDetail": {"deviceId": "", "operatingSystem": "Windows"}, "location": {"city": "Hannaville", "state": "Thomashaven", "countryOrRegion": "XY", "geoCoordinates": {"latitude": 1.1452695, "longitude": 128.249211}}, "correlationId": "e7aede31-3335-4672-9e19-9cf88f2d10c4", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "9ee8067a-fa05-40a7-a86a-b369e7d56ec6", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 125, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "AWS Single-Account Access Service", "resourceId": "f0630e90-b752-4960-bfb9-a0794fc34930", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 279165, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "oi5zbRycSgVkP8OjMeE5KnEvyIXLvG0VJTAXt06ao0gq7PKh", "incomingTokenType": "none", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "1f37c851-4be4-455b-928a-fbde7845a68a", "rngcStatus": 0}}, {"time": "2022-08-29T12:46:22.863499Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "105.169.153.183", "correlationId": "f1a2aab2-9ab2-4043-bfac-52171c578f2e", "identity": "Jim Gonzalez", "Level": 4, "location": "XR", "properties": {"id": "8df1cc0f-951a-4b64-867c-23615c2f6c00", "createdDateTime": "2022-08-29T12:46:23.031499Z", "userDisplayName": "Jim Gonzalez", "userPrincipalName": "jgonzalez@domain.com", "userId": "95090045-a9c5-489c-adee-2db430a3333a", "appId": "bc269cd9-8681-4af0-9e76-2a9b4ca24e65", "appDisplayName": "GlassFrog", "ipAddress": "105.169.153.183", "status": {"errorCode": 0}, "clientAppUsed": "Browser", "deviceDetail": {"deviceId": "15135d1f-cb47-4bd8-b76d-90a9171c09bd", "displayName": "JIMGONZALEZ-LT", "operatingSystem": "Windows", "browser": "Rich Client 4.42.0.0", "trustType": "Azure AD registered"}, "location": {"city": "Kevinton", "state": "Smithton", "countryOrRegion": "XR", "geoCoordinates": {"latitude": -87.5106305, "longitude": -77.991036}}, "correlationId": "f32c6b4b-2dba-40ec-9c96-65c15c39d303", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "3b60bd27-6d55-4c23-a4d4-b9b8f919e620", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 168, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "GlassFrog Service", "resourceId": "f0630e90-b752-4960-bfb9-a0794fc34930", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 256668, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "euQxAg7AVOYPYBcwAy6QwpaJEEVbLF1JuPkzKewMN8AFzuop", "incomingTokenType": "none", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "1f37c851-4be4-455b-928a-fbde7845a68a", "rngcStatus": 0}}, {"time": "2022-08-29T12:46:54.789656Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "99.116.100.205", "correlationId": "6aa38755-4ee7-4392-abdb-63d55da35698", "identity": "Aaron Cole", "Level": 4, "location": "XD", "properties": {"id": "cd604170-057f-460d-b144-5da38abe6800", "createdDateTime": "2022-08-29T12:46:54.951656Z", "userDisplayName": "Aaron Cole", "userPrincipalName": "acole@domain.com", "userId": "5d557969-1645-4ba4-be83-b6fd943659f7", "appId": "4c2f7c2a-ff05-4df6-9087-9ba8388a3861", "appDisplayName": "Foko Retail", "ipAddress": "99.116.100.205", "status": {"errorCode": 0}, "clientAppUsed": "Browser", "deviceDetail": {"deviceId": "", "operatingSystem": "Windows10", "browser": "Rich Client 4.39.0.0"}, "location": {"city": "Carrollstad", "state": "Norrisbury", "countryOrRegion": "XD", "geoCoordinates": {"latitude": -38.8540465, "longitude": -17.674718}}, "correlationId": "588e72a1-96c0-4dee-97a9-79b26a43c96f", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "b3dea87a-f5c2-4dbc-be98-01ff45b46414", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 162, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Foko Retail Service", "resourceId": "24578515-1951-4064-967d-0d2acaf0aa70", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 214655, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "H9005YHKlXq7I1fQUBhkwHtLRAa5jRrRt9HseRoOzIZKMFA6", "incomingTokenType": "none", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "0e68752b-7dfa-400b-a6f5-1b54af90696a", "rngcStatus": 0}}, {"time": "2022-08-29T12:53:13.392574Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "86.154.193.190", "correlationId": "59ac2a63-7771-48cd-866c-4ec6ba5be9cc", "identity": "Kristen Howell", "Level": 4, "location": "XR", "properties": {"id": "aae6799f-ea3c-499a-892d-2f1acb5b5500", "createdDateTime": "2022-08-29T12:53:13.677574Z", "userDisplayName": "Kristen Howell", "userPrincipalName": "khowell@domain.com", "userId": "20e1e3f9-665f-45bd-9984-5e74b526d3b5", "appId": "9c5b7fe3-0ad2-4ea6-94e5-9e0001f367e3", "appDisplayName": "Articulate 360", "ipAddress": "86.154.193.190", "status": {"errorCode": 0}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (X11; Linux i686) AppleWebKit/533.0 (KHTML, like Gecko) Chrome/24.0.803.0 Safari/533.0 Edge/40.11325", "deviceDetail": {"deviceId": "af204333-3bdf-4228-bbeb-e3a654075b5c", "displayName": "KRISTENHOWELL-LT", "operatingSystem": "Windows 10", "browser": "Edge 40.11325", "trustType": "Azure AD registered"}, "location": {"city": "Port Denisetown", "state": "Smithton", "countryOrRegion": "XR", "geoCoordinates": {"latitude": 3.5518965, "longitude": 131.871582}}, "correlationId": "f621f540-0de9-4640-9e16-b4d1375e6ca2", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "a57d36f4-bc07-48b4-81ae-1438a1c47341", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "processingTimeInMilliseconds": 285, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Articulate 360 Online", "resourceId": "436260d5-3791-4aea-a4da-aa698ec35f2f", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 256668, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "5PcjZ5C0d6XcbiqESz2plEnzIBCD1GNZBAPBa6Cx52IkXHVn", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "94b9f3ba-5f4b-4edc-99dc-a420b76960f9"}}, {"time": "2022-08-29T13:07:49.558538Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "99.116.100.205", "correlationId": "ed3f2e39-d33c-470c-b9ca-4f612144bd3a", "identity": "Aaron Cole", "Level": 4, "location": "XD", "properties": {"id": "25e4d3d1-38ed-4aaa-a8b2-f0b357d95d00", "createdDateTime": "2022-08-29T13:07:49.652538Z", "userDisplayName": "Aaron Cole", "userPrincipalName": "acole@domain.com", "userId": "5d557969-1645-4ba4-be83-b6fd943659f7", "appId": "36f74ffc-90e8-46e0-b0ed-588b76ed6f47", "appDisplayName": "Inspire", "ipAddress": "99.116.100.205", "status": {"errorCode": 0}, "clientAppUsed": "Browser", "userAgent": "Mozilla/5.0 (Linux; Android 2.3.5) AppleWebKit/532.2 (KHTML, like Gecko) Chrome/46.0.898.0 Safari/532.2 Edge/105.19198", "deviceDetail": {"deviceId": "", "operatingSystem": "Windows 10", "browser": "Edge 105.19198"}, "location": {"city": "Carrollstad", "state": "Norrisbury", "countryOrRegion": "XD", "geoCoordinates": {"latitude": -38.8540465, "longitude": -17.674718}}, "correlationId": "090c13b9-d231-444c-aa20-648da31fdbed", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "e44ca0e4-0478-4b61-a899-624c7767018c", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "processingTimeInMilliseconds": 94, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Inspire", "resourceId": "63fac12a-054f-4646-9f95-734d1c2d6f37", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 214655, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "8Ym2jCDuTx1XByAfHdlOZlQaepQg5srwf5OtPeveCcBYhe5u", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "eb9433f0-1859-4ebe-a3a4-65b8faa666f7"}}, {"time": "2022-08-29T13:10:45.869730Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "700082", "resultSignature": "None", "resultDescription": "Other", "durationMs": 0, "callerIpAddress": "54.119.29.60", "correlationId": "1cdbd2c6-9986-4e83-ba34-cca61376578d", "identity": "Thomas Price", "Level": 4, "location": "XR", "properties": {"id": "b7d2663e-0777-4c76-894c-874a9b315a00", "createdDateTime": "2022-08-29T13:10:45.952730Z", "userDisplayName": "Thomas Price", "userPrincipalName": "tprice@domain.com", "userId": "32109ee2-ee4f-4d11-9c38-2556aec0f2b5", "appId": "9a7e67c7-6f05-42a3-b226-97c7ec3e9696", "appDisplayName": "Adobe Identity Management", "ipAddress": "54.119.29.60", "status": {"errorCode": 700082, "failureReason": "Other"}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (X11; Linux i686) AppleWebKit/535.2 (KHTML, like Gecko) Chrome/22.0.843.0 Safari/535.2 Edge/118.12158", "deviceDetail": {"deviceId": "852272bd-2ab1-474f-a99e-4922ea7031d3", "displayName": "THOMASPRICE-LT", "operatingSystem": "Windows 10", "browser": "Edge 118.12158", "trustType": "Hybrid Azure AD joined"}, "location": {"city": "Port Kimberlytown", "state": "Curtisport", "countryOrRegion": "XR", "geoCoordinates": {"latitude": 26.3152295, "longitude": 147.770404}}, "correlationId": "b67a8e6d-fb39-44b3-9470-ba40f348f0ce", "conditionalAccessStatus": "notApplied", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "55ca6a21-cbe3-4bf0-96c5-8b143ce22237", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "processingTimeInMilliseconds": 83, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Adobe Identity Management Service", "resourceId": "30663ca7-f8a9-43ab-8ca1-7906bdbc1485", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 359213, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "EsH4M1Wj21oGqzdbpt3SqAbqXdgvYwrMmTAyDzChCxyiZzuM", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "a6c259e5-7f16-48b2-a9f3-75becd6daa9b"}}, {"time": "2022-08-29T13:44:23.302206Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "86.154.193.190", "correlationId": "0df11334-0e33-44b1-8c53-c01c49e8cb02", "identity": "Kristen Howell", "Level": 4, "location": "XR", "properties": {"id": "1c6a3fdd-a0db-4dca-8c1d-bb566f9c9800", "createdDateTime": "2022-08-29T13:44:23.431206Z", "userDisplayName": "Kristen Howell", "userPrincipalName": "khowell@domain.com", "userId": "20e1e3f9-665f-45bd-9984-5e74b526d3b5", "appId": "9a7e67c7-6f05-42a3-b226-97c7ec3e9696", "appDisplayName": "Adobe Identity Management", "ipAddress": "86.154.193.190", "status": {"errorCode": 0, "additionalDetails": "MFA requirement satisfied by claim in the token"}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (X11; Linux i686) AppleWebKit/533.0 (KHTML, like Gecko) Chrome/24.0.803.0 Safari/533.0 Edge/40.11325", "deviceDetail": {"deviceId": "6ea76864-5f18-47dd-adb9-2b1dfcbfc425", "displayName": "KRISTENHOWELL-LT", "operatingSystem": "Windows 10", "browser": "Edge 40.11325", "isCompliant": true, "isManaged": true, "trustType": "Azure AD joined"}, "location": {"city": "Port Denisetown", "state": "Smithton", "countryOrRegion": "XR", "geoCoordinates": {"latitude": 3.5518965, "longitude": 131.871582}}, "mfaDetail": {}, "correlationId": "6415f25b-4e35-4fc2-950a-bdb7260c610a", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "900e5349-c5e3-4bc0-a0c7-f629ee4d5a5e", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 129, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Adobe Identity Management Service", "resourceId": "80abac89-d2c0-4b6c-8ffc-5023bd7efc5e", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 256668, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "E9lpLVnuVXzcgCCdWFctel4EHndMh5bqJOf1HkQL9cIu9azi", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": null, "rngcStatus": 0}}, {"time": "2022-08-29T13:54:02.739051Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "156.206.181.119", "correlationId": "a87f7bb9-0564-4d2c-8f98-470920c74424", "identity": "Cynthia Perry", "Level": 4, "location": "XY", "properties": {"id": "dcca18ca-b75c-4147-ba68-6c68255a9200", "createdDateTime": "2022-08-29T13:54:02.833051Z", "userDisplayName": "Cynthia Perry", "userPrincipalName": "cperry@domain.com", "userId": "ac5fa380-9d5b-470e-beb2-5ba10aca48e6", "appId": "9de6e985-97a5-4d82-9c45-aedaa9c25ef9", "appDisplayName": "AWS Single-Account Access", "ipAddress": "156.206.181.119", "status": {"errorCode": 0}, "clientAppUsed": "Browser", "deviceDetail": {"deviceId": "", "operatingSystem": "Windows"}, "location": {"city": "Hannaville", "state": "Thomashaven", "countryOrRegion": "XY", "geoCoordinates": {"latitude": 1.1452695, "longitude": 128.249211}}, "correlationId": "8e68d0d3-49d4-48d6-b9b2-761bc60c3b09", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "fc1c1521-40f9-47b2-b575-f6733ab18c54", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 94, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "AWS Single-Account Access Service", "resourceId": "f0630e90-b752-4960-bfb9-a0794fc34930", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 279165, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "qMMZN7Bp9FtB8UuqVbPcbXmFdM3O86Lk09ktqfrKt0SjqrdV", "incomingTokenType": "none", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "1f37c851-4be4-455b-928a-fbde7845a68a", "rngcStatus": 0}}, {"time": "2022-08-29T14:10:37.520223Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "156.206.181.119", "correlationId": "10af57e4-7f92-442b-93d3-0219214e4aa9", "identity": "Cynthia Perry", "Level": 4, "location": "XY", "properties": {"id": "fabc4b93-f662-4478-a5a8-a2cee93a7200", "createdDateTime": "2022-08-29T14:10:37.609223Z", "userDisplayName": "Cynthia Perry", "userPrincipalName": "cperry@domain.com", "userId": "ac5fa380-9d5b-470e-beb2-5ba10aca48e6", "appId": "9de6e985-97a5-4d82-9c45-aedaa9c25ef9", "appDisplayName": "AWS Single-Account Access", "ipAddress": "156.206.181.119", "status": {"errorCode": 0}, "clientAppUsed": "Browser", "deviceDetail": {"deviceId": "", "operatingSystem": "Windows"}, "location": {"city": "Hannaville", "state": "Thomashaven", "countryOrRegion": "XY", "geoCoordinates": {"latitude": 1.1452695, "longitude": 128.249211}}, "correlationId": "e8e7e808-ada1-40f7-987f-8865a88a9950", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "2e167e6d-3dea-459b-b554-d058c5a254e6", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 89, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "AWS Single-Account Access Service", "resourceId": "9a84f55e-3a40-492c-9476-e069f64ed7a6", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 279165, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "OnrGzh4BomQ2xGNOeohAYifYjhVG85PesCbCa0Sgd7kF94XS", "incomingTokenType": "none", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "37ee873b-f901-4e25-be69-010243106d0f", "rngcStatus": 0}}, {"time": "2022-08-29T14:13:09.603998Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "212.169.11.63", "correlationId": "2422dc6d-faa4-4ce0-bb23-87e8c6fabd5c", "identity": "Kristen Howell", "Level": 4, "location": "XR", "properties": {"id": "4c7c9715-4f0f-4164-9319-f399ccad8900", "createdDateTime": "2022-08-29T14:13:09.694998Z", "userDisplayName": "Kristen Howell", "userPrincipalName": "khowell@domain.com", "userId": "20e1e3f9-665f-45bd-9984-5e74b526d3b5", "appId": "9a7e67c7-6f05-42a3-b226-97c7ec3e9696", "appDisplayName": "Adobe Identity Management", "ipAddress": "212.169.11.63", "status": {"errorCode": 0}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (iPad; CPU iPad OS 9_3_6 like Mac OS X) AppleWebKit/536.1 (KHTML, like Gecko) CriOS/42.0.865.0 Mobile/77O124 Safari/536.1 Edge/99.14477", "deviceDetail": {"deviceId": "caf12d64-01ec-4396-b330-e7eb6349ad45", "displayName": "KRISTENHOWELL-LT", "operatingSystem": "Windows 10", "browser": "Edge 99.14477", "trustType": "Azure AD registered"}, "location": {"city": "North Lisachester", "state": "Smithton", "countryOrRegion": "XR", "geoCoordinates": {"latitude": -69.00844, "longitude": -172.534328}}, "correlationId": "668fafe8-d8a0-4011-88a3-97d5a48ee51b", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "5137ef95-1c4b-4fca-b7ca-0962a028c423", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 91, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Adobe Identity Management Service", "resourceId": "30663ca7-f8a9-43ab-8ca1-7906bdbc1485", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 144064, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "WPApYfHlWPcOqBkSkPuWQANkKyuyShhMqA1qxuieio3ZIKm4", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "a6c259e5-7f16-48b2-a9f3-75becd6daa9b", "rngcStatus": 0}}, {"time": "2022-08-29T14:30:34.149672Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "50158", "resultSignature": "None", "resultDescription": "External security challenge was not satisfied.", "durationMs": 0, "callerIpAddress": "92.110.109.246", "correlationId": "31ea4aca-d344-4347-9121-8175a73b84bd", "identity": "Thomas Price", "Level": 4, "location": "XR", "properties": {"id": "883e5098-3851-4488-b9f8-2db0c7565f00", "createdDateTime": "2022-08-29T14:30:34.268672Z", "userDisplayName": "Thomas Price", "userPrincipalName": "tprice@domain.com", "userId": "32109ee2-ee4f-4d11-9c38-2556aec0f2b5", "appId": "79510a8f-6421-4348-a2ea-bcc2b02485c1", "appDisplayName": "Cisco AnyConnect", "ipAddress": "92.110.109.246", "status": {"errorCode": 50158, "failureReason": "External security challenge was not satisfied."}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (X11; Linux i686) AppleWebKit/535.2 (KHTML, like Gecko) Chrome/22.0.843.0 Safari/535.2 Edge/118.12158", "deviceDetail": {"deviceId": "0927e60c-8dfa-4ecf-be85-ad63bccf40a1", "displayName": "THOMASPRICE-LT", "operatingSystem": "Windows 10", "browser": "Edge 118.12158", "trustType": "Hybrid Azure AD joined"}, "location": {"city": "Port Denisetown", "state": "Smithton", "countryOrRegion": "XR", "geoCoordinates": {"latitude": 3.5518965, "longitude": 131.871582}}, "correlationId": "7856ca1f-aeac-476a-aa5a-a1f32eddb08e", "conditionalAccessStatus": "failure", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "0f09d546-5881-4d4f-a3f0-9052e808a2a7", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 119, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Cisco AnyConnect Online", "resourceId": "5d5b8d28-6a28-472e-b837-a4094e466965", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 230297, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "josaUQ4FtLKOyrESe8YyGUtyp0wxtmVhMv6KsCTkzKIJmcig", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "15655e1f-5005-4c53-b3c0-c4a1d1ca5e9e", "rngcStatus": 0}}, {"time": "2022-08-29T14:33:29.221782Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "86.154.193.190", "correlationId": "edfd00e3-c362-413a-ad0d-678ed2fef392", "identity": "Jamie Watson", "Level": 4, "location": "XR", "properties": {"id": "ece24cb8-8bbf-4dc3-90e8-e3ac23856900", "createdDateTime": "2022-08-29T14:33:29.305782Z", "userDisplayName": "Jamie Watson", "userPrincipalName": "jwatson@domain.com", "userId": "2844695b-9a70-48ed-a5ce-f3d711e2292b", "appId": "9a7e67c7-6f05-42a3-b226-97c7ec3e9696", "appDisplayName": "Adobe Identity Management", "ipAddress": "86.154.193.190", "status": {"errorCode": 0}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (X11; Linux i686) AppleWebKit/533.0 (KHTML, like Gecko) Chrome/24.0.803.0 Safari/533.0 Edge/40.11325", "deviceDetail": {"deviceId": "fc784602-6455-4450-be3c-6770e0359f8a", "displayName": "JAMIEWATSON-LT", "operatingSystem": "Windows 10", "browser": "Edge 40.11325", "isCompliant": true, "isManaged": true, "trustType": "Azure AD joined"}, "location": {"city": "Port Denisetown", "state": "Smithton", "countryOrRegion": "XR", "geoCoordinates": {"latitude": 3.5518965, "longitude": 131.871582}}, "correlationId": "9d6ef809-1c84-4cc9-bbd0-187de24f60b9", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "6e4bd616-a54a-4e6f-ad1f-791d7e25c18e", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 84, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Adobe Identity Management Service", "resourceId": "716aba4b-c9f6-4449-afd5-9a63e6544db2", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 256668, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "T22gcuOdvAaofQ1CxMlCYvXapPAbyITzUgzelVknOEiJiqVJ", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "91299e6a-641e-45f3-8eb9-00c8dc321db1", "rngcStatus": 0}}, {"time": "2022-08-29T14:36:19.266971Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "22.42.248.243", "correlationId": "7c9bbb78-5fbb-4117-8827-80887f8ab31d", "identity": "Melissa Martin", "Level": 4, "location": "XR", "properties": {"id": "29a68730-c074-44bc-9ec3-76c9a6999800", "createdDateTime": "2022-08-29T14:36:19.341971Z", "userDisplayName": "Melissa Martin", "userPrincipalName": "mmartin@domain.com", "userId": "632ccb55-03a7-40f4-9893-653527cae790", "appId": "9167c284-c68f-468a-84be-0ee4f23879fe", "appDisplayName": "ArcGIS Enterprise", "ipAddress": "22.42.248.243", "status": {"errorCode": 0}, "clientAppUsed": "Mobile Apps and Desktop clients", "deviceDetail": {"deviceId": "", "operatingSystem": "Ios", "browser": "Mobile Safari"}, "location": {"city": "Port Denisetown", "state": "Smithton", "countryOrRegion": "XR", "geoCoordinates": {"latitude": 40.136047, "longitude": 44.514491}}, "correlationId": "88b01b7d-53c2-4fdd-971c-641556fedfa6", "conditionalAccessStatus": "notApplied", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "8259e7b5-ef98-4df0-ae3b-b0d1a6f3789d", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 75, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "ArcGIS Enterprise Service", "resourceId": "f72c694e-4e03-4616-91f3-78c5fe54122a", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 432564, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "Eb28TUdvm3s4JUJncC7hftpzvQWRGqGwgkuXpcxOSYWo5Zt2", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "1674f597-9877-4ff9-a5d9-accfea860d15", "rngcStatus": 0}}, {"time": "2022-08-29T14:55:43.163031Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "91.132.253.146", "correlationId": "c50f0df9-8402-4879-a8a9-e9cb6aed60e9", "identity": "Aaron Cole", "Level": 4, "location": "XD", "properties": {"id": "a1992293-def5-47de-a489-bdbaf3265200", "createdDateTime": "2022-08-29T14:55:43.237031Z", "userDisplayName": "Aaron Cole", "userPrincipalName": "acole@domain.com", "userId": "5d557969-1645-4ba4-be83-b6fd943659f7", "appId": "895b9fb3-4084-4f9f-a314-d082d67e3c5c", "appDisplayName": "Airstack", "ipAddress": "91.132.253.146", "status": {"errorCode": 0}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (iPad; CPU iPad OS 14_2 like Mac OS X) AppleWebKit/535.2 (KHTML, like Gecko) CriOS/33.0.816.0 Mobile/88O531 Safari/535.2 Edge/117.19612", "deviceDetail": {"deviceId": "", "operatingSystem": "Windows 10", "browser": "Edge 117.19612"}, "location": {"city": "Rickshire", "state": "Norrisbury", "countryOrRegion": "XD", "geoCoordinates": {"latitude": -78.5751045, "longitude": 58.329246}}, "correlationId": "d645e756-5c77-4215-a574-a36ee081e30f", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "3a0394da-7661-46f7-ade9-89f1caa1763a", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "processingTimeInMilliseconds": 74, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Airstack Service", "resourceId": "898e07cc-0302-479b-a2d3-601d74aa68df", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 214655, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "GagDY7m5LybMKr0aPUm6mt1YEqPgqctXtyUXdZRJWbTUrtEN", "incomingTokenType": "none", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "84156e71-49f0-4926-86fe-9ab1a6c6b137"}}, {"time": "2022-08-29T14:59:27.324450Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "205.33.24.92", "correlationId": "fa464652-1ecb-4af9-bc49-9b513bad55b6", "identity": "Vanessa Ramirez", "Level": 4, "location": "XD", "properties": {"id": "fa857fed-7d3f-40f5-b98a-925c2e7e6a00", "createdDateTime": "2022-08-29T14:59:27.424450Z", "userDisplayName": "Vanessa Ramirez", "userPrincipalName": "vramirez@domain.com", "userId": "5d72b7ed-62ea-4b94-b931-ccef65d71ebd", "appId": "2eae4ad1-8cae-48fe-b718-76bd66e2fc7f", "appDisplayName": "Bipsync", "ipAddress": "205.33.24.92", "status": {"errorCode": 0}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (X11; Linux i686) AppleWebKit/532.2 (KHTML, like Gecko) Chrome/21.0.853.0 Safari/532.2 Edge/89.19380", "deviceDetail": {"deviceId": "e395a3f4-8f2d-4170-804f-d3e13ce3151b", "displayName": "VANESSARAMIREZ-LT", "operatingSystem": "Windows 10", "browser": "Edge 89.19380", "trustType": "Azure AD registered"}, "location": {"city": "Kristinmouth", "state": "Norrisbury", "countryOrRegion": "XD", "geoCoordinates": {"latitude": 26.278784, "longitude": -92.042573}}, "correlationId": "2187fc29-1bc9-4198-9a51-6ee18e823e6a", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "33ce3174-0731-47ed-aa59-008913a2f44e", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 100, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Bipsync Service", "resourceId": "4b482d0a-88be-43f3-a771-aaf19d9bbf70", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 214655, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "i18ADZlr4z93l2GxT014ZMKm8P8D9tZ9yqksUrDTIdoMJHGE", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "b4d48f3a-639f-4f89-a099-2fdd27423d1f", "rngcStatus": 0}}, {"time": "2022-08-29T15:02:31.484314Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "50158", "resultSignature": "None", "resultDescription": "External security challenge was not satisfied.", "durationMs": 0, "callerIpAddress": "166.105.218.213", "correlationId": "9bab2448-230b-40e0-9650-fba140318da6", "identity": "Thomas Price", "Level": 4, "location": "XR", "properties": {"id": "849f5eb8-988d-4520-b45c-6016470b6e00", "createdDateTime": "2022-08-29T15:02:31.613314Z", "userDisplayName": "Thomas Price", "userPrincipalName": "tprice@domain.com", "userId": "32109ee2-ee4f-4d11-9c38-2556aec0f2b5", "appId": "79510a8f-6421-4348-a2ea-bcc2b02485c1", "appDisplayName": "Cisco AnyConnect", "ipAddress": "166.105.218.213", "status": {"errorCode": 50158, "failureReason": "External security challenge was not satisfied."}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (X11; Linux i686) AppleWebKit/535.2 (KHTML, like Gecko) Chrome/22.0.843.0 Safari/535.2 Edge/118.12158", "deviceDetail": {"deviceId": "81ad31fb-e9be-4498-b1b2-c62f8fae1a77", "displayName": "THOMASPRICE-LT", "operatingSystem": "Windows 10", "browser": "Edge 118.12158", "trustType": "Hybrid Azure AD joined"}, "location": {"city": "Santosborough", "state": "Smithton", "countryOrRegion": "XR", "geoCoordinates": {"latitude": 12.8350355, "longitude": 138.359011}}, "correlationId": "360b93ca-3349-44f7-81b3-58cb387616c4", "conditionalAccessStatus": "failure", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "88365253-24a6-4997-bb23-6448c68a1964", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 129, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Cisco AnyConnect Online", "resourceId": "5d5b8d28-6a28-472e-b837-a4094e466965", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 256668, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "KJ1Wd26JFsdVbWuRK7YMaJGTGzGOTeMyUXDke3zTARdK6kOn", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "15655e1f-5005-4c53-b3c0-c4a1d1ca5e9e", "rngcStatus": 0}}, {"time": "2022-08-29T15:21:03.994218Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "700082", "resultSignature": "None", "resultDescription": "Other", "durationMs": 0, "callerIpAddress": "54.119.29.60", "correlationId": "f0f5e70c-9581-4803-b5c6-97076888e064", "identity": "Thomas Price", "Level": 4, "location": "XR", "properties": {"id": "501074c3-fbf3-458c-a18b-f7100fd86400", "createdDateTime": "2022-08-29T15:21:04.074218Z", "userDisplayName": "Thomas Price", "userPrincipalName": "tprice@domain.com", "userId": "32109ee2-ee4f-4d11-9c38-2556aec0f2b5", "appId": "9a7e67c7-6f05-42a3-b226-97c7ec3e9696", "appDisplayName": "Adobe Identity Management", "ipAddress": "54.119.29.60", "status": {"errorCode": 700082, "failureReason": "Other"}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (X11; Linux i686) AppleWebKit/535.2 (KHTML, like Gecko) Chrome/22.0.843.0 Safari/535.2 Edge/118.12158", "deviceDetail": {"deviceId": "852272bd-2ab1-474f-a99e-4922ea7031d3", "displayName": "THOMASPRICE-LT", "operatingSystem": "Windows 10", "browser": "Edge 118.12158", "trustType": "Hybrid Azure AD joined"}, "location": {"city": "Port Kimberlytown", "state": "Curtisport", "countryOrRegion": "XR", "geoCoordinates": {"latitude": 26.3152295, "longitude": 147.770404}}, "correlationId": "8bef4732-ad41-474f-b930-50cc793e8239", "conditionalAccessStatus": "notApplied", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "758604c8-4155-44f4-a82c-581b276563f5", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 80, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Adobe Identity Management Service", "resourceId": "30663ca7-f8a9-43ab-8ca1-7906bdbc1485", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 359213, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "3Sn1VNuvgqQ5nFFVmfhl9t79OztwOWSE9G0Beh6moKZu4Scd", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "a6c259e5-7f16-48b2-a9f3-75becd6daa9b", "rngcStatus": 0}}, {"time": "2022-08-29T15:21:45.351444Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "86.154.193.190", "correlationId": "56e5ecd4-33df-400f-8d28-0f17d62befe6", "identity": "Kristen Howell", "Level": 4, "location": "XR", "properties": {"id": "9be25273-1fa9-48f5-a19d-482ae5b39200", "createdDateTime": "2022-08-29T15:21:45.451444Z", "userDisplayName": "Kristen Howell", "userPrincipalName": "khowell@domain.com", "userId": "20e1e3f9-665f-45bd-9984-5e74b526d3b5", "appId": "2eae4ad1-8cae-48fe-b718-76bd66e2fc7f", "appDisplayName": "Bipsync", "ipAddress": "86.154.193.190", "status": {"errorCode": 0}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (X11; Linux i686) AppleWebKit/533.0 (KHTML, like Gecko) Chrome/24.0.803.0 Safari/533.0 Edge/40.11325", "deviceDetail": {"deviceId": "af204333-3bdf-4228-bbeb-e3a654075b5c", "displayName": "KRISTENHOWELL-LT", "operatingSystem": "Windows 10", "browser": "Edge 40.11325", "trustType": "Azure AD registered"}, "location": {"city": "Port Denisetown", "state": "Smithton", "countryOrRegion": "XR", "geoCoordinates": {"latitude": 3.5518965, "longitude": 131.871582}}, "correlationId": "33f0967e-2267-42e6-a763-38b4ed7c523d", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "50d1ca70-2d0b-4eec-ae51-5f8c19976cb1", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 100, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Bipsync Service", "resourceId": "9a84f55e-3a40-492c-9476-e069f64ed7a6", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 256668, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "4cIOO9b7QhKJAqoIrUgYcJp3h8ZH369IjFcAUWnqSTDkp8q4", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "37ee873b-f901-4e25-be69-010243106d0f", "rngcStatus": 0}}, {"time": "2022-08-29T15:36:15.181746Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "50158", "resultSignature": "None", "resultDescription": "External security challenge was not satisfied.", "durationMs": 0, "callerIpAddress": "92.110.109.246", "correlationId": "6060b452-1f8d-40be-8361-50ea3b233476", "identity": "Thomas Price", "Level": 4, "location": "XR", "properties": {"id": "04386101-53be-4839-bba8-bcf1b2745300", "createdDateTime": "2022-08-29T15:36:15.317746Z", "userDisplayName": "Thomas Price", "userPrincipalName": "tprice@domain.com", "userId": "32109ee2-ee4f-4d11-9c38-2556aec0f2b5", "appId": "9a7e67c7-6f05-42a3-b226-97c7ec3e9696", "appDisplayName": "Adobe Identity Management", "ipAddress": "92.110.109.246", "status": {"errorCode": 50158, "failureReason": "External security challenge was not satisfied."}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (X11; Linux i686) AppleWebKit/535.2 (KHTML, like Gecko) Chrome/22.0.843.0 Safari/535.2 Edge/118.12158", "deviceDetail": {"deviceId": "fb4d911d-6441-411b-868f-d25d5586a326", "displayName": "THOMASPRICE-LT", "operatingSystem": "Windows 10", "browser": "Edge 118.12158", "trustType": "Hybrid Azure AD joined"}, "location": {"city": "Port Denisetown", "state": "Smithton", "countryOrRegion": "XR", "geoCoordinates": {"latitude": 3.5518965, "longitude": 131.871582}}, "correlationId": "aadd7a3b-3ab7-4539-903b-8a9ed5f0fa80", "conditionalAccessStatus": "failure", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "8df5e01a-980a-4123-a82e-de4224e63a8d", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "processingTimeInMilliseconds": 136, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Adobe Identity Management Service", "resourceId": "30663ca7-f8a9-43ab-8ca1-7906bdbc1485", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 230297, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "AdnFUnLoU5PzsniiT00ldn1iARMSeWAimuy0DgSWqH5laqBY", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "a6c259e5-7f16-48b2-a9f3-75becd6daa9b"}}, {"time": "2022-08-29T15:51:55.546569Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "42.62.103.34", "correlationId": "0b348c59-8b29-4185-98ec-517e9aca43e9", "identity": "Joseph Taylor", "Level": 4, "location": "XF", "properties": {"id": "5960508f-6c99-4371-9d17-a21590c96000", "createdDateTime": "2022-08-29T15:51:55.635569Z", "userDisplayName": "Joseph Taylor", "userPrincipalName": "jtaylor@domain.com", "userId": "af9847eb-c773-41ae-bf94-42747c5e986c", "appId": "7b74bf77-058a-4c0d-9d9d-5523c3bc80ed", "appDisplayName": "GitHub Enterprise Cloud - Organization", "ipAddress": "42.62.103.34", "status": {"errorCode": 0, "additionalDetails": "MFA requirement satisfied by claim in the token"}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (iPad; CPU iPad OS 9_3_6 like Mac OS X) AppleWebKit/536.1 (KHTML, like Gecko) CriOS/42.0.865.0 Mobile/77O124 Safari/536.1 Edge/99.14477", "deviceDetail": {"deviceId": "76b96bd3-e5d7-49ee-b195-bf363facdb3d", "displayName": "JOSEPHTAYLOR-LT", "operatingSystem": "Windows 10", "browser": "Edge 99.14477", "isCompliant": true, "isManaged": true, "trustType": "Azure AD joined"}, "location": {"city": "Jessicafurt", "state": "Smithbury", "countryOrRegion": "XF", "geoCoordinates": {"latitude": 17.5082395, "longitude": -115.304215}}, "mfaDetail": {}, "correlationId": "15f21228-dafe-433f-ba6d-499694b25e00", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "59079b81-910e-4733-b8c8-cf07230a7c4f", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 89, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "GitHub Enterprise Cloud - Organization Online", "resourceId": "51e679b4-5774-4b5f-9636-df5ea66b9380", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 393508, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "aYCVmmWTMx11rTdpKWy3OcITTalRej3qcGx8XFAo1KjshmFu", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "6e8f419c-7f10-40b1-a52a-e4fb253c74c2", "rngcStatus": 0}}, {"time": "2022-08-29T15:59:26.557007Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "50158", "resultSignature": "None", "resultDescription": "External security challenge was not satisfied.", "durationMs": 0, "callerIpAddress": "92.110.109.246", "correlationId": "442f654f-d76f-426e-ab35-733d8305bb31", "identity": "Thomas Price", "Level": 4, "location": "XR", "properties": {"id": "7b5d90af-37fc-4efa-b905-5a1b2bb89500", "createdDateTime": "2022-08-29T15:59:26.668007Z", "userDisplayName": "Thomas Price", "userPrincipalName": "tprice@domain.com", "userId": "32109ee2-ee4f-4d11-9c38-2556aec0f2b5", "appId": "9a7e67c7-6f05-42a3-b226-97c7ec3e9696", "appDisplayName": "Adobe Identity Management", "ipAddress": "92.110.109.246", "status": {"errorCode": 50158, "failureReason": "External security challenge was not satisfied."}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (X11; Linux i686) AppleWebKit/535.2 (KHTML, like Gecko) Chrome/22.0.843.0 Safari/535.2 Edge/118.12158", "deviceDetail": {"deviceId": "a31478d2-f778-4d5a-b081-22579a9edcbe", "displayName": "THOMASPRICE-LT", "operatingSystem": "Windows 10", "browser": "Edge 118.12158", "trustType": "Hybrid Azure AD joined"}, "location": {"city": "Port Denisetown", "state": "Smithton", "countryOrRegion": "XR", "geoCoordinates": {"latitude": 3.5518965, "longitude": 131.871582}}, "correlationId": "a67ff82d-aef9-47b5-a47e-4de978256ed2", "conditionalAccessStatus": "failure", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "30882cb1-ab00-4628-9eb6-fa65383e3147", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 111, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Adobe Identity Management Service", "resourceId": "30663ca7-f8a9-43ab-8ca1-7906bdbc1485", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 230297, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "BCPCX6Da7ggUwfo6quDGhEzSQ1MYLtWRCdlpVobn0ZPRsbHt", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "a6c259e5-7f16-48b2-a9f3-75becd6daa9b", "rngcStatus": 0}}, {"time": "2022-08-29T16:01:11.500787Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "SignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "42.62.103.34", "correlationId": "6b932d3f-a500-4bd4-8929-6ca20aa10c8f", "identity": "Joseph Taylor", "Level": 4, "location": "XF", "properties": {"id": "bbd0f834-7826-4e71-92d2-dd87e8e56700", "createdDateTime": "2022-08-29T16:01:11.653787Z", "userDisplayName": "Joseph Taylor", "userPrincipalName": "jtaylor@domain.com", "userId": "af9847eb-c773-41ae-bf94-42747c5e986c", "appId": "1b3edb90-1e06-46db-b021-e2fc1f7ddaf5", "appDisplayName": "Beatrust", "ipAddress": "42.62.103.34", "status": {"errorCode": 0, "additionalDetails": "MFA requirement satisfied by claim in the token"}, "clientAppUsed": "Browser", "userAgent": "Mozilla/5.0 (Linux; Android 2.3.5) AppleWebKit/532.2 (KHTML, like Gecko) Chrome/46.0.898.0 Safari/532.2 Edge/105.19198", "deviceDetail": {"deviceId": "76b96bd3-e5d7-49ee-b195-bf363facdb3d", "displayName": "JOSEPHTAYLOR-LT", "operatingSystem": "Windows 10", "browser": "Edge 105.19198", "isCompliant": true, "isManaged": true, "trustType": "Azure AD joined"}, "location": {"city": "Jessicafurt", "state": "Smithbury", "countryOrRegion": "XF", "geoCoordinates": {"latitude": 17.5082395, "longitude": -115.304215}}, "mfaDetail": {}, "correlationId": "96ab0c03-15f3-4974-bd22-9724280aea17", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "bc449c2c-f184-4b32-9f72-f56c4cbd62b3", "isInteractive": true, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 153, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Beatrust Service", "resourceId": "24578515-1951-4064-967d-0d2acaf0aa70", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 393508, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "wJHlNpFsf7XfIROzhcKMMuYUvVaVqVaD8MuWWL0clj5A3n92", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "0e68752b-7dfa-400b-a6f5-1b54af90696a", "rngcStatus": 0}}, {"time": "2022-08-29T16:54:15.094134Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "700084", "resultSignature": "None", "resultDescription": "Other", "durationMs": 0, "callerIpAddress": "86.154.193.190", "correlationId": "ee5749d2-8ea2-471c-8284-69584e564634", "identity": "Melissa Martin", "Level": 4, "location": "XR", "properties": {"id": "47a9da2e-c9f1-48ca-8d04-bb479dc65600", "createdDateTime": "2022-08-29T16:54:15.175134Z", "userDisplayName": "Melissa Martin", "userPrincipalName": "mmartin@domain.com", "userId": "632ccb55-03a7-40f4-9893-653527cae790", "appId": "95d8935d-13c5-4459-8a5c-3bcea7bf898d", "appDisplayName": "Qubie", "ipAddress": "86.154.193.190", "status": {"errorCode": 700084, "failureReason": "Other"}, "clientAppUsed": "Browser", "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 12_4_8 like Mac OS X) AppleWebKit/536.2 (KHTML, like Gecko) CriOS/39.0.845.0 Mobile/81S373 Safari/536.2 Edge/40.11827", "deviceDetail": {"deviceId": "", "operatingSystem": "Windows 10", "browser": "Edge 40.11827"}, "location": {"city": "Port Denisetown", "state": "Smithton", "countryOrRegion": "XR", "geoCoordinates": {"latitude": 3.5518965, "longitude": 131.871582}}, "correlationId": "5da2c0da-7266-4e66-afe3-827c26300f05", "conditionalAccessStatus": "notApplied", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "d6105507-d60a-48cb-a97c-9b412e6de0b1", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "processingTimeInMilliseconds": 81, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Qubie Service", "resourceId": "1f1f8006-bcaf-48ed-96be-45ba0b1802c3", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 256668, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "x7gsjf9kr7YAgjxfJAg4eAdr1Tjpm3zyq9utlpMrhVRhVJGt", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": null}}, {"time": "2022-08-29T16:56:04.772303Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "86.154.193.190", "correlationId": "5f7d6288-e72c-46a8-9754-6f1446b0035c", "identity": "Jamie Watson", "Level": 4, "location": "XR", "properties": {"id": "693e71cc-b15a-4126-a489-a777b78c4f00", "createdDateTime": "2022-08-29T16:56:04.927303Z", "userDisplayName": "Jamie Watson", "userPrincipalName": "jwatson@domain.com", "userId": "2844695b-9a70-48ed-a5ce-f3d711e2292b", "appId": "ff331372-a9ab-481b-ba03-0282afd64acf", "appDisplayName": "InStation", "ipAddress": "86.154.193.190", "status": {"errorCode": 0}, "clientAppUsed": "Browser", "deviceDetail": {"deviceId": "fc784602-6455-4450-be3c-6770e0359f8a", "displayName": "JAMIEWATSON-LT", "operatingSystem": "Windows10", "browser": "Rich Client 4.22.0.0", "isCompliant": true, "isManaged": true, "trustType": "Azure AD joined"}, "location": {"city": "Port Denisetown", "state": "Smithton", "countryOrRegion": "XR", "geoCoordinates": {"latitude": 3.5518965, "longitude": 131.871582}}, "correlationId": "630abfe1-c1a6-4afb-a014-9da1d2899270", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "7e03daea-ecb2-4eda-8e2d-41dcb2b68dde", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "processingTimeInMilliseconds": 155, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "InStation Service", "resourceId": "1836739a-2577-4efd-a7e3-a88b0b9ae7b3", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 256668, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "YYrG6ujY4eBQodpO3G9lw9oRavtGaBOMi7PdmORZjj7SgqUd", "incomingTokenType": "none", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "7408d08d-c9ff-40c8-9e89-96133f1850e9"}}, {"time": "2022-08-29T17:36:22.380205Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "50158", "resultSignature": "None", "resultDescription": "External security challenge was not satisfied.", "durationMs": 0, "callerIpAddress": "166.105.218.213", "correlationId": "3929adf5-5950-4092-ad88-37b8c5acd6f8", "identity": "Thomas Price", "Level": 4, "location": "XR", "properties": {"id": "5960508f-6c99-4371-9d17-a215e2a05a00", "createdDateTime": "2022-08-29T17:36:22.518205Z", "userDisplayName": "Thomas Price", "userPrincipalName": "tprice@domain.com", "userId": "32109ee2-ee4f-4d11-9c38-2556aec0f2b5", "appId": "79510a8f-6421-4348-a2ea-bcc2b02485c1", "appDisplayName": "Cisco AnyConnect", "ipAddress": "166.105.218.213", "status": {"errorCode": 50158, "failureReason": "External security challenge was not satisfied."}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (X11; Linux i686) AppleWebKit/535.2 (KHTML, like Gecko) Chrome/22.0.843.0 Safari/535.2 Edge/118.12158", "deviceDetail": {"deviceId": "81ad31fb-e9be-4498-b1b2-c62f8fae1a77", "displayName": "THOMASPRICE-LT", "operatingSystem": "Windows 10", "browser": "Edge 118.12158", "trustType": "Hybrid Azure AD joined"}, "location": {"city": "Santosborough", "state": "Smithton", "countryOrRegion": "XR", "geoCoordinates": {"latitude": 12.8350355, "longitude": 138.359011}}, "correlationId": "e8aac9f2-91f8-4b7d-a3fb-b4868f24446f", "conditionalAccessStatus": "failure", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "3f0c5150-63e0-40a3-b044-0c8dd000bb79", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 138, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Cisco AnyConnect Online", "resourceId": "5d5b8d28-6a28-472e-b837-a4094e466965", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 256668, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "BW76DIFC7WpcuGq05Mp4yFLxDdgdwe8vYa1TELn15qzvbI2G", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "15655e1f-5005-4c53-b3c0-c4a1d1ca5e9e", "rngcStatus": 0}}, {"time": "2022-08-29T17:39:18.898977Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "205.33.24.92", "correlationId": "a81a0ff8-8ebd-403a-b820-89173eecfbc7", "identity": "Vanessa Ramirez", "Level": 4, "location": "XD", "properties": {"id": "2289f33d-0ae1-4487-b310-98d932206c00", "createdDateTime": "2022-08-29T17:39:19.031977Z", "userDisplayName": "Vanessa Ramirez", "userPrincipalName": "vramirez@domain.com", "userId": "5d72b7ed-62ea-4b94-b931-ccef65d71ebd", "appId": "2eae4ad1-8cae-48fe-b718-76bd66e2fc7f", "appDisplayName": "Bipsync", "ipAddress": "205.33.24.92", "status": {"errorCode": 0}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (X11; Linux i686) AppleWebKit/532.2 (KHTML, like Gecko) Chrome/21.0.853.0 Safari/532.2 Edge/89.19380", "deviceDetail": {"deviceId": "e395a3f4-8f2d-4170-804f-d3e13ce3151b", "displayName": "VANESSARAMIREZ-LT", "operatingSystem": "Windows 10", "browser": "Edge 89.19380", "trustType": "Azure AD registered"}, "location": {"city": "Kristinmouth", "state": "Norrisbury", "countryOrRegion": "XD", "geoCoordinates": {"latitude": 26.278784, "longitude": -92.042573}}, "correlationId": "65e4251e-bcbc-4264-8c96-8a18271522fa", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "10d4f002-63df-4444-974f-c48fb0dbdbcf", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 133, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Bipsync Service", "resourceId": "76284132-2da6-4144-b972-00374717c1fb", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 214655, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "d42NUKjlkwk44F2GnL5jslXGhFbaTNy8um3tBW8yIhfhFfwo", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "92364b54-6086-4527-bdac-fb13692568f5", "rngcStatus": 0}}, {"time": "2022-08-29T17:46:54.061073Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "SignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "205.33.24.92", "correlationId": "41a99903-4db9-430e-93db-dc9c4952da30", "identity": "Aaron Cole", "Level": 4, "location": "XD", "properties": {"id": "527f7e80-01b1-4596-ae32-79e9af8e4b00", "createdDateTime": "2022-08-29T17:46:54.158073Z", "userDisplayName": "Aaron Cole", "userPrincipalName": "acole@domain.com", "userId": "5d557969-1645-4ba4-be83-b6fd943659f7", "appId": "cb9ad245-0b24-4c75-ba23-398500baf7a8", "appDisplayName": "FileCloud", "ipAddress": "205.33.24.92", "status": {"errorCode": 0}, "clientAppUsed": "Browser", "userAgent": "Mozilla/5.0 (X11; Linux i686) AppleWebKit/536.2 (KHTML, like Gecko) Chrome/22.0.877.0 Safari/536.2", "deviceDetail": {"deviceId": "", "operatingSystem": "Windows 10", "browser": "Chrome 22.0.877.0"}, "location": {"city": "Kristinmouth", "state": "Norrisbury", "countryOrRegion": "XD", "geoCoordinates": {"latitude": 26.278784, "longitude": -92.042573}}, "correlationId": "21aa59e6-3e25-4351-add7-5a1e3f1bd8e4", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "05fe2076-8fe2-4f59-9179-9b7863a7655b", "isInteractive": true, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "processingTimeInMilliseconds": 97, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "FileCloud", "resourceId": "c76d5f74-7ee8-4657-b84f-a50641692265", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 214655, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "aL1V7z0ezk4PJNDrer7bSG1g0U1prdmPE0LwlGQAL3rE4FsM", "incomingTokenType": "none", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": null}}, {"time": "2022-08-29T17:50:05.833504Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "105.169.153.183", "correlationId": "02162cd9-838a-4790-9eed-66ba6e42b0fd", "identity": "Jim Gonzalez", "Level": 4, "location": "XR", "properties": {"id": "4cef6bed-8ce8-4274-9ce5-4a2195ce7600", "createdDateTime": "2022-08-29T17:50:06.014504Z", "userDisplayName": "Jim Gonzalez", "userPrincipalName": "jgonzalez@domain.com", "userId": "95090045-a9c5-489c-adee-2db430a3333a", "appId": "bf2855c0-7434-4262-8885-ad2f5206d324", "appDisplayName": "COINS Construction Cloud - Project and Productivity Apps", "ipAddress": "105.169.153.183", "status": {"errorCode": 0}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (Windows NT 4.0) AppleWebKit/532.1 (KHTML, like Gecko) Chrome/38.0.801.0 Safari/532.1 Edge/19.15284", "deviceDetail": {"deviceId": "15135d1f-cb47-4bd8-b76d-90a9171c09bd", "displayName": "JIMGONZALEZ-LT", "operatingSystem": "Windows 10", "browser": "Edge 19.15284", "trustType": "Azure AD registered"}, "location": {"city": "Kevinton", "state": "Smithton", "countryOrRegion": "XR", "geoCoordinates": {"latitude": -87.5106305, "longitude": -77.991036}}, "correlationId": "16b8706d-c6d1-4359-a915-f21a1e842365", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "4598639f-ab1c-4600-88fa-ed7de6812ff9", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 181, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "COINS Construction Cloud - Project and Productivity Apps Service", "resourceId": "f0630e90-b752-4960-bfb9-a0794fc34930", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 256668, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "cHaHGpkYrdiwWT5Lm5fpakkjPAnZvtSshIo9cTd8DII6ywnC", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "1f37c851-4be4-455b-928a-fbde7845a68a", "rngcStatus": 0}}, {"time": "2022-08-29T18:06:13.069403Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "86.154.193.190", "correlationId": "0b7a7daa-c785-4277-8b73-aae412c9116a", "identity": "Jamie Watson", "Level": 4, "location": "XR", "properties": {"id": "6473c500-d394-4e1a-accb-47d77a4e4900", "createdDateTime": "2022-08-29T18:06:13.183403Z", "userDisplayName": "Jamie Watson", "userPrincipalName": "jwatson@domain.com", "userId": "2844695b-9a70-48ed-a5ce-f3d711e2292b", "appId": "9a7e67c7-6f05-42a3-b226-97c7ec3e9696", "appDisplayName": "Adobe Identity Management", "ipAddress": "86.154.193.190", "ipAddressFromResourceProvider": "147.132.189.119", "status": {"errorCode": 0}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (X11; Linux i686) AppleWebKit/533.0 (KHTML, like Gecko) Chrome/24.0.803.0 Safari/533.0 Edge/40.11325", "deviceDetail": {"deviceId": "fc784602-6455-4450-be3c-6770e0359f8a", "displayName": "JAMIEWATSON-LT", "operatingSystem": "Windows 10", "browser": "Edge 40.11325", "isCompliant": true, "isManaged": true, "trustType": "Azure AD joined"}, "location": {"city": "Port Denisetown", "state": "Smithton", "countryOrRegion": "XR", "geoCoordinates": {"latitude": 3.5518965, "longitude": 131.871582}}, "correlationId": "4468bf3f-3f18-4872-8b23-61b01f860c9e", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "f530ed8b-240c-4b32-ba4c-6de1010dcf75", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "processingTimeInMilliseconds": 114, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Adobe Identity Management Service", "resourceId": "9a84f55e-3a40-492c-9476-e069f64ed7a6", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 256668, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "ZF9kF96i04vOEy4a71Nuz5IrnZetL6ivK8m3WAWJ6DP3jCaQ", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "37ee873b-f901-4e25-be69-010243106d0f"}}, {"time": "2022-08-29T18:07:40.843336Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "19.20.89.178", "correlationId": "d66e8fa9-8616-47b5-bc54-e5af99476822", "identity": "Jamie Watson", "Level": 4, "location": "XR", "properties": {"id": "5959b541-45bd-44fe-99e0-5432623e4900", "createdDateTime": "2022-08-29T18:07:40.943336Z", "userDisplayName": "Jamie Watson", "userPrincipalName": "jwatson@domain.com", "userId": "2844695b-9a70-48ed-a5ce-f3d711e2292b", "appId": "9167c284-c68f-468a-84be-0ee4f23879fe", "appDisplayName": "ArcGIS Enterprise", "ipAddress": "19.20.89.178", "status": {"errorCode": 0}, "clientAppUsed": "Mobile Apps and Desktop clients", "deviceDetail": {"deviceId": "", "operatingSystem": "Android"}, "location": {"city": "Samanthaberg", "state": "Smithton", "countryOrRegion": "XR", "geoCoordinates": {"latitude": -68.556166, "longitude": -172.972506}}, "correlationId": "a5576feb-7c44-49b8-bd93-6442809e3067", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "6aa94f12-c16b-4014-ad59-8293f6348e96", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "processingTimeInMilliseconds": 100, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "ArcGIS Enterprise Service", "resourceId": "db504cc4-8f0b-4800-a3d2-d75104ad7e82", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 34974, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "uNxW4KOB2EKWWyh6dwtAouwFeY9tTW5xbqyC3yC1AjQQWll1", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "e1eed55d-0b15-4abe-964b-f2d45bbc8964"}}, {"time": "2022-08-29T18:10:33.128052Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "50158", "resultSignature": "None", "resultDescription": "External security challenge was not satisfied.", "durationMs": 0, "callerIpAddress": "44.22.19.201", "correlationId": "3bac0a2a-4693-46c4-b873-7ad8e434c17e", "identity": "Thomas Price", "Level": 4, "location": "XN", "properties": {"id": "8ac30e85-c1fa-42b1-a082-8c43fd876400", "createdDateTime": "2022-08-29T18:10:33.275052Z", "userDisplayName": "Thomas Price", "userPrincipalName": "tprice@domain.com", "userId": "32109ee2-ee4f-4d11-9c38-2556aec0f2b5", "appId": "9a7e67c7-6f05-42a3-b226-97c7ec3e9696", "appDisplayName": "Adobe Identity Management", "ipAddress": "44.22.19.201", "status": {"errorCode": 50158, "failureReason": "External security challenge was not satisfied."}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (X11; Linux i686) AppleWebKit/535.2 (KHTML, like Gecko) Chrome/22.0.843.0 Safari/535.2 Edge/118.12158", "deviceDetail": {"deviceId": "35819889-abdc-47e0-b28d-5195d26e941f", "displayName": "THOMASPRICE-LT", "operatingSystem": "Windows 10", "browser": "Edge 118.12158", "trustType": "Hybrid Azure AD joined"}, "location": {"city": "Littlemouth", "state": "Alexanderfurt", "countryOrRegion": "XN", "geoCoordinates": {"latitude": 25.4437255, "longitude": -109.530885}}, "correlationId": "50dfd9eb-8327-44d7-9491-3f7496f05203", "conditionalAccessStatus": "failure", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "a833d75f-5f37-4503-9449-6f8d0d81c281", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 147, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Adobe Identity Management Service", "resourceId": "30663ca7-f8a9-43ab-8ca1-7906bdbc1485", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 230297, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "j7XetEpcUJEvxBquHbmaK6BQRznColHccPW7fh8FcMJHm83h", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "a6c259e5-7f16-48b2-a9f3-75becd6daa9b", "rngcStatus": 0}}, {"time": "2022-08-29T18:34:42.699892Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "SignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "42.62.103.34", "correlationId": "78117d90-839a-4edb-b383-9a554c930928", "identity": "Joseph Taylor", "Level": 4, "location": "XF", "properties": {"id": "2e5b02b3-50ef-483f-bed8-628e58d79000", "createdDateTime": "2022-08-29T18:34:42.896892Z", "userDisplayName": "Joseph Taylor", "userPrincipalName": "jtaylor@domain.com", "userId": "af9847eb-c773-41ae-bf94-42747c5e986c", "appId": "3f35d086-9a0e-4dcd-a774-75d0e7c742c0", "appDisplayName": "UserEcho", "ipAddress": "42.62.103.34", "status": {"errorCode": 0, "additionalDetails": "MFA requirement satisfied by claim in the token"}, "clientAppUsed": "Browser", "userAgent": "Mozilla/5.0 (Linux; Android 2.3.5) AppleWebKit/532.2 (KHTML, like Gecko) Chrome/46.0.898.0 Safari/532.2 Edge/105.19198", "deviceDetail": {"deviceId": "76b96bd3-e5d7-49ee-b195-bf363facdb3d", "displayName": "JOSEPHTAYLOR-LT", "operatingSystem": "Windows 10", "browser": "Edge 105.19198", "isCompliant": true, "isManaged": true, "trustType": "Azure AD joined"}, "location": {"city": "Jessicafurt", "state": "Smithbury", "countryOrRegion": "XF", "geoCoordinates": {"latitude": 17.5082395, "longitude": -115.304215}}, "mfaDetail": {}, "correlationId": "b38dd476-829b-403b-9543-a53a7c16b6a4", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "48527f70-22ae-4d4f-b8b7-70a18ef0b475", "isInteractive": true, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 197, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "UserEcho Online", "resourceId": "24578515-1951-4064-967d-0d2acaf0aa70", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 393508, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "vWFDbDE4YEGfy6OnatzUGrrjndJQmlvJJ2iVN4ySQa7LFUgv", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "0e68752b-7dfa-400b-a6f5-1b54af90696a", "rngcStatus": 0}}, {"time": "2022-08-29T19:15:40.657517Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "156.206.181.119", "correlationId": "42ed150c-5225-4d70-8086-9cdac1bc08d0", "identity": "Cynthia Perry", "Level": 4, "location": "XY", "properties": {"id": "515ffcc0-5449-40a2-80ac-594c250f6100", "createdDateTime": "2022-08-29T19:15:40.773517Z", "userDisplayName": "Cynthia Perry", "userPrincipalName": "cperry@domain.com", "userId": "ac5fa380-9d5b-470e-beb2-5ba10aca48e6", "appId": "9de6e985-97a5-4d82-9c45-aedaa9c25ef9", "appDisplayName": "AWS Single-Account Access", "ipAddress": "156.206.181.119", "status": {"errorCode": 0}, "clientAppUsed": "Browser", "deviceDetail": {"deviceId": "", "operatingSystem": "Windows"}, "location": {"city": "Hannaville", "state": "Thomashaven", "countryOrRegion": "XY", "geoCoordinates": {"latitude": 1.1452695, "longitude": 128.249211}}, "correlationId": "4c6e72cd-0ef4-47a0-8b05-55ed9c7946fd", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "5c20a6b9-2f3e-4cd5-86ad-24c759489add", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 116, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "AWS Single-Account Access Service", "resourceId": "72f0186d-d327-46c9-a8ff-497e0caa8691", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 279165, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "XBlI6a6OIz3u91nhoyBL9YRvsBp3elMsy7GMjhJoJh5mFqob", "incomingTokenType": "none", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": null, "rngcStatus": 0}}, {"time": "2022-08-29T19:20:32.293657Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "92.110.109.246", "correlationId": "0a016747-89ae-409e-bc95-bebb8cc026b1", "identity": "David Johnson", "Level": 4, "location": "XR", "properties": {"id": "e0bb90da-c10b-4d5e-a497-7e4e1b0e6b00", "createdDateTime": "2022-08-29T19:20:32.448657Z", "userDisplayName": "David Johnson", "userPrincipalName": "djohnson@domain.com", "userId": "ff2ae3d2-8cd2-4bd6-b65d-49c5ad946c7f", "appId": "9003b8ba-730c-412d-8972-267700304e01", "appDisplayName": "Box", "ipAddress": "92.110.109.246", "status": {"errorCode": 0}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (Windows NT 4.0) AppleWebKit/531.1 (KHTML, like Gecko) Chrome/20.0.823.0 Safari/531.1 Edge/87.11424", "deviceDetail": {"deviceId": "8fb0ff79-f116-4f20-8ca8-36b3f8d68865", "displayName": "DAVIDJOHNSON-LT", "operatingSystem": "Windows 10", "browser": "Edge 87.11424", "trustType": "Azure AD registered"}, "location": {"city": "Port Denisetown", "state": "Smithton", "countryOrRegion": "XR", "geoCoordinates": {"latitude": 3.5518965, "longitude": 131.871582}}, "correlationId": "5f933163-50da-4e07-a59d-b7b7f5509474", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "3352d4f2-d32a-46ee-af48-958dcfdcb587", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 155, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Box Online", "resourceId": "72f0186d-d327-46c9-a8ff-497e0caa8691", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 230297, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "HnV93UA0vkark0JwiTxwHksJHG61LxcJNic82q6eMxvIT83j", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": null, "rngcStatus": 0}}, {"time": "2022-08-29T19:25:25.908704Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "205.33.24.92", "correlationId": "3e20f05a-7ef0-4287-be44-415d4930d828", "identity": "Vanessa Ramirez", "Level": 4, "location": "XD", "properties": {"id": "5f49701c-c5bf-4acf-bdf6-78ffc6f17000", "createdDateTime": "2022-08-29T19:25:26.067704Z", "userDisplayName": "Vanessa Ramirez", "userPrincipalName": "vramirez@domain.com", "userId": "5d72b7ed-62ea-4b94-b931-ccef65d71ebd", "appId": "9a7e67c7-6f05-42a3-b226-97c7ec3e9696", "appDisplayName": "Adobe Identity Management", "ipAddress": "205.33.24.92", "status": {"errorCode": 0}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (X11; Linux i686) AppleWebKit/532.2 (KHTML, like Gecko) Chrome/21.0.853.0 Safari/532.2 Edge/89.19380", "deviceDetail": {"deviceId": "e395a3f4-8f2d-4170-804f-d3e13ce3151b", "displayName": "VANESSARAMIREZ-LT", "operatingSystem": "Windows 10", "browser": "Edge 89.19380", "trustType": "Azure AD registered"}, "location": {"city": "Kristinmouth", "state": "Norrisbury", "countryOrRegion": "XD", "geoCoordinates": {"latitude": 26.278784, "longitude": -92.042573}}, "correlationId": "861cbf33-248c-4d8c-9d34-23e091d43313", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "aa9c18c3-618b-4c9e-a905-076f21591b29", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 159, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Adobe Identity Management Service", "resourceId": "7d6a0897-8b82-49e9-90e2-d482fb9202bd", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 214655, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "1oPQKnYA3rVHrDMsnoyHWSYYaVSOrLP0ws6YHt25xCpCHuh6", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "537d9419-7e2b-4778-9102-62256bcfcf45", "rngcStatus": 0}}, {"time": "2022-08-29T19:28:00.903688Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "63.94.19.180", "correlationId": "7bd620ad-f423-4f88-a176-56f36e525a31", "identity": "Vanessa Ramirez", "Level": 4, "location": "XD", "properties": {"id": "fc7381e7-8660-4e7b-937f-ae034b896c00", "createdDateTime": "2022-08-29T19:28:01.035688Z", "userDisplayName": "Vanessa Ramirez", "userPrincipalName": "vramirez@domain.com", "userId": "5d72b7ed-62ea-4b94-b931-ccef65d71ebd", "appId": "9fae5b16-d0a2-454d-bcd6-eb1a47156cb2", "appDisplayName": "SD ECDN", "ipAddress": "63.94.19.180", "status": {"errorCode": 0}, "clientAppUsed": "Browser", "deviceDetail": {"deviceId": "e395a3f4-8f2d-4170-804f-d3e13ce3151b", "displayName": "VANESSARAMIREZ-LT", "operatingSystem": "Windows 10", "browser": "Rich Client 3.19.8.16603", "trustType": "Azure AD registered"}, "location": {"city": "New James", "state": "Norrisbury", "countryOrRegion": "XD", "geoCoordinates": {"latitude": 64.5727225, "longitude": 92.661569}}, "correlationId": "1c1be81b-651d-4694-92bc-e09d312c9d96", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "b797f0ad-3e2a-4445-b646-1f0e55e8e24a", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 132, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "SD ECDN Service", "resourceId": "24578515-1951-4064-967d-0d2acaf0aa70", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 45904, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "jm39mi83851QRHsYs7HEzeX6O6bYMq5EkVJKYGrtsezcaung", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "0e68752b-7dfa-400b-a6f5-1b54af90696a", "rngcStatus": 0}}, {"time": "2022-08-29T19:53:34.943185Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "1.210.58.10", "correlationId": "427f3d9c-acd5-46cb-b8e5-8bb48db3c415", "identity": "Keith Sheppard", "Level": 4, "location": "XD", "properties": {"id": "f656c79e-6ed9-4ee9-bee4-408eb6bb6700", "createdDateTime": "2022-08-29T19:53:35.053185Z", "userDisplayName": "Keith Sheppard", "userPrincipalName": "ksheppard@domain.com", "userId": "05bd48f1-91d2-4c2d-9a7c-80e80f561b3c", "appId": "18bf60fa-77dd-4aad-891d-af82ca87dd06", "appDisplayName": "FortiGate SSL VPN", "ipAddress": "1.210.58.10", "status": {"errorCode": 0}, "clientAppUsed": "Browser", "deviceDetail": {"deviceId": "639815fd-5018-4e38-9d81-67538b2ce460", "displayName": "KEITHSHEPPARD-LT", "operatingSystem": "Windows", "browser": "Rich Client 4.22.0.0", "trustType": "Azure AD registered"}, "location": {"city": "Cooperhaven", "state": "Norrisbury", "countryOrRegion": "XD", "geoCoordinates": {"latitude": 70.436398, "longitude": -23.873747}}, "correlationId": "92e153a9-25d6-4e62-95e4-79df85987199", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "c3ad5a93-952d-460a-84b4-e0daff9f252f", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 110, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "FortiGate SSL VPN Service", "resourceId": "a1edee32-85c4-4a57-afcb-5853873a47e7", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 69487, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "Oy3rXk7U5m1cyz6rgRaRiZqBQ10bKubk0dFQNv1L1ucAlFGR", "incomingTokenType": "none", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "0898af19-dfef-4b51-a918-f534c473013d", "rngcStatus": 0}}, {"time": "2022-08-29T20:00:15.355178Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "13.113.40.157", "correlationId": "67c9695a-d695-4db2-83d7-c8d84701d37e", "identity": "Attack Target", "Level": 4, "location": "XR", "properties": {"id": "f0f4834e-896b-4034-86be-e32aa65e9700", "createdDateTime": "2022-08-29T20:00:15.493178Z", "userDisplayName": "Attack Target", "userPrincipalName": "attacktarget@domain.com", "userId": "d735e84b-dcca-404d-9f7d-700f360f41a6", "appId": "9a7e67c7-6f05-42a3-b226-97c7ec3e9696", "appDisplayName": "Adobe Identity Management", "ipAddress": "13.113.40.157", "status": {"errorCode": 0}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (iPad; CPU iPad OS 9_3_6 like Mac OS X) AppleWebKit/536.1 (KHTML, like Gecko) CriOS/42.0.865.0 Mobile/77O124 Safari/536.1 Edge/99.14477", "deviceDetail": {"deviceId": "a44625dc-6f81-449a-9799-8005f7209b42", "displayName": "ATTACKTARGET-LT", "operatingSystem": "Windows 10", "browser": "Edge 99.14477", "trustType": "Azure AD registered"}, "location": {"city": "Smithfort", "state": "Smithfort", "countryOrRegion": "XR", "geoCoordinates": {"latitude": 3.7564095, "longitude": -121.574606}}, "correlationId": "4e143105-f1c7-45b5-be1f-fca37a7fd601", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "98241a86-8f58-40f8-a41f-0fa59d6e0c2b", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 138, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Adobe Identity Management Service", "resourceId": "7d6a0897-8b82-49e9-90e2-d482fb9202bd", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 34974, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "TzkuNEk3nBQfxNQvXa96U5i4oMQsDoYsCy8ibg5mPjH2G7yC", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "537d9419-7e2b-4778-9102-62256bcfcf45", "rngcStatus": 0}}, {"time": "2022-08-29T20:00:21.097351Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "50158", "resultSignature": "None", "resultDescription": "External security challenge was not satisfied.", "durationMs": 0, "callerIpAddress": "107.40.113.143", "correlationId": "a201e244-1026-4870-ac76-2e13bdce6af7", "identity": "Terry Proctor", "Level": 4, "location": "XR", "properties": {"id": "09bc22c3-cc85-4198-bbfc-5e67449b5600", "createdDateTime": "2022-08-29T20:00:21.196351Z", "userDisplayName": "Terry Proctor", "userPrincipalName": "tproctor@domain.com", "userId": "03110cc5-e54f-4dae-b68a-bf5d945f8152", "appId": "99190773-7529-426f-b498-cb936b6504ab", "appDisplayName": "Linux Foundation Training", "ipAddress": "107.40.113.143", "status": {"errorCode": 50158, "failureReason": "External security challenge was not satisfied.", "additionalDetails": "MFA requirement satisfied by claim in the token"}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (X11; Linux i686) AppleWebKit/533.0 (KHTML, like Gecko) Chrome/24.0.803.0 Safari/533.0 Edge/40.11325", "deviceDetail": {"deviceId": "88ee69d5-1eb7-4f29-b594-e9b4e3371940", "displayName": "TERRYPROCTOR-LT", "operatingSystem": "Windows 10", "browser": "Edge 40.11325", "isCompliant": true, "isManaged": true, "trustType": "Azure AD joined"}, "location": {"city": "Matthewborough", "state": "Smithton", "countryOrRegion": "XR", "geoCoordinates": {"latitude": -61.4020595, "longitude": -158.46244}}, "mfaDetail": {}, "correlationId": "b4e51e2a-54e3-4700-bb69-87e3e2d32ca8", "conditionalAccessStatus": "failure", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "8abb52bc-60a5-45ce-862c-5e87e21a380f", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "processingTimeInMilliseconds": 99, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Linux Foundation Training Service", "resourceId": "23d8eebf-9978-46f0-940b-ae289d18dc9a", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 34974, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "Jol4Ks0AQKewwP88UynF0nafGga4Ko47dYhTODDjGWScDwaX", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "93de1a95-6b22-4357-a7b5-675c4205561a"}}, {"time": "2022-08-29T20:03:30.991909Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "156.206.181.119", "correlationId": "9b5f2529-1fa7-457c-9ac1-958e3118c6c3", "identity": "Cynthia Perry", "Level": 4, "location": "XY", "properties": {"id": "66d1265d-a794-48fb-9188-fc35ee736800", "createdDateTime": "2022-08-29T20:03:31.129909Z", "userDisplayName": "Cynthia Perry", "userPrincipalName": "cperry@domain.com", "userId": "ac5fa380-9d5b-470e-beb2-5ba10aca48e6", "appId": "9a7e67c7-6f05-42a3-b226-97c7ec3e9696", "appDisplayName": "Adobe Identity Management", "ipAddress": "156.206.181.119", "status": {"errorCode": 0}, "clientAppUsed": "Mobile Apps and Desktop clients", "deviceDetail": {"deviceId": "", "operatingSystem": "Windows 10", "browser": "Rich Client v3.4.1.35249"}, "location": {"city": "Hannaville", "state": "Thomashaven", "countryOrRegion": "XY", "geoCoordinates": {"latitude": 1.1452695, "longitude": 128.249211}}, "correlationId": "1da34307-56af-455f-adbd-d665d12a3a0b", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "b45eee71-eb29-45ce-8663-07f26b31dd04", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 138, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Adobe Identity Management Service", "resourceId": "9a84f55e-3a40-492c-9476-e069f64ed7a6", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 279165, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "4cy3rlEfYTQsuLkiYiqdf6GqdmnWUREpC9TefxAgy3P53IL6", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "37ee873b-f901-4e25-be69-010243106d0f", "rngcStatus": 0}}, {"time": "2022-08-29T20:05:06.296905Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "13.113.40.157", "correlationId": "c691cdc6-e4a7-48ab-aefb-61d292943aa3", "identity": "Attack Target", "Level": 4, "location": "XR", "properties": {"id": "e3d678dd-4e47-4907-b11e-8dddcfc76800", "createdDateTime": "2022-08-29T20:05:06.594905Z", "userDisplayName": "Attack Target", "userPrincipalName": "attacktarget@domain.com", "userId": "d735e84b-dcca-404d-9f7d-700f360f41a6", "appId": "9c5b7fe3-0ad2-4ea6-94e5-9e0001f367e3", "appDisplayName": "Articulate 360", "ipAddress": "13.113.40.157", "status": {"errorCode": 0}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (iPad; CPU iPad OS 9_3_6 like Mac OS X) AppleWebKit/536.1 (KHTML, like Gecko) CriOS/42.0.865.0 Mobile/77O124 Safari/536.1 Edge/99.14477", "deviceDetail": {"deviceId": "a44625dc-6f81-449a-9799-8005f7209b42", "displayName": "ATTACKTARGET-LT", "operatingSystem": "Windows 10", "browser": "Edge 99.14477", "trustType": "Azure AD registered"}, "location": {"city": "Smithfort", "state": "Smithfort", "countryOrRegion": "XR", "geoCoordinates": {"latitude": 3.7564095, "longitude": -121.574606}}, "correlationId": "218acdce-bff5-40f4-ab0a-496b19a31928", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "ba9e2e7c-606f-4e1b-8826-2c3ca6a1b324", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 298, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Articulate 360 Online", "resourceId": "436260d5-3791-4aea-a4da-aa698ec35f2f", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 34974, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "hqIHLRJg3QDtbPixy2R8zEMgS58Wyxl2QdpHmtjAZ9jQ6cog", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "94b9f3ba-5f4b-4edc-99dc-a420b76960f9", "rngcStatus": 0}}, {"time": "2022-08-29T20:15:36.157984Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "50158", "resultSignature": "None", "resultDescription": "External security challenge was not satisfied.", "durationMs": 0, "callerIpAddress": "105.169.153.183", "correlationId": "c04d4617-b129-4fee-9c44-1f3bf8ba524d", "identity": "Thomas Price", "Level": 4, "location": "XR", "properties": {"id": "9766f1aa-839e-413d-b538-b601f4b99300", "createdDateTime": "2022-08-29T20:15:36.286984Z", "userDisplayName": "Thomas Price", "userPrincipalName": "tprice@domain.com", "userId": "32109ee2-ee4f-4d11-9c38-2556aec0f2b5", "appId": "79510a8f-6421-4348-a2ea-bcc2b02485c1", "appDisplayName": "Cisco AnyConnect", "ipAddress": "105.169.153.183", "status": {"errorCode": 50158, "failureReason": "External security challenge was not satisfied."}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (X11; Linux i686) AppleWebKit/535.2 (KHTML, like Gecko) Chrome/22.0.843.0 Safari/535.2 Edge/118.12158", "deviceDetail": {"deviceId": "2b85c59f-331a-4b61-9a44-9d3d6df62a06", "displayName": "THOMASPRICE-LT", "operatingSystem": "Windows 10", "browser": "Edge 118.12158", "trustType": "Hybrid Azure AD joined"}, "location": {"city": "Santosborough", "state": "Smithton", "countryOrRegion": "XR", "geoCoordinates": {"latitude": 12.8350355, "longitude": 138.359011}}, "correlationId": "2dd01301-000f-4fea-a08a-0989e2ada303", "conditionalAccessStatus": "failure", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "9d3eb81d-9e3b-4b39-a51e-5d227a646872", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 129, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Cisco AnyConnect Online", "resourceId": "5d5b8d28-6a28-472e-b837-a4094e466965", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 256668, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "Cv0FelVp60CJR8RQRQD8VrA0YNLHoeoLODCd2QaoW0ZsRTlc", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "15655e1f-5005-4c53-b3c0-c4a1d1ca5e9e", "rngcStatus": 0}}, {"time": "2022-08-29T20:36:47.055799Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "212.169.11.63", "correlationId": "b375ae7c-1c2b-45ab-b06c-e4f452457464", "identity": "Kristen Howell", "Level": 4, "location": "XR", "properties": {"id": "9be25273-1fa9-48f5-a19d-482a5c799000", "createdDateTime": "2022-08-29T20:36:47.158799Z", "userDisplayName": "Kristen Howell", "userPrincipalName": "khowell@domain.com", "userId": "20e1e3f9-665f-45bd-9984-5e74b526d3b5", "appId": "2eae4ad1-8cae-48fe-b718-76bd66e2fc7f", "appDisplayName": "Bipsync", "ipAddress": "212.169.11.63", "status": {"errorCode": 0}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (iPad; CPU iPad OS 9_3_6 like Mac OS X) AppleWebKit/536.1 (KHTML, like Gecko) CriOS/42.0.865.0 Mobile/77O124 Safari/536.1 Edge/99.14477", "deviceDetail": {"deviceId": "caf12d64-01ec-4396-b330-e7eb6349ad45", "displayName": "KRISTENHOWELL-LT", "operatingSystem": "Windows 10", "browser": "Edge 99.14477", "trustType": "Azure AD registered"}, "location": {"city": "North Lisachester", "state": "Smithton", "countryOrRegion": "XR", "geoCoordinates": {"latitude": -69.00844, "longitude": -172.534328}}, "correlationId": "b3043cc5-22d0-46dc-b886-8dbf2311836f", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "53fcff0a-a28d-4222-b0a1-a07a220c6b77", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 103, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Bipsync Service", "resourceId": "aaf780ce-b996-49b9-986d-8bb23f7bce3a", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 144064, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "L16DyWo4uXpF6LnWtj3vWpufR6mWKAej8UfKJiJK48Ai1f6g", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "b7da42cc-a168-4148-b15a-792ad32c2ff5", "rngcStatus": 0}}, {"time": "2022-08-29T20:43:37.668657Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "91.132.253.146", "correlationId": "43f441f1-02ce-4c76-88af-f656c3ee0f6a", "identity": "Aaron Cole", "Level": 4, "location": "XD", "properties": {"id": "c09145de-2e38-4616-bd8d-330821a96000", "createdDateTime": "2022-08-29T20:43:37.767657Z", "userDisplayName": "Aaron Cole", "userPrincipalName": "acole@domain.com", "userId": "5d557969-1645-4ba4-be83-b6fd943659f7", "appId": "9d64cdda-8fe1-424a-8325-912d9d512004", "appDisplayName": "Help Scout", "ipAddress": "91.132.253.146", "status": {"errorCode": 0}, "clientAppUsed": "Browser", "userAgent": "Mozilla/5.0 (Linux; Android 2.3.5) AppleWebKit/532.2 (KHTML, like Gecko) Chrome/46.0.898.0 Safari/532.2 Edge/105.19198", "deviceDetail": {"deviceId": "", "operatingSystem": "Windows 10", "browser": "Edge 105.19198"}, "location": {"city": "Rickshire", "state": "Norrisbury", "countryOrRegion": "XD", "geoCoordinates": {"latitude": -78.5751045, "longitude": 58.329246}}, "correlationId": "ce7a4772-2d70-4aa5-82a1-dd18bb9775c2", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "76dc87bf-f580-4b9a-ba21-a7301ebde5d1", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 99, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Help Scout Service", "resourceId": "63fac12a-054f-4646-9f95-734d1c2d6f37", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 214655, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "J9XwwrUQcf9kUIvsVTIKJrjClr3dwQVRDGUNay0e5HO7RUiv", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "eb9433f0-1859-4ebe-a3a4-65b8faa666f7", "rngcStatus": 0}}, {"time": "2022-08-29T20:51:04.902812Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "13.113.40.157", "correlationId": "d80e5916-d535-4aa1-b0ba-e7f62332403e", "identity": "Attack Target", "Level": 4, "location": "XR", "properties": {"id": "86ec8f81-b065-45d1-84e2-abcf6ae78a00", "createdDateTime": "2022-08-29T20:51:05.005812Z", "userDisplayName": "Attack Target", "userPrincipalName": "attacktarget@domain.com", "userId": "d735e84b-dcca-404d-9f7d-700f360f41a6", "appId": "9a7e67c7-6f05-42a3-b226-97c7ec3e9696", "appDisplayName": "Adobe Identity Management", "ipAddress": "13.113.40.157", "status": {"errorCode": 0}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (iPad; CPU iPad OS 9_3_6 like Mac OS X) AppleWebKit/536.1 (KHTML, like Gecko) CriOS/42.0.865.0 Mobile/77O124 Safari/536.1 Edge/99.14477", "deviceDetail": {"deviceId": "a44625dc-6f81-449a-9799-8005f7209b42", "displayName": "ATTACKTARGET-LT", "operatingSystem": "Windows 10", "browser": "Edge 99.14477", "trustType": "Azure AD registered"}, "location": {"city": "Smithfort", "state": "Smithfort", "countryOrRegion": "XR", "geoCoordinates": {"latitude": 3.7564095, "longitude": -121.574606}}, "correlationId": "5e5dcf29-c93f-4948-909a-befd3d36c75a", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "32fe35bd-d13a-4975-9f97-57f7077fa4f2", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 103, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Adobe Identity Management Service", "resourceId": "30663ca7-f8a9-43ab-8ca1-7906bdbc1485", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 34974, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "N0jDJV5fLvcdIXKPqrC44CSeAvddLGLtFu2kOqBGWjZJoQPa", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "a6c259e5-7f16-48b2-a9f3-75becd6daa9b", "rngcStatus": 0}}, {"time": "2022-08-29T21:21:41.645157Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "SignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "86.154.193.190", "correlationId": "8d72ab0d-7868-4fea-83f7-713cdc4ef20d", "identity": "Melissa Martin", "Level": 4, "location": "XR", "properties": {"id": "bddc03c8-8da3-4ef6-8ef9-a50324639100", "createdDateTime": "2022-08-29T21:21:41.767157Z", "userDisplayName": "Melissa Martin", "userPrincipalName": "mmartin@domain.com", "userId": "632ccb55-03a7-40f4-9893-653527cae790", "appId": "87c7e13d-e2cc-4354-be2a-21cc1388764c", "appDisplayName": "Mitel Connect", "ipAddress": "86.154.193.190", "status": {"errorCode": 0}, "clientAppUsed": "Browser", "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 12_4_8 like Mac OS X) AppleWebKit/536.2 (KHTML, like Gecko) CriOS/39.0.845.0 Mobile/81S373 Safari/536.2 Edge/40.11827", "deviceDetail": {"deviceId": "", "operatingSystem": "Windows 10", "browser": "Edge 40.11827"}, "location": {"city": "Port Denisetown", "state": "Smithton", "countryOrRegion": "XR", "geoCoordinates": {"latitude": 3.5518965, "longitude": 131.871582}}, "correlationId": "bfbdf3f7-5f9d-4ff7-a4f2-a766378fe1d8", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "3c9eea6e-d9ba-444c-b890-26f82432ca4a", "isInteractive": true, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 122, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Mitel Connect Service", "resourceId": "f0630e90-b752-4960-bfb9-a0794fc34930", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 256668, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "9BkDJ0CnCw5Mak2jVoGWxyOm6sEMcL9VdLepBrImS5OtTaVR", "incomingTokenType": "none", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "1f37c851-4be4-455b-928a-fbde7845a68a", "rngcStatus": 0}}, {"time": "2022-08-29T21:23:19.500982Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "86.154.193.190", "correlationId": "a82eacf0-71b0-49d8-88d6-895b2843b2e7", "identity": "Kristen Howell", "Level": 4, "location": "XR", "properties": {"id": "61a4e203-e55e-4977-9b6d-184823946d00", "createdDateTime": "2022-08-29T21:23:19.619982Z", "userDisplayName": "Kristen Howell", "userPrincipalName": "khowell@domain.com", "userId": "20e1e3f9-665f-45bd-9984-5e74b526d3b5", "appId": "2eae4ad1-8cae-48fe-b718-76bd66e2fc7f", "appDisplayName": "Bipsync", "ipAddress": "86.154.193.190", "status": {"errorCode": 0}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (X11; Linux i686) AppleWebKit/533.0 (KHTML, like Gecko) Chrome/24.0.803.0 Safari/533.0 Edge/40.11325", "deviceDetail": {"deviceId": "af204333-3bdf-4228-bbeb-e3a654075b5c", "displayName": "KRISTENHOWELL-LT", "operatingSystem": "Windows 10", "browser": "Edge 40.11325", "trustType": "Azure AD registered"}, "location": {"city": "Port Denisetown", "state": "Smithton", "countryOrRegion": "XR", "geoCoordinates": {"latitude": 3.5518965, "longitude": 131.871582}}, "correlationId": "eb9bae48-3333-4a63-a331-bf751cfa3d15", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "08df0e3a-1c07-40fa-8a2a-1d3ddc456a3d", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 119, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Bipsync Service", "resourceId": "9a84f55e-3a40-492c-9476-e069f64ed7a6", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 256668, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "bsk7vRYNBGXNHWHiV0gGM08pDrN8s3iAWpl3817oIU6z2aTz", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "37ee873b-f901-4e25-be69-010243106d0f", "rngcStatus": 0}}, {"time": "2022-08-29T21:40:16.765798Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "107.40.113.143", "correlationId": "046c1347-c4fe-4184-a4d9-f9386e07d79e", "identity": "Terry Proctor", "Level": 4, "location": "XR", "properties": {"id": "28aa4dbc-8a6f-40da-9789-2ca186717000", "createdDateTime": "2022-08-29T21:40:16.863798Z", "userDisplayName": "Terry Proctor", "userPrincipalName": "tproctor@domain.com", "userId": "03110cc5-e54f-4dae-b68a-bf5d945f8152", "appId": "9c5b7fe3-0ad2-4ea6-94e5-9e0001f367e3", "appDisplayName": "Articulate 360", "ipAddress": "107.40.113.143", "status": {"errorCode": 0, "additionalDetails": "MFA requirement satisfied by claim in the token"}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (X11; Linux i686) AppleWebKit/533.0 (KHTML, like Gecko) Chrome/24.0.803.0 Safari/533.0 Edge/40.11325", "deviceDetail": {"deviceId": "88ee69d5-1eb7-4f29-b594-e9b4e3371940", "displayName": "TERRYPROCTOR-LT", "operatingSystem": "Windows 10", "browser": "Edge 40.11325", "isCompliant": true, "isManaged": true, "trustType": "Azure AD joined"}, "location": {"city": "Port Denisetown", "state": "Smithton", "countryOrRegion": "XR", "geoCoordinates": {"latitude": 64.356494, "longitude": 92.919325}}, "mfaDetail": {}, "correlationId": "5d5f2685-0066-4d43-9ca1-8bfb3144aa85", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "151c9b64-63d7-4625-91b1-e570c6217bb5", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 98, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Articulate 360 Online", "resourceId": "5e244d4f-26b9-4ef2-a497-f0c533628ee1", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 34974, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "ZVHCwcTYYQTXYl3Z0BL3IDjWXRXD50dM9eDdoobaEIvc2SET", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "36673087-318c-4304-8804-602d45a6f290", "rngcStatus": 0}}, {"time": "2022-08-29T21:59:40.159732Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "86.154.193.190", "correlationId": "5eee338d-35a3-450a-b7ec-d48d460b905c", "identity": "Kristen Howell", "Level": 4, "location": "XR", "properties": {"id": "0e90a778-2cf2-4eee-b19f-bc6d4f3e9400", "createdDateTime": "2022-08-29T21:59:40.268732Z", "userDisplayName": "Kristen Howell", "userPrincipalName": "khowell@domain.com", "userId": "20e1e3f9-665f-45bd-9984-5e74b526d3b5", "appId": "23cab0c7-7a39-45c8-bbc1-00512d4581f4", "appDisplayName": "LumApps", "ipAddress": "86.154.193.190", "status": {"errorCode": 0}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (X11; Linux i686) AppleWebKit/533.0 (KHTML, like Gecko) Chrome/24.0.803.0 Safari/533.0 Edge/40.11325", "deviceDetail": {"deviceId": "af204333-3bdf-4228-bbeb-e3a654075b5c", "displayName": "KRISTENHOWELL-LT", "operatingSystem": "Windows 10", "browser": "Edge 40.11325", "trustType": "Azure AD registered"}, "location": {"city": "Port Denisetown", "state": "Smithton", "countryOrRegion": "XR", "geoCoordinates": {"latitude": 3.5518965, "longitude": 131.871582}}, "correlationId": "53cb1446-d09d-4a55-9b1c-f2a101506b5a", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "777e7f47-8485-4238-a2ca-6b4d1ade8446", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 109, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "LumApps Service", "resourceId": "9a84f55e-3a40-492c-9476-e069f64ed7a6", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 256668, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "HVBrFWKwPUk4uQ0Ncb1BAUXOc9rH0HMMWHP9os8YoDbhirf4", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "37ee873b-f901-4e25-be69-010243106d0f", "rngcStatus": 0}}, {"time": "2022-08-29T22:05:45.076460Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "91.132.253.146", "correlationId": "f5581755-31a2-45e0-b352-110286d2be6d", "identity": "Aaron Cole", "Level": 4, "location": "XD", "properties": {"id": "37d9e640-8f8f-42d8-9d97-1f4d85716400", "createdDateTime": "2022-08-29T22:05:45.154460Z", "userDisplayName": "Aaron Cole", "userPrincipalName": "acole@domain.com", "userId": "5d557969-1645-4ba4-be83-b6fd943659f7", "appId": "18bf60fa-77dd-4aad-891d-af82ca87dd06", "appDisplayName": "FortiGate SSL VPN", "ipAddress": "91.132.253.146", "status": {"errorCode": 0}, "clientAppUsed": "Browser", "deviceDetail": {"deviceId": "", "operatingSystem": "Windows", "browser": "Rich Client 4.22.0.0"}, "location": {"city": "Rickshire", "state": "Norrisbury", "countryOrRegion": "XD", "geoCoordinates": {"latitude": -78.5751045, "longitude": 58.329246}}, "correlationId": "fd394758-6b90-4361-8c4e-cdc8710b024d", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "d6db35d1-0526-4f7c-ab94-9445d11c5936", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 78, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "FortiGate SSL VPN Service", "resourceId": "a1edee32-85c4-4a57-afcb-5853873a47e7", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 214655, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "7bORCkH5wRKETZHZgKt0HlkfavPXNXMQVykELMxFvdvhtYBI", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "0898af19-dfef-4b51-a918-f534c473013d", "rngcStatus": 0}}, {"time": "2022-08-29T22:23:15.895201Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "50158", "resultSignature": "None", "resultDescription": "External security challenge was not satisfied.", "durationMs": 0, "callerIpAddress": "147.132.189.119", "correlationId": "d83e9693-78d9-4035-bb81-4f7766ea452d", "identity": "Cassie Fernandez", "Level": 4, "location": "XR", "properties": {"id": "3252cc26-bd51-4e86-91d8-5aec768e6900", "createdDateTime": "2022-08-29T22:23:16.018201Z", "userDisplayName": "Cassie Fernandez", "userPrincipalName": "cfernandez@domain.com", "userId": "67ef8be6-3f44-4db7-8172-fd6211428c1e", "appId": "79510a8f-6421-4348-a2ea-bcc2b02485c1", "appDisplayName": "Cisco AnyConnect", "ipAddress": "147.132.189.119", "status": {"errorCode": 50158, "failureReason": "External security challenge was not satisfied."}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (iPad; CPU iPad OS 9_3_6 like Mac OS X) AppleWebKit/536.1 (KHTML, like Gecko) CriOS/42.0.865.0 Mobile/77O124 Safari/536.1 Edge/99.14477", "deviceDetail": {"deviceId": "bf67c857-685a-4457-89c4-db2afa581bd2", "displayName": "CASSIEFERNANDEZ-LT", "operatingSystem": "Windows 10", "browser": "Edge 99.14477", "trustType": "Hybrid Azure AD joined"}, "location": {"city": "Port Denisetown", "state": "Smithton", "countryOrRegion": "XR", "geoCoordinates": {"latitude": 3.5518965, "longitude": 131.871582}}, "correlationId": "2323aef7-8894-45e5-aaf6-99bc8bc2b249", "conditionalAccessStatus": "failure", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "6a7e00ad-14c2-4c26-a00d-bc33a75e88d0", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 123, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Cisco AnyConnect Online", "resourceId": "5d5b8d28-6a28-472e-b837-a4094e466965", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 256668, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "8KGkjOpLZPLP8EDPmW7kNvd4rLZtyqlbqEBuHnmozdiPYMoS", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "15655e1f-5005-4c53-b3c0-c4a1d1ca5e9e", "rngcStatus": 0}}, {"time": "2022-08-29T22:37:38.943454Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "42.62.103.34", "correlationId": "c8ff49e3-999e-4e3d-8193-c59fdcaf5805", "identity": "Joseph Taylor", "Level": 4, "location": "XF", "properties": {"id": "86ec8f81-b065-45d1-84e2-abcf1c788600", "createdDateTime": "2022-08-29T22:37:39.026454Z", "userDisplayName": "Joseph Taylor", "userPrincipalName": "jtaylor@domain.com", "userId": "af9847eb-c773-41ae-bf94-42747c5e986c", "appId": "2eae4ad1-8cae-48fe-b718-76bd66e2fc7f", "appDisplayName": "Bipsync", "ipAddress": "42.62.103.34", "status": {"errorCode": 0, "additionalDetails": "MFA requirement satisfied by claim in the token"}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (iPad; CPU iPad OS 9_3_6 like Mac OS X) AppleWebKit/536.1 (KHTML, like Gecko) CriOS/42.0.865.0 Mobile/77O124 Safari/536.1 Edge/99.14477", "deviceDetail": {"deviceId": "76b96bd3-e5d7-49ee-b195-bf363facdb3d", "displayName": "JOSEPHTAYLOR-LT", "operatingSystem": "Windows 10", "browser": "Edge 99.14477", "isCompliant": true, "isManaged": true, "trustType": "Azure AD joined"}, "location": {"city": "Jessicafurt", "state": "Smithbury", "countryOrRegion": "XF", "geoCoordinates": {"latitude": 17.5082395, "longitude": -115.304215}}, "mfaDetail": {}, "correlationId": "3c754d1e-33de-421b-8f6f-ea693b4d8fbb", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "3b82a0a7-f88a-4156-9f87-831da11ed0ab", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 83, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Bipsync Service", "resourceId": "40a5d724-be1a-443b-8964-2d2e99910144", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 393508, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "T5pXSDW5yEpayDDfpZpXHoBVHoFYuXxtJS3kKnuK2InhsOZn", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "8678b6d2-0d07-4480-b90d-d1a18a815502", "rngcStatus": 0}}, {"time": "2022-08-29T22:56:13.322849Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "205.33.24.92", "correlationId": "10b4d505-2bb4-4556-8406-39dbc1d1e8c8", "identity": "Aaron Cole", "Level": 4, "location": "XD", "properties": {"id": "ada0cd79-9550-4249-a9fe-bc578c978c00", "createdDateTime": "2022-08-29T22:56:13.389849Z", "userDisplayName": "Aaron Cole", "userPrincipalName": "acole@domain.com", "userId": "5d557969-1645-4ba4-be83-b6fd943659f7", "appId": "cb9ad245-0b24-4c75-ba23-398500baf7a8", "appDisplayName": "FileCloud", "ipAddress": "205.33.24.92", "status": {"errorCode": 0}, "clientAppUsed": "Browser", "deviceDetail": {"deviceId": "", "operatingSystem": "Windows", "browser": "Rich Client 4.35.1.0"}, "location": {"city": "Kristinmouth", "state": "Norrisbury", "countryOrRegion": "XD", "geoCoordinates": {"latitude": 26.278784, "longitude": -92.042573}}, "correlationId": "dd2c7972-f095-4c78-bb86-5cb43d99a562", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "c89fe99a-088b-4a21-8eb2-0bb46b111d9d", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 67, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "FileCloud Service", "resourceId": "120f310e-002d-4cf0-803a-8e3f1188c691", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 214655, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "41bWMZvKD7wzmAhXxWOsYsRlmP2b1UA4kksFPP4ts2zHjEwu", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "64fdf9a3-2711-4206-8c5a-100403727b93", "rngcStatus": 0}}, {"time": "2022-08-29T22:56:55.676126Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "13.113.40.157", "correlationId": "c8abd3f4-3162-4637-9cfb-7187fd3fa340", "identity": "Attack Target", "Level": 4, "location": "XR", "properties": {"id": "05126ca7-c65f-4544-8acb-9d5046044200", "createdDateTime": "2022-08-29T22:56:55.778126Z", "userDisplayName": "Attack Target", "userPrincipalName": "attacktarget@domain.com", "userId": "d735e84b-dcca-404d-9f7d-700f360f41a6", "appId": "9a7e67c7-6f05-42a3-b226-97c7ec3e9696", "appDisplayName": "Adobe Identity Management", "ipAddress": "13.113.40.157", "status": {"errorCode": 0}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (iPad; CPU iPad OS 9_3_6 like Mac OS X) AppleWebKit/536.1 (KHTML, like Gecko) CriOS/42.0.865.0 Mobile/77O124 Safari/536.1 Edge/99.14477", "deviceDetail": {"deviceId": "a44625dc-6f81-449a-9799-8005f7209b42", "displayName": "ATTACKTARGET-LT", "operatingSystem": "Windows 10", "browser": "Edge 99.14477", "trustType": "Azure AD registered"}, "location": {"city": "Smithfort", "state": "Smithfort", "countryOrRegion": "XR", "geoCoordinates": {"latitude": 3.7564095, "longitude": -121.574606}}, "correlationId": "a33f73ab-6941-46d7-87a9-995cc9750d41", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "786fcb98-1251-45f8-a208-f0df74c50fd3", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 102, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Adobe Identity Management Service", "resourceId": "30663ca7-f8a9-43ab-8ca1-7906bdbc1485", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 34974, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "Vt6Ua2rvFtjHPoAoeuzIxNGe5ikYE472MrABYhK8yvYZmLex", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "a6c259e5-7f16-48b2-a9f3-75becd6daa9b", "rngcStatus": 0}}, {"time": "2022-08-29T23:35:24.446589Z", "resourceId": "/tenants/d3e5a967-5657-4a42-afcc-6106b6c3c299/providers/Microsoft.aadiam", "operationName": "Sign-in activity", "operationVersion": "1.0", "category": "NonInteractiveUserSignInLogs", "tenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "resultType": "0", "resultSignature": "None", "durationMs": 0, "callerIpAddress": "199.12.127.103", "correlationId": "e0feca63-df1c-48f3-8c65-77a7ecc0f417", "identity": "Jacob Meyers", "Level": 4, "location": "XG", "properties": {"id": "72a91770-778f-4a68-a911-ad08a1b56100", "createdDateTime": "2022-08-29T23:35:24.558589Z", "userDisplayName": "Jacob Meyers", "userPrincipalName": "jmeyers@domain.com", "userId": "c63a67b0-1651-4a8a-9560-cc703cdad5ad", "appId": "9c5b7fe3-0ad2-4ea6-94e5-9e0001f367e3", "appDisplayName": "Articulate 360", "ipAddress": "199.12.127.103", "status": {"errorCode": 0}, "clientAppUsed": "Mobile Apps and Desktop clients", "userAgent": "Mozilla/5.0 (iPad; CPU iPad OS 9_3_6 like Mac OS X) AppleWebKit/536.1 (KHTML, like Gecko) CriOS/42.0.865.0 Mobile/77O124 Safari/536.1 Edge/99.14477", "deviceDetail": {"deviceId": "68cb982e-f215-496c-89bb-cc07716ff474", "displayName": "JACOBMEYERS-LT", "operatingSystem": "Windows 10", "browser": "Edge 99.14477", "trustType": "Azure AD registered"}, "location": {"city": "Port Nathan", "state": "Newmanville", "countryOrRegion": "XG", "geoCoordinates": {"latitude": 23.244641, "longitude": -113.392021}}, "correlationId": "a1d29d38-1bf6-449f-9eaa-e7f9ecb24e53", "conditionalAccessStatus": "success", "appliedConditionalAccessPolicies": [], "authenticationContextClassReferences": [], "originalRequestId": "fc18b110-daad-4d49-8b77-340e4f802bd7", "isInteractive": false, "tokenIssuerName": "", "tokenIssuerType": "AzureAD", "authenticationProcessingDetails": [], "networkLocationDetails": [], "clientCredentialType": "none", "processingTimeInMilliseconds": 112, "riskDetail": "none", "riskLevelAggregated": "none", "riskLevelDuringSignIn": "none", "riskState": "none", "riskEventTypes": [], "riskEventTypes_v2": [], "resourceDisplayName": "Articulate 360 Online", "resourceId": "436260d5-3791-4aea-a4da-aa698ec35f2f", "resourceTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "homeTenantId": "d3e5a967-5657-4a42-afcc-6106b6c3c299", "authenticationDetails": [], "authenticationRequirementPolicies": [], "authenticationRequirement": "singleFactorAuthentication", "servicePrincipalId": "", "userType": "Member", "flaggedForReview": false, "isTenantRestricted": false, "autonomousSystemNumber": 282405, "crossTenantAccessType": "none", "privateLinkDetails": {}, "ssoExtensionVersion": "", "uniqueTokenIdentifier": "YRFUGIOxMAnF0Nl2jG8ULcWNioyQIhAei3EvDKj053OGpK7f", "incomingTokenType": "primaryRefreshToken", "authenticationProtocol": "none", "appServicePrincipalId": null, "resourceServicePrincipalId": "94b9f3ba-5f4b-4edc-99dc-a420b76960f9", "rngcStatus": 0}}] \ No newline at end of file diff --git a/cyber-foundation/model/cyber-foundation-model.pt b/cyber-foundation/model/cyber-foundation-model.pt new file mode 100644 index 0000000..e941d9e --- /dev/null +++ b/cyber-foundation/model/cyber-foundation-model.pt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d13d546cf3b50bff4bd0f611c2be1259b55bde116ddd27c5fbc016e535cef50b +size 1039180855 diff --git a/cyber-foundation/model/meta.pkl b/cyber-foundation/model/meta.pkl new file mode 100644 index 0000000000000000000000000000000000000000..fb2c478a10b29d8d71455de4e1acea06d41f46a3 GIT binary patch literal 873 zcmW-e*K!a96a{lgLJFie(tGc{hxE4TfOV7sEH}2ONlDXXDf;*8 z!h-*KpF=Kxd-LYi>zB9J@4ij0Ty%YRbDJLp1y*??t1Ee6^(2K>Z&G9pB*oTX^3WPe zO040e)EZ05tnsAWnn)g5lgVRiDyguhlS*qQsj_C1YHKd3vF4LnYayw#7L$5wDQU2l zlSXSLX|h(6C)Q@tY;7ei)^^fr?Idm1Zqjb;B^}m&(rFzeUDjdJZ5<^&)^XBnk@Q(7 zNxyZP3|ME$pmm-MSr^H$b(xGt(WFy-F6X*U6IgCRw(=Nmi_nwO6h0k~Qo5WZjBn!@5qMT0bP4){n`S z^;5EK{haJrza+cXO|obGn(SM@B?s2;$)R=8` zB^TD;$))u^?_G3zcXR#U_9&tticvh|L6lG!r4&UO#Zk_~ctlA&rZg%ji%QC)ibqk+ z5M+QqMz;#$uZBm|-GjnT$E6VxH+( zU?vusjV0z{nfX{@Ay!$8HI`zX<=9{)p0XO7ti=}VvCT&8@HBSWj6JqupY1qcCl1+- qBlhB${eXiw;V@1)iZhPm9O8nLxa2ghIE!bT$8#>?1()~t6CVJio&qNT literal 0 HcmV?d00001 diff --git a/cyber-foundation/model/train.bin b/cyber-foundation/model/train.bin new file mode 100644 index 0000000000000000000000000000000000000000..66c84d16486e53bd57c28c89262bc5378bc29a0a GIT binary patch literal 16538982 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

T!EN1rzQ2 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 u8 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 `GAFlX{Za_fZXgPjEBx`HTS=TccfmM(r8Y0< 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%0DEM59y!`7wmssT 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

y?J7+@siC+BI69%dxq4Vs5BwH&2YDu}uFsJ5nHN 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 z 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%0D4u%idGVi8 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�VbkMU_ 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�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 X;25RR#Vk!7}avJMH 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%0DYc{@}{!d#!W5uVn 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μf?q?#ymxU7A0Ez?`Ef8(fUM-kbk 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

f1dT%cH_Iv0u^R3YJmzn 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
  • fc}mP+C!) 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�)KpmhgWpJDG${W6kh2cI6tuUWnPTespUjF6gX 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 oDZaV}tDAj3GQUoT1>`bl65lWc_n)2#qbu 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

    (PBtc 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�W!BvZ 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­zMYIeHssd4ytDFg&wYG>`N61=o= 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 z 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≀BV;inOm+Y4qb-p&g7U}`F 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

    r}wCyL|A=bFtD`&__! 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 literal 0 HcmV?d00001 diff --git a/cyber-foundation/model/val.bin b/cyber-foundation/model/val.bin new file mode 100644 index 0000000000000000000000000000000000000000..493d24d6f2eca8f339a5f874520574479572a9a5 GIT binary patch literal 1837666 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

    EP?fpz3gRT0 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 2.0 + self.flash = hasattr(torch.nn.functional, 'scaled_dot_product_attention') + if not self.flash: + print("WARNING: using slow attention. Flash Attention requires PyTorch >= 2.0") + # causal mask to ensure that attention is only applied to the left in the input sequence + self.register_buffer( + "bias", + torch.tril(torch.ones(config.block_size, config.block_size)).view(1, + 1, + config.block_size, + config.block_size)) + + def forward(self, x): + B, T, C = x.size() # batch size, sequence length, embedding dimensionality (n_embd) + + # calculate query, key, values for all heads in batch and move head forward to be the batch dim + q, k, v = self.c_attn(x).split(self.n_embd, dim=2) + k = k.view(B, T, self.n_head, C // self.n_head).transpose(1, 2) # (B, nh, T, hs) + q = q.view(B, T, self.n_head, C // self.n_head).transpose(1, 2) # (B, nh, T, hs) + v = v.view(B, T, self.n_head, C // self.n_head).transpose(1, 2) # (B, nh, T, hs) + + # causal self-attention; Self-attend: (B, nh, T, hs) x (B, nh, hs, T) -> (B, nh, T, T) + if self.flash: + # efficient attention using Flash Attention CUDA kernels + y = torch.nn.functional.scaled_dot_product_attention(q, + k, + v, + attn_mask=None, + dropout_p=self.dropout if self.training else 0, + is_causal=True) + else: + # manual implementation of attention + att = (q @ k.transpose(-2, -1)) * (1.0 / math.sqrt(k.size(-1))) + att = att.masked_fill(self.bias[:, :, :T, :T] == 0, float('-inf')) + att = F.softmax(att, dim=-1) + att = self.attn_dropout(att) + y = att @ v # (B, nh, T, T) x (B, nh, T, hs) -> (B, nh, T, hs) + y = y.transpose(1, 2).contiguous().view(B, T, C) # re-assemble all head outputs side by side + + # output projection + y = self.resid_dropout(self.c_proj(y)) + return y + + +class MLP(nn.Module): + + def __init__(self, config): + super().__init__() + self.c_fc = nn.Linear(config.n_embd, 4 * config.n_embd, bias=config.bias) + self.gelu = nn.GELU() + self.c_proj = nn.Linear(4 * config.n_embd, config.n_embd, bias=config.bias) + self.dropout = nn.Dropout(config.dropout) + + def forward(self, x): + x = self.c_fc(x) + x = self.gelu(x) + x = self.c_proj(x) + x = self.dropout(x) + return x + + +class Block(nn.Module): + + def __init__(self, config): + super().__init__() + self.ln_1 = LayerNorm(config.n_embd, bias=config.bias) + self.attn = CausalSelfAttention(config) + self.ln_2 = LayerNorm(config.n_embd, bias=config.bias) + self.mlp = MLP(config) + + def forward(self, x): + x = x + self.attn(self.ln_1(x)) + x = x + self.mlp(self.ln_2(x)) + return x + + +@dataclass +class GPTConfig: + block_size: int = 1024 + vocab_size: int = 50304 # GPT-2 vocab_size of 50257, padded up to nearest multiple of 64 for efficiency + n_layer: int = 12 + n_head: int = 12 + n_embd: int = 768 + dropout: float = 0.0 + bias: bool = True # True: bias in Linears and LayerNorms, like GPT-2. False: a bit better and faster + + +class GPT(nn.Module): + + def __init__(self, config): + super().__init__() + assert config.vocab_size is not None + assert config.block_size is not None + self.config = config + + self.transformer = nn.ModuleDict( + dict( + wte=nn.Embedding(config.vocab_size, config.n_embd), + wpe=nn.Embedding(config.block_size, config.n_embd), + drop=nn.Dropout(config.dropout), + h=nn.ModuleList([Block(config) for _ in range(config.n_layer)]), + ln_f=LayerNorm(config.n_embd, bias=config.bias), + )) + self.lm_head = nn.Linear(config.n_embd, config.vocab_size, bias=False) + # with weight tying when using torch.compile() some warnings get generated: + # "UserWarning: functional_call was passed multiple values for tied weights. + # This behavior is deprecated and will be an error in future versions" + # not 100% sure what this is, so far seems to be harmless. TODO investigate + self.transformer.wte.weight = self.lm_head.weight # https://paperswithcode.com/method/weight-tying + + # init all weights + self.apply(self._init_weights) + # apply special scaled init to the residual projections, per GPT-2 paper + for pn, p in self.named_parameters(): + if pn.endswith('c_proj.weight'): + torch.nn.init.normal_(p, mean=0.0, std=0.02 / math.sqrt(2 * config.n_layer)) + + # report number of parameters + print("number of parameters: %.2fM" % (self.get_num_params() / 1e6, )) + + def get_num_params(self, non_embedding=True): + """ + Return the number of parameters in the model. + For non-embedding count (default), the position embeddings get subtracted. + The token embeddings would too, except due to the parameter sharing these + params are actually used as weights in the final layer, so we include them. + """ + n_params = sum(p.numel() for p in self.parameters()) + if non_embedding: + n_params -= self.transformer.wpe.weight.numel() + return n_params + + def _init_weights(self, module): + if isinstance(module, nn.Linear): + torch.nn.init.normal_(module.weight, mean=0.0, std=0.02) + if module.bias is not None: + torch.nn.init.zeros_(module.bias) + elif isinstance(module, nn.Embedding): + torch.nn.init.normal_(module.weight, mean=0.0, std=0.02) + + def forward(self, idx, targets=None): + device = idx.device + b, t = idx.size() + assert t <= self.config.block_size, ( + f"Cannot forward sequence of length {t}, block size is only {self.config.block_size}") + pos = torch.arange(0, t, dtype=torch.long, device=device) # shape (t) + + # forward the GPT model itself + tok_emb = self.transformer.wte(idx) # token embeddings of shape (b, t, n_embd) + pos_emb = self.transformer.wpe(pos) # position embeddings of shape (t, n_embd) + x = self.transformer.drop(tok_emb + pos_emb) + for block in self.transformer.h: + x = block(x) + x = self.transformer.ln_f(x) + + if targets is not None: + # if we are given some desired targets also calculate the loss + logits = self.lm_head(x) + loss = F.cross_entropy(logits.view(-1, logits.size(-1)), targets.view(-1), ignore_index=-1) + else: + # inference-time mini-optimization: only forward the lm_head on the very last position + logits = self.lm_head(x[:, [-1], :]) # note: using list [-1] to preserve the time dim + loss = None + + return logits, loss + + def crop_block_size(self, block_size): + # model surgery to decrease the block size if necessary + # e.g. we may load the GPT2 pretrained model checkpoint (block size 1024) + # but want to use a smaller block size for some smaller, simpler model + assert block_size <= self.config.block_size + self.config.block_size = block_size + self.transformer.wpe.weight = nn.Parameter(self.transformer.wpe.weight[:block_size]) + for block in self.transformer.h: + if hasattr(block.attn, 'bias'): + block.attn.bias = block.attn.bias[:, :, :block_size, :block_size] + + @classmethod + def from_pretrained(cls, model_type, override_args=None): + assert model_type in {'gpt2', 'gpt2-medium', 'gpt2-large', 'gpt2-xl'} + override_args = override_args or {} # default to empty dict + # only dropout can be overridden see more notes below + assert all(k == 'dropout' for k in override_args) + from transformers import GPT2LMHeadModel + print("loading weights from pretrained gpt: %s" % model_type) + + # n_layer, n_head and n_embd are determined from model_type + config_args = { + 'gpt2': dict(n_layer=12, n_head=12, n_embd=768), # 124M params + 'gpt2-medium': dict(n_layer=24, n_head=16, n_embd=1024), # 350M params + 'gpt2-large': dict(n_layer=36, n_head=20, n_embd=1280), # 774M params + 'gpt2-xl': dict(n_layer=48, n_head=25, n_embd=1600), # 1558M params + }[model_type] + print("forcing vocab_size=50257, block_size=1024, bias=True") + config_args['vocab_size'] = 50257 # always 50257 for GPT model checkpoints + config_args['block_size'] = 1024 # always 1024 for GPT model checkpoints + config_args['bias'] = True # always True for GPT model checkpoints + # we can override the dropout rate, if desired + if 'dropout' in override_args: + print(f"overriding dropout rate to {override_args['dropout']}") + config_args['dropout'] = override_args['dropout'] + # create a from-scratch initialized minGPT model + config = GPTConfig(**config_args) + model = GPT(config) + sd = model.state_dict() + sd_keys = sd.keys() + sd_keys = [k for k in sd_keys if not k.endswith('.attn.bias')] # discard this mask / buffer, not a param + + # init a huggingface/transformers model + model_hf = GPT2LMHeadModel.from_pretrained(model_type) + sd_hf = model_hf.state_dict() + + # copy while ensuring all of the parameters are aligned and match in names and shapes + sd_keys_hf = sd_hf.keys() + sd_keys_hf = [k for k in sd_keys_hf if not k.endswith('.attn.masked_bias')] # ignore these, just a buffer + sd_keys_hf = [k for k in sd_keys_hf if not k.endswith('.attn.bias')] # same, just the mask (buffer) + transposed = ['attn.c_attn.weight', 'attn.c_proj.weight', 'mlp.c_fc.weight', 'mlp.c_proj.weight'] + # basically the openai checkpoints use a "Conv1D" module, but we only want to use a vanilla Linear + # this means that we have to transpose these weights when we import them + assert len(sd_keys_hf) == len(sd_keys), f"mismatched keys: {len(sd_keys_hf)} != {len(sd_keys)}" + for k in sd_keys_hf: + if any(k.endswith(w) for w in transposed): + # special treatment for the Conv1D weights we need to transpose + assert sd_hf[k].shape[::-1] == sd[k].shape + with torch.no_grad(): + sd[k].copy_(sd_hf[k].t()) + else: + # vanilla copy over the other parameters + assert sd_hf[k].shape == sd[k].shape + with torch.no_grad(): + sd[k].copy_(sd_hf[k]) + + return model + + def configure_optimizers(self, weight_decay, learning_rate, betas, device_type): + # start with all of the candidate parameters + param_dict = {pn: p for pn, p in self.named_parameters()} + # filter out those that do not require grad + param_dict = {pn: p for pn, p in param_dict.items() if p.requires_grad} + # create optim groups. Any parameters that is 2D will be weight decayed, otherwise no. + # i.e. all weight tensors in matmuls + embeddings decay, all biases and layernorms don't. + decay_params = [p for n, p in param_dict.items() if p.dim() >= 2] + nodecay_params = [p for n, p in param_dict.items() if p.dim() < 2] + optim_groups = [{ + 'params': decay_params, 'weight_decay': weight_decay + }, { + 'params': nodecay_params, 'weight_decay': 0.0 + }] + num_decay_params = sum(p.numel() for p in decay_params) + num_nodecay_params = sum(p.numel() for p in nodecay_params) + print(f"num decayed parameter tensors: {len(decay_params)}, with {num_decay_params:,} parameters") + print(f"num non-decayed parameter tensors: {len(nodecay_params)}, with {num_nodecay_params:,} parameters") + # Create AdamW optimizer and use the fused version if it is available + fused_available = 'fused' in inspect.signature(torch.optim.AdamW).parameters + use_fused = fused_available and device_type == 'cuda' + extra_args = dict(fused=True) if use_fused else dict() + optimizer = torch.optim.AdamW(optim_groups, lr=learning_rate, betas=betas, **extra_args) + print(f"using fused AdamW: {use_fused}") + + return optimizer + + def estimate_mfu(self, fwdbwd_per_iter, dt): + """ estimate model flops utilization (MFU) in units of A100 bfloat16 peak FLOPS """ + # first estimate the number of flops we do per iteration. + # see PaLM paper Appendix B as ref: https://arxiv.org/abs/2204.02311 + N = self.get_num_params() + cfg = self.config + L, H, Q, T = cfg.n_layer, cfg.n_head, cfg.n_embd // cfg.n_head, cfg.block_size + flops_per_token = 6 * N + 12 * L * H * Q * T + flops_per_fwdbwd = flops_per_token * T + flops_per_iter = flops_per_fwdbwd * fwdbwd_per_iter + # express our flops throughput as ratio of A100 bfloat16 peak flops + flops_achieved = flops_per_iter * (1.0 / dt) # per second + flops_promised = 312e12 # A100 GPU bfloat16 peak flops is 312 TFLOPS + mfu = flops_achieved / flops_promised + return mfu + + @torch.no_grad() + def generate(self, idx, max_new_tokens, temperature=1.0, top_k=None): + """ + Take a conditioning sequence of indices idx (LongTensor of shape (b,t)) and complete + the sequence max_new_tokens times, feeding the predictions back into the model each time. + Most likely you'll want to make sure to be in model.eval() mode of operation for this. + """ + for _ in range(max_new_tokens): + # if the sequence context is growing too long we must crop it at block_size + idx_cond = idx if idx.size(1) <= self.config.block_size else idx[:, -self.config.block_size:] + # forward the model to get the logits for the index in the sequence + logits, _ = self(idx_cond) + # pluck the logits at the final step and scale by desired temperature + logits = logits[:, -1, :] / temperature + # optionally crop the logits to only the top k options + if top_k is not None: + v, _ = torch.topk(logits, min(top_k, logits.size(-1))) + logits[logits < v[:, [-1]]] = -float('Inf') + # apply softmax to convert logits to (normalized) probabilities + probs = F.softmax(logits, dim=-1) + # sample from the distribution + idx_next = torch.multinomial(probs, num_samples=1) + # append sampled index to the running sequence and continue + idx = torch.cat((idx, idx_next), dim=1) + + return idx diff --git a/cyber-foundation/training-inference/prepare.py b/cyber-foundation/training-inference/prepare.py new file mode 100644 index 0000000..a64777f --- /dev/null +++ b/cyber-foundation/training-inference/prepare.py @@ -0,0 +1,101 @@ +# SPDX-FileCopyrightText: Copyright (c) 2024, NVIDIA CORPORATION & AFFILIATES. All rights reserved. +# SPDX-License-Identifier: Apache-2.0 +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + +# The base code is taken from https://github.com/karpathy/nanoGPT + +# The license on the original repository is below + +# MIT License + +# Copyright (c) 2022 Andrej Karpathy + +# Permission is hereby granted, free of charge, to any person obtaining a copy +# of this software and associated documentation files (the "Software"), to deal +# in the Software without restriction, including without limitation the rights +# to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +# copies of the Software, and to permit persons to whom the Software is +# furnished to do so, subject to the following conditions: + +# The above copyright notice and this permission notice shall be included in all +# copies or substantial portions of the Software. + +# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +# IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +# FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +# AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +# LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +# OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE +# SOFTWARE. + +import json +import os +import pickle + +import numpy as np + +with open('../dataset/azure-ad-logs-sample-training-data.json', 'r') as file: + data = json.load(file) + +json_strings = [json.dumps(dictionary) for dictionary in data] +combined_json_string = '\n'.join(json_strings) + +data = combined_json_string + +# get all the unique characters that occur in this text +chars = sorted(list(set(data))) +vocab_size = len(chars) +print("all the unique characters:", ''.join(chars)) +print(f"vocab size: {vocab_size:,}") + +# create a mapping from characters to integers +stoi = {ch: i for i, ch in enumerate(chars)} +itos = {i: ch for i, ch in enumerate(chars)} + + +def encode(s): + # encoder: take a string, output a list of integers + return [stoi[c] for c in s] + + +def decode(sequence): + # decoder: take a list of integers, output a string + return ''.join([itos[i] for i in sequence]) + + +# create the train and test splits +n = len(data) +train_data = data[:int(n * 0.9)] +val_data = data[int(n * 0.9):] + +# encode both to integers +train_ids = encode(train_data) +val_ids = encode(val_data) +print(f"train has {len(train_ids):,} tokens") +print(f"val has {len(val_ids):,} tokens") + +# export to bin files +train_ids = np.array(train_ids, dtype=np.uint16) +val_ids = np.array(val_ids, dtype=np.uint16) +train_ids.tofile(os.path.join(os.path.dirname(__file__), '../model/train.bin')) +val_ids.tofile(os.path.join(os.path.dirname(__file__), '../model/val.bin')) + +# save the meta information as well, to help us encode/decode later +meta = { + 'vocab_size': vocab_size, + 'itos': itos, + 'stoi': stoi, +} +with open(os.path.join(os.path.dirname(__file__), '../model/meta.pkl'), 'wb') as f: + pickle.dump(meta, f) diff --git a/cyber-foundation/training-inference/sample.py b/cyber-foundation/training-inference/sample.py new file mode 100644 index 0000000..0af28f0 --- /dev/null +++ b/cyber-foundation/training-inference/sample.py @@ -0,0 +1,119 @@ +# SPDX-FileCopyrightText: Copyright (c) 2024, NVIDIA CORPORATION & AFFILIATES. All rights reserved. +# SPDX-License-Identifier: Apache-2.0 +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + +# The base code is taken from https://github.com/karpathy/nanoGPT + +# The license on the original repository is below + +# MIT License + +# Copyright (c) 2022 Andrej Karpathy + +# Permission is hereby granted, free of charge, to any person obtaining a copy +# of this software and associated documentation files (the "Software"), to deal +# in the Software without restriction, including without limitation the rights +# to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +# copies of the Software, and to permit persons to whom the Software is +# furnished to do so, subject to the following conditions: + +# The above copyright notice and this permission notice shall be included in all +# copies or substantial portions of the Software. + +# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +# IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +# FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +# AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +# LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +# OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE +# SOFTWARE. + +import os +import pickle +import sys +from contextlib import nullcontext + +import torch +from model import GPT +from model import GPTConfig + +init_from = 'resume' # either 'resume' (from an out_dir) or a gpt2 variant (e.g. 'gpt2-xl') +out_dir = '../model/' # ignored if init_from is not 'resume' +start = sys.argv[1] # or "" or etc. Can also specify a file, use as: "FILE:prompt.txt" +num_samples = 10 # number of samples to draw +max_new_tokens = 5000 # number of tokens generated in each sample +temperature = 0.8 # 1.0 = no change, < 1.0 = less random, > 1.0 = more random, in predictions +top_k = 200 # retain only the top_k most likely tokens, clamp others to have 0 probability +seed = 1337 +device = 'cuda' # examples: 'cpu', 'cuda', 'cuda:0', 'cuda:1', etc. +dtype = 'bfloat16' if torch.cuda.is_available() and torch.cuda.is_bf16_supported( +) else 'float16' # 'float32' or 'bfloat16' or 'float16' +compile = False # use PyTorch 2.0 to compile the model to be faster + +torch.manual_seed(seed) +torch.cuda.manual_seed(seed) +torch.backends.cuda.matmul.allow_tf32 = True # allow tf32 on matmul +torch.backends.cudnn.allow_tf32 = True # allow tf32 on cudnn +device_type = 'cuda' if 'cuda' in device else 'cpu' # for later use in torch.autocast +ptdtype = {'float32': torch.float32, 'bfloat16': torch.bfloat16, 'float16': torch.float16}[dtype] +ctx = nullcontext() if device_type == 'cpu' else torch.amp.autocast(device_type=device_type, dtype=ptdtype) + +# model +if init_from == 'resume': + # init from a model saved in a specific directory + ckpt_path = os.path.join(out_dir, '../model/cyber-foundation-model.pt') + checkpoint = torch.load(ckpt_path, map_location=device) + gptconf = GPTConfig(**checkpoint['model_args']) + model = GPT(gptconf) + state_dict = checkpoint['model'] + unwanted_prefix = '_orig_mod.' + for k, v in list(state_dict.items()): + if k.startswith(unwanted_prefix): + state_dict[k[len(unwanted_prefix):]] = state_dict.pop(k) + model.load_state_dict(state_dict) +elif init_from.startswith('gpt2'): + # init from a given GPT-2 model + model = GPT.from_pretrained(init_from, dict(dropout=0.0)) + +model.eval() +model.to(device) +if compile: + model = torch.compile(model) # requires PyTorch 2.0 (optional) + +with open("../model/meta.pkl", 'rb') as f: + meta = pickle.load(f) +# TODO want to make this more general to arbitrary encoder/decoder schemes +stoi, itos = meta['stoi'], meta['itos'] + + +def encode(s): + return [stoi[c] for c in s] + + +def decode(sequence): + return ''.join([itos[i] for i in sequence]) + + +start_ids = encode(start) + +x = (torch.tensor(start_ids, dtype=torch.long, device=device)[None, ...]) + +# run generation +with torch.no_grad(): + with ctx: + for k in range(num_samples): + y = model.generate(x, max_new_tokens, temperature=temperature, top_k=top_k) + decoded_text = decode(y[0].tolist()) + print(decoded_text) + print('---------------') diff --git a/cyber-foundation/training-inference/train.py b/cyber-foundation/training-inference/train.py new file mode 100644 index 0000000..d1ffca1 --- /dev/null +++ b/cyber-foundation/training-inference/train.py @@ -0,0 +1,343 @@ +# SPDX-FileCopyrightText: Copyright (c) 2024, NVIDIA CORPORATION & AFFILIATES. All rights reserved. +# SPDX-License-Identifier: Apache-2.0 +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + +# The base code is taken from https://github.com/karpathy/nanoGPT + +# The license on the original repository is below + +# MIT License + +# Copyright (c) 2022 Andrej Karpathy + +# Permission is hereby granted, free of charge, to any person obtaining a copy +# of this software and associated documentation files (the "Software"), to deal +# in the Software without restriction, including without limitation the rights +# to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +# copies of the Software, and to permit persons to whom the Software is +# furnished to do so, subject to the following conditions: + +# The above copyright notice and this permission notice shall be included in all +# copies or substantial portions of the Software. + +# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +# IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +# FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +# AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +# LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +# OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE +# SOFTWARE. + +import math +import os +import pickle +import time +from contextlib import nullcontext + +import numpy as np +import torch +from model import GPT +from model import GPTConfig +from torch.distributed import destroy_process_group +from torch.distributed import init_process_group +from torch.nn.parallel import DistributedDataParallel as DDP + +out_dir = '../model/' +eval_interval = 100 +log_interval = 1 +eval_iters = 20 +eval_only = False # if True, script exits right after the first eval +always_save_checkpoint = True # if True, always save a checkpoint after each eval +init_from = 'scratch' # 'scratch' or 'resume' or 'gpt2*' +# data +data_dir = '../model/' +gradient_accumulation_steps = 20 +batch_size = 12 # if gradient_accumulation_steps > 1, this is the micro-batch size +block_size = 2048 +# model +n_layer = 12 +n_head = 12 +n_embd = 768 +dropout = 0.0 # for pretraining 0 is good, for finetuning try 0.1+ +bias = False # do we use bias inside LayerNorm and Linear layers? +# adamw optimizer +learning_rate = 6e-4 # max learning rate +max_iters = 1000 # total number of training iterations +weight_decay = 1e-1 +beta1 = 0.9 +beta2 = 0.95 +grad_clip = 1.0 # clip gradients at this value, or disable if == 0.0 +# learning rate decay settings +decay_lr = True # whether to decay the learning rate +warmup_iters = 2000 # how many steps to warm up for +lr_decay_iters = 100 # should be ~= max_iters per Chinchilla +min_lr = 6e-5 # minimum learning rate, should be ~= learning_rate/10 per Chinchilla +# DDP settings +backend = 'nccl' # 'nccl', 'gloo', etc. +# system +device = 'cuda' # examples: 'cpu', 'cuda', 'cuda:0', 'cuda:1' etc., or try 'mps' on macbooks +dtype = 'bfloat16' if torch.cuda.is_available() and torch.cuda.is_bf16_supported( +) else 'float16' # 'float32', 'bfloat16', or 'float16', the latter will auto implement a GradScaler +compile = True # use PyTorch 2.0 to compile the model to be faster + +# various inits, derived attributes, I/O setup +ddp = int(os.environ.get('RANK', -1)) != -1 # is this a ddp run? +if ddp: + init_process_group(backend=backend) + ddp_rank = int(os.environ['RANK']) + ddp_local_rank = int(os.environ['LOCAL_RANK']) + ddp_world_size = int(os.environ['WORLD_SIZE']) + device = f'cuda:{ddp_local_rank}' + torch.cuda.set_device(device) + master_process = ddp_rank == 0 # this process will do logging, checkpointing etc. + seed_offset = ddp_rank # each process gets a different seed + # world_size number of processes will be training simultaneously, so we can scale + # down the desired gradient accumulation iterations per process proportionally + assert gradient_accumulation_steps % ddp_world_size == 0 + gradient_accumulation_steps //= ddp_world_size +else: + # if not ddp, we are running on a single gpu, and one process + master_process = True + seed_offset = 0 + ddp_world_size = 1 +tokens_per_iter = gradient_accumulation_steps * ddp_world_size * batch_size * block_size +print(f"tokens per iteration will be: {tokens_per_iter:,}") + +if master_process: + os.makedirs(out_dir, exist_ok=True) +torch.manual_seed(1337 + seed_offset) +torch.backends.cuda.matmul.allow_tf32 = True # allow tf32 on matmul +torch.backends.cudnn.allow_tf32 = True # allow tf32 on cudnn +device_type = 'cuda' if 'cuda' in device else 'cpu' # for later use in torch.autocast +# note: float16 data type will automatically use a GradScaler +ptdtype = {'float32': torch.float32, 'bfloat16': torch.bfloat16, 'float16': torch.float16}[dtype] +ctx = nullcontext() if device_type == 'cpu' else torch.amp.autocast(device_type=device_type, dtype=ptdtype) + + +def get_batch(split): + # We recreate np.memmap every batch to avoid a memory leak, as per + # https://stackoverflow.com/questions/45132940/numpy-memmap-memory-usage-want-to-iterate-once/61472122#61472122 + if split == 'train': + data = np.memmap(os.path.join(data_dir, 'train.bin'), dtype=np.uint16, mode='r') + else: + data = np.memmap(os.path.join(data_dir, 'val.bin'), dtype=np.uint16, mode='r') + ix = torch.randint(len(data) - block_size, (batch_size, )) + x = torch.stack([torch.from_numpy((data[i:i + block_size]).astype(np.int64)) for i in ix]) + y = torch.stack([torch.from_numpy((data[i + 1:i + 1 + block_size]).astype(np.int64)) for i in ix]) + if device_type == 'cuda': + # pin arrays x,y, which allows us to move them to GPU asynchronously (non_blocking=True) + x, y = x.pin_memory().to(device, non_blocking=True), y.pin_memory().to(device, non_blocking=True) + else: + x, y = x.to(device), y.to(device) + return x, y + + +# init these up here, can override if init_from='resume' (i.e. from a checkpoint) +iter_num = 0 +best_val_loss = 1e9 + +meta_path = os.path.join(out_dir, 'meta.pkl') +meta_vocab_size = None +if os.path.exists(meta_path): + with open(meta_path, 'rb') as f: + meta = pickle.load(f) + meta_vocab_size = meta['vocab_size'] + print(f"found vocab_size = {meta_vocab_size} (inside {meta_path})") + +# model init +model_args = dict(n_layer=n_layer, + n_head=n_head, + n_embd=n_embd, + block_size=block_size, + bias=bias, + vocab_size=None, + dropout=dropout) # start with model_args from command line +if init_from == 'scratch': + # init a new model from scratch + print("Initializing a new model from scratch") + # determine the vocab size we'll use for from-scratch training + if meta_vocab_size is None: + print("defaulting to vocab_size of GPT-2 to 50304 (50257 rounded up for efficiency)") + model_args['vocab_size'] = meta_vocab_size if meta_vocab_size is not None else 50304 + gptconf = GPTConfig(**model_args) + model = GPT(gptconf) +elif init_from == 'resume': + print(f"Resuming training from {out_dir}") + # resume training from a checkpoint. + ckpt_path = os.path.join(out_dir, 'cyber-foundation-model.pt') + checkpoint = torch.load(ckpt_path, map_location=device) + checkpoint_model_args = checkpoint['model_args'] + # force these config attributes to be equal otherwise we can't even resume training + # the rest of the attributes (e.g. dropout) can stay as desired from command line + for k in ['n_layer', 'n_head', 'n_embd', 'block_size', 'bias', 'vocab_size']: + model_args[k] = checkpoint_model_args[k] + # create the model + gptconf = GPTConfig(**model_args) + model = GPT(gptconf) + state_dict = checkpoint['model'] + # fix the keys of the state dictionary :( + # honestly no idea how checkpoints sometimes get this prefix, have to debug more + unwanted_prefix = '_orig_mod.' + for k, v in list(state_dict.items()): + if k.startswith(unwanted_prefix): + state_dict[k[len(unwanted_prefix):]] = state_dict.pop(k) + model.load_state_dict(state_dict) + iter_num = checkpoint['iter_num'] + best_val_loss = checkpoint['best_val_loss'] +elif init_from.startswith('gpt2'): + print(f"Initializing from OpenAI GPT-2 weights: {init_from}") + # initialize from OpenAI GPT-2 weights + override_args = dict(dropout=dropout) + model = GPT.from_pretrained(init_from, override_args) + # read off the created config params, so we can store them into checkpoint correctly + for k in ['n_layer', 'n_head', 'n_embd', 'block_size', 'bias', 'vocab_size']: + model_args[k] = getattr(model.config, k) +# crop down the model block size if desired, using model surgery +if block_size < model.config.block_size: + model.crop_block_size(block_size) + model_args['block_size'] = block_size # so that the checkpoint will have the right value +model.to(device) + +# initialize a GradScaler. If enabled=False scaler is a no-op +scaler = torch.cuda.amp.GradScaler(enabled=(dtype == 'float16')) + +# optimizer +optimizer = model.configure_optimizers(weight_decay, learning_rate, (beta1, beta2), device_type) +if init_from == 'resume': + optimizer.load_state_dict(checkpoint['optimizer']) +checkpoint = None # free up memory + +# compile the model +if compile: + print("compiling the model... (takes a ~minute)") + unoptimized_model = model + model = torch.compile(model) # requires PyTorch 2.0 + +# wrap model into DDP container +if ddp: + model = DDP(model, device_ids=[ddp_local_rank]) + + +# helps estimate an arbitrarily accurate loss over either split using many batches +@torch.no_grad() +def estimate_loss(): + out = {} + model.eval() + for split in ['train', 'val']: + losses = torch.zeros(eval_iters) + for k in range(eval_iters): + X, Y = get_batch(split) + with ctx: + logits, loss = model(X, Y) + losses[k] = loss.item() + out[split] = losses.mean() + model.train() + return out + + +def get_lr(it): + # learning rate decay scheduler (cosine with warmup) + # 1) linear warmup for warmup_iters steps + if it < warmup_iters: + return learning_rate * it / warmup_iters + # 2) if it > lr_decay_iters, return min learning rate + if it > lr_decay_iters: + return min_lr + # 3) in between, use cosine decay down to min learning rate + decay_ratio = (it - warmup_iters) / (lr_decay_iters - warmup_iters) + assert 0 <= decay_ratio <= 1 + coeff = 0.5 * (1.0 + math.cos(math.pi * decay_ratio)) # coeff ranges 0..1 + return min_lr + coeff * (learning_rate - min_lr) + + +# training loop +X, Y = get_batch('train') # fetch the very first batch +t0 = time.time() +local_iter_num = 0 # number of iterations in the lifetime of this process +raw_model = model.module if ddp else model # unwrap DDP container if needed +running_mfu = -1.0 +while True: + + # determine and set the learning rate for this iteration + lr = get_lr(iter_num) if decay_lr else learning_rate + for param_group in optimizer.param_groups: + param_group['lr'] = lr + + # evaluate the loss on train/val sets and write checkpoints + if iter_num % eval_interval == 0 and master_process: + losses = estimate_loss() + print(f"step {iter_num}: train loss {losses['train']:.4f}, val loss {losses['val']:.4f}") + + if losses['val'] < best_val_loss or always_save_checkpoint: + best_val_loss = losses['val'] + if iter_num > 0: + checkpoint = { + 'model': raw_model.state_dict(), + 'optimizer': optimizer.state_dict(), + 'model_args': model_args, + 'iter_num': iter_num, + 'best_val_loss': best_val_loss, # 'config': config, + } + print(f"saving checkpoint to {out_dir}") + torch.save(checkpoint, os.path.join(out_dir, 'cyber-foundation-model.pt')) + if iter_num == 0 and eval_only: + break + + # forward backward update, with optional gradient accumulation to simulate larger batch size + # and using the GradScaler if data type is float16 + for micro_step in range(gradient_accumulation_steps): + if ddp: + # in DDP training we only need to sync gradients at the last micro step. + # the official way to do this is with model.no_sync() context manager, but + # I really dislike that this bloats the code and forces us to repeat code + # looking at the source of that context manager, it just toggles this variable + model.require_backward_grad_sync = (micro_step == gradient_accumulation_steps - 1) + with ctx: + logits, loss = model(X, Y) + loss = loss / gradient_accumulation_steps # scale the loss to account for gradient accumulation + # immediately async prefetch next batch while model is doing the forward pass on the GPU + X, Y = get_batch('train') + # backward pass, with gradient scaling if training in fp16 + scaler.scale(loss).backward() + # clip the gradient + if grad_clip != 0.0: + scaler.unscale_(optimizer) + torch.nn.utils.clip_grad_norm_(model.parameters(), grad_clip) + # step the optimizer and scaler if training in fp16 + scaler.step(optimizer) + scaler.update() + # flush the gradients as soon as we can, no need for this memory anymore + optimizer.zero_grad(set_to_none=True) + + # timing and logging + t1 = time.time() + dt = t1 - t0 + t0 = t1 + if iter_num % log_interval == 0 and master_process: + # get loss as float. note: this is a CPU-GPU sync point + # scale up to undo the division above, approximating the true total loss (exact would have been a sum) + lossf = loss.item() * gradient_accumulation_steps + if local_iter_num >= 5: # let the training loop settle a bit + mfu = raw_model.estimate_mfu(batch_size * gradient_accumulation_steps, dt) + running_mfu = mfu if running_mfu == -1.0 else 0.9 * running_mfu + 0.1 * mfu + print(f"iter {iter_num}: loss {lossf:.4f}, time {dt*1000:.2f}ms, mfu {running_mfu*100:.2f}%") + iter_num += 1 + local_iter_num += 1 + + # termination conditions + if iter_num > max_iters: + break + +if ddp: + destroy_process_group() From 676d25a9428068e1275c9bf7c5ba0c1e2dbf3076 Mon Sep 17 00:00:00 2001 From: Tad ZeMicheal Date: Mon, 1 Jul 2024 16:09:50 -0500 Subject: [PATCH 4/7] update nltk.bigrams & remove nltk dependency --- log-sequence-ad/requirements.txt | 1 - .../training-tuning-inference/datatools.py | 34 ++++++++++++++++++- 2 files changed, 33 insertions(+), 2 deletions(-) diff --git a/log-sequence-ad/requirements.txt b/log-sequence-ad/requirements.txt index bf645b3..ae53995 100644 --- a/log-sequence-ad/requirements.txt +++ b/log-sequence-ad/requirements.txt @@ -1,5 +1,4 @@ --find-links https://download.pytorch.org/whl/cu118 gensim==3.8.0 -nltk==3.8 torch==2.0.1 diff --git a/log-sequence-ad/training-tuning-inference/datatools.py b/log-sequence-ad/training-tuning-inference/datatools.py index 0f67acb..8442016 100644 --- a/log-sequence-ad/training-tuning-inference/datatools.py +++ b/log-sequence-ad/training-tuning-inference/datatools.py @@ -19,16 +19,48 @@ import random import warnings +from collections import deque +from itertools import islice import numpy as np import pandas as pd import torch from gensim.models import Word2Vec -from nltk.util import bigrams warnings.filterwarnings("ignore") +def ngrams(sequence, n, **kwargs): + """compute ngram. This method is based on nltk.util.ngrams implementation. + + Parameters + ---------- + sequence : list + List of strings + n : int + ngram param. set n=2 for bigram + + Yields + ------ + _type_ + _description_ + """ + + # sliding_window('ABCDEFG', 4) --> ABCD BCDE CDEF DEFG + # https://docs.python.org/3/library/itertools.html?highlight=sliding_window#itertools-recipes + it = iter(sequence) + window = deque(islice(it, n), maxlen=n) + if len(window) == n: + yield tuple(window) + for x in it: + window.append(x) + yield tuple(window) + + +def bigrams(sequence, **kwargs): + yield from ngrams(sequence, 2, **kwargs) + + def preprocess(df, window_size=100, step_size=20): '''Preprocessing structured log dataset From 43ef2c3b3468a38e90f0efa058f16d080822972e Mon Sep 17 00:00:00 2001 From: Tad ZeMicheal Date: Mon, 1 Jul 2024 21:31:58 -0500 Subject: [PATCH 5/7] copyright fix --- log-sequence-ad/training-tuning-inference/datatools.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/log-sequence-ad/training-tuning-inference/datatools.py b/log-sequence-ad/training-tuning-inference/datatools.py index 8442016..3a92b77 100644 --- a/log-sequence-ad/training-tuning-inference/datatools.py +++ b/log-sequence-ad/training-tuning-inference/datatools.py @@ -1,4 +1,4 @@ -# SPDX-FileCopyrightText: Copyright (c) 2023 NVIDIA CORPORATION & AFFILIATES. All rights reserved. +# SPDX-FileCopyrightText: Copyright (c) 2023-2024, NVIDIA CORPORATION & AFFILIATES. All rights reserved. # SPDX-License-Identifier: Apache-2.0 # # Licensed under the Apache License, Version 2.0 (the "License"); From b345ab33744f8ffd6927f2fbe131b3120612cc86 Mon Sep 17 00:00:00 2001 From: David Gardner Date: Tue, 2 Jul 2024 14:17:41 -0700 Subject: [PATCH 6/7] Update CR year --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 39124fa..4631284 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,5 @@ +# morpheus-experimental 24.06.00 (02 Jul 2024) +## 🚀 New Features + +- [REVIEW] cyber foundation notebook and scripts ([#77](https://github.com/nv-morpheus/morpheus-experimental/pull/77)) [@gbatmaz](https://github.com/gbatmaz) + +## 🛠️ Improvements + +- Fix nltk.bigrams & remove nltk dependency alert ([#80](https://github.com/nv-morpheus/morpheus-experimental/pull/80)) [@tzemicheal](https://github.com/tzemicheal) + # morpheus-experimental 24.03.00 (27 Mar 2024) ## 🛠️ Improvements

  • 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%0D~#p~-4 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